
:root{
  --bg:#f7f1e7;
  --paper:#fffaf3;
  --paper2:#f0e5d4;
  --ink:#17130f;
  --ink2:#2d251d;
  --muted:#756b5f;
  --gold:#b8852f;
  --gold2:#d9bb79;
  --line:#e4d7c2;
  --shadow:0 24px 70px rgba(65,44,18,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Montserrat,Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1200px,calc(100% - 36px));margin:auto}
.topbar{background:#100e0c;color:#e9dece;font-size:10px;letter-spacing:.1em}
.topbar-inner{height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.header{position:sticky;top:0;z-index:100;background:rgba(247,241,231,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(110,80,32,.12)}
.nav{height:82px;display:flex;align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.brand-copy strong{display:block;font:700 23px/1 "Cormorant Garamond",serif;letter-spacing:.12em}
.brand-copy span{display:block;font-size:8px;letter-spacing:.42em;color:#7b5f2f;margin-top:3px}
.navlinks{display:flex;align-items:center;gap:22px;margin-left:auto;font-size:12px}
.navlinks>a,.dropbtn{padding:12px 0}
.dropdown{position:relative;padding:10px 0;margin:-10px 0}
.dropmenu{display:none;position:absolute;top:100%;left:-18px;min-width:240px;background:var(--paper);border:1px solid var(--line);box-shadow:0 18px 40px rgba(62,42,17,.12);padding:10px}
.dropdown:hover .dropmenu,.dropdown:focus-within .dropmenu{display:block}
.dropmenu a{display:block;padding:10px 12px;font-size:11px}
.dropmenu a:hover{background:#f3eadc}
.nav-actions{display:flex;align-items:center;gap:8px}
.lang-switch{display:flex;align-items:center;gap:4px;height:39px;border:1px solid #caa45e;padding:0 9px}
.lang-btn{border:0;background:transparent;font-size:10px;font-weight:700;color:#806b47;padding:4px}
.lang-btn.active{color:#17130f;text-decoration:underline;text-underline-offset:4px}
.icon-btn{height:39px;min-width:39px;padding:0 9px;display:grid;place-items:center;border:1px solid #caa45e;background:transparent;font-size:11px}
.cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:var(--gold);color:#fff;font-size:9px;margin-left:3px}
.menu-btn{display:none;border:0;background:transparent;font-size:24px}

.hero{min-height:670px;position:relative;overflow:hidden;background:linear-gradient(120deg,#14110e 0%,#2c251e 48%,#bda06d 100%);display:grid;align-items:center}
.hero:before{content:"";position:absolute;width:390px;height:515px;right:10%;top:10%;border:1px solid rgba(255,230,181,.48);border-radius:42% 42% 20% 20%;box-shadow:0 0 0 18px rgba(255,255,255,.035),0 40px 90px rgba(0,0,0,.24)}
.hero:after{content:"O";position:absolute;right:18.3%;top:25%;font:700 190px/1 "Cormorant Garamond",serif;color:rgba(255,231,181,.68)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,13,11,.94),rgba(15,13,11,.75) 48%,rgba(15,13,11,.07) 78%)}
.hero-content{position:relative;color:#fff;padding:95px 0}
.kicker,.eyebrow{font-size:10px;letter-spacing:.24em;color:#d8b36a}
.hero h1{font:600 clamp(55px,7vw,94px)/.9 "Cormorant Garamond",serif;margin:15px 0 22px;max-width:800px}
.hero h1 em{font-weight:500;color:#f0d9b1}
.hero p{max-width:620px;color:#ddd2c1;line-height:1.85;font-size:14px}
.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-badge{border-top:1px solid rgba(222,186,116,.5);padding-top:10px;min-width:130px}
.hero-badge b{display:block;color:#fff;font:600 19px "Cormorant Garamond",serif}
.hero-badge span{font-size:9px;color:#c9bda9}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:0 22px;border:1px solid var(--gold);font-size:11px;letter-spacing:.05em;background:transparent}
.btn.gold{background:var(--gold);color:#17130f}
.btn.dark{background:var(--ink);border-color:var(--ink);color:#fff}
.btn.light{border-color:rgba(255,255,255,.5);color:#fff}
.btn.full{width:100%}

.section{padding:92px 0}
.section.alt{background:var(--paper)}
.heading{max-width:720px;margin:0 auto 42px;text-align:center}
.heading.left{text-align:left;margin-left:0}
.heading h2,.page-hero h1,.story h2,.panel h2{font:600 clamp(38px,5vw,60px)/1 "Cormorant Garamond",serif;margin:10px 0}
.heading p,.page-hero p{font-size:13px;line-height:1.8;color:var(--muted)}

.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.collection-card{position:relative;min-height:430px;padding:30px;color:#fff;overflow:hidden;display:flex;align-items:flex-end;box-shadow:var(--shadow);transition:.3s}
.collection-card:hover{transform:translateY(-6px)}
.collection-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 5%,rgba(12,10,8,.9))}
.collection-card:after{content:"";position:absolute;width:150px;height:225px;left:50%;top:48px;transform:translateX(-50%);border:1px solid rgba(255,255,255,.4);border-radius:34% 34% 18% 18%;box-shadow:0 0 0 12px rgba(255,255,255,.025)}
.c1{background:linear-gradient(135deg,#bca579,#76634b)}
.c2{background:linear-gradient(135deg,#2c251e,#8f703d)}
.c3{background:linear-gradient(135deg,#9b7c52,#e0c9a0)}
.card-content{position:relative;z-index:2}
.card-content small{font-size:9px;letter-spacing:.18em;color:#ead9b7}
.card-content h3{font:600 36px "Cormorant Garamond",serif;margin:7px 0 13px}
.chips{display:flex;gap:7px;flex-wrap:wrap}
.chip{border:1px solid rgba(255,255,255,.4);padding:6px 9px;font-size:9px}

.luxury-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.lux-item{background:var(--paper);padding:25px}
.lux-item b{display:block;font:600 23px "Cormorant Garamond",serif}
.lux-item p{font-size:11px;color:var(--muted);line-height:1.7;margin:6px 0 0}

.gender-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.gender-card{min-height:210px;background:#17130f;color:#fff;padding:28px;border:1px solid #4d412f;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.gender-card:after{content:"";position:absolute;width:130px;height:130px;border:1px solid rgba(218,184,118,.2);border-radius:50%;right:-25px;top:-25px}
.gender-card span{font-size:9px;letter-spacing:.22em;color:#d9b66e}
.gender-card strong{font:600 46px "Cormorant Garamond",serif}

.page-hero{padding:80px 0 54px;background:linear-gradient(120deg,#17130f,#4b3927);color:#fff}
.page-hero p{color:#dacdb9;max-width:680px}
.breadcrumbs{font-size:9px;letter-spacing:.13em;color:#c8a96f;margin-bottom:13px}

.shop-shell{display:grid;grid-template-columns:250px 1fr;gap:34px}
.filters{background:var(--paper);border:1px solid var(--line);padding:21px;position:sticky;top:104px;height:max-content}
.filters h3{font:600 26px "Cormorant Garamond",serif;margin:0 0 15px}
.filter-group{border-top:1px solid var(--line);padding:16px 0}
.filter-group:first-of-type{border-top:0}
.filter-group b{display:block;font-size:10px;margin-bottom:9px}
.filter-group label{display:block;font-size:11px;color:#625a4f;margin:8px 0}
.toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:18px}
.toolbar input,.toolbar select,.form-control{width:100%;border:1px solid var(--line);background:#fff;padding:12px 13px;outline:none;font-size:11px}
.toolbar .search{flex:1;max-width:450px}
.category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.category-tabs a{border:1px solid var(--line);background:#fff;padding:9px 12px;font-size:10px}
.category-tabs a.active{background:#17130f;color:#fff;border-color:#17130f}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);transition:.25s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(70,48,20,.08)}
.product-img{height:265px;background:linear-gradient(145deg,#f5eee2,#e3d0ae);display:grid;place-items:center;position:relative}
.placeholder-bottle{width:100px;height:145px;border:2px solid rgba(113,82,36,.43);border-radius:28px 28px 14px 14px;display:grid;place-items:center;font:600 60px "Cormorant Garamond",serif;color:#b2863e;position:relative}
.placeholder-bottle:before{content:"";position:absolute;top:-34px;width:52px;height:35px;border:2px solid rgba(113,82,36,.43);border-radius:6px;background:rgba(255,255,255,.23)}
.badge{position:absolute;top:13px;left:13px;background:#17130f;color:#fff;padding:6px 8px;font-size:8px;letter-spacing:.14em}
.product-copy{padding:16px}
.product-copy small{font-size:9px;color:#9c742f}
.product-copy h3{font:600 24px "Cormorant Garamond",serif;margin:6px 0}
.product-copy p{font-size:10px;color:#756d62}
.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:14px}
.price-row strong{font:600 19px "Cormorant Garamond",serif}
.mini-btn{border:1px solid var(--gold);background:transparent;padding:8px 11px;font-size:9px}
.empty-note{grid-column:1/-1;border:1px dashed #cbb48c;background:#fffaf4;padding:38px;text-align:center}
.empty-note h3{font:600 31px "Cormorant Garamond",serif;margin:0 0 8px}
.empty-note p{font-size:12px;color:var(--muted);line-height:1.7}

.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;padding:72px 0}
.gallery-main{background:linear-gradient(145deg,#f5eee3,#e2ceaa);min-height:560px;display:grid;place-items:center;position:relative}
.gallery-main .placeholder-bottle{transform:scale(1.8)}
.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:9px}
.thumb{height:95px;background:#eee2d0;border:1px solid var(--line)}
.product-detail .collection-name{font-size:9px;letter-spacing:.18em;color:#9e742d}
.product-detail h1{font:600 54px/1 "Cormorant Garamond",serif;margin:10px 0}
.product-detail .price{font:600 28px "Cormorant Garamond",serif;color:#8c651f}
.product-detail .desc{font-size:12px;color:#655d53;line-height:1.9;margin-top:20px}
.product-tags{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.product-tag{border:1px solid var(--line);padding:7px 10px;font-size:9px}
.product-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0}
.product-meta div{border-top:1px solid var(--line);padding-top:10px}
.product-meta b{display:block;font-size:9px;color:#916a29;margin-bottom:4px}
.product-meta span{font-size:11px}
.qty-row{display:flex;gap:10px;margin-top:22px}
.qty-row input{width:76px;border:1px solid var(--line);padding:12px}
.accordions{margin-top:28px;border-top:1px solid var(--line)}
.accordion{border-bottom:1px solid var(--line)}
.accordion button{width:100%;border:0;background:transparent;text-align:left;padding:14px 0;font-size:11px;font-weight:600;display:flex;justify-content:space-between}
.accordion-content{display:none;padding:0 0 14px;color:var(--muted);font-size:11px;line-height:1.8}
.accordion.open .accordion-content{display:block}

.story{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}
.story img{border-radius:50%;box-shadow:var(--shadow)}
.story p{font-size:12px;color:#665e54;line-height:1.9}

.panel{background:#fff;border:1px solid var(--line);padding:24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.form-grid .full{grid-column:1/-1}
textarea.form-control{min-height:110px;resize:vertical}

.cart-table{width:100%;border-collapse:collapse;background:#fff}
.cart-table th,.cart-table td{padding:15px;border-bottom:1px solid var(--line);text-align:left;font-size:11px}
.cart-table th{background:#f1e7d7}
.cart-summary{margin-left:auto;margin-top:25px;max-width:420px;background:#fff;border:1px solid var(--line);padding:22px}
.sumrow{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:11px}
.sumrow.total{font-size:14px;font-weight:700}
.checkout-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:34px}
.cod-box{border:1px solid #c9a052;background:#fff9ed;padding:15px;font-size:11px;line-height:1.7}

.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}
.contact-cards{display:grid;gap:12px}
.contact-card{background:#fff;border:1px solid var(--line);padding:20px}
.contact-card b{font:600 24px "Cormorant Garamond",serif}
.contact-card p{font-size:11px;color:var(--muted);line-height:1.7}

.policy{max-width:850px}
.policy h2{font:600 32px "Cormorant Garamond",serif}
.policy p,.policy li{font-size:12px;color:#5f584f;line-height:1.85}

.footer{background:#100e0c;color:#cec4b5;padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:30px}
.footer h3{font:600 32px "Cormorant Garamond",serif;color:#dfba70;margin:0}
.footer small{letter-spacing:.34em}
.footer p{font-size:11px;line-height:1.8;color:#938a7d}
.footer b{display:block;color:#fff;font-size:11px;margin-bottom:13px}
.footer a{display:block;color:#a69d91;font-size:10px;margin:9px 0}
.copyright{border-top:1px solid #2b2823;margin-top:34px;padding-top:18px;font-size:9px;color:#746f67}

/* RTL */
html[dir="rtl"] body{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;text-align:right}
html[dir="rtl"] .brand-copy strong,
html[dir="rtl"] .hero h1,
html[dir="rtl"] .heading h2,
html[dir="rtl"] .page-hero h1,
html[dir="rtl"] .story h2,
html[dir="rtl"] .panel h2,
html[dir="rtl"] .card-content h3,
html[dir="rtl"] .gender-card strong,
html[dir="rtl"] .filters h3,
html[dir="rtl"] .product-copy h3,
html[dir="rtl"] .empty-note h3,
html[dir="rtl"] .product-detail h1,
html[dir="rtl"] .product-detail .price,
html[dir="rtl"] .contact-card b,
html[dir="rtl"] .policy h2,
html[dir="rtl"] .footer h3{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif}
html[dir="rtl"] .hero h1{line-height:1.25}
html[dir="rtl"] .hero h1 em{font-style:normal}
html[dir="rtl"] .navlinks{margin-left:0;margin-right:auto}
html[dir="rtl"] .dropmenu{left:auto;right:-18px}
html[dir="rtl"] .heading.left{text-align:right}
html[dir="rtl"] .badge{left:auto;right:13px}
html[dir="rtl"] .cart-table th,html[dir="rtl"] .cart-table td{text-align:right}
html[dir="rtl"] .accordion button{text-align:right}
html[dir="rtl"] .form-control{text-align:right}
html[dir="rtl"] .kicker,html[dir="rtl"] .eyebrow,html[dir="rtl"] .breadcrumbs{letter-spacing:.05em}

@media(max-width:960px){
  .navlinks{display:none;position:absolute;top:82px;left:0;right:0;background:var(--bg);padding:18px 28px;flex-direction:column;align-items:flex-start;border-top:1px solid var(--line)}
  .navlinks.open{display:flex}
  .dropdown:hover .dropmenu,.dropdown:focus-within .dropmenu{display:none}
  .dropmenu{position:static;box-shadow:none;border:0;background:transparent;padding-left:15px}
  .dropdown.open .dropmenu{display:block}
  .menu-btn{display:block;margin-left:auto}
  html[dir="rtl"] .menu-btn{margin-left:0;margin-right:auto}
  .collection-grid{grid-template-columns:1fr 1fr}
  .luxury-strip{grid-template-columns:1fr 1fr}
  .shop-shell{grid-template-columns:1fr}
  .filters{position:static}
  .product-grid{grid-template-columns:1fr 1fr}
  .product-page,.story,.checkout-grid,.contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1200px)}
  .topbar-inner span:last-child{display:none}
  .brand img{width:41px;height:41px}
  .brand-copy strong{font-size:18px}
  .nav{height:70px}.navlinks{top:70px}
  .lang-switch{padding:0 6px}
  .hero{min-height:575px}.hero:before,.hero:after{opacity:.25}.hero-overlay{background:rgba(15,13,11,.73)}
  .hero h1{font-size:56px}
  .section{padding:68px 0}
  .collection-grid,.gender-grid,.luxury-strip,.product-grid,.form-grid,.footer-grid{grid-template-columns:1fr}
  .collection-card{min-height:355px}
  .toolbar{flex-direction:column;align-items:stretch}.toolbar .search{max-width:none}
  .product-page{padding:55px 0}.gallery-main{min-height:390px}.product-detail h1{font-size:43px}
  .product-meta{grid-template-columns:1fr}
}


/* ===== Functional structure v6 ===== */
.home-catalog-section .home-product-grid{min-height:170px}
.catalog-status{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:2px 0 8px;font-size:10px;color:#766b5c}
.text-button{border:0;background:transparent;color:#8d6422;text-decoration:underline;text-underline-offset:3px;padding:5px;cursor:pointer;font-size:10px}
.filters-ready-note{font-size:10px;line-height:1.7;color:#897c6b;margin:0 0 18px;padding:10px 12px;border-left:2px solid #caa45e;background:#fffaf2}
html[dir="rtl"] .filters-ready-note{border-left:0;border-right:2px solid #caa45e}
.product-card-link{display:block}
.product-card .product-actions{display:flex;gap:7px;align-items:center}
.product-card .product-actions .mini-btn{white-space:nowrap}
.product-card .product-actions .mini-btn.dark{background:#17130f;color:#fff;border-color:#17130f}
.product-img img{width:100%;height:100%;object-fit:contain;padding:20px}
.qty-control{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff}
.qty-control button{width:30px;height:30px;border:0;background:transparent}
.qty-control span{min-width:28px;text-align:center}
.cart-remove{border:0;background:transparent;color:#97681f;text-decoration:underline;font-size:10px}
.cart-product{display:flex;align-items:center;gap:11px}
.cart-product-thumb{width:52px;height:65px;background:linear-gradient(145deg,#f5eee3,#e4d1ae);display:grid;place-items:center;flex:0 0 auto}
.cart-product-thumb img{width:100%;height:100%;object-fit:contain;padding:5px}
.cart-product-thumb .mini-bottle{width:25px;height:38px;border:1px solid #a77d3e;border-radius:8px 8px 4px 4px}
.cart-product b{display:block;font-size:11px}
.cart-product small{font-size:9px;color:#81766a}
.checkout-items{margin-bottom:12px}
.checkout-line{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid var(--line);font-size:10px}
.checkout-line span:first-child{max-width:72%}
.delivery-note{font-size:9px;line-height:1.7;color:#7b6d5b;margin:12px 0}
.form-error{display:none;border:1px solid #b45343;background:#fff2ef;color:#8f352a;padding:10px 12px;font-size:10px;line-height:1.6}
.form-error.show{display:block}
.form-control.invalid{border-color:#b45343;background:#fff8f6}
.template-notice{margin:16px 0;padding:11px 13px;border-left:2px solid #c49a50;background:#fff9ee;color:#746653;font-size:10px;line-height:1.7}
html[dir="rtl"] .template-notice{border-left:0;border-right:2px solid #c49a50}
.success-card{max-width:720px;margin:auto;background:#fff;border:1px solid var(--line);padding:42px;text-align:center;box-shadow:var(--shadow)}
.success-card h2{font:600 42px "Cormorant Garamond",serif;margin:8px 0 12px}
.success-card p{font-size:12px;color:var(--muted);line-height:1.8}
.success-mark{width:72px;height:72px;border-radius:50%;border:1px solid #c79b4e;display:grid;place-items:center;margin:0 auto 18px;font:600 34px "Cormorant Garamond",serif;color:#a87524}
.success-summary{margin:22px 0;text-align:left;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0}
html[dir="rtl"] .success-summary{text-align:right}
.success-card .btn{margin:5px}
.shop-placeholder-card{min-height:165px;background:#fff;border:1px dashed #ccb58d;padding:28px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.shop-placeholder-card b{font:600 26px "Cormorant Garamond",serif}
.shop-placeholder-card span{font-size:10px;color:#776c5d;margin-top:6px;line-height:1.6}
.disabled-link{opacity:.45;pointer-events:none}
.product-gallery-message{font-size:11px;color:#756a5b;text-align:center;padding:20px}

@media(max-width:700px){
  .cart-table thead{display:none}
  .cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}
  .cart-table tr{padding:14px;border-bottom:1px solid var(--line)}
  .cart-table td{border:0;padding:7px 0;text-align:right}
  .cart-table td:before{content:attr(data-label);float:left;font-size:9px;color:#8b7d69}
  html[dir="rtl"] .cart-table td{text-align:left}
  html[dir="rtl"] .cart-table td:before{float:right}
  .success-card{padding:28px 18px}
}


/* ===== Product Experience v7 ===== */
.product-page-v7{align-items:start}
.product-gallery-wrap{position:sticky;top:105px}
.gallery-main{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#f5eee3,#e2ceaa);
}
.gallery-main img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:34px;
  transition:transform .25s ease;
}
.gallery-main:hover img{transform:scale(1.025)}
.gallery-thumbs{
  grid-template-columns:repeat(4,1fr);
}
.gallery-thumbs .thumb{
  height:105px;
  padding:0;
  border:1px solid var(--line);
  background:#eee2d0;
  overflow:hidden;
  position:relative;
}
.gallery-thumbs .thumb.active{outline:2px solid var(--gold);outline-offset:-2px}
.gallery-thumbs .thumb img{width:100%;height:100%;object-fit:contain;padding:8px}
.gallery-thumbs .thumb .mini-photo{
  width:42px;height:62px;border:1px solid #b28a4e;border-radius:12px 12px 6px 6px;margin:auto;
}
.product-rating-summary{display:flex;align-items:center;gap:9px;margin:11px 0 15px;font-size:10px;color:#756b5d}
.product-rating-summary a{text-decoration:underline;text-underline-offset:3px}
.stars{letter-spacing:.08em;color:#b8852f;font-size:16px;white-space:nowrap}
.product-meta-v7{grid-template-columns:repeat(2,1fr)}
.quantity-purchase{
  display:flex;align-items:flex-end;gap:12px;margin-top:23px;
  padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.quantity-label{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#8b6d3c;margin-bottom:7px}
.quantity-selector{display:flex;align-items:center;border:1px solid var(--line);height:45px;background:#fff}
.quantity-selector button{width:42px;height:43px;border:0;background:transparent;font-size:18px}
.quantity-selector input{width:58px;height:43px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;outline:none}
.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.add-main-btn{height:45px;flex:1}
.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.info-grid div{padding:10px 0;border-top:1px solid var(--line)}
.info-grid b{display:block;font-size:9px;color:#926a29;margin-bottom:5px}
.info-grid span{font-size:11px;color:#625b51}
.related-section .product-grid{grid-template-columns:repeat(4,1fr)}
.reviews-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:48px;align-items:start}
.reviews-overview{border:1px solid var(--line);background:#fff;padding:20px;margin-bottom:18px}
.rating-big{display:flex;align-items:center;gap:13px;flex-wrap:wrap}
.rating-big strong{font:600 40px/1 "Cormorant Garamond",serif}
.rating-big small{font-size:10px;color:#7d7264}
.reviews-list{display:grid;gap:12px}
.review-card{border:1px solid var(--line);background:#fff;padding:19px}
.review-card-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.review-card h4{margin:0;font:600 20px "Cormorant Garamond",serif}
.review-card small{font-size:9px;color:#958875}
.review-card p{font-size:11px;line-height:1.8;color:#625a50;margin:12px 0 0}
.review-form-card{position:sticky;top:105px;border:1px solid var(--line);background:#fff;padding:24px}
.review-form-card h3{font:600 30px "Cormorant Garamond",serif;margin:0 0 18px}
.review-form{display:grid;gap:12px}
.rating-picker{display:flex;gap:4px}
.rating-picker button{border:0;background:transparent;color:#c8b99d;font-size:27px;padding:2px;line-height:1}
.rating-picker button.active{color:#b8852f}
.review-success{display:none;border:1px solid #8fa86f;background:#f5faee;color:#526a36;padding:10px 12px;font-size:10px;line-height:1.6}
.review-success.show{display:block}
.review-form-card textarea{min-height:120px}
html[dir="rtl"] .review-card-top{direction:rtl}
html[dir="rtl"] .quantity-selector input{border-left:1px solid var(--line);border-right:1px solid var(--line)}

@media(max-width:960px){
  .product-gallery-wrap{position:static}
  .related-section .product-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-layout{grid-template-columns:1fr}
  .review-form-card{position:static}
}
@media(max-width:620px){
  .gallery-thumbs .thumb{height:78px}
  .quantity-purchase{flex-direction:column;align-items:stretch}
  .quantity-selector{width:max-content}
  .related-section .product-grid{grid-template-columns:1fr}
  .info-grid{grid-template-columns:1fr}
}


/* v11 usability fixes */
@media(min-width:961px){
  .dropdown::after{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:12px}
  .dropmenu{margin-top:0;z-index:250}
}
.product-card-name{display:block!important;color:var(--ink)!important;min-height:30px;line-height:1.1;opacity:1!important;visibility:visible!important}
.product-card .product-copy small{display:block;min-height:12px}
.quantity-live-total{min-width:125px;border-left:1px solid var(--line);padding-left:16px;display:flex;flex-direction:column;justify-content:center}
.quantity-live-total span{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#8b6d3c;margin-bottom:4px}
.quantity-live-total strong{font:600 24px "Cormorant Garamond",serif;color:#17130f;white-space:nowrap}
html[dir="rtl"] .quantity-live-total{border-left:0;border-right:1px solid var(--line);padding-left:0;padding-right:16px}
@media(max-width:620px){
  .quantity-live-total{border-left:0;border-right:0!important;padding:0!important;align-items:flex-start}
}


/* v11.1 — always-visible product name */
.product-name-strip{
  display:block!important;
  padding:14px 16px 10px;
  background:#fff;
  border-top:1px solid var(--line);
  min-height:72px;
  position:relative;
  z-index:3;
}
.product-name-strip h3{
  display:block!important;
  margin:0 0 6px!important;
  padding:0!important;
  color:#17130f!important;
  font:600 24px/1.05 "Cormorant Garamond",serif!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:visible!important;
  white-space:normal!important;
}
.product-name-strip small{
  display:block!important;
  color:#9c742f!important;
  font-size:9px!important;
  line-height:1.3;
}
.product-card-details{padding-top:4px!important}
.product-card-details p{margin:0 0 8px}
html[dir="rtl"] .product-name-strip h3{
  font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.6!important;
}


/* v11.2 — clean storefront product cards */
.product-card-v112{
  background:#fff!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  position:relative!important;
}
.product-card-v112 .product-card-link{
  display:block!important;
  background:#fff!important;
  overflow:hidden!important;
}
.product-card-v112 .product-img{
  height:400px!important;
  min-height:400px!important;
  max-height:400px!important;
  overflow:hidden!important;
  background:#f4eee5!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
}
.product-card-v112 .product-card-image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:24px!important;
  margin:0!important;
}
.product-card-v112 .product-card-info{
  display:block!important;
  background:#fff!important;
  padding:16px 18px 13px!important;
  position:relative!important;
  z-index:5!important;
  overflow:hidden!important;
  min-height:105px!important;
}
.product-card-v112 .product-card-info img,
.product-card-v112 .product-card-info picture{
  display:none!important;
}
.product-card-v112 .product-card-title{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  color:#17130f!important;
  font:600 20px/1.2 "Cormorant Garamond",serif!important;
  margin:0 0 6px!important;
  padding:0!important;
  min-height:24px!important;
  max-height:48px!important;
  letter-spacing:0!important;
}
.product-card-v112 .product-card-collection{
  display:block!important;
  font-size:9px!important;
  line-height:1.4!important;
  color:#9a722f!important;
  margin:0 0 7px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.product-card-v112 .product-card-meta{
  display:block!important;
  font-size:10px!important;
  line-height:1.4!important;
  color:#756d62!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.product-card-v112 .product-card-bottom{
  margin-top:auto!important;
  background:#fff!important;
  border-top:1px solid var(--line)!important;
  padding:13px 18px 15px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  position:relative!important;
  z-index:6!important;
}
.product-card-v112 .product-card-bottom img{
  display:none!important;
}
.product-card-v112 .product-card-price{
  color:#17130f!important;
  font:600 21px/1 "Cormorant Garamond",serif!important;
  white-space:nowrap!important;
}
.product-card-v112 .product-actions{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:nowrap!important;
}
.product-card-v112 .mini-btn{
  padding:9px 12px!important;
  font-size:9px!important;
}
html[dir="rtl"] .product-card-v112 .product-card-title{
  font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.65!important;
  max-height:52px!important;
}
html[dir="rtl"] .product-card-v112 .product-card-info,
html[dir="rtl"] .product-card-v112 .product-card-bottom{
  text-align:right!important;
}

@media(max-width:1200px){
  .product-card-v112 .product-img{
    height:330px!important;
    min-height:330px!important;
    max-height:330px!important;
  }
}
@media(max-width:620px){
  .product-card-v112 .product-img{
    height:320px!important;
    min-height:320px!important;
    max-height:320px!important;
  }
  .product-card-v112 .product-card-bottom{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}


/* v11.5 — customer Sort By */
.toolbar{
  align-items:center!important;
  gap:14px!important;
}
.sort-control{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-left:auto!important;
  white-space:nowrap!important;
}
.sort-control label{
  display:block!important;
  color:#6c6255!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
.sort-control select{
  display:block!important;
  min-width:235px!important;
  height:44px!important;
  border:1px solid #cdb78d!important;
  background:#fff!important;
  color:#1d1914!important;
  padding:0 36px 0 13px!important;
  font-size:11px!important;
  cursor:pointer!important;
  outline:none!important;
}
.sort-control select:focus{
  border-color:#a9792f!important;
  box-shadow:0 0 0 2px rgba(169,121,47,.10)!important;
}
html[dir="rtl"] .sort-control{
  margin-left:0!important;
  margin-right:auto!important;
}
html[dir="rtl"] .sort-control select{
  padding:0 13px 0 36px!important;
}
@media(max-width:760px){
  .toolbar{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .sort-control{
    width:100%!important;
    margin:0!important;
    justify-content:space-between!important;
  }
  .sort-control select{
    min-width:0!important;
    flex:1!important;
  }
}


/* v11.6 — balanced storefront product cards */
.product-card-v112{
  height:100%!important;
  min-height:0!important;
  border:1px solid var(--line)!important;
  background:#fff!important;
}

.product-card-v112 .product-img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:4/5!important;
  overflow:hidden!important;
  background:#f2ece3!important;
  display:block!important;
  position:relative!important;
}

.product-card-v112 .product-card-image{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  display:block!important;
}

.product-card-v112 .placeholder-bottle{
  width:100%!important;
  height:100%!important;
}

.product-card-v112 .product-card-info{
  min-height:112px!important;
  padding:15px 16px 12px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
}

.product-card-v112 .product-card-title{
  font-size:19px!important;
  line-height:1.2!important;
  margin-bottom:6px!important;
  min-height:46px!important;
  max-height:46px!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
}

.product-card-v112 .product-card-collection{
  min-height:17px!important;
  margin-bottom:6px!important;
}

.product-card-v112 .product-card-meta{
  min-height:17px!important;
}

.product-card-v112 .product-card-bottom{
  min-height:70px!important;
  padding:12px 16px!important;
  margin-top:auto!important;
}

.product-card-v112 .product-card-price{
  font-size:20px!important;
}

.product-grid{
  align-items:stretch!important;
}

html[dir="rtl"] .product-card-v112 .product-card-title{
  font-size:14px!important;
  line-height:1.55!important;
  min-height:44px!important;
  max-height:44px!important;
}

/* Desktop: denser, cleaner cards */
@media(min-width:1100px){
  .catalog-main .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:22px!important;
  }
}

/* Tablet */
@media(max-width:1099px) and (min-width:700px){
  .catalog-main .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* Mobile */
@media(max-width:699px){
  .catalog-main .product-grid{
    grid-template-columns:1fr!important;
  }
}


/* v11.9 — homepage hero with 3 perfumes */
.hero{
  min-height:670px!important;
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  align-items:center!important;
  background-image:url("assets/hero/obsession-three-perfumes-hero.png")!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

/* remove the old abstract bottle graphic */
.hero:before,
.hero:after{
  display:none!important;
  content:none!important;
}

.hero-overlay{
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(
      90deg,
      rgba(14,11,8,.82) 0%,
      rgba(14,11,8,.68) 30%,
      rgba(14,11,8,.24) 52%,
      rgba(14,11,8,0) 72%
    )!important;
}

.hero-content{
  position:relative!important;
  z-index:2!important;
  color:#fff!important;
  padding:92px 0!important;
  max-width:1200px!important;
}

.hero-content > .eyebrow,
.hero-content > h1,
.hero-content > p,
.hero-content > .actions,
.hero-content > .hero-badges{
  max-width:620px!important;
}

.hero h1{
  text-shadow:0 2px 18px rgba(0,0,0,.28)!important;
}

.hero p{
  color:#f2eadf!important;
  text-shadow:0 1px 12px rgba(0,0,0,.28)!important;
}

.hero-actions{
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

.hero-actions .btn.gold{
  background:#c99a49!important;
  border-color:#c99a49!important;
  color:#17120d!important;
}

.hero-actions .btn.light{
  border-color:rgba(255,255,255,.72)!important;
  color:#fff!important;
  background:rgba(0,0,0,.10)!important;
  backdrop-filter:blur(2px);
}

@media(max-width:900px){
  .hero{
    min-height:620px!important;
    background-position:64% center!important;
  }
  .hero-overlay{
    background:
      linear-gradient(
        90deg,
        rgba(14,11,8,.88) 0%,
        rgba(14,11,8,.73) 48%,
        rgba(14,11,8,.22) 78%
      )!important;
  }
  .hero-content > .eyebrow,
  .hero-content > h1,
  .hero-content > p,
  .hero-content > .actions,
  .hero-content > .hero-badges{
    max-width:540px!important;
  }
}

@media(max-width:620px){
  .hero{
    min-height:690px!important;
    background-position:68% center!important;
  }
  .hero-overlay{
    background:
      linear-gradient(
        180deg,
        rgba(14,11,8,.42) 0%,
        rgba(14,11,8,.55) 36%,
        rgba(14,11,8,.90) 100%
      )!important;
  }
  .hero-content{
    padding:260px 0 54px!important;
    align-self:end!important;
  }
  .hero h1{
    font-size:50px!important;
  }
  .hero-actions{
    width:100%!important;
  }
  .hero-actions .btn{
    flex:1 1 180px!important;
  }
}


/* v12.0 — improved Arabic homepage hero */
html[dir="rtl"] .hero-content{
  width:min(56%, 640px)!important;
  max-width:640px!important;
  margin-left:0!important;
  margin-right:auto!important;
  padding-top:86px!important;
  padding-bottom:86px!important;
  position:relative!important;
  z-index:2!important;
}
html[dir="rtl"] .hero-content > .eyebrow,
html[dir="rtl"] .hero-content > h1,
html[dir="rtl"] .hero-content > p,
html[dir="rtl"] .hero-content > .actions,
html[dir="rtl"] .hero-content > .hero-badges{
  max-width:100%!important;
}
html[dir="rtl"] .hero h1{
  font-size:clamp(42px,5.5vw,78px)!important;
  line-height:1.18!important;
  margin:12px 0 16px!important;
  letter-spacing:0!important;
  text-wrap:balance;
}
html[dir="rtl"] .hero p{
  font-size:15px!important;
  line-height:1.9!important;
  max-width:560px!important;
  margin:0 0 4px!important;
}
html[dir="rtl"] .hero-actions{
  margin-top:24px!important;
}
html[dir="rtl"] .hero-actions .btn{
  min-width:190px!important;
}
html[dir="rtl"] .hero-badges{
  margin-top:20px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
html[dir="rtl"] .hero-badge{
  min-width:0!important;
}
html[dir="rtl"] .hero-badge b{
  font-size:17px!important;
}
html[dir="rtl"] .hero-badge span{
  font-size:8px!important;
}

@media(max-width:1100px){
  html[dir="rtl"] .hero-content{
    width:min(60%, 560px)!important;
  }
  html[dir="rtl"] .hero h1{
    font-size:clamp(38px,5vw,62px)!important;
  }
}

@media(max-width:820px){
  html[dir="rtl"] .hero{
    background-position:62% center!important;
  }
  html[dir="rtl"] .hero-content{
    width:min(68%, 500px)!important;
    padding-top:78px!important;
    padding-bottom:74px!important;
  }
  html[dir="rtl"] .hero-badges{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:620px){
  html[dir="rtl"] .hero{
    background-position:66% center!important;
  }
  html[dir="rtl"] .hero-content{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:295px 0 50px!important;
  }
  html[dir="rtl"] .hero h1{
    font-size:38px!important;
    line-height:1.35!important;
    margin-bottom:14px!important;
  }
  html[dir="rtl"] .hero p{
    font-size:13px!important;
    line-height:1.85!important;
  }
  html[dir="rtl"] .hero-actions{
    gap:10px!important;
  }
  html[dir="rtl"] .hero-actions .btn{
    min-width:0!important;
    flex:1 1 100%!important;
  }
  html[dir="rtl"] .hero-badges{
    display:none!important;
  }
}


/* v12.1 — final Arabic hero polish */
html[dir="rtl"] .hero h1{
  font-size:clamp(36px,4.7vw,66px)!important;
  line-height:1.22!important;
  margin:10px 0 14px!important;
}

html[dir="rtl"] .hero-badges{
  margin-top:18px!important;
  gap:12px!important;
}

html[dir="rtl"] .hero-badge{
  padding-top:8px!important;
  border-top:1px solid rgba(222,186,116,.32)!important;
}

html[dir="rtl"] .hero-badge b{
  font-size:14px!important;
  font-weight:500!important;
  opacity:.92!important;
}

html[dir="rtl"] .hero-badge span{
  font-size:7px!important;
  opacity:.55!important;
}

@media(max-width:820px){
  html[dir="rtl"] .hero h1{
    font-size:clamp(34px,5vw,54px)!important;
  }
}

@media(max-width:620px){
  html[dir="rtl"] .hero h1{
    font-size:34px!important;
    line-height:1.35!important;
  }
}


/* v12.2 — move Arabic hero content fully to the far-left side */
html[dir="rtl"] .hero-content{
  width:min(44%, 500px)!important;
  max-width:500px!important;
  margin-left:0!important;
  margin-right:auto!important;
  padding-left:34px!important;
  padding-right:0!important;
}

html[dir="rtl"] .hero-content > .eyebrow,
html[dir="rtl"] .hero-content > h1,
html[dir="rtl"] .hero-content > p,
html[dir="rtl"] .hero-content > .actions,
html[dir="rtl"] .hero-content > .hero-badges{
  max-width:100%!important;
}

@media(max-width:1100px){
  html[dir="rtl"] .hero-content{
    width:min(48%, 500px)!important;
    padding-left:26px!important;
  }
}

@media(max-width:820px){
  html[dir="rtl"] .hero-content{
    width:min(54%, 460px)!important;
    padding-left:20px!important;
  }
}

@media(max-width:620px){
  html[dir="rtl"] .hero-content{
    width:100%!important;
    max-width:none!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}


/* ===== v13 Smart Scent Finder ===== */
.scent-finder-nav{color:#b88739!important;font-weight:600}.home-scent-finder{background:#f3eadb;border-bottom:1px solid #dfd0b5}.scent-finder-cta{min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:26px;padding-bottom:26px}.scent-finder-cta span{font-size:9px;letter-spacing:.18em;color:#a9792f}.scent-finder-cta h2{font:600 clamp(30px,4vw,46px)/1.05 "Cormorant Garamond",serif;margin:7px 0}.scent-finder-cta p{max-width:700px;margin:0;color:#6c6256;line-height:1.7}.finder-shell{max-width:1050px}.finder-progress{display:flex;gap:6px;margin:0 0 14px}.finder-progress span{height:3px;flex:1;background:#e5dccd}.finder-progress span.active{background:var(--gold)}.finder-card{background:#fff;border:1px solid var(--line);box-shadow:0 16px 50px rgba(51,39,23,.07);padding:42px}.finder-kicker{font-size:9px;letter-spacing:.2em;color:#a37a38;margin-bottom:10px}.finder-card h2{font:600 clamp(34px,4vw,50px)/1.05 "Cormorant Garamond",serif;margin:0 0 8px}.finder-card>p{color:#74695c;margin:0 0 24px}.finder-chips{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 30px}.finder-chips button{border:1px solid #d8c9b0;background:#fbf8f2;border-radius:999px;padding:10px 15px;cursor:pointer;color:#4f463d}.finder-chips button:hover,.finder-chips button.active{background:#17130f;color:#fff;border-color:#17130f}.finder-two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 20px}.finder-two-col label b{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.finder-two-col select{width:100%;height:48px;border:1px solid var(--line);background:#fff;padding:0 13px}.finder-free{margin-top:20px}.finder-free label{display:block;font-weight:600;font-size:12px;margin-bottom:7px}.finder-free textarea{width:100%;min-height:100px;border:1px solid var(--line);padding:14px;resize:vertical;font:inherit}.finder-submit{margin-top:20px;min-width:220px}.finder-submit.loading:after{content:' …'}.finder-note{margin-top:14px;color:#837666;font-size:11px;line-height:1.6}.finder-results{padding-top:68px}.finder-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.finder-result-card{position:relative;background:#fff;border:1px solid var(--line);overflow:hidden}.finder-result-card.best{border-color:#c89d55;box-shadow:0 18px 45px rgba(99,70,30,.13)}.finder-rank{position:absolute;z-index:3;top:10px;left:10px;width:31px;height:31px;border-radius:50%;background:#181410;color:#e8c786;display:grid;place-items:center;font-size:11px}.finder-result-image{height:280px;background:#f3eee5;display:block;position:relative;overflow:hidden}.finder-result-image img{width:100%;height:100%;object-fit:cover}.match-ring{position:absolute;right:10px;bottom:10px;width:68px;height:68px;border-radius:50%;background:rgba(22,18,14,.94);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:17px;font-weight:700;border:2px solid #caa15d}.match-ring small{font-size:7px;font-weight:400;text-transform:uppercase;letter-spacing:.08em}.finder-result-copy{padding:18px}.finder-result-copy>small{font-size:9px;color:#8c7d6b;text-transform:uppercase;letter-spacing:.05em}.finder-result-copy h3{font:600 25px/1.05 "Cormorant Garamond",serif;margin:6px 0 8px;min-height:52px}.finder-result-copy>strong{font-size:16px}.finder-reasons{margin:15px 0;padding-top:12px;border-top:1px solid var(--line)}.finder-reasons b{font-size:10px;text-transform:uppercase;color:#8f6b34}.finder-reasons p{font-size:11px;line-height:1.6;margin:4px 0}.finder-performance{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0 14px}.finder-performance span,.review-performance-tags span{background:#f5efe4;border-radius:999px;padding:5px 8px;font-size:9px}.finder-unknown{display:block;color:#9a8d7c;margin:10px 0 14px}.review-performance{display:grid;grid-template-columns:1fr 1fr;gap:9px}.review-performance label span{display:block;font-size:10px;margin-bottom:5px}.review-performance-tags{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}html[dir="rtl"] .finder-rank{left:auto;right:10px}html[dir="rtl"] .match-ring{right:auto;left:10px}html[dir="rtl"] .finder-card h2,html[dir="rtl"] .scent-finder-cta h2,html[dir="rtl"] .finder-result-copy h3{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;line-height:1.55}.scent-finder-hero{background:linear-gradient(105deg,#1b1712,#4b3922)}.scent-finder-hero h1,.scent-finder-hero p,.scent-finder-hero .breadcrumbs{color:#fff}@media(max-width:900px){.finder-result-grid{grid-template-columns:repeat(2,1fr)}.scent-finder-cta{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.finder-card{padding:26px 17px}.finder-two-col,.finder-result-grid,.review-performance{grid-template-columns:1fr}.finder-result-image{height:320px}.scent-finder-cta{padding-top:30px;padding-bottom:30px}.home-scent-finder .btn{width:100%}}


/* ============================================================
   v14 — Conversion-focused homepage / OBSESSION brand experience
   ============================================================ */
.hero-badges{display:none!important}
.home-trust{background:#fbf8f0;border-bottom:1px solid var(--line)}
.home-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:98px}
.trust-point{display:flex;align-items:center;gap:15px;padding:22px 30px;border-right:1px solid var(--line)}
.trust-point:last-child{border-right:0}
.trust-point i{font-style:normal;width:38px;height:38px;border:1px solid #c8a45e;border-radius:50%;display:grid;place-items:center;color:#9d712d;font:600 14px/1 Montserrat,sans-serif;flex:0 0 auto}
.trust-point b{display:block;font-size:12px;letter-spacing:.03em;color:#2a2118;margin-bottom:4px}.trust-point span{font-size:10px;line-height:1.5;color:#85786a}
html[dir="rtl"] .trust-point{border-right:0;border-left:1px solid var(--line)}html[dir="rtl"] .trust-point:last-child{border-left:0}
.home-section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:36px}.home-section-head>div{max-width:720px}.home-section-head h2{font:600 clamp(38px,5vw,58px)/1 "Cormorant Garamond",serif;margin:8px 0 12px}.home-section-head p{color:#817567;line-height:1.8;margin:0}.text-link{display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid #b58a43;padding-bottom:5px;color:#64471f;font-size:11px;white-space:nowrap}.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
html[dir="rtl"] .home-section-head h2{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;line-height:1.45;font-size:clamp(30px,4vw,46px)}

.signature-oils-section{background:linear-gradient(115deg,#16120e 0%,#241d16 58%,#735a37 100%);color:#fff;padding:94px 0;overflow:hidden;position:relative}.signature-oils-section:after{content:"O";position:absolute;right:-35px;top:-100px;font:700 430px/1 "Cormorant Garamond",serif;color:rgba(218,180,108,.035);pointer-events:none}.signature-oils-shell{display:grid;grid-template-columns:minmax(290px,.75fr) minmax(0,1.35fr);gap:64px;align-items:center;position:relative;z-index:1}.signature-oils-copy .kicker{color:#d7ad64}.signature-oils-copy h2{font:600 clamp(45px,5vw,70px)/.98 "Cormorant Garamond",serif;margin:12px 0 20px;color:#f8f0e3}.signature-oils-copy p{color:#d4c9b8;line-height:1.85;max-width:490px}.signature-pills{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.signature-pills span{border:1px solid rgba(217,177,102,.35);padding:8px 11px;font-size:9px;letter-spacing:.12em;color:#e0bd79}.signature-oils-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.signature-oils-products .product-card{border-color:rgba(255,255,255,.13)!important}.signature-oils-products .product-card-info,.signature-oils-products .product-card-bottom{background:#fff}.signature-teaser{min-height:430px;border:1px solid rgba(218,180,108,.32);background:radial-gradient(circle at 50% 36%,rgba(205,166,93,.24),transparent 27%),linear-gradient(145deg,#e8d6ae,#a47835 45%,#4b351b);display:grid;place-items:center;text-align:center;box-shadow:0 28px 60px rgba(0,0,0,.22)}.signature-teaser.noir{background:radial-gradient(circle at 50% 36%,rgba(219,183,111,.18),transparent 27%),linear-gradient(145deg,#302b26,#0f0e0d 58%,#594525)}.signature-teaser div{width:70%;height:65%;border:1px solid rgba(255,239,204,.58);display:flex;flex-direction:column;justify-content:center;align-items:center}.signature-teaser span{font-size:10px;letter-spacing:.35em}.signature-teaser strong{font:600 38px/1.1 "Cormorant Garamond",serif;margin:10px 0;color:#fff3d7}.signature-teaser small{font-size:8px;letter-spacing:.16em;color:#ead6aa}html[dir="rtl"] .signature-oils-copy h2{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;line-height:1.45;font-size:clamp(34px,4vw,50px)}

.home-collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.home-collection-grid .collection-card{min-height:390px!important}.home-collection-grid .collection-card:nth-child(4n){background:linear-gradient(145deg,#6d5432,#1c1712)!important}.home-category-section .gender-card{position:relative;overflow:hidden}.gender-card em{position:absolute;right:24px;bottom:24px;font-style:normal;font-size:22px;color:#d3ad68}html[dir="rtl"] .gender-card em{right:auto;left:24px}

.scent-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.scent-shortcut{min-height:270px;padding:30px;display:flex;flex-direction:column;border:1px solid #d9ccba;background:#fff;position:relative;overflow:hidden;transition:.25s}.scent-shortcut:before{content:"";position:absolute;inset:auto -50px -75px auto;width:190px;height:190px;border-radius:50%;background:rgba(193,151,79,.1)}.scent-shortcut:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(44,32,18,.09);border-color:#b99555}.scent-shortcut small{color:#b58c48;letter-spacing:.2em}.scent-shortcut h3{font:600 33px/1.05 "Cormorant Garamond",serif;margin:45px 0 10px;color:#2c2117}.scent-shortcut p{font-size:11px;line-height:1.7;color:#827567;max-width:280px}.scent-shortcut span{margin-top:auto;font-size:10px;letter-spacing:.05em;color:#6b4b22}.scent-shortcut.power{background:linear-gradient(145deg,#fff,#f2eadf)}.scent-shortcut.fresh{background:linear-gradient(145deg,#fff,#eef4ef)}.scent-shortcut.warm{background:linear-gradient(145deg,#fff,#f3e9dd)}html[dir="rtl"] .scent-shortcut h3{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;font-size:24px;line-height:1.5}.home-scent-finder-v14{margin-top:28px;background:#e9d9b7;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px 38px}.home-scent-finder-v14>div>span{font-size:9px;letter-spacing:.14em;color:#785626}.home-scent-finder-v14 h3{font:600 31px/1.1 "Cormorant Garamond",serif;margin:8px 0}.home-scent-finder-v14 p{font-size:11px;color:#6d5c48;margin:0}html[dir="rtl"] .home-scent-finder-v14 h3{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;font-size:22px;line-height:1.6}

.home-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-review-card{background:#fff;border:1px solid var(--line);padding:30px;min-height:250px;display:flex;flex-direction:column}.review-stars{color:#b4873d;letter-spacing:.15em;font-size:13px}.home-review-card>p{font:500 22px/1.45 "Cormorant Garamond",serif;color:#33271c;margin:23px 0 32px}.home-review-card footer{margin-top:auto;display:flex;justify-content:space-between;gap:14px;align-items:center;border-top:1px solid #eee6da;padding-top:18px}.home-review-card footer b,.home-review-card footer span{display:block}.home-review-card footer b{font-size:11px}.home-review-card footer span{font-size:9px;color:#8a7d6f;margin-top:4px}.home-review-card footer img{width:48px;height:48px;object-fit:cover;border-radius:50%}.home-review-empty{grid-column:1/-1;padding:40px;border:1px dashed #cdbb9e;text-align:center;color:#8a7964;background:#fff}html[dir="rtl"] .home-review-card>p{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;font-size:16px;line-height:1.9}

.social-proof-shell{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;align-items:center}.social-proof-copy h2{font:600 clamp(40px,5vw,62px)/1 "Cormorant Garamond",serif;margin:10px 0 18px}.social-proof-copy p{color:#807465;line-height:1.75;margin-bottom:24px}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.social-grid a,.social-placeholder{aspect-ratio:1/1;position:relative;overflow:hidden;background:#e5dac7}.social-grid img{width:100%;height:100%;object-fit:cover;transition:.35s}.social-grid a:hover img{transform:scale(1.04)}.social-grid a span{position:absolute;left:10px;bottom:8px;font-size:7px;letter-spacing:.16em;color:white;text-shadow:0 1px 8px #000}.social-placeholder{display:grid;place-items:center;font:600 18px "Cormorant Garamond",serif;color:#9f7e47}html[dir="rtl"] .social-proof-copy h2{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;line-height:1.5;font-size:34px}

.home-final-cta{padding:72px 0;background:#1b1713;color:#fff}.home-final-cta .container{display:flex;justify-content:space-between;align-items:center;gap:35px}.home-final-cta span{font-size:9px;letter-spacing:.18em;color:#cba35e}.home-final-cta h2{font:600 clamp(40px,5vw,64px)/1 "Cormorant Garamond",serif;margin:8px 0}.home-final-cta p{color:#bfb4a5;margin:0}.home-final-cta .btn{min-width:180px}html[dir="rtl"] .home-final-cta h2{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;line-height:1.45;font-size:35px}

.product-buy-trust{display:flex;gap:15px;flex-wrap:wrap;padding:14px 0 0;color:#716451}.product-buy-trust span{font-size:9px}.product-buy-trust b{font-weight:500}.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:80;background:#201a15;color:#fff;display:flex;align-items:center;gap:9px;padding:9px 13px 9px 9px;border-radius:28px;box-shadow:0 10px 28px rgba(0,0,0,.22);transition:.2s}.floating-whatsapp:hover{transform:translateY(-2px)}.floating-whatsapp b{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#d0a95f;color:#1b1713;font-size:9px}.floating-whatsapp span{font-size:9px;white-space:nowrap}html[dir="rtl"] .floating-whatsapp{right:auto;left:20px}

@media(max-width:1100px){.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.home-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.signature-oils-shell{grid-template-columns:1fr}.signature-oils-products{max-width:720px}.social-proof-shell{grid-template-columns:1fr}.home-reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.home-trust-grid{grid-template-columns:1fr}.trust-point,.trust-point:last-child{border-right:0!important;border-left:0!important;border-bottom:1px solid var(--line);padding:16px 0}.trust-point:last-child{border-bottom:0}.home-section-head{align-items:flex-start;flex-direction:column;gap:14px}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.signature-oils-section{padding:68px 0}.signature-oils-products{grid-template-columns:repeat(2,1fr)}.signature-teaser{min-height:310px}.signature-teaser strong{font-size:28px}.home-collection-grid{grid-template-columns:1fr!important}.scent-shortcuts{grid-template-columns:1fr}.scent-shortcut{min-height:220px}.home-scent-finder-v14{align-items:flex-start;flex-direction:column;padding:28px}.home-reviews-grid{grid-template-columns:1fr}.social-grid{grid-template-columns:repeat(3,1fr)}.home-final-cta .container{align-items:flex-start;flex-direction:column}.floating-whatsapp span{display:none}.floating-whatsapp{padding:8px}.floating-whatsapp b{width:36px;height:36px}.product-buy-trust{gap:9px;flex-direction:column}}
@media(max-width:500px){.home-product-grid{grid-template-columns:1fr!important}.signature-oils-products{grid-template-columns:1fr}.signature-oils-products .signature-teaser:nth-child(2){display:none}.social-grid{grid-template-columns:repeat(2,1fr)}}


/* v16 — compact catalog cards, full product images, stock filter/status */
.product-card-v112 .product-img{
  aspect-ratio:1/1!important;
  background:#fbf8f2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.product-card-v112 .product-card-image{
  object-fit:contain!important;
  object-position:center!important;
  padding:12px!important;
}
.product-card-v112 .product-card-info{
  min-height:96px!important;
  padding:12px 14px 10px!important;
}
.product-card-v112 .product-card-title{
  font-size:17px!important;
  min-height:40px!important;
  max-height:40px!important;
  margin-bottom:4px!important;
}
.product-card-v112 .product-card-collection,
.product-card-v112 .product-card-meta{font-size:8.5px!important;margin-bottom:4px!important}
.product-card-stock{display:flex;align-items:center;gap:5px;margin-top:4px;font-size:8px;color:#567052;text-transform:uppercase;letter-spacing:.04em}
.product-card-stock i{width:6px;height:6px;border-radius:50%;background:#5d8557;display:inline-block}
.product-card-stock.out{color:#9a5b54}.product-card-stock.out i{background:#ad655d}
.product-card-v112 .product-card-bottom{min-height:58px!important;padding:9px 14px!important}
.product-card-v112 .product-card-price{font-size:18px!important}
.product-card-v112 .mini-btn{padding:8px 9px!important;font-size:8px!important}
.product-card-v112 .mini-btn:disabled{opacity:.48;cursor:not-allowed}
html[dir="rtl"] .product-card-v112 .product-card-title{font-size:13px!important;line-height:1.55!important;min-height:40px!important;max-height:40px!important}

/* More products on wide catalog screens without making each card oversized */
@media(min-width:1280px){
  .shop-shell>div:last-child .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
}
@media(max-width:1279px) and (min-width:700px){
  .shop-shell>div:last-child .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
}

.filter-group label{cursor:pointer}
.filter-group input.filter-stock{accent-color:#9b7639}

/* Scent Finder collection field uses the same refined select layout */
.finder-two-col select{width:100%}

/* Real WhatsApp glyph instead of WA letters */
.floating-whatsapp .wa-icon{background:#25D366!important;color:#fff!important}
.floating-whatsapp .wa-icon svg{width:19px;height:19px;display:block;fill:currentColor}


/* ============================================================
   v16.1 — S'cento card image correction
   A+ keeps the compact full-image (contain) treatment.
   S'cento lifestyle/product photography fills the card naturally.
   ============================================================ */
.product-card-v112[data-collection="scento"] .product-img{
  background:#f4eee4!important;
  overflow:hidden!important;
}
.product-card-v112[data-collection="scento"] .product-card-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
}

/* Slightly softer crop on narrow screens */
@media(max-width:620px){
  .product-card-v112[data-collection="scento"] .product-card-image{
    object-position:center!important;
  }
}


/* ============================================================
   v16.3 — Product page gallery size refinement
   Only affects the single product page.
   Does NOT change shop / collection product cards.
   ============================================================ */

/* Give product information a little more room than the photo */
.product-page.product-page-v7{
  grid-template-columns:minmax(0, .86fr) minmax(0, 1.14fr)!important;
  gap:46px!important;
}

/* Main product photo: smaller, cleaner luxury presentation */
.product-page-v7 .gallery-main{
  min-height:0!important;
  height:470px!important;
  max-height:470px!important;
  border:1px solid var(--line);
}

/* Keep full product visible with breathing room */
.product-page-v7 .gallery-main img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:44px!important;
}

/* No aggressive zoom on hover */
.product-page-v7 .gallery-main:hover img{
  transform:scale(1.012)!important;
}

/* Thumbnails slightly smaller too */
.product-page-v7 .gallery-thumbs .thumb{
  height:88px!important;
}
.product-page-v7 .gallery-thumbs .thumb img{
  padding:10px!important;
}

/* Tablet */
@media(max-width:960px){
  .product-page.product-page-v7{
    grid-template-columns:1fr!important;
    gap:32px!important;
  }
  .product-page-v7 .product-gallery-wrap{
    position:static!important;
    max-width:620px!important;
    width:100%!important;
    margin:0 auto!important;
  }
  .product-page-v7 .gallery-main{
    height:430px!important;
    max-height:430px!important;
  }
}

/* Mobile */
@media(max-width:620px){
  .product-page-v7 .product-gallery-wrap{
    max-width:100%!important;
  }
  .product-page-v7 .gallery-main{
    height:340px!important;
    max-height:340px!important;
  }
  .product-page-v7 .gallery-main img{
    padding:26px!important;
  }
  .product-page-v7 .gallery-thumbs .thumb{
    height:72px!important;
  }
}


/* ============================================================
   v16.4 — final single product gallery behavior
   - no sticky image while scrolling
   - smaller visual footprint on desktop
   - A+ image stays fully visible without cropping
   ============================================================ */
.product-page-v7 .product-gallery-wrap{
  position:static!important;
  top:auto!important;
  width:100%!important;
  max-width:510px!important;
  align-self:start!important;
}
.product-page.product-page-v7{
  grid-template-columns:minmax(380px, .72fr) minmax(0, 1.28fr)!important;
  gap:54px!important;
  align-items:start!important;
}
.product-page-v7 .gallery-main{
  height:400px!important;
  max-height:400px!important;
  min-height:0!important;
  background:#f5eee3!important;
}
.product-page-v7 .gallery-main img{
  object-fit:contain!important;
  object-position:center!important;
  padding:24px!important;
}
.product-page-v7 .gallery-main:hover img{
  transform:none!important;
}

@media(max-width:1100px){
  .product-page.product-page-v7{
    grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr)!important;
    gap:38px!important;
  }
  .product-page-v7 .product-gallery-wrap{max-width:470px!important;}
  .product-page-v7 .gallery-main{height:380px!important;max-height:380px!important;}
}
@media(max-width:960px){
  .product-page.product-page-v7{grid-template-columns:1fr!important;gap:30px!important;}
  .product-page-v7 .product-gallery-wrap{max-width:520px!important;margin:0 auto!important;}
  .product-page-v7 .gallery-main{height:390px!important;max-height:390px!important;}
}
@media(max-width:620px){
  .product-page-v7 .product-gallery-wrap{max-width:100%!important;}
  .product-page-v7 .gallery-main{height:315px!important;max-height:315px!important;}
  .product-page-v7 .gallery-main img{padding:18px!important;}
}


/* ============================================================
   v16.5 — A+ single product image: smaller & cleaner
   ============================================================ */

/* A+ product pages use a smaller visual block than other collections */
.product-page-v7 .product-gallery-wrap[data-collection="aplus"]{
  width:100%!important;
  max-width:430px!important;
  position:static!important;
  top:auto!important;
  margin:0!important;
  align-self:start!important;
}

.product-page-v7 .gallery-main[data-collection="aplus"]{
  width:100%!important;
  height:330px!important;
  min-height:0!important;
  max-height:330px!important;
  overflow:hidden!important;
  background:#f7f1e7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.product-page-v7 .gallery-main[data-collection="aplus"] .product-main-photo{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:18px!important;
  margin:auto!important;
  transform:none!important;
}

/* If there is only one image JS hides the redundant thumbnail row */
.product-page-v7 .gallery-thumbs[data-collection="aplus"]{
  margin-top:8px!important;
}

/* Keep the right side dominant and balanced */
@media(min-width:961px){
  .product-page.product-page-v7{
    grid-template-columns:minmax(330px,430px) minmax(0,1fr)!important;
    gap:54px!important;
  }
}

/* Tablet */
@media(max-width:960px){
  .product-page-v7 .product-gallery-wrap[data-collection="aplus"]{
    max-width:410px!important;
    margin:0 auto!important;
  }
  .product-page-v7 .gallery-main[data-collection="aplus"]{
    height:320px!important;
    max-height:320px!important;
  }
}

/* Mobile */
@media(max-width:620px){
  .product-page-v7 .product-gallery-wrap[data-collection="aplus"]{
    max-width:100%!important;
  }
  .product-page-v7 .gallery-main[data-collection="aplus"]{
    height:285px!important;
    max-height:285px!important;
  }
  .product-page-v7 .gallery-main[data-collection="aplus"] .product-main-photo{
    padding:14px!important;
  }
}


/* ============================================================
   v16.6 — Product page image balance
   Slightly larger than v16.5, with less empty space.
   ============================================================ */

.product-page-v7 .product-gallery-wrap[data-collection="aplus"]{
  max-width:500px!important;
}

.product-page-v7 .gallery-main[data-collection="aplus"]{
  height:410px!important;
  max-height:410px!important;
}

.product-page-v7 .gallery-main[data-collection="aplus"] .product-main-photo{
  padding:10px!important;
  object-fit:contain!important;
  object-position:center!important;
}

@media(min-width:961px){
  .product-page.product-page-v7{
    grid-template-columns:minmax(390px,500px) minmax(0,1fr)!important;
    gap:48px!important;
  }
}

@media(max-width:960px){
  .product-page-v7 .product-gallery-wrap[data-collection="aplus"]{
    max-width:470px!important;
  }
  .product-page-v7 .gallery-main[data-collection="aplus"]{
    height:380px!important;
    max-height:380px!important;
  }
}

@media(max-width:620px){
  .product-page-v7 .gallery-main[data-collection="aplus"]{
    height:320px!important;
    max-height:320px!important;
  }
  .product-page-v7 .gallery-main[data-collection="aplus"] .product-main-photo{
    padding:8px!important;
  }
}


/* ============================================================
   v16.8 — White Luxury Theme
   Clean white storefront with champagne-gold accents.
   Hero and footer intentionally keep their visual contrast.
   ============================================================ */

:root{
  --bg:#ffffff!important;
  --paper:#ffffff!important;
  --paper2:#ffffff!important;
  --line:#ebe4d8!important;
  --shadow:0 16px 46px rgba(45,34,20,.07)!important;
}

html,
body{
  background:#ffffff!important;
}

/* Header */
.header{
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid #eee8de!important;
}

/* Main content and sections */
main,
.section,
.section.alt,
.page-hero,
.shop-shell,
.product-page,
.product-page-v7,
.policy,
.story,
.checkout-page,
.cart-page,
.contact-page{
  background:#ffffff!important;
}

/* Shop filters / toolbar / forms */
.filters,
.panel,
.toolbar input,
.toolbar select,
.form-control,
.sort-control select,
.category-tabs a,
.cart-table,
.cart-summary,
.success-card,
.shop-placeholder-card{
  background:#ffffff!important;
}

/* Product cards */
.product-card,
.product-card-v112,
.product-card-v112 .product-card-link,
.product-card-v112 .product-card-info,
.product-card-v112 .product-card-bottom{
  background:#ffffff!important;
}

/* Product image areas — white blends naturally with catalogue photography */
.product-card-v112 .product-img,
.product-card-v112[data-collection="scento"] .product-img,
.product-card-v112[data-collection="aplus"] .product-img{
  background:#ffffff!important;
}

/* Single product page */
.gallery-main,
.product-page-v7 .gallery-main,
.product-page-v7 .gallery-main[data-collection="aplus"]{
  background:#ffffff!important;
  border-color:#eee8de!important;
}

.gallery-thumbs,
.thumb{
  background:#ffffff!important;
}

/* Keep subtle visual separation without beige blocks */
.product-card,
.filters,
.panel,
.gallery-main,
.cart-summary,
.success-card{
  border-color:#ebe4d8!important;
}

/* Inputs stay crisp white */
input,
select,
textarea{
  background:#ffffff;
}

/* Collection / gender image cards keep their photography */
.collection-card,
.gender-card,
.hero{
  background-color:transparent;
}

/* Soft neutral hover instead of beige */
.dropmenu a:hover,
.category-tabs a:hover{
  background:#faf8f4!important;
}

/* Footer remains dark as a deliberate luxury anchor */
.footer{
  background:#100e0c!important;
}


/* ============================================================
   v16.9 — S'cento single product page balance
   Keeps A+ styling unchanged.
   ============================================================ */

/* S'cento gallery: smaller and cleaner on product page */
.product-page-v7 .product-gallery-wrap[data-collection="scento"]{
  width:100%!important;
  max-width:520px!important;
  position:static!important;
  top:auto!important;
  margin:0!important;
  align-self:start!important;
}

.product-page-v7 .gallery-main[data-collection="scento"]{
  width:100%!important;
  height:460px!important;
  min-height:0!important;
  max-height:460px!important;
  background:#fff!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.product-page-v7 .gallery-main[data-collection="scento"] .product-main-photo,
.product-page-v7 .gallery-main[data-collection="scento"] img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:12px!important;
  margin:auto!important;
  transform:none!important;
}

/* Better desktop balance */
@media(min-width:961px){
  .product-page.product-page-v7{
    grid-template-columns:minmax(390px,520px) minmax(0,1fr)!important;
    gap:52px!important;
  }
}

/* Arabic product title was visually too dominant */
html[dir="rtl"] .product-detail h1{
  font-size:clamp(40px,4.6vw,68px)!important;
  line-height:1.2!important;
  margin-bottom:18px!important;
}

/* Slightly tighter spacing in product information */
.product-page-v7 .product-detail{
  align-self:start!important;
}

@media(max-width:960px){
  .product-page-v7 .product-gallery-wrap[data-collection="scento"]{
    max-width:500px!important;
    margin:0 auto!important;
  }
  .product-page-v7 .gallery-main[data-collection="scento"]{
    height:420px!important;
    max-height:420px!important;
  }
}

@media(max-width:620px){
  .product-page-v7 .product-gallery-wrap[data-collection="scento"]{
    max-width:100%!important;
  }
  .product-page-v7 .gallery-main[data-collection="scento"]{
    height:330px!important;
    max-height:330px!important;
  }
  .product-page-v7 .gallery-main[data-collection="scento"] .product-main-photo,
  .product-page-v7 .gallery-main[data-collection="scento"] img{
    padding:8px!important;
  }
  html[dir="rtl"] .product-detail h1{
    font-size:36px!important;
  }
}


/* ============================================================
   v16.10 — S'cento product image: always show FULL image
   No crop, no zoom, no distortion.
   ============================================================ */
.product-page-v7 .gallery-main[data-collection="scento"]{
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
}

.product-page-v7 .gallery-main[data-collection="scento"] img,
.product-page-v7 .gallery-main[data-collection="scento"] .product-main-photo{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
}

.product-page-v7 .gallery-main[data-collection="scento"]:hover img,
.product-page-v7 .gallery-main[data-collection="scento"]:hover .product-main-photo{
  transform:none!important;
}


/* ============================================================
   v16.14 — Compact white collection/page header
   Removes the large empty gap introduced by the white theme.
   ============================================================ */

.page-hero{
  background:#ffffff!important;
  color:var(--ink)!important;
  padding:36px 0 28px!important;
  min-height:0!important;
  height:auto!important;
  border-bottom:1px solid #eee8de!important;
}

.page-hero .container{
  min-height:0!important;
}

.page-hero .breadcrumbs{
  color:#ad8747!important;
  margin:0 0 10px!important;
}

.page-hero h1{
  color:var(--ink)!important;
  margin:4px 0 10px!important;
  font-size:clamp(36px,4.2vw,56px)!important;
  line-height:1.05!important;
}

.page-hero p{
  color:#756e64!important;
  margin:0!important;
  max-width:680px!important;
  line-height:1.7!important;
}

/* Bring the catalogue directly under the collection intro */
.page-hero + .section{
  padding-top:34px!important;
}

/* Collection/category tabs should not have a big top gap */
.page-hero + .section .category-tabs{
  margin-top:0!important;
}

/* Arabic */
html[dir="rtl"] .page-hero h1{
  color:var(--ink)!important;
  line-height:1.35!important;
  font-size:clamp(32px,4vw,50px)!important;
}

/* Mobile */
@media(max-width:620px){
  .page-hero{
    padding:25px 0 20px!important;
  }
  .page-hero + .section{
    padding-top:24px!important;
  }
  .page-hero h1{
    font-size:34px!important;
  }
}


/* ============================================================
   v16.15 — Catalog Upgrade
   Brand counts + price range + 4-column desktop + cleaner cards
   ============================================================ */

/* Filters */
.brand-filter-list{
  max-height:230px;
  overflow:auto;
  padding-right:4px;
  scrollbar-width:thin;
}
.brand-filter-option{
  display:flex!important;
  align-items:center;
  gap:7px;
  margin:8px 0!important;
}
.brand-filter-option span{
  display:flex;
  justify-content:space-between;
  gap:8px;
  width:100%;
}
.brand-filter-option small{
  color:#a38b67;
  font-size:9px;
}

.price-range-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.price-range-fields label{
  margin:0!important;
}
.price-range-fields label>span{
  display:block;
  font-size:9px;
  margin-bottom:6px;
  color:#776b5d;
}
.price-input-wrap{
  display:flex;
  align-items:center;
  height:39px;
  border:1px solid var(--line);
  background:#fff;
  padding:0 9px;
}
.price-input-wrap>span{
  color:#a27a37;
  font-size:11px;
  margin-right:4px;
}
.price-input-wrap input{
  width:100%;
  min-width:0;
  border:0!important;
  outline:0;
  padding:0!important;
  font-size:11px;
  background:transparent!important;
}
html[dir="rtl"] .brand-filter-list{padding-right:0;padding-left:4px}
html[dir="rtl"] .price-input-wrap>span{margin-right:0;margin-left:4px}

/* Four products per row on normal desktop, not only very wide screens */
@media(min-width:1100px){
  .shop-shell>div:last-child .product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
  }
}
@media(max-width:1099px) and (min-width:700px){
  .shop-shell>div:last-child .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
  }
}

/* Cleaner catalogue card:
   image -> name -> size/type -> stock -> price + one purchase action */
.catalog-card-clean .product-card-info{
  min-height:82px!important;
  padding:11px 12px 9px!important;
}
.catalog-card-clean .product-card-title{
  margin:0 0 6px!important;
  min-height:38px!important;
  max-height:38px!important;
  font-size:15px!important;
  line-height:1.25!important;
  overflow:hidden!important;
}
.catalog-card-clean .product-card-meta{
  min-height:14px!important;
  margin:0!important;
  color:#8a8074!important;
  font-size:8.5px!important;
}
.catalog-card-clean .product-card-stock{
  margin-top:5px!important;
  font-size:7.5px!important;
}
.catalog-card-clean .product-card-bottom{
  min-height:52px!important;
  padding:9px 12px!important;
}
.catalog-card-clean .product-card-price{
  font-size:18px!important;
}
.catalog-card-clean .product-card-add{
  min-width:82px!important;
  white-space:nowrap!important;
  padding:8px 10px!important;
}

/* Slightly more compact product visual on 4-column desktop */
@media(min-width:1100px){
  .shop-shell>div:last-child .catalog-card-clean .product-img{
    aspect-ratio:1/1!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
  }
}

/* Mobile keeps filters readable */
@media(max-width:699px){
  .price-range-fields{grid-template-columns:1fr 1fr}
  .brand-filter-list{max-height:180px}
  .catalog-card-clean .product-card-title{
    font-size:16px!important;
    min-height:auto!important;
    max-height:none!important;
  }
}

/* ============================================================
   v17 — Commerce, Product, Mobile & Trust polish
   ============================================================ */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.compact-commerce-hero{padding:30px 0 24px!important}.commerce-section{padding-top:38px!important}.cart-layout-v17{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.65fr);gap:34px;align-items:start}.cart-main-card{min-width:0}.cart-summary-v17{position:sticky;top:105px;padding:24px!important;border:1px solid var(--line);background:#fff}.cart-summary-v17 h2{font:600 27px/1.1 "Cormorant Garamond",serif;margin:0 0 18px}.delivery-zone-label{display:grid;gap:7px;margin-bottom:18px;font-size:10px;font-weight:600}.delivery-zone-label select{height:44px}.cart-stock-warning{display:inline-block;margin-top:5px;font-size:9px;color:#a64333}.cart-row-unavailable{opacity:.68}.cart-row-unavailable .cart-product-thumb{filter:grayscale(.25)}.commerce-trust-mini{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0;color:#756957;font-size:9px}.commerce-trust-mini span{border:1px solid var(--line);padding:7px 9px;background:#fcfaf6}.cart-summary-v17 .btn{margin-top:9px}
.checkout-grid-v17{grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr)!important;gap:34px!important;align-items:start}.checkout-details-card,.checkout-summary-card{position:relative;padding:28px!important}.checkout-summary-card{position:sticky;top:105px}.checkout-step-label{position:absolute;right:22px;top:20px;font:600 28px/1 "Cormorant Garamond",serif;color:#d9c49d}.checkout-form-v17{grid-template-columns:1fr!important}.checkout-form-v17 textarea{min-height:95px}.checkout-item-line{display:grid;grid-template-columns:54px 1fr auto;gap:11px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.checkout-thumb{width:54px;height:62px;background:#fff;display:grid;place-items:center}.checkout-thumb img{width:100%;height:100%;object-fit:contain}.checkout-item-line span{display:block;font-size:11px;font-weight:600}.checkout-item-line small{display:block;margin-top:4px;color:#8c8173;font-size:8px}.checkout-item-line strong{font-size:12px}.checkout-summary-card .sumrow{padding:12px 0}.checkout-summary-card .sumrow.total{font-size:17px;border-top:1px solid #cdb78d}.checkout-summary-card #place-order-btn{margin-top:14px}
.product-page-hero{padding:12px 0!important;border-bottom:0!important}.product-page-v17{padding-top:34px!important}.product-accordions-v17{margin-top:20px}.scent-dna-panel{margin-top:22px;border:1px solid var(--line);padding:18px;background:#fff}.scent-dna-heading b{display:block;font:600 22px "Cormorant Garamond",serif}.scent-dna-heading small{display:block;margin:4px 0 15px;color:#827669;font-size:9px;line-height:1.6}.scent-dna-row{display:grid;grid-template-columns:92px 1fr 38px;gap:10px;align-items:center;margin:9px 0;font-size:9px}.scent-dna-row>div{height:6px;background:#efe9df;overflow:hidden}.scent-dna-row i{display:block;height:100%;background:#c69a53}.scent-dna-row b{text-align:right;font-size:8px;color:#8d744d}.recommended-section{padding-top:70px!important}.product-detail .desc:empty{display:none}.product-tags:has(.product-tag:not([style*="display: none"])){margin-top:16px}
.footer-trust-strip{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:15px 0!important;margin-top:26px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;font-size:9px}.footer-trust-strip a,.footer-trust-strip span{color:#d8c8ac}.footer-trust-strip a:hover{color:#fff}

/* Mobile pass */
@media(max-width:960px){.cart-layout-v17,.checkout-grid-v17{grid-template-columns:1fr!important}.cart-summary-v17,.checkout-summary-card{position:static!important}.commerce-section{padding-top:28px!important}.product-page-v17{padding-top:22px!important}.reviews-layout{grid-template-columns:1fr!important}.review-form-card{position:static!important}.footer-trust-strip{justify-content:flex-start}.nav-actions{gap:8px}.icon-btn{white-space:nowrap}}
@media(max-width:700px){.page-hero.compact-commerce-hero{padding:22px 0 17px!important}.commerce-section{padding:22px 0 54px!important}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{position:relative;padding:14px 0;border-bottom:1px solid var(--line)}.cart-table td{border:0!important;padding:7px 0!important;text-align:right!important}.cart-table td:first-child{text-align:left!important;padding-right:78px!important}.cart-table td:before{content:attr(data-label);float:left;font-size:9px;color:#8b8174}.cart-table td:first-child:before,.cart-table td:last-child:before{display:none}.cart-table td:last-child{position:absolute;right:0;top:18px;width:auto}.cart-product-thumb{width:64px!important;height:74px!important}.cart-summary-v17,.checkout-details-card,.checkout-summary-card{padding:18px!important}.checkout-step-label{font-size:22px;top:16px;right:16px}.checkout-item-line{grid-template-columns:46px 1fr auto}.checkout-thumb{width:46px;height:54px}.product-buy-trust{display:grid!important;grid-template-columns:1fr!important}.quantity-purchase{grid-template-columns:1fr!important}.quantity-live-total{border:0!important;padding:0!important}.scent-dna-row{grid-template-columns:75px 1fr 34px}.footer-grid{gap:26px!important}.footer-trust-strip{gap:12px;font-size:8px}.floating-whatsapp span{display:none!important}.floating-whatsapp{width:52px!important;height:52px!important;padding:0!important;justify-content:center!important;border-radius:50%!important}}
@media(max-width:480px){.container{width:min(100% - 28px,1180px)!important}.product-grid{grid-template-columns:1fr!important}.checkout-item-line strong{font-size:10px}.cart-product small{font-size:8px}.product-page-v7 .gallery-main[data-collection="scento"],.product-page-v7 .gallery-main[data-collection="aplus"]{height:300px!important;max-height:300px!important}.product-detail h1{font-size:34px!important}.product-detail .price{font-size:26px!important}.reviews-section{padding-top:55px!important}}
.public-delivery-zones{display:grid;max-width:620px;margin:18px 0 26px;border:1px solid var(--line);background:#fff}.delivery-public-row{display:flex;justify-content:space-between;gap:20px;padding:13px 15px;border-bottom:1px solid var(--line);font-size:11px}.delivery-public-row:last-child{border-bottom:0}.delivery-public-row strong{color:#9a7131}.delivery-public-empty{padding:14px;color:#80766b;font-size:10px}
.mobile-filter-toggle,.mobile-filter-close,.mobile-filter-backdrop{display:none}@media(max-width:960px){.shop-shell{display:block!important}.mobile-filter-toggle{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;border:1px solid var(--ink);background:#fff;padding:11px 14px;font-size:10px}.filters{position:fixed!important;left:0;top:0;bottom:0;width:min(360px,88vw);z-index:1200;background:#fff!important;padding:60px 22px 24px!important;overflow:auto;transform:translateX(-105%);transition:transform .22s ease;box-shadow:20px 0 50px rgba(0,0,0,.12)}html[dir="rtl"] .filters{left:auto;right:0;transform:translateX(105%)}.filters.mobile-open{transform:translateX(0)!important}.mobile-filter-close{display:block;position:absolute;right:16px;top:14px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer}html[dir="rtl"] .mobile-filter-close{right:auto;left:16px}.mobile-filter-backdrop{position:fixed;inset:0;background:rgba(20,17,14,.34);z-index:1190}.filters-open .mobile-filter-backdrop{display:block}.filters-open{overflow:hidden}.category-tabs{overflow:auto;white-space:nowrap;padding-bottom:4px}.toolbar{gap:10px!important}}


/* ============================================================
   v17.2 — Product Page Retail Redesign
   Inspired by premium retail layout, while keeping OBSESSION identity.
   ============================================================ */

/* No oversized intro gap on product pages */
.product-page-hero{
  display:none!important;
}

.product-page-retail{
  display:grid!important;
  grid-template-columns:minmax(440px, 1fr) minmax(430px, .95fr)!important;
  gap:72px!important;
  align-items:start!important;
  padding-top:46px!important;
  padding-bottom:56px!important;
}

/* Gallery */
.product-page-retail .product-gallery-wrap{
  width:100%!important;
  max-width:620px!important;
  margin:0 auto!important;
  position:static!important;
  top:auto!important;
}

.product-page-retail .gallery-main{
  width:100%!important;
  height:560px!important;
  min-height:0!important;
  max-height:560px!important;
  background:#fff!important;
  border:1px solid #ece6dc!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}

.product-page-retail .gallery-main img,
.product-page-retail .gallery-main .product-main-photo{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:18px!important;
  transform:none!important;
}

.product-page-retail .gallery-main:hover img{
  transform:none!important;
}

.product-page-retail .gallery-thumbs{
  margin-top:10px!important;
}

/* Purchase panel */
.product-retail-detail{
  padding-top:8px!important;
}

.product-brand-line{
  margin-bottom:12px!important;
  font-size:13px!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
  color:#4f4942!important;
}

.product-retail-detail h1{
  font-family:"Cormorant Garamond",serif!important;
  font-size:clamp(42px,4.1vw,64px)!important;
  line-height:1.02!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
  margin:0 0 14px!important;
}

.product-retail-detail .product-rating-summary{
  margin:0 0 28px!important;
}

.product-retail-price{
  font-size:34px!important;
  margin:0 0 22px!important;
  color:#191612!important;
}

.product-retail-desc{
  max-width:620px!important;
  margin:0 0 28px!important;
  line-height:1.8!important;
  font-size:13px!important;
}

/* Single size choice — clear but not a fake variant dropdown */
.product-size-choice{
  margin:22px 0 28px!important;
  max-width:355px!important;
}

.product-size-choice label{
  display:block!important;
  margin-bottom:9px!important;
  font-size:12px!important;
  font-weight:500!important;
  color:#2c2823!important;
}

.single-size-choice{
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  padding:0 16px!important;
  border:1px solid #d8d2c8!important;
  background:#fff!important;
  font-size:14px!important;
  color:#17130f!important;
}

/* Quantity + Add to Bag */
.product-retail-buy-row{
  display:grid!important;
  grid-template-columns:166px minmax(0,1fr)!important;
  gap:14px!important;
  margin-top:8px!important;
}

.retail-quantity{
  height:58px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr 1fr!important;
  border:1px solid #17130f!important;
  background:#fff!important;
}

.retail-quantity button,
.retail-quantity input{
  height:56px!important;
  min-width:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  font-size:18px!important;
  text-align:center!important;
  color:#17130f!important;
}

.retail-quantity button:first-child{
  background:#f0efed!important;
}

.retail-quantity button:last-child{
  background:#17130f!important;
  color:#fff!important;
}

.retail-quantity input{
  border-left:1px solid #d9d4cc!important;
  border-right:1px solid #d9d4cc!important;
  -moz-appearance:textfield;
}
.retail-quantity input::-webkit-inner-spin-button,
.retail-quantity input::-webkit-outer-spin-button{
  -webkit-appearance:none;
  margin:0;
}

.retail-add-btn{
  height:58px!important;
  border:1px solid #17130f!important;
  background:#fff!important;
  color:#17130f!important;
  font-size:13px!important;
  font-weight:600!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
}

.retail-add-btn:hover{
  background:#17130f!important;
  color:#fff!important;
}

.retail-buy-now{
  width:100%!important;
  height:60px!important;
  margin-top:14px!important;
  font-size:13px!important;
  font-weight:600!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}

.product-retail-total{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  padding:14px 0 18px!important;
  border-bottom:1px solid #e7e2da!important;
  color:#72695f!important;
  font-size:10px!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}

.product-retail-total strong{
  font-family:"Cormorant Garamond",serif!important;
  font-size:24px!important;
  color:#17130f!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

.retail-trust{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px 22px!important;
  padding:17px 0!important;
  border-bottom:1px solid #e7e2da!important;
  font-size:10px!important;
}

.product-retail-hidden-meta{
  display:none!important;
}

.product-retail-detail .accordions{
  margin-top:10px!important;
}

/* Better visual balance for Arabic */
html[dir="rtl"] .product-retail-detail h1{
  font-family:"Noto Kufi Arabic",sans-serif!important;
  font-size:clamp(34px,3.6vw,54px)!important;
  line-height:1.35!important;
  letter-spacing:0!important;
}

html[dir="rtl"] .product-brand-line{
  text-align:right!important;
}

/* Tablet */
@media(max-width:1050px){
  .product-page-retail{
    grid-template-columns:minmax(360px,.9fr) minmax(390px,1fr)!important;
    gap:38px!important;
  }
  .product-page-retail .gallery-main{
    height:500px!important;
    max-height:500px!important;
  }
}

/* Mobile */
@media(max-width:820px){
  .product-page-retail{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding-top:24px!important;
  }

  .product-page-retail .product-gallery-wrap{
    max-width:560px!important;
  }

  .product-page-retail .gallery-main{
    height:440px!important;
    max-height:440px!important;
  }

  .product-retail-detail{
    padding-top:0!important;
  }
}

@media(max-width:560px){
  .product-page-retail .gallery-main{
    height:350px!important;
    max-height:350px!important;
  }

  .product-page-retail .gallery-main img,
  .product-page-retail .gallery-main .product-main-photo{
    padding:10px!important;
  }

  .product-retail-detail h1{
    font-size:40px!important;
  }

  html[dir="rtl"] .product-retail-detail h1{
    font-size:32px!important;
  }

  .product-retail-buy-row{
    grid-template-columns:1fr!important;
  }

  .retail-quantity,
  .retail-add-btn,
  .retail-buy-now{
    width:100%!important;
  }

  .product-size-choice{
    max-width:none!important;
  }

  .retail-trust{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
}


/* ============================================================
   v17.5 — S'cento catalogue image fix
   Full image is always visible. No bottle/label cropping.
   ============================================================ */
.shop-shell .product-card-v112[data-collection="scento"] .product-img{
  background:#ffffff!important;
  overflow:hidden!important;
  aspect-ratio:1 / 1!important;
}

.shop-shell .product-card-v112[data-collection="scento"] .product-card-image{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
}

.shop-shell .product-card-v112[data-collection="scento"] .product-img:hover .product-card-image{
  transform:none!important;
}

/* ============================================================
   v17.5 — Catalogue pagination
   ============================================================ */
.catalog-pagination{
  margin:34px 0 12px;
  padding-top:22px;
  border-top:1px solid #ece6dc;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

.catalog-pagination-summary{
  color:#7d7367;
  font-size:11px;
}

.catalog-pagination-controls{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}

.catalog-page-btn,
.catalog-page-nav{
  min-width:38px;
  height:38px;
  border:1px solid #d8c8a7;
  background:#fff;
  color:#17130f;
  padding:0 11px;
  cursor:pointer;
  font-size:11px;
}

.catalog-page-btn.active{
  background:#17130f;
  border-color:#17130f;
  color:#fff;
}

.catalog-page-btn:hover:not(.active),
.catalog-page-nav:hover:not(:disabled){
  border-color:#aa8141;
  color:#8c6428;
}

.catalog-page-nav:disabled{
  opacity:.35;
  cursor:not-allowed;
}

.catalog-page-ellipsis{
  min-width:22px;
  text-align:center;
  color:#9b8e7c;
}

html[dir="rtl"] .catalog-pagination{
  direction:rtl;
}

@media(max-width:620px){
  .catalog-pagination{
    justify-content:center;
    text-align:center;
  }
  .catalog-pagination-summary{
    width:100%;
  }
  .catalog-pagination-controls{
    justify-content:center;
  }
  .catalog-page-nav{
    padding:0 9px;
  }
}


/* ============================================================
   v17.6 — Uniform S'cento catalogue cards
   Generated card assets are exactly 4:5.
   Original product images remain untouched.
   ============================================================ */
.shop-shell .product-card-v112[data-collection="scento"] .product-img{
  width:100%!important;
  aspect-ratio:4 / 5!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  background:#fff!important;
  overflow:hidden!important;
}

.shop-shell .product-card-v112[data-collection="scento"] .product-card-image{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
}

.shop-shell .product-card-v112[data-collection="scento"] .product-img:hover .product-card-image{
  transform:none!important;
}


/* ============================================================
   v17.7 — Product buttons + related cards refinement
   ============================================================ */

/* Product purchase controls: smaller and more elegant */
.product-page-retail .product-retail-buy-row{
  grid-template-columns:138px minmax(220px, 420px)!important;
  gap:12px!important;
  justify-content:start!important;
  align-items:center!important;
}

.product-page-retail .retail-quantity{
  height:48px!important;
  max-width:138px!important;
}

.product-page-retail .retail-quantity button,
.product-page-retail .retail-quantity input{
  height:46px!important;
  font-size:15px!important;
}

.product-page-retail .retail-add-btn{
  height:48px!important;
  max-width:420px!important;
  font-size:11px!important;
  letter-spacing:.045em!important;
  padding:0 18px!important;
}

.product-page-retail .retail-buy-now{
  width:min(100%, 570px)!important;
  max-width:570px!important;
  height:50px!important;
  margin-top:10px!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
  padding:0 18px!important;
}

/* Keep selected total aligned with the purchase area, not full-page wide */
.product-page-retail .product-retail-total{
  width:min(100%, 570px)!important;
  max-width:570px!important;
  padding:11px 0 14px!important;
}

/* Trust row also follows purchase width */
.product-page-retail .retail-trust{
  width:min(100%, 570px)!important;
  max-width:570px!important;
  gap:8px 18px!important;
  padding:13px 0!important;
}

/* Related product grids: uniform card height and image ratio */
#related-brand-products,
#recommended-products{
  align-items:stretch!important;
}

#related-brand-products .product-card,
#recommended-products .product-card{
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
}

#related-brand-products .product-card-link,
#recommended-products .product-card-link{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
}

#related-brand-products .product-img,
#recommended-products .product-img{
  aspect-ratio:4 / 5!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#fbfaf7!important;
}

/* Use generated S'cento card images cleanly; no visual zoom */
#related-brand-products .product-card[data-collection="scento"] .product-card-image,
#recommended-products .product-card[data-collection="scento"] .product-card-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
}

#related-brand-products .product-card-info,
#recommended-products .product-card-info{
  min-height:88px!important;
}

#related-brand-products .product-card-bottom,
#recommended-products .product-card-bottom{
  margin-top:auto!important;
}

/* Smaller buttons on recommendation cards */
#related-brand-products .mini-btn,
#recommended-products .mini-btn{
  min-height:32px!important;
  padding:6px 10px!important;
  font-size:9px!important;
}

/* Better page-break behavior when printing/saving PDF */
#related-brand-products .product-card,
#recommended-products .product-card{
  break-inside:avoid!important;
  page-break-inside:avoid!important;
}

@media(max-width:820px){
  .product-page-retail .product-retail-buy-row{
    grid-template-columns:126px minmax(0,1fr)!important;
  }

  .product-page-retail .retail-quantity{
    max-width:126px!important;
  }

  .product-page-retail .retail-buy-now,
  .product-page-retail .product-retail-total,
  .product-page-retail .retail-trust{
    width:100%!important;
    max-width:none!important;
  }
}

@media(max-width:560px){
  .product-page-retail .product-retail-buy-row{
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:9px!important;
  }

  .product-page-retail .retail-quantity{
    max-width:112px!important;
    height:44px!important;
  }

  .product-page-retail .retail-quantity button,
  .product-page-retail .retail-quantity input{
    height:42px!important;
    font-size:14px!important;
  }

  .product-page-retail .retail-add-btn{
    height:44px!important;
    padding:0 10px!important;
    font-size:10px!important;
  }

  .product-page-retail .retail-buy-now{
    height:46px!important;
    font-size:10px!important;
  }
}


/* ============================================================
   v17.7.2 — all-in-one polish
   - smaller quantity +/-
   - sharper product display
   - uniform related/catalog images
   ============================================================ */

/* Product main image: cleaner containment and higher perceived quality */
.product-page-retail .product-media-main,
.product-page-retail .product-media-stage,
.product-page-retail .product-gallery-main,
.product-page-retail .product-gallery-frame{
  background:#fbfaf7 !important;
}

.product-page-retail .product-main-image,
.product-page-retail .product-gallery-main img,
.product-page-retail .product-media-main img,
.product-page-retail .product-hero-image{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  image-rendering:auto;
  filter: contrast(1.02) saturate(1.02) !important;
}

/* Strong purchase controls fix */
@media (min-width:821px){
  .product-page-retail .product-retail-buy-row{
    display:grid !important;
    grid-template-columns:96px 248px !important;
    gap:10px !important;
    width:354px !important;
    max-width:354px !important;
    justify-content:start !important;
    align-items:center !important;
  }

  .product-page-retail .retail-quantity,
  .product-page-retail .quantity-box,
  .product-page-retail .quantity-selector{
    width:96px !important;
    max-width:96px !important;
    min-width:96px !important;
    height:38px !important;
    min-height:38px !important;
    border-radius:0 !important;
  }

  .product-page-retail .retail-quantity button,
  .product-page-retail .quantity-box button,
  .product-page-retail .quantity-selector button,
  .product-page-retail .retail-quantity .qty-btn,
  .product-page-retail .retail-quantity .minus,
  .product-page-retail .retail-quantity .plus{
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    height:36px !important;
    min-height:36px !important;
    font-size:14px !important;
    line-height:36px !important;
    padding:0 !important;
  }

  .product-page-retail .retail-quantity input,
  .product-page-retail .quantity-box input,
  .product-page-retail .quantity-selector input{
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    font-size:13px !important;
    line-height:36px !important;
    padding:0 !important;
    text-align:center !important;
  }

  .product-page-retail #product-add-btn,
  .product-page-retail .retail-add-btn,
  .product-page-retail .add-to-cart,
  .product-page-retail .add-to-bag{
    width:248px !important;
    max-width:248px !important;
    height:38px !important;
    min-height:38px !important;
    padding:0 14px !important;
    font-size:10px !important;
    letter-spacing:.05em !important;
    line-height:38px !important;
  }

  .product-page-retail #product-buy-now-btn,
  .product-page-retail .retail-buy-now,
  .product-page-retail .buy-now{
    display:block !important;
    width:354px !important;
    max-width:354px !important;
    height:40px !important;
    min-height:40px !important;
    margin-top:9px !important;
    padding:0 14px !important;
    font-size:10px !important;
    letter-spacing:.06em !important;
    line-height:40px !important;
  }

  .product-page-retail .product-retail-total,
  .product-page-retail .retail-trust{
    width:354px !important;
    max-width:354px !important;
  }
}

@media (max-width:820px){
  .product-page-retail .product-retail-buy-row{
    grid-template-columns:92px minmax(0,1fr) !important;
    gap:8px !important;
  }
  .product-page-retail .retail-quantity,
  .product-page-retail .quantity-box,
  .product-page-retail .quantity-selector{
    width:92px !important;
    max-width:92px !important;
    height:40px !important;
    min-height:40px !important;
  }
  .product-page-retail .retail-quantity button,
  .product-page-retail .quantity-box button,
  .product-page-retail .quantity-selector button,
  .product-page-retail .retail-quantity .qty-btn,
  .product-page-retail .retail-quantity .minus,
  .product-page-retail .retail-quantity .plus{
    width:29px !important;
    min-width:29px !important;
    height:38px !important;
    min-height:38px !important;
    font-size:14px !important;
    padding:0 !important;
  }
  .product-page-retail .retail-quantity input,
  .product-page-retail .quantity-box input,
  .product-page-retail .quantity-selector input{
    width:34px !important;
    min-width:34px !important;
    height:38px !important;
    min-height:38px !important;
    font-size:13px !important;
    padding:0 !important;
  }
  .product-page-retail .retail-add-btn,
  .product-page-retail #product-add-btn{height:40px !important; font-size:10px !important;}
  .product-page-retail .retail-buy-now,
  .product-page-retail #product-buy-now-btn{height:42px !important; font-size:10px !important;}
}

/* S'cento card images and related cards — cleaner and more consistent */
.shop-shell .product-card-v112[data-collection="scento"] .product-img,
#related-brand-products .product-card[data-collection="scento"] .product-img,
#recommended-products .product-card[data-collection="scento"] .product-img{
  background:#fbfaf7 !important;
  aspect-ratio:4 / 5 !important;
  overflow:hidden !important;
}

.shop-shell .product-card-v112[data-collection="scento"] .product-card-image,
#related-brand-products .product-card[data-collection="scento"] .product-card-image,
#recommended-products .product-card[data-collection="scento"] .product-card-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  filter: contrast(1.02) saturate(1.02) !important;
  transform:none !important;
}

#related-brand-products .product-card,
#recommended-products .product-card{
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  break-inside:avoid !important;
  page-break-inside:avoid !important;
}

#related-brand-products .product-card-link,
#recommended-products .product-card-link{
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
}

#related-brand-products .product-card-info,
#recommended-products .product-card-info{
  min-height:88px !important;
}

#related-brand-products .product-card-bottom,
#recommended-products .product-card-bottom{
  margin-top:auto !important;
}

#related-brand-products .mini-btn,
#recommended-products .mini-btn{
  min-height:30px !important;
  padding:6px 10px !important;
  font-size:9px !important;
}


/* ============================================================
   v17.7.3 — A+ generated card library
   ============================================================ */
.shop-shell .product-card-v112[data-collection="aplus"] .product-img,
#related-brand-products .product-card[data-collection="aplus"] .product-img,
#recommended-products .product-card[data-collection="aplus"] .product-img{
  aspect-ratio:4 / 5!important;
  height:auto!important;
  background:#ffffff!important;
  overflow:hidden!important;
}

.shop-shell .product-card-v112[data-collection="aplus"] .product-card-image,
#related-brand-products .product-card[data-collection="aplus"] .product-card-image,
#recommended-products .product-card[data-collection="aplus"] .product-card-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
  filter:contrast(1.02) saturate(1.02)!important;
}


/* v17.8 luxury size variants */
.product-size-choice{margin:19px 0 18px}.product-size-choice>label{display:block;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px}.variant-size-buttons{display:flex;flex-wrap:wrap;gap:9px}.variant-size-btn{position:relative;min-width:76px;height:42px;padding:0 15px;border:1px solid #cfc5b7;background:#fff;color:#201c18;border-radius:3px;font:600 11px/1 Montserrat,sans-serif;cursor:pointer}.variant-size-btn:hover:not(:disabled){border-color:#a8874f}.variant-size-btn.active{background:#1d1a17;color:#fff;border-color:#1d1a17;box-shadow:0 4px 14px rgba(0,0,0,.1)}.variant-size-btn:disabled{cursor:not-allowed;color:#aaa39a;border-color:#e2ddd5;background:#f7f5f2;text-decoration:line-through}.variant-size-hint{display:block;margin-top:8px;font-size:10px;color:#8a8177}.price-from-label{font-size:9px;font-weight:500;color:#807668;margin-right:4px}.cart-variant-size{font-weight:600;color:#2d2823}


/* OBSESSION_V17_9_1_TYPOGRAPHY_POLISH */
:root{
  --obs-body-font:Montserrat,"Segoe UI",Arial,sans-serif;
  --obs-display-font:"Cormorant Garamond",Georgia,serif;
}
body{
  font-family:var(--obs-body-font)!important;
  font-size:14px!important;
  line-height:1.55!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.navlinks{font-size:12.5px!important;font-weight:500!important;letter-spacing:.01em!important}
.dropmenu a{font-size:11.5px!important;line-height:1.45!important}

.product-page-retail .product-retail-detail{
  font-family:var(--obs-body-font)!important;
  color:#211b16!important;
}
.product-page-retail .product-retail-detail h1{
  font-family:var(--obs-display-font)!important;
  font-size:clamp(40px,4vw,55px)!important;
  line-height:.98!important;
  font-weight:600!important;
  letter-spacing:-.018em!important;
  margin-bottom:14px!important;
}
.product-page-retail .product-retail-price,
.product-page-retail .price,
.product-page-retail #product-price{
  font-family:var(--obs-display-font)!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:0!important;
}
.product-page-retail .product-description,
.product-page-retail .product-retail-description,
.product-page-retail #product-description{
  font-size:12.5px!important;
  line-height:1.8!important;
  font-weight:400!important;
  color:#675f57!important;
}
.product-page-retail .breadcrumbs,
.product-page-retail .product-breadcrumb,
.product-page-retail .product-collection-label{
  font-size:10.5px!important;
  line-height:1.4!important;
  letter-spacing:.025em!important;
  color:#81776b!important;
}
.product-page-retail .kicker,
.product-page-retail .eyebrow,
.product-page-retail .section-kicker,
.product-page-retail .heading .kicker{
  font-family:var(--obs-body-font)!important;
  font-size:9.5px!important;
  font-weight:600!important;
  letter-spacing:.15em!important;
  line-height:1.45!important;
  color:#ac8137!important;
}

/* Inspired By: label and brand are intentionally separated */
#meta-inspired-by-wrap{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:5px!important;
  width:100%!important;
  margin:4px 0 0!important;
  padding:12px 0 14px!important;
  border-bottom:1px solid #e7e2da!important;
  line-height:1.2!important;
}
#meta-inspired-by-wrap b{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-family:var(--obs-body-font)!important;
  font-size:9px!important;
  line-height:1.35!important;
  font-weight:600!important;
  letter-spacing:.15em!important;
  color:#aa7d31!important;
  text-transform:uppercase!important;
}
#meta-inspired-by-wrap #meta-inspired-by{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-family:var(--obs-display-font)!important;
  font-size:19px!important;
  line-height:1.1!important;
  font-weight:600!important;
  letter-spacing:0!important;
  color:#211b16!important;
}

.product-page-retail .size-label,
.product-page-retail .product-size-label,
.product-page-retail label[for*="size"]{
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.10em!important;
}
.product-page-retail .product-size-hint,
.product-page-retail .size-hint,
.product-page-retail .variant-hint{
  font-size:11px!important;
  line-height:1.5!important;
  color:#81786e!important;
}
.product-page-retail .size-option,
.product-page-retail .variant-size-btn,
.product-page-retail .product-size-btn{
  font-size:11px!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
.product-page-retail .retail-add-btn,
.product-page-retail .retail-buy-now,
.product-page-retail #product-add-btn,
.product-page-retail #product-buy-now-btn{
  font-family:var(--obs-body-font)!important;
  font-size:10.5px!important;
  font-weight:600!important;
  letter-spacing:.055em!important;
}
.product-page-retail .retail-trust{
  font-size:10.5px!important;
  line-height:1.55!important;
  color:#6e655c!important;
}
.product-page-retail .product-retail-total{
  font-size:10px!important;
  letter-spacing:.055em!important;
}
.product-page-retail .product-retail-total strong{
  font-family:var(--obs-display-font)!important;
  font-size:24px!important;
}
.product-page-retail .accordion button{
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:600!important;
  letter-spacing:0!important;
  padding:15px 0!important;
}
.product-page-retail .accordion-content{
  font-size:12.5px!important;
  line-height:1.8!important;
  color:#675f57!important;
}
.product-card-v112 .product-card-title,
#related-brand-products .product-card-title,
#recommended-products .product-card-title{
  font-size:13.5px!important;
  line-height:1.45!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
.product-card-v112 .product-card-meta,
.product-card-v112 .product-card-details,
#related-brand-products .product-card-meta,
#recommended-products .product-card-meta{
  font-size:10.5px!important;
  line-height:1.5!important;
}
.product-card-v112 .product-card-price,
#related-brand-products .product-card-price,
#recommended-products .product-card-price{
  font-family:var(--obs-display-font)!important;
  font-size:16px!important;
  font-weight:600!important;
}
.heading h2,
.customer-reviews h2,
.review-section .heading h2,
.reviews-section .heading h2{
  font-family:var(--obs-display-font)!important;
  letter-spacing:-.015em!important;
}
.heading>p,
.review-section,
.reviews-section,
.customer-reviews{
  font-size:12.5px!important;
  line-height:1.65!important;
}
html[dir="rtl"] body{
  font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif!important;
  line-height:1.75!important;
}
html[dir="rtl"] #meta-inspired-by-wrap b{
  font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif!important;
  font-size:10px!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
html[dir="rtl"] #meta-inspired-by-wrap #meta-inspired-by{
  font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.6!important;
  letter-spacing:0!important;
}
html[dir="rtl"] .kicker,
html[dir="rtl"] .eyebrow,
html[dir="rtl"] .section-kicker{
  letter-spacing:0!important;
}
@media(max-width:620px){
  .product-page-retail .product-retail-detail h1{
    font-size:38px!important;
    line-height:1.02!important;
  }
  #meta-inspired-by-wrap #meta-inspired-by{font-size:18px!important}
}

/* OBSESSION_V17_12_SIGNATURE_OILS_POLISH */

.signature-oils-section{
  padding:64px 0!important;
}
.signature-oils-shell{
  grid-template-columns:minmax(250px,.58fr) minmax(0,1.42fr)!important;
  gap:38px!important;
  align-items:center!important;
}
.signature-oils-copy{
  max-width:410px!important;
}
.signature-oils-copy .kicker{
  margin-bottom:9px!important;
  font-size:10px!important;
  letter-spacing:.20em!important;
}
.signature-oils-copy h2{
  font-size:clamp(42px,4.15vw,60px)!important;
  line-height:.98!important;
  margin:8px 0 16px!important;
  max-width:390px!important;
}
.signature-oils-copy p{
  max-width:390px!important;
  font-size:13px!important;
  line-height:1.72!important;
  margin-bottom:0!important;
}
.signature-pills{
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  margin:18px 0 22px!important;
}
.signature-pills span{
  border:0!important;
  padding:0!important;
  background:transparent!important;
  color:#d9b36d!important;
  font-size:9px!important;
  letter-spacing:.14em!important;
}
.signature-pills span + span:before{
  content:"•";
  display:inline-block;
  margin:0 10px;
  color:rgba(217,179,109,.55);
}
.signature-oils-copy > .btn.gold{
  min-height:40px!important;
  padding:10px 18px!important;
  font-size:10px!important;
  letter-spacing:.04em!important;
}
.signature-oils-products{
  gap:14px!important;
  align-items:stretch!important;
}
.signature-oils-products .product-card-v112{
  min-height:0!important;
  box-shadow:0 14px 35px rgba(0,0,0,.12)!important;
}
.signature-oils-products .product-card-v112:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.17)!important;
}
.signature-oils-products .product-card-v112 .product-img{
  height:310px!important;
  min-height:310px!important;
  max-height:310px!important;
  aspect-ratio:auto!important;
  background:#f7f4ef!important;
}
.signature-oils-products .product-card-v112 .product-card-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.signature-oils-products .product-card-v112 .badge{
  top:12px!important;
  left:12px!important;
  padding:7px 10px!important;
  font-size:8px!important;
  letter-spacing:.13em!important;
}
.signature-oils-products .product-card-v112 .product-card-info{
  min-height:92px!important;
  padding:13px 14px 10px!important;
}
.signature-oils-products .product-card-v112 .product-card-title{
  min-height:24px!important;
  max-height:42px!important;
  font-size:17px!important;
  line-height:1.18!important;
  margin-bottom:5px!important;
}
.signature-oils-products .product-card-v112 .product-card-meta{
  min-height:14px!important;
  font-size:9px!important;
}
.signature-oils-products .product-card-v112 .product-card-stock{
  margin-top:6px!important;
  font-size:8px!important;
}
.signature-oils-products .product-card-v112 .product-card-bottom{
  min-height:56px!important;
  padding:9px 14px!important;
  gap:10px!important;
}
.signature-oils-products .product-card-v112 .product-card-price{
  font-size:18px!important;
}
.signature-oils-products .product-card-v112 .product-card-add{
  min-height:34px!important;
  padding:8px 12px!important;
  font-size:8px!important;
  white-space:nowrap!important;
}
.header .lang-switch{
  min-height:40px!important;
  padding:0 11px!important;
}
.header .lang-switch .lang-btn{
  font-size:10px!important;
  padding:6px 4px!important;
}
.header .icon-btn{
  min-height:40px!important;
  padding:7px 11px!important;
  font-size:10px!important;
}
.header .cart-count{
  min-width:20px!important;
  height:20px!important;
  line-height:20px!important;
  font-size:9px!important;
}
html[dir="rtl"] .signature-oils-copy h2{
  font-size:clamp(31px,3.3vw,44px)!important;
  line-height:1.42!important;
}
html[dir="rtl"] .signature-oils-products .product-card-v112 .product-card-title{
  font-size:13px!important;
  line-height:1.55!important;
  min-height:24px!important;
}
@media(max-width:1180px){
  .signature-oils-shell{
    grid-template-columns:minmax(230px,.7fr) minmax(0,1.3fr)!important;
    gap:28px!important;
  }
  .signature-oils-products .product-card-v112 .product-img{
    height:280px!important;
    min-height:280px!important;
    max-height:280px!important;
  }
}
@media(max-width:900px){
  .signature-oils-section{
    padding:52px 0!important;
  }
  .signature-oils-shell{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .signature-oils-copy{
    max-width:620px!important;
  }
  .signature-oils-copy h2,
  .signature-oils-copy p{
    max-width:620px!important;
  }
  .signature-oils-products{
    max-width:none!important;
  }
}
@media(max-width:620px){
  .signature-oils-section{
    padding:44px 0!important;
  }
  .signature-oils-copy h2{
    font-size:39px!important;
  }
  .signature-oils-products{
    gap:9px!important;
  }
  .signature-oils-products .product-card-v112 .product-img{
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
  }
  .signature-oils-products .product-card-v112 .product-card-info{
    min-height:82px!important;
    padding:10px!important;
  }
  .signature-oils-products .product-card-v112 .product-card-title{
    font-size:15px!important;
  }
  .signature-oils-products .product-card-v112 .product-card-bottom{
    min-height:52px!important;
    padding:8px 10px!important;
    flex-direction:row!important;
    align-items:center!important;
  }
  .signature-oils-products .product-card-v112 .product-card-add{
    padding:7px 9px!important;
  }
}
@media(max-width:430px){
  .signature-oils-products{
    grid-template-columns:1fr 1fr!important;
  }
  .signature-oils-products .product-card-v112 .product-img{
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
  }
  .signature-oils-products .product-card-v112 .product-card-meta{
    white-space:normal!important;
  }
  .signature-oils-products .product-card-v112 .product-card-bottom{
    gap:5px!important;
  }
  .signature-oils-products .product-card-v112 .product-card-price{
    font-size:16px!important;
  }
  .signature-oils-products .product-card-v112 .product-card-add{
    font-size:7px!important;
    padding:7px!important;
  }
}

/* OBSESSION V20 — Scent Concierge */
.product-card-brand{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#9c783e;margin:0 0 7px;font-weight:600}.concierge-page{background:#f8f4ed}.concierge-hero{background:radial-gradient(circle at 78% 22%,rgba(199,158,88,.22),transparent 28%),linear-gradient(112deg,#100d0a 0%,#221a12 55%,#4a3520 100%);color:#fff;border-bottom:1px solid rgba(213,176,112,.28)}.concierge-hero-inner{min-height:500px;display:flex;align-items:center;justify-content:space-between;gap:60px;padding-top:70px;padding-bottom:70px}.concierge-hero-copy{max-width:750px}.concierge-eyebrow{font-size:9px;letter-spacing:.28em;color:#dab775;margin-bottom:22px}.concierge-hero h1{font:600 clamp(52px,7vw,86px)/.95 "Cormorant Garamond",serif;letter-spacing:-.025em;margin:0 0 22px}.concierge-hero p{font-size:13px;line-height:1.9;color:#d9d0c4;max-width:700px}.concierge-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px;border-top:1px solid rgba(255,255,255,.14);padding-top:20px}.concierge-trust span{font-size:9px;color:#c49b5d;display:flex;gap:9px}.concierge-trust b{color:#e5ddd2;font-weight:500}.concierge-seal{width:240px;height:240px;border:1px solid rgba(219,185,125,.55);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 0 12px rgba(255,255,255,.025),inset 0 0 50px rgba(217,174,97,.08);flex:none}.concierge-seal span{font-size:8px;letter-spacing:.3em;color:#d9b36f}.concierge-seal b{font:600 34px/1 "Cormorant Garamond",serif;margin:12px 0}.concierge-seal small{font-size:7px;letter-spacing:.18em;color:#aaa095}.finder-shell-v20{max-width:1120px}.finder-progress-head{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8a7760}.finder-progress-head b{font-size:10px;color:#3f3328}.finder-card-v20{padding:50px 54px;min-height:560px;position:relative;overflow:hidden}.finder-card-v20:before{content:"";position:absolute;right:-130px;top:-130px;width:330px;height:330px;border:1px solid #eee3d4;border-radius:50%;pointer-events:none}.finder-step{position:relative;z-index:1}.finder-step h2{max-width:780px}.finder-vibe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:34px 0}.finder-vibe{min-height:185px;border:1px solid #d9cbb6;background:linear-gradient(145deg,#fff,#f9f4eb);padding:22px;text-align:left;display:flex;flex-direction:column;cursor:pointer;transition:.22s;color:#2e261e}.finder-vibe i{font:normal 9px/1 Montserrat,sans-serif;color:#ad8240;letter-spacing:.1em}.finder-vibe strong{font:600 27px/1.05 "Cormorant Garamond",serif;margin:auto 0 9px}.finder-vibe small{font-size:9px;color:#857664}.finder-vibe:hover,.finder-vibe.active{transform:translateY(-3px);border-color:#a87b39;box-shadow:0 18px 34px rgba(67,48,24,.09)}.finder-vibe.active{background:#18130f;color:#fff}.finder-vibe.active small{color:#cfc2b2}.finder-actions{display:flex;justify-content:space-between;gap:12px;margin-top:32px}.finder-actions.end{justify-content:flex-end}.finder-choice-block{margin:25px 0 12px}.finder-choice-block>b{display:block;font-size:9px;letter-spacing:.18em;color:#99713a}.finder-choice-block.avoid>b{color:#86665e}.finder-choice-block.avoid .finder-chips button.active{background:#5e4740;border-color:#5e4740}.finder-two-col-v20{margin-top:28px}.finder-field-note{display:block;font-size:8px;line-height:1.5;color:#918576;margin-top:6px}.finder-free-v20 textarea{min-height:155px;font-size:13px;line-height:1.7}.finder-examples{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.finder-examples button{border:1px solid #ded4c5;background:#fff;padding:7px 10px;border-radius:999px;font-size:9px;cursor:pointer}.concierge-final-box{margin-top:24px;border:1px solid #d9c8aa;background:#f5edde;padding:18px 20px}.concierge-final-box>span{font-size:8px;letter-spacing:.17em;color:#9d7438}.concierge-final-box p{margin:7px 0 0;font-size:11px;line-height:1.65;color:#6e6154}.finder-results-v20{padding-top:82px}.finder-results-v20 .heading{border-left:2px solid #b68b49;padding-left:18px}.finder-result-card.best:before{content:"OBSESSION · #1";position:absolute;top:0;left:52px;z-index:4;background:#b78b46;color:#fff;padding:7px 10px;font-size:7px;letter-spacing:.12em}.finder-step[hidden]{display:none!important}html[dir="rtl"] .concierge-hero h1,html[dir="rtl"] .finder-vibe strong{font-family:"Noto Kufi Arabic",Tahoma,Arial,sans-serif;line-height:1.5}html[dir="rtl"] .finder-vibe{text-align:right}html[dir="rtl"] .finder-results-v20 .heading{border-left:0;border-right:2px solid #b68b49;padding-left:0;padding-right:18px}
@media(max-width:900px){.concierge-hero-inner{min-height:auto}.concierge-seal{width:180px;height:180px}.finder-vibe-grid{grid-template-columns:repeat(2,1fr)}.finder-card-v20{padding:38px 28px}.concierge-trust{grid-template-columns:1fr}}
@media(max-width:650px){.concierge-hero-inner{flex-direction:column;align-items:flex-start;padding-top:52px;padding-bottom:52px}.concierge-hero h1{font-size:50px}.concierge-seal{display:none}.finder-vibe-grid{grid-template-columns:1fr 1fr}.finder-vibe{min-height:150px;padding:16px}.finder-vibe strong{font-size:23px}.finder-card-v20{padding:30px 17px}.finder-actions{flex-wrap:wrap}.finder-actions .btn{flex:1}.finder-examples{display:grid}.concierge-trust{margin-top:28px}}

/* OBSESSION_V24_2_CORE_CARD_FIX_START */
/* ============================================================
   OBSESSION V24.2 — CORE CARD FIX
   Direct fix for current product-card rules.
   ============================================================ */

/* ORIGINAL PERFUMES — override old contain + padding rules */
.product-card-v112.catalog-card-clean[data-collection="original"] .product-img,
.product-card.obs-variant-card[data-collection="original"] .product-img{
  overflow:hidden!important;
  padding:6px!important;
  background:#f7f3ed!important;
}

.product-card-v112.catalog-card-clean[data-collection="original"] .product-card-image,
.product-card.obs-variant-card[data-collection="original"] .product-card-image{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  transform:scale(1.055)!important;
  transform-origin:center center!important;
}

@media (hover:hover){
  .product-card-v112.catalog-card-clean[data-collection="original"]:hover .product-card-image,
  .product-card.obs-variant-card[data-collection="original"]:hover .product-card-image{
    transform:scale(1.075)!important;
  }
}

.product-card-v112.catalog-card-clean[data-collection="original"] .obs-card-price,
.product-card.obs-variant-card[data-collection="original"] .obs-card-price{
  align-items:baseline!important;
  gap:5px 10px!important;
}

.product-card-v112.catalog-card-clean[data-collection="original"] .obs-card-current,
.product-card.obs-variant-card[data-collection="original"] .obs-card-current{
  color:#201914!important;
  font-size:19px!important;
  font-weight:900!important;
  line-height:1!important;
}

.product-card-v112.catalog-card-clean[data-collection="original"] .obs-card-compare,
.product-card.obs-variant-card[data-collection="original"] .obs-card-compare{
  display:inline!important;
  visibility:visible!important;
  opacity:1!important;
  color:#74685d!important;
  font-size:13.5px!important;
  font-weight:700!important;
  line-height:1!important;
  text-decoration-line:line-through!important;
  text-decoration-thickness:1.7px!important;
  text-decoration-color:#827468!important;
}

.product-card-v112.catalog-card-clean[data-collection="original"] .obs-card-sale-ribbon,
.product-card.obs-variant-card[data-collection="original"] .obs-card-sale-ribbon{
  font-size:12px!important;
  font-weight:900!important;
}

/* S'CENTO — original image only; no overlay text */
.product-card-v112.catalog-card-clean[data-collection="scento"] .product-img,
.product-card.obs-variant-card[data-collection="scento"] .product-img{
  overflow:hidden!important;
  padding:0!important;
  background:#f4eee4!important;
}

.product-card-v112.catalog-card-clean[data-collection="scento"] .product-card-image,
.product-card.obs-variant-card[data-collection="scento"] .product-card-image{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
}

.product-card[data-collection="scento"] .obs-card-collection-chip,
.product-card[data-collection="scento"] [class*="collection-chip"]{
  display:none!important;
}

@media(max-width:760px){
  .product-card-v112.catalog-card-clean[data-collection="original"] .obs-card-current,
  .product-card.obs-variant-card[data-collection="original"] .obs-card-current{
    font-size:18px!important;
  }
  .product-card-v112.catalog-card-clean[data-collection="original"] .obs-card-compare,
  .product-card.obs-variant-card[data-collection="original"] .obs-card-compare{
    font-size:12.5px!important;
  }
}
/* OBSESSION_V24_2_CORE_CARD_FIX_END */
/* OBSESSION_V24_5_LIVE_SEARCH_START */

.obs-header-search-btn{
  appearance:none;
  border:0;
  background:transparent;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px;
  color:inherit;
}

.obs-header-search-btn svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
}

body.obs-search-open{
  overflow:hidden;
}

.obs-search-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding:88px 18px 24px;
  background:rgba(18,14,11,.48);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,visibility .18s ease;
}

.obs-search-overlay.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.obs-search-panel{
  width:min(760px,100%);
  max-height:min(720px,calc(100vh - 116px));
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid #e8dfd4;
  box-shadow:0 24px 70px rgba(28,19,11,.22);
  transform:translateY(-10px);
  transition:transform .2s ease;
}

.obs-search-overlay.open .obs-search-panel{
  transform:translateY(0);
}

.obs-search-top{
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px;
  border-bottom:1px solid #ece4da;
  background:#fffdfa;
}

.obs-search-input-wrap{
  flex:1;
  min-width:0;
  height:52px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:0 13px;
  border:1px solid #d9ccbd;
  background:#fff;
}

.obs-search-input-wrap:focus-within{
  border-color:#9c7745;
  box-shadow:0 0 0 2px rgba(156,119,69,.08);
}

.obs-search-input-wrap svg{
  width:20px;
  height:20px;
  flex:0 0 auto;
  fill:none;
  stroke:#6e6257;
  stroke-width:1.8;
  stroke-linecap:round;
}

#obs-live-search-input{
  flex:1;
  min-width:0;
  height:100%;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#241e18;
  font:500 14px/1.2 Montserrat,sans-serif;
}

html[dir="rtl"] #obs-live-search-input{
  font-family:"Noto Kufi Arabic",Montserrat,sans-serif;
}

#obs-live-search-input::placeholder{
  color:#9b9084;
}

#obs-search-clear{
  display:none;
  width:28px;
  height:28px;
  border:0;
  background:#f3eee7;
  color:#75695d;
  border-radius:50%;
  cursor:pointer;
  font-size:18px;
  line-height:1;
}

#obs-search-clear.show{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.obs-search-close{
  width:44px;
  height:44px;
  flex:0 0 auto;
  border:0;
  background:transparent;
  color:#2f2923;
  cursor:pointer;
  font-size:29px;
  font-weight:300;
  line-height:1;
}

.obs-search-body{
  overflow:auto;
  overscroll-behavior:contain;
  background:#fff;
}

.obs-search-hint{
  padding:38px 24px 42px;
  text-align:center;
  color:#8a7f74;
  font-size:13px;
}

.obs-search-results{
  display:flex;
  flex-direction:column;
}

.obs-search-result{
  display:grid;
  grid-template-columns:84px minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  min-height:104px;
  padding:10px 16px;
  border-bottom:1px solid #eee7de;
  color:inherit;
  text-decoration:none;
  background:#fff;
  transition:background .14s ease;
}

.obs-search-result:hover{
  background:#fbf7f1;
}

.obs-search-thumb{
  width:84px;
  height:84px;
  overflow:hidden;
  background:#f5f0e9;
  border:1px solid #ece3d8;
}

.obs-search-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.obs-search-placeholder{
  width:100%;
  height:100%;
  place-items:center;
  font:600 28px/1 "Cormorant Garamond",serif;
  color:#b08b55;
}

.obs-search-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.obs-search-brand{
  margin-bottom:4px;
  color:#9a7040;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

html[dir="rtl"] .obs-search-brand{
  letter-spacing:0;
}

.obs-search-copy strong{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#251f19;
  font-family:"Cormorant Garamond",serif;
  font-size:20px;
  line-height:1.12;
  font-weight:600;
}

html[dir="rtl"] .obs-search-copy strong{
  font-family:"Noto Kufi Arabic",Montserrat,sans-serif;
  font-size:15px;
  line-height:1.55;
}

.obs-search-copy small{
  max-width:100%;
  margin-top:5px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#8a8075;
  font-size:10px;
}

.obs-search-copy em{
  margin-top:7px;
  color:#56804f;
  font-size:9px;
  font-style:normal;
  font-weight:700;
  text-transform:uppercase;
}

.obs-search-copy em.out{
  color:#9c6d6d;
}

.obs-search-price{
  padding-left:10px;
  color:#211a15;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}

html[dir="rtl"] .obs-search-price{
  padding-left:0;
  padding-right:10px;
}

.obs-search-empty{
  padding:52px 24px;
  display:flex;
  flex-direction:column;
  gap:7px;
  align-items:center;
  text-align:center;
}

.obs-search-empty strong{
  color:#2b241e;
  font-size:17px;
}

.obs-search-empty span{
  color:#8d8277;
  font-size:12px;
}

/* MOBILE */
@media(max-width:700px){
  .obs-search-overlay{
    padding:0;
    align-items:stretch;
    background:#fff;
  }

  .obs-search-panel{
    width:100%;
    height:100dvh;
    max-height:none;
    border:0;
    box-shadow:none;
    transform:none;
  }

  .obs-search-top{
    position:sticky;
    top:0;
    z-index:2;
    padding:11px 10px;
  }

  .obs-search-input-wrap{
    height:48px;
  }

  .obs-search-close{
    width:38px;
    height:38px;
  }

  .obs-search-result{
    grid-template-columns:72px minmax(0,1fr) auto;
    gap:11px;
    min-height:92px;
    padding:10px 11px;
  }

  .obs-search-thumb{
    width:72px;
    height:72px;
  }

  .obs-search-copy strong{
    font-size:17px;
  }

  html[dir="rtl"] .obs-search-copy strong{
    font-size:14px;
  }

  .obs-search-copy small{
    font-size:9px;
  }

  .obs-search-price{
    padding-left:5px;
    font-size:12px;
  }

  html[dir="rtl"] .obs-search-price{
    padding-left:0;
    padding-right:5px;
  }
}

/* Very narrow phones: price moves under name area. */
@media(max-width:380px){
  .obs-search-result{
    grid-template-columns:64px minmax(0,1fr);
  }

  .obs-search-thumb{
    width:64px;
    height:64px;
  }

  .obs-search-price{
    grid-column:2;
    padding:0!important;
    margin-top:-4px;
  }
}

/* OBSESSION_V24_5_LIVE_SEARCH_END */

/* OBSESSION_V24_4_GRID_OILS_FIX_START */

/* ============================================================
   CATALOG GRID
   Desktop = 3 cards
   Tablet  = 2 cards
   Mobile  = 2 cards
   ============================================================ */

@media (min-width: 1100px){
  #product-grid.product-grid,
  #product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
  }
}

@media (min-width: 700px) and (max-width:1099px){
  #product-grid.product-grid,
  #product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:20px!important;
  }
}

@media (max-width:699px){
  #product-grid.product-grid,
  #product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  #product-grid .product-card{
    min-width:0!important;
    width:100%!important;
  }

  #product-grid .product-img{
    min-height:0!important;
    padding:5px!important;
  }

  #product-grid .product-card-info{
    padding:11px 9px 8px!important;
  }

  #product-grid .product-card-title{
    font-size:14px!important;
    line-height:1.28!important;
    margin-bottom:6px!important;
  }

  #product-grid .product-card-brand,
  #product-grid [class*="card-brand"]{
    font-size:8px!important;
    margin-bottom:5px!important;
  }

  #product-grid .product-card-meta{
    font-size:9px!important;
    line-height:1.3!important;
    min-height:0!important;
    margin-bottom:7px!important;
  }

  #product-grid .product-card-stock{
    font-size:8px!important;
    gap:5px!important;
  }

  #product-grid .obs-card-variants{
    padding:0 9px 9px!important;
    gap:5px!important;
    min-height:0!important;
  }

  #product-grid .obs-card-variant{
    min-width:0!important;
    height:31px!important;
    padding:0 9px!important;
    font-size:9px!important;
    line-height:29px!important;
  }

  #product-grid .product-card-bottom{
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:10px 9px 10px!important;
  }

  #product-grid .obs-card-price,
  #product-grid .product-card-price{
    justify-content:flex-start!important;
  }

  #product-grid .obs-card-current{
    font-size:14px!important;
  }

  #product-grid .obs-card-compare{
    font-size:10px!important;
  }

  #product-grid .product-card-add{
    width:100%!important;
    min-width:0!important;
    height:34px!important;
    padding:0 8px!important;
    font-size:9px!important;
  }

  #product-grid .badge{
    top:10px!important;
    left:10px!important;
    min-height:27px!important;
    padding:6px 8px!important;
    font-size:8px!important;
  }

  html[dir="rtl"] #product-grid .badge{
    left:auto!important;
    right:10px!important;
  }

  #product-grid .obs-card-sale-ribbon{
    top:10px!important;
    right:10px!important;
    min-height:27px!important;
    padding:6px 8px!important;
    font-size:9px!important;
  }

  html[dir="rtl"] #product-grid .obs-card-sale-ribbon{
    right:auto!important;
    left:10px!important;
  }
}

/* Very narrow phones: preserve usability. */
@media (max-width:360px){
  #product-grid.product-grid,
  #product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }

  #product-grid .product-card-title{
    font-size:13px!important;
  }
}

/* ============================================================
   PERFUME OILS — same image issue as Original.
   Collection slug in the current site: perfume-oils
   ============================================================ */

.product-card-v112.catalog-card-clean[data-collection="perfume-oils"] .product-img,
.product-card.obs-variant-card[data-collection="perfume-oils"] .product-img,
.product-card[data-collection="perfume-oils"] .product-img{
  overflow:hidden!important;
  padding:6px!important;
  background:#f7f3ed!important;
}

.product-card-v112.catalog-card-clean[data-collection="perfume-oils"] .product-card-image,
.product-card.obs-variant-card[data-collection="perfume-oils"] .product-card-image,
.product-card[data-collection="perfume-oils"] .product-card-image{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  transform:scale(1.055)!important;
  transform-origin:center center!important;
}

@media (hover:hover){
  .product-card[data-collection="perfume-oils"]:hover .product-card-image{
    transform:scale(1.075)!important;
  }
}

/* Do not let the previous S'cento large-card patch force oversized cards. */
#product-grid.obs-scento-large-grid{
  grid-template-columns:inherit;
}

/* OBSESSION_V24_4_GRID_OILS_FIX_END */

/* OBSESSION_V24_6_BADGE_POLISH_START */

/* ============================================================
   PRODUCT CARD BADGES — DESKTOP / TABLET
   ============================================================ */

.product-card .badge,
.product-card .product-badge,
.product-card .new-badge,
.product-card .badge-new{
  position:absolute!important;
  top:14px!important;
  left:14px!important;
  right:auto!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  min-height:29px!important;
  height:29px!important;
  padding:0 11px!important;

  border:0!important;
  border-radius:0!important;

  background:#171411!important;
  color:#fff!important;

  box-shadow:0 6px 14px rgba(23,20,17,.13)!important;

  font-size:9px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

html[dir="rtl"] .product-card .badge,
html[dir="rtl"] .product-card .product-badge,
html[dir="rtl"] .product-card .new-badge,
html[dir="rtl"] .product-card .badge-new{
  left:auto!important;
  right:14px!important;
  letter-spacing:0!important;
}

/* Discount badge */
.product-card .obs-card-sale-ribbon,
.product-card .sale-ribbon,
.product-card .discount-badge,
.product-card .sale-badge,
.product-card .badge-sale{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  left:auto!important;

  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;

  min-height:30px!important;
  height:30px!important;
  padding:0 12px!important;

  border:0!important;
  border-radius:999px!important;

  background:linear-gradient(180deg,#8a2f3b 0%,#742632 100%)!important;
  color:#fff!important;

  box-shadow:0 7px 16px rgba(112,35,48,.16)!important;

  font-size:10.5px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}

.product-card .obs-card-sale-ribbon span,
.product-card .sale-ribbon span,
.product-card .discount-badge span,
.product-card .sale-badge span,
.product-card .badge-sale span{
  font-size:7px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.10em!important;
  opacity:.92!important;
}

html[dir="rtl"] .product-card .obs-card-sale-ribbon,
html[dir="rtl"] .product-card .sale-ribbon,
html[dir="rtl"] .product-card .discount-badge,
html[dir="rtl"] .product-card .sale-badge,
html[dir="rtl"] .product-card .badge-sale{
  right:auto!important;
  left:14px!important;
}

html[dir="rtl"] .product-card .obs-card-sale-ribbon span,
html[dir="rtl"] .product-card .sale-ribbon span,
html[dir="rtl"] .product-card .discount-badge span,
html[dir="rtl"] .product-card .sale-badge span,
html[dir="rtl"] .product-card .badge-sale span{
  letter-spacing:0!important;
}

/* If NEW and discount are both present, they should feel balanced. */
.product-card .product-img,
.product-card .product-image,
.product-card .product-media{
  position:relative;
}

/* ============================================================
   MOBILE — smaller so they don't dominate the bottle image
   ============================================================ */

@media (max-width:699px){

  .product-card .badge,
  .product-card .product-badge,
  .product-card .new-badge,
  .product-card .badge-new{
    top:8px!important;
    left:8px!important;

    min-height:24px!important;
    height:24px!important;
    padding:0 8px!important;

    font-size:7.5px!important;
    letter-spacing:.12em!important;

    box-shadow:0 4px 10px rgba(23,20,17,.10)!important;
  }

  html[dir="rtl"] .product-card .badge,
  html[dir="rtl"] .product-card .product-badge,
  html[dir="rtl"] .product-card .new-badge,
  html[dir="rtl"] .product-card .badge-new{
    left:auto!important;
    right:8px!important;
  }

  .product-card .obs-card-sale-ribbon,
  .product-card .sale-ribbon,
  .product-card .discount-badge,
  .product-card .sale-badge,
  .product-card .badge-sale{
    top:8px!important;
    right:8px!important;

    min-height:25px!important;
    height:25px!important;
    padding:0 8px!important;

    gap:3px!important;

    font-size:8.5px!important;

    box-shadow:0 4px 11px rgba(112,35,48,.12)!important;
  }

  .product-card .obs-card-sale-ribbon span,
  .product-card .sale-ribbon span,
  .product-card .discount-badge span,
  .product-card .sale-badge span,
  .product-card .badge-sale span{
    font-size:6px!important;
    letter-spacing:.07em!important;
  }

  html[dir="rtl"] .product-card .obs-card-sale-ribbon,
  html[dir="rtl"] .product-card .sale-ribbon,
  html[dir="rtl"] .product-card .discount-badge,
  html[dir="rtl"] .product-card .sale-badge,
  html[dir="rtl"] .product-card .badge-sale{
    right:auto!important;
    left:8px!important;
  }
}

/* Very narrow phones */
@media (max-width:380px){
  .product-card .badge,
  .product-card .product-badge,
  .product-card .new-badge,
  .product-card .badge-new{
    min-height:22px!important;
    height:22px!important;
    padding:0 7px!important;
    font-size:7px!important;
  }

  .product-card .obs-card-sale-ribbon,
  .product-card .sale-ribbon,
  .product-card .discount-badge,
  .product-card .sale-badge,
  .product-card .badge-sale{
    min-height:23px!important;
    height:23px!important;
    padding:0 7px!important;
    font-size:8px!important;
  }

  .product-card .obs-card-sale-ribbon span,
  .product-card .sale-ribbon span,
  .product-card .discount-badge span,
  .product-card .sale-badge span,
  .product-card .badge-sale span{
    font-size:5.5px!important;
  }
}

/* OBSESSION_V24_6_BADGE_POLISH_END */


/* OBSESSION SCENT AFFINITY COMPACT LUXURY V32.18.8.7 START */

#meta-inspired-by-wrap.obs-affinity-row.obs-affinity-luxury{
  position:relative!important;

  display:grid!important;
  grid-template-columns:4px minmax(0,1fr)!important;

  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;

  gap:0!important;
  align-items:stretch!important;

  margin:10px 0 4px!important;
  padding:0!important;

  border:1px solid rgba(171,133,54,.20)!important;
  border-radius:18px!important;

  background:
    linear-gradient(135deg,
      rgba(255,253,247,.98),
      rgba(250,247,239,.76)
    )!important;

  box-shadow:0 10px 28px rgba(31,24,14,.035)!important;
  overflow:hidden!important;

  flex-direction:initial!important;
}

/* slim gold rail */
#meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-accent{
  position:relative!important;
  display:block!important;

  grid-column:1!important;
  grid-row:1!important;

  width:4px!important;
  min-width:4px!important;
  height:100%!important;

  background:linear-gradient(
    180deg,
    #d4b66c,
    #aa7d31,
    #d6ba74
  )!important;
}

/* smaller decorative seal */
#meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-accent::before{
  content:""!important;

  position:absolute!important;
  top:18px!important;
  left:17px!important;

  width:38px!important;
  height:38px!important;

  border-radius:50%!important;
  border:1px solid rgba(171,133,54,.25)!important;

  background:
    radial-gradient(
      circle at center,
      rgba(190,151,67,.18) 0 5px,
      transparent 6px
    ),
    rgba(255,253,247,.94)!important;

  box-shadow:0 3px 12px rgba(59,44,18,.035)!important;
}

/* compact content */
#meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-copy{
  grid-column:2!important;
  grid-row:1!important;

  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;

  width:100%!important;
  min-width:0!important;
  max-width:none!important;

  min-height:132px!important;

  padding:22px 30px 22px 74px!important;
  box-sizing:border-box!important;
}

/* eyebrow */
#meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-eyebrow{
  display:block!important;

  width:100%!important;
  min-width:0!important;

  margin:0 0 4px!important;
  padding:0!important;

  font-size:12px!important;
  line-height:1.45!important;
}

/* subtitle */
#meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-sub{
  display:block!important;

  width:100%!important;

  margin:0 0 8px!important;
  padding:0!important;

  font-size:13px!important;
  line-height:1.5!important;

  opacity:.72!important;
}

/* reference fragrance name */
#meta-inspired-by-wrap.obs-affinity-luxury #meta-inspired-by.obs-affinity-name{
  display:block!important;

  width:100%!important;
  max-width:850px!important;
  min-width:0!important;

  margin:0!important;
  padding:0!important;

  font-size:22px!important;
  line-height:1.45!important;
  font-weight:700!important;

  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}

/* Arabic stays on the right, decoration stays elegantly on the left */
html[dir="rtl"] #meta-inspired-by-wrap.obs-affinity-luxury{
  direction:ltr!important;
}

html[dir="rtl"] #meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-copy{
  direction:rtl!important;
  text-align:right!important;
  align-items:flex-start!important;

  padding:22px 30px 22px 74px!important;
}

html[dir="rtl"] #meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-eyebrow,
html[dir="rtl"] #meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-sub,
html[dir="rtl"] #meta-inspired-by-wrap.obs-affinity-luxury #meta-inspired-by.obs-affinity-name{
  text-align:right!important;
  direction:rtl!important;
}

html[dir="rtl"] #meta-inspired-by-wrap.obs-affinity-luxury #meta-inspired-by.obs-affinity-name{
  font-size:21px!important;
  line-height:1.65!important;
}

@media(max-width:620px){

  #meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-copy{
    min-height:118px!important;
    padding:18px 18px 18px 54px!important;
  }

  #meta-inspired-by-wrap.obs-affinity-luxury .obs-affinity-accent::before{
    top:16px!important;
    left:12px!important;
    width:30px!important;
    height:30px!important;
  }

  #meta-inspired-by-wrap.obs-affinity-luxury #meta-inspired-by.obs-affinity-name{
    font-size:18px!important;
  }

  html[dir="rtl"] #meta-inspired-by-wrap.obs-affinity-luxury #meta-inspired-by.obs-affinity-name{
    font-size:18px!important;
  }
}

/* OBSESSION SCENT AFFINITY COMPACT LUXURY V32.18.8.7 END *
