/*
Theme Name: Chamkhoui Luxe
Theme URI: https://example.com/chamkhoui-luxe
Author: Chamkhoui Luxe
Author URI: https://example.com
Description: A premium black-and-gold WooCommerce theme with multilingual direct cash-on-delivery ordering.
Version: 1.6.5
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chamkhoui-luxe
Tags: e-commerce, custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready
*/

@import url("https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Tajawal:wght@500;700&display=swap") screen and (max-width: 720px);

:root {
	--cl-black: #080808;
	--cl-soft-black: #111;
	--cl-card: #171717;
	--cl-gold: #d4af37;
	--cl-bright-gold: #f2cd5c;
	--cl-champagne: #f7e7b4;
	--cl-cream: #f8f5ee;
	--cl-white: #fff;
	--cl-muted: #b8b8b8;
	--cl-ink: #15130e;
	--cl-radius: 18px;
	--cl-shadow: 0 18px 50px rgb(0 0 0 / 12%);
	--cl-max: 1240px;
	--cl-header: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
	margin: 0;
	background: var(--cl-cream);
	color: var(--cl-ink);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}
body.cl-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cl-bright-gold); outline-offset: 3px; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.cl-container { width: min(calc(100% - 32px), var(--cl-max)); margin-inline: auto; }
.cl-section { padding-block: clamp(48px, 7vw, 92px); }
.cl-section--dark { background: var(--cl-black); color: var(--cl-white); }
.cl-section-heading { margin: 0 0 28px; text-align: center; }
.cl-eyebrow {
	margin: 0 0 8px; color: #8b6b10; font-size: .76rem; font-weight: 800;
	letter-spacing: .18em; text-transform: uppercase;
}
.cl-section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 4vw, 3.1rem); line-height: 1.15; }
.cl-section-heading p { max-width: 620px; margin: 10px auto 0; color: #625f57; }
.cl-section--dark .cl-section-heading p { color: var(--cl-muted); }
.cl-button, .button, button.button, input.button {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	min-height: 48px; padding: 12px 22px; border: 1px solid var(--cl-gold); border-radius: 999px;
	background: linear-gradient(135deg, var(--cl-bright-gold), var(--cl-gold));
	color: #080808; font-weight: 800; line-height: 1; cursor: pointer;
	box-shadow: 0 8px 24px rgb(212 175 55 / 20%); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.cl-button:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgb(212 175 55 / 32%); filter: brightness(1.05); }
.cl-button:active, .button:active { transform: translateY(0); }
.cl-button--dark { background: var(--cl-black); color: var(--cl-white); }
.cl-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
.cl-site-header {
	position: sticky; z-index: 1000; top: 0; min-height: var(--cl-header);
	background: rgb(8 8 8 / 94%); color: var(--cl-white); border-bottom: 1px solid rgb(212 175 55 / 24%);
	backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
}
.admin-bar .cl-site-header { top: 32px; }
.cl-header-inner { min-height: var(--cl-header); display: flex; align-items: center; gap: 24px; }
.cl-brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; }
.cl-brand img { width: 55px; height: 55px; object-fit: contain; }
.cl-brand-name { font-family: Georgia, serif; font-size: .95rem; letter-spacing: .16em; color: var(--cl-champagne); white-space: nowrap; }
.cl-nav { margin-inline: auto; }
.cl-nav ul { display: flex; align-items: center; gap: 26px; padding: 0; margin: 0; list-style: none; }
.cl-nav a { position: relative; color: #eee; font-size: .91rem; font-weight: 650; }
.cl-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: -8px; height: 1px; background: var(--cl-gold); transform: scaleX(0); transition: transform .2s; }
.cl-nav a:hover::after, .cl-nav .current-menu-item a::after { transform: scaleX(1); }
.cl-header-actions { display: flex; align-items: center; gap: 8px; }
.cl-icon-button {
	position: relative; display: inline-grid; place-items: center; width: 42px; height: 42px;
	border: 1px solid rgb(255 255 255 / 14%); border-radius: 50%; background: transparent; color: #fff; cursor: pointer;
}
.cl-icon-button:hover { border-color: var(--cl-gold); color: var(--cl-bright-gold); }
.cl-cart-count {
	position: absolute; top: -4px; inset-inline-end: -4px; display: grid; place-items: center;
	min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; background: var(--cl-gold); color: #080808;
	font-size: .66rem; font-weight: 900;
}
.cl-lang { position: relative; }
.cl-lang summary { list-style: none; }
.cl-lang summary::-webkit-details-marker { display: none; }
.cl-lang-menu {
	position: absolute; top: calc(100% + 10px); inset-inline-end: 0; width: 150px; padding: 8px;
	background: var(--cl-card); border: 1px solid rgb(212 175 55 / 35%); border-radius: 12px; box-shadow: 0 16px 40px rgb(0 0 0 / 35%);
}
.cl-lang-menu a { display: block; padding: 8px 10px; border-radius: 8px; font-size: .86rem; }
.cl-lang-menu a:hover, .cl-lang-menu a[aria-current="true"] { background: rgb(212 175 55 / 12%); color: var(--cl-bright-gold); }
.cl-search-panel { display: none; padding: 14px 0 18px; border-top: 1px solid rgb(255 255 255 / 8%); }
.cl-search-panel.is-open { display: block; }
.cl-search-panel form { display: flex; max-width: 760px; margin: auto; }
.cl-search-panel input { flex: 1; min-width: 0; height: 48px; padding: 0 18px; border: 1px solid #444; border-radius: 999px 0 0 999px; background: #fff; color: #111; }
[dir="rtl"] .cl-search-panel input { border-radius: 0 999px 999px 0; }
.cl-search-panel button { min-width: 54px; border: 0; border-radius: 0 999px 999px 0; background: var(--cl-gold); cursor: pointer; }
[dir="rtl"] .cl-search-panel button { border-radius: 999px 0 0 999px; }
.cl-menu-toggle { display: none; }

/* Hero */
.cl-hero {
	position: relative; isolation: isolate; min-height: min(720px, calc(100svh - var(--cl-header)));
	display: grid; place-items: center; overflow: hidden; background:
	radial-gradient(circle at 70% 30%, rgb(212 175 55 / 16%), transparent 28%),
	radial-gradient(circle at 20% 80%, rgb(242 205 92 / 8%), transparent 26%), #050505;
	color: var(--cl-white);
}
.cl-hero::before, .cl-hero::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgb(212 175 55 / 16%); border-radius: 50%; }
.cl-hero::before { width: 540px; height: 540px; top: -320px; inset-inline-start: -180px; }
.cl-hero::after { width: 380px; height: 380px; bottom: -240px; inset-inline-end: -80px; }
.cl-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(30px, 6vw, 80px); padding-block: 56px; }
.cl-hero-copy { max-width: 670px; }
.cl-hero-kicker { color: var(--cl-bright-gold); font-size: .8rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.cl-hero h1 { margin: 14px 0 18px; font-family: Georgia, serif; font-size: clamp(3rem, 7.4vw, 6.4rem); font-weight: 500; line-height: .96; letter-spacing: -.03em; }
.cl-hero h1 span { color: var(--cl-champagne); }
.cl-hero p { max-width: 570px; margin: 0 0 28px; color: #c8c8c8; font-size: clamp(1rem, 1.5vw, 1.16rem); }
.cl-hero-visual { position: relative; display: grid; place-items: center; }
.cl-hero-visual::before {
	content: ""; position: absolute; width: min(42vw, 430px); aspect-ratio: 1; border: 1px solid rgb(212 175 55 / 30%);
	border-radius: 50%; box-shadow: 0 0 80px rgb(212 175 55 / 8%), inset 0 0 50px rgb(212 175 55 / 5%);
}
.cl-hero-logo { position: relative; width: min(42vw, 430px); filter: drop-shadow(0 20px 30px rgb(0 0 0 / 60%)); }

/* Categories and products */
.cl-category-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cl-category-card { position: relative; aspect-ratio: .86; overflow: hidden; border: 1px solid rgb(212 175 55 / 45%); border-radius: var(--cl-radius); background: var(--cl-card); color: #fff; }
.cl-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.cl-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgb(0 0 0 / 86%)); }
.cl-category-card span { position: absolute; z-index: 2; inset-inline: 18px; bottom: 17px; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.55rem); }
.cl-category-card:hover img { transform: scale(1.04); }
.cl-product-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding: 0; margin: 0; list-style: none; }
.cl-product-card, .woocommerce ul.products li.product {
	position: relative; float: none !important; width: auto !important; margin: 0 !important; overflow: hidden;
	background: #fff; border: 1px solid #e1dbcb; border-radius: var(--cl-radius); box-shadow: 0 12px 35px rgb(0 0 0 / 5%);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.cl-product-card:hover, .woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: var(--cl-gold); box-shadow: var(--cl-shadow); }
.cl-product-image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #f1efe8; }
.cl-product-image img, .woocommerce ul.products li.product img { width: 100%; height: 100%; margin: 0 !important; object-fit: cover; transition: transform .4s ease; }
.cl-product-card:hover .cl-product-image img { transform: scale(1.035); }
.cl-sale-badge, .woocommerce span.onsale {
	position: absolute; z-index: 3; top: 12px; inset-inline-start: 12px; min-width: 0; min-height: 0; padding: 6px 10px;
	border-radius: 999px; background: #090909; color: var(--cl-bright-gold); font-size: .72rem; font-weight: 900; line-height: 1;
}
.cl-product-info { padding: 16px; }
.cl-product-title, .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.7em; padding: 0 !important; margin: 0 0 8px; color: #171717; font-size: .96rem !important; line-height: 1.35; }
.cl-product-rating { min-height: 22px; color: #a97d00; font-size: .85rem; }
.cl-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.cl-product-price, .woocommerce ul.products li.product .price { color: #191919 !important; font-size: 1rem !important; font-weight: 850 !important; }
.cl-product-price del, .woocommerce .price del { color: #777 !important; font-size: .82rem; }
.cl-product-price ins, .woocommerce .price ins { color: #8a6500; text-decoration: none; }
.cl-add-cart { flex: 0 0 auto; width: 42px; height: 42px; padding: 0; border-radius: 50%; }

/* Reviews */
.cl-reviews-shell { position: relative; }
.cl-review-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 31%); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.cl-review-track::-webkit-scrollbar { display: none; }
.cl-review-card { scroll-snap-align: start; padding: 22px; border: 1px solid rgb(212 175 55 / 27%); border-radius: var(--cl-radius); background: var(--cl-card); }
.cl-review-head { display: flex; align-items: center; gap: 12px; }
.cl-avatar { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(145deg, var(--cl-bright-gold), #6e4c00); color: #090909; font-family: Georgia, serif; font-size: 1.1rem; font-weight: 900; }
.cl-review-name { margin: 0; font-weight: 800; }
.cl-review-city { margin: 2px 0 0; color: var(--cl-muted); font-size: .8rem; }
.cl-stars { color: var(--cl-bright-gold); letter-spacing: .12em; }
.cl-review-card blockquote { margin: 16px 0 0; color: #ddd; font-size: .93rem; }
.cl-slider-controls { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.cl-slider-controls button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--cl-gold); border-radius: 50%; background: transparent; color: var(--cl-gold); cursor: pointer; }

/* Single product */
.cl-product-page { padding-block: clamp(32px, 5vw, 70px); }
.cl-breadcrumbs { margin: 0 0 24px; color: #69655c; font-size: .84rem; }
.cl-product-layout { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.cl-gallery-main { overflow: hidden; border: 1px solid #ded7c6; border-radius: 24px; background: #fff; }
.cl-gallery-main img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.cl-gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; scrollbar-width: thin; }
.cl-gallery-thumb { flex: 0 0 78px; padding: 0; border: 2px solid transparent; border-radius: 12px; overflow: hidden; background: #fff; cursor: pointer; }
.cl-gallery-thumb.is-active { border-color: var(--cl-gold); }
.cl-gallery-thumb img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.cl-product-summary .cl-category-label { color: #80610d; font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.cl-product-summary h1 { margin: 6px 0 12px; font-family: Georgia, serif; font-size: clamp(2rem, 4.4vw, 3.8rem); font-weight: 500; line-height: 1.07; }
.cl-product-summary .price { margin: 14px 0; color: #111; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 900; }
.cl-product-summary .price ins { color: #8a6500; text-decoration: none; }
.cl-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 22px 0; }
.cl-benefit { padding: 12px 8px; border: 1px solid #d8cfb8; border-radius: 12px; background: #fff; text-align: center; font-size: .76rem; font-weight: 750; }
.cl-benefit .cl-icon { display: block; margin: 0 auto 6px; color: #9a740e; }
.cl-order-box { position: relative; margin-top: 26px; padding: 5px; border-radius: 22px; background: linear-gradient(125deg, #111 0 33%, var(--cl-gold), #111 66% 100%); background-size: 300% 300%; animation: cl-border-flow 6s linear infinite; }
@keyframes cl-border-flow { 0% { background-position: 0 50%; } 100% { background-position: 100% 50%; } }
.cl-order-inner { padding: 22px; border-radius: 18px; background: #0c0c0c; }
.cl-order-heading { margin: 0 0 16px; color: var(--cl-champagne); font-family: Georgia, serif; font-size: 1.65rem; text-align: center; }
.cl-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cl-field { position: relative; }
.cl-field--full { grid-column: 1 / -1; }
.cl-field .cl-icon { position: absolute; top: 15px; inset-inline-start: 14px; color: #73570d; pointer-events: none; }
.cl-field input, .cl-field textarea, .cl-field select {
	width: 100%; min-height: 52px; padding: 12px 14px 12px 45px; border: 2px solid transparent; border-radius: 12px;
	background: var(--cl-champagne); color: #111; font-size: 16px; font-weight: 650;
}
[dir="rtl"] .cl-field input, [dir="rtl"] .cl-field textarea, [dir="rtl"] .cl-field select { padding: 12px 45px 12px 14px; }
.cl-field textarea { min-height: 88px; resize: vertical; }
.cl-field input::placeholder, .cl-field textarea::placeholder { color: #4c473c; opacity: 1; }
.cl-field input:focus, .cl-field textarea:focus, .cl-field select:focus { outline: 0; border-color: var(--cl-bright-gold); box-shadow: 0 0 0 3px rgb(242 205 92 / 18%); }
.cl-options { grid-column: 1 / -1; padding: 12px; border: 1px solid rgb(212 175 55 / 45%); border-radius: 13px; background: rgb(212 175 55 / 7%); color: #fff; }
.cl-options-title { margin: 0 0 9px; color: var(--cl-champagne); font-size: .86rem; font-weight: 800; text-align: center; }
.cl-option-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.cl-option input { position: absolute; opacity: 0; pointer-events: none; }
.cl-option span { display: block; min-width: 48px; padding: 7px 12px; border: 1px solid var(--cl-gold); border-radius: 9px; color: var(--cl-champagne); text-align: center; cursor: pointer; }
.cl-option input:checked + span { background: var(--cl-gold); color: #080808; font-weight: 900; }
.cl-option input:focus-visible + span { outline: 3px solid var(--cl-bright-gold); outline-offset: 2px; }
.cl-order-submit {
	position: relative; grid-column: 1 / -1; width: 100%; min-height: 58px; overflow: hidden; border-radius: 13px; font-size: 1.05rem;
	animation: cl-button-pulse 2.8s ease-in-out infinite;
}
.cl-order-submit::after { content: ""; position: absolute; top: -50%; left: -35%; width: 26%; height: 200%; background: rgb(255 255 255 / 40%); transform: rotate(20deg); animation: cl-shine 3.8s ease-in-out infinite; }
@keyframes cl-shine { 0%, 55% { left: -35%; } 85%, 100% { left: 120%; } }
@keyframes cl-button-pulse { 50% { box-shadow: 0 0 0 7px rgb(212 175 55 / 9%), 0 10px 30px rgb(212 175 55 / 28%); } }
.cl-order-submit.is-loading { pointer-events: none; filter: saturate(.5); }
.cl-form-alert { grid-column: 1 / -1; padding: 10px 12px; border-radius: 9px; background: #3a1616; color: #ffdede; font-size: .87rem; }
.cl-honeypot { position: absolute; left: -9999px; opacity: 0; }
.cl-product-content { margin-top: clamp(44px, 7vw, 85px); }
.cl-content-card { padding: clamp(22px, 4vw, 42px); border: 1px solid #ded7c6; border-radius: 22px; background: #fff; }

/* WooCommerce */
.cl-main { min-height: 55vh; padding-block: 42px 72px; }
.woocommerce .woocommerce-result-count { color: #68645c; }
.woocommerce .woocommerce-ordering select {
	min-height: 46px; padding: 0 44px 0 14px; border: 1px solid #171717; border-radius: 10px;
	background-color: #fff; color: #171717; font-size: .9rem;
}
[dir="rtl"] .woocommerce .woocommerce-ordering select { padding: 0 14px 0 44px; }
.woocommerce .woocommerce-ordering select:focus { border-color: var(--cl-gold); outline: 3px solid rgb(212 175 55 / 20%); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--cl-gold) !important; border-radius: 12px; background: #fff; }
.woocommerce-message::before, .woocommerce-info::before { color: #8d6b0e !important; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 3px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { border-radius: 8px; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--cl-gold); color: #090909; }
.woocommerce-cart-form, .cart-collaterals, .woocommerce-checkout, .woocommerce-account .woocommerce { padding: 22px; border-radius: 18px; background: #fff; }

/* Pages, success, contact */
.cl-page-hero { padding: 52px 0; background: var(--cl-black); color: #fff; text-align: center; }
.cl-page-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); }
.cl-page-content { padding-block: 48px 72px; }
.cl-page-content > *:first-child { margin-top: 0; }
.cl-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.cl-contact-card, .cl-contact-form { padding: clamp(22px, 4vw, 36px); border: 1px solid #ded7c6; border-radius: 20px; background: #fff; }
.cl-contact-form .cl-field-grid { gap: 15px; }
.cl-contact-form input, .cl-contact-form textarea { background: #f7f4ec; }
.cl-success { min-height: calc(100vh - var(--cl-header)); display: grid; place-items: center; padding: 40px 16px; background: radial-gradient(circle, #201b0c, #060606 65%); color: #fff; text-align: center; }
.cl-success-card { width: min(100%, 590px); padding: clamp(28px, 6vw, 58px); border: 1px solid rgb(212 175 55 / 46%); border-radius: 26px; background: rgb(17 17 17 / 92%); box-shadow: 0 24px 80px rgb(0 0 0 / 40%); }
.cl-success-icon { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 22px; border-radius: 50%; background: var(--cl-gold); color: #080808; animation: cl-success-pop .65s cubic-bezier(.2,.9,.25,1.3); }
@keyframes cl-success-pop { from { opacity: 0; transform: scale(.4) rotate(-20deg); } }
.cl-success h1 { margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(2.2rem, 6vw, 3.8rem); }
.cl-order-ref { display: inline-block; margin: 14px 0 22px; padding: 8px 14px; border: 1px dashed var(--cl-gold); border-radius: 8px; color: var(--cl-champagne); }

/* Footer */
.cl-footer {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 70% 30%, rgb(212 175 55 / 16%), transparent 28%),
		radial-gradient(circle at 20% 80%, rgb(242 205 92 / 8%), transparent 26%),
		#050505;
	color: #fff;
	border-top: 1px solid rgb(212 175 55 / 23%);
}
.cl-footer::before,
.cl-footer::after {
	content: "";
	position: absolute;
	z-index: -1;
	border: 1px solid rgb(212 175 55 / 16%);
	border-radius: 50%;
	pointer-events: none;
}
.cl-footer::before {
	width: 460px;
	height: 460px;
	top: -310px;
	inset-inline-start: -150px;
}
.cl-footer::after {
	width: 340px;
	height: 340px;
	inset-inline-end: -110px;
	bottom: -250px;
}
.cl-footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.05fr; gap: 34px; padding-block: 48px 28px; }
.cl-footer-brand { display: flex; align-items: center; gap: 12px; }
.cl-footer-brand img { width: 64px; }
.cl-footer h2, .cl-footer h3 { color: var(--cl-champagne); font-family: Georgia, serif; }
.cl-footer h3 { margin: 0 0 12px; font-size: 1rem; }
.cl-footer p { color: #aaa; font-size: .86rem; }
.cl-footer ul { padding: 0; margin: 0; list-style: none; }
.cl-footer li + li { margin-top: 7px; }
.cl-footer a { color: #bbb; font-size: .86rem; }
.cl-footer a:hover { color: var(--cl-bright-gold); }
.cl-social { display: flex; gap: 8px; margin-top: 16px; }
.cl-newsletter { display: flex; }
.cl-newsletter input { min-width: 0; width: 100%; height: 44px; padding: 0 12px; border: 1px solid #4d452f; border-radius: 9px 0 0 9px; background: #151515; color: #fff; font-size: 16px; }
[dir="rtl"] .cl-newsletter input { border-radius: 0 9px 9px 0; }
.cl-newsletter button { width: 48px; border: 0; border-radius: 0 9px 9px 0; background: var(--cl-gold); color: #090909; cursor: pointer; }
[dir="rtl"] .cl-newsletter button { border-radius: 9px 0 0 9px; }
.cl-footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.cl-footer-badge { padding: 6px 8px; border: 1px solid #3c3626; border-radius: 7px; color: #bdb391; font-size: .7rem; }
.cl-footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgb(212 175 55 / 14%); color: #8f8a7e; font-size: .76rem; }

@media (max-width: 980px) {
	:root { --cl-header: 66px; }
	.admin-bar .cl-site-header { top: 46px; }
	.cl-brand img { width: 49px; height: 49px; }
	.cl-brand-name { display: none; }
	.cl-menu-toggle { display: inline-grid; }
	.cl-nav {
		position: fixed; inset: var(--cl-header) 0 auto; display: none; max-height: calc(100svh - var(--cl-header));
		padding: 22px 24px; overflow-y: auto; background: #090909; border-bottom: 1px solid rgb(212 175 55 / 30%);
	}
	.cl-nav.is-open { display: block; }
	.cl-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
	.cl-nav a { display: block; padding: 12px 0; border-bottom: 1px solid #202020; }
	.cl-hero-grid { grid-template-columns: 1fr 330px; }
	.cl-category-track, .cl-product-grid, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cl-product-layout { grid-template-columns: 1fr; }
	.cl-product-gallery { max-width: 680px; margin-inline: auto; }
	.cl-footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
	.cl-footer-news { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
	.cl-container { width: min(calc(100% - 24px), var(--cl-max)); }
	.cl-icon-button { width: 39px; height: 39px; }
	.cl-lang .cl-icon-button { width: auto; padding-inline: 10px; border-radius: 999px; }
	.cl-hero { min-height: auto; }
	.cl-hero-grid { grid-template-columns: 1fr; gap: 12px; padding-block: 48px; text-align: center; }
	.cl-hero-copy { margin-inline: auto; }
	.cl-hero h1 { font-size: clamp(2.75rem, 15vw, 4.6rem); }
	.cl-hero p { margin-inline: auto; }
	.cl-hero-visual { order: -1; }
	.cl-hero-logo { width: 185px; }
	.cl-hero-visual::before { width: 190px; }
	.cl-category-track {
		display: flex; gap: 10px; margin-inline: -12px; padding-inline: 12px; overflow-x: auto; scroll-snap-type: x proximity;
		scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y;
	}
	.cl-category-track::-webkit-scrollbar { display: none; }
	.cl-category-card { flex: 0 0 31.5%; min-width: 108px; scroll-snap-align: start; border-radius: 13px; }
	.cl-category-card span { inset-inline: 9px; bottom: 10px; font-size: .84rem; line-height: 1.15; }
	.cl-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
	.cl-product-info { padding: 12px; }
	.cl-product-title { font-size: .86rem; }
	.cl-product-bottom { align-items: flex-end; }
	.cl-add-cart { width: 38px; height: 38px; }
	.cl-review-track { grid-auto-columns: 86%; }
	.cl-benefits { grid-template-columns: repeat(3, 1fr); gap: 6px; }
	.cl-benefit { padding-inline: 4px; font-size: .66rem; }
	.cl-field-grid { grid-template-columns: 1fr; }
	.cl-field--full, .cl-options, .cl-order-submit, .cl-form-alert { grid-column: auto; }
	.cl-order-inner { padding: 17px; }
	.cl-contact-grid { grid-template-columns: 1fr; }
	.cl-footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
	.cl-footer-about, .cl-footer-news { grid-column: 1 / -1; }
	.cl-footer-bottom { align-items: center; flex-direction: column; text-align: center; }
}

@media (max-width: 360px) {
	.cl-header-actions { gap: 4px; }
	.cl-icon-button { width: 36px; height: 36px; }
	.cl-lang .cl-icon-button { padding-inline: 7px; }
	.cl-product-grid, .woocommerce ul.products { gap: 8px; }
	.cl-product-info { padding: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* ==========================================================
   Editorial storefront refresh
   ========================================================== */
.cl-announcement {
	position: relative;
	z-index: 1100;
	height: 32px;
	overflow: hidden;
	background: linear-gradient(90deg, #b78b18, #f1cf6a 50%, #b78b18);
	color: #090909;
}
.cl-announcement-inner { position: relative; height: 32px; }
.cl-announcement-item {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	opacity: 0;
	transform: translateY(8px);
	font-size: .69rem;
	font-weight: 850;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	transition: opacity .45s ease, transform .45s ease;
}
.cl-announcement-item.is-active { opacity: 1; transform: translateY(0); }
.cl-announcement-item .cl-icon { width: 15px; height: 15px; }

.cl-hero { min-height: min(760px, calc(100svh - var(--cl-header) - 32px)); }
.cl-hero-grid { position: relative; z-index: 2; }
.cl-hero-copy { animation: cl-copy-in .8s cubic-bezier(.2,.75,.2,1) both; }
.cl-hero h1 { max-width: 760px; }
.cl-hero-button { position: relative; overflow: hidden; }
.cl-hero-visual { min-height: 470px; }
.cl-hero-visual::before { display: none; }
.cl-hero-logo {
	width: min(43vw, 500px);
	aspect-ratio: 1;
	object-fit: contain;
	filter: drop-shadow(0 30px 55px rgb(0 0 0 / 65%));
	animation: cl-logo-float 5.2s ease-in-out infinite, cl-logo-in .9s cubic-bezier(.2,.75,.2,1) both;
}
.cl-hero-halo {
	position: absolute;
	width: min(39vw, 430px);
	aspect-ratio: 1;
	border: 1px solid rgb(212 175 55 / 32%);
	border-radius: 50%;
	box-shadow: 0 0 100px rgb(212 175 55 / 12%), inset 0 0 65px rgb(212 175 55 / 7%);
	animation: cl-halo 6s ease-in-out infinite;
}
.cl-hero-orbit {
	position: absolute;
	z-index: 0;
	border: 1px solid rgb(212 175 55 / 12%);
	border-radius: 50%;
	pointer-events: none;
}
.cl-hero-orbit--one { width: 620px; height: 620px; top: -410px; inset-inline-start: -170px; animation: cl-orbit 20s linear infinite; }
.cl-hero-orbit--two { width: 470px; height: 470px; bottom: -320px; inset-inline-end: -110px; animation: cl-orbit 24s linear infinite reverse; }
.cl-hero-spark { position: absolute; color: var(--cl-bright-gold); text-shadow: 0 0 20px rgb(242 205 92 / 70%); animation: cl-spark 2.6s ease-in-out infinite; }
.cl-hero-spark--one { top: 20%; inset-inline-start: 4%; }
.cl-hero-spark--two { bottom: 20%; inset-inline-end: 4%; animation-delay: -1.3s; }
@keyframes cl-copy-in { from { opacity: 0; transform: translateY(24px); } }
@keyframes cl-logo-in { from { opacity: 0; transform: scale(.88); } }
@keyframes cl-logo-float { 50% { transform: translateY(-12px); } }
@keyframes cl-halo { 50% { transform: scale(1.04); opacity: .75; } }
@keyframes cl-orbit { to { transform: rotate(360deg); } }
@keyframes cl-spark { 50% { opacity: .35; transform: scale(.7) rotate(35deg); } }

.cl-category-section,
.cl-zara-products,
.cl-reviews-section { padding-block: clamp(58px, 8vw, 110px); }
.cl-category-section { background: #f4f1ea; }
.cl-editorial-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: clamp(28px, 5vw, 54px);
	border-bottom: 1px solid #cbc4b5;
	padding-bottom: 18px;
}
.cl-editorial-heading h2 {
	margin: 0;
	color: #0b0b0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(2.1rem, 5vw, 4.5rem);
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: .95;
	text-transform: uppercase;
}
.cl-editorial-heading > p { max-width: 480px; margin: 0; color: #59564e; font-size: .9rem; }
.cl-text-link { padding-bottom: 3px; border-bottom: 1px solid #111; font-size: .79rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.cl-category-track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.cl-category-card {
	position: relative;
	display: block;
	aspect-ratio: auto;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111;
}
.cl-category-card::after { display: none; }
.cl-category-media {
	position: relative;
	aspect-ratio: .82;
	overflow: hidden;
	background: #dedbd3;
}
.cl-category-media::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid transparent;
	transition: border-color .25s ease, box-shadow .25s ease;
}
.cl-category-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.001);
	transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
.cl-category-card:hover .cl-category-media img { transform: scale(1.035); }
.cl-category-card:hover .cl-category-media::after { border-color: var(--cl-gold); box-shadow: inset 0 0 0 5px rgb(212 175 55 / 11%); }
.cl-category-copy {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 15px;
	padding: 15px 2px 0;
	border-bottom: 1px solid #c9c2b3;
	padding-bottom: 14px;
}
.cl-category-index { display: block; margin-bottom: 3px; color: #8b6b10; font-size: .65rem; font-weight: 850; letter-spacing: .15em; }
.cl-category-copy h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.65rem); font-weight: 550; letter-spacing: -.025em; text-transform: uppercase; }
.cl-category-link { font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-align: end; text-transform: uppercase; }
.cl-category-link b { color: #8b6b10; font-size: 1rem; }

.cl-zara-products { background: #fff; }
.cl-product-grid,
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 24px) 10px;
}
.cl-product-card,
.woocommerce ul.products li.product {
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transition: none;
}
.cl-product-card:hover,
.woocommerce ul.products li.product:hover { transform: none; border-color: transparent; box-shadow: none; }
.cl-product-image {
	position: relative;
	aspect-ratio: .76;
	background: #efefed;
}
.cl-product-image::after { content: ""; position: absolute; inset: 0; border: 1px solid transparent; transition: border-color .25s ease; pointer-events: none; }
.cl-product-card:hover .cl-product-image::after { border-color: #111; }
.cl-product-image img,
.woocommerce ul.products li.product img { transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.cl-product-card:hover .cl-product-image img { transform: scale(1.02); }
.cl-product-view {
	position: absolute;
	inset: auto 10px 10px;
	padding: 12px 14px;
	background: rgb(8 8 8 / 92%);
	color: #fff;
	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
}
.cl-product-card:hover .cl-product-view { opacity: 1; transform: translateY(0); }
.cl-product-info { padding: 11px 1px 0; }
.cl-product-meta { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 10px; }
.cl-product-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 0;
	margin: 0;
	color: #111;
	font-size: .84rem !important;
	font-weight: 650;
	letter-spacing: .01em;
	line-height: 1.35;
	text-transform: uppercase;
}
.cl-product-price,
.woocommerce ul.products li.product .price {
	white-space: nowrap;
	color: #111 !important;
	font-size: .84rem !important;
	font-weight: 700 !important;
}
.cl-product-rating {
	margin-top: 5px;
	color: #706c62;
	font-size: .68rem;
	letter-spacing: .03em;
}
.cl-product-rating > span { color: #9b760f; letter-spacing: .05em; }
.cl-product-rating i { position: relative; color: #d0cbc0; font-style: normal; }
.cl-sale-badge,
.woocommerce span.onsale { top: 9px; inset-inline-start: 9px; border-radius: 0; background: #111; color: #fff; letter-spacing: .08em; text-transform: uppercase; }

.cl-reviews-section,
.cl-product-reviews {
	background: #0a0a0a;
	color: #fff;
}
.cl-product-reviews { padding: clamp(32px, 5vw, 55px); border-radius: 0; }
.cl-review-track { grid-auto-columns: minmax(290px, 32%); gap: 12px; }
.cl-review-card {
	min-height: 230px;
	padding: 24px;
	border: 1px solid #32302c;
	border-radius: 0;
	background: #141414;
}
.cl-avatar {
	display: block;
	width: 56px;
	height: 56px;
	border: 2px solid #b99634;
	border-radius: 50%;
	object-fit: cover;
	background: #302d28;
}
.cl-review-head { display: grid; grid-template-columns: 56px 1fr auto; }
.cl-review-card blockquote { margin-top: 22px; color: #e2e0da; font-family: Georgia, serif; font-size: 1.02rem; line-height: 1.65; }
.cl-review-card .cl-stars { font-size: .72rem; white-space: nowrap; }
.cl-slider-controls button { border-radius: 0; }

.cl-product-summary > .cl-product-rating { display: none; }
.cl-product-summary h1 { letter-spacing: -.045em; }
.cl-order-box { padding: 1px; border-radius: 0; background: linear-gradient(110deg, #4e3a08, var(--cl-bright-gold), #4e3a08); animation: none; }
.cl-order-inner { padding: clamp(20px, 3vw, 30px); border-radius: 0; background: #0a0a0a; }
.cl-order-heading { margin-bottom: 22px; font-family: Arial, Helvetica, sans-serif; font-size: 1.35rem; font-weight: 650; letter-spacing: .02em; text-transform: uppercase; }
.cl-field-grid { gap: 10px; }
.cl-field input,
.cl-field textarea,
.cl-field select {
	min-height: 54px;
	border: 1px solid #d7d0bf;
	border-radius: 0;
	background: #fff;
	font-weight: 500;
}
.cl-field input:focus,
.cl-field textarea:focus,
.cl-field select:focus { border-color: var(--cl-gold); box-shadow: 0 0 0 2px rgb(212 175 55 / 20%); }
.cl-options { border-radius: 0; }
.cl-option span { border-radius: 0; }
.cl-order-submit { min-height: 60px; border-radius: 0; letter-spacing: .03em; text-transform: uppercase; }

.cl-description-editorial {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	min-height: 570px;
	background: #0b0b0b;
	color: #fff;
}
.cl-description-media { min-height: 500px; overflow: hidden; background: #eee; }
.cl-description-media img { width: 100%; height: 100%; object-fit: cover; }
.cl-description-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 6vw, 80px); }
.cl-description-copy h2 { margin: 0 0 24px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.05em; text-transform: uppercase; }
.cl-description-copy > div { color: #d0cec8; }
.cl-description-copy img { max-width: 100%; height: auto; margin-top: 24px; }

.cl-whatsapp {
	position: fixed;
	z-index: 1200;
	right: 20px;
	bottom: 20px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 10px;
}
.cl-whatsapp-button {
	position: relative;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 12px 35px rgb(0 0 0 / 28%);
	transition: transform .2s ease;
}
.cl-whatsapp-button:hover { transform: translateY(-3px) scale(1.03); }
.cl-whatsapp-button svg { width: 33px; height: 33px; fill: currentColor; }
.cl-whatsapp-notice {
	position: absolute;
	top: -5px;
	inset-inline-end: -3px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #e32020;
	color: #fff;
	font-size: .65rem;
	font-weight: 900;
	animation: cl-notice-pulse 2s ease-in-out infinite;
}
.cl-whatsapp-bubble {
	position: relative;
	width: min(310px, calc(100vw - 40px));
	padding: 17px 42px 17px 18px;
	border: 1px solid #ded8ca;
	border-radius: 14px 14px 2px 14px;
	background: #fff;
	color: #111;
	box-shadow: 0 18px 55px rgb(0 0 0 / 22%);
	opacity: 0;
	transform: translateY(12px) scale(.97);
	pointer-events: none;
	transition: opacity .35s ease, transform .35s ease;
}
[dir="rtl"] .cl-whatsapp-bubble { padding: 17px 18px 17px 42px; border-radius: 14px 14px 14px 2px; }
.cl-whatsapp-bubble.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.cl-whatsapp-bubble.is-hidden { display: none; }
.cl-whatsapp-bubble strong { display: block; font-size: .9rem; }
.cl-whatsapp-bubble p { margin: 5px 0 10px; color: #5d5951; font-size: .79rem; line-height: 1.45; }
.cl-whatsapp-bubble a { color: #167c3a; font-size: .76rem; font-weight: 850; text-transform: uppercase; }
.cl-whatsapp-close { position: absolute; top: 7px; inset-inline-end: 8px; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: #777; font-size: 1.2rem; cursor: pointer; }
@keyframes cl-notice-pulse { 50% { box-shadow: 0 0 0 6px rgb(227 32 32 / 13%); } }

@media (max-width: 980px) {
	.cl-category-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cl-product-grid,
	.woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cl-description-editorial { grid-template-columns: 1fr; }
	.cl-description-media { min-height: 600px; }
}

@media (max-width: 720px) {
	.cl-announcement { height: 30px; }
	.cl-announcement-inner { height: 30px; }
	.cl-announcement-item { font-size: .61rem; letter-spacing: .06em; }
	.cl-hero { min-height: auto; }
	.cl-hero-grid { gap: 25px; padding-block: 42px 55px; }
	.cl-hero-visual { min-height: 255px; }
	.cl-hero-logo { width: 260px; }
	.cl-hero-halo { width: 245px; }
	.cl-hero-spark--one { inset-inline-start: 10%; }
	.cl-hero-spark--two { inset-inline-end: 10%; }
	.cl-editorial-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
	.cl-editorial-heading > p { max-width: 100%; }
	.cl-category-track {
		display: flex;
		gap: 10px;
		margin-inline: -12px;
		padding-inline: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}
	.cl-category-card { flex: 0 0 76vw; min-width: 250px; scroll-snap-align: start; }
	.cl-category-media { aspect-ratio: .86; }
	.cl-category-copy { padding-top: 11px; }
	.cl-category-copy h3 { font-size: 1.15rem; }
	.cl-product-grid,
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 7px; }
	.cl-product-image { aspect-ratio: .76; }
	.cl-product-meta { grid-template-columns: 1fr; gap: 2px; }
	.cl-product-title { font-size: .74rem !important; }
	.cl-product-price { font-size: .76rem !important; }
	.cl-product-view { display: none; }
	.cl-review-track { grid-auto-columns: 88%; }
	.cl-review-head { grid-template-columns: 50px 1fr; }
	.cl-review-head .cl-stars { grid-column: 2; }
	.cl-avatar { width: 50px; height: 50px; }
	.cl-description-media { min-height: 420px; }
	.cl-description-copy { padding: 32px 22px; }
	.cl-product-reviews { margin-inline: -12px; padding-inline: 12px; }
	.cl-whatsapp { right: 14px; left: auto; bottom: 14px; }
	.cl-whatsapp-button { width: 54px; height: 54px; }
}

/* Direct cash-on-delivery system */
.cl-order-box {
	width: 100%;
	max-width: 660px;
	margin: 30px auto 0;
	padding: 3px;
	border: 2px solid #050505;
	background: linear-gradient(135deg, #070707 0 38%, #d4af37 50%, #070707 62% 100%);
	box-shadow: 0 18px 45px rgb(0 0 0 / 18%), 0 0 28px rgb(212 175 55 / 12%);
}
.cl-order-inner { padding: clamp(18px, 3vw, 28px); }
.cl-order-heading-card {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	margin-bottom: 18px;
	padding: 14px;
	border: 1px solid rgb(212 175 55 / 48%);
	background: linear-gradient(135deg, #151515, #080808);
	box-shadow: inset 0 1px rgb(255 255 255 / 4%);
	color: #fff;
}
.cl-order-heading-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--cl-gold);
	border-radius: 50%;
	background: rgb(212 175 55 / 10%);
	color: var(--cl-bright-gold);
}
.cl-order-heading-icon .cl-icon { width: 25px; height: 25px; }
.cl-order-heading { margin: 0 0 3px; text-align: start; }
.cl-order-heading-copy p { margin: 0; color: #bdb9ae; font-size: .76rem; line-height: 1.45; }
.cl-order-time {
	padding: 6px 9px;
	border: 1px solid rgb(212 175 55 / 42%);
	background: rgb(212 175 55 / 8%);
	color: var(--cl-champagne);
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .04em;
	white-space: nowrap;
	text-transform: uppercase;
}
.cl-direct-order-form { max-width: 600px; margin-inline: auto; }
.cl-direct-order-form .cl-field input {
	min-height: 54px;
	font-size: 16px;
	color: #111;
}
.cl-direct-order-form .cl-field input::placeholder { color: #37342e; opacity: 1; }
.cl-options,
.cl-options--size,
.cl-options--variation {
	padding: 14px;
	border: 2px solid var(--cl-gold);
	background: var(--cl-champagne);
	color: #111;
	box-shadow: 0 8px 22px rgb(212 175 55 / 10%);
}
.cl-options-title {
	padding: 0 8px;
	background: var(--cl-champagne);
	color: #111;
	font-size: .87rem;
	font-weight: 850;
}
.cl-option-list { gap: 9px; }
.cl-option span {
	min-width: 50px;
	border: 1px solid #a47b0b;
	background: #fffaf0;
	color: #111;
	font-weight: 750;
	transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.cl-option:hover span { background: #f3d678; transform: translateY(-1px); }
.cl-option input:checked + span {
	background: linear-gradient(135deg, var(--cl-bright-gold), var(--cl-gold));
	color: #080808;
	box-shadow: 0 6px 16px rgb(134 96 0 / 20%);
	font-weight: 900;
}
.cl-form-alert {
	border: 1px solid #8f3737;
	border-inline-start: 4px solid #e05454;
	background: #2d1111;
	color: #ffe9e9;
}
.cl-order-submit {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 68px;
	padding: 10px 18px;
	color: #090909;
	text-align: center;
}
.cl-order-submit > .cl-icon { width: 27px; height: 27px; justify-self: end; }
.cl-order-submit-copy { display: flex; align-items: flex-start; flex-direction: column; justify-self: start; line-height: 1.2; }
.cl-order-submit-copy strong { font-size: 1rem; letter-spacing: .025em; }
.cl-order-submit-copy small { margin-top: 4px; font-size: .68rem; font-weight: 650; letter-spacing: 0; opacity: .78; text-transform: none; }
.cl-order-submit:hover { transform: translateY(-2px); filter: brightness(1.05); }
.cl-order-submit:active { transform: translateY(1px); box-shadow: 0 4px 12px rgb(212 175 55 / 18%); }
.cl-order-submit:disabled { cursor: wait; opacity: .82; }
.cl-order-submit.is-loading > .cl-icon { animation: cl-order-spin .9s linear infinite; }
@keyframes cl-order-spin { to { transform: rotate(360deg); } }

.cl-success-cod {
	max-width: 440px;
	margin: 0 auto 25px;
	color: #bdb9ad;
	font-size: .88rem;
}
.cl-success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.cl-button--outline { background: transparent; color: var(--cl-champagne); box-shadow: none; }
.cl-button--outline:hover { background: rgb(212 175 55 / 10%); color: #fff; }

/* Global WhatsApp support */
.cl-whatsapp {
	right: auto;
	left: auto;
	inset-inline-end: max(18px, env(safe-area-inset-right, 0px));
	bottom: calc(18px + env(safe-area-inset-bottom, 0px));
}
[dir="rtl"] .cl-whatsapp {
	inset-inline-end: max(18px, env(safe-area-inset-left, 0px));
}
.cl-whatsapp-button {
	outline: 3px solid rgb(212 175 55 / 25%);
	outline-offset: 3px;
	animation: cl-whatsapp-glow 2.8s ease-in-out infinite;
}
.cl-whatsapp-button:focus-visible { outline: 3px solid var(--cl-bright-gold); outline-offset: 4px; }
.cl-whatsapp-bubble {
	border-color: rgb(212 175 55 / 45%);
	background: linear-gradient(145deg, #fff, #f8f1df);
}
[dir="rtl"] .cl-whatsapp-bubble { text-align: right; }
.cl-page-hidden .cl-whatsapp-button,
.cl-page-hidden .cl-whatsapp-notice { animation-play-state: paused; }
@keyframes cl-whatsapp-glow {
	50% { box-shadow: 0 14px 40px rgb(0 0 0 / 26%), 0 0 0 8px rgb(37 211 102 / 9%); }
}

@media (max-width: 720px) {
	.cl-order-box { margin-top: 22px; }
	.cl-order-inner { padding: 15px; }
	.cl-order-heading-card { grid-template-columns: 42px minmax(0, 1fr); padding: 12px; }
	.cl-order-heading-icon { width: 42px; height: 42px; }
	.cl-order-time { grid-column: 1 / -1; justify-self: center; }
	.cl-order-heading { font-size: 1.12rem; }
	.cl-direct-order-form .cl-field input { min-height: 52px; font-size: 16px; }
	.cl-order-submit { min-height: 66px; }
	.cl-success-actions { align-items: stretch; flex-direction: column; }
	.cl-whatsapp {
		right: auto;
		left: auto;
		inset-inline-end: max(13px, env(safe-area-inset-right, 0px));
		bottom: calc(13px + env(safe-area-inset-bottom, 0px));
	}
	[dir="rtl"] .cl-whatsapp { inset-inline-end: max(13px, env(safe-area-inset-left, 0px)); }
}

/* Product landing page v1.3 */
.cl-product-page {
	padding-block: 24px clamp(58px, 8vw, 110px);
	background:
		linear-gradient(180deg, #f8f5ee 0, #fff 520px, #fff 100%);
}
.cl-product-page .cl-breadcrumbs {
	margin-bottom: 20px;
	color: #706b60;
	font-size: .7rem;
	letter-spacing: .055em;
	text-transform: uppercase;
}
.cl-product-layout--premium {
	grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
	gap: clamp(28px, 4.5vw, 72px);
}
.cl-product-gallery {
	min-width: 0;
}
.cl-gallery-main--portrait {
	position: relative;
	border: 1px solid #d8d1c2;
	border-radius: 0;
	background: #eeeae2;
	box-shadow: 0 22px 55px rgb(25 20 10 / 9%);
}
.cl-gallery-main--portrait::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 12px;
	border: 1px solid rgb(212 175 55 / 34%);
	pointer-events: none;
}
.cl-gallery-main--portrait img {
	display: block;
	width: 100%;
	aspect-ratio: .82;
	object-fit: cover;
}
.cl-gallery-thumbs {
	gap: 8px;
	margin-top: 10px;
	padding-bottom: 3px;
}
.cl-gallery-thumb {
	flex-basis: 86px;
	border: 1px solid #d6d0c4;
	border-radius: 0;
	transition: border-color .2s ease, opacity .2s ease;
}
.cl-gallery-thumb:hover,
.cl-gallery-thumb.is-active {
	border-color: #111;
	opacity: 1;
}
.cl-product-summary {
	position: sticky;
	top: 110px;
	align-self: start;
	min-width: 0;
}
.cl-product-summary .cl-category-label {
	margin-bottom: 10px;
	color: #8a6810;
	font-size: .68rem;
	letter-spacing: .18em;
}
.cl-product-summary h1 {
	max-width: 720px;
	margin: 0;
	color: #0b0b0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(2rem, 3.5vw, 4.1rem);
	font-weight: 550;
	letter-spacing: -.055em;
	line-height: .98;
	text-transform: uppercase;
}
.cl-product-trust-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
	padding-block: 11px;
	border-block: 1px solid #ddd6c7;
}
.cl-product-stars {
	color: #a77d0d;
	font-size: .78rem;
	letter-spacing: .075em;
	white-space: nowrap;
}
.cl-product-stars b {
	margin-inline-start: 5px;
	color: #111;
	font-size: .72rem;
	letter-spacing: 0;
}
.cl-product-stock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #5e5b52;
	font-size: .7rem;
	font-weight: 750;
}
.cl-product-stock > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b72a2a;
	box-shadow: 0 0 0 4px rgb(183 42 42 / 10%);
}
.cl-product-stock.is-in-stock > span {
	background: #188546;
	box-shadow: 0 0 0 4px rgb(24 133 70 / 10%);
}
.cl-product-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 16px 0 12px;
}
.cl-product-summary .cl-product-price-row .price {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}
.cl-cod-pill {
	padding: 7px 10px;
	border: 1px solid #b98c18;
	background: #f8eac0;
	color: #15120a;
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .055em;
	white-space: nowrap;
	text-transform: uppercase;
}
.cl-short-description {
	color: #57534a;
	font-size: .88rem;
	line-height: 1.7;
}
.cl-short-description p {
	margin: 0;
}
.cl-benefits {
	gap: 7px;
	margin: 18px 0 20px;
}
.cl-benefit {
	display: grid;
	grid-template-columns: 36px 1fr;
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 10px;
	border: 1px solid #d8d1c2;
	border-radius: 0;
	background: #fff;
	color: #171717;
	text-align: start;
}
.cl-benefit > span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	background: #0b0b0b;
	color: #e3bd4c;
}
.cl-benefit .cl-icon {
	width: 19px;
	height: 19px;
	margin: 0;
}
.cl-benefit strong {
	overflow-wrap: anywhere;
	font-size: .64rem;
	line-height: 1.25;
	text-transform: uppercase;
}
.cl-product-summary .cl-order-box {
	max-width: none;
	margin-top: 0;
	padding: 2px;
	border: 2px solid #050505;
	background: linear-gradient(115deg, #080808, #d4af37 48%, #080808);
	box-shadow: 0 20px 55px rgb(0 0 0 / 16%), 0 0 32px rgb(212 175 55 / 11%);
}
.cl-product-summary .cl-order-inner {
	padding: clamp(16px, 2vw, 23px);
}
.cl-product-summary .cl-order-heading-card {
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 11px;
	margin-bottom: 13px;
	padding: 12px;
}
.cl-product-summary .cl-order-heading-icon {
	width: 44px;
	height: 44px;
}
.cl-product-summary .cl-order-heading {
	font-size: 1.04rem;
	letter-spacing: .01em;
}
.cl-product-summary .cl-order-heading-copy p {
	font-size: .7rem;
}
.cl-product-summary .cl-order-time {
	grid-column: 1 / -1;
	justify-self: center;
	margin-top: -3px;
}
.cl-product-summary .cl-field-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}
.cl-product-summary .cl-field--full,
.cl-product-summary .cl-options,
.cl-product-summary .cl-order-submit,
.cl-product-summary .cl-form-alert {
	grid-column: 1 / -1;
}
.cl-direct-order-form .cl-field {
	position: relative;
}
.cl-direct-order-form .cl-field input,
.cl-direct-order-form .cl-field textarea {
	width: 100%;
	min-height: 52px;
	padding: 13px 14px 13px 45px;
	border: 1px solid #c8c0af;
	border-radius: 0;
	background: #fffdf8;
	color: #0b0b0b;
	font-size: 16px;
	line-height: 1.35;
	outline: 0;
}
[dir="rtl"] .cl-direct-order-form .cl-field input,
[dir="rtl"] .cl-direct-order-form .cl-field textarea {
	padding-right: 45px;
	padding-left: 14px;
	text-align: right;
}
.cl-direct-order-form .cl-field textarea {
	min-height: 68px;
	resize: vertical;
}
.cl-direct-order-form .cl-field > .cl-icon {
	position: absolute;
	z-index: 1;
	top: 17px;
	inset-inline-start: 15px;
	width: 19px;
	height: 19px;
	color: #8a6810;
	pointer-events: none;
}
.cl-direct-order-form .cl-field input:focus,
.cl-direct-order-form .cl-field textarea:focus {
	border-color: #d4af37;
	box-shadow: 0 0 0 3px rgb(212 175 55 / 16%);
}
.cl-product-summary .cl-options {
	margin: 0;
	padding: 12px;
	border: 1px solid #c18f0b;
	background: #f7e7b4;
}
.cl-product-summary .cl-options-title {
	font-size: .77rem;
	letter-spacing: .025em;
	text-align: center;
}
.cl-product-summary .cl-option-list {
	justify-content: center;
}
.cl-product-summary .cl-option span {
	display: grid;
	place-items: center;
	min-width: 48px;
	min-height: 42px;
	padding: 8px 12px;
}
.cl-product-summary .cl-order-submit {
	min-height: 66px;
	margin-top: 2px;
	border: 1px solid #f0ce65;
	background: linear-gradient(110deg, #b5840a, #f4d36e 46%, #c4961e);
	box-shadow: 0 11px 25px rgb(212 175 55 / 20%);
	color: #080808;
}
.cl-description-editorial {
	border: 1px solid #282725;
	box-shadow: 0 28px 70px rgb(0 0 0 / 12%);
}
.cl-product-reviews {
	border: 1px solid #292723;
}

@media (max-width: 1050px) {
	.cl-product-layout--premium {
		grid-template-columns: minmax(0, 1fr) minmax(370px, .9fr);
		gap: 28px;
	}
	.cl-product-summary h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
	.cl-benefit {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}
}

@media (max-width: 860px) {
	.cl-product-layout--premium { grid-template-columns: 1fr; }
	.cl-product-gallery { max-width: 720px; margin-inline: auto; }
	.cl-product-summary {
		position: static;
		max-width: 720px;
		margin-inline: auto;
	}
	.cl-gallery-main--portrait img { aspect-ratio: .9; }
}

@media (max-width: 520px) {
	.cl-product-page { padding-top: 14px; }
	.cl-product-page .cl-container { padding-inline: 12px; }
	.cl-product-page .cl-breadcrumbs { margin-bottom: 12px; font-size: .6rem; }
	.cl-gallery-main--portrait::before { inset: 7px; }
	.cl-gallery-main--portrait img { aspect-ratio: .82; }
	.cl-gallery-thumb { flex-basis: 68px; }
	.cl-product-summary .cl-category-label { margin-top: 4px; }
	.cl-product-summary h1 { font-size: clamp(1.75rem, 10vw, 2.65rem); }
	.cl-product-trust-row { margin-top: 13px; }
	.cl-product-price-row { align-items: flex-start; flex-direction: column; gap: 7px; }
	.cl-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cl-benefit { grid-template-columns: 1fr; padding: 8px 4px; }
	.cl-benefit strong { font-size: .56rem; text-align: center; }
	.cl-product-summary .cl-order-inner { padding: 13px; }
	.cl-product-summary .cl-field-grid { grid-template-columns: 1fr; }
	.cl-product-summary .cl-field--full,
	.cl-product-summary .cl-options,
	.cl-product-summary .cl-order-submit,
	.cl-product-summary .cl-form-alert { grid-column: auto; }
	.cl-direct-order-form .cl-field input,
	.cl-direct-order-form .cl-field textarea { min-height: 54px; font-size: 16px; }
	.cl-product-summary .cl-order-heading-card { padding: 11px; }
	.cl-product-summary .cl-order-submit { min-height: 70px; }
	.cl-description-editorial { margin-inline: -12px; }
}

/* Storefront responsive system v1.4 */
.cl-category-section {
	overflow: hidden;
	background:
		radial-gradient(circle at 100% 0, rgb(212 175 55 / 9%), transparent 32%),
		#f7f3e9;
}
.cl-category-carousel {
	position: relative;
	min-width: 0;
}
.cl-category-section .cl-category-track {
	display: flex;
	grid-template-columns: none;
	gap: clamp(11px, 1.5vw, 20px);
	margin: 0;
	padding: 2px 1px 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
}
.cl-category-section .cl-category-track::-webkit-scrollbar { display: none; }
.cl-category-section .cl-category-card {
	flex: 0 0 calc((100% - 60px) / 4.25);
	min-width: 205px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #101010;
	scroll-snap-align: start;
}
.cl-category-section .cl-category-card::after { display: none; }
.cl-category-section .cl-category-media {
	position: relative;
	aspect-ratio: .78;
	overflow: hidden;
	border: 1px solid #b99432;
	border-radius: 999px 999px 18px 18px;
	background: #ded8c9;
	box-shadow: 0 18px 40px rgb(33 25 8 / 10%);
	isolation: isolate;
	transform: translateZ(0);
}
.cl-category-section .cl-category-media::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 8px;
	border: 1px solid rgb(255 255 255 / 50%);
	border-radius: inherit;
	pointer-events: none;
}
.cl-category-section .cl-category-media::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	border: 0;
	background: linear-gradient(180deg, transparent 58%, rgb(0 0 0 / 28%));
	box-shadow: none;
	pointer-events: none;
}
.cl-category-section .cl-category-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
.cl-category-section .cl-category-number {
	position: absolute;
	z-index: 3;
	top: 18px;
	inset-inline-start: 18px;
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid rgb(242 205 92 / 70%);
	border-radius: 50%;
	background: rgb(8 8 8 / 78%);
	color: #f2cd5c;
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .08em;
	backdrop-filter: blur(5px);
}
.cl-category-section .cl-category-copy {
	display: block;
	min-width: 0;
	padding: 13px 3px 12px;
	border-bottom: 1px solid #bfb49a;
	text-align: center;
}
.cl-category-section .cl-category-type {
	position: static;
	inset: auto;
	display: block;
	margin-bottom: 3px;
	color: #80600c;
	font-size: .56rem;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.cl-category-section .cl-category-copy h3 {
	overflow: hidden;
	margin: 0;
	color: #101010;
	font-size: clamp(.98rem, 1.5vw, 1.3rem);
	font-weight: 650;
	letter-spacing: -.025em;
	line-height: 1.15;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.cl-category-section .cl-category-link {
	display: inline-block;
	margin-top: 7px;
	color: #5f594c;
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.cl-category-section .cl-category-card:hover .cl-category-media img,
.cl-category-section .cl-category-card:focus-visible .cl-category-media img {
	filter: saturate(1.05) contrast(1.02);
	transform: scale(1.04);
}
.cl-category-section .cl-category-card:hover .cl-category-media,
.cl-category-section .cl-category-card:focus-visible .cl-category-media {
	box-shadow: 0 22px 50px rgb(60 43 5 / 17%), 0 0 0 4px rgb(212 175 55 / 9%);
}
.cl-category-controls {
	display: grid;
	grid-template-columns: minmax(80px, 1fr) auto;
	align-items: center;
	gap: 20px;
	margin-top: 15px;
}
.cl-category-progress {
	position: relative;
	display: block;
	height: 2px;
	overflow: hidden;
	background: #d4cbb6;
}
.cl-category-progress i {
	display: block;
	width: 100%;
	height: 100%;
	background: #111;
	transform: scaleX(.08);
}
.cl-category-controls > div {
	display: flex;
	gap: 7px;
}
.cl-category-controls button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #111;
	border-radius: 50%;
	background: transparent;
	color: #111;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.cl-category-controls button:hover,
.cl-category-controls button:focus-visible {
	background: #111;
	color: #f2cd5c;
	transform: translateY(-2px);
}

/* Definitive single-product layout */
.cl-product-page,
.cl-product-page * { box-sizing: border-box; }
.cl-product-page { overflow: clip; }
.cl-product-page .cl-product-layout--premium {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
	align-items: start;
	gap: clamp(30px, 4vw, 66px);
}
.cl-product-page .cl-product-gallery {
	position: sticky;
	top: 104px;
	min-width: 0;
}
.cl-product-page .cl-product-summary {
	position: static;
	min-width: 0;
	padding: clamp(20px, 2.5vw, 34px);
	border: 1px solid rgb(212 175 55 / 22%);
	border-radius: 20px;
	background: rgb(255 255 255 / 96%);
	box-shadow:
		0 28px 70px rgb(31 24 8 / 13%),
		0 8px 24px rgb(31 24 8 / 7%),
		inset 0 1px 0 rgb(255 255 255 / 90%);
}
.cl-product-page .cl-order-box,
.cl-product-page .cl-order-inner,
.cl-product-page .cl-direct-order-form,
.cl-product-page .cl-field,
.cl-product-page .cl-options { min-width: 0; }
.cl-product-page .cl-order-heading-card {
	border-radius: 12px;
}
.cl-product-page .cl-order-box {
	overflow: hidden;
	border-radius: 16px;
}
.cl-product-page .cl-order-inner {
	border-radius: 12px;
}
.cl-product-page .cl-field input,
.cl-product-page .cl-field textarea {
	max-width: 100%;
	border-radius: 9px;
}
.cl-product-page .cl-options {
	border-radius: 10px;
}
.cl-product-page .cl-options-title {
	width: auto;
	max-width: 100%;
	margin-inline: auto;
	padding-inline: 9px;
	overflow-wrap: anywhere;
}
.cl-product-page .cl-option {
	position: relative;
	display: inline-flex;
	margin: 0;
}
.cl-product-page .cl-option span {
	border-radius: 8px;
}
.cl-product-page .cl-options.has-error {
	border-color: #b62525;
	box-shadow: 0 0 0 3px rgb(182 37 37 / 13%);
}
.cl-product-page .cl-option-error {
	display: block;
	margin-top: 9px;
	color: #7f1717;
	font-size: .7rem;
	font-weight: 750;
	text-align: center;
}
.cl-product-page .cl-option-error[hidden] { display: none; }
.cl-product-page .cl-order-submit {
	overflow: hidden;
	border-radius: 10px;
}
.cl-product-page .cl-order-submit > * {
	position: relative;
	z-index: 2;
}
.cl-product-page .cl-description-editorial,
.cl-product-page .cl-product-reviews {
	overflow: hidden;
	border-radius: 18px;
}

/* Always-visible global support widget */
.cl-whatsapp {
	z-index: 99999;
	right: max(18px, env(safe-area-inset-right, 0px));
	left: auto;
	inset-inline-end: auto;
	bottom: calc(22px + env(safe-area-inset-bottom, 0px));
	align-items: flex-end;
}
[dir="rtl"] .cl-whatsapp {
	right: max(18px, env(safe-area-inset-right, 0px));
	left: auto;
	inset-inline-end: auto;
	align-items: flex-end;
}
.cl-whatsapp-button {
	width: 62px;
	height: 62px;
	border: 3px solid #0a0a0a;
	box-shadow: 0 13px 34px rgb(0 0 0 / 30%), 0 0 0 3px #d4af37;
}
.cl-whatsapp-button svg { width: 34px; height: 34px; }
.cl-whatsapp-notice {
	top: -7px;
	inset-inline-end: -6px;
	width: 22px;
	height: 22px;
	background: #e11313;
	box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
}
.cl-whatsapp-notice.is-read {
	opacity: 0;
	transform: scale(.5);
}
.cl-whatsapp-bubble {
	width: min(292px, calc(100vw - 30px));
	padding: 16px 40px 15px 17px;
	border: 1px solid #c29a2b;
	border-radius: 14px 14px 3px 14px;
	background: #fffdf7;
	box-shadow: 0 18px 50px rgb(0 0 0 / 24%);
}
[dir="rtl"] .cl-whatsapp-bubble {
	padding: 16px 17px 15px 40px;
	border-radius: 14px 14px 3px 14px;
}

@media (max-width: 1050px) {
	.cl-category-section .cl-category-card { flex-basis: calc((100% - 42px) / 3.35); min-width: 185px; }
	.cl-product-page .cl-product-layout--premium { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 28px; }
}

@media (max-width: 860px) {
	.cl-product-page .cl-product-layout--premium { grid-template-columns: minmax(0, 1fr); }
	.cl-product-page .cl-product-gallery { position: static; }
	.cl-product-page .cl-product-summary { width: 100%; max-width: 720px; margin-inline: auto; }
}

@media (max-width: 720px) {
	.cl-category-section { padding-block: 48px 58px; }
	.cl-category-section .cl-editorial-heading { margin-bottom: 25px; }
	.cl-category-section .cl-category-track {
		gap: 9px;
		margin-inline: -12px;
		padding-inline: 12px;
		scroll-padding-inline: 12px;
	}
	.cl-category-section .cl-category-card {
		flex: 0 0 calc((100vw - 42px) / 2.7);
		min-width: 102px;
	}
	.cl-category-section .cl-category-media {
		aspect-ratio: .8;
		border-radius: 999px 999px 12px 12px;
	}
	.cl-category-section .cl-category-media::before { inset: 5px; }
	.cl-category-section .cl-category-number {
		top: 9px;
		inset-inline-start: 9px;
		width: 27px;
		height: 27px;
		font-size: .52rem;
	}
	.cl-category-section .cl-category-copy { padding-block: 9px; }
	.cl-category-section .cl-category-type { font-size: .48rem; letter-spacing: .1em; }
	.cl-category-section .cl-category-copy h3 { font-size: clamp(.67rem, 3vw, .86rem); }
	.cl-category-section .cl-category-link { margin-top: 5px; font-size: .48rem; }
	.cl-category-controls { margin-top: 8px; }
	.cl-category-controls button { width: 38px; height: 38px; }
	.cl-product-page .cl-product-content { margin-top: 45px; }
	.cl-product-page .cl-description-editorial,
	.cl-product-page .cl-product-reviews { border-radius: 12px; }
	.cl-whatsapp {
		right: max(14px, env(safe-area-inset-right, 0px));
		left: auto;
		bottom: calc(18px + env(safe-area-inset-bottom, 0px));
	}
	[dir="rtl"] .cl-whatsapp {
		right: max(14px, env(safe-area-inset-right, 0px));
		left: auto;
	}
	.cl-whatsapp-button { width: 57px; height: 57px; }
}

@media (max-width: 390px) {
	.cl-product-page .cl-product-summary {
		padding: 14px;
		border-radius: 14px;
	}
	.cl-product-page .cl-benefits { grid-template-columns: 1fr; }
	.cl-product-page .cl-benefit {
		grid-template-columns: 38px 1fr;
		justify-items: stretch;
		padding: 8px 10px;
		text-align: start;
	}
	.cl-product-page .cl-benefit strong { font-size: .62rem; text-align: start; }
	.cl-product-page .cl-order-heading-card {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 9px;
	}
	.cl-product-page .cl-order-heading-icon { width: 38px; height: 38px; }
	.cl-product-page .cl-order-heading-copy p { font-size: .65rem; }
	.cl-product-page .cl-order-submit-copy strong { font-size: .9rem; }
	.cl-product-page .cl-order-submit-copy small { font-size: .61rem; }
	.cl-whatsapp-bubble { width: min(270px, calc(100vw - 24px)); }
}

@media (prefers-reduced-motion: reduce) {
	.cl-category-section .cl-category-track { scroll-behavior: auto; }
	.cl-category-section .cl-category-media img,
	.cl-category-controls button,
	.cl-whatsapp-notice { transition: none; }
}

/* Product spacing and support position v1.4.2 */
.cl-product-page {
	padding-block: 18px 64px;
}
.cl-product-page .cl-product-layout--premium {
	gap: clamp(24px, 3.4vw, 50px);
}
.cl-product-page .cl-product-summary {
	padding: clamp(18px, 2vw, 26px);
}
.cl-product-page .cl-benefits {
	margin-block: 14px 16px;
}
.cl-product-page .cl-product-content {
	margin-top: clamp(32px, 4.5vw, 56px);
}
.cl-product-page .cl-description-editorial {
	min-height: 410px;
}
.cl-product-page .cl-description-media {
	min-height: 410px;
}
.cl-product-page .cl-description-copy {
	padding: clamp(28px, 4vw, 52px);
}
.cl-product-page .cl-description-copy h2 {
	margin-bottom: 16px;
	font-size: clamp(1.75rem, 3.2vw, 3.25rem);
}
.cl-product-page .cl-product-reviews {
	padding: clamp(26px, 4vw, 42px);
}

.cl-whatsapp,
[dir="rtl"] .cl-whatsapp {
	position: fixed !important;
	inset: auto !important;
	right: max(10px, env(safe-area-inset-right, 0px)) !important;
	bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
	left: auto !important;
	align-items: flex-end !important;
	margin: 0 !important;
	transform: none !important;
}

@media (max-width: 720px) {
	.cl-product-page { padding-block: 10px 44px; }
	.cl-product-page .cl-product-layout--premium { gap: 20px; }
	.cl-product-page .cl-product-summary { padding: 14px; }
	.cl-product-page .cl-product-content { margin-top: 30px; }
	.cl-product-page .cl-description-editorial { min-height: 0; }
	.cl-product-page .cl-description-media {
		min-height: 0;
		aspect-ratio: .92;
	}
	.cl-product-page .cl-description-copy { padding: 25px 18px; }
	.cl-whatsapp,
	[dir="rtl"] .cl-whatsapp {
		right: max(7px, env(safe-area-inset-right, 0px)) !important;
		bottom: calc(7px + env(safe-area-inset-bottom, 0px)) !important;
	}
	.cl-whatsapp-button {
		width: 54px;
		height: 54px;
	}
}

/* Language-aware WhatsApp corner placement v1.4.3 */
html:not([dir="rtl"]) .cl-whatsapp {
	position: fixed !important;
	inset: auto auto max(10px, env(safe-area-inset-bottom, 0px)) max(10px, env(safe-area-inset-left, 0px)) !important;
	right: auto !important;
	left: max(10px, env(safe-area-inset-left, 0px)) !important;
	width: 62px;
	height: 62px;
	align-items: flex-start !important;
}
[dir="rtl"] .cl-whatsapp {
	position: fixed !important;
	inset: auto max(10px, env(safe-area-inset-right, 0px)) max(10px, env(safe-area-inset-bottom, 0px)) auto !important;
	right: max(10px, env(safe-area-inset-right, 0px)) !important;
	left: auto !important;
	width: 62px;
	height: 62px;
	align-items: flex-end !important;
}
html:not([dir="rtl"]) .cl-whatsapp-bubble {
	position: absolute;
	right: auto;
	bottom: calc(100% + 13px);
	left: 0;
	border-radius: 14px 14px 14px 3px;
	text-align: left;
}
[dir="rtl"] .cl-whatsapp-bubble {
	position: absolute;
	right: 0;
	bottom: calc(100% + 13px);
	left: auto;
	border-radius: 14px 14px 3px 14px;
	text-align: right;
}

@media (max-width: 720px) {
	html:not([dir="rtl"]) .cl-whatsapp {
		inset: auto auto calc(7px + env(safe-area-inset-bottom, 0px)) max(7px, env(safe-area-inset-left, 0px)) !important;
		right: auto !important;
		left: max(7px, env(safe-area-inset-left, 0px)) !important;
		width: 54px;
		height: 54px;
	}
	[dir="rtl"] .cl-whatsapp {
		inset: auto max(7px, env(safe-area-inset-right, 0px)) calc(7px + env(safe-area-inset-bottom, 0px)) auto !important;
		right: max(7px, env(safe-area-inset-right, 0px)) !important;
		left: auto !important;
		width: 54px;
		height: 54px;
	}
}

/* Horizontal WhatsApp bubble and flat product layout v1.4.4 */
.cl-whatsapp,
html:not([dir="rtl"]) .cl-whatsapp,
[dir="rtl"] .cl-whatsapp {
	display: block !important;
	width: 62px !important;
	height: 62px !important;
}
.cl-whatsapp-button {
	position: absolute !important;
	bottom: 0 !important;
	margin: 0 !important;
}
html:not([dir="rtl"]) .cl-whatsapp-button {
	right: auto !important;
	left: 0 !important;
}
[dir="rtl"] .cl-whatsapp-button {
	right: 0 !important;
	left: auto !important;
}
.cl-whatsapp-bubble,
html:not([dir="rtl"]) .cl-whatsapp-bubble,
[dir="rtl"] .cl-whatsapp-bubble {
	top: auto !important;
	bottom: 0 !important;
	width: min(270px, calc(100vw - 92px));
	margin: 0 !important;
	transform-origin: bottom center;
}
html:not([dir="rtl"]) .cl-whatsapp-bubble {
	right: auto !important;
	left: calc(100% + 13px) !important;
	border-radius: 14px 14px 14px 3px;
	text-align: left;
}
[dir="rtl"] .cl-whatsapp-bubble {
	right: calc(100% + 13px) !important;
	left: auto !important;
	border-radius: 14px 14px 3px 14px;
	text-align: right;
}

.cl-product-page {
	background: #f6f2e8;
}
.cl-product-page > .cl-container {
	width: 100%;
	max-width: 1480px;
	padding-inline: clamp(14px, 3vw, 42px);
}
.cl-product-page .cl-product-summary {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.cl-product-page .cl-product-layout--premium {
	gap: clamp(22px, 3vw, 44px);
}
.cl-product-page .cl-gallery-main--portrait {
	box-shadow: 0 18px 45px rgb(25 20 10 / 12%);
}
.cl-product-page .cl-product-content {
	margin-top: clamp(24px, 3vw, 38px);
}
.cl-product-page .cl-description-editorial,
.cl-product-page .cl-product-reviews {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.cl-product-page .cl-description-editorial {
	min-height: 360px;
}
.cl-product-page .cl-description-media {
	min-height: 360px;
}
.cl-product-page .cl-description-copy {
	padding: clamp(24px, 3vw, 42px);
}
.cl-product-page .cl-product-reviews {
	padding: clamp(24px, 3vw, 36px);
}
.cl-product-page .cl-review-card {
	min-height: 205px;
}

@media (max-width: 720px) {
	.cl-whatsapp,
	html:not([dir="rtl"]) .cl-whatsapp,
	[dir="rtl"] .cl-whatsapp {
		width: 54px !important;
		height: 54px !important;
	}
	.cl-whatsapp-bubble,
	html:not([dir="rtl"]) .cl-whatsapp-bubble,
	[dir="rtl"] .cl-whatsapp-bubble {
		width: min(245px, calc(100vw - 76px));
	}
	html:not([dir="rtl"]) .cl-whatsapp-bubble {
		left: calc(100% + 9px) !important;
	}
	[dir="rtl"] .cl-whatsapp-bubble {
		right: calc(100% + 9px) !important;
	}
	.cl-product-page > .cl-container { padding-inline: 10px; }
	.cl-product-page .cl-product-content { margin-top: 22px; }
	.cl-product-page .cl-description-copy { padding: 22px 16px; }
	.cl-product-page .cl-product-reviews { padding: 22px 10px; }
}

/* Wide desktop product composition v1.4.5 */
.cl-product-page {
	padding: 0 0 42px;
}
.cl-product-page > .cl-container {
	width: 100%;
	max-width: none;
	padding: 0;
}
.cl-product-page .cl-breadcrumbs {
	width: min(1880px, calc(100% - 28px));
	margin: 0 auto;
	padding-block: 14px 12px;
}
.cl-product-page .cl-product-layout--premium {
	width: min(1880px, calc(100% - 28px));
	margin-inline: auto;
	grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
	gap: clamp(20px, 2.2vw, 38px);
}
.cl-product-page .cl-product-summary {
	padding: 0;
}
.cl-product-page .cl-product-content {
	width: 100%;
	margin: 26px 0 0;
}
.cl-product-page .cl-product-description {
	background: #0b0b0b;
}
.cl-product-page .cl-description-editorial {
	width: 100%;
	min-height: 340px;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
}
.cl-product-page .cl-description-media {
	min-height: 340px;
	max-height: 620px;
}
.cl-product-page .cl-description-copy {
	padding: clamp(22px, 2.4vw, 38px);
}
.cl-product-page .cl-product-reviews {
	padding: 28px max(14px, calc((100vw - 1800px) / 2));
}
.cl-product-page .cl-product-related {
	padding-inline: 14px;
}
.cl-product-page .cl-product-related .cl-section-heading {
	margin-bottom: 20px;
}

@media (max-width: 1050px) {
	.cl-product-page .cl-product-layout--premium {
		grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
	}
}

@media (max-width: 860px) {
	.cl-product-page { padding-bottom: 30px; }
	.cl-product-page .cl-breadcrumbs,
	.cl-product-page .cl-product-layout--premium {
		width: calc(100% - 20px);
	}
	.cl-product-page .cl-product-layout--premium {
		grid-template-columns: minmax(0, 1fr);
	}
	.cl-product-page .cl-description-editorial {
		grid-template-columns: minmax(0, 1fr);
	}
	.cl-product-page .cl-description-media {
		max-height: none;
		aspect-ratio: .92;
	}
	.cl-product-page .cl-product-content { margin-top: 20px; }
}

@media (max-width: 430px) {
	.cl-product-page .cl-breadcrumbs,
	.cl-product-page .cl-product-layout--premium {
		width: calc(100% - 12px);
	}
	.cl-product-page .cl-breadcrumbs { padding-block: 9px; }
	.cl-product-page .cl-description-copy { padding: 20px 14px; }
	.cl-product-page .cl-product-reviews { padding: 20px 6px; }
	.cl-product-page .cl-product-related { padding-inline: 6px; }
}

/* Product gallery and gold section transitions v1.4.6 */
.cl-product-page .cl-product-layout--premium {
	width: min(1480px, calc(100% - 28px));
	grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr);
}
.cl-product-page .cl-gallery-main--portrait {
	position: relative;
	height: clamp(480px, 62vh, 660px);
	aspect-ratio: auto;
	background: #e9e5dc;
}
.cl-product-page .cl-gallery-main--portrait img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: contain;
	opacity: 1;
	transform: scale(1);
	transition: opacity .28s ease, transform .38s cubic-bezier(.2,.7,.2,1);
}
.cl-product-page .cl-product-gallery.is-switching .cl-gallery-main--portrait img {
	opacity: .28;
	transform: scale(.985);
}
.cl-gallery-arrows {
	position: absolute;
	z-index: 4;
	top: 50%;
	right: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}
.cl-gallery-arrows button {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #d4af37;
	border-radius: 50%;
	background: rgb(8 8 8 / 86%);
	color: #f2cd5c;
	box-shadow: 0 8px 24px rgb(0 0 0 / 24%);
	font-size: 1rem;
	cursor: pointer;
	pointer-events: auto;
	backdrop-filter: blur(7px);
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.cl-gallery-arrows button:hover,
.cl-gallery-arrows button:focus-visible {
	background: #d4af37;
	color: #080808;
	transform: scale(1.08);
}
.cl-product-page .cl-product-content {
	position: relative;
}
.cl-product-page .cl-product-content::before {
	content: "";
	position: absolute;
	z-index: 3;
	top: -26px;
	right: 0;
	left: 0;
	height: 26px;
	background:
		linear-gradient(105deg, #7d5704 0%, #d4af37 18%, #f7df8a 38%, #a8770c 56%, #f2cd5c 76%, #7d5704 100%);
	background-size: 260% 100%;
	box-shadow:
		inset 0 1px rgb(255 245 190 / 55%),
		inset 0 -1px rgb(80 52 0 / 35%),
		0 0 22px rgb(212 175 55 / 22%);
	animation: cl-gold-section-flow 7s linear infinite;
	pointer-events: none;
}
@keyframes cl-gold-section-flow {
	to { background-position: 260% 0; }
}

@media (max-width: 1050px) {
	.cl-product-page .cl-product-layout--premium {
		grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
	}
	.cl-product-page .cl-gallery-main--portrait {
		height: clamp(460px, 58vh, 600px);
	}
}

@media (max-width: 860px) {
	.cl-product-page .cl-product-layout--premium {
		width: calc(100% - 20px);
		grid-template-columns: minmax(0, 1fr);
	}
	.cl-product-page .cl-gallery-main--portrait {
		height: min(72vh, 640px);
	}
}

@media (max-width: 720px) {
	.cl-product-page .cl-gallery-main--portrait {
		height: auto;
		aspect-ratio: .86;
	}
	.cl-product-page .cl-gallery-main--portrait img {
		aspect-ratio: .86;
		object-fit: cover;
	}
	.cl-gallery-arrows {
		right: 8px;
		left: 8px;
	}
	.cl-gallery-arrows button {
		width: 40px;
		height: 40px;
	}
	.cl-product-page .cl-product-content::before {
		top: -20px;
		height: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cl-product-page .cl-product-content::before {
		animation: none;
		background-position: 50% 0;
	}
	.cl-product-page .cl-gallery-main--portrait img,
	.cl-gallery-arrows button {
		transition: none;
	}
}

/* Restored gallery with refined navigation and gold separators v1.4.7 */
.cl-product-page .cl-product-layout--premium {
	width: min(1880px, calc(100% - 28px));
	grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
}
.cl-product-page .cl-gallery-main--portrait {
	height: auto;
	aspect-ratio: .82;
}
.cl-product-page .cl-gallery-main--portrait img {
	width: 100%;
	height: 100%;
	aspect-ratio: .82;
	object-fit: cover;
}
.cl-gallery-arrows {
	top: auto;
	right: auto;
	bottom: 15px;
	left: 50%;
	width: auto;
	padding: 6px;
	border: 1px solid rgb(212 175 55 / 55%);
	border-radius: 999px;
	background: rgb(8 8 8 / 86%);
	box-shadow: 0 12px 35px rgb(0 0 0 / 25%);
	gap: 8px;
	direction: ltr;
	transform: translateX(-50%);
	backdrop-filter: blur(9px);
}
.cl-gallery-arrows button {
	width: 38px;
	height: 38px;
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}
.cl-gallery-arrows button:hover,
.cl-gallery-arrows button:focus-visible {
	background: #d4af37;
}
.cl-gallery-counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	color: #f7e7b4;
	font-size: .65rem;
	font-weight: 850;
	letter-spacing: .12em;
	white-space: nowrap;
}
.cl-product-page .cl-product-content::before {
	background:
		radial-gradient(circle at 50% 50%, rgb(212 175 55 / 12%), transparent 46%),
		#0a0a0a;
	background-size: 100% 100%;
	box-shadow:
		inset 0 1px rgb(242 205 92 / 10%),
		inset 0 -1px rgb(242 205 92 / 10%);
	animation: none;
}
.cl-product-page .cl-product-content::after {
	content: "";
	position: absolute;
	z-index: 4;
	top: -15px;
	right: 8%;
	left: 8%;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent 0%, #8b6308 16%, #f8df87 38%, #d4af37 50%, #fff0b1 62%, #8b6308 84%, transparent 100%);
	background-size: 240% 100%;
	box-shadow: 0 0 15px rgb(242 205 92 / 48%);
	animation: cl-gold-line-flow 5.8s linear infinite;
	pointer-events: none;
}
@keyframes cl-gold-line-flow {
	to { background-position: 240% 0; }
}

@media (max-width: 1050px) {
	.cl-product-page .cl-product-layout--premium {
		grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
	}
}

@media (max-width: 860px) {
	.cl-product-page .cl-product-layout--premium {
		width: calc(100% - 20px);
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 720px) {
	.cl-gallery-arrows {
		bottom: 10px;
		padding: 4px;
	}
	.cl-gallery-arrows button {
		width: 36px;
		height: 36px;
	}
	.cl-gallery-counter {
		min-width: 54px;
		font-size: .58rem;
	}
	.cl-product-page .cl-product-content::after {
		top: -11px;
		right: 5%;
		left: 5%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cl-product-page .cl-product-content::after {
		animation: none;
		background-position: 50% 0;
	}
}

/* Reviews section gold edges v1.4.8 */
.cl-product-page .cl-product-reviews {
	position: relative;
	margin-top: 0;
	overflow: hidden;
}
.cl-product-page .cl-product-reviews::before,
.cl-product-page .cl-product-reviews::after {
	display: none;
}
.cl-review-gold-edge {
	position: absolute;
	z-index: 8;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: linear-gradient(90deg, #7d5704, #d4af37 22%, #fff0ad 45%, #b57f0a 62%, #f2cd5c 82%, #7d5704);
	background-size: 240% 100%;
	box-shadow: 0 0 18px rgb(242 205 92 / 42%);
	animation: cl-review-edge-flow 5.8s linear infinite;
	pointer-events: none;
}
.cl-review-gold-edge--top { top: 0; }
.cl-review-gold-edge--bottom { bottom: 0; }
@keyframes cl-review-edge-flow {
	to { background-position: 240% 0; }
}

@media (prefers-reduced-motion: reduce) {
	.cl-review-gold-edge {
		animation: none;
		background-position: 50% 0;
	}
}

/* Product footer spacing and always-visible gallery arrows v1.4.9 */
.cl-product-page {
	padding-bottom: 0;
}
.cl-product-page .cl-product-content:last-child {
	margin-bottom: 0;
}
.cl-product-page .cl-product-description::before,
.cl-product-page .cl-product-description::after {
	display: none;
}
.cl-gallery-arrows {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	backdrop-filter: none;
	pointer-events: none;
}
.cl-gallery-arrows button {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 46px;
	height: 46px;
	border: 1px solid #d4af37;
	background: rgb(8 8 8 / 86%);
	box-shadow: 0 9px 26px rgb(0 0 0 / 25%);
	pointer-events: auto;
	transform: translateY(-50%);
}
.cl-gallery-arrows [data-gallery-prev] {
	right: auto;
	left: 15px;
}
.cl-gallery-arrows [data-gallery-next] {
	right: 15px;
	left: auto;
}
.cl-gallery-arrows button:hover,
.cl-gallery-arrows button:focus-visible {
	transform: translateY(-50%) scale(1.08);
}
.cl-gallery-counter {
	position: absolute;
	bottom: 14px;
	left: 50%;
	min-width: 72px;
	padding: 8px 12px;
	border: 1px solid rgb(212 175 55 / 55%);
	border-radius: 999px;
	background: rgb(8 8 8 / 86%);
	box-shadow: 0 8px 24px rgb(0 0 0 / 22%);
	pointer-events: none;
	transform: translateX(-50%);
	backdrop-filter: blur(8px);
}

@media (max-width: 720px) {
	.cl-gallery-arrows {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
	}
	.cl-gallery-arrows button {
		width: 40px;
		height: 40px;
	}
	.cl-gallery-arrows [data-gallery-prev] { left: 8px; }
	.cl-gallery-arrows [data-gallery-next] { right: 8px; }
	.cl-gallery-counter {
		bottom: 9px;
		min-width: 62px;
		padding: 6px 9px;
	}
}

/* Conversion details and editorial description v1.5.0 */
.cl-product-page .cl-order-submit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 56px;
	text-align: center;
	animation:
		cl-button-pulse 2.8s ease-in-out infinite,
		cl-order-wiggle 4.8s ease-in-out infinite;
}
.cl-product-page .cl-order-submit > .cl-icon {
	position: absolute;
	inset-inline-start: 20px;
	width: 27px;
	height: 27px;
}
.cl-product-page .cl-order-submit-copy {
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}
.cl-product-page .cl-order-submit:hover,
.cl-product-page .cl-order-submit:focus-visible {
	animation: none;
	transform: translateY(-2px);
}
.cl-product-page .cl-order-submit.is-loading {
	animation: none;
}
@keyframes cl-order-wiggle {
	0%, 76%, 100% { transform: translateX(0) rotate(0); }
	80% { transform: translateX(-3px) rotate(-.65deg); }
	84% { transform: translateX(3px) rotate(.65deg); }
	88% { transform: translateX(-2px) rotate(-.4deg); }
	92% { transform: translateX(2px) rotate(.4deg); }
	96% { transform: translateX(0) rotate(0); }
}
.cl-product-page .cl-product-description {
	margin-top: clamp(34px, 4vw, 52px);
}
.cl-product-page .cl-product-description::before {
	content: "";
	position: absolute;
	z-index: 8;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: linear-gradient(90deg, #7d5704, #d4af37 24%, #fff0ad 48%, #b57f0a 66%, #f2cd5c 84%, #7d5704);
	background-size: 240% 100%;
	box-shadow: 0 0 18px rgb(242 205 92 / 38%);
	animation: cl-review-edge-flow 5.8s linear infinite;
	pointer-events: none;
}
.cl-product-page .cl-description-media {
	position: relative;
	padding: clamp(12px, 1.5vw, 20px);
	background:
		linear-gradient(135deg, rgb(212 175 55 / 16%), transparent 36%),
		#080808;
}
.cl-product-page .cl-description-media::after {
	content: "";
	position: absolute;
	inset: clamp(18px, 2vw, 28px);
	border: 1px solid rgb(242 205 92 / 48%);
	box-shadow: inset 0 0 0 5px rgb(8 8 8 / 22%);
	pointer-events: none;
}
.cl-product-page .cl-description-media img {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid rgb(212 175 55 / 65%);
	background: #171717;
	box-shadow: 0 18px 45px rgb(0 0 0 / 34%);
	object-fit: cover;
}

@media (max-width: 720px) {
	.cl-product-page .cl-benefits {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 5px;
	}
	.cl-product-page .cl-benefit {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		min-height: 88px;
		padding: 7px 3px;
		text-align: center;
	}
	.cl-product-page .cl-benefit > span {
		width: 34px;
		height: 34px;
	}
	.cl-product-page .cl-benefit strong {
		font-size: .54rem;
		line-height: 1.2;
		text-align: center;
	}
	.cl-product-page .cl-order-submit {
		padding-inline: 48px;
	}
	.cl-product-page .cl-order-submit > .cl-icon {
		inset-inline-start: 15px;
		width: 24px;
		height: 24px;
	}
	.cl-product-page .cl-product-description {
		margin-top: 30px;
	}
	.cl-product-page .cl-description-media {
		padding: 9px;
	}
	.cl-product-page .cl-description-media::after {
		inset: 15px;
	}
}

@media (max-width: 390px) {
	.cl-product-page .cl-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.cl-product-page .cl-benefit {
		display: flex;
		grid-template-columns: none;
		justify-items: center;
		text-align: center;
	}
	.cl-product-page .cl-benefit strong {
		font-size: .5rem;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cl-product-page .cl-order-submit,
	.cl-product-page .cl-product-description::before {
		animation: none;
	}
}

/* Homepage location, compact categories and directional mobile header v1.6 */
.cl-category-section .cl-category-carousel.is-slider .cl-category-card {
	flex-basis: calc((100% - 72px) / 5.15);
	min-width: 174px;
}
.cl-category-section .cl-category-carousel.is-static .cl-category-track {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 210px));
	justify-content: center;
	gap: clamp(16px, 2.2vw, 28px);
	padding-bottom: 0;
	overflow: visible;
	scroll-snap-type: none;
	touch-action: auto;
}
.cl-category-section .cl-category-carousel.is-static .cl-category-card {
	width: 100%;
	min-width: 0;
}

.cl-location-section {
	position: relative;
	isolation: isolate;
	padding-block: clamp(58px, 7vw, 96px);
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 15%, rgb(242 205 92 / 16%), transparent 31%),
		radial-gradient(circle at 90% 86%, rgb(212 175 55 / 9%), transparent 34%),
		linear-gradient(135deg, rgb(255 255 255 / 97%), rgb(250 246 232 / 94%) 58%, rgb(247 239 209 / 86%));
	color: #15130e;
}
.cl-location-section::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 440px;
	height: 440px;
	inset: -260px auto auto -170px;
	border: 1px solid rgb(177 132 23 / 20%);
	border-radius: 50%;
	box-shadow: 0 0 90px rgb(212 175 55 / 10%);
	animation: cl-map-orbit 9s ease-in-out infinite alternate;
}
.cl-location-shell {
	display: grid;
	grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
	align-items: stretch;
	gap: clamp(28px, 5vw, 72px);
}
.cl-location-copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-block: clamp(12px, 3vw, 38px);
}
.cl-location-copy .cl-eyebrow { color: #8b6810; }
.cl-location-copy h2 {
	max-width: 520px;
	margin: 0;
	color: #0b0b0b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.1rem, 4.5vw, 4.35rem);
	line-height: .98;
	letter-spacing: -.04em;
}
.cl-location-copy > p:not(.cl-eyebrow) {
	max-width: 480px;
	margin: 18px 0 0;
	color: #625d51;
	font-size: .96rem;
}
.cl-location-address {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	max-width: 480px;
	margin-top: 24px;
	padding: 13px 15px;
	border: 1px solid rgb(154 116 14 / 38%);
	border-radius: 12px;
	background: rgb(255 255 255 / 62%);
	color: #292315;
	font-weight: 720;
	box-shadow: 0 12px 32px rgb(86 65 14 / 8%);
	backdrop-filter: blur(8px);
}
.cl-location-address .cl-icon {
	flex: 0 0 auto;
	color: #9a740e;
}
.cl-location-button { margin-top: 22px; }
.cl-map-card {
	position: relative;
	min-height: 420px;
	padding: 7px;
	border: 1px solid rgb(242 205 92 / 60%);
	border-radius: 24px;
	background: linear-gradient(145deg, rgb(241 209 106 / 92%), rgb(174 128 24 / 88%));
	box-shadow: 0 28px 70px rgb(73 53 10 / 18%), 0 0 50px rgb(212 175 55 / 9%);
	transform: translateZ(0);
}
.cl-map-card::after {
	content: "";
	position: absolute;
	inset: 7px;
	border: 1px solid rgb(255 255 255 / 28%);
	border-radius: 17px;
	pointer-events: none;
}
.cl-map-card iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 406px;
	border: 0;
	border-radius: 17px;
	filter: saturate(.72) contrast(1.04) sepia(.12);
}
.cl-map-corner {
	position: absolute;
	z-index: 2;
	width: 44px;
	height: 44px;
	border-color: var(--cl-bright-gold);
	pointer-events: none;
}
.cl-map-corner--one {
	top: -10px;
	inset-inline-start: -10px;
	border-block-start: 2px solid var(--cl-bright-gold);
	border-inline-start: 2px solid var(--cl-bright-gold);
}
.cl-map-corner--two {
	inset-inline-end: -10px;
	bottom: -10px;
	border-inline-end: 2px solid var(--cl-bright-gold);
	border-block-end: 2px solid var(--cl-bright-gold);
}
@keyframes cl-map-orbit {
	to { transform: translate3d(25px, 20px, 0) scale(1.06); }
}

.cl-menu-lines {
	position: relative;
	display: grid;
	place-items: center;
	width: 21px;
	height: 17px;
}
.cl-menu-lines i {
	position: absolute;
	display: block;
	width: 21px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 7px rgb(242 205 92 / 30%);
	transition: transform .26s ease, opacity .2s ease, width .26s ease;
}
.cl-menu-lines i:first-child { transform: translateY(-7px); }
.cl-menu-lines i:nth-child(2) { width: 14px; }
.cl-menu-lines i:last-child { transform: translateY(7px); }
.cl-menu-toggle[aria-expanded="true"] .cl-menu-lines i:first-child { transform: rotate(45deg); }
.cl-menu-toggle[aria-expanded="true"] .cl-menu-lines i:nth-child(2) { width: 0; opacity: 0; }
.cl-menu-toggle[aria-expanded="true"] .cl-menu-lines i:last-child { transform: rotate(-45deg); }

@media (max-width: 1050px) {
	.cl-category-section .cl-category-carousel.is-slider .cl-category-card {
		flex-basis: calc((100% - 51px) / 4.15);
		min-width: 164px;
	}
	.cl-location-shell { grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); gap: 34px; }
}

@media (max-width: 860px) {
	.cl-location-shell { grid-template-columns: 1fr; }
	.cl-location-copy { align-items: center; text-align: center; }
	.cl-location-address { justify-content: center; }
	.cl-map-card { min-height: 390px; }
	.cl-map-card iframe { min-height: 376px; }
}

@media (max-width: 720px) {
	.cl-header-inner {
		position: relative;
		justify-content: center;
		gap: 0;
		padding-inline: 48px 142px;
	}
	.cl-menu-toggle {
		position: absolute;
		inset-inline-start: 0;
		width: 42px;
		height: 42px;
		border-color: rgb(212 175 55 / 72%);
		border-radius: 13px;
		background: linear-gradient(145deg, #18150c, #080808);
		color: var(--cl-bright-gold);
		box-shadow: inset 0 0 0 1px rgb(255 255 255 / 5%), 0 7px 20px rgb(0 0 0 / 28%);
	}
	.cl-header-actions {
		position: absolute;
		inset-inline-end: 0;
		display: flex;
		gap: 3px;
	}
	.cl-header-actions .cl-icon-button {
		width: 38px;
		height: 38px;
	}
	.cl-header-actions .cl-lang .cl-icon-button {
		width: 38px;
		padding-inline: 0;
		font-size: .67rem;
	}
	.cl-header-actions .cl-icon { width: 18px; height: 18px; }
	.cl-lang-menu { inset-inline-end: 0; }
	.cl-brand { justify-content: center; }
	.cl-brand img { width: 48px; height: 48px; }

	.cl-category-section .cl-category-carousel.is-slider .cl-category-card {
		flex: 0 0 calc((100vw - 42px) / 2.7);
		min-width: 102px;
	}
	.cl-category-section .cl-category-carousel.is-static .cl-category-track {
		display: grid;
		margin-inline: 0;
		padding-inline: 0;
		gap: 9px;
	}
	.cl-category-section .cl-category-carousel.is-static.cl-count-3 .cl-category-track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.cl-category-section .cl-category-carousel.is-static.cl-count-4 .cl-category-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
	.cl-category-section .cl-category-carousel.is-static .cl-category-card {
		flex: none;
		min-width: 0;
	}
	.cl-location-section { padding-block: 50px 58px; }
	.cl-location-copy h2 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
	.cl-map-card { min-height: 330px; padding: 5px; border-radius: 18px; }
	.cl-map-card iframe { min-height: 318px; border-radius: 13px; }
	.cl-map-card::after { inset: 5px; border-radius: 13px; }
}

@media (max-width: 390px) {
	.cl-header-inner { padding-inline: 44px 130px; }
	.cl-menu-toggle { width: 39px; height: 39px; }
	.cl-header-actions .cl-icon-button,
	.cl-header-actions .cl-lang .cl-icon-button { width: 35px; height: 35px; }
	.cl-header-actions { gap: 2px; }
	.cl-brand img { width: 44px; height: 44px; }
	.cl-category-section .cl-category-carousel.is-static.cl-count-3 .cl-category-copy h3 {
		font-size: clamp(.58rem, 2.8vw, .72rem);
	}
	.cl-category-section .cl-category-carousel.is-static.cl-count-3 .cl-category-type {
		font-size: .42rem;
	}
	.cl-map-card,
	.cl-map-card iframe { min-height: 292px; }
}

@media (prefers-reduced-motion: reduce) {
	.cl-location-section::before,
	.cl-menu-lines i { animation: none; transition: none; }
}

/* Premium dark New Arrivals section v1.6.1 */
.cl-zara-products {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 12%, rgb(242 205 92 / 13%), transparent 27%),
		radial-gradient(circle at 94% 88%, rgb(212 175 55 / 10%), transparent 30%),
		linear-gradient(135deg, #050505 0%, #11100c 50%, #070707 100%);
	color: #fff;
}
.cl-zara-products::before,
.cl-zara-products::after {
	content: "";
	position: absolute;
	z-index: -1;
	border: 1px solid rgb(212 175 55 / 16%);
	border-radius: 50%;
	pointer-events: none;
}
.cl-zara-products::before {
	width: 460px;
	height: 460px;
	top: -330px;
	inset-inline-start: -130px;
	animation: cl-new-products-orbit 10s ease-in-out infinite alternate;
}
.cl-zara-products::after {
	width: 340px;
	height: 340px;
	inset-inline-end: -190px;
	bottom: -220px;
	animation: cl-new-products-orbit 12s ease-in-out infinite alternate-reverse;
}
.cl-zara-products .cl-editorial-heading {
	border-bottom-color: rgb(212 175 55 / 35%);
}
.cl-zara-products .cl-editorial-heading h2 {
	color: #fff;
	text-shadow: 0 8px 32px rgb(0 0 0 / 35%);
}
.cl-zara-products .cl-eyebrow {
	color: var(--cl-bright-gold);
}
.cl-zara-products .cl-text-link {
	border-bottom-color: var(--cl-gold);
	color: var(--cl-champagne);
}
.cl-zara-products .cl-text-link:hover {
	color: var(--cl-bright-gold);
}
.cl-zara-products .cl-product-card {
	padding: 6px 6px 13px;
	border: 1px solid rgb(212 175 55 / 22%);
	border-radius: 14px;
	background: linear-gradient(165deg, rgb(255 255 255 / 6%), rgb(255 255 255 / 2%));
	box-shadow: 0 16px 38px rgb(0 0 0 / 22%);
	transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.cl-zara-products .cl-product-card:hover {
	border-color: rgb(242 205 92 / 68%);
	box-shadow: 0 23px 54px rgb(0 0 0 / 38%), 0 0 0 3px rgb(212 175 55 / 7%);
	transform: none;
}
.cl-zara-products .cl-product-image {
	overflow: hidden;
	border-radius: 10px;
	background: #171717;
}
.cl-zara-products .cl-product-image::after {
	border-color: rgb(212 175 55 / 18%);
	border-radius: 10px;
}
.cl-zara-products .cl-product-card:hover .cl-product-image::after {
	border-color: var(--cl-bright-gold);
	box-shadow: inset 0 0 0 4px rgb(212 175 55 / 8%);
}
.cl-zara-products .cl-product-image img,
.cl-zara-products .cl-product-card:hover .cl-product-image img {
	transform: none !important;
	filter: none;
	image-rendering: auto;
}
.cl-zara-products .cl-product-view {
	border: 1px solid rgb(242 205 92 / 55%);
	border-radius: 8px;
	background: rgb(7 7 7 / 92%);
	color: var(--cl-champagne);
	backdrop-filter: blur(7px);
}
.cl-zara-products .cl-product-info {
	padding: 13px 7px 0;
}
.cl-zara-products .cl-product-title,
.cl-zara-products .cl-product-title a {
	color: #fff;
}
.cl-zara-products .cl-product-price {
	color: var(--cl-bright-gold) !important;
}
.cl-zara-products .cl-product-price del {
	color: #8d8a82 !important;
}
.cl-zara-products .cl-product-price ins {
	color: var(--cl-bright-gold);
}
.cl-zara-products .cl-product-rating {
	color: #cbc4b3;
}
.cl-zara-products .cl-product-rating span {
	color: var(--cl-bright-gold);
}
@keyframes cl-new-products-orbit {
	to { transform: translate3d(24px, 18px, 0) scale(1.05); }
}

@media (max-width: 720px) {
	.cl-zara-products .cl-product-grid { gap: 12px 9px; }
	.cl-zara-products .cl-product-card {
		padding: 4px 4px 10px;
		border-radius: 11px;
	}
	.cl-zara-products .cl-product-image,
	.cl-zara-products .cl-product-image::after { border-radius: 8px; }
	.cl-zara-products .cl-product-info { padding: 10px 4px 0; }
	.cl-zara-products .cl-product-meta {
		grid-template-columns: minmax(0, 1fr);
		gap: 5px;
	}
	.cl-zara-products .cl-product-price { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
	.cl-zara-products::before,
	.cl-zara-products::after { animation: none; }
}

/* Elegant mobile wordmark v1.6.5 */
@media (max-width: 720px) {
	.cl-site-header .cl-brand img {
		display: none;
	}
	.cl-site-header .cl-brand-name {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		color: var(--cl-champagne);
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(.67rem, 3.2vw, .8rem);
		font-weight: 650;
		letter-spacing: .14em;
		line-height: 1;
		text-align: center;
		text-shadow: 0 0 18px rgb(212 175 55 / 20%);
		white-space: nowrap;
	}
}

@media (max-width: 360px) {
	.cl-site-header .cl-brand-name {
		font-size: .63rem;
		letter-spacing: .1em;
	}
}

/* Footer, information pages and catalog archive replacement pack */
.cl-footer-support-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	margin-top: 8px;
	padding: 10px 17px;
	border: 1px solid rgb(212 175 55 / 62%);
	border-radius: 10px;
	background: rgb(212 175 55 / 8%);
	color: var(--cl-champagne) !important;
	font-size: .76rem !important;
	font-weight: 800;
	letter-spacing: .04em;
	transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}
.cl-footer-support-button:hover,
.cl-footer-support-button:focus-visible {
	border-color: var(--cl-bright-gold);
	background: var(--cl-gold);
	color: #080808 !important;
	transform: translateY(-2px);
}
.cl-footer-support-button span {
	font-size: 1rem;
}

.cl-page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(58px, 8vw, 94px);
	background:
		radial-gradient(circle at 72% 25%, rgb(212 175 55 / 17%), transparent 29%),
		radial-gradient(circle at 18% 85%, rgb(242 205 92 / 8%), transparent 26%),
		#050505;
}
.cl-page-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 360px;
	height: 360px;
	inset-inline-end: -140px;
	top: -250px;
	border: 1px solid rgb(212 175 55 / 18%);
	border-radius: 50%;
}
.cl-page-kicker {
	margin: 0 0 12px;
	color: var(--cl-bright-gold);
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .22em;
	text-transform: uppercase;
}
.cl-info-page {
	padding-block: clamp(42px, 6vw, 78px);
}
.cl-legal-intro {
	max-width: 850px;
	margin: 0 auto clamp(25px, 4vw, 42px);
	padding: clamp(20px, 3vw, 30px);
	border-inline-start: 3px solid var(--cl-gold);
	border-radius: 0 16px 16px 0;
	background: linear-gradient(110deg, rgb(212 175 55 / 12%), rgb(255 255 255 / 64%));
	box-shadow: 0 14px 40px rgb(58 42 8 / 7%);
}
[dir="rtl"] .cl-legal-intro {
	border-inline-start: 3px solid var(--cl-gold);
	border-radius: 16px 0 0 16px;
}
.cl-legal-intro p {
	margin: 0;
	color: #29251c;
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	line-height: 1.8;
}
.cl-legal-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
	gap: clamp(14px, 2.2vw, 24px);
}
.cl-legal-card {
	position: relative;
	padding: clamp(21px, 3vw, 32px);
	overflow: hidden;
	border: 1px solid rgb(154 116 14 / 26%);
	border-radius: 18px;
	background: rgb(255 255 255 / 78%);
	box-shadow: 0 18px 46px rgb(50 38 8 / 8%);
}
.cl-legal-card::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	inset-inline-end: -42px;
	top: -42px;
	border: 1px solid rgb(212 175 55 / 25%);
	border-radius: 50%;
}
.cl-legal-card h2 {
	margin: 0 0 12px;
	color: #17130a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.2;
}
.cl-legal-card p {
	margin: 0;
	color: #5b564b;
	font-size: .92rem;
	line-height: 1.75;
}

.cl-main {
	padding-block: 24px 72px;
	background:
		radial-gradient(circle at 100% 0, rgb(212 175 55 / 9%), transparent 31%),
		#f7f3e9;
}
.cl-main .cl-breadcrumbs {
	margin-bottom: 18px;
	color: #766e5d;
	font-size: .72rem;
}
.cl-main .cl-breadcrumbs a {
	color: #4d4637;
}
.cl-catalog-hero {
	position: relative;
	isolation: isolate;
	margin-bottom: clamp(25px, 4vw, 42px);
	padding: clamp(28px, 5vw, 58px);
	overflow: hidden;
	border: 1px solid rgb(212 175 55 / 34%);
	border-radius: 24px;
	background:
		radial-gradient(circle at 82% 22%, rgb(212 175 55 / 18%), transparent 28%),
		linear-gradient(135deg, #050505, #15130d);
	color: #fff;
	box-shadow: 0 24px 65px rgb(43 32 7 / 16%);
}
.cl-catalog-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 280px;
	height: 280px;
	inset-inline-end: -90px;
	top: -190px;
	border: 1px solid rgb(242 205 92 / 22%);
	border-radius: 50%;
}
.cl-catalog-eyebrow {
	margin: 0 0 10px;
	color: var(--cl-bright-gold);
	font-size: .67rem;
	font-weight: 850;
	letter-spacing: .19em;
	text-transform: uppercase;
}
.cl-catalog-hero h1 {
	margin: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 6vw, 4.8rem);
	font-weight: 500;
	line-height: .98;
	letter-spacing: -.035em;
	text-transform: uppercase;
}
.cl-catalog-hero > p:last-child {
	max-width: 650px;
	margin: 17px 0 0;
	color: #c9c4b7;
	font-size: .94rem;
}
.cl-main .woocommerce .woocommerce-result-count {
	float: none;
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	margin: 0 12px 24px 0;
	padding: 0 16px;
	border: 1px solid rgb(154 116 14 / 25%);
	border-radius: 13px;
	background: rgb(255 255 255 / 65%);
	color: #5f594b;
	font-size: .8rem;
	font-weight: 700;
}
[dir="rtl"] .cl-main .woocommerce .woocommerce-result-count {
	margin: 0 0 24px 12px;
}
.cl-main .woocommerce .woocommerce-ordering {
	position: relative;
	float: right;
	margin: 0 0 24px;
	animation: cl-catalog-control-in .5s cubic-bezier(.2,.75,.2,1) both;
}
[dir="rtl"] .cl-main .woocommerce .woocommerce-ordering {
	float: left;
}
.cl-main .woocommerce .woocommerce-ordering::after {
	content: "âŒ„";
	position: absolute;
	top: 50%;
	inset-inline-end: 16px;
	color: #8b6810;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	transform: translateY(-58%);
	transition: transform .2s ease, color .2s ease;
}
.cl-main .woocommerce .woocommerce-ordering:focus-within::after {
	color: #111;
	transform: translateY(-35%) rotate(180deg);
}
.cl-main .woocommerce .woocommerce-ordering select {
	appearance: none;
	-webkit-appearance: none;
	min-width: min(290px, 75vw);
	min-height: 52px;
	padding: 0 48px 0 17px;
	border: 1px solid #b28a26;
	border-radius: 13px;
	background:
		linear-gradient(120deg, rgb(255 255 255 / 95%), rgb(248 232 180 / 72%));
	color: #17130a;
	font-size: .82rem;
	font-weight: 720;
	box-shadow: 0 11px 28px rgb(64 47 8 / 9%);
	cursor: pointer;
	transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, transform .22s ease;
}
[dir="rtl"] .cl-main .woocommerce .woocommerce-ordering select {
	padding: 0 17px 0 48px;
	text-align: right;
}
.cl-main .woocommerce .woocommerce-ordering select:hover {
	border-color: #7e5d0c;
	box-shadow: 0 14px 34px rgb(64 47 8 / 14%);
}
.cl-main .woocommerce .woocommerce-ordering select:focus {
	border-color: var(--cl-gold);
	outline: 3px solid rgb(212 175 55 / 18%);
	box-shadow: 0 14px 36px rgb(64 47 8 / 15%);
}
.cl-main .woocommerce .woocommerce-ordering option {
	background: #fffaf0;
	color: #17130a;
}
.cl-main .woocommerce ul.products {
	clear: both;
	gap: clamp(12px, 2vw, 22px);
}
.cl-main .woocommerce ul.products li.product {
	padding: 6px 6px 14px;
	overflow: hidden;
	border: 1px solid rgb(154 116 14 / 25%);
	border-radius: 14px;
	background: linear-gradient(155deg, #17150f, #090909);
	box-shadow: 0 16px 38px rgb(42 31 7 / 13%);
	transition: border-color .22s ease, box-shadow .22s ease;
}
.cl-main .woocommerce ul.products li.product:hover {
	border-color: #b88d21;
	box-shadow: 0 22px 48px rgb(42 31 7 / 20%);
	transform: none;
}
.cl-main .woocommerce ul.products li.product img {
	margin: 0 0 12px !important;
	border-radius: 9px;
	transform: none !important;
}
.cl-main .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding-inline: 7px !important;
	color: #fff;
}
.cl-main .woocommerce ul.products li.product .price,
.cl-main .woocommerce ul.products li.product .cl-product-rating {
	padding-inline: 7px;
	color: var(--cl-bright-gold) !important;
}
.cl-main .woocommerce nav.woocommerce-pagination {
	margin-top: 34px;
}
.cl-main .woocommerce nav.woocommerce-pagination ul li a,
.cl-main .woocommerce nav.woocommerce-pagination ul li span {
	min-width: 42px;
	min-height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid rgb(154 116 14 / 23%);
	background: rgb(255 255 255 / 72%);
	color: #211d14;
}
.cl-main .woocommerce nav.woocommerce-pagination ul li span.current,
.cl-main .woocommerce nav.woocommerce-pagination ul li a:hover {
	border-color: var(--cl-gold);
	background: var(--cl-gold);
	color: #080808;
}
@keyframes cl-catalog-control-in {
	from { opacity: 0; transform: translateY(9px); }
}

@media (max-width: 720px) {
	.cl-info-page { padding-block: 32px 48px; }
	.cl-legal-grid { grid-template-columns: 1fr; }
	.cl-legal-card { border-radius: 14px; }
	.cl-main { padding-block: 14px 48px; }
	.cl-catalog-hero {
		margin-inline: -4px;
		padding: 28px 20px;
		border-radius: 17px;
	}
	.cl-catalog-hero h1 { font-size: clamp(2rem, 12vw, 3.25rem); }
	.cl-main .woocommerce .woocommerce-result-count {
		width: 100%;
		min-height: 44px;
		margin: 0 0 9px;
		justify-content: center;
	}
	[dir="rtl"] .cl-main .woocommerce .woocommerce-result-count {
		margin: 0 0 9px;
	}
	.cl-main .woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.cl-main .woocommerce .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
		min-height: 54px;
		font-size: 16px;
	}
	.cl-main .woocommerce ul.products { gap: 10px !important; }
	.cl-main .woocommerce ul.products li.product {
		padding: 4px 4px 11px;
		border-radius: 11px;
	}
	.cl-main .woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: .73rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cl-main .woocommerce .woocommerce-ordering {
		animation: none;
	}
	.cl-footer-support-button,
	.cl-main .woocommerce .woocommerce-ordering::after,
	.cl-main .woocommerce .woocommerce-ordering select {
		transition: none;
	}
}

/* Refined Arabic hero typography â€” phones only */
@media (max-width: 720px) {
	html[dir="rtl"] .cl-hero-kicker {
		font-family: "Tajawal", Tahoma, Arial, sans-serif;
		font-size: .82rem;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.7;
		word-spacing: .06em;
	}
	html[dir="rtl"] .cl-hero h1 {
		max-width: 430px;
		margin-block: 13px 22px;
		margin-inline: auto;
		font-family: "Aref Ruqaa", "Traditional Arabic", serif;
		font-size: clamp(2.75rem, 14vw, 4.35rem);
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.13;
		text-wrap: balance;
	}
	html[dir="rtl"] .cl-hero h1 span {
		color: #f4d978;
		font-weight: 700;
		text-shadow: 0 7px 32px rgb(212 175 55 / 28%);
	}
}

/* Premium translated product actions and animated sale ribbon */
.cl-product-cart,
.cl-main .woocommerce ul.products li.product .button {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 46px;
	margin: 13px 0 0;
	padding: 11px 14px;
	overflow: hidden;
	border: 1px solid #f0cf6b;
	border-radius: 9px;
	background: linear-gradient(115deg, #9e7410 0%, #f3d777 29%, #c59a27 55%, #ffe89b 78%, #a8790d 100%);
	background-size: 220% 100%;
	box-shadow: 0 9px 24px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 48%);
	color: #090805 !important;
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .055em;
	line-height: 1.15;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	animation: cl-cart-gold-breathe 3.8s ease-in-out infinite;
}
.cl-product-cart::after,
.cl-main .woocommerce ul.products li.product .button::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -90%;
	bottom: -90%;
	left: -38%;
	width: 22%;
	background: linear-gradient(90deg, transparent, rgb(255 255 255 / 72%), transparent);
	transform: rotate(18deg);
	animation: cl-cart-shine 3.8s ease-in-out infinite;
}
.cl-product-cart svg {
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}
.cl-product-cart span { position: relative; z-index: 1; }
.cl-product-cart i {
	position: absolute;
	inset: 2px;
	z-index: -1;
	border: 1px solid rgb(16 12 3 / 18%);
	border-radius: 6px;
	pointer-events: none;
}
.cl-product-cart:hover,
.cl-product-cart:focus-visible,
.cl-main .woocommerce ul.products li.product .button:hover,
.cl-main .woocommerce ul.products li.product .button:focus-visible {
	border-color: #fff0b5;
	box-shadow: 0 13px 30px rgb(0 0 0 / 34%), 0 0 0 3px rgb(212 175 55 / 16%);
	color: #000 !important;
	transform: translateY(-2px);
}
.cl-product-cart:focus-visible,
.cl-main .woocommerce ul.products li.product .button:focus-visible {
	outline: 3px solid rgb(242 205 92 / 48%);
	outline-offset: 3px;
}
.cl-product-cart:active,
.cl-main .woocommerce ul.products li.product .button:active {
	box-shadow: 0 5px 14px rgb(0 0 0 / 28%);
	transform: translateY(1px) scale(.985);
}
.cl-zara-products .cl-product-cart { margin-top: 12px; }
.cl-main .woocommerce ul.products li.product .button {
	width: calc(100% - 14px);
	margin-inline: 7px;
}
.cl-main .woocommerce ul.products li.product .added_to_cart {
	display: block;
	margin: 9px 7px 0;
	color: var(--cl-champagne);
	font-size: .7rem;
	font-weight: 800;
	text-align: center;
}
.cl-sale-badge,
.woocommerce span.onsale,
.cl-main .woocommerce span.onsale {
	position: absolute;
	z-index: 8;
	top: 11px;
	inset-inline-start: 0;
	min-width: 0;
	min-height: 0;
	padding: 8px 15px 8px 13px;
	overflow: hidden;
	border: 1px solid #f4d879;
	border-inline-start: 0;
	border-radius: 0 999px 999px 0;
	background: linear-gradient(105deg, #090806 0 20%, #a7790e 46%, #f0ce68 58%, #8f6508 82%, #090806 100%);
	background-size: 230% 100%;
	box-shadow: 0 7px 19px rgb(0 0 0 / 38%), 0 0 18px rgb(212 175 55 / 22%);
	color: #fff5cf;
	font-size: .66rem;
	font-weight: 950;
	letter-spacing: .1em;
	line-height: 1;
	text-transform: uppercase;
	animation: cl-sale-gold-flow 3.2s linear infinite;
}
[dir="rtl"] .cl-sale-badge,
[dir="rtl"] .woocommerce span.onsale,
[dir="rtl"] .cl-main .woocommerce span.onsale {
	padding: 8px 13px 8px 15px;
	border-inline-start: 0;
	border-inline-end: 1px solid #f4d879;
	border-radius: 999px 0 0 999px;
	letter-spacing: 0;
}
.cl-sale-badge::after,
.woocommerce span.onsale::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 38%, rgb(255 255 255 / 52%) 49%, transparent 60%);
	transform: translateX(-130%);
	animation: cl-sale-sweep 2.9s ease-in-out infinite;
}
.cl-sale-badge span,
.woocommerce span.onsale span { position: relative; z-index: 1; }
@keyframes cl-cart-gold-breathe {
	0%, 100% { background-position: 0 50%; box-shadow: 0 9px 24px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 48%); }
	50% { background-position: 100% 50%; box-shadow: 0 12px 29px rgb(0 0 0 / 31%), 0 0 15px rgb(212 175 55 / 18%); }
}
@keyframes cl-cart-shine {
	0%, 24% { left: -38%; opacity: 0; }
	38% { opacity: .7; }
	55%, 100% { left: 118%; opacity: 0; }
}
@keyframes cl-sale-gold-flow {
	to { background-position: 230% 50%; }
}
@keyframes cl-sale-sweep {
	0%, 38% { transform: translateX(-130%); }
	66%, 100% { transform: translateX(130%); }
}

@media (max-width: 720px) {
	.cl-product-cart,
	.cl-main .woocommerce ul.products li.product .button {
		min-height: 44px;
		padding: 9px 7px;
		font-size: .62rem;
		letter-spacing: .025em;
	}
	.cl-product-cart { gap: 6px; }
	.cl-product-cart svg { flex-basis: 16px; width: 16px; height: 16px; }
	.cl-sale-badge,
	.woocommerce span.onsale,
	.cl-main .woocommerce span.onsale {
		top: 8px;
		padding-block: 7px;
		font-size: .58rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cl-product-cart,
	.cl-product-cart::after,
	.cl-main .woocommerce ul.products li.product .button,
	.cl-main .woocommerce ul.products li.product .button::after,
	.cl-sale-badge,
	.cl-sale-badge::after,
	.woocommerce span.onsale,
	.woocommerce span.onsale::after {
		animation: none !important;
	}
}

/* Android product performance mode v1.6.6
   Preserve the gold styling while removing continuous compositing work. */
@media (max-width: 900px) {
	.cl-android-device .cl-zara-products::before,
	.cl-android-device .cl-zara-products::after,
	.cl-android-device .cl-product-cart,
	.cl-android-device .cl-main .woocommerce ul.products li.product .button,
	.cl-android-device .cl-sale-badge,
	.cl-android-device .woocommerce span.onsale,
	.cl-android-device .cl-product-page .cl-order-submit,
	.cl-android-device .cl-product-page .cl-order-submit::after,
	.cl-android-device .cl-product-page .cl-product-content::after,
	.cl-android-device .cl-product-page .cl-product-description::before,
	.cl-android-device .cl-review-gold-edge {
		animation: none !important;
	}

	.cl-android-device .cl-product-cart,
	.cl-android-device .cl-main .woocommerce ul.products li.product .button,
	.cl-android-device .cl-sale-badge,
	.cl-android-device .woocommerce span.onsale {
		background-position: 50% 50%;
	}

	.cl-android-device .cl-product-cart::after,
	.cl-android-device .cl-main .woocommerce ul.products li.product .button::after,
	.cl-android-device .cl-sale-badge::after,
	.cl-android-device .woocommerce span.onsale::after,
	.cl-android-device .cl-product-page .cl-order-submit::after {
		content: none !important;
		display: none !important;
	}

	.cl-android-device .cl-product-card,
	.cl-android-device .woocommerce ul.products li.product,
	.cl-android-device .cl-product-image::after,
	.cl-android-device .cl-product-image img,
	.cl-android-device .woocommerce ul.products li.product img,
	.cl-android-device .cl-product-view,
	.cl-android-device .cl-product-cart,
	.cl-android-device .cl-main .woocommerce ul.products li.product .button,
	.cl-android-device .cl-product-page .cl-order-submit {
		transition: none !important;
	}

	.cl-android-device .cl-product-card:hover,
	.cl-android-device .woocommerce ul.products li.product:hover,
	.cl-android-device .cl-product-card:hover .cl-product-image img,
	.cl-android-device .woocommerce ul.products li.product:hover img,
	.cl-android-device .cl-product-cart:hover,
	.cl-android-device .cl-main .woocommerce ul.products li.product .button:hover,
	.cl-android-device .cl-product-page .cl-order-submit:hover {
		transform: none !important;
	}

	.cl-android-device .cl-zara-products .cl-product-view {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.cl-android-device .cl-product-page .cl-product-content::after,
	.cl-android-device .cl-product-page .cl-product-description::before,
	.cl-android-device .cl-review-gold-edge {
		background-position: 50% 0;
	}
}
