/*
Theme Name: Aizaz Watch
Theme URI: https://aizazwatch.com
Author: Aizaz Watch
Author URI: https://aizazwatch.com
Description: A premium, dark-luxury WooCommerce theme built for Aizaz Watch, a watch store in Pakistan. Includes a hero slider, shop-by-category and shop-by-brand sections, mini-cart, wishlist, compare, AJAX live search, WhatsApp ordering, tracking pixel integration, and full Elementor page-builder compatibility.
Version: 1.8.6
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aizaz-watch
Tags: e-commerce, custom-menu, featured-images, translation-ready, one-column, two-columns
*/

:root {
	--color-dark: #17171a;
	--color-dark-2: #232326;
	--color-gold: #b6913f;
	--color-gold-light: #d9bd7c;
	--color-cream: #faf8f5;
	--color-white: #ffffff;
	--color-text: #262626;
	--color-text-light: #726d64;
	--color-border: #e7e2d9;
	--font-heading: "Playfair Display", Georgia, serif;
	--font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--container-width: 1400px;
	--transition: all 0.25s ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-cream);
	color: var(--color-text);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition);
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 0.6em;
	color: var(--color-dark);
}

p {
	margin: 0 0 1.2em;
}

input, textarea, select, button {
	font-family: var(--font-body);
	font-size: 16px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid var(--color-gold);
	outline-offset: 2px;
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.container {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 24px;
}

@media (max-width: 782px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.btn,
button,
input[type="submit"],
input[type="button"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--color-dark);
	color: var(--color-white);
	border: 1px solid var(--color-dark);
	padding: 14px 32px;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 2px;
	transition: var(--transition);
}

/*
 * The block above is a shared reset for real call-to-action buttons/links
 * (.btn, WooCommerce's own .button elements) that also has to target the
 * bare `button` element, since several of those ARE plain <button> tags.
 * The color was previously `!important`, which - because `!important`
 * always wins regardless of selector specificity - silently forced white
 * text onto *every* <button> on the site that didn't ALSO use `!important`
 * for its own color, even ones with their own, more specific style meant
 * to look nothing like a CTA button: the FAQ accordion toggle (rendered
 * unreadable: white text on its light background), the quantity +/-
 * steppers, and the wishlist/compare/quick-view icon buttons (their SVGs
 * use stroke="currentColor", so white-on-white made the icons vanish).
 * Removing `!important` here fixes all of those, because a plain `button`
 * element selector already has lower specificity than any of those
 * classed overrides - `!important` was the only reason they were losing.
 * Real CTA buttons are unaffected: nothing else competes for their color.
 */

.btn:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
	background: var(--color-gold);
	border-color: var(--color-gold);
	color: var(--color-white);
}

.btn-outline {
	background: transparent;
	color: var(--color-white) !important;
	border: 1px solid var(--color-gold-light);
}

.btn-outline:hover {
	background: var(--color-gold);
	border-color: var(--color-gold);
}

.woocommerce a.added_to_cart {
	margin-left: 10px;
	font-size: 12px;
	text-decoration: underline;
}

.single_add_to_cart_button.is-adding {
	color: transparent !important;
	pointer-events: none;
	position: relative;
}

.single_add_to_cart_button.is-adding::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: var(--color-white);
	border-radius: 50%;
	animation: aw-btn-spin 0.6s linear infinite;
}

.single_add_to_cart_button.added {
	background: #2e7d32 !important;
	border-color: #2e7d32 !important;
}

@keyframes aw-btn-spin {
	to {
		transform: rotate(360deg);
	}
}

.section-heading {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 48px;
}

.section-heading .eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: var(--color-gold);
	font-size: 12px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.section-heading .eyebrow::before,
.section-heading .eyebrow::after {
	content: "";
	width: 32px;
	height: 1px;
	background: var(--color-gold);
}

.section-heading h2 {
	font-size: clamp(28px, 3.5vw, 40px);
	margin-bottom: 12px;
}

.section-heading p {
	color: var(--color-text-light);
	margin-bottom: 0;
}

.section {
	padding: 80px 0;
}

.section-dark {
	background: var(--color-dark);
	color: var(--color-white);
}

.section-dark h2,
.section-dark h3 {
	color: var(--color-white);
}

.announcement-bar {
	background: var(--color-dark);
	color: var(--color-gold-light);
	text-align: center;
	padding: 10px 16px;
}

.announcement-bar p {
	margin: 0;
	font-size: 11.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-header {
	background: var(--color-white);
	border-bottom: 1px solid var(--color-border);
	position: sticky;
	top: 0;
	z-index: 999;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-branding {
	flex-shrink: 0;
	min-height: 44px;
	display: flex;
	align-items: center;
}

.site-branding img {
	max-height: 56px;
	width: auto;
}

.site-branding a {
	display: flex;
	align-items: center;
}

.site-title-link {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-title-mono {
	font-family: var(--font-body);
	font-size: 28px;
	font-weight: 700;
	color: var(--color-dark);
}

.site-title-mono .mono-accent {
	color: var(--color-gold);
}

.site-title-text {
	font-size: 20px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--color-dark);
}

.main-navigation {
	position: relative;
	flex-grow: 1;
	display: flex;
	justify-content: center;
}

#primary-menu {
	display: flex;
	gap: 42px;
}

/* Only ever shown to logged-in users who can edit theme options (see
   aizazwatch_fallback_menu() in functions.php) - taken out of the nav's
   flex row with position:absolute so it renders on its own line under
   "Home"/"Shop" instead of squeezing in beside them. */
.menu-admin-note {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 4px 0 0;
	padding: 6px 12px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	color: var(--color-text-light);
	background: var(--color-cream);
	border-radius: 3px;
}

#primary-menu > li {
	position: relative;
}

#primary-menu > li > a {
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-dark);
	padding: 8px 0;
	position: relative;
}

#primary-menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--color-gold);
	transition: var(--transition);
}

#primary-menu > li > a:hover::after,
#primary-menu > li.current-menu-item > a::after {
	width: 100%;
}

#primary-menu ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: var(--color-white);
	min-width: 200px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: var(--transition);
	z-index: 20;
}

#primary-menu li:hover > ul.sub-menu,
#primary-menu li:focus-within > ul.sub-menu,
#primary-menu li.is-open > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#primary-menu ul.sub-menu a {
	display: block;
	padding: 8px 20px;
	font-size: 13px;
	color: var(--color-text);
}

#primary-menu ul.sub-menu a:hover {
	color: var(--color-gold);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.header-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: var(--color-dark);
	transition: background 0.25s ease, color 0.25s ease;
}

.header-icon svg {
	width: 19px;
	height: 19px;
}

.header-icon:hover {
	background: var(--color-cream);
	color: var(--color-gold);
}

.cart-count {
	position: absolute;
	top: -2px;
	right: -2px;
	background: var(--color-gold);
	color: var(--color-white);
	font-size: 10px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--color-white);
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	background: none;
	border: none;
	padding: 6px;
}

.menu-toggle span {
	width: 24px;
	height: 2px;
	background: var(--color-dark);
	transition: var(--transition);
}

.search-panel {
	max-height: 0;
	overflow: hidden;
	background: var(--color-cream);
	border-bottom: 1px solid var(--color-border);
	transition: max-height 0.3s ease;
}

.search-panel.is-open {
	max-height: 120px;
}

.search-panel .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.search-form {
	display: flex;
	max-width: 640px;
	margin: 0 auto;
}

.search-form input[type="search"] {
	flex-grow: 1;
	border: 1px solid var(--color-border);
	border-right: none;
	padding: 12px 16px;
	background: var(--color-white);
}

.search-form button {
	padding: 12px 20px;
}
.hero {
	position: relative;
	background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-dark-2) 60%, #2c2417 100%);
	background-size: cover;
	background-position: center;
	color: var(--color-white);
	min-height: 620px;
	display: flex;
	align-items: center;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 10, 12, 0.45);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 620px;
}

.hero .eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--color-gold-light);
	font-size: 12px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hero .eyebrow::before {
	content: "";
	width: 40px;
	height: 1px;
	background: var(--color-gold-light);
}

.hero h1 {
	color: var(--color-white);
	font-size: clamp(36px, 5vw, 60px);
	margin-bottom: 20px;
}

.hero p {
	color: #d8d5cf;
	font-size: 17px;
	max-width: 480px;
	margin-bottom: 32px;
}

.hero-buttons {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.trust-bar {
	background: var(--color-white);
	border-bottom: 1px solid var(--color-border);
}

.trust-bar ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.trust-bar li {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 28px 24px;
	text-align: left;
}

.icon-badge {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(182, 145, 63, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.25s ease, transform 0.25s ease;
}

.trust-bar li:hover .icon-badge {
	background: var(--color-gold);
	transform: translateY(-3px);
}

.trust-bar svg {
	width: 22px;
	height: 22px;
	color: var(--color-gold);
	flex-shrink: 0;
	transition: color 0.25s ease;
}

.trust-bar li:hover svg {
	color: var(--color-white);
}

.trust-bar strong {
	display: block;
	font-size: 13px;
	color: var(--color-dark);
}

.trust-bar span {
	font-size: 12px;
	color: var(--color-text-light);
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.category-card {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 3/4;
	background: var(--color-dark-2);
}

.category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.category-card:hover img {
	transform: scale(1.08);
}

.category-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
}

.category-card .category-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 24px;
	text-align: center;
}

.category-card .category-label span {
	display: inline-block;
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 19px;
	border-bottom: 1px solid var(--color-gold);
	padding-bottom: 6px;
}

/* ==========================================================================
   Shop By Category grid + Featured / New Arrivals / Best Sellers product grid

   Both are rendered by WooCommerce shortcodes ([product_categories] /
   [products] — used directly here and by the aizaz-core "Category Grid" /
   "Product Grid" Elementor widgets, which just wrap the same shortcodes) and
   share one markup shape: <div class="woocommerce ..."><ul class="products
   columns-N"><li class="product-category product ...">.

   Root cause of the narrow-card bug: the old rule below was
   `ul.products.product-category`, which requires BOTH classes on the <ul>
   itself. WooCommerce only ever puts "product-category" on the <li> — the
   <ul> just gets "products columns-N" — so that whole ruleset never matched
   anything. With no override, each <li> fell back to WooCommerce core's own
   default `.columns-4 li { width: 22.x%; float: left; }`, but the *grid*
   (from the separate `.woocommerce ul.products` rule) was still forcing
   the <ul> into 4 tracks. A percentage width on a grid item resolves
   against its own grid cell, not the full row, so every card rendered at
   ~22% of an already-one-quarter-wide column — a sliver. That's what was
   crushing the cards, wrapping category names, shrinking images and
   producing uneven card heights. Same root cause hit the product grid: it
   had the grid but never reset the WC-core `width`/`float` on `li.product`.
   ========================================================================== */

.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	align-items: stretch !important;
	gap: 28px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce ul.products > li {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

/* Category cards ------------------------------------------------------- */

.woocommerce ul.products li.product-category {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	background: var(--color-dark-2);
	text-align: center;
	padding: 32px 16px 24px;
	border: 1px solid transparent;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.woocommerce ul.products li.product-category:hover {
	transform: translateY(-4px);
	border-color: var(--color-gold-light);
	box-shadow: 0 20px 36px rgba(23, 23, 26, 0.28);
}

.woocommerce ul.products li.product-category > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	width: 100%;
	color: inherit;
}

.woocommerce ul.products li.product-category img {
	width: 70%;
	max-width: 70%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 0;
	margin: 0 auto 16px;
	mix-blend-mode: luminosity;
	transition: transform 0.5s ease;
}

.woocommerce ul.products li.product-category:hover img {
	transform: scale(1.06);
}

.woocommerce ul.products li.product-category h2 {
	transition: color 0.25s ease;
}

.woocommerce ul.products li.product-category:hover h2 {
	color: var(--color-gold-light);
}

.woocommerce ul.products li.product-category h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(--color-white);
	font-size: 17px;
	line-height: 1.35;
	min-height: calc(1.35em * 2);
	margin: 0;
}

.woocommerce ul.products li.product-category .count {
	display: block;
	background: none;
	color: var(--color-gold-light);
	font-family: var(--font-body);
	font-size: 12px;
	font-style: normal;
	margin: 8px 0 0;
	padding: 0;
}

/* Product cards (Featured / New Arrivals / Best Sellers / shop) --------
   `:not(.product-category)` guards every rule here because WooCommerce's
   wc_product_cat_class() puts a generic "product" class on category <li>
   items too — without the guard these (later, equal-specificity) rules
   would silently override the category-card styling above. */

.woocommerce ul.products li.product:not(.product-category) {
	display: flex;
	flex-direction: column;
	background: var(--color-white);
	padding: 0 0 20px;
	text-align: center;
	border: 1px solid var(--color-border);
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
	position: relative;
	box-shadow: 0 2px 10px rgba(23, 23, 26, 0.04);
}

.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.woocommerce ul.products li.product:not(.product-category):hover {
	box-shadow: 0 20px 36px rgba(23, 23, 26, 0.12);
	transform: translateY(-4px);
	border-color: var(--color-gold-light);
}

.woocommerce ul.products li.product:not(.product-category) a img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	margin-bottom: 18px;
	transition: transform 0.5s ease;
}

.woocommerce ul.products li.product:not(.product-category):hover a img {
	transform: scale(1.06);
}

.aw-product-brand {
	display: block;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--color-text-light);
	padding: 0 16px;
	margin-bottom: 4px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	min-height: calc(1.45em * 2);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--color-dark);
	padding: 0 16px;
	margin-bottom: 8px;
}

.woocommerce ul.products li.product .price {
	margin-top: auto;
	padding-top: 6px;
	color: var(--color-gold);
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 18px;
}

.woocommerce ul.products li.product .price del {
	color: var(--color-text-light);
	opacity: 0.7;
	font-size: 14px;
	margin-right: 6px;
}

.woocommerce ul.products li.product .button {
	margin: 16px 16px 0;
	width: calc(100% - 32px);
	padding: 12px 16px;
	flex-shrink: 0;
}

.woocommerce span.onsale {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--color-gold);
	color: var(--color-white);
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 2px;
	min-height: 0;
	min-width: 0;
	line-height: 1;
	box-shadow: 0 4px 10px rgba(23, 23, 26, 0.18);
	z-index: 5;
}

.woocommerce-pagination {
	margin-top: 40px;
	text-align: center;
}

.woocommerce-pagination ul {
	display: inline-flex;
	gap: 8px;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--color-border);
	color: var(--color-dark);
	font-size: 13px;
}

.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span.current {
	background: var(--color-dark);
	color: var(--color-white);
	border-color: var(--color-dark);
}

.product-grid-footer {
	text-align: center;
	margin-top: 48px;
}

.about-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.about-image {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.about-image img {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
}

.about-image::before {
	content: "";
	position: absolute;
	top: -18px;
	left: -18px;
	right: 18px;
	bottom: 18px;
	border: 1px solid var(--color-gold);
	z-index: -1;
}

.about-content .eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--color-gold);
	font-size: 12px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.about-content .eyebrow::before {
	content: "";
	width: 32px;
	height: 1px;
	background: var(--color-gold);
}

.about-content h2 {
	font-size: clamp(26px, 3vw, 36px);
}

.about-content p {
	color: var(--color-text-light);
}

.whatsapp-cta {
	background: var(--color-gold);
	color: var(--color-dark);
	text-align: center;
	/* This section doesn't use the shared .section class (which is what
	   normally supplies top/bottom padding), so it never had any of its
	   own - the heading and text were sitting flush against the gold
	   band's edges. */
	padding: 88px 0;
}

@media (max-width: 600px) {
	.whatsapp-cta {
		padding: 60px 0;
	}
}

.whatsapp-cta h2 {
	color: var(--color-dark);
	margin-bottom: 10px;
}

.whatsapp-cta p {
	color: #4a3c1c;
	margin-bottom: 28px;
}

.whatsapp-cta .btn {
	background: var(--color-dark);
	border-color: var(--color-dark);
}

.whatsapp-cta .btn:hover {
	background: var(--color-white);
	color: var(--color-dark) !important;
	border-color: var(--color-white);
}

/* ==========================================================================
   Newsletter Signup
   ========================================================================== */

.newsletter-section {
	background: var(--color-dark);
}

.newsletter-inner {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

.newsletter-inner h2 {
	color: var(--color-white);
	margin-bottom: 10px;
}

.newsletter-inner > p {
	color: #d8d5cf;
	margin-bottom: 28px;
}

.newsletter-form {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.newsletter-email {
	flex: 1 1 260px;
	min-width: 0;
	background: var(--color-white);
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 14px 18px;
	font-family: var(--font-body);
	font-size: 14px;
	color: var(--color-dark);
}

.newsletter-email:focus {
	outline: none;
	border-color: var(--color-gold);
}

.newsletter-consent-label {
	flex: 1 1 100%;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #d8d5cf;
	cursor: pointer;
}

.newsletter-consent {
	margin-top: 3px;
	accent-color: var(--color-gold);
	flex: 0 0 auto;
}

.newsletter-consent:focus-visible,
.newsletter-submit:focus-visible,
.newsletter-email:focus-visible {
	outline: 2px solid var(--color-gold-light);
	outline-offset: 2px;
}

.newsletter-submit {
	flex-shrink: 0;
}

.newsletter-form.is-loading .newsletter-submit {
	opacity: 0.7;
	pointer-events: none;
}

.newsletter-response {
	margin: 14px 0 0;
	min-height: 1.2em;
	font-size: 13px;
	color: var(--color-gold-light);
}

.newsletter-response.is-error {
	color: #e8877a;
}

.newsletter-privacy {
	margin: 10px 0 0;
	font-size: 12px;
	color: #a9a59d;
}

@media (max-width: 480px) {
	.newsletter-form {
		flex-direction: column;
	}

	.newsletter-submit {
		width: 100%;
	}
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.testimonial-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 4px;
	padding: 32px;
}

.testimonial-card .stars {
	color: var(--color-gold);
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.testimonial-card p {
	color: var(--color-text-light);
	font-style: italic;
}

.testimonial-card .author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}

.testimonial-card .author-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--color-gold-light);
	color: var(--color-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-body);
	font-weight: 700;
	flex-shrink: 0;
}

.testimonial-card .author strong {
	display: block;
	font-size: 14px;
	color: var(--color-dark);
}

.testimonial-card .author span {
	font-size: 12px;
	color: var(--color-text-light);
}

.site-footer {
	background: var(--footer-bg, var(--color-dark));
	color: var(--footer-text, #b9b6b0);
}

.site-footer a {
	color: var(--footer-link, #b9b6b0);
}

.footer-top {
	padding: 72px 0 40px;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 40px;
}

.footer-widget .widget-title {
	color: var(--color-white);
	font-size: 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-about .site-title-mono,
.footer-about .site-title-text {
	color: var(--color-white);
}

.footer-about p {
	color: #a9a59d;
	font-size: 14px;
	margin: 16px 0 20px;
}

.footer-social {
	display: flex;
	gap: 12px;
}

.footer-social a {
	width: 36px;
	height: 36px;
	border: 1px solid #3a3a3d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
}

.footer-social a:hover {
	background: var(--color-gold);
	border-color: var(--color-gold);
}

.footer-social svg {
	width: 16px;
	height: 16px;
}

.footer-widget ul li {
	margin-bottom: 12px;
}

.footer-widget ul li a {
	font-size: 14px;
	color: #b9b6b0;
}

.footer-widget ul li a:hover {
	color: var(--color-gold-light);
}

.footer-contact li {
	display: flex;
	gap: 10px;
	font-size: 14px;
	align-items: flex-start;
}

.footer-contact svg {
	width: 16px;
	height: 16px;
	color: var(--color-gold);
	flex-shrink: 0;
	margin-top: 3px;
}

.footer-bottom {
	border-top: 1px solid #2c2c2f;
	padding: 22px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.footer-bottom p {
	margin: 0;
	font-size: 13px;
	color: #8b877f;
}

.footer-menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	font-size: 13px;
	color: #8b877f;
}

.footer-menu a:hover {
	color: var(--color-gold);
}

.payment-icons {
	display: flex;
	gap: 8px;
}

.payment-icons span {
	border: 1px solid #3a3a3d;
	border-radius: 3px;
	padding: 4px 10px;
	font-size: 11px;
	letter-spacing: 0.05em;
	color: #b9b6b0;
}

.whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 58px;
	height: 58px;
	background: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	z-index: 998;
	animation: aw-pulse 2.2s infinite;
}

.back-to-top {
	position: fixed;
	left: 24px;
	bottom: 24px;
	width: 46px;
	height: 46px;
	padding: 0;
	background: var(--color-dark);
	color: var(--color-white);
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	z-index: 998;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover {
	background: var(--color-gold);
}

.back-to-top svg {
	width: 18px;
	height: 18px;
}

.whatsapp-float svg {
	width: 30px;
	height: 30px;
	fill: var(--color-white);
}

@keyframes aw-pulse {
	0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
	70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
	100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.page-header {
	background: var(--color-dark);
	color: var(--color-white);
	padding: 64px 0;
	text-align: center;
}

.page-header h1 {
	color: var(--color-white);
	margin-bottom: 8px;
}

.page-header .breadcrumb {
	color: var(--color-gold-light);
	font-size: 13px;
	letter-spacing: 0.05em;
}

.content-area {
	padding: 72px 0;
}

.content-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
}

.content-layout.has-sidebar {
	grid-template-columns: 2.4fr 1fr;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px;
}

.blog-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 4px;
	overflow: hidden;
}

.blog-card .entry-thumb img {
	width: 100%;
	aspect-ratio: 1.6;
	object-fit: cover;
}

.blog-card .entry-body {
	padding: 24px;
}

.blog-card .entry-meta {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-gold);
	margin-bottom: 10px;
}

.blog-card h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.blog-card h2 a:hover {
	color: var(--color-gold);
}

.blog-card .entry-excerpt {
	color: var(--color-text-light);
	font-size: 14px;
}

.single-post .entry-header {
	margin-bottom: 24px;
}

.single-post .entry-thumb {
	margin-bottom: 32px;
	border-radius: 4px;
	overflow: hidden;
}

.single-post .entry-content {
	font-size: 16px;
}

.single-post .entry-content > * + * {
	margin-top: 1.2em;
}

.widget-area .widget {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	padding: 24px;
	margin-bottom: 28px;
	border-radius: 4px;
}

.widget-area .widget-title {
	font-size: 16px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--color-border);
}

.comments-area {
	margin-top: 56px;
}

.error-404 {
	text-align: center;
	padding: 120px 0;
}

.error-404 .error-code {
	font-family: var(--font-body);
	font-size: 120px;
	color: var(--color-gold-light);
	line-height: 1;
	margin-bottom: 16px;
}

.error-404-search {
	margin: 24px 0 0;
}

.error-404-search .search-form {
	margin-left: auto;
	margin-right: auto;
}

.error-404-categories {
	margin-top: 64px;
	text-align: center;
}

.error-404-categories h2 {
	font-size: 22px;
	margin-bottom: 24px;
}

.error-404-categories .woocommerce {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.elementor-section.elementor-section-stretched {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

@media (max-width: 1024px) {
	.category-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 22px;
	}

	.testimonial-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-top {
		grid-template-columns: 1fr 1fr;
	}

	.trust-bar ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

body.aw-drawer-open {
	overflow: hidden;
}

.mobile-menu-overlay {
	display: none;
}

@media (max-width: 782px) {
	.main-navigation {
		position: fixed;
		top: 0;
		left: -300px;
		width: 280px;
		height: 100vh;
		background: var(--color-dark);
		padding: 100px 24px 24px;
		transition: var(--transition);
		z-index: 1000;
		justify-content: flex-start;
		overflow-y: auto;
	}

	.main-navigation.is-open {
		left: 0;
	}

	.mobile-menu-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(23, 23, 26, 0.5);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		z-index: 990;
	}

	.mobile-menu-overlay.is-open {
		opacity: 1;
		visibility: visible;
	}

	#primary-menu {
		flex-direction: column;
		gap: 4px;
		width: 100%;
	}

	#primary-menu > li > a {
		color: var(--color-white);
		display: block;
		padding: 12px 0;
	}

	#primary-menu ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		background: transparent;
		display: none;
		padding-left: 16px;
	}

	#primary-menu li.menu-open > ul.sub-menu {
		display: block;
	}

	#primary-menu ul.sub-menu a {
		color: #cfcbc3;
	}

	/*
	 * Mobile "Shop By Brands" dropdown only (.mega-menu - the class
	 * aizazwatch_nav_menu_css_class() adds to a top-level item flagged as a
	 * mega menu; on this site that's only ever the Brands item). Overrides
	 * the plain indented-links treatment above with soft rounded, elevated
	 * cards. Scoped to .mega-menu specifically so an ordinary submenu added
	 * later keeps the existing plain style, and the desktop mega-menu
	 * (styled separately, only active above 782px) is untouched.
	 */
	#primary-menu > li.mega-menu > a::before {
		opacity: 0.85;
		transition: transform 0.25s ease;
	}

	#primary-menu > li.mega-menu.menu-open > a::before {
		transform: rotate(180deg);
	}

	#primary-menu > li.mega-menu > ul.sub-menu {
		display: block;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 8px;
		margin: 10px 0 0;
		background: var(--color-white);
		border-radius: 14px;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
		transition: max-height 0.3s ease, opacity 0.25s ease;
	}

	#primary-menu > li.mega-menu.menu-open > ul.sub-menu {
		max-height: 400px;
		opacity: 1;
	}

	#primary-menu > li.mega-menu > ul.sub-menu > li + li {
		margin-top: 6px;
	}

	#primary-menu > li.mega-menu > ul.sub-menu > li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 14px 16px;
		border-radius: 10px;
		background: var(--color-cream);
		color: var(--color-dark);
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		transition: background 0.2s ease, color 0.2s ease;
	}

	#primary-menu > li.mega-menu > ul.sub-menu > li > a:hover,
	#primary-menu > li.mega-menu > ul.sub-menu > li > a:active {
		background: rgba(182, 145, 63, 0.12);
		color: var(--color-gold);
	}

	#primary-menu > li.mega-menu > ul.sub-menu > li > a::after {
		content: "";
		width: 7px;
		height: 7px;
		flex-shrink: 0;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		opacity: 0.6;
		transform: rotate(45deg);
	}

	.menu-toggle {
		display: flex;
	}

	.about-section {
		grid-template-columns: 1fr;
	}

	.about-image {
		order: -1;
	}

	.category-grid,
	.woocommerce ul.products,
	.blog-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 18px;
	}

	.testimonial-grid {
		grid-template-columns: 1fr;
	}

	.footer-top {
		grid-template-columns: 1fr;
		padding: 56px 0 24px;
	}

	.trust-bar ul {
		grid-template-columns: 1fr;
	}

	.trust-bar li {
		border-bottom: 1px solid var(--color-border);
	}

	.trust-bar li:last-child {
		border-bottom: none;
	}

	.content-layout.has-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.category-grid,
	.woocommerce ul.products,
	.blog-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 14px;
	}

	.hero {
		min-height: 480px;
		text-align: left;
	}

	.section {
		padding: 56px 0;
	}
}

.hero-slider {
	position: relative;
	overflow: hidden;
	min-height: clamp(680px, 88vh, 920px);
	color: var(--color-white);
	touch-action: pan-y;
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-dark-2) 60%, #2c2417 100%);
	background-size: cover;
	background-position: center;
	transition: opacity 1s ease;
}

.hero-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.hero-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--hero-overlay, rgba(10, 10, 12, 0.45));
}

.hero-slide .hero-content {
	position: relative;
	z-index: 2;
	max-width: 620px;
}

.hero-slide h1,
.hero-slide p {
	color: var(--hero-text-color, var(--color-white));
}

.hero-slide p {
	opacity: 0.9;
}

.hero-slide .eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--hero-text-color, var(--color-gold-light));
	font-size: 12px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 20px;
	opacity: 0.9;
}

.hero-slide .eyebrow::before {
	content: "";
	width: 40px;
	height: 1px;
	background: currentColor;
	opacity: 0.7;
	flex-shrink: 0;
}

.hero-slide .hero-btn-primary {
	background: var(--hero-button-color, var(--color-dark));
	border-color: var(--hero-button-color, var(--color-dark));
}

/* Content alignment (Elementor "Content Alignment" control). Left is the
   established default layout - center/right are additive, opt-in looks. */
.hero-content-align-center .hero-content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hero-content-align-center .hero-buttons {
	justify-content: center;
}

.hero-content-align-center .eyebrow {
	justify-content: center;
}

.hero-content-align-right .hero-content {
	margin-left: auto;
	text-align: right;
}

.hero-content-align-right .hero-buttons {
	justify-content: flex-end;
}

.hero-content-align-right .eyebrow {
	justify-content: flex-end;
}

.hero-slide.is-active .eyebrow {
	animation: heroFadeUp 0.7s ease 0.1s both;
}

.hero-slide.is-active h1 {
	animation: heroFadeUp 0.7s ease 0.25s both;
}

.hero-slide.is-active p {
	animation: heroFadeUp 0.7s ease 0.4s both;
}

.hero-slide.is-active .hero-buttons {
	animation: heroFadeUp 0.7s ease 0.55s both;
}

@keyframes heroFadeUp {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

.hero-dots {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 5;
}

.hero-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: var(--transition);
}

.hero-dot.is-active {
	background: var(--color-gold);
	width: 26px;
	border-radius: 5px;
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.btn {
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.btn:active {
	transform: scale(0.96);
}

.category-card,
.woocommerce ul.products li.product {
	transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.7s ease, border-color 0.35s ease;
}

.footer-social a {
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-social a:hover {
	transform: translateY(-3px);
}

@media (max-width: 782px) {
	.hero-slider {
		min-height: 620px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.hero-slide.is-active .eyebrow,
	.hero-slide.is-active h1,
	.hero-slide.is-active p,
	.hero-slide.is-active .hero-buttons {
		animation: none;
	}

	.whatsapp-float {
		animation: none;
	}

	.category-card:hover img,
	.woocommerce ul.products li.product:hover {
		transform: none;
	}
}

.why-us-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-top: 8px;
}

.why-us-item {
	text-align: center;
}

.icon-badge-lg {
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
}

.icon-badge-lg svg {
	width: 30px;
	height: 30px;
}

.why-us-item h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

.why-us-item p {
	font-size: 13.5px;
	color: var(--color-text-light);
	margin-bottom: 0;
}

@media (max-width: 782px) {
	.why-us-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
}

@media (max-width: 480px) {
	.why-us-grid {
		grid-template-columns: 1fr;
	}
}

.faq-list {
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.faq-item {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(23, 23, 26, 0.04);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item.is-open {
	border-color: var(--color-gold-light);
	box-shadow: 0 10px 26px rgba(23, 23, 26, 0.08);
}

.faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	color: var(--color-dark);
}

.faq-toggle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid var(--color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 1;
	color: var(--color-dark);
	transition: var(--transition);
}

.faq-item.is-open .faq-toggle {
	background: var(--color-gold);
	border-color: var(--color-gold);
	color: var(--color-white);
	transform: rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq-answer p {
	padding: 0 22px 22px;
	color: var(--color-text-light);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.faq-item.is-open .faq-answer {
	max-height: 300px;
}

.faq-footer-cta {
	text-align: center;
	margin-top: 40px;
	color: var(--color-text-light);
	font-size: 14px;
}

.faq-footer-cta a {
	color: var(--color-gold);
	font-weight: 600;
}

.faq-footer-cta a:hover {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.faq-question {
		font-size: 14px;
		gap: 12px;
	}
}

.brand-section {
	background: #f2f0ec;
}

.brand-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.brand-card {
	background: var(--color-white);
	border-radius: 6px;
	padding: 24px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 130px;
	flex: 0 1 calc((100% - 100px) / 6);
	box-shadow: 0 2px 6px rgba(23, 23, 26, 0.04);
	transition: var(--transition), transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(23, 23, 26, 0.1);
}

.brand-logo-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.brand-logo {
	max-height: 42px;
	max-width: 100%;
	width: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.85;
	transition: var(--transition);
}

.brand-card:hover .brand-logo {
	filter: grayscale(0%);
	opacity: 1;
}

.brand-name {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-dark);
	text-align: center;
	margin-top: 14px;
}

@media (max-width: 1024px) {
	.brand-card {
		flex-basis: calc((100% - 60px) / 4);
	}
}

@media (max-width: 782px) {
	.brand-grid {
		gap: 14px;
	}

	.brand-card {
		flex-basis: calc((100% - 28px) / 3);
		padding: 20px 12px;
		min-height: 110px;
	}
}

@media (max-width: 480px) {
	.brand-card {
		flex-basis: calc((100% - 14px) / 2);
	}
}

#primary-menu li.menu-item-has-children > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1;
}

#primary-menu li.menu-item-has-children > a::before {
	content: "";
	order: 2;
	flex-shrink: 0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.55;
}

.brand-name-fallback {
	font-family: var(--font-heading);
	font-size: 17px;
	font-weight: 700;
	color: var(--color-dark);
	opacity: 0.8;
	text-align: center;
}

.chat-testimonial-section {
	background: #f2f0ec;
}

.stars-lg {
	color: var(--color-gold);
	font-size: 22px;
	letter-spacing: 4px;
	margin-bottom: 14px;
}

.chat-carousel-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
}

.chat-carousel {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 6px 4px 16px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.chat-carousel::-webkit-scrollbar {
	display: none;
}

.chat-card {
	flex: 0 0 auto;
	scroll-snap-align: start;
	width: 260px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(23, 23, 26, 0.16);
	background: var(--color-white);
}

.chat-card img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	object-position: top center;
}

.chat-arrow {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	color: var(--color-dark);
	font-size: 22px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: var(--transition);
}

.chat-arrow:hover {
	background: var(--color-gold);
	color: var(--color-white);
	border-color: var(--color-gold);
}

@media (max-width: 782px) {
	.chat-arrow {
		display: none;
	}

	.chat-card {
		width: 220px;
	}

	.chat-card img {
		height: 400px;
	}
}

.search-form {
	position: relative;
}

.live-search-results {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 60px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 4px;
	box-shadow: 0 20px 40px rgba(23, 23, 26, 0.14);
	max-height: 400px;
	overflow-y: auto;
	z-index: 30;
}

.live-search-results.is-open {
	display: block;
}

.live-search-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	border-bottom: 1px solid var(--color-border);
}

.live-search-item:last-child {
	border-bottom: none;
}

.live-search-item:hover {
	background: var(--color-cream);
}

.live-search-thumb img {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 4px;
}

.live-search-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.live-search-title {
	font-size: 13px;
	color: var(--color-dark);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.live-search-price {
	font-size: 12px;
	color: var(--color-gold);
}

.live-search-price ins {
	text-decoration: none;
}

.live-search-viewall {
	display: block;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-gold);
	font-weight: 600;
}

.live-search-viewall:hover {
	background: var(--color-cream);
}


/* ==========================================================
   MEGA MENU
   Enable per top-level nav item: Appearance > Menus > click the
   item > check "Display this item's submenu as a Mega Menu".
   An optional promo image can be uploaded per item too.
   ========================================================== */

#primary-menu > li.mega-menu {
	position: static;
}

#primary-menu > li.mega-menu > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--color-white);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 36px 5vw;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	min-width: 0;
}

#primary-menu > li.mega-menu > .sub-menu > li.mega-menu-promo-column {
	grid-column: span 1;
	border-radius: 4px;
	overflow: hidden;
}

#primary-menu > li.mega-menu > .sub-menu > li.mega-menu-promo-column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

#primary-menu > li.mega-menu > .sub-menu > li {
	display: block;
}

#primary-menu > li.mega-menu > .sub-menu > li > a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-gold);
	margin-bottom: 14px;
	display: block;
	padding: 0;
}

#primary-menu > li.mega-menu .sub-menu .sub-menu {
	position: static;
	opacity: 1;
	visibility: visible;
	transform: none;
	box-shadow: none;
	background: none;
	padding: 0;
	min-width: 0;
}

#primary-menu > li.mega-menu .sub-menu .sub-menu li a {
	padding: 7px 0;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	color: var(--color-text);
	display: block;
}

#primary-menu > li.mega-menu .sub-menu .sub-menu li a:hover {
	color: var(--color-gold);
}

@media (max-width: 1024px) {
	#primary-menu > li.mega-menu > .sub-menu {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 782px) {
	#primary-menu > li.mega-menu > .sub-menu {
		position: static;
		display: block;
		box-shadow: none;
		padding: 0 0 0 16px;
	}

	#primary-menu > li.mega-menu > .sub-menu > li > a {
		color: var(--color-gold-light);
	}
}

/* ==========================================================
   STICKY HEADER SHRINK-ON-SCROLL
   ========================================================== */

.site-header {
	transition: box-shadow 0.3s ease;
}

.site-header.is-scrolled {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.site-header.is-scrolled .header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-header.is-scrolled .site-branding img,
.site-header.is-scrolled .custom-logo {
	max-height: 42px;
}

.site-header .header-inner,
.site-header .site-branding img,
.site-header .custom-logo {
	transition: all 0.25s ease;
}




/* ==========================================================================
   Theme Options: Header Layout variants
   ========================================================================== */

body.no-sticky-header .site-header {
	position: static;
}

.header-logo-center .header-inner {
	position: relative;
}

.header-logo-center .site-branding {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 782px) {
	.header-logo-center .site-branding {
		position: static;
		transform: none;
	}
}


/* ==========================================================================
   Elementor Widgets: Countdown Timer
   ========================================================================== */

.aw-countdown-widget {
	text-align: center;
	padding: 40px 24px;
	background: var(--color-dark);
	border-radius: 4px;
	color: var(--color-white);
}

.aw-countdown-heading {
	color: var(--color-white);
	margin-bottom: 20px;
}

.aw-countdown-timer {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.aw-countdown-block {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	padding: 14px 18px;
	min-width: 70px;
}

.aw-countdown-value {
	display: block;
	font-family: var(--font-heading);
	font-size: 28px;
	color: var(--color-gold-light);
	line-height: 1;
	margin-bottom: 6px;
}

.aw-countdown-label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.6);
}

.aw-countdown-widget.is-expired .aw-countdown-timer {
	opacity: 0.4;
}


/* ==========================================================================
   Mobile Header: simplified to Hamburger / Logo / Search / Cart only
   ========================================================================== */

@media (max-width: 782px) {
	.header-account-wrapper,
	#aw-wishlist-icon,
	#aw-compare-icon {
		display: none;
	}
}


/* ==========================================================================
   Footer: mobile accordion (Quick Links / Customer Service / Contact Us)
   ========================================================================== */

.footer-widget-toggle {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	text-align: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	cursor: default;
	display: block;
	width: 100%;
}

.footer-widget-toggle-icon {
	display: none;
}

@media (max-width: 782px) {
	.footer-widget-collapsible {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer-widget-collapsible:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer-widget-collapsible .widget-title {
		margin-bottom: 0;
		padding: 16px 0;
	}

	.footer-widget-toggle {
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	.footer-widget-toggle-icon {
		display: inline-block;
		font-size: 18px;
		line-height: 1;
		color: var(--color-gold-light);
		transition: transform 0.25s ease;
		flex-shrink: 0;
	}

	.footer-widget-collapsible.is-open .footer-widget-toggle-icon {
		transform: rotate(45deg);
	}

	.footer-widget-collapsible .footer-widget-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}

	.footer-widget-collapsible.is-open .footer-widget-content {
		max-height: 600px;
		padding-bottom: 20px;
	}
}

/* ==========================================================================
   Footer: mobile edge padding + overflow safety
   ========================================================================== */

.payment-icons {
	flex-wrap: wrap;
}

@media (max-width: 600px) {
	.site-footer {
		overflow-x: hidden;
	}

	.site-footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ==========================================================================
   Mobile bottom navigation bar (Home / Shop / Wishlist / Cart / Account)
   ========================================================================== */

.mobile-bottom-nav {
	display: none;
}

@media (max-width: 782px) {
	.mobile-bottom-nav {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 900;
		background: var(--color-white);
		border-top: 1px solid var(--color-border);
		padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
		box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
	}

	.mobile-bottom-nav-item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		padding: 6px 2px;
		color: var(--color-text-light);
		text-align: center;
	}

	.mobile-bottom-nav-item.is-active {
		color: var(--color-gold);
	}

	.mobile-bottom-nav-icon {
		position: relative;
		display: flex;
	}

	.mobile-bottom-nav-icon svg {
		width: 21px;
		height: 21px;
	}

	.mobile-bottom-nav-label {
		font-size: 10px;
		letter-spacing: 0.02em;
	}

	body {
		padding-bottom: 62px;
	}

	.whatsapp-float {
		bottom: 78px;
	}

	.back-to-top {
		bottom: 78px;
	}

	.aw-sticky-cart.is-visible {
		bottom: 62px;
	}
}
