/*!
Theme Name: Nexus Performance Elite - Foco Diet Performance
Theme URI: https://www.apexthemes.net/products/trendy-storefront/
Author: Nexus Performance Elite + Nexus Customization
Author URI: https://www.apexthemes.net/
Description: Nexus Performance Elite Customizado para Foco Diet Performance - Cores: Dourado, Vermelho, Preto, Branco
Version: 1.1.1
Requires at least: 5.5
Requires PHP: 5.6
Tested up to: 6.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trendy-storefront
Tags: custom-colors, custom-header, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, one-column, two-columns, left-sidebar, right-sidebar, e-commerce, portfolio, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nexus Performance Elite is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   NEXUS CUSTOM COLORS - FOCO DIET PERFORMANCE
   Cores: Dourado (#d4af37), Vermelho (#ef4444), Preto (#0a0a0a), Branco (#ffffff)
   ========================================================================== */
:root {
    --nexus-red: #EE1C25;
    --nexus-red-glow: rgba(238, 28, 37, 0.4);
    --nexus-gold: #FFD700;
    --nexus-gold-dark: #ccac00;
    --nexus-bg: #0A0A0A;
    --nexus-surface: #1A1A1A;
    --nexus-white: #FFFFFF;
    --nexus-text: #F5F5F5;
    --nexus-text-muted: #9CA3AF;
    --nexus-border: rgba(255,255,255,0.1);
    --nexus-shadow-3d: 0 20px 25px -5px rgba(0,0,0,.5), 0 10px 10px -5px rgba(0,0,0,.4);
    --nexus-glass: rgba(26,26,26,.85);
    --nexus-font-main: "Inter", sans-serif;
    --transition-theme: background 0.5s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    --nexus-gradient: radial-gradient(circle at top right, rgba(238, 28, 37, 0.05) 0%, transparent 40%), radial-gradient(circle at bottom left, rgba(255, 215, 0, 0.05) 0%, transparent 40%);
}

:root[data-theme="light"] {
    --nexus-bg: #FFFFFF;
    --nexus-surface: #F1F5F9;
    --nexus-text: #0F172A;
    --nexus-text-muted: #475569;
    --nexus-border: rgba(0,0,0,0.06);
    --nexus-shadow-3d: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    --nexus-glass: rgba(255,255,255,0.92);
    --nexus-gradient: radial-gradient(circle at top right, rgba(238, 28, 37, 0.12) 0%, transparent 40%), radial-gradient(circle at top left, rgba(255, 215, 0, 0.12) 0%, transparent 40%);
    --nexus-hero-bg: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
}

/* Luxury Overrides for Light Mode */
[data-theme="light"] .about-hero,
[data-theme="light"] .catalog-hero {
    background: var(--nexus-hero-bg) !important;
    border-bottom: 2px solid var(--nexus-gold);
    color: var(--nexus-text) !important;
}

[data-theme="light"] .about-hero h1,
[data-theme="light"] .catalog-hero h1 {
    color: var(--nexus-text) !important;
}

[data-theme="light"] .filter-card,
[data-theme="light"] .product-card,
[data-theme="light"] .mission-box,
[data-theme="light"] .about-image-wrapper {
    background: var(--nexus-surface) !important;
    border-color: var(--nexus-border) !important;
    box-shadow: var(--nexus-shadow-3d) !important;
}

[data-theme="light"] .product-thumb,
[data-theme="light"] .about-image-wrapper img {
    background: #FFFFFF !important;
}

[data-theme="light"] .filter-link {
    color: var(--nexus-text-muted);
}

[data-theme="light"] .filter-link:hover {
    background: rgba(0,0,0,0.03);
    color: var(--nexus-text);
}

[data-theme="light"] .about-values {
    background: var(--nexus-surface) !important;
    border-color: var(--nexus-border) !important;
}

[data-theme="light"] .nexus-footer {
    background: var(--nexus-surface) !important;
    border-top: 1px solid var(--nexus-border);
}

[data-theme="light"] .nexus-footer-brand p,
[data-theme="light"] .nexus-footer-col h4,
[data-theme="light"] .nexus-footer-col p {
    color: var(--nexus-text) !important;
}

[data-theme="light"] .nexus-footer-bottom {
    background: var(--nexus-bg) !important;
    border-top: 1px solid var(--nexus-border);
    color: var(--nexus-text-muted) !important;
}

html, body {
    margin: 0 !important; padding: 0 !important;
    overflow-x: hidden !important; overflow-y: auto !important;
    min-height: 100vh; scroll-behavior: smooth;
    background: var(--nexus-bg) !important;
    background-image: var(--nexus-gradient) !important;
    background-attachment: fixed !important;
    color: var(--nexus-text) !important;
    transition: var(--transition-theme);
}
#page.site { overflow: visible !important; min-height: 100vh; display: flex; flex-direction: column; }
.site-content { flex-grow: 1; }

/* Document
	 ========================================================================== */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

.boxed-layout #page,
.frame-layout #page {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.frame-layout #page {
	margin: 50px auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1.entry-title {
	font-size: 2em;
	margin: 0.67em 0;
}

h1 {
	font-size: 38px;
	font-family: "Syne", sans-serif;
}

h2 {
	font-size: 34px;
	font-family: "Syne", sans-serif;
}

h3 {
	font-size: 28px;
	font-family: "Syne", sans-serif;
}

h4 {
	font-size: 24px;
	font-family: "Syne", sans-serif;
}

h5 {
	font-size: 22px;
	font-family: "Syne", sans-serif;
}

h6 {
	font-size: 16px;
	font-family: "Syne", sans-serif;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--nexus-text);
	font-size: 16px;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 16px;
    line-height: 1.3;
	clear: both;
    word-break: break-word;
	color: var(--nexus-surface);
}

p {
	margin: 0 0 1.5em;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    padding: 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--nexus-surface);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted var(--nexus-text-muted);
	cursor: help;
}

mark, ins {
	background: var(--nexus-gold);
	color: var(--nexus-black);
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: var(--nexus-bg) !important;
    overflow-x: hidden;
  	font-family: "Inter", sans-serif;
    color: var(--nexus-text) !important;
}

hr {
	background-color: var(--nexus-border);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	display: inline-block;
    vertical-align: middle;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
  	border-collapse: collapse;
}

table, td, th {  
  border: 1px solid var(--nexus-border);
  text-align: left;
}

th, td {
  padding: 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a {
	position: relative;
    background-color: transparent;
    font-size: 12px;
    line-height: 42px;
    font-weight: 600;
    color: var(--nexus-gold);
    border: 1px solid var(--nexus-gold);
    text-transform: uppercase;
    letter-spacing: 0.10em;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 18px;
    line-height: 1.3;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus {
	background-color: var(--nexus-gold);
    color: var(--nexus-black);
}

button:active, 
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: var(--nexus-gold);
    color: var(--nexus-black);
    outline: thin dotted;
	outline-color: var(--nexus-surface);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--nexus-text);
    background-color: var(--nexus-surface);
    border: 1px solid var(--nexus-border);
    padding: 8px 12px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--nexus-surface);
	outline: thin dotted;
	border-color: var(--nexus-gold);
}

select {
	border: 1px solid var(--nexus-border);
}

select:focus {
    outline: thin dotted;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--nexus-gold);
}

a:hover, 
a:focus, 
a:active {
	color: var(--nexus-red);
}

a:focus {
	outline: thin dotted;
}

a:hover, 
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Underline Links
--------------------------------------------------------------*/
#masthead a,
#footer-widgets ul li a,
#secondary ul li a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#top-header {
    padding: 10px 0 20px;
    color: var(--nexus-surface);
    text-align: center;
}

.row.header-bg {
    background: var(--nexus-black);
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid var(--nexus-border);
}

.site-header {
    background: var(--nexus-black) !important;
    border-bottom: 1px solid var(--nexus-border);
}

.site-title a {
    color: var(--nexus-gold) !important;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
}

.site-description {
    color: var(--nexus-text-muted) !important;
    font-size: 0.85rem;
}

.header-product-search {
    display: flex;
    justify-content: flex-start;
}

.translate-lang{
    width: 70%;
}

.detail-bg i {
    font-size: 22px;
    color: var(--nexus-text);
}
.header-whatsapp a {
    background: #25D366;
    padding: 7px 12px;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease;
}

.header-whatsapp a:hover {
    background: #128C7E;
    transform: scale(1.1);
}

.header-whatsapp i {
    font-size: 20px;
}

.detail-bg {
    background: var(--nexus-surface);
    border: 1px solid var(--nexus-border);
    padding: 7px 10px;
    border-radius: 6px;
    color: var(--nexus-text);
}

.admin-profile-image img.avatar.avatar-35.photo {
    font-size: 26px;
    height: 40px;
    width: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.woocommerce-product-search {
    display: flex;
    align-items: center;
    background-color: var(--nexus-surface);
    border-radius: 10px;
    overflow: hidden;
    max-width: 360px;
    width: 100%;
    margin: 0;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
	background: var(--nexus-gold);
	color: var(--nexus-surface);
}

.quantity input[type="number"] {
    padding: 2px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background: var(--nexus-gold);
	color: var(--nexus-surface);
}

.woocommerce-product-search .search-field {
    flex: 1;
    border: none;
    padding: 10px 15px;
    background: transparent;
    outline: none;
    font-size: 14px;
}

input#header-product-search-field{
	width: 80%;
}

.woocommerce-product-search .search-submit {
    border: none;
    background-color: var(--nexus-red);
    padding: 10px 15px;
    cursor: pointer;
    color: var(--nexus-surface);
    margin-right: 14px;
    border-radius: 10px;
}

.woocommerce-product-search .search-submit:hover {
    background-color: var(--nexus-red-hover);
}

button.search-submit {
    width: 20%;
}


.currency-box .wSelect-theme-classic.wSelect{
  margin-bottom: 0;
}
.currency-box form select, .gtranslate_wrapper select{
  background: transparent;
  border: none;
  color: #000000;
  font-size: 12px;
}
.gtranslate_wrapper select{
	width: 70%;
}

.header-details{
	display: flex;
	align-items: center;
	gap: 10px;
}

.currency-box {
    color: #000;
}

.social-links a {
	color: var(--nexus-surface);
	font-size: 20px;
	margin-left: 20px;
}

.social-links a:hover{
	color: var(--nexus-gold);
}

.header-button a {
    background: #000;
    color: var(--nexus-surface);
    display: inline-block;
    padding: 6px 25px;
    border-radius: 30px;
    margin: 15px 0;
}

.header-button a:hover{
	background-color: var(--nexus-gold);
}

.search-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.search-popup-content {
  background: var(--nexus-surface);
  padding: 30px;
  max-width: 500px;
  margin: 100px auto;
  position: relative;
  border-radius: 10px;
  text-align: center;
}

.search-popup-content form.search-form{
	position: relative;
}
.search-popup-content button.search-submit {
    position: absolute;
    right: 19px;
    padding: 14px 18px;
}

button.close-popup {
    padding: 10px;
    border: 0px;
}

div#search-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 2px 6px;
    color: var(--nexus-surface);
    font-size: 15px;
    font-weight: bolder;
    border-radius: 7px;
    background: var(--nexus-gold);
    text-align: center;
}

.search-popup-content input[type="text"] {
  width: 80%;
  padding: 10px;
  margin-bottom: 10px;
}

.search-popup-content button {
  padding: 10px 20px;
  cursor: pointer;
}

.close-popup {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.product-cart.text-center.position-relative{
  display: flex;
  align-items: center;
}
.product-cart a{
  position: relative;
}
.product-cart .cart-count {
  bottom: auto;
    position: absolute;
    top: -15px;
    right: -10px;
    left: auto;
    background-color: #ff5b5b;
    color: var(--nexus-surface);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: 600;
}

#masthead {
    position: relative;
    z-index: 10;
    background: var(--nexus-surface);
}


.site-branding-logo, 
.site-branding-text {
    display: inline-block;
    vertical-align: middle;
}

h1.site-title a {
    font-family: "Inter", sans-serif;
}

.site-branding-logo img {
    max-height: 36px;
    width: auto;
}

.site-title {
    font-size: 25px;
    margin: 0 0 2px;
    line-height: 1.2;
    font-weight: 700;
}

.site-title a {
	color: #000000;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: var(--nexus-gold); 
}

.site-description {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 1.5em 0;
    background-color: var(--nexus-surface);
    padding: 15px 25px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.06);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .comment-navigation a, 
.site-main .posts-navigation a, 
.site-main .post-navigation a {
	color: #000;
	text-decoration: none;
}

.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus {
	color: var(--nexus-gold);
}

.nav-subtitle {
    display: block;
}

.nav-previous .nav-title-icon-wrapper {
    margin-right: 10px;
}

.nav-next .nav-title-icon-wrapper {
    margin-left: 10px;
}

.navigation.pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: var(--nexus-surface);
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
}

.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
	position: relative;
	top: -2px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
    background-color: var(--nexus-gold);
    border-color: var(--nexus-gold);
    color: var(--nexus-surface);
}

.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
	fill: var(--nexus-surface);
}

.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: var(--nexus-gold);
}

.navigation.pagination {
    margin-top: 50px;
    text-align: center;
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

section.homepage-temp {
    height: 700px;
    background: linear-gradient(180deg, var(--nexus-surface) 0%, #E9ECDB 100%);
}
.right-post {
    float: left;
    height: 630px;
    width: 100%;
    background: var(--nexus-surface);
    overflow-y: scroll;
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 30px;
}
.right-post::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}

span.third-word{
	color: var(--nexus-red);
}

span.fifth-word{
	color: #0BCCCC;
}

.metas-divs {
    padding: 10px 0 0;
    margin-left: 160px !important;
    position: relative;
}

.slider-left .owl-dots {
    position: absolute;
    top: 50%;
    left: 2.5%;
}

.slider-left .owl-dots button {
    border: none;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 10px 15px 10px 0;
}

.slider-left .owl-dots button p {
    color: transparent;
    -webkit-text-stroke: 1px #000;
    font-family: 'Inter';
	font-size: 33px;
    font-weight: 700;
}

.slider-left .owl-dots::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #cfcfcf;
    display: inline-block;
}
.slider-post-categories a {
    color: #0BCCCC;
    font-size: 14px;
    padding: 0;
}

.slider-news-image img {
    height: 400px;
    width: 100%;
    object-fit: contain;
}

.slider-left .owl-nav {
    position: absolute;
    bottom: 65px;
    right: 80px;
    display: flex;
    padding: 0px !important;
}

.slider-left .owl-dots button:hover{
	background: transparent;
	color: #000;
}

.owl-nav button.owl-prev,.owl-nav button.owl-next {
    border: none;
    padding: 0px !important;
    color: var(--nexus-surface);
}

.slider-left .owl-nav {
    position: absolute;
    bottom: 35px;
    right: 182px;
    display: flex;
    background: var(--nexus-red);
    border-radius: 50%;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
}

h4.slider-title a {
    font-weight: 500;
    font-size: 20px;
}

.slider-btn a, .see-all-category a {
    color: #000;
    border: none;
    box-shadow: 0px 0px 12px 0px #00000040;
    border-radius: 7px;
    font-weight: 700;
}

.slider-btn i, .see-all-category i {
    font-size: 16px;
    font-weight: 900;
}

.prod-price{
	color: #000 !important;
}

.slider-news-main {
    background: rgb(255 255 255 / 60%);
    padding: 15px 40px;
    border-radius: 30px;
}

.slider-cat-news-image {
    overflow: hidden;
    border-radius: 8px;
}

.slider-cat-title a {
    color: #151515;
    text-decoration: none;
}

.prod-cat-image {
    height: 80px;
    object-fit: cover;
    border-radius: 13px;
	border: 2px solid var(--nexus-border);
}

.slider-left .slider-news-content {
	position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    right: 50%;
}

.right-post .slider-news-image img{
	height: 200px;
	width: 100% ;
}

span.woocommerce-Price-amount.amount {
    color: #000;
}
.slider-title a{
	font-size: 25px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}

.post-author img{
	width: 30px !important;
	height: 30px;
}

.post-author a{
	font-size: 14px;
	color: var(--nexus-surface);
	font-weight: 400;
}

.homepage-temp h2 {
    font-size: 50px;
    font-weight: 600;
}

p.prod-counts {
    color: #686868 !important;
}

.homepage-temp hz1 {
    font-size: 35px;
    font-weight: 600;
}

.homepage-temp p{
	color: var(--nexus-surface);
	font-weight: 400;
	font-size: 14px;
}

.home-button a {
    background: var(--nexus-gold);
    color: var(--nexus-surface);
    display: inline-block;
    padding: 6px 25px;
    border-radius: 30px;
    margin: 0 0 15px 0;
    text-decoration: none;
}

.home-button a:hover{
	background: #000000;
}

.profile-wrap h6 {
    font-size: 18px;
    font-weight: bold;
}

.profile-wrap p {
    font-size: 14px;
}

.image-wrap {
    display: flex;
    gap: 30px;
}

.image-wrap img {
    width: 300px;
    height: 550px;
    object-fit: cover;
    border-radius: 200px;
}

img.image-three {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 200px;
    margin-top: 40px;
}

.relative-wrap{
	position: relative;
}


/*--------------------------------------------------------------
# Product Section
--------------------------------------------------------------*/
h2.product-sec-title {
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 25px;
}

.produvt-cat-rat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.product-ratings {
    background: var(--nexus-gold);
    border-radius: 5px;
    color: var(--nexus-surface);
	display: inline;
	padding: 2px 7px;
}

p.product-sec-text {
    font-size: 16px;
    color: #6C6C6C;
}

p.product-category {
    font-weight: 500;
    color: #6C6C6C;
}

h3.pro-title a {
    color: #151515;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
h3.pro-title {
	margin: 0;
}
p.product-short-desc.mb-2 {
    line-height: 20px;
    font-size: 16px;
}

.review-users{
	display:flex;
	margin-bottom:10px;
}

.review-users img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--nexus-surface);
    margin-left: -10px;
}

.review-users img:first-child{
	margin-left:0;
}

.review-content h2{
	font-size:48px;
	font-weight:700;
	margin:10px 0 0;
}

.review-stars{
	color:#f6a623;
	font-size:20px;
}

.slider-inner-box {
    display: flex;
    position: relative;
    padding: 15px;
    border-radius: 30px;
    background: rgb(255 255 255 / 60%);
    overflow: hidden;
    height: 190px;
}

.slider-inner-box.slider-box-one .sliderinn-img img,.slider-inner-box.slider-box-three .sliderinn-img img {
    position: absolute;
    left: 0;
    max-width: 135px;
    width: 100%;
	object-fit: cover;
    bottom: 0;
}

.slider-inner-box.slider-box-three .sliderinn-img img {
    left: unset;
    right: 0;
}

.sliderinn-cont p{
	color: var(--nexus-gold);
}

.sliderinn-cont h5{
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.sliderinn-img{
    width: 40%;
}


.review-top h4 {
    font-weight: 600;
	font-family: "Inter", sans-serif;
	font-size: 26px;
    margin: 0;
}

.review-top {
    width: 45%;
}

.review-content {
    width: 55%;
    padding: 0 10px;
}

.sliderinn-cont {
    width: 60%;
    padding: 0 10px;
}

.review-top span {
    font-weight: 600;
    color: #000;
    font-size: 12px;
}

.review-content p {
    color: #606060;
    font-size: 12px;
	line-height: 19px;
}

a.added_to_cart,a.button.add_to_cart_button.ajax_add_to_cart {
    gap: 11px;
	background: var(--nexus-surface);
    color: #000;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 4px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

a.added_to_cart:hover,a.button.add_to_cart_button.ajax_add_to_cart:hover {
    color: var(--nexus-surface);
	background: var(--nexus-gold);
}

.product-btn a.added_to_cart {
    margin-left: 5px;
    padding: 9px 6px !important;
}

a.added_to_cart {
    margin-left: 5px;
    padding: 0px 6px !important;
}

body.single-product #primary,body.woocommerce-cart #primary,body.woocommerce-checkout #primary,body.woocommerce-wishlist #primary {
    width: 100%;
}
body.woocommerce-cart #secondary,body.woocommerce-checkout #secondary,body.woocommerce-wishlist #secondary{
    display: none;
}

.item.product-main-box {
    background: var(--nexus-surface);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px #00000040;
    scale: 0.98;
    margin: 30px 0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: var(--nexus-surface);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px #00000040;
    margin: 0 2% 2.992em 0;
    width: 23%;
}

h2.woocommerce-loop-product__title {
    font-weight: 600;
}

.container.pro-bg {
    padding: 40px;
    background: linear-gradient(180deg, var(--nexus-surface) 0%, #E9ECDB 100%);
    border-radius: 50px;
}

#product-section .container.pro-bg {
    padding-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	position: relative;
	margin: 0 0 20px;
	/* Make sure select elements fit in widgets. */
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 10px;
}

.widget_search form.search-form {
    position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
}

.widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px 15px;
    background-color: var(--nexus-gold);
    color: var(--nexus-surface);
    line-height: 28px;
    font-size: 12px;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
    border-color: #444;
    background-color: #444;
	color: var(--nexus-surface);
}

#secondary .widget_block {
	background-color: var(--nexus-surface);
	padding: 20px;
    box-shadow: 0 0 2px rgba(0,0,0,0.06);
}

#secondary .widget_search input[type="search"] {
	background-color: var(--nexus-surface);
}

#secondary .widget_block > h1,
#secondary .widget_block > h2,
#secondary .widget_block > h3,
#secondary .widget_block > h4,
#secondary .widget_block > h5,
#secondary .widget_block > h6,
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6,
#secondary .wp-block-search .wp-block-search__label {
    font-size: 18px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6 {
	margin-bottom: 10px;
}

#secondary ol.wp-block-latest-comments {
	padding-left: 0;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul ul {
    padding-left: 1em;
}

#secondary ul li,
#footer-widgets ul li {
    display: block;
    padding: 7px 0;
}

#secondary ul li:last-child,
#footer-widgets ul li:last-child {
	border-bottom: none;
}

#secondary ul li a,
#footer-widgets ul li a {
    display: inline-block;
    text-transform: capitalize;
}

#footer-widgets ul li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

#secondary a {
	color: #24272C;
	font-weight: 600;
	font-size: 15px;
}

#secondary a:hover,
#secondary a:focus {
	color: var(--nexus-gold);
}

.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 10px 10px 0;
    color: #333 !important;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
    color: #fff !important;
    background-color: var(--nexus-gold);
    border-color: var(--nexus-gold);
}

#colophon .wp-block-tag-cloud a {
	color: #fff !important;
}

.wp-block-search__button {
    background-color: var(--nexus-gold);
    line-height: 1;
    padding: 0;
    height: auto;
    border: none;
    color: var(--nexus-surface);
    padding: 5px 15px;
}

.wp-block-search__button:hover,
.wp-block-search__button:focus {
	background-color: #333;
}

.widget_recent_entries span {
    display: block;
}

.wp-block-latest-comments__comment-author, 
.wp-block-latest-comments__comment-link {
	font-weight: 400;
}

.comment-metadata a,
.fn a {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.error404 #primary,
.has-sidebar.error404 #primary {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}

.error-404.not-found .title {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    color: var(--nexus-gold);
}

.error-404.not-found input.search-field {
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
}

.has-sidebar.no-sidebar #primary {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.has-sidebar.no-sidebar #secondary {
    display: none;
}

.widget.widget_search form label {
    width: 79%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-form input[type="checkbox"] {
	margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.comments-title,
.comment-reply-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.comments-title {
    margin-bottom: 25px;
}

.comment-author.vcard img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
    object-fit: cover;
}

#comments > ol.comment-list {
    margin-left: 0;
    padding-left: 0;
}

#comments ol.comment-list {
	list-style: none;
}

#comments ol.comment-list article {
    background-color: var(--nexus-surface);
    padding: 20px;
    margin-bottom: 20px;
}

.comment-content {
    display: table-cell;
}

.reply {
    margin: 10px 0 0;
    text-align: right;    
}

.form-submit {
    margin-bottom: 0;
}

.has-sidebar #primary {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
	margin: 0 -10px;
}

.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
	padding: 0 10px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
/*.container {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
}*/

#content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Custom Header
--------------------------------------------------------------*/
#wp-custom-header {
    text-align: center;
}

.custom-header-media {
    position: relative;
}

#wp-custom-header img {
	width: 100%;
}

.home.has-header-video #wp-custom-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.home.has-header-video #wp-custom-header video,
.home.has-header-video #wp-custom-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wp-custom-header-video-button {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-color: var(--nexus-surface);
    border-radius: 80px;
    white-space: nowrap;
    overflow: hidden;
    background-color: var(--nexus-surface);
    color: var(--nexus-surface);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#wp-custom-header-video-button:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--nexus-gold);
    display: inline-block;
    margin-left: 2px;
    margin-top: 4px;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:before {
	opacity: 0;
	visibility: hidden;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: var(--nexus-gold);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
    border-left: 5px solid var(--nexus-gold);
    box-shadow: inset 5px 0 0 0 var(--nexus-surface);
}

.page-header {
    margin-bottom: 25px;
    text-align: center;
}

.page-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
}

.search-no-results .blog-archive.grid.columns-5.clear {
    height: auto !important;
}

.no-results.not-found {
    text-align: center;
}

/* Header Image */
.box-image {
    z-index: 1;
    overflow-wrap: anywhere;
    background: var(--nexus-black);
    padding: 60px 0;
}

.box-image .single-page-img{
  position: relative;
  display: none;
}
.box-image .single-page-img:after{
  content: '';
  position: absolute;
  top: 0;
  background-color: var(--nexus-black);
  opacity: 0.9;
  height: 300px;
  width: 100%;
}
.box-image .page-header{
  position: relative;
  bottom: auto;
  top: auto;
  transform: none;
  left: auto;
  z-index: 99;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  padding: 10px;
}
.box-image .page-header h2,
.box-image .page-header h1{
  color: var(--nexus-gold);
  text-transform:uppercase;
  font-size: 30px;
  font-weight: 700;
}
.box-image .page-header{
  justify-content: center;
  color: var(--nexus-text-muted);
  align-items: center;
}
.box-image .page-header span,
.box-image .page-header a{
  font-weight: 500;
  color: var(--nexus-text-muted);
}
.box-image .page-header a, 
.box-image .page-header span{
  background-color: transparent;
  margin: 0;
  color: var(--nexus-surface);
}
.page-header span .woocommerce-breadcrumb {
    color: var(--nexus-surface);
}

/*--------------------------------------------------------------
# Blog / Archive Posts
--------------------------------------------------------------*/
.blog-archive article {
	width: 100%;
}

.entry-title {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 20px;
}

.single .blog-post-item .featured-image {
	margin-bottom: 25px;
}

.entry-title a,
.comments-link a {
    color: #000;
    text-decoration: none;
}

.category-meta {
    display: block;
    margin-bottom: 5px;
}

.disable-post-category .blog-archive .cat-links,
.disable-post-author .blog-archive .byline,
.disable-post-date .blog-archive .posted-on {
    display: none;
}

.blog-archive .entry-meta {
    margin-bottom: 5px;
}

.entry-meta > span {
	display: inline-block;
}

.entry-meta > span:not(:last-child):after {
    content: "|";
    color: #000;
    padding-left: 5px;
}

.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
    color: var(--nexus-gold);
}

.blog-archive.grid.columns-5 article {
    margin-bottom: 20px;
}

.blog-archive article:last-child {
    margin-bottom: 0;
}

.featured-image {
    position: relative;
}

body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
	display: none;
}

.blog-archive .featured-image {
	margin-bottom: 20px;
}

.blog-post-item {
    box-shadow: 0 2px 2px rgba(0,0,0,0.06);
    padding: 20px;
    background-color: var(--nexus-surface);
    height: 100%;
}

.cat-links a, 
.posted-on a {
    color: #000;
    text-decoration: none;
}

.cat-links a:hover,
.cat-links a:focus,  
.posted-on a:hover,
.posted-on a:focus {
	color: var(--nexus-gold);
}

.blog-post-item .entry-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.blog-post-item .entry-content {
	margin-bottom: 25px;
}

.single-page-wrapper .entry-content {
    padding: 30px;
    background-color: var(--nexus-surface);
}

.single-post-wrap .blog-post-item .entry-title {
    font-size: 22px;
    margin: 0 0 20px;
}

.blog-archive .cat-links a:before {
	display: none;
}

.blog-archive .byline {
    margin-right: 10px;
    border-right: 1px solid #bbb;
    padding-right: 10px;
}

.blog-post-item .posted-on a,
.blog-post-item .byline a {
	text-decoration: none;
}

.single .blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 0;
}

.single .entry-meta .byline,
.single .entry-footer .comments-link {
	display: none;
}

.single .entry-footer .tags-links a {

}

.posted-on {
    color: #666;
}

.byline a:focus:before {
	opacity: 1;
}

.read-more a {
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    padding: 8px 30px;
    display: inline-block;
}

.read-more a:hover,
.read-more a:focus {
	background-color: var(--nexus-gold);
	border-color: var(--nexus-gold);
	color: var(--nexus-surface);
}

svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Single Posts
--------------------------------------------------------------*/
.single .entry-footer .tags-links a {
    color: #333;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    font-size: 14px;
}

.logged-in-as a {
    color: #000;
}

.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
	color: var(--nexus-gold);
}

.single .entry-footer > span {
	display: block;
}

.single .entry-footer span.cat-links {
    margin-bottom: 10px;
}

.single .blog-post-item .entry-meta {
    display: block;
    margin-bottom: 15px;
}

.single .blog-post-item .entry-content {
    margin-bottom: 20px;
}

.single .blog-post-item .entry-footer {
    margin-bottom: 0;
    background-color: var(--nexus-surface);
    margin-top: 15px;
}

/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
#colophon {
    background-color: var(--nexus-black);
    border-top: 1px solid var(--nexus-border);
}

#footer-widgets {
    padding-top: 60px;
    padding-bottom: 60px;
    background: var(--nexus-surface);
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
    color: var(--nexus-gold);
    font-size: 24px;
    margin-bottom: 0;
}

#footer-widgets .widget-title {
    color: var(--nexus-gold);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--nexus-gold);
}

#colophon, 
#colophon a {
    color: var(--nexus-text-muted);
}

#colophon a:hover,
#colophon a:focus {
    color: var(--nexus-gold);
}
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#secondary .widget-title {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    color: var(--nexus-gold);
    border-bottom: 2px solid #e5864e
}

#colophon, 
#colophon a {
    color: #ccc;
}

#colophon a:hover,
#colophon a:focus {
	color: var(--nexus-gold);
}

#colophon .tagcloud a {
    border-color: rgba(255, 255, 255, 0.10);
    color: #ccc !important;
}

#home-siderbar .tagcloud a {
    font-size: 12px !important;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #000;
    margin-bottom: 10px;
    display: inline-block;
    color: #000000;
}

#colophon .tagcloud a:hover,
#colophon .tagcloud a:focus {
	color: #fff !important;
}

.site-info {
    background-color: #000;
    border-top: 1px solid #444;
    padding: 15px 0;
    text-align: center;
}

.to-top {
    width: 40px;
    height: 40px;
    background-color: var(--nexus-gold);
    position: fixed;
    bottom: -100px;
    right: 15px;
    z-index: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.to-top:hover,
.to-top:focus {
	background-color: #000;
}

.to-top:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--nexus-surface);
    position: absolute;
    top: 17px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

/* Wishslist */
.wishlist_table.mobile .product-add-to-cart a, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
  margin-bottom: 0 !important;
}
.wishlist_table.wishlist_view.traditional thead, 
.wishlist_table.wishlist_view.traditional tbody, 
.wishlist_table.wishlist_view.traditional tfoot, 
.wishlist_table.wishlist_view.traditional tr, 
.wishlist_table.wishlist_view.traditional td, 
.wishlist_table.wishlist_view.traditional th{
  border-width: 1px;
}
.wishlist_table.mobile{
  padding-left: 0;
}
.wishlist_table.mobile table{
  width: auto;
}
.wishlist_table.mobile li{
  padding: 15px;
  border: 1px solid #6d6c6c;
}
.cart.wishlist_table .additional-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.woocommerce table.shop_table.wishlist_table tr td a {
    font-size: 16px;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
  display: grid;
  grid-template-columns: 2fr 50%;
  gap: 10px;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, 
.wishlist_table.modern_grid li .item-details table.item-details-table td.label{
  font-size: 16px !important;
  font-weight: 700;
}
.wishlist_table.mobile li .item-details table.item-details-table td,.additional-info .value{
  font-size: 14px !important;
  padding: 6px !important;
  font-family: "Orbitron", sans-serif;
}
.main-product-section .wishlist_view {
  display: block !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after{
  display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading{
  opacity: 1;
}
.yith-wcwl-share .share-button i{
  font-family: 'FontAwesome';
}
.wishlist-items-wrapper .product-add-to-cart a{
  text-decoration: none !important;
  line-height: 12px;
  background: var(--nexus-gold);
}
.wishlist-items-wrapper .product-add-to-cart a,.wishlist_table.mobile .product-add-to-cart a{
  margin-top: 5px;
  border-radius: 6px;
  background: var(--nexus-gold);
  color: #ffffff !important;
  padding: 12px 12px !important;
  font-size: 15px;
  font-weight: bold;
}
.woocommerce ul.products li.product .add_to_cart_button.added{
  display: none;
}
.wishlist_table.mobile .product-add-to-cart a, .wishlist_table.mobile .product-name a{
  text-decoration: none !important;
}
.wishlist_view thead th{
  border-top: none !important;
}
#yith-wcwl-popup-message #yith-wcwl-message{
  color: #000000;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 575px) {
	div#search-icon{
		margin-bottom: 10px;
	}
	#footer-widgets{
		text-align: center;
	}
	.slider-left .slider-news-content {
	    position: absolute;
	    top: 50%;
	    left: 3%;
        right: 3%;
	    bottom: 0;
	    transform: translateY(-50%);
	}
	.right-post {
	    height: 400px;
	}
	section.homepage-temp {
	    height: 830px;
	}
	.slider-left{
		margin-bottom: 30px;
	}
	.featured-heading{
		text-align: center;
	}
	.tab_list ul{
		justify-content: center;
	}
	.tab_list{
		padding-left: 0px !important;
	}

}
@media screen and (min-width: 567px) {
	.columns-2,
	.columns-3,
	.columns-4,
	.columns-5 {
		display: flex;
		flex-wrap: wrap;
	}

	.columns-2 article,
	.columns-3 article,
	.columns-4 article,
	.columns-5 article {
		width: 50%;
		float: left;
	}

	.columns-2 article:nth-child(2n+1),
	.columns-3 article:nth-child(2n+1),
	.columns-4 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: left;
	}

	.error-404.not-found input.search-field {
	    min-width: 450px;
	}
}

@media screen and (min-width:576px) and (max-width:767px){
    section.homepage-temp {
	    height: 800px;
	}
	.right-post {
	    height: 370px;
	}
    .search-header,.social-links{
    	text-align: right !important;
    }
    .slider-left .slider-news-content {
	    right: 15%;
	}
	.slider-news-image img{
		height: 400px;
	}
	.slider-left{
		margin-bottom: 30px;
	}
}

@media screen and (min-width:1300px) and (max-width:2200px){
	span.header-product-search {
		width: 40%;
	}
	span.currency {
		width: 16%;
		overflow-wrap: anywhere;
	}
	span.translate-btn {
		width: 16%;
		overflow-wrap: anywhere;
	}
	span.header-wislist.detail-bg {
		width: 8%;
	}
	span.product-cart {
		width: 8%;
	}
	span.admin-profile-image {
		width: 12%;
	}
}

@media (min-width:250px) and (max-width:400px){
	.woocommerce table.shop_table td {
		padding: 3px 2px;
	}
	table.wishlist_table {
		font-size: 65%;
	}
	.single-page-wrapper .entry-content {
		padding: 10px;
	}
}

@media screen and (min-width: 767px) {
	.columns-3 article,
	.columns-5 article {
		width: 33.33%;
	}

	.columns-3 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: none;
	}

	.columns-3 article:nth-child(3n+1),
	.columns-5 article:nth-child(3n+1) {
		clear: left;
	}

	.blog-archive .has-post-thumbnail .blog-post-item {
	    position: relative;
	    display: table;
	    width: 100%;
	}

	.blog-archive .has-post-thumbnail .blog-post-item .featured-image {
	    width: 40%;
	    display: table-cell;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    height: 100%;
	}

	.blog-archive .has-post-thumbnail .blog-post-item .featured-image img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.blog-archive .has-post-thumbnail .blog-post-item .entry-container {
	    width: 60%;
	    display: table-cell;
	    float: right;
	    text-align: left;
	    padding: 20px;
	}

	.single-post-wrap .blog-post-item .entry-title {
	    font-size: 28px;
	}

	.widget_latest_posts .widget-header {
		margin-bottom: 70px;
	}

	.single .blog-post-item .entry-footer {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

	.single .entry-footer span.cat-links {
	    margin-bottom: 0;
	}

	#footer-widgets .widget-column {
	    text-align: left;
	    margin-bottom: 0;
	    width: 33.33%;
	    float: left;
	}

	#footer-widgets .widget-title:after {
	    left: 0;
	    transform: none;
	}
}

@media screen and (min-width: 992px) {
	.columns-4 article {
		width: 25%;
	}

	.columns-4 article:nth-child(2n+1) {
		clear: none;
	}

	.columns-4 article:nth-child(4n+1) {
		clear: left;
	}
}

@media screen and (min-width: 1024px) {
	.columns-5 article {
		width: 20%;
	}

	.columns-5 article:nth-child(3n+1) {
		clear: none;
	}

	.columns-5 article:nth-child(5n+1) {
		clear: left;
	}

	.custom-header .page-title {
		font-size: 32px;
	}

	#primary {
	    width: 70%;
	    float: left;
	    padding-right: 30px;
	    margin-bottom: 0;
	}

	#secondary {
	    width: 30%;
	    float: left;
	    position: relative;
	    top: 30px;
	}

	.right-sidebar #primary {
		float: left;
	    padding-right: 20px;
	}

	.has-sidebar.right-sidebar #secondary {
		float: right;
	}

	.has-sidebar.left-sidebar #primary {
		float: right;
	    padding-right: 0;
	    padding-left: 20px;
	}

	.has-sidebar.left-sidebar #secondary {
		float: left;
	}
}

@media screen and (max-width: 1200px) {
	.image-wrap img {
	    width: 215px;
	    height: 550px;
	}
}

@media screen and (max-width: 992px) {
	.image-wrap {
	    display: block;
	}

	.social-wrap{
		position: static;
		width: 100%;
	}

	.homepage-temp{
		text-align: center;
	}
	.image-wrap img {
	    width: 300px;
	    height: 550px;
	}
}

@media screen and (max-width: 1575px) {
	.review-users img {
		width: 40px;
		height: 40px;
		margin-left: -12px;
	}
	.slider-left .owl-dots {
		top: 60%;
	}
	.slider-inner-box {
		height: 220px;
	}
    .woocommerce-product-search .search-submit {
        padding: 10px 7px;
    }
}

@media screen and (max-width: 1400px) {
	h1.product-sec-text {
		font-size: 26px;
	}
	.slider-cat-title {
		font-size: 18px;
	}
    .slider-left .owl-dots {
        top: 55%;
        left: 4%;
    }
	.slider-inner-box {
        height: 370px;
        display: block;
    }
	.header-details {
		justify-content: center;
	}
	.review-top,.review-content,.sliderinn-img,.sliderinn-cont {
		width: 100%;
	}
	.slider-inner-box.slider-box-one .sliderinn-img img, .slider-inner-box.slider-box-three .sliderinn-img img {
		position: relative;
	}
	.sliderinn-cont {
		padding: 10px 10px;
	}
	section.homepage-temp {
		height: 850px;
	}
	.right-post {
		height: 820px;
	}
}

@media screen and (max-width: 850px) {
	section.homepage-temp {
		height: 100%;
		padding-bottom: 30px;
	}
    .header-details {
        justify-content: center;
        margin-top: 10px;
    }
	.slider-left .slider-news-content {
        text-align: left;
    }
	h1.product-sec-text {
        font-size: 20px;
    }
	p.product-sec-text {
		font-size: 13px;
	}	
	.metas-divs {
		margin-left: 90px !important;
	}
	.slider-left .owl-dots button,.slider-left .owl-dots button p {
		font-size: 23px;
		font-weight: 500;
	}
	.slider-left .owl-dots::after {
		width: 40px;
	}
	.slider-news-main {
		padding: 15px 30px;
	}
	.slider-left .slider-news-content {
		left: 15px;
		right: 40%;
	}
	.slider-inner-box {
        height: 210px;
        display: flex;
        margin: 10px 10px;
    }
	.review-users {
		justify-content: center;
	}
	.produvt-cat-rat {
		display: block;
	}
	p.product-ratings {
		display: inline;
	}
    div#primary {
        margin-bottom: 50px;
    }
    .wishlist-items-wrapper .product-add-to-cart a,.wishlist_table.mobile .product-add-to-cart a{
        padding: 4px 7px !important;
      }
}

@media screen and (max-width: 700px) {
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
      grid-template-columns: 1fr;
    }
	.header-details{
		margin-top: 10px;
		display:grid;
		grid-template-columns:1fr 1fr 1fr;
		grid-template-areas:
			"a a a"
			"b b b"
			"c c c"
			"d e f";
	}
	.header-product-search{ grid-area:a; }
	.currency{ grid-area:b; }
	.translate-btn{ grid-area:c; }
	.header-wislist{ grid-area:d; }
	.product-cart{ grid-area:e; }
	.admin-profile-image{ grid-area:f; }
	.right-post {
        height: 670px;
    }
	.header-product-search {
		justify-content: center;
	}
	.detail-bg {
		padding: 7px 30px;
	}
	.translate-btn {
		justify-content: center;
		margin: 10px 0;
	}
	.slider-left .slider-news-content {
        left: unset;
        right: unset;
        position: relative;
        padding-bottom: 20px;
    }
	.slider-left .owl-dots {
        top: 20%;
		left: 7.5%;
    }
	.product-cart.text-center.position-relative {
		justify-content: center;
	}
	.box-image {
		z-index: 1;
		overflow: hidden;
	}
    p.product-sec-text,h1.product-sec-text {
        text-align: center;
    }
    .slider-btn {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Section Header
--------------------------------------------------------------*/
.section-header {
    margin-bottom: 30px;
}

.section-header .section-title {
    font-size: 20px;
    font-weight: 600;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:1700px) and (max-width:1900px){
  .container{
    max-width: 1520px;
  }
}
@media screen and (min-width:1920px) {
  .container{
    max-width: 1620px;
  }
}

/* ==========================================================================
   SECAPS FOCO STYLES ADAPTED FOR TRENDY STOREFRONT
   Cores: Dourado (#d4af37), Vermelho (#ef4444), Preto (#0a0a0a), Branco (#ffffff)
   ========================================================================== */

/* Secaps-style Variables - Override default */
.secaps-style {
    --secaps-bg: #0a0a0a;
    --secaps-surface: #171717;
    --secaps-primary: #d4af37;
    --secaps-primary-hover: #b8962e;
    --secaps-text: #e5e5e5;
    --secaps-text-muted: #a3a3a3;
    --secaps-border: #262626;
    --secaps-font-main: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Body Secaps-style */
body.secaps-mode {
    background-color: var(--nexus-bg) !important;
    color: var(--nexus-text) !important;
    font-family: var(--nexus-font-main, 'Inter', sans-serif);
    line-height: 1.6;
}

/* Header Secaps-style */
.secaps-theme-header {
    background-color: var(--nexus-surface);
    border-bottom: 3px solid var(--nexus-gold);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* Navigation Secaps-style */
.main-navigation .nav-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.main-navigation .nav-menu li a {
    color: var(--nexus-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s ease-in-out;
}

.main-navigation .nav-menu li a:hover {
    color: var(--nexus-gold);
}

/* Main Content Secaps-style */
.site-main {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.site-main > article {
    background-color: var(--nexus-surface);
    border: 1px solid var(--nexus-border);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.entry-header {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--nexus-border);
    padding-bottom: 20px;
}

.entry-title {
    color: var(--nexus-surface);
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.page-title {
    color: var(--nexus-surface);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.entry-content {
    font-size: 1.125rem;
    color: #d4d4d4;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
    color: var(--nexus-surface);
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-weight: 700;
}

.entry-content p {
    margin-bottom: 1.5em;
}

.entry-content a {
    color: var(--nexus-gold);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.entry-content a:hover {
    border-bottom-color: var(--nexus-gold);
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

/* Footer Secaps-style */
.site-footer {
    background-color: var(--nexus-surface);
    border-top: 1px solid var(--nexus-border);
    padding: 40px 20px;
    text-align: center;
    color: var(--nexus-text-muted);
    font-size: 0.9rem;
    margin-top: 60px;
}

.site-footer a {
    color: var(--nexus-text);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--nexus-gold);
}

/* Card Secaps-style */
.secaps-card {
    background-color: var(--nexus-surface);
    border: 1px solid var(--nexus-border);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.secaps-card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.secaps-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Buttons Secaps-style */
.btn-secaps {
    background-color: var(--nexus-gold);
    color: var(--nexus-black);
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secaps:hover {
    background-color: var(--nexus-gold-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.btn-secaps-outline {
    background-color: transparent;
    color: var(--nexus-gold);
    border: 2px solid var(--nexus-gold);
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secaps-outline:hover {
    background-color: var(--nexus-gold);
    color: var(--nexus-black);
}

/* Form Inputs Secaps-style */
.secaps-input {
    background-color: var(--nexus-black);
    border: 1px solid var(--nexus-border);
    border-radius: 8px;
    padding: 12px 16px;
    color: var(--nexus-text);
    font-size: 1rem;
    width: 100%;
    transition: border-color 0.2s ease;
}

.secaps-input:focus {
    outline: none;
    border-color: var(--nexus-gold);
}

.secaps-input::placeholder {
    color: var(--nexus-text-muted);
}

/* Section Titles */
.secaps-section-title {
    color: var(--nexus-surface);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.secaps-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--nexus-gold);
    border-radius: 2px;
}

/* Border radius utilities */
.radius-sm { border-radius: 4px; }
.radius-md { border-radius: 8px; }
.radius-lg { border-radius: 12px; }
.radius-xl { border-radius: 16px; }
.radius-full { border-radius: 50px; }

/* Margin utilities */
.mt-10 { margin-top: 40px; }
.mt-15 { margin-top: 60px; }
.mb-10 { margin-bottom: 40px; }
.mb-15 { margin-bottom: 60px; }
.py-10 { padding-top: 40px; padding-bottom: 40px; }
.py-15 { padding-top: 60px; padding-bottom: 60px; }
.px-10 { padding-left: 40px; padding-right: 40px; }

/* Box shadows */
.shadow-secaps {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.shadow-secaps-lg {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Text colors */
.text-gold { color: var(--nexus-gold); }
.text-red { color: var(--nexus-red); }
.text-white { color: var(--nexus-surface); }
.text-muted { color: var(--nexus-text-muted); }
.text-light { color: #d4d4d4; }

/* Background colors */
.bg-surface { background-color: var(--nexus-surface); }
.bg-black { background-color: var(--nexus-black); }
.bg-gold { background-color: var(--nexus-gold); }
.bg-red { background-color: var(--nexus-red); }

/* Border utilities */
.border-gold { border-color: var(--nexus-gold); }
.border-red { border-color: var(--nexus-red); }
.border-surface { border-color: var(--nexus-border); }

/* Scrollbar Secaps-style */
.secaps-scroll::-webkit-scrollbar {
    width: 6px;
}

.secaps-scroll::-webkit-scrollbar-track {
    background: var(--nexus-surface);
}

.secaps-scroll::-webkit-scrollbar-thumb {
    background: var(--nexus-border);
    border-radius: 3px;
}

.secaps-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--nexus-gold);
}

/* Responsive Secaps */
@media (max-width: 768px) {
    .site-header-inner {
        flex-direction: column;
        gap: 15px;
    }
    
    .site-main > article {
        padding: 20px;
    }
    
    .entry-title {
        font-size: 2rem;
    }
    
    .secaps-section-title {
        font-size: 1.5rem;
    }
    
    .btn-secaps,
    .btn-secaps-outline {
        padding: 10px 20px;
        font-size: 0.875rem;
    }
}

/* Animations */
@keyframes fadeInSecaps {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
    animation: fadeInSecaps 0.5s ease forwards;
}

/* Hover effects */
.hover-lift {
    transition: transform 0.2s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

/* ==========================================================================
   WOOCOMMERCE PRODUCT CARDS - ESTILO CURSOS
   ========================================================================== */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce ul.products li.product {
    margin: 0;
    padding: 0;
}

.single-post {
    background: var(--nexus-surface);
    border: 1px solid var(--nexus-border);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.single-post:hover {
    border-color: var(--nexus-gold);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);
}

.single-post .blog-thumb {
    position: relative;
    overflow: hidden;
}

.single-post .blog-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.single-post:hover .blog-thumb img {
    transform: scale(1.1);
}

.single-post .blog-thumb .b-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.9), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single-post:hover .blog-thumb .b-link {
    opacity: 1;
}

.single-post .blog-content {
    padding: 25px 20px;
    background: var(--nexus-surface);
}

.single-post .blog-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--nexus-font-main);
}

.single-post .blog-content h4 a {
    color: var(--nexus-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.single-post .blog-content h4 a:hover {
    color: var(--nexus-gold);
}

.single-post .product-excerpt {
    font-size: 0.9rem;
    color: var(--nexus-text-muted);
    margin-bottom: 15px;
    line-height: 1.5;
}

.single-post .prod-price-box {
    margin: 15px 0;
}

.single-post .prod-price-box .price {
    font-size: 1.5rem;
    font-weight: 700;
}

.single-post .prod-price-box .price .woocommerce-Price-currencySymbol {
    font-size: 1rem;
    color: var(--nexus-gold);
}

.single-post .prod-price-box .price del {
    font-size: 0.9rem;
    color: var(--nexus-text-muted);
    margin-right: 10px;
}

.single-post .prod-price-box .price ins {
    color: var(--nexus-gold);
    text-decoration: none;
}

.single-post .b-meta {
    font-size: 0.85rem;
    color: var(--nexus-text-muted);
}

.single-post .b-meta i {
    margin-right: 5px;
}

.single-post .btn.ss-btn {
    background: var(--nexus-gold);
    color: var(--nexus-black);
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.single-post .btn.ss-btn:hover {
    background: var(--nexus-gold-hover);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.single-post .btn.ss-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.single-post .btn.ss-btn:hover i {
    transform: translateX(5px);
}

.single-post .badge.bg-danger {
    background: var(--nexus-red) !important;
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 20px;
}

.text-gold {
    color: var(--nexus-gold) !important;
}

.text-warning {
    color: var(--nexus-gold) !important;
}

/* WooCommerce Loop */
.woocommerce .woocommerce-result-count {
    color: var(--nexus-text-muted);
}

.woocommerce .woocommerce-ordering select {
    background: var(--nexus-surface);
    color: var(--nexus-text);
    border: 1px solid var(--nexus-border);
    padding: 10px 15px;
    border-radius: 5px;
}

/* Page Header for Shop */
.box-image {
    background: var(--nexus-black);
    padding: 60px 0;
    text-align: center;
}

.box-image .page-header h1 {
    color: var(--nexus-gold);
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.box-image .page-header span {
    color: var(--nexus-text-muted);
}

/* Section Title */
.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    color: var(--nexus-text);
    font-size: 2rem;
    font-weight: 700;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: block;
    padding: 10px 15px;
    background: var(--nexus-surface);
    color: var(--nexus-text);
    border: 1px solid var(--nexus-border);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--nexus-gold);
    color: var(--nexus-black);
    border-color: var(--nexus-gold);
}

/* No products found */
.woocommerce .woocommerce-no-products-found {
    text-align: center;
    padding: 60px 20px;
    color: var(--nexus-text-muted);
}

.woocommerce .woocommerce-no-products-found h2 {
    color: var(--nexus-text);
    margin-bottom: 20px;
}

/* ==========================================================================
   WOOCOMMERCE SINGLE PRODUCT PAGE
   ========================================================================== */
.woocommerce div.product {
    position: relative;
    margin-bottom: 40px;
}

.woocommerce div.product .woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--nexus-border);
}

.woocommerce div.product .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
}

.woocommerce div.product .onsale {
    background: var(--nexus-gold);
    color: var(--nexus-black);
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.woocommerce div.product .price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--nexus-gold) !important;
    margin: 20px 0;
}

.woocommerce div.product .price .woocommerce-Price-currencySymbol {
    font-size: 1.2rem;
}

.woocommerce div.product .price del {
    font-size: 1.2rem;
    color: var(--nexus-text-muted);
    margin-right: 15px;
}

.woocommerce div.product .price ins {
    text-decoration: none;
    color: var(--nexus-gold) !important;
}

.woocommerce div.product .product_title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--nexus-text);
    margin-bottom: 15px;
    font-family: var(--nexus-font-main);
}

.woocommerce div.product .woocommerce-product-details__short-description {
    color: var(--nexus-text-muted);
    margin-bottom: 20px;
    line-height: 1.6;
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .quantity {
    margin-right: 15px;
}

.woocommerce div.product form.cart .quantity input {
    background: var(--nexus-surface);
    border: 1px solid var(--nexus-border);
    color: var(--nexus-text);
    padding: 12px;
    border-radius: 5px;
    width: 80px;
    text-align: center;
}

.woocommerce div.product form.cart button {
    background: var(--nexus-gold);
    color: var(--nexus-black);
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

.woocommerce div.product form.cart button:hover {
    background: var(--nexus-gold-hover);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.woocommerce div.product .product_meta {
    color: var(--nexus-text-muted);
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--nexus-border);
}

.woocommerce div.product .product_meta .sku,
.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as {
    display: block;
    margin-bottom: 10px;
}

.woocommerce div.product .product_meta label {
    font-weight: 700;
    color: var(--nexus-text);
}

/* Product Tabs */
.woocommerce div.product .woocommerce-tabs {
    margin-top: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid var(--nexus-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 15px 25px;
    color: var(--nexus-text-muted);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--nexus-gold);
    border-bottom-color: var(--nexus-gold);
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 0;
    color: var(--nexus-text-muted);
    line-height: 1.8;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: var(--nexus-text);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Related Products */
.woocommerce .related.products {
    margin-top: 60px;
}

.woocommerce .related.products h2 {
    color: var(--nexus-text);
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

/* Upsells */
.woocommerce .upsells.products {
    margin-top: 40px;
}

.woocommerce .upsells.products h2 {
    color: var(--nexus-text);
    font-size: 1.5rem;
    margin-bottom: 20px;
}