﻿/* Final premium storefront tuning */
.story-strip{
  display:flex;
  justify-content:center;
  background:linear-gradient(180deg,#120f10,#191414 58%,#221819);
  border-top:1px solid rgba(105,105,105,.16);
  border-bottom:1px solid rgba(105,105,105,.24);
  padding:18px clamp(14px,4vw,56px) 15px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.story-track{justify-content:center;max-width:1120px;width:100%;gap:20px}
.story-item{min-width:82px;color:rgba(246,241,232,.88)}
.story-frame{
  width:72px;
  aspect-ratio:1/1;
  border-radius:50%;
  padding:3px;
  background:conic-gradient(from 210deg,#696969,#696969,#696969,#696969,#696969);
  box-shadow:0 10px 26px rgba(0,0,0,.28),0 0 0 1px rgba(246,241,232,.08);
}
.story-frame img{border-radius:50%;border:3px solid #171213;object-fit:cover}
.story-item strong{width:86px;color:rgba(246,241,232,.82);font-size:11px;font-weight:850}

.commerce-intro{
  grid-template-columns:minmax(260px,420px) minmax(260px,520px);
  gap:22px;
  padding:48px clamp(18px,5vw,72px) 8px;
}
.commerce-intro .eyebrow{margin-bottom:8px}
.commerce-intro h2{font-size:clamp(26px,3vw,42px);line-height:1.06}
.commerce-intro p{font-size:14px;line-height:1.65;max-width:520px}
.product-showcase{padding-top:30px}
.product-showcase .section-head{margin-bottom:20px;padding-bottom:12px}
.product-showcase .section-head .eyebrow{margin-bottom:7px}
.product-showcase .section-head h2{font-size:clamp(24px,3vw,38px)}

.product-track .product-card{
  border:1px solid rgba(105,105,105,.22);
  background:linear-gradient(180deg,#fff,#fbf8f2);
  box-shadow:0 16px 42px rgba(105,105,105,.10);
}
.product-track .product-info{padding:15px 16px 17px}
.product-track .product-info h3{font-size:13.5px;font-weight:750;color:#181512}
.product-track .price-row{
  display:grid;
  grid-template-columns:1fr;
  justify-items:center;
  gap:2px;
  margin:6px 0 13px;
}
.product-track .price-row del{
  order:0;
  font-size:14px;
  font-weight:750;
  color:#9c948b;
  text-decoration-thickness:1px;
}
.product-track .price-row strong{font-size:23px;line-height:1;color:#16110d;letter-spacing:0}
.product-track .btn.mini{
  min-height:42px;
  border-radius:999px;
  background:linear-gradient(135deg,#171311,#3f3428 52%,#151210);
  border:1px solid rgba(105,105,105,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 12px 26px rgba(105,105,105,.18);
  font-size:11px;
  font-weight:950;
  letter-spacing:.7px;
}
.product-track .btn.mini:hover{
  background:linear-gradient(135deg,#696969,#696969);
  color:#12100e;
  box-shadow:0 16px 32px rgba(105,105,105,.28);
}
.product-track .badge{background:linear-gradient(135deg,#f3dddd,#efd0d0);color:#8f3032;font-size:11px;font-weight:950}
.shipping-badge{background:linear-gradient(135deg,#24211e,#55504a);box-shadow:0 8px 18px rgba(0,0,0,.16)}

.review-showcase{
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at 12% 8%,rgba(105,105,105,.18),transparent 28%),linear-gradient(180deg,#f5f5f5 0,#eee3d2 52%,#f7f1e7 100%);
  border-top:1px solid rgba(105,105,105,.20);
  padding-top:48px;
}
.review-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(251,248,241,.95),transparent 13%,transparent 87%,rgba(251,248,241,.95));
  pointer-events:none;
  z-index:2;
}
.review-showcase .section-head{position:relative;z-index:3;max-width:900px;border-bottom-color:rgba(105,105,105,.28)}
.review-showcase .section-head h2{font-size:clamp(26px,3.2vw,42px)}
.review-marquee{position:relative;z-index:1;padding-top:8px}
.review-track{grid-auto-columns:calc((100% - 96px)/5);gap:24px;animation-duration:115s}
.review-card{
  position:relative;
  min-height:178px;
  padding:20px 19px 18px;
  border:1px solid rgba(105,105,105,.28);
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(251,247,239,.92));
  box-shadow:0 18px 46px rgba(44,29,14,.10);
  overflow:hidden;
}
.review-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--gold),#696969)}
.review-card::after{content:"”";position:absolute;right:14px;top:4px;font-family:Georgia,serif;font-size:58px;color:rgba(105,105,105,.16);line-height:1}
.stars{
  display:flex;
  gap:2px;
  margin-bottom:10px;
  color:#696969;
  font-size:14px;
  letter-spacing:1px;
  text-shadow:0 0 14px rgba(105,105,105,.28);
  animation:starPulse 2.8s ease-in-out infinite;
}
.review-card strong{margin-bottom:8px;font-size:14px;color:#1b1713}
.review-card p{
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:#5b5148;
  font-size:13.5px;
  line-height:1.58;
}
@keyframes starPulse{0%,100%{filter:saturate(1);opacity:.86}50%{filter:saturate(1.3);opacity:1}}

@media (max-width:1100px){
  .story-track{justify-content:flex-start}
  .review-track{grid-auto-columns:calc((100% - 48px)/3)}
}
@media (max-width:720px){
  .story-strip{justify-content:flex-start;padding:15px 14px 13px}
  .story-track{justify-content:flex-start;gap:15px}
  .story-frame{width:66px}
  .commerce-intro{padding:34px 18px 4px;gap:12px}
  .commerce-intro h2{font-size:28px}
  .product-showcase .section-head h2{font-size:28px}
  .review-track{grid-auto-columns:78vw;gap:16px;animation-duration:120s}
  .review-showcase::before{display:none}
  .review-card{min-height:166px}
}

/* Header, story modal, compact reviews and footer polish */
.header-top{
  background:linear-gradient(90deg,#070607,#171112 50%,#070607);
  border-bottom:1px solid rgba(105,105,105,.24);
}
.site-header{
  gap:18px;
  background:linear-gradient(90deg,rgba(7,7,8,.98),rgba(22,17,16,.97) 48%,rgba(8,8,9,.98));
  border-bottom:1px solid rgba(105,105,105,.30);
}
.brand-lockup{padding:6px 10px 6px 0}
.brand-mark{
  border-radius:14px;
  background:linear-gradient(135deg,#696969,#696969 50%,#696969);
}
.nav{
  gap:3px;
  padding:5px;
  border-color:rgba(105,105,105,.22);
  background:rgba(246,241,232,.065);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 34px rgba(0,0,0,.16);
}
.nav a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  color:rgba(246,241,232,.82);
  border:1px solid transparent;
}
.nav a:hover{
  color:#111;
  background:linear-gradient(135deg,#696969,#696969);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 10px 22px rgba(105,105,105,.20);
}
.header-search{
  border-color:rgba(105,105,105,.38);
  background:rgba(255,255,255,.09);
}
.header-search button{
  background:linear-gradient(135deg,#696969,#696969);
}
.header-icon-btn{
  border-color:rgba(105,105,105,.38);
  background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.035));
}
.header-icon-btn.whatsapp-link{
  background:linear-gradient(135deg,#1fbf63,#0b7e40);
}

.story-item{
  border:0;
  background:transparent;
  cursor:pointer;
  font:inherit;
  padding:0;
}
.story-item:hover .story-frame{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.34),0 0 0 1px rgba(246,241,232,.14)}
.story-frame{transition:transform .22s ease,box-shadow .22s ease}
.modal-open{overflow:hidden}
.story-modal[hidden]{display:none}
.story-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px}
.story-modal-backdrop{position:absolute;inset:0;background:rgba(5,5,6,.76);backdrop-filter:blur(12px)}
.story-modal-panel{
  position:relative;
  z-index:1;
  width:min(390px,calc(100vw - 36px));
  aspect-ratio:9/16;
  border-radius:18px;
  padding:10px;
  background:linear-gradient(145deg,#696969,#696969 44%,#696969);
  box-shadow:0 34px 100px rgba(0,0,0,.52);
}
.story-modal-link{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:12px;
  background:#111;
}
.story-modal-link img{width:100%;height:100%;object-fit:cover}
.story-modal-link::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.76))}
.story-modal-link span{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:1;
  color:#fff;
  font-weight:950;
  font-size:18px;
  line-height:1.2;
}
.story-modal-close{
  position:absolute;
  right:-12px;
  top:-12px;
  z-index:2;
  width:38px;
  height:38px;
  border:1px solid rgba(105,105,105,.55);
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

.review-showcase{padding:42px clamp(18px,5vw,72px) 60px}
.review-showcase .section-head{margin-bottom:16px;padding-bottom:12px}
.review-showcase .section-head h2{font-size:clamp(24px,2.7vw,36px)}
.review-marquee{padding:0}
.review-track{
  grid-auto-columns:210px;
  gap:14px;
  animation-duration:95s;
}
.review-card{
  min-height:118px;
  padding:14px 14px 13px 16px;
  border-radius:7px;
}
.review-card::after{font-size:34px;right:10px;top:4px}
.stars{font-size:11px;margin-bottom:6px}
.review-card strong{font-size:12.5px;margin-bottom:5px}
.review-card p{
  -webkit-line-clamp:3;
  font-size:12px;
  line-height:1.45;
}

.footer{
  position:relative;
  grid-template-columns:1.55fr .85fr 1fr .9fr;
  gap:34px;
  padding:62px clamp(18px,5vw,72px) 78px;
  background:
    radial-gradient(circle at 12% 0,rgba(105,105,105,.20),transparent 28%),
    linear-gradient(135deg,#070708,#171112 54%,#0b0b0d);
  border-top:1px solid rgba(105,105,105,.34);
  overflow:hidden;
}
.footer::before{content:"";position:absolute;left:clamp(18px,5vw,72px);right:clamp(18px,5vw,72px);top:0;height:1px;background:linear-gradient(90deg,transparent,#696969,transparent)}
.footer>div{position:relative;z-index:1}
.footer-brand{
  display:inline-flex!important;
  align-items:center;
  gap:4px;
  margin:0 0 16px!important;
  font-size:30px;
}
.footer p{font-size:14px;color:rgba(246,241,232,.70)}
.footer h3{
  margin:0 0 14px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1.8px;
  color:#696969;
}
.footer a,.footer span{
  color:rgba(246,241,232,.72);
  font-size:14px;
  line-height:1.45;
}
.footer a{
  width:max-content;
  max-width:100%;
  padding:3px 0;
  border-bottom:1px solid transparent;
}
.footer a:hover{
  color:#696969;
  border-bottom-color:rgba(105,105,105,.46);
  transform:translateX(4px);
}
.footer-main{max-width:430px}
.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.footer-badges span{
  display:inline-flex;
  margin:0;
  padding:8px 10px;
  border:1px solid rgba(105,105,105,.25);
  border-radius:999px;
  background:rgba(246,241,232,.06);
  color:rgba(246,241,232,.78);
  font-size:11px;
  font-weight:900;
}
.footer-powered{
  position:absolute!important;
  left:0;
  right:0;
  bottom:0;
  z-index:3!important;
  display:flex;
  justify-content:center;
  padding:13px 18px;
  border-top:1px solid rgba(0,255,213,.24);
  background:linear-gradient(90deg,rgba(0,255,213,.05),rgba(255,0,214,.08),rgba(0,255,213,.05));
}
.footer-powered a{
  margin:0!important;
  color:#00ffd5!important;
  font-weight:950;
  letter-spacing:1.2px;
  text-transform:uppercase;
  text-shadow:0 0 8px rgba(0,255,213,.85),0 0 22px rgba(255,0,214,.46);
  border:0!important;
  animation:neonPowered 2.6s ease-in-out infinite;
}
.footer-powered a:hover{transform:scale(1.04);color:#ff4dff!important}
@keyframes neonPowered{0%,100%{filter:saturate(1);opacity:.88}50%{filter:saturate(1.5);opacity:1}}

.product-detail{
  position:relative;
  gap:70px;
  padding:82px clamp(18px,6vw,96px);
  background:radial-gradient(circle at 12% 10%,rgba(105,105,105,.14),transparent 28%),linear-gradient(180deg,#fafafa,#f0e6d7);
}
.detail-image{
  position:relative;
  min-height:560px;
  border:1px solid rgba(105,105,105,.28);
  background:linear-gradient(145deg,#fff,#f4ecdf);
  box-shadow:0 30px 90px rgba(105,105,105,.16);
}
.detail-image::before{
  content:"Premium Selection";
  position:absolute;
  left:18px;
  top:18px;
  z-index:2;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(17,14,12,.86);
  color:#696969;
  font-size:11px;
  font-weight:950;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.detail-image img{object-fit:contain;padding:42px;background:transparent;filter:drop-shadow(0 28px 28px rgba(105,105,105,.18))}
.detail-copy{
  align-self:center;
  padding:34px;
  border:1px solid rgba(105,105,105,.24);
  border-radius:8px;
  background:rgba(255,255,255,.72);
  box-shadow:0 22px 70px rgba(105,105,105,.10);
  backdrop-filter:blur(10px);
}
.detail-copy h1{font-size:clamp(34px,4.2vw,60px)}
.lead{font-size:17px}
.price-row.big{
  display:flex;
  align-items:baseline;
  gap:14px;
  padding:18px 0;
  border-top:1px solid rgba(105,105,105,.20);
  border-bottom:1px solid rgba(105,105,105,.20);
}
.price-row.big strong{font-family:Georgia,serif;color:#15110e}
.specs div{background:#fff;border-color:rgba(105,105,105,.28);box-shadow:0 8px 24px rgba(105,105,105,.06)}
.product-actions .btn{border-radius:999px}
.product-actions .btn.gold{min-width:210px}

@media (max-width:1180px){
  .nav a{padding:0 10px}
}
@media (max-width:980px){
  .footer{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .site-header{gap:10px}
  .brand-copy small{display:none}
  .nav a{width:100%}
  .review-track{grid-auto-columns:198px;gap:12px}
  .review-card{min-height:112px}
  .story-modal-panel{width:min(330px,calc(100vw - 34px))}
  .footer{grid-template-columns:1fr;padding:42px 18px}
  .footer-powered{position:relative!important;margin:10px -18px -42px}
  .product-detail{padding:38px 18px;gap:24px}
  .detail-image{min-height:390px}
  .detail-copy{padding:22px}
}

/* Premium cart and checkout */
.premium-cart{padding-top:38px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.cart-items{display:grid;gap:14px}.premium-cart-row{grid-template-columns:96px minmax(0,1fr) 128px 120px auto;background:linear-gradient(180deg,#fff,#f7f7f7);border-color:rgba(105,105,105,.24);box-shadow:0 14px 38px rgba(105,105,105,.08)}.premium-cart-row img{background:#fff;object-fit:contain;padding:10px}.cart-product-info b{display:block;font-size:16px;color:#171311}.cart-product-info span{display:block;margin-top:6px;color:#7a7066;font-weight:800}.qty-control{display:inline-grid;grid-template-columns:36px 42px 36px;align-items:center;border:1px solid rgba(105,105,105,.30);border-radius:999px;background:#fff;overflow:hidden}.qty-control button{height:38px;border:0;background:transparent;font-weight:950;cursor:pointer}.qty-control strong{text-align:center}.line-total{font-size:16px;color:#171311}.cart-remove{border:0;border-radius:999px;background:#f2e2e2;color:#8f3032;padding:9px 12px;font-weight:950;cursor:pointer}.cart-summary{position:sticky;top:110px;border:1px solid rgba(105,105,105,.28);border-radius:8px;background:linear-gradient(145deg,#151211,#2a211b);color:#f6f1e8;padding:24px;box-shadow:0 24px 70px rgba(105,105,105,.22)}.cart-summary h2{font-size:30px}.coupon-box{margin:18px 0;padding:16px;border:1px solid rgba(105,105,105,.22);border-radius:8px;background:rgba(255,255,255,.055)}.coupon-box label{display:block;margin-bottom:8px;font-weight:900}.coupon-box div{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-box input{min-width:0;border:1px solid rgba(105,105,105,.35);border-radius:999px;background:#fff;padding:11px 13px}.coupon-box button{border:0;border-radius:999px;background:linear-gradient(135deg,#696969,#696969);color:#111;padding:0 14px;font-weight:950;cursor:pointer}.coupon-box small{display:block;margin-top:8px;color:rgba(246,241,232,.72)}.coupon-ok{color:#78e0a2!important}.coupon-clear{margin-top:10px!important;background:transparent!important;color:#696969!important;border:1px solid rgba(105,105,105,.35)!important;min-height:34px}.summary-lines{display:grid;gap:10px;margin:0 0 18px}.summary-lines div{display:flex;justify-content:space-between;gap:12px}.summary-lines dt{color:rgba(246,241,232,.68)}.summary-lines dd{margin:0;font-weight:900}.summary-lines .grand{padding-top:14px;border-top:1px solid rgba(105,105,105,.28);font-size:20px}.cart-summary .btn{width:100%;border-radius:999px}.cart-continue{display:block;margin-top:13px;text-align:center;color:#696969;font-weight:900}.premium-empty h2{font-size:32px}.premium-checkout .checkout-form,.premium-payment-note{border-color:rgba(105,105,105,.28);box-shadow:0 18px 50px rgba(105,105,105,.08)}.guest-note{padding:14px 16px;border:1px solid rgba(105,105,105,.28);border-radius:8px;background:#f7f7f7;color:#5b4630;font-weight:850}.bank-info{display:grid;gap:12px}.bank-info div{padding:13px;border:1px solid rgba(105,105,105,.22);border-radius:8px;background:#fff}.bank-info dt{font-size:11px;color:#696969;font-weight:950;text-transform:uppercase}.bank-info dd{margin:5px 0 0;font-weight:900;color:#171311;word-break:break-word}.bank-warning{margin-top:16px;padding:14px;border-radius:8px;background:#696969;color:#eeeeee;font-weight:900;line-height:1.55}
@media (max-width:980px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.premium-cart-row{grid-template-columns:82px 1fr}.qty-control,.line-total,.cart-remove{grid-column:2}.premium-checkout{grid-template-columns:1fr}}

/* Customer account and contact upgrade */
.account-premium{grid-template-columns:340px 1fr;background:radial-gradient(circle at 12% 10%,rgba(105,105,105,.16),transparent 28%),linear-gradient(180deg,#fafafa,#efe3d2)}
.account-hero{overflow:hidden;background:linear-gradient(145deg,#111,#241a18);color:#f6f1e8;border-color:rgba(105,105,105,.36)}
.account-hero::after{content:"";position:absolute;right:-80px;bottom:-90px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(105,105,105,.22),transparent 68%)}
.account-avatar{display:grid;place-items:center;width:72px;height:72px;margin:18px 0;border-radius:22px;background:linear-gradient(135deg,#696969,#696969 55%,#696969);color:#111;font-size:34px;font-family:Georgia,serif;font-weight:900;box-shadow:0 18px 44px rgba(105,105,105,.20)}
.account-hero h1{color:#fff}.account-hero p{color:rgba(246,241,232,.68)}.account-mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.account-mini-stats article{padding:14px;border:1px solid rgba(105,105,105,.24);border-radius:8px;background:rgba(255,255,255,.055)}.account-mini-stats strong{display:block;font-size:28px;color:#696969}.account-mini-stats span{font-size:12px;color:rgba(246,241,232,.65)}.account-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.account-overview{background:linear-gradient(180deg,#fff,#f7f7f7)}.order-history{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.order-history-card{border:1px solid rgba(105,105,105,.24);border-radius:8px;background:#fff;padding:16px;box-shadow:0 12px 34px rgba(105,105,105,.07)}.order-topline,.order-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-topline strong{font-size:18px}.order-topline span{padding:6px 9px;border-radius:999px;background:#171311;color:#f6f1e8;font-size:11px;font-weight:900}.order-meta{margin-top:12px;color:#766c62}.order-meta b{font-size:18px;color:#171311}.order-payment{margin-top:10px;color:#696969;font-weight:900;font-size:13px}.order-products{display:grid;gap:5px;margin-top:12px;padding-top:12px;border-top:1px solid #eeeeee}.order-products span{font-size:13px;color:#5d544c}.account-card{border-color:rgba(105,105,105,.26)}.contact-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:78px clamp(18px,6vw,96px);background:radial-gradient(circle at 75% 10%,rgba(105,105,105,.18),transparent 30%),linear-gradient(135deg,#09090a,#171314 58%,#696969);color:#f6f1e8}.contact-hero h1{font-size:clamp(38px,5vw,72px);line-height:1.02;max-width:760px}.contact-hero p{max-width:620px;color:rgba(246,241,232,.72);font-size:18px;line-height:1.7}.contact-modern-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:42px clamp(18px,5vw,72px);background:#fafafa}.contact-modern-card{position:relative;min-height:220px;padding:26px;border:1px solid rgba(105,105,105,.28);border-radius:8px;background:linear-gradient(180deg,#fff,#f7f7f7);box-shadow:0 18px 48px rgba(105,105,105,.08);overflow:hidden}.contact-modern-card::after{content:"";position:absolute;right:-55px;bottom:-70px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(105,105,105,.20),transparent 66%)}.contact-modern-card span{display:block;color:#696969;font-weight:950;letter-spacing:1.6px}.contact-modern-card b{display:block;margin-top:18px;font-family:Georgia,serif;font-size:28px;color:#171311}.contact-modern-card p{color:#655b52;line-height:1.65}.contact-modern-card strong{position:absolute;left:26px;bottom:24px;color:#696969}.contact-modern-card.whatsapp{background:linear-gradient(145deg,#111,#1c1714);color:#fff}.contact-modern-card.whatsapp b{color:#fff}.contact-modern-card.whatsapp p{color:rgba(246,241,232,.72)}.contact-modern-card.whatsapp strong{color:#7df0a7}.contact-process{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:34px;padding:30px clamp(18px,5vw,72px) 78px;background:linear-gradient(180deg,#fafafa,#eeeeee)}.contact-process h2{font-size:clamp(30px,4vw,50px)}.contact-process ol{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.contact-process li{padding:20px;border:1px solid rgba(105,105,105,.24);border-radius:8px;background:#fff}.contact-process b{display:block;color:#171311}.contact-process span{display:block;margin-top:8px;color:#6d6259;line-height:1.5}
@media (max-width:1000px){.account-premium,.contact-process{grid-template-columns:1fr}.account-two-col,.order-history,.contact-modern-grid,.contact-process ol{grid-template-columns:1fr}.contact-hero{display:block}.contact-hero .btn{margin-top:18px}}

/* Review share modal */
.review-share-btn{
  position:relative;
  z-index:3;
  align-self:center;
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(105,105,105,.38);
  border-radius:999px;
  background:linear-gradient(135deg,#171311,#3f3428 52%,#151210);
  color:#f6f1e8;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(105,105,105,.16);
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.review-share-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#696969,#696969);color:#111;box-shadow:0 18px 42px rgba(105,105,105,.24)}
.review-modal[hidden]{display:none}
.review-modal{position:fixed;inset:0;z-index:220;display:grid;place-items:center;padding:20px}
.review-modal-backdrop{position:absolute;inset:0;background:rgba(5,5,6,.76);backdrop-filter:blur(12px)}
.review-modal-panel{
  position:relative;
  z-index:1;
  width:min(480px,calc(100vw - 36px));
  padding:28px;
  border:1px solid rgba(105,105,105,.42);
  border-radius:10px;
  background:radial-gradient(circle at 18% 0,rgba(105,105,105,.18),transparent 32%),linear-gradient(145deg,#111,#1d1715);
  color:#f6f1e8;
  box-shadow:0 34px 100px rgba(0,0,0,.52);
}
.review-modal-panel h2{font-size:34px;margin-bottom:8px}
.review-modal-panel p{color:rgba(246,241,232,.68);line-height:1.6}
.review-modal-panel label{display:grid;gap:9px;margin-top:16px;font-weight:900}
.review-modal-panel textarea{
  width:100%;
  resize:vertical;
  min-height:116px;
  border:1px solid rgba(105,105,105,.34);
  border-radius:8px;
  background:rgba(255,255,255,.94);
  color:#171311;
  padding:13px;
  outline:none;
}
.review-modal-panel textarea:focus{border-color:#696969;box-shadow:0 0 0 3px rgba(105,105,105,.18)}
.review-modal-panel .btn{width:100%;margin-top:16px;border-radius:999px}
.review-modal-close{
  position:absolute;
  right:-12px;
  top:-12px;
  z-index:2;
  width:38px;
  height:38px;
  border:1px solid rgba(105,105,105,.55);
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:24px;
  cursor:pointer;
}
.rating-picker{display:flex;gap:8px;margin:18px 0 8px}
.rating-picker button{
  width:44px;
  height:44px;
  border:1px solid rgba(105,105,105,.30);
  border-radius:50%;
  background:rgba(255,255,255,.07);
  color:rgba(246,241,232,.36);
  font-size:22px;
  cursor:pointer;
  transition:transform .18s ease,color .18s ease,background .18s ease;
}
.rating-picker button.active{color:#696969;background:rgba(105,105,105,.14);text-shadow:0 0 14px rgba(105,105,105,.52)}
.rating-picker button:hover{transform:translateY(-2px)}
@media (max-width:720px){.review-showcase .section-head{display:grid}.review-share-btn{width:100%;margin-top:8px}.review-modal-panel{padding:22px}.rating-picker button{width:40px;height:40px}}

/* Product detail v2 and tracking */
.product-detail-v2{padding:28px clamp(18px,5vw,72px) 48px;background:#fff}.product-breadcrumb{display:flex;align-items:center;gap:10px;margin:0 auto 18px;max-width:1180px;color:#8a8178;font-size:13px}.product-breadcrumb a{color:#6f665e}.product-breadcrumb b{color:#1a1713}.product-detail-shell{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(420px,1.15fr) minmax(360px,.85fr);gap:34px}.product-gallery{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:start}.thumb-card{border:1px solid #eeeeee;border-radius:8px;background:#fff;padding:10px}.thumb-card img{width:70px;height:94px;object-fit:contain}.product-main-image{position:relative;min-height:560px;display:grid;place-items:center;border:1px solid #eeeeee;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfbfb);overflow:hidden}.product-main-image img{width:100%;height:100%;max-height:540px;object-fit:contain;padding:34px;filter:drop-shadow(0 30px 30px rgba(40,24,16,.18))}.shipping-badge.detail{top:18px;left:18px}.discount-ribbon{position:absolute;left:18px;top:62px;z-index:2;background:#e33131;color:#fff;border-radius:4px;padding:8px 10px;font-size:12px;font-weight:950}.product-buy-panel{border:1px solid #eeeeee;border-radius:8px;background:#fff;padding:28px;box-shadow:0 18px 60px rgba(105,105,105,.08);height:max-content}.product-buy-panel h1{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:26px;line-height:1.22;margin-bottom:8px}.rating-line{display:flex;align-items:center;gap:8px;color:#696969;font-size:14px;margin-bottom:16px}.rating-line b{color:#171311}.rating-line small{color:#7a7066}.price-box{display:grid;gap:4px;margin:16px 0}.price-box del{color:#9a9a9a;font-size:16px}.price-box strong{font-size:34px;color:#171311;font-weight:950}.price-box em{width:max-content;background:#696969;color:#696969;border-radius:4px;padding:6px 10px;font-style:normal;font-weight:950}.campaign-pill{display:inline-flex;margin:4px 0 20px;padding:9px 16px;border-radius:4px;background:#696969;color:#696969;font-weight:950}.delivery-card{display:grid;gap:4px;width:max-content;margin-bottom:24px;padding:13px 16px;border:1px solid #eeeeee;border-radius:8px;background:#fffaf2;color:#e38a16}.delivery-card span{color:#6f665e;font-size:12px}.detail-quantity-row{display:grid;grid-template-columns:74px 1fr 96px;gap:10px}.detail-quantity-row select{border:1px solid #d6d6d6;border-radius:4px;padding:0 12px}.detail-quantity-row .btn{border-radius:4px;background:#42b34d;color:#fff}.favorite-btn{display:grid;place-items:center;border:1px solid #d6d6d6;border-radius:4px;color:#159b55;font-weight:950}.dispatch-note{margin:18px 0 0;color:#554d45;font-size:13px;font-weight:800}.product-tabs{max-width:1180px;margin:40px auto 0;border:1px solid #eeeeee;border-radius:8px;background:#fff;padding:22px;display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:22px}.product-tabs h2{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:18px;border-bottom:2px solid #171311;padding-bottom:12px}.product-tabs p{color:#514941;line-height:1.75}.detail-recommendations{background:#fafafa;padding-top:38px;padding-bottom:26px}.best-detail{background:#fff}.tracking-input{width:100%;border:1px solid #d6d6d6;border-radius:6px;padding:9px;background:#fff}.tracking-save{border:0;border-radius:6px;background:#18181b;color:#f6f1e8;padding:9px 12px;font-weight:900;cursor:pointer}.modern-orders{grid-template-columns:1fr}.premium-order-card{background:linear-gradient(180deg,#fff,#f7f7f7);border-color:rgba(105,105,105,.30)}.order-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:14px 0}.order-progress i{height:5px;border-radius:999px;background:#eeeeee}.order-progress[data-status="new"] i:nth-child(-n+1),.order-progress[data-status="preparing"] i:nth-child(-n+2),.order-progress[data-status="shipped"] i:nth-child(-n+3),.order-progress[data-status="completed"] i:nth-child(-n+4){background:linear-gradient(90deg,#696969,#696969)}.tracking-card{margin-top:12px;padding:12px;border:1px solid rgba(105,105,105,.28);border-radius:8px;background:#111;color:#f6f1e8}.tracking-card span{display:block;color:#696969;font-size:11px;font-weight:950;text-transform:uppercase}.tracking-card strong{display:block;margin-top:5px;font-size:18px;letter-spacing:.6px}.tracking-card.muted{background:#f7f7f7;color:#6b5b4a}
@media (max-width:1000px){.product-detail-shell,.product-gallery,.product-tabs{grid-template-columns:1fr}.product-main-image{min-height:420px}.detail-quantity-row{grid-template-columns:1fr}.product-buy-panel{padding:22px}}

/* Light premium palette refresh */
:root{
  --paper:#fbf8f2;
  --ivory:#fffdf8;
  --champagne:#eadcc4;
  --champagne-2:#f5f5f5;
  --rose-gold:#696969;
  --soft-gold:#696969;
  --ink:#1d1a17;
  --muted:#766d63;
  --line:rgba(105,105,105,.24);
  --shadow:0 20px 60px rgba(105,105,105,.10);
}
body{
  background:linear-gradient(180deg,#fffdf9 0,#f7f0e7 42%,#fffaf3 100%);
  color:#1d1a17;
}
.header-top{
  background:linear-gradient(90deg,#fffaf2,#f2e6d7);
  color:#6a5848;
  border-bottom:1px solid rgba(105,105,105,.22);
  box-shadow:0 8px 26px rgba(105,105,105,.06);
}
.header-top a{color:#9d705f}
.site-header{
  color:#211d19;
  background:rgba(255,253,248,.88);
  border-bottom:1px solid rgba(105,105,105,.26);
  box-shadow:0 18px 48px rgba(105,105,105,.10);
}
.site-header::after{
  background:linear-gradient(90deg,transparent,rgba(200,159,138,.75),transparent);
}
.brand-copy strong{color:#211d19}
.brand-copy small{color:#9b836d}
.brand-mark{
  background:radial-gradient(circle at 28% 22%,#f7f7f7,#696969 44%,#696969 100%);
  border-color:rgba(200,159,138,.48);
  color:#241d17!important;
  box-shadow:0 0 0 6px rgba(200,159,138,.10),0 12px 34px rgba(105,105,105,.12);
}
.nav{
  background:rgba(245,238,226,.72);
  border-color:rgba(105,105,105,.26);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
.nav a{color:#3c342d}
.nav a:hover{
  color:#7c5544;
  background:rgba(216,189,134,.25);
}
.header-search{
  background:#fff;
  border-color:rgba(105,105,105,.32);
  box-shadow:0 10px 24px rgba(105,105,105,.06);
}
.header-search input{color:#241f1a}
.header-search input::placeholder{color:#9f9388}
.header-search button{
  background:linear-gradient(135deg,#696969,#696969);
  color:#1f1914;
}
.header-icon-btn,.icon-link,.menu-btn{
  color:#211d19;
  background:#fffaf3;
  border-color:rgba(105,105,105,.32);
  box-shadow:0 12px 28px rgba(105,105,105,.08);
}
.header-icon-btn:hover,.icon-link:hover,.menu-btn:hover{
  background:#f3e8da;
  border-color:rgba(200,159,138,.62);
  box-shadow:0 18px 34px rgba(105,105,105,.12);
}
.header-icon-btn.whatsapp-link{
  background:linear-gradient(135deg,#35c77c,#159f5b);
  color:#fff;
}
.hero-slider{
  background:#fffaf3;
  box-shadow:inset 0 -1px 0 rgba(105,105,105,.18);
}
.fallback-hero{
  background:radial-gradient(circle at 76% 32%,rgba(216,189,134,.26),transparent 34%),linear-gradient(135deg,#fffdf8,#f1e4d7 58%,#fff9ef);
}
.hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,253,248,.94) 0,rgba(255,253,248,.76) 38%,rgba(255,253,248,.22) 70%,rgba(255,253,248,.55) 100%);
}
.hero-slide::after{
  background:linear-gradient(115deg,rgba(216,189,134,.24),transparent 35%,rgba(200,159,138,.18));
}
.hero-content{color:#211d19}
.hero-content h1{text-shadow:0 18px 46px rgba(105,105,105,.10)}
.hero-content p{color:#665b51}
.eyebrow{color:#696969}
.slider-dots button{background:rgba(105,105,105,.20)}
.slider-dots button.active{background:#696969}
.btn.gold{
  background:linear-gradient(135deg,#696969,#696969 52%,#696969);
  color:#201a15;
  box-shadow:0 14px 34px rgba(200,159,138,.20);
}
.btn.dark{
  background:#2d261f;
  color:#fffaf3;
}
.page-title,.auth-shell,.contact-hero{
  background:radial-gradient(circle at 78% 12%,rgba(216,189,134,.28),transparent 30%),linear-gradient(135deg,#fffdf8,#f3e8da 62%,#fff8ed);
  color:#211d19;
  border-bottom:1px solid rgba(105,105,105,.22);
}
.page-title p,.auth-copy p,.contact-hero p{color:#665b51}
.finder-band,.account-hero,.contact-modern-card.whatsapp{
  background:linear-gradient(135deg,#fffdf8,#f2e5d6 58%,#fff9ef);
  color:#211d19;
  border:1px solid rgba(105,105,105,.24);
  box-shadow:0 24px 70px rgba(105,105,105,.10);
}
.finder-band p,.account-hero p,.contact-modern-card.whatsapp p{color:#665b51}
.account-hero h1,.contact-modern-card.whatsapp b{color:#211d19}
.product-image,.detail-image,.product-main-image{
  background:radial-gradient(circle at 50% 18%,#fff 0,#f5f5f5 48%,#fffaf3 100%);
}
.product-info,.product-card,.category-tile,.blog-card,.contact-card,.account-card,.checkout-form,.payment-note,.contact-modern-card,.order-history-card,.premium-order-card{
  background:linear-gradient(180deg,#fff,#f7f7f7);
  border-color:rgba(105,105,105,.24);
  box-shadow:0 16px 44px rgba(105,105,105,.08);
}
.review-showcase,.detail-recommendations,.contact-modern-grid,.contact-process,.account-layout,.account-premium{
  background:linear-gradient(180deg,#fffdf8,#f6ece1);
}
.review-card,.mini-review-card{
  background:linear-gradient(180deg,#fff,#fff7ed);
  border-color:rgba(105,105,105,.25);
}
.customer-reviews{
  background:radial-gradient(circle at 18% 10%,rgba(216,189,134,.20),transparent 30%),linear-gradient(180deg,#fffdf8,#f2e7d8);
}
.cart-summary{
  background:linear-gradient(145deg,#fffdf8,#f0e2d2);
  color:#211d19;
  border-color:rgba(105,105,105,.30);
  box-shadow:0 24px 70px rgba(105,105,105,.12);
}
.summary-lines dt,.coupon-box small{color:#766d63}
.coupon-box{
  background:rgba(255,255,255,.64);
  border-color:rgba(105,105,105,.26);
}
.cart-continue,.coupon-clear{color:#696969!important}
.footer{
  background:linear-gradient(135deg,#fffdf8,#efe1d0 58%,#fff7ec);
  color:#211d19;
  border-top:1px solid rgba(105,105,105,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
}
.footer p,.footer a,.footer span{color:#665b51}
.footer h3,.footer-brand span{color:#696969}
.footer a:hover{color:#696969}
.footer-powered{
  background:#fff!important;
  color:#0bcf87!important;
  border-top:1px solid rgba(11,207,135,.20);
  text-shadow:0 0 14px rgba(11,207,135,.35);
}
.review-modal-backdrop{background:rgba(70,52,39,.34)}
.review-modal-panel{
  background:linear-gradient(145deg,#fffdf8,#f1e4d6);
  color:#211d19;
  box-shadow:0 34px 100px rgba(105,105,105,.24);
}
.review-modal-panel p{color:#665b51}
.rating-picker button{
  background:#fff;
  color:#d7c9bb;
}
.rating-picker button.active{color:#696969;background:#f7f7f7}
.tracking-card{
  background:linear-gradient(135deg,#fffdf8,#f0e4d5);
  color:#211d19;
}
.tracking-card span{color:#696969}
.order-progress[data-status="new"] i:nth-child(-n+1),
.order-progress[data-status="preparing"] i:nth-child(-n+2),
.order-progress[data-status="shipped"] i:nth-child(-n+3),
.order-progress[data-status="completed"] i:nth-child(-n+4){
  background:linear-gradient(90deg,#696969,#696969);
}
@media (max-width:820px){
  .nav{
    background:#fffdf8;
    border-top:1px solid rgba(105,105,105,.22);
  }
}

/* White premium refinement */
:root{
  --paper:#ffffff;
  --ivory:#ffffff;
  --champagne:#f7f5f1;
  --champagne-2:#fbfaf8;
  --rose-gold:#bfa79a;
  --soft-gold:#d7c8a8;
  --ink:#171717;
  --muted:#6f6b66;
  --line:rgba(28,28,28,.08);
  --shadow:0 18px 50px rgba(20,20,20,.07);
}
html,body{background:#fff;color:#171717}
body{font-family:"Segoe UI",Inter,Arial,sans-serif}
.header-top{
  background:#fff;
  color:#56524e;
  border-bottom:1px solid #eeeeee;
  box-shadow:none;
}
.header-top span:not(:first-child)::before,.header-top a::before{
  background:#bfa79a;
  box-shadow:none;
}
.site-header{
  min-height:86px;
  background:rgba(255,255,255,.94);
  color:#171717;
  border-bottom:1px solid #ededed;
  box-shadow:0 12px 34px rgba(17,17,17,.055);
}
.site-header::after{display:none}
.brand-lockup{min-width:190px}
.brand-logo-img{
  width:178px;
  max-height:62px;
  object-fit:contain;
}
.nav{
  gap:28px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.nav a{
  padding:0;
  border-radius:0;
  color:#222;
  font-weight:520;
  font-size:14px;
  letter-spacing:.15px;
  text-transform:none;
}
.nav a::after{
  content:"";
  display:block;
  width:0;
  height:1px;
  margin-top:7px;
  background:#bfa79a;
  transition:width .24s ease;
}
.nav a:hover{
  background:transparent;
  color:#7d6a60;
  transform:none;
}
.nav a:hover::after{width:100%}
.header-search{
  background:#fff;
  border:1px solid #e9e9e9;
  box-shadow:0 8px 20px rgba(17,17,17,.04);
}
.header-search button{background:#171717;color:#fff}
.header-icon-btn,.icon-link,.menu-btn{
  background:#fff;
  color:#171717;
  border-color:#e8e8e8;
  box-shadow:0 8px 20px rgba(17,17,17,.05);
}
.header-icon-btn:hover,.icon-link:hover,.menu-btn:hover{
  background:#fafafa;
  border-color:#d8d1cc;
  box-shadow:0 12px 26px rgba(17,17,17,.08);
}
.story-strip{
  background:#fff!important;
  border-top:1px solid #f1f1f1;
  border-bottom:1px solid #eeeeee;
  box-shadow:0 10px 26px rgba(17,17,17,.035);
}
.story-track{
  justify-content:center;
  max-width:1180px;
  margin:0 auto;
}
.story-item{color:#2a2928}
.story-frame{
  background:#fff;
  border:1px solid #ece8e4;
  box-shadow:0 10px 24px rgba(17,17,17,.055);
}
.story-frame::after{
  background:linear-gradient(135deg,#fff,#efebe7);
}
.ticker-strip{
  background:#fbfbfb!important;
  border-top:0;
  border-bottom:1px solid #eeeeee;
  color:#4b4743;
}
.ticker-track a{
  color:#4b4743;
  font-weight:560;
}
.hero-slider{background:#fff}
.hero-slide::before{
  background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 42%,rgba(255,255,255,.20) 78%);
}
.hero-content h1{color:#171717}
.hero-content p{color:#55514d}
.btn.gold{
  background:#171717;
  color:#fff;
  box-shadow:0 14px 30px rgba(17,17,17,.12);
}
.commerce-intro{
  background:#fff;
  border-top:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
}
.commerce-intro p{max-width:480px}
.home-product-showcase{
  background:#fff;
  padding-top:44px;
}
.home-product-showcase .section-head{
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
}
.home-product-grid{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  column-gap:22px;
  row-gap:38px;
}
.product-card-clean{
  border:0;
  background:#fff;
  box-shadow:none;
  overflow:visible;
}
.product-card-clean:hover{
  transform:translateY(-3px);
  box-shadow:none;
}
.product-card-clean::before{display:none}
.product-card-clean .product-image{
  aspect-ratio:1/1.03;
  background:#fff;
  border:0;
  display:grid;
  place-items:center;
  overflow:visible;
}
.product-card-clean .product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:18px 20px 8px;
  filter:drop-shadow(0 16px 14px rgba(17,17,17,.06));
}
.product-card-clean .shipping-badge{
  top:0;
  left:18px;
  background:#4a4a4a;
  color:#fff;
  border-radius:2px;
  font-size:9px;
  line-height:1.05;
  padding:5px 8px;
}
.product-card-clean .sale-badge{
  top:34px;
  left:18px;
  background:#e94343;
  color:#fff;
  border-radius:50%;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  padding:0;
  font-size:10px;
}
.product-card-clean .product-info{
  padding:0 10px;
  text-align:center;
  background:#fff;
}
.product-card-clean .campaign-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:158px;
  height:30px;
  margin:0 auto 14px;
  border-radius:3px;
  background:#f2d8d8;
  color:#b44e4e;
  font-weight:760;
  font-size:13px;
}
.product-card-clean h3{
  min-height:38px;
  margin:0 0 7px;
  font-size:15px;
  line-height:1.35;
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-weight:520;
}
.product-card-clean .price-row{
  justify-content:center;
  margin:0 0 10px;
  gap:8px;
}
.product-card-clean .price-row del{
  color:#8b8b8b;
  font-size:17px;
}
.product-card-clean .price-row strong{
  font-size:19px;
  font-weight:820;
  color:#111;
}
.product-card-clean .btn.mini{
  min-height:38px;
  border-radius:999px;
  background:#c8a5ca;
  color:#fff;
  font-size:12px;
  font-weight:760;
  box-shadow:none;
}
.product-card-clean .btn.mini:hover{background:#b58db8}
.instagram-follow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:34px clamp(18px,5vw,72px);
  background:#fff;
  border-top:1px solid #eeeeee;
  border-bottom:1px solid #eeeeee;
}
.instagram-follow span{
  display:block;
  font-size:22px;
  font-weight:640;
  color:#171717;
}
.instagram-follow strong{
  display:block;
  margin-top:6px;
  color:#8a756b;
  font-size:15px;
  font-weight:560;
}
.instagram-follow a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 18px;
  border:1px solid #ded8d3;
  color:#171717;
  font-weight:640;
}
.footer{
  position:relative;
  display:grid;
  grid-template-columns:1.15fr repeat(4,.9fr) 1.05fr;
  gap:34px;
  padding:58px clamp(18px,5vw,72px) 74px;
  background:#faf7fb;
  color:#171717;
  border-top:0;
  box-shadow:none;
}
.footer::before{display:none}
.footer-logo-img{
  width:170px;
  max-height:62px;
  object-fit:contain;
}
.footer p{
  color:#5f5a56;
  font-size:14px;
  line-height:1.7;
  max-width:280px;
}
.footer h3{
  margin:0 0 18px;
  color:#121212;
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-size:20px;
  font-weight:680;
  letter-spacing:0;
  text-transform:none;
}
.footer a,.footer span{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 13px;
  color:#49435f;
  font-size:15px;
  line-height:1.35;
  border:0;
}
.footer a:hover{
  color:#000;
  transform:none;
  border:0;
}
.footer-newsletter form{
  display:grid;
  grid-template-columns:1fr auto;
  margin:0 0 22px;
  border:1px solid #1f1f1f;
  background:#fff;
}
.footer-newsletter input{
  min-width:0;
  border:0;
  padding:0 12px;
  min-height:34px;
  background:#fff;
}
.footer-newsletter button{
  border:0;
  padding:0 18px;
  background:#1f1f1f;
  color:#fff;
  font-weight:760;
  text-transform:uppercase;
}
.footer-social{
  display:flex;
  gap:8px;
}
.footer-social a{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  margin:0;
  border-radius:50%;
  background:#cf9dac;
  color:#fff;
  font-weight:800;
  font-size:12px;
}
.footer-powered{
  position:absolute!important;
  right:clamp(18px,5vw,72px);
  bottom:18px;
  left:auto;
  height:auto;
  padding:0;
  border:0;
  background:transparent!important;
  animation:none;
  text-align:right;
}
.footer-powered a{
  margin:0!important;
  color:#8b817a!important;
  font-size:11px!important;
  font-weight:560;
  letter-spacing:.2px;
  text-shadow:none;
  text-transform:none;
}
.footer-powered a:hover{
  color:#171717!important;
  transform:none;
}
@media (max-width:1180px){
  .home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
  .site-header{min-height:74px}
  .brand-logo-img{width:148px}
  .nav{
    padding:18px;
    background:#fff;
    box-shadow:0 18px 34px rgba(17,17,17,.08);
  }
  .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}
  .product-card-clean .campaign-label{min-width:132px}
  .instagram-follow{display:grid;text-align:center}
  .instagram-follow a{justify-self:center}
  .footer{grid-template-columns:1fr 1fr;padding-bottom:72px}
  .footer-powered{right:18px;left:18px;text-align:center}
}
@media (max-width:520px){
  .home-product-grid{grid-template-columns:1fr}
  .footer{grid-template-columns:1fr}
}

/* Current polish: fixed product cards, soft detail and social band */
.commerce-intro{display:none!important}
.promo-duo{
  background:#fff!important;
  padding-top:28px;
  padding-bottom:10px;
}
.promo-tile{
  background:#fff;
  border:1px solid #eeeeee;
  box-shadow:0 14px 36px rgba(17,17,17,.06);
}
.promo-tile::after{
  background:linear-gradient(90deg,rgba(255,255,255,.78),rgba(255,255,255,.18) 58%,rgba(255,255,255,.04));
}
.promo-tile span{color:#171717}
.promo-tile small{color:#8c7d75;font-weight:560}
.promo-tile strong{
  color:#171717;
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-weight:520;
}
.home-product-showcase{padding-top:32px}
.product-card-clean{
  display:grid;
  grid-template-rows:300px 178px;
  min-height:478px;
}
.product-card-clean .product-image{
  height:300px;
  aspect-ratio:auto;
}
.product-card-clean .product-info{
  display:grid;
  grid-template-rows:30px 42px 30px 40px;
  align-content:start;
  gap:9px;
  min-height:178px;
}
.product-card-clean .campaign-label{
  margin:0 auto;
  background:#efe4ec;
  color:#696969;
  font-weight:520;
  letter-spacing:.15px;
}
.product-card-clean .campaign-label.is-empty{
  visibility:hidden;
}
.product-card-clean h3{
  align-self:start;
  min-height:42px;
  max-height:42px;
  overflow:hidden;
  color:#161616;
  font-weight:430;
}
.product-card-clean .price-row{
  align-self:center;
  min-height:30px;
  margin:0;
}
.product-card-clean .price-row del{
  font-weight:360;
}
.product-card-clean .price-row strong{
  font-weight:650;
}
.product-card-clean .btn.mini,
.detail-quantity-row .btn{
  align-self:end;
  min-height:40px;
  border-radius:999px;
  background:#696969!important;
  color:#fff;
  font-weight:520;
  letter-spacing:.2px;
  box-shadow:0 10px 22px rgba(105,105,105,.18);
  transition:background .22s ease,transform .22s ease,box-shadow .22s ease;
}
.product-card-clean .btn.mini:hover,
.detail-quantity-row .btn:hover{
  background:#aa8ba6!important;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(170,139,166,.22);
}
.review-showcase{
  background:linear-gradient(180deg,#fff,#fbf9fb)!important;
  border-top:1px solid #eeeeee;
  border-bottom:1px solid #eeeeee;
}
.review-showcase::before{display:none}
.review-showcase .section-head{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
  border-bottom:1px solid #eeeeee;
}
.review-showcase .section-head h2{
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-weight:430;
  color:#171717;
}
.review-card{
  background:#fff;
  border:1px solid #eeeeee;
  box-shadow:0 12px 30px rgba(17,17,17,.045);
}
.review-card strong{
  font-weight:560;
  color:#252323;
}
.review-card p{color:#64605d}
.stars{color:#696969}
.review-share-btn{
  background:#fff;
  color:#171717;
  border-color:#dfd7dd;
  box-shadow:0 10px 22px rgba(17,17,17,.05);
  font-weight:520;
}
.review-share-btn:hover{
  background:#f6f1f5;
  color:#171717;
  box-shadow:0 12px 26px rgba(105,105,105,.16);
}
.product-detail-soft{
  background:#fff;
  font-family:"Segoe UI",Inter,Arial,sans-serif;
}
.product-detail-soft .product-detail-shell{gap:42px}
.product-detail-soft .product-main-image{
  border-color:#ededed;
  background:#fff;
  box-shadow:0 14px 34px rgba(17,17,17,.045);
}
.product-detail-soft .thumb-card{
  border-color:#ededed;
  box-shadow:0 8px 18px rgba(17,17,17,.035);
}
.product-detail-soft .product-buy-panel{
  border-color:#ededed;
  box-shadow:0 14px 38px rgba(17,17,17,.055);
}
.product-buy-panel h1{
  font-family:"Segoe UI",Inter,Arial,sans-serif!important;
  font-weight:430;
  letter-spacing:0;
  color:#171717;
}
.rating-line span{color:#696969}
.price-box strong{
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-weight:620;
}
.price-box em{
  background:#f6eef3;
  color:#696969;
  font-weight:520;
}
.campaign-pill{
  background:#efe4ec;
  color:#696969;
  font-weight:520;
  border-radius:999px;
}
.delivery-card{
  background:#fbfbfb;
  border-color:#eeeeee;
  color:#171717;
}
.delivery-card b{font-weight:560}
.detail-quantity-row.no-whatsapp{
  grid-template-columns:86px 1fr;
}
.dispatch-note{
  font-weight:430;
  color:#696461;
}
.product-tabs{
  border:0;
  background:transparent;
  padding:0;
  gap:18px;
}
.product-tabs article{
  padding:22px;
  border:1px solid #eeeeee;
  background:#fff;
  box-shadow:0 10px 26px rgba(17,17,17,.04);
}
.product-tabs h2{
  border-bottom:1px solid #eeeeee;
  font-weight:480;
  color:#171717;
}
.product-tabs p{
  color:#5c5855;
  font-weight:360;
}
.detail-recommendations{
  background:#fff!important;
  padding-top:42px;
}
.detail-recommendations .section-head{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
.detail-product-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px 22px;
}
.instagram-follow{
  justify-content:center;
  text-align:center;
  background:linear-gradient(180deg,#fff,#fbf9fb);
}
.instagram-follow div{
  display:grid;
  justify-items:center;
  gap:8px;
}
.instagram-follow .instagram-icon{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 105%,#feda75 0 20%,#fa7e1e 34%,#d62976 58%,#962fbf 78%,#4f5bd5 100%);
  color:#fff;
  font-weight:800;
  box-shadow:0 16px 30px rgba(150,47,191,.16);
}
.instagram-follow span{
  font-weight:440;
}
.instagram-follow a{
  border-radius:999px;
  background:#fff;
  box-shadow:0 10px 22px rgba(17,17,17,.045);
}
@media (max-width:1180px){
  .detail-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:820px){
  .product-card-clean{grid-template-rows:270px 178px;min-height:448px}
  .product-card-clean .product-image{height:270px}
  .detail-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}
}
@media (max-width:520px){
  .detail-product-grid{grid-template-columns:1fr}
}

/* Final delicate typography and contrast tuning */
.instagram-follow{
  display:grid!important;
  justify-items:center;
  justify-content:center;
  gap:12px;
  padding:38px 18px 34px;
  text-align:center;
}
.instagram-follow div{
  display:grid;
  justify-items:center;
  gap:7px;
}
.instagram-follow strong{
  margin-top:0;
  font-size:16px;
  color:#7d6d78;
  font-weight:460;
}
.instagram-follow a{
  min-height:32px;
  padding:0 13px;
  justify-self:center;
  font-size:12px;
  font-weight:520;
  border-color:#e7dde5;
  color:#5b5058;
}
.instagram-follow .instagram-icon{
  width:50px;
  height:50px;
  font-size:11px;
}
.product-card-clean h3,
.product-card-clean h3 a{
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-size:18px;
  line-height:1.18;
  font-weight:500;
  letter-spacing:.15px;
  color:#1d1a18;
}
.product-card-clean h3 a:hover{color:#8b6f83}
.story-item strong{
  color:#24201d!important;
  font-size:12px;
  font-weight:620;
  letter-spacing:.05px;
  text-shadow:0 1px 0 rgba(255,255,255,.85);
}
.story-frame{
  border-color:#dfd8d1;
  box-shadow:0 9px 22px rgba(17,17,17,.075);
}
.promo-tile::after{
  background:linear-gradient(90deg,rgba(255,255,255,.92) 0,rgba(255,255,255,.74) 36%,rgba(255,255,255,.20) 72%,rgba(255,255,255,.08));
}
.promo-tile span{
  gap:5px;
  max-width:min(390px,72%);
  text-shadow:0 1px 0 rgba(255,255,255,.72);
}
.promo-tile small{
  color:#6e615c;
  font-size:11px;
  letter-spacing:1.2px;
}
.promo-tile strong{
  color:#141414;
  font-size:clamp(21px,2.35vw,33px);
  line-height:1.08;
  font-weight:560;
}

/* Keep product badges above images */
.product-card-clean .product-image{
  position:relative;
  isolation:isolate;
}
.product-card-clean .product-image img{
  position:relative;
  z-index:1;
}
.product-card-clean .shipping-badge,
.product-card-clean .sale-badge{
  z-index:6!important;
  pointer-events:none;
}

/* Light theme pass for cart, auth, account and contact */
.light-page-title,
.cart-title,
.light-auth-shell,
.light-contact-hero{
  background:linear-gradient(180deg,#fff,#fbf9fb)!important;
  color:#171717!important;
  border-bottom:1px solid #eeeeee!important;
}
.light-page-title h1,
.cart-title h1,
.light-auth-shell h1,
.light-contact-hero h1{
  color:#171717;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-weight:500;
  letter-spacing:.1px;
}
.light-page-title p,
.cart-title p,
.light-auth-shell p,
.light-contact-hero p{
  color:#625d59!important;
}
.premium-cart,
.light-cart{
  background:#fff;
}
.premium-cart-row{
  background:#fff!important;
  border:1px solid #eeeeee!important;
  box-shadow:0 12px 30px rgba(17,17,17,.045)!important;
}
.premium-cart-row img{
  background:#fff!important;
  border:1px solid #f0f0f0;
}
.cart-product-info b{
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-size:19px!important;
  font-weight:500;
}
.qty-control{
  border-color:#e5dce3!important;
}
.qty-control button{
  color:#696969;
}
.cart-remove{
  background:#f7eef3!important;
  color:#8f566f!important;
  font-weight:520!important;
}
.cart-summary{
  background:#fff!important;
  color:#171717!important;
  border:1px solid #eeeeee!important;
  box-shadow:0 16px 38px rgba(17,17,17,.055)!important;
}
.cart-summary h2{
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-weight:500;
  color:#171717;
}
.coupon-box{
  background:#fbf9fb!important;
  border-color:#eee7ed!important;
}
.coupon-box small,
.summary-lines dt{
  color:#625d59!important;
}
.summary-lines .grand{
  border-top-color:#eeeeee!important;
}
.coupon-box button,
.cart-summary .btn.gold{
  background:#696969!important;
  color:#fff!important;
  font-weight:520;
}
.coupon-clear{
  color:#696969!important;
  border-color:#e5dce3!important;
}
.cart-continue{
  color:#696969!important;
  font-weight:520!important;
}
.premium-empty{
  background:#fff!important;
  border-color:#eeeeee!important;
  box-shadow:0 14px 32px rgba(17,17,17,.045);
}
.auth-shell.light-auth-shell{
  grid-template-columns:minmax(280px,1fr) minmax(320px,430px);
}
.auth-copy .eyebrow,
.account-card .eyebrow,
.contact-hero .eyebrow{
  color:#696969;
}
.auth-panel{
  background:#fff!important;
  border:1px solid #eeeeee!important;
  box-shadow:0 18px 44px rgba(17,17,17,.06)!important;
}
.auth-tabs{
  background:#fbf9fb!important;
  border:1px solid #eee7ed;
}
.auth-tabs button{
  color:#5f585c;
  font-weight:520;
}
.auth-tabs button.active{
  background:#696969!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(105,105,105,.18)!important;
}
.auth-form label,
.account-form label{
  color:#312d2b;
  font-weight:480!important;
}
.auth-form input,
.account-form input,
.account-form textarea{
  border-color:#e7e2e5!important;
  background:#fff!important;
}
.auth-form input:focus,
.account-form input:focus,
.account-form textarea:focus{
  border-color:#696969!important;
  box-shadow:0 0 0 3px rgba(105,105,105,.14)!important;
}
.light-account,
.account-layout.account-premium{
  background:#fff!important;
}
.account-hero{
  background:linear-gradient(180deg,#fff,#fbf9fb)!important;
  color:#171717!important;
  border:1px solid #eeeeee!important;
  box-shadow:0 16px 36px rgba(17,17,17,.055)!important;
}
.account-hero::after{
  background:radial-gradient(circle,rgba(105,105,105,.18),transparent 68%)!important;
}
.account-hero h1{
  color:#171717!important;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-weight:500;
}
.account-hero p{
  color:#625d59!important;
}
.account-avatar{
  background:#696969!important;
  color:#696969!important;
  box-shadow:0 14px 30px rgba(105,105,105,.16)!important;
}
.account-mini-stats article{
  background:#fff!important;
  border-color:#eee7ed!important;
}
.account-mini-stats strong{
  color:#696969!important;
}
.account-mini-stats span{
  color:#625d59!important;
}
.account-card,
.order-history-card,
.premium-order-card,
.address-item{
  background:#fff!important;
  border-color:#eeeeee!important;
  box-shadow:0 14px 32px rgba(17,17,17,.045)!important;
}
.account-card-head{
  border-bottom-color:#eeeeee!important;
}
.account-card-head h2{
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-weight:500;
  color:#171717;
}
.order-topline span{
  background:#696969!important;
  color:#696969!important;
}
.order-payment{
  color:#696969!important;
  font-weight:520!important;
}
.order-progress[data-status="new"] i:nth-child(-n+1),
.order-progress[data-status="preparing"] i:nth-child(-n+2),
.order-progress[data-status="shipped"] i:nth-child(-n+3),
.order-progress[data-status="completed"] i:nth-child(-n+4){
  background:#696969!important;
}
.tracking-card{
  background:#fbf9fb!important;
  border-color:#eee7ed!important;
  color:#171717!important;
}
.tracking-card span{
  color:#696969!important;
}
.light-contact-grid,
.light-contact-process,
.contact-modern-grid,
.contact-process{
  background:#fff!important;
}
.contact-modern-card{
  background:#fff!important;
  border:1px solid #eeeeee!important;
  box-shadow:0 14px 34px rgba(17,17,17,.045)!important;
  color:#171717!important;
}
.contact-modern-card.whatsapp{
  background:linear-gradient(180deg,#fff,#fbf9fb)!important;
}
.contact-modern-card::after{
  background:radial-gradient(circle,rgba(105,105,105,.16),transparent 66%)!important;
}
.contact-modern-card span,
.contact-modern-card strong,
.contact-modern-card.whatsapp strong{
  color:#696969!important;
}
.contact-modern-card b,
.contact-modern-card.whatsapp b{
  color:#171717!important;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-weight:500;
}
.contact-modern-card p,
.contact-modern-card.whatsapp p{
  color:#625d59!important;
}
.contact-process h2{
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-weight:500;
  color:#171717;
}
.contact-process li{
  background:#fff!important;
  border-color:#eeeeee!important;
  box-shadow:0 10px 24px rgba(17,17,17,.04);
}
.contact-process b{font-weight:520}
.contact-process span{color:#625d59!important}
@media (max-width:980px){
  .auth-shell.light-auth-shell{grid-template-columns:1fr}
}

/* Customer satisfaction page */
.satisfaction-hero{
  padding:78px clamp(18px,6vw,96px) 58px;
  background:linear-gradient(180deg,#fff,#fbf9fb);
  border-bottom:1px solid #eeeeee;
  text-align:center;
}
.satisfaction-hero h1{
  max-width:900px;
  margin:10px auto 16px;
  color:#171717;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-size:clamp(38px,5vw,68px);
  line-height:1.02;
  font-weight:500;
}
.satisfaction-hero p{
  max-width:820px;
  margin:0 auto;
  color:#625d59;
  font-size:18px;
  line-height:1.75;
}
.satisfaction-proof{
  padding:54px clamp(18px,5vw,72px) 70px;
  background:#fff;
  overflow:hidden;
}
.satisfaction-proof .section-head{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
  border-bottom:1px solid #eeeeee;
}
.satisfaction-proof .section-head h2{
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-weight:500;
  color:#171717;
}
.satisfaction-proof .section-head p{
  max-width:360px;
  color:#625d59;
  line-height:1.6;
}
.satisfaction-slider{
  max-width:1180px;
  margin:28px auto 0;
  overflow:hidden;
}
.satisfaction-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:280px;
  gap:18px;
  width:max-content;
  animation:satisfactionFlow 46s linear infinite;
}
.satisfaction-slider:hover .satisfaction-track{animation-play-state:paused}
.satisfaction-slide{
  border:1px solid #eeeeee;
  background:#fff;
  box-shadow:0 14px 34px rgba(17,17,17,.055);
  overflow:hidden;
}
.satisfaction-slide img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  background:#fbf9fb;
}
.satisfaction-slide div{
  padding:14px 16px 16px;
  background:#fff;
}
.satisfaction-slide strong{
  display:block;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-size:20px;
  font-weight:500;
  color:#171717;
}
.satisfaction-slide span{
  display:block;
  margin-top:4px;
  color:#7d6d78;
  font-size:13px;
}
.satisfaction-values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:10px clamp(18px,5vw,72px) 78px;
  background:#fff;
}
.satisfaction-values article{
  padding:24px;
  border:1px solid #eeeeee;
  background:#fbf9fb;
  box-shadow:0 10px 26px rgba(17,17,17,.035);
}
.satisfaction-values span{
  color:#696969;
  font-weight:620;
}
.satisfaction-values b{
  display:block;
  margin-top:12px;
  color:#171717;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-size:25px;
  font-weight:500;
}
.satisfaction-values p{
  color:#625d59;
  line-height:1.65;
}
.satisfaction-empty{
  max-width:720px;
  margin:28px auto 0;
}
@keyframes satisfactionFlow{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media (max-width:980px){
  .satisfaction-values{grid-template-columns:1fr}
  .satisfaction-track{grid-auto-columns:240px}
}

.site-header .nav{
  gap:clamp(14px,1.6vw,24px);
}
.site-header .nav a{
  white-space:nowrap;
}

/* Softer and airier home product cards */
.home-product-grid{
  column-gap:34px!important;
  row-gap:46px!important;
}
.home-product-grid .product-card-clean{
  grid-template-rows:276px 166px;
  min-height:442px;
}
.home-product-grid .product-card-clean .product-image{
  height:276px;
}
.home-product-grid .product-card-clean .product-image img{
  padding:20px 24px 10px;
}
.home-product-grid .product-card-clean .product-info{
  grid-template-rows:28px 40px 28px 38px;
  min-height:166px;
  gap:8px;
  padding:0 8px;
}
.home-product-grid .product-card-clean .campaign-label{
  min-width:142px;
  height:28px;
  font-size:12px;
}
.home-product-grid .product-card-clean h3,
.home-product-grid .product-card-clean h3 a{
  font-size:17px;
}
.home-product-grid .product-card-clean .price-row strong{
  font-size:18px;
}
.home-product-grid .product-card-clean .price-row del{
  font-size:15px;
}
.home-product-grid .product-card-clean .btn.mini{
  min-height:37px;
  font-size:11px;
}
@media (max-width:820px){
  .home-product-grid{column-gap:18px!important;row-gap:36px!important}
  .home-product-grid .product-card-clean{grid-template-rows:248px 166px;min-height:414px}
  .home-product-grid .product-card-clean .product-image{height:248px}
}

/* Premium centered header with transparent ornate logo */
.site-header{
  display:grid!important;
  grid-template-columns:minmax(240px,1fr) auto minmax(240px,1fr);
  grid-template-areas:
    "search brand actions"
    "nav nav nav";
  align-items:center;
  gap:8px 24px;
  min-height:118px;
  padding:14px clamp(18px,4vw,44px) 10px;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid #ececec!important;
  box-shadow:0 12px 32px rgba(17,17,17,.045)!important;
}
.site-header .brand-lockup{
  grid-area:brand;
  justify-self:center;
  min-width:0!important;
  padding:0!important;
}
.brand-logo-img{
  width:168px!important;
  height:84px;
  max-height:84px!important;
  object-fit:contain;
  display:block;
}
.site-header .header-search{
  grid-area:search;
  justify-self:start;
  width:min(360px,100%);
  min-width:220px;
  height:42px;
  border-radius:999px;
  background:#fff!important;
  border:1px solid #e7e2df!important;
  box-shadow:0 8px 20px rgba(17,17,17,.04)!important;
}
.site-header .header-search input{
  font-weight:360;
  font-size:13px;
}
.site-header .header-search button{
  width:44px;
  padding:0;
  font-size:0;
  background:#1f1d1b!important;
  position:relative;
}
.site-header .header-search button::before{
  content:"";
  width:13px;
  height:13px;
  border:2px solid #fff;
  border-radius:50%;
  position:absolute;
  left:14px;
  top:11px;
}
.site-header .header-search button::after{
  content:"";
  width:8px;
  height:2px;
  background:#fff;
  position:absolute;
  left:25px;
  top:25px;
  transform:rotate(45deg);
  border-radius:999px;
}
.site-header .header-actions{
  grid-area:actions;
  justify-self:end;
  gap:12px;
}
.site-header .header-icon-btn{
  width:42px;
  height:42px;
  min-height:42px;
  border:0;
  background:transparent!important;
  box-shadow:none!important;
  color:#2c2927;
}
.site-header .header-icon-btn:hover{
  color:#696969;
  transform:translateY(-1px);
}
.site-header .nav{
  grid-area:nav;
  justify-content:center;
  justify-self:center;
  width:100%;
  gap:clamp(18px,2.4vw,34px)!important;
  padding:8px 0 0!important;
  border-top:1px solid #f0eeee;
}
.site-header .nav a{
  min-height:auto;
  padding:0!important;
  color:#1f1d1b;
  font-size:13px;
  font-weight:620;
  letter-spacing:.25px;
  text-transform:uppercase;
}
.site-header .nav a::after{
  background:#696969;
  height:1px;
  margin-top:6px;
}
.site-header .nav a:hover{
  color:#696969!important;
}
@media (max-width:1180px){
  .site-header{
    grid-template-columns:auto 1fr auto;
    grid-template-areas:
      "brand brand actions"
      "search search search"
      "nav nav nav";
  }
  .site-header .header-search{
    justify-self:center;
    width:min(520px,100%);
  }
}
@media (max-width:820px){
  .site-header{
    display:flex!important;
    min-height:74px;
    padding:12px 16px;
  }
  .brand-logo-img{
    width:136px!important;
    height:58px;
  }
  .site-header .header-search{display:none}
  .site-header .nav{
    border-top:0;
    padding:18px!important;
  }
}

/* Contact minimal form, corporate pages and smaller listing cards */
.contact-minimal{
  display:grid;
  grid-template-columns:minmax(280px,.85fr) minmax(320px,520px);
  gap:42px;
  align-items:start;
  padding:72px clamp(18px,6vw,96px);
  background:#fff;
}
.contact-minimal-copy{
  padding-top:18px;
}
.contact-minimal-copy h1{
  max-width:660px;
  margin:10px 0 16px;
  color:#171717;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-size:clamp(38px,5vw,66px);
  line-height:1.02;
  font-weight:500;
}
.contact-minimal-copy p{
  max-width:560px;
  color:#625d59;
  font-size:17px;
  line-height:1.75;
}
.contact-whatsapp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  margin-top:18px;
  padding:0 18px;
  border-radius:999px;
  background:#696969;
  color:#696969;
  font-weight:560;
}
.contact-form-panel{
  display:grid;
  gap:14px;
  padding:26px;
  border:1px solid #eeeeee;
  background:#fff;
  box-shadow:0 16px 38px rgba(17,17,17,.055);
}
.contact-form-panel label{
  display:grid;
  gap:8px;
  color:#312d2b;
  font-weight:480;
}
.contact-form-panel input,
.contact-form-panel textarea{
  width:100%;
  border:1px solid #e7e2e5;
  background:#fff;
  padding:13px;
  outline:none;
}
.contact-form-panel textarea{
  resize:vertical;
  min-height:132px;
}
.contact-form-panel input:focus,
.contact-form-panel textarea:focus{
  border-color:#696969;
  box-shadow:0 0 0 3px rgba(105,105,105,.14);
}
.contact-form-panel .btn{
  border-radius:999px;
  background:#696969!important;
  color:#fff!important;
  font-weight:520;
}
.contact-form-panel .form-message{
  min-height:22px;
  margin:0;
  color:#8a1f1f;
  font-weight:520;
}
.contact-form-panel .form-message.ok{
  color:#147445;
}
.legal-section{
  background:#fff!important;
  padding-top:42px;
}
.legal-content{
  max-width:960px;
  margin:0 auto;
  padding:34px;
  border:1px solid #eeeeee;
  background:#fff!important;
  color:#514d49;
  line-height:1.9;
  box-shadow:0 14px 34px rgba(17,17,17,.045);
}
.legal-content::first-line{
  color:#171717;
}
.page-title:not(.cart-title){
  background:linear-gradient(180deg,#fff,#fbf9fb)!important;
  color:#171717!important;
  border-bottom:1px solid #eeeeee!important;
}
.page-title:not(.cart-title) h1{
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-weight:500;
  color:#171717;
}
.page-title:not(.cart-title) p{
  color:#625d59!important;
}
.home-product-grid{
  max-width:1180px!important;
  column-gap:38px!important;
  row-gap:52px!important;
}
.home-product-grid .product-card-clean{
  grid-template-rows:248px 158px;
  min-height:406px;
}
.home-product-grid .product-card-clean .product-image{
  height:248px;
}
.home-product-grid .product-card-clean .product-image img{
  padding:22px 28px 10px;
}
.home-product-grid .product-card-clean .product-info{
  grid-template-rows:26px 38px 26px 36px;
  min-height:158px;
  gap:7px;
}
.home-product-grid .product-card-clean .campaign-label{
  min-width:128px;
  height:26px;
  font-size:11px;
}
.home-product-grid .product-card-clean h3,
.home-product-grid .product-card-clean h3 a{
  font-size:16px;
}
.home-product-grid .product-card-clean .price-row strong{
  font-size:17px;
}
.home-product-grid .product-card-clean .btn.mini{
  min-height:35px;
}
.promo-duo{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:34px 0 18px!important;
}
.promo-tile{
  min-height:0!important;
  aspect-ratio:2.65/1;
  overflow:hidden;
  border-radius:18px;
}
.promo-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.promo-tile span{
  left:26px;
  right:26px;
  bottom:24px;
}
.promo-tile strong{
  font-size:clamp(18px,1.85vw,28px);
}
@media (max-width:980px){
  .contact-minimal{grid-template-columns:1fr}
}
@media (max-width:820px){
  .home-product-grid .product-card-clean{grid-template-rows:230px 158px;min-height:388px}
  .home-product-grid .product-card-clean .product-image{height:230px}
  .promo-duo{grid-template-columns:1fr!important;gap:16px!important;width:min(100% - 22px,620px)}
  .promo-tile{aspect-ratio:1.9/1;border-radius:14px}
  .promo-tile span{left:18px;right:18px;bottom:18px}
}

/* Neutral grey refresh: replace pink accents with #696969 and modernize cart/category flows */
:root{
  --soft-accent:#696969;
  --soft-accent-2:#4f4f4f;
  --soft-accent-light:#eeeeee;
}
.stars,
.rating-line span,
.contact-whatsapp-btn,
.review-share-btn,
.footer-powered a,
.instagram-follow a,
.campaign-pill,
.price-box em,
.coupon-clear,
.cart-continue,
.account-card a,
.legal-content a,
.contact-minimal a{
  color:#696969!important;
}
.btn.gold,
.btn.mini,
.contact-form-panel .btn,
.review-share-btn:hover,
.coupon-box button,
.checkout-submit-proxy,
.cart-added-primary,
.product-card-clean .btn.mini,
.home-product-grid .product-card-clean .btn.mini{
  background:#696969!important;
  color:#fff!important;
  border-color:#696969!important;
  box-shadow:0 12px 28px rgba(105,105,105,.16)!important;
}
.btn.gold:hover,
.btn.mini:hover,
.coupon-box button:hover,
.checkout-submit-proxy:hover{
  background:#4f4f4f!important;
}
.contact-whatsapp-btn,
.price-box em,
.campaign-pill,
.product-card-clean .campaign-label,
.home-product-grid .product-card-clean .campaign-label,
.account-mini-stats article,
.guest-note,
.checkout-login-note,
.cart-offer-line,
.address-info-line{
  background:#eeeeee!important;
  color:#696969!important;
}
.badge,
.sale-badge,
.product-track .badge,
.product-grid .badge{
  background:#696969!important;
  color:#fff!important;
}
.contact-form-panel input:focus,
.contact-form-panel textarea:focus,
.review-modal-panel textarea:focus,
.checkout input:focus,
.checkout textarea:focus,
.checkout select:focus,
.filters input:focus,
.filters select:focus{
  border-color:#696969!important;
  box-shadow:0 0 0 3px rgba(105,105,105,.12)!important;
}
.footer::before,
.page-title:not(.cart-title)::after{
  background:linear-gradient(90deg,transparent,#696969,transparent)!important;
}
.cart-added-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:grid;
  place-items:center;
  padding:20px;
}
.cart-added-backdrop{
  position:absolute;
  inset:0;
  background:rgba(16,16,16,.42);
  backdrop-filter:blur(10px);
}
.cart-added-panel{
  position:relative;
  width:min(430px,100%);
  padding:30px;
  text-align:center;
  background:#fff;
  border:1px solid #e7e7e7;
  box-shadow:0 28px 80px rgba(17,17,17,.18);
}
.cart-added-close{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border:1px solid #e1e1e1;
  background:#fff;
  color:#696969;
  cursor:pointer;
}
.cart-added-check{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin:0 auto 16px;
  border-radius:50%;
  background:#696969;
  color:#fff;
  font-size:28px;
}
.cart-added-panel h2{
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-size:24px;
  font-weight:560;
}
.cart-added-panel p{
  color:#625d59;
  line-height:1.7;
}
.cart-added-panel>div:last-child{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:20px;
}
.cart-added-secondary{
  background:#fff!important;
  color:#696969!important;
  border:1px solid #d8d8d8!important;
}
.cart-shell.light-cart{
  background:#fff!important;
}
.cart-offer-line{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto 30px;
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d8e8ef;
  color:#3d5d6d!important;
  background:#eaf6fb!important;
  font-size:14px;
}
.cart-center-title{
  text-align:center;
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-size:28px;
  font-weight:560;
  margin:0 auto 28px;
}
.new-cart-layout{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  grid-template-columns:minmax(0,1fr) 310px!important;
  gap:28px!important;
}
.cart-table{
  background:#fff;
}
.cart-table-head,
.cart-table-row{
  display:grid;
  grid-template-columns:minmax(320px,1fr) 140px 128px 140px 44px;
  align-items:center;
  gap:14px;
}
.cart-table-head{
  min-height:42px;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  color:#3c3c3c;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
}
.cart-table-row{
  min-height:96px;
  border-bottom:1px solid #ededed;
}
.cart-product-cell{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:16px;
  align-items:center;
}
.cart-product-cell img{
  width:58px;
  height:76px;
  object-fit:contain;
  background:#fff;
}
.cart-product-cell b{
  display:block;
  font-size:15px;
  font-weight:560;
  color:#2a2a2a;
}
.cart-product-cell span,
.cart-product-cell del{
  display:block;
  margin-top:4px;
  color:#777;
  font-size:13px;
}
.new-cart-layout .qty-control{
  border-radius:0;
  border-color:#dcdcdc;
  grid-template-columns:36px 42px 36px;
}
.icon-remove{
  width:34px;
  height:34px;
  padding:0!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#696969!important;
  font-size:22px;
}
.cart-bottom-actions{
  display:flex;
  gap:10px;
  margin-top:80px;
}
.cart-bottom-actions a,
.cart-bottom-actions button{
  min-width:210px;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d2d2d2;
  background:#fff;
  color:#222;
  cursor:pointer;
}
.new-cart-summary{
  position:static!important;
  background:#fafafa!important;
  color:#171717!important;
  border:0!important;
  box-shadow:0 16px 42px rgba(17,17,17,.06)!important;
  border-radius:0!important;
  padding:20px!important;
}
.new-cart-summary .coupon-box{
  margin:0 0 12px!important;
  padding:12px!important;
  border:0!important;
  border-bottom:1px solid #dedede!important;
  background:#f5f5f5!important;
  border-radius:0!important;
}
.new-cart-summary .coupon-box div,
.checkout-mini-summary .coupon-box div{
  gap:0!important;
}
.new-cart-summary .coupon-box input,
.checkout-mini-summary .coupon-box input{
  border-radius:0!important;
  border-color:#cfcfcf!important;
}
.new-cart-summary .coupon-box button,
.checkout-mini-summary .coupon-box button{
  border-radius:0!important;
  min-height:40px;
  background:#111!important;
}
.new-cart-summary .summary-lines dt,
.new-cart-summary .summary-lines dd{
  color:#171717!important;
}
.new-cart-summary .btn{
  margin-top:28px;
  border-radius:3px!important;
  text-transform:uppercase;
  background:#696969!important;
}
.premium-checkout{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  grid-template-columns:minmax(0,1fr) 340px!important;
  gap:24px!important;
  background:#fff!important;
}
.checkout-title{
  text-align:center;
}
.checkout-form,
.checkout-side-summary{
  border-radius:0!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
.checkout-login-note{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  margin-bottom:54px;
  border:1px solid #d6d6d6;
  background:#eeeeee!important;
  color:#4b4630!important;
  font-weight:700;
}
.checkout-field-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px 30px;
}
.checkout-form label,
.checkout-side-summary label{
  color:#34424c;
  font-weight:650!important;
}
.checkout-form input,
.checkout-form textarea,
.checkout-form select,
.checkout-side-summary select{
  border-radius:3px!important;
  border-color:#bfbfbf!important;
  min-height:43px;
}
.checkout-form textarea[name="address"]{
  min-height:98px;
}
.checkout-form textarea[name="order_note"]{
  min-height:98px;
}
.address-info-line{
  min-height:36px;
  display:flex;
  align-items:center;
  padding:0 12px;
  margin:-2px 0 10px;
  border:1px solid #b9d8ef;
  background:#e9f5ff!important;
  color:#31536f!important;
  font-size:14px;
}
.checkout-side-summary{
  padding:20px!important;
  box-shadow:0 16px 42px rgba(17,17,17,.06)!important;
  background:#fafafa!important;
  height:max-content;
}
.checkout-mini-summary{
  display:grid;
  gap:16px;
  margin-bottom:20px;
}
.checkout-mini-summary .coupon-box{
  margin:0!important;
  padding:12px!important;
  border:0!important;
  border-bottom:1px solid #dedede!important;
  border-radius:0!important;
  background:#f5f5f5!important;
}
.checkout-submit-proxy{
  width:100%;
  margin-top:22px;
  border-radius:0!important;
  text-transform:uppercase;
}
.category-shop-layout{
  background:#fff;
}
.premium-filters{
  border:1px solid #e8e8e8!important;
  border-radius:0!important;
  box-shadow:0 16px 40px rgba(17,17,17,.045);
  padding:20px!important;
}
.premium-filters form{
  display:grid;
  gap:10px;
}
.premium-filters input,
.premium-filters select{
  border:1px solid #d4d4d4!important;
  border-radius:0!important;
  min-height:42px;
  padding:0 12px;
  background:#fff;
}
.premium-filters .btn{
  border-radius:0!important;
  min-height:40px;
}
.filter-reset{
  padding:8px 0!important;
  border:0!important;
  color:#696969!important;
  font-weight:650;
}
.filter-links{
  display:grid;
  margin-top:18px;
  border-top:1px solid #eeeeee;
  padding-top:12px;
}
.filter-links span{
  color:#696969;
  font-size:12px;
  font-weight:750;
  text-transform:uppercase;
  letter-spacing:1px;
}
.filter-links a{
  padding:11px 0!important;
  color:#424242!important;
}
.filter-links a.active{
  color:#111!important;
  font-weight:750;
}
.category-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:34px!important;
}
.category-product-grid .product-card-clean{
  grid-template-rows:230px 152px!important;
  min-height:382px!important;
  box-shadow:0 12px 32px rgba(17,17,17,.045)!important;
}
.category-product-grid .product-card-clean .product-image{
  height:230px!important;
}
.category-product-grid .product-card-clean .product-image img{
  padding:22px 28px 10px!important;
}
.category-product-grid .product-card-clean .product-info{
  grid-template-rows:24px 36px 26px 34px!important;
  min-height:152px!important;
  gap:6px!important;
}
.category-product-grid .product-card-clean h3,
.category-product-grid .product-card-clean h3 a{
  font-size:15px!important;
  font-weight:520!important;
}
.category-product-grid .product-card-clean .price-row strong{
  font-size:16px!important;
}
@media (max-width:1100px){
  .category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .new-cart-layout,.premium-checkout{grid-template-columns:1fr!important}
}
@media (max-width:760px){
  .cart-added-panel>div:last-child,
  .checkout-field-grid{grid-template-columns:1fr}
  .cart-table-head{display:none}
  .cart-table-row{grid-template-columns:1fr;gap:10px;padding:16px 0}
  .cart-product-cell{grid-template-columns:64px 1fr}
  .cart-bottom-actions{margin-top:28px;display:grid}
  .cart-bottom-actions a,.cart-bottom-actions button{width:100%;min-width:0}
  .category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}
}
@media (max-width:520px){
  .category-product-grid{grid-template-columns:1fr!important}
}

/* Final grey theme enforcement for all customer-facing soft/pink legacy areas */
body,
.legal-section,
.contact-minimal,
.category-shop-layout,
.cart-shell,
.checkout,
.account-layout,
.auth-shell,
.customer-satisfaction-page,
.review-showcase{
  background:#fff!important;
}
.page-title,
.page-title:not(.cart-title),
.light-page-title,
.checkout-title{
  background:#fff!important;
  color:#171717!important;
  border-bottom:1px solid #e5e5e5!important;
}
.page-title .eyebrow,
.page-title h1,
.page-title p,
.light-page-title h1,
.light-page-title p{
  color:#171717!important;
}
.eyebrow,
.section-head .eyebrow,
.footer h3,
.footer-powered a,
.instagram-follow strong,
.contact-minimal-copy span,
.contact-modern-card span,
.bank-info dt,
.order-payment,
.account-mini-stats strong,
.tracking-card span,
.product-info small,
.price-row strong,
.filter-links span{
  color:#696969!important;
}
.footer{
  background:#696969!important;
  color:#fff!important;
  border-top:1px solid #e5e5e5!important;
  box-shadow:none!important;
}
.footer::before{
  background:linear-gradient(90deg,transparent,#696969,transparent)!important;
}
.footer p,
.footer a,
.footer span{
  color:rgba(255,255,255,.82)!important;
}
.footer a:hover{
  color:#fff!important;
}
.footer-newsletter input,
.footer-newsletter button{
  border-color:#d6d6d6!important;
}
.footer-newsletter button,
.footer-social a,
.instagram-follow a,
.btn.gold,
.btn.mini,
.review-share-btn,
.contact-form-panel .btn,
.auth-form .btn,
.account-form .btn,
.checkout-submit-proxy,
.coupon-box button,
.header-search button{
  background:#696969!important;
  color:#fff!important;
  border-color:#696969!important;
}
.footer-brand,
.footer-logo-img,
.brand-logo-img{
  background:transparent!important;
}
.legal-content,
.auth-panel,
.account-card,
.account-sidebar,
.contact-form-panel,
.contact-modern-card,
.checkout-form,
.payment-note,
.premium-payment-note,
.filters,
.premium-filters,
.cart-added-panel,
.new-cart-summary,
.checkout-side-summary,
.product-card-clean,
.order-history-card,
.premium-order-card{
  background:#fff!important;
  border-color:#e1e1e1!important;
  box-shadow:0 12px 34px rgba(17,17,17,.045)!important;
}
.auth-shell,
.contact-hero,
.account-hero{
  background:#696969!important;
  color:#fff!important;
}
.auth-copy p,
.contact-hero p,
.account-hero p{
  color:rgba(255,255,255,.82)!important;
}
.auth-tabs{
  background:#eeeeee!important;
}
.auth-tabs button.active,
.order-topline span,
.tracking-card,
.quick-actions a{
  background:#696969!important;
  color:#fff!important;
}
.account-avatar,
.brand-mark,
.story-frame,
.review-share-btn:hover,
.contact-whatsapp-btn,
.campaign-pill,
.campaign-label,
.product-card-clean .campaign-label,
.home-product-grid .product-card-clean .campaign-label,
.category-product-grid .product-card-clean .campaign-label,
.price-box em,
.delivery-card,
.guest-note,
.checkout-login-note,
.address-info-line,
.cart-offer-line,
.tracking-card.muted{
  background:#eeeeee!important;
  color:#696969!important;
  border-color:#d6d6d6!important;
}
.story-frame{
  box-shadow:0 8px 20px rgba(105,105,105,.14)!important;
}
.ticker-strip{
  background:#696969!important;
  color:#fff!important;
  border-color:#696969!important;
}
.ticker-track a,
.ticker-track a::before{
  color:#fff!important;
}
.ticker-track a::before{
  background:#fff!important;
}
.story-strip,
.promo-duo,
.instagram-follow,
.contact-process,
.contact-modern-grid,
.detail-recommendations,
.best-detail{
  background:#fff!important;
  border-color:#e5e5e5!important;
}
.promo-tile{
  background:#696969!important;
}
.promo-tile::after{
  background:linear-gradient(90deg,rgba(105,105,105,.88),rgba(105,105,105,.28) 62%,rgba(105,105,105,.08))!important;
}
.promo-tile small,
.promo-tile strong{
  color:#fff!important;
}
.product-image,
.product-track .product-image,
.product-grid .product-image,
.product-main-image,
.detail-image{
  background:#fff!important;
}
.badge,
.sale-badge,
.discount-ribbon{
  background:#d62828!important;
  color:#fff!important;
  border-color:#d62828!important;
  box-shadow:none!important;
}
.shipping-badge{
  background:#f28c28!important;
  color:#fff!important;
  border-color:#f28c28!important;
  box-shadow:none!important;
}
.product-info,
.product-card,
.review-card,
.category-tile,
.blog-card,
.contact-card{
  background:#fff!important;
  border-color:#e5e5e5!important;
}
.product-info h3 a:hover,
.nav a:hover,
.section-head a,
.filter-reset,
.filter-links a.active{
  color:#696969!important;
}
.nav a:hover,
.header-icon-btn:hover{
  background:rgba(105,105,105,.10)!important;
}
.header-icon-btn,
.header-search,
.icon-link,
.menu-btn{
  border-color:rgba(105,105,105,.34)!important;
  background:rgba(105,105,105,.08)!important;
}
.site-header,
.header-top{
  border-color:#e5e5e5!important;
}
.cart-remove,
.icon-remove{
  color:#696969!important;
}
.cart-remove:hover,
.icon-remove:hover{
  background:#eeeeee!important;
}
input:focus,
textarea:focus,
select:focus{
  border-color:#696969!important;
  box-shadow:0 0 0 3px rgba(105,105,105,.12)!important;
}

/* Requested footer/social and bestseller refinements */
.footer .footer-newsletter form{
  border-color:rgba(255,255,255,.34)!important;
  background:rgba(255,255,255,.12)!important;
}
.footer .footer-newsletter input{
  background:rgba(255,255,255,.96)!important;
  color:#171717!important;
}
.footer .footer-newsletter button{
  background:#fff!important;
  color:#696969!important;
  border-left:1px solid rgba(105,105,105,.18)!important;
}
.footer .footer-newsletter button:hover{
  background:#f2f2f2!important;
  color:#4f4f4f!important;
}
.footer .footer-social a{
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.34)!important;
}
.footer .footer-social a:hover{
  background:#fff!important;
  color:#696969!important;
}
.footer .footer-powered{
  border-top-color:rgba(255,255,255,.18)!important;
}
.footer .footer-powered a{
  color:rgba(255,255,255,.74)!important;
}
.footer .footer-powered a:hover{
  color:#fff!important;
}
.instagram-follow a{
  border:0!important;
  background:radial-gradient(circle at 25% 105%,#feda75 0 18%,#fa7e1e 34%,#d62976 58%,#962fbf 78%,#4f5bd5 100%)!important;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(214,41,118,.20)!important;
}
.instagram-follow a:hover{
  filter:saturate(1.08) brightness(1.02);
  transform:translateY(-1px);
}
.home-product-showcase .section-head{
  align-items:center!important;
}
.bestseller-title{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif!important;
  font-size:clamp(28px,3.2vw,42px)!important;
  line-height:1.05!important;
  font-weight:420!important;
  letter-spacing:0!important;
  color:#171717!important;
}
.bestseller-title span{
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
  border-radius:50%;
  background:#696969;
  color:#fff;
    font-size:15px;
    font-family:"Segoe UI",Inter,Arial,sans-serif;
}

/* Final customer-facing refinements */
.header-actions{
  align-items:stretch!important;
  gap:8px!important;
}
.header-icon-btn{
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  min-width:66px!important;
  min-height:50px!important;
  padding:7px 10px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(105,105,105,.18)!important;
  color:#2b2b2b!important;
  box-shadow:0 10px 24px rgba(40,40,40,.07)!important;
}
.header-icon-btn svg{
  width:19px!important;
  height:19px!important;
  fill:currentColor!important;
}
.header-icon-btn span{
  display:block!important;
  margin:0!important;
  font:500 10px/1.1 Inter,"Segoe UI",Arial,sans-serif!important;
  letter-spacing:0!important;
  color:inherit!important;
  white-space:nowrap!important;
}
.header-icon-btn.whatsapp-link{
  background:rgba(37,211,102,.10)!important;
  border-color:rgba(37,211,102,.28)!important;
  color:#168a43!important;
}
.header-icon-btn:hover{
  transform:translateY(-2px)!important;
  background:#fff!important;
}

.contact-minimal-copy h1{
  max-width:560px!important;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif!important;
  font-size:clamp(30px,3.2vw,46px)!important;
  font-weight:420!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  color:#1f1f1f!important;
}
.contact-minimal-copy p{
  max-width:540px!important;
  font:400 15px/1.8 Inter,"Segoe UI",Arial,sans-serif!important;
  color:#686868!important;
}
.contact-action-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  margin-top:18px;
}
.contact-whatsapp-btn,
.contact-phone-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  font:650 13px/1 Inter,"Segoe UI",Arial,sans-serif!important;
  letter-spacing:0!important;
  box-shadow:0 12px 24px rgba(0,0,0,.08)!important;
}
.contact-whatsapp-btn{
  background:#25d366!important;
  border:1px solid #25d366!important;
  color:#fff!important;
}
.contact-phone-btn{
  background:#696969!important;
  border:1px solid #696969!important;
  color:#fff!important;
}

.home-product-grid,
.category-product-grid,
.detail-product-grid{
  gap:34px 24px!important;
}
.home-product-grid,
.category-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.detail-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.product-card-clean,
.home-product-grid .product-card-clean,
.category-product-grid .product-card-clean,
.detail-product-grid .product-card-clean{
  display:grid!important;
  grid-template-rows:210px 148px!important;
  min-height:358px!important;
  border-radius:7px!important;
}
.product-card-clean .product-image,
.home-product-grid .product-card-clean .product-image,
.category-product-grid .product-card-clean .product-image,
.detail-product-grid .product-card-clean .product-image{
  height:210px!important;
  min-height:210px!important;
  aspect-ratio:auto!important;
  padding:12px!important;
  background:#fff!important;
}
.product-card-clean .product-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.product-card-clean .product-info,
.home-product-grid .product-card-clean .product-info,
.category-product-grid .product-card-clean .product-info,
.detail-product-grid .product-card-clean .product-info{
  min-height:148px!important;
  padding:10px 12px 12px!important;
  display:grid!important;
  grid-template-rows:22px 38px 24px 34px!important;
  gap:6px!important;
}
.product-card-clean h3,
.product-card-clean h3 a{
  font-size:14px!important;
  line-height:1.28!important;
  font-weight:420!important;
}
.product-card-clean .price-row{
  margin:0!important;
  min-height:24px!important;
}
.product-card-clean .price-row strong{
  font-size:16px!important;
  font-weight:650!important;
}
.product-card-clean .price-row del{
  font-size:12px!important;
}
.product-card-clean .btn.mini{
  min-height:34px!important;
  border-radius:999px!important;
  font-size:11px!important;
  font-weight:620!important;
}
.detail-recommendations .section-head{
  justify-content:center!important;
  text-align:center!important;
  border-bottom:0!important;
  margin-bottom:18px!important;
  padding-bottom:0!important;
}
.detail-recommendations .section-head .eyebrow{
  display:none!important;
}
.detail-recommendations .section-head h2{
  margin:0 auto!important;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif!important;
  font-size:clamp(24px,2.4vw,34px)!important;
  font-weight:400!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  color:#242424!important;
}
.product-tabs{
  grid-template-columns:1fr 1fr!important;
}
.price-box em,
.campaign-pill{
  background:#696969!important;
  color:#fff!important;
}

.story-item{
  cursor:pointer!important;
}

.footer{
  background:#696969!important;
  color:#fff!important;
}
.footer h3{
  color:#fff!important;
  font:700 15px/1.2 Inter,"Segoe UI",Arial,sans-serif!important;
  letter-spacing:.2px!important;
  text-shadow:0 1px 10px rgba(0,0,0,.14)!important;
}
.footer p,
.footer a,
.footer span{
  color:rgba(255,255,255,.86)!important;
}
.footer a:hover{
  color:#fff!important;
  opacity:1!important;
}
.footer .footer-newsletter form{
  background:rgba(255,255,255,.16)!important;
  border-color:rgba(255,255,255,.36)!important;
}
.footer .footer-newsletter button{
  background:#f7f7f7!important;
  color:#4b4b4b!important;
}
.footer .footer-social a{
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.38)!important;
}
.footer .footer-social a:hover{
  background:#fff!important;
  color:#696969!important;
}
.footer .footer-powered a{
  color:rgba(255,255,255,.78)!important;
}

@media (max-width:1180px){
  .home-product-grid,
  .category-product-grid,
  .detail-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:760px){
  .header-icon-btn{min-width:54px!important;padding:6px 7px!important}
  .header-icon-btn span{font-size:9px!important}
  .home-product-grid,
  .category-product-grid,
  .detail-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 12px!important}
  .product-card-clean,
  .home-product-grid .product-card-clean,
  .category-product-grid .product-card-clean,
  .detail-product-grid .product-card-clean{grid-template-rows:178px 146px!important;min-height:324px!important}
  .product-card-clean .product-image,
  .home-product-grid .product-card-clean .product-image,
  .category-product-grid .product-card-clean .product-image,
  .detail-product-grid .product-card-clean .product-image{height:178px!important;min-height:178px!important}
}

/* Final product-card and contact button alignment */
.contact-whatsapp-btn,
.contact-phone-btn,
.contact-whatsapp-btn *,
.contact-phone-btn *{
  color:#fff!important;
}
.home-product-grid,
.category-product-grid{
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:34px 24px!important;
}
.home-product-grid .product-card-clean,
.category-product-grid .product-card-clean{
  grid-template-rows:210px 144px!important;
  min-height:354px!important;
}
.home-product-grid .product-card-clean .product-image,
.category-product-grid .product-card-clean .product-image{
  height:210px!important;
  min-height:210px!important;
  padding:12px!important;
}
.home-product-grid .product-card-clean .product-info,
.category-product-grid .product-card-clean .product-info{
  grid-template-rows:20px 38px 23px 30px!important;
  min-height:144px!important;
  padding:9px 12px 11px!important;
  gap:6px!important;
}
.home-product-grid .product-card-clean .campaign-label,
.category-product-grid .product-card-clean .campaign-label{
  height:20px!important;
  min-height:20px!important;
  font-size:10px!important;
  padding:0 9px!important;
}
.home-product-grid .product-card-clean h3,
.home-product-grid .product-card-clean h3 a,
.category-product-grid .product-card-clean h3,
.category-product-grid .product-card-clean h3 a{
  font-size:14px!important;
  line-height:1.28!important;
  font-weight:420!important;
}
.home-product-grid .product-card-clean .price-row,
.category-product-grid .product-card-clean .price-row{
  min-height:23px!important;
}
.home-product-grid .product-card-clean .price-row strong,
.category-product-grid .product-card-clean .price-row strong{
  font-size:16px!important;
}
.home-product-grid .product-card-clean .btn.mini,
.category-product-grid .product-card-clean .btn.mini,
.product-card-clean .btn.mini{
  min-height:30px!important;
  height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-size:10px!important;
  font-weight:620!important;
  letter-spacing:.15px!important;
}
@media (max-width:1180px){
  .home-product-grid,
  .category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:760px){
  .home-product-grid,
  .category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 12px!important}
  .home-product-grid .product-card-clean,
  .category-product-grid .product-card-clean{grid-template-rows:176px 140px!important;min-height:316px!important}
  .home-product-grid .product-card-clean .product-image,
  .category-product-grid .product-card-clean .product-image{height:176px!important;min-height:176px!important}
}

/* Final ticker and cart typography polish */
.ticker-strip{
  background:#000!important;
  color:#fff!important;
  border-top:1px solid #000!important;
  border-bottom:1px solid #000!important;
}
.ticker-track a{
  color:#fff!important;
  font-weight:560!important;
  font-size:12px!important;
  letter-spacing:.15px!important;
}
.ticker-track a::before{
  background:#fff!important;
}
.cart-summary,
.new-cart-summary,
.checkout-side-summary{
  padding:18px!important;
}
.cart-summary h2,
.cart-center-title{
  font-size:22px!important;
  font-weight:450!important;
  letter-spacing:0!important;
}
.summary-lines{
  gap:7px!important;
  margin-bottom:14px!important;
}
.summary-lines dt{
  font-size:12px!important;
  font-weight:500!important;
  color:#696969!important;
}
.summary-lines dd{
  font-size:13px!important;
  font-weight:650!important;
  color:#222!important;
}
.summary-lines .grand{
  font-size:15px!important;
  padding-top:10px!important;
}
.cart-summary .btn,
.new-cart-summary .btn,
.checkout-submit-proxy,
.checkout-side-summary .btn{
  min-height:38px!important;
  height:38px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:620!important;
  letter-spacing:.1px!important;
}
.coupon-box{
  padding:12px!important;
  margin:12px 0!important;
}
.coupon-box label{
  font-size:12px!important;
  font-weight:600!important;
}
.coupon-box input{
  min-height:36px!important;
  padding:8px 11px!important;
  font-size:12px!important;
}
.coupon-box button{
  min-height:36px!important;
  padding:0 12px!important;
  font-size:12px!important;
  font-weight:620!important;
}
.cart-table-head{
  font-size:11px!important;
  font-weight:650!important;
}
.cart-product-info b,
.cart-product-cell b{
  font-size:14px!important;
  font-weight:520!important;
}
.line-total,
.cart-table-row>strong{
  font-size:13px!important;
}

/* Hard lock contact action text color */
.contact-minimal .contact-whatsapp-btn,
.contact-minimal .contact-phone-btn,
.contact-minimal .contact-whatsapp-btn:visited,
.contact-minimal .contact-phone-btn:visited,
.contact-minimal .contact-whatsapp-btn:hover,
.contact-minimal .contact-phone-btn:hover,
.contact-minimal .contact-whatsapp-btn *,
.contact-minimal .contact-phone-btn *{
  color:#fff!important;
}

/* Hard lock category/list product cards against overflow */
.category-shop-layout .category-product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:34px 26px!important;
  align-items:start!important;
}
.category-shop-layout .product-card-clean{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  grid-template-rows:206px 146px!important;
  min-height:352px!important;
}
.category-shop-layout .product-card-clean .product-image{
  width:100%!important;
  height:206px!important;
  min-height:206px!important;
  overflow:hidden!important;
}
.category-shop-layout .product-card-clean .product-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:12px!important;
}
.category-shop-layout .product-card-clean .product-info{
  min-width:0!important;
  overflow:hidden!important;
  grid-template-rows:20px 38px 23px 30px!important;
}
.category-shop-layout .product-card-clean h3,
.category-shop-layout .product-card-clean h3 a{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-width:0!important;
  max-width:100%!important;
  word-break:normal!important;
}
.category-shop-layout .product-card-clean .campaign-label,
.category-shop-layout .product-card-clean .price-row,
.category-shop-layout .product-card-clean .btn.mini{
  max-width:100%!important;
  min-width:0!important;
}
@media (max-width:1180px){
  .category-shop-layout .category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:760px){
  .category-shop-layout .category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 12px!important}
  .category-shop-layout .product-card-clean{grid-template-rows:176px 140px!important;min-height:316px!important}
  .category-shop-layout .product-card-clean .product-image{height:176px!important;min-height:176px!important}
}
@media (max-width:480px){
  .category-shop-layout .category-product-grid{grid-template-columns:1fr!important}
}

/* Footer-top payment trust strip */
.payment-trust-strip{
  width:min(1300px,calc(100% - 36px));
  margin:34px auto 18px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
  min-height:76px;
  padding:0 26px;
  border-radius:999px;
  background:#f4f4f4;
  border:1px solid rgba(105,105,105,.10);
  box-shadow:0 14px 34px rgba(105,105,105,.06);
}
.payment-trust-strip article{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:52px;
  padding:0 22px;
  color:#252525;
  border-right:1px solid rgba(105,105,105,.22);
}
.payment-trust-strip article:last-child{
  border-right:0;
}
.payment-trust-strip svg{
  width:34px;
  height:34px;
  flex:0 0 34px;
  fill:#696969;
}
.payment-trust-strip span{
  color:#222;
  font:500 14px/1.2 Inter,"Segoe UI",Arial,sans-serif;
  letter-spacing:.1px;
  white-space:nowrap;
}
@media (max-width:860px){
  .payment-trust-strip{
    grid-template-columns:1fr;
    border-radius:24px;
    padding:12px 18px;
  }
  .payment-trust-strip article{
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid rgba(105,105,105,.16);
  }
  .payment-trust-strip article:last-child{border-bottom:0}
}
@media (max-width:520px){
  .payment-trust-strip span{white-space:normal;font-size:13px}
}

/* Compact cart and checkout first viewport */
.cart-title,
.checkout-title{
  min-height:0!important;
  padding:12px clamp(16px,4vw,46px) 10px!important;
  text-align:center!important;
}
.cart-title .eyebrow,
.checkout-title .eyebrow{
  margin-bottom:3px!important;
  font-size:9px!important;
  letter-spacing:1.1px!important;
}
.cart-title h1,
.checkout-title h1{
  margin:0!important;
  font-size:clamp(20px,2.2vw,30px)!important;
  line-height:1.05!important;
  font-weight:430!important;
}
.cart-title p,
.checkout-title p{
  max-width:640px!important;
  margin:5px auto 0!important;
  font-size:12px!important;
  line-height:1.35!important;
}
.premium-cart{
  padding-top:16px!important;
  padding-bottom:34px!important;
}
.cart-offer-line{
  min-height:26px!important;
  margin-bottom:14px!important;
  padding:5px 12px!important;
  font-size:11px!important;
}
.cart-center-title{
  margin:0 0 12px!important;
  font-size:20px!important;
}
.new-cart-layout{
  gap:16px!important;
}
.cart-table-row{
  min-height:76px!important;
  padding:8px 0!important;
}
.cart-product-cell img{
  width:48px!important;
  height:64px!important;
}
.cart-bottom-actions{
  margin-top:18px!important;
}
.cart-bottom-actions a,
.cart-bottom-actions button{
  min-height:34px!important;
  padding:0 14px!important;
  font-size:12px!important;
}
.premium-checkout{
  width:min(1180px,calc(100% - 28px))!important;
  margin:0 auto!important;
  padding:14px 0 34px!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:14px!important;
  align-items:start!important;
}
.checkout-form,
.checkout-side-summary{
  padding:14px!important;
}
.checkout-field-grid{
  gap:10px 14px!important;
}
.checkout-form label,
.checkout-side-summary label{
  gap:5px!important;
  margin-bottom:8px!important;
  font-size:12px!important;
  font-weight:560!important;
}
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.checkout-side-summary select{
  min-height:34px!important;
  padding:8px 10px!important;
  font-size:12px!important;
}
.checkout-form textarea[name="address"]{
  min-height:64px!important;
}
.checkout-form textarea[name="order_note"]{
  min-height:52px!important;
}
.address-info-line,
.checkout-login-note{
  min-height:0!important;
  margin:6px 0 8px!important;
  padding:7px 10px!important;
  font-size:11px!important;
  line-height:1.3!important;
}
.checkout-side-summary .coupon-box{
  margin:0 0 10px!important;
}
.checkout-side-summary .summary-lines{
  margin-bottom:10px!important;
}
.checkout-side-summary h2{
  margin:4px 0 8px!important;
  font-size:17px!important;
  font-weight:520!important;
}
.bank-info{
  gap:7px!important;
}
.bank-info div{
  padding:8px!important;
}
.bank-info dt{
  font-size:9px!important;
}
.bank-info dd{
  margin-top:3px!important;
  font-size:11px!important;
}
.bank-warning{
  margin-top:8px!important;
  padding:8px 10px!important;
  font-size:11px!important;
  line-height:1.35!important;
}
.checkout-submit-proxy{
  margin-top:10px!important;
  min-height:34px!important;
  height:34px!important;
  font-size:11px!important;
}
@media (max-width:980px){
  .premium-checkout{grid-template-columns:1fr!important}
}

/* Footer payment logos */
.footer-payment-logos{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  margin:16px 0 2px;
  padding:13px 0 10px;
  border-top:1px solid rgba(255,255,255,.20);
  border-bottom:1px solid rgba(255,255,255,.12);
  overflow:hidden;
}
.pay-logo{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:max-content;
  margin:0!important;
  color:#fff!important;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  font-size:20px;
  font-weight:850;
  line-height:1;
  letter-spacing:-.4px;
}
.pay-logo.bonus{color:#00a651!important}
.pay-logo.bonus b{color:#ffd400;margin-right:2px;font-size:28px;line-height:.8}
.pay-logo.world{color:#7d3fb2!important;font-weight:950}
.pay-logo.cardfinans{color:#198bd7!important}
.pay-logo.axess{color:#d9d9d9!important;font-size:18px}
.pay-logo.maximum{color:#ff1f9a!important;font-style:italic}
.pay-logo.paraf{color:#00a7d7!important;font-family:Georgia,serif;font-style:italic}
.pay-logo.visa{color:#1b5ca8!important;font-size:24px;font-style:italic}
.pay-logo.mastercard{position:relative;width:52px;height:26px;min-width:52px}
.pay-logo.mastercard i{
  width:26px;
  height:26px;
  border-radius:50%;
  display:block;
}
.pay-logo.mastercard i:first-child{background:#eb001b}
.pay-logo.mastercard i:last-child{background:#f79e1b;margin-left:-10px}
.pay-logo.comodo{
  color:#fff!important;
  background:#d6262f;
  border-radius:999px;
  padding:6px 10px;
  font-size:11px;
  letter-spacing:.2px;
}
@media (max-width:900px){
  .footer-payment-logos{
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .footer-payment-logos::-webkit-scrollbar{display:none}
}

/* Real footer social icon buttons */
.footer .footer-social{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.footer .footer-social .footer-social-icon{
  display:inline-grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(0,0,0,.12)!important;
  transform:none!important;
}
.footer .footer-social .footer-social-icon svg{
  width:21px!important;
  height:21px!important;
  fill:#fff!important;
}
.footer .footer-social .footer-social-icon.instagram{
  background:radial-gradient(circle at 25% 105%,#feda75 0 18%,#fa7e1e 34%,#d62976 58%,#962fbf 78%,#4f5bd5 100%)!important;
}
.footer .footer-social .footer-social-icon.whatsapp{
  background:#25d366!important;
}
.footer .footer-social .footer-social-icon:hover{
  transform:translateY(-2px)!important;
  filter:saturate(1.08)!important;
}

/* Minimal centered auth screen */
.auth-shell.auth-minimal-shell,
.light-auth-shell.auth-minimal-shell{
  display:grid!important;
  grid-template-columns:1fr!important;
  place-items:center!important;
  min-height:calc(100vh - 150px)!important;
  padding:34px 18px!important;
  background:#fff!important;
  color:#171717!important;
}
.auth-minimal-shell .auth-copy{
  display:none!important;
}
.auth-minimal-shell .auth-panel{
  width:min(420px,100%)!important;
  margin:0 auto!important;
  padding:22px!important;
  border-radius:8px!important;
  background:#fff!important;
  border:1px solid #eeeeee!important;
  box-shadow:0 16px 38px rgba(17,17,17,.06)!important;
}
.auth-minimal-shell .auth-tabs{
  margin-bottom:16px!important;
}
.auth-minimal-shell .auth-form{
  gap:12px!important;
}
.auth-minimal-shell .auth-form label{
  font-size:12px!important;
  font-weight:560!important;
}
.auth-minimal-shell .auth-form input{
  min-height:38px!important;
  padding:9px 11px!important;
  font-size:13px!important;
}
.auth-minimal-shell .auth-form .btn{
  min-height:38px!important;
  font-size:12px!important;
}

/* Customer satisfaction page starts directly with visuals */
.satisfaction-direct{
  padding:18px clamp(12px,3vw,36px) 42px!important;
  background:#fff!important;
}
.satisfaction-direct .satisfaction-slider{
  max-width:1280px!important;
  margin:0 auto!important;
}
.satisfaction-direct .satisfaction-track{
  padding-top:0!important;
}
.satisfaction-direct .satisfaction-slide{
  border-radius:8px!important;
  overflow:hidden!important;
}

/* Compact category and all-products titles */
.page-title:has(+ .category-shop-layout){
  padding:18px clamp(18px,5vw,72px) 10px!important;
  min-height:0!important;
  text-align:center!important;
  border-bottom:0!important;
  background:#fff!important;
}
.page-title:has(+ .category-shop-layout)::after,
.page-title:has(+ .category-shop-layout) .eyebrow,
.page-title:has(+ .category-shop-layout) p{
  display:none!important;
}
.page-title:has(+ .category-shop-layout) h1{
  margin:0!important;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif!important;
  font-size:clamp(24px,2.6vw,36px)!important;
  font-weight:420!important;
  line-height:1.05!important;
  letter-spacing:0!important;
  color:#242424!important;
}
.page-title:has(+ .category-shop-layout) + .category-shop-layout{
  padding-top:14px!important;
}
.compact-catalog-title{
  padding:18px clamp(18px,5vw,72px) 10px!important;
  min-height:0!important;
  text-align:center!important;
  border-bottom:0!important;
  background:#fff!important;
}
.compact-catalog-title::after,
.compact-catalog-title .eyebrow,
.compact-catalog-title p{
  display:none!important;
}
.compact-catalog-title h1{
  margin:0!important;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif!important;
  font-size:clamp(24px,2.6vw,36px)!important;
  font-weight:420!important;
  line-height:1.05!important;
  letter-spacing:0!important;
  color:#242424!important;
}
.compact-catalog-title + .category-shop-layout{
  padding-top:14px!important;
}

/* Mobile commerce polish from client review */
.quick-category-strip{display:none;align-items:flex-start;justify-content:center;gap:22px;padding:14px clamp(14px,4vw,56px) 12px;background:#fff;border-bottom:1px solid rgba(105,105,105,.12);box-shadow:0 10px 30px rgba(105,105,105,.05);overflow-x:auto;scrollbar-width:none}
.quick-category-strip::-webkit-scrollbar{display:none}
.quick-category-strip a{flex:0 0 auto;min-width:82px;display:grid;justify-items:center;gap:7px;color:#232323;font-size:12px;font-weight:700;letter-spacing:0}
.quick-category-strip span{width:66px;height:66px;display:grid;place-items:center;border:2px solid #111;border-radius:50%;background:radial-gradient(circle at 35% 25%,#fff 0,#f7f7f7 55%,#e9e9e9 100%);color:#696969;font-family:Georgia,serif;font-size:22px;font-weight:900;box-shadow:0 12px 24px rgba(0,0,0,.08)}
.quick-category-strip strong{max-width:96px;color:#222;font-weight:750;line-height:1.15;text-align:center;white-space:normal}

.product-card-clean{border-radius:8px!important;overflow:hidden}
.product-card-clean .product-image{aspect-ratio:1/1.04!important;background:#fff!important}
.product-card-clean .product-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:14px!important}
.product-card-clean .product-info{padding:10px 10px 12px!important}
.product-card-clean h3{min-height:38px!important;margin:5px 0 7px!important;font-size:14px!important;line-height:1.32!important;font-weight:650!important;letter-spacing:0!important}
.product-card-clean h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card-clean .price-row{min-height:26px!important;margin:4px 0 8px!important;justify-content:center;gap:6px!important}
.product-card-clean .price-row del{font-size:12px!important}
.product-card-clean .price-row strong{font-size:15px!important}
.product-card-clean .btn.mini{min-height:31px!important;border-radius:999px!important;font-size:10px!important;letter-spacing:.2px!important;background:#43ad55!important;border-color:#43ad55!important;color:#fff!important;box-shadow:0 10px 22px rgba(67,173,85,.18)!important}
.product-card-clean .btn.mini:hover{background:#369848!important;border-color:#369848!important}
.product-card-clean .sale-badge,.product-card-clean .badge.sale-badge{z-index:5!important;background:#d71920!important;color:#fff!important}
.product-card-clean .shipping-badge{z-index:6!important;background:#f08a24!important;color:#fff!important}
.home-product-grid,.category-product-grid,.detail-product-grid,.product-grid{gap:22px!important}

.cart-title{padding:18px clamp(16px,5vw,72px) 8px!important;background:#fff!important;color:#222!important}
.cart-title h1{margin:0!important;font-size:clamp(24px,4vw,34px)!important;text-align:center}
.premium-cart{padding-top:14px!important}
.cart-center-title{margin:8px 0 18px!important;font-size:24px!important;line-height:1.2!important;color:#333!important}
.cart-offer-line{max-width:980px;margin:0 auto 14px!important;padding:8px 12px!important;border-radius:4px!important;font-size:12px!important;line-height:1.35!important}
.cart-table-row{min-height:92px!important}
.cart-product-cell img{width:58px!important;height:74px!important;object-fit:contain!important;background:#fff!important}
.cart-product-cell b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px!important;line-height:1.25!important}
.cart-product-cell span,.cart-product-cell del,.cart-table-row strong,.summary-lines dt,.summary-lines dd{font-size:13px!important}
.qty-control{grid-template-columns:30px 34px 30px!important;border-radius:4px!important}
.qty-control button{height:32px!important}
.cart-remove.icon-remove{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;padding:0!important;font-size:20px!important;line-height:1!important}
.cart-summary .btn,.checkout-submit-proxy,.checkout-cta,.product-buy-panel .add-cart{min-height:40px!important;border-radius:5px!important;background:#43ad55!important;border-color:#43ad55!important;color:#fff!important;box-shadow:0 12px 26px rgba(67,173,85,.20)!important}
.cart-summary .btn:hover,.checkout-submit-proxy:hover,.checkout-cta:hover,.product-buy-panel .add-cart:hover{background:#369848!important;border-color:#369848!important}

.product-detail-soft .product-breadcrumb,.product-detail-soft .thumb-card{display:none!important}
.product-detail-soft .product-gallery{grid-template-columns:1fr!important}
.product-detail-soft .product-main-image{min-height:540px!important;background:#fff!important}
.product-detail-soft .product-main-image img{object-fit:contain!important;padding:18px!important}
.product-detail-soft .product-buy-panel{text-align:left}
.product-detail-soft .product-buy-panel h1{font-size:clamp(25px,3vw,36px)!important;font-weight:720!important;letter-spacing:0!important}
.product-detail-soft .rating-line small{display:none!important}
.product-detail-soft .rating-line{color:#ffc400!important;gap:7px!important}
.product-detail-soft .rating-line b{color:#222!important}
.price-box em{background:#d71920!important;color:#fff!important}
.campaign-pill{background:#d71920!important;color:#fff!important}
.delivery-card{width:100%!important;max-width:280px;grid-template-columns:auto 1fr;align-items:center;column-gap:10px;color:#f08a24!important;border-color:rgba(240,138,36,.28)!important;background:#fff!important}
.delivery-card::before{content:"";width:38px;height:30px;border-radius:8px;background:linear-gradient(135deg,#f08a24,#ffb35b);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h12v10h2.1l2-4H21v6h-2a3 3 0 0 1-6 0H9a3 3 0 0 1-6 0H2V7a2 2 0 0 1 1-2Zm3 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h12v10h2.1l2-4H21v6h-2a3 3 0 0 1-6 0H9a3 3 0 0 1-6 0H2V7a2 2 0 0 1 1-2Zm3 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E") center/contain no-repeat}
.delivery-card span{grid-column:2;color:#555!important}
.product-live-stats{display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 16px}
.product-live-stats span{padding:7px 10px;border:1px solid rgba(105,105,105,.16);border-radius:999px;background:#f8f8f8;color:#424242;font-size:12px;font-weight:750}
.product-tabs-selectable{display:block!important;padding:0!important;overflow:hidden}
.product-tabs-selectable>input{display:none}
.product-tab-buttons{display:flex;justify-content:center;gap:0;border-bottom:1px solid #e7e7e7}
.product-tab-buttons label{min-width:170px;padding:16px 18px;text-align:center;color:#555;font-size:16px;font-weight:650;cursor:pointer;border-bottom:2px solid transparent}
.product-tab-panel{display:none;padding:24px clamp(18px,4vw,34px);text-align:center}
.product-tab-panel p{max-width:850px;margin:0 auto;color:#333!important;line-height:1.85!important;font-size:15px}
.product-tabs-selectable input:first-of-type:checked~.product-tab-buttons label:first-child,.product-tabs-selectable input:nth-of-type(2):checked~.product-tab-buttons label:nth-child(2){color:#111;border-bottom-color:#111}
.product-tabs-selectable input:first-of-type:checked~.product-tab-info,.product-tabs-selectable input:nth-of-type(2):checked~.product-tab-delivery{display:block}

@media (max-width:760px){
  .quick-category-strip{display:flex;justify-content:flex-start;gap:14px;padding:10px 12px 9px}
  .quick-category-strip a{min-width:72px;font-size:11px}
  .quick-category-strip span{width:56px;height:56px;font-size:19px}
  .home-product-grid,.category-product-grid,.detail-product-grid,.product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 12px!important}
  .product-card-clean .product-image{aspect-ratio:1/1.08!important}
  .product-card-clean .product-image img{padding:10px!important}
  .product-card-clean .shipping-badge{top:6px!important;left:6px!important;font-size:8px!important;padding:4px 5px!important}
  .product-card-clean .sale-badge{top:32px!important;left:6px!important;font-size:9px!important;padding:5px 6px!important}
  .product-card-clean h3{min-height:35px!important;font-size:12px!important}
  .product-card-clean .price-row strong{font-size:13px!important}
  .product-card-clean .price-row del{font-size:10px!important}
  .product-card-clean .btn.mini{min-height:28px!important;font-size:9px!important}
  .cart-layout.new-cart-layout{display:block!important}
  .cart-table-head{display:none!important}
  .cart-table-row{grid-template-columns:1fr auto!important;gap:8px!important;padding:12px 0!important;border-radius:0!important;box-shadow:none!important}
  .cart-product-cell{grid-column:1 / -1!important}
  .cart-product-cell img{width:52px!important;height:64px!important}
  .cart-table-row>.qty-control{grid-column:1!important;justify-self:start}
  .cart-table-row>.line-total{grid-column:2!important;align-self:center}
  .cart-table-row>.cart-remove{grid-column:2!important;justify-self:end}
  .cart-table-row>strong:not(.line-total){display:none!important}
  .new-cart-summary{margin-top:14px!important;padding:14px!important}
  .summary-lines .grand{font-size:15px!important}
  .cart-bottom-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .cart-bottom-actions a,.cart-bottom-actions button{min-height:36px!important;font-size:12px!important}
  .product-detail-v2{padding:0 0 28px!important}
  .product-detail-shell{display:block!important;max-width:none!important}
  .product-detail-soft .product-main-image{min-height:390px!important;border-left:0!important;border-right:0!important;border-radius:0!important}
  .product-detail-soft .product-main-image img{max-height:380px!important;padding:8px!important}
  .product-buy-panel{border:0!important;box-shadow:none!important;text-align:center!important;padding:18px 18px 12px!important}
  .product-buy-panel .eyebrow{display:none!important}
  .product-detail-soft .product-buy-panel h1{font-size:25px!important;line-height:1.18!important;text-align:center!important}
  .rating-line,.price-box,.product-live-stats{justify-content:center!important;text-align:center!important}
  .price-box strong{font-size:32px!important}
  .price-box em{margin:0 auto!important}
  .campaign-pill{margin-left:auto!important;margin-right:auto!important}
  .delivery-card{margin-left:auto!important;margin-right:auto!important;text-align:left!important}
  .detail-quantity-row.no-whatsapp{display:grid!important;grid-template-columns:76px 1fr!important;gap:10px!important}
  .detail-quantity-row.no-whatsapp select{min-height:46px!important;text-align:center}
  .detail-quantity-row.no-whatsapp .btn{min-height:48px!important;font-size:15px!important;font-weight:850!important}
  .dispatch-note{font-size:12px!important;text-align:center!important}
  .product-tabs{margin:10px 12px 0!important;border-radius:4px!important}
  .product-tab-buttons label{min-width:auto!important;flex:1;padding:14px 8px!important;font-size:15px!important}
  .product-tab-panel{padding:18px 14px!important}
  .product-tab-panel p{font-size:14px!important;line-height:1.75!important}
  .detail-recommendations .section-head{text-align:center!important;justify-content:center!important}
  .detail-recommendations .section-head h2{font-size:20px!important}
}

.membership-contract{
  border:1px solid rgba(105,105,105,.18);
  border-radius:8px;
  background:#fafafa;
  overflow:hidden;
}
.membership-contract summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:44px;
  padding:0 14px;
  color:#242424;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
  list-style:none;
}
.membership-contract summary::-webkit-details-marker{display:none}
.membership-contract summary::after{
  content:"+";
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#696969;
  color:#fff;
  font-weight:900;
}
.membership-contract[open] summary::after{content:"-"}
.membership-contract div{
  max-height:210px;
  overflow:auto;
  padding:14px;
  border-top:1px solid rgba(105,105,105,.14);
  background:#fff;
}
.membership-contract h3{
  margin:0 0 10px;
  color:#222;
  font-size:15px;
  font-weight:850;
}
.membership-contract p{
  margin:0 0 10px;
  color:#4a4a4a;
  font-size:12px;
  line-height:1.65;
}
.legal-check{
  display:grid!important;
  grid-template-columns:18px 1fr;
  align-items:start;
  gap:10px!important;
  padding:11px 12px;
  border:1px solid rgba(105,105,105,.16);
  border-radius:8px;
  background:#fff;
  color:#333!important;
  font-size:12px;
  line-height:1.55;
}
.legal-check input{
  width:18px!important;
  height:18px;
  margin-top:2px;
  accent-color:#696969;
}
.legal-check span{font-weight:650}
.legal-check.optional{
  background:#f8f8f8;
  color:#555!important;
}

.home-product-grid .product-card-clean .btn.mini.add-cart,
.home-product-grid .product-card-clean button.add-cart,
.product-showcase .product-card-clean .btn.mini.add-cart{
  background:#43ad55!important;
  border-color:#43ad55!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(67,173,85,.18)!important;
}
.home-product-grid .product-card-clean .btn.mini.add-cart:hover,
.home-product-grid .product-card-clean button.add-cart:hover,
.product-showcase .product-card-clean .btn.mini.add-cart:hover{
  background:#369848!important;
  border-color:#369848!important;
  color:#fff!important;
}

.auth-minimal-shell .auth-tabs{
  background:#f2f2f2!important;
  border:1px solid rgba(105,105,105,.16)!important;
}
.auth-minimal-shell .auth-tabs button{
  color:#4d4d4d!important;
  background:transparent!important;
}
.auth-minimal-shell .auth-tabs button.active{
  background:#696969!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(105,105,105,.18)!important;
}
.auth-minimal-shell .auth-form .btn.gold{
  background:#242424!important;
  border-color:#242424!important;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(36,36,36,.16)!important;
}
.auth-minimal-shell .auth-form .btn.gold:hover{
  background:#696969!important;
  border-color:#696969!important;
  color:#fff!important;
}

.mobile-filter-panel{
  display:block;
}
.mobile-filter-panel summary{
  display:none;
}

@media (max-width:760px){
  .category-shop-layout{
    display:block!important;
    padding:8px 10px 46px!important;
  }
  .category-shop-layout .premium-filters{
    position:static!important;
    width:100%!important;
    margin:0 0 12px!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  .mobile-filter-panel{
    border:1px solid rgba(105,105,105,.16);
    border-radius:8px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(105,105,105,.06);
  }
  .mobile-filter-panel summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:40px;
    padding:0 13px;
    color:#fff;
    background:#696969;
    font-size:13px;
    font-weight:850;
    cursor:pointer;
    list-style:none;
  }
  .mobile-filter-panel summary::-webkit-details-marker{display:none}
  .mobile-filter-panel summary::after{
    content:"+";
    font-size:18px;
    font-weight:900;
  }
  .mobile-filter-panel[open] summary::after{content:"-"}
  .mobile-filter-panel form,
  .mobile-filter-panel .filter-links{
    padding:12px!important;
  }
  .mobile-filter-panel:not([open]) form,
  .mobile-filter-panel:not([open]) .filter-links{
    display:none!important;
  }
  .mobile-filter-panel label{
    font-size:12px!important;
    margin-bottom:6px!important;
  }
  .mobile-filter-panel input,
  .mobile-filter-panel select{
    min-height:38px!important;
    padding:8px 10px!important;
    font-size:12px!important;
  }
  .mobile-filter-panel .btn{
    min-height:36px!important;
    font-size:12px!important;
  }
  .mobile-filter-panel .filter-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    border-top:1px solid #eee;
  }
  .mobile-filter-panel .filter-links span{
    grid-column:1 / -1;
    margin:0!important;
    font-size:11px!important;
  }
  .mobile-filter-panel .filter-links a{
    margin:0!important;
    padding:9px 8px!important;
    border:1px solid #eee!important;
    border-radius:6px!important;
    font-size:12px!important;
    text-align:center;
  }
  .category-shop-layout .category-product-grid,
  .category-product-grid.product-grid,
  .shop-layout .category-product-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px 10px!important;
    width:100%!important;
  }
  .category-shop-layout .category-product-grid .product-card-clean,
  .category-product-grid .product-card-clean{
    width:100%!important;
    min-width:0!important;
    grid-template-rows:158px 132px!important;
    min-height:290px!important;
  }
  .category-shop-layout .category-product-grid .product-image,
  .category-product-grid .product-image{
    height:158px!important;
    min-height:158px!important;
    aspect-ratio:auto!important;
  }
  .category-shop-layout .category-product-grid .product-image img,
  .category-product-grid .product-image img{
    padding:8px!important;
    object-fit:contain!important;
  }
  .category-shop-layout .category-product-grid .product-info,
  .category-product-grid .product-info{
    min-height:132px!important;
    padding:8px 8px 10px!important;
  }
  .category-shop-layout .category-product-grid h3,
  .category-product-grid h3{
    min-height:32px!important;
    font-size:11.5px!important;
    line-height:1.28!important;
  }
  .category-shop-layout .category-product-grid .price-row,
  .category-product-grid .price-row{
    margin:3px 0 7px!important;
  }
  .category-shop-layout .category-product-grid .btn.mini,
  .category-product-grid .btn.mini{
    min-height:27px!important;
    font-size:8.5px!important;
  }
}

@media (max-width:760px){
  html body main .category-shop-layout .mobile-two-product-grid,
  html body main .mobile-two-product-grid.product-grid,
  html body main div.mobile-two-product-grid{
    display:grid!important;
    grid-template-columns:calc(50% - 5px) calc(50% - 5px)!important;
    column-gap:10px!important;
    row-gap:18px!important;
    align-items:stretch!important;
  }
  html body main .mobile-two-product-grid > .product-card-clean,
  html body main .mobile-two-product-grid > article.product-card{
    display:grid!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    grid-template-rows:150px 128px!important;
    min-height:278px!important;
  }
  html body main .mobile-two-product-grid > .product-card-clean .product-image{
    height:150px!important;
    min-height:150px!important;
    aspect-ratio:auto!important;
  }
  html body main .mobile-two-product-grid > .product-card-clean .product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    padding:7px!important;
  }
  html body main .mobile-two-product-grid > .product-card-clean .product-info{
    min-height:128px!important;
    padding:8px!important;
  }
  html body main .mobile-two-product-grid > .product-card-clean h3,
  html body main .mobile-two-product-grid > .product-card-clean h3 a{
    min-height:31px!important;
    font-size:11px!important;
    line-height:1.25!important;
  }
  html body main .mobile-two-product-grid > .product-card-clean .price-row strong{
    font-size:12.5px!important;
  }
  html body main .mobile-two-product-grid > .product-card-clean .btn.mini{
    min-height:26px!important;
    font-size:8px!important;
    padding:0 6px!important;
  }
}

.mobile-sort-panel{display:none}

@media (max-width:760px){
  html body main .category-shop-layout{
    padding-left:12px!important;
    padding-right:12px!important;
    background:#fff!important;
  }
  html body main .category-shop-layout .premium-filters{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin:8px 0 18px!important;
  }
  html body main .category-shop-layout .mobile-filter-panel,
  html body main .category-shop-layout .mobile-sort-panel{
    display:block!important;
    border:1px solid #252525!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  html body main .category-shop-layout .mobile-filter-panel summary,
  html body main .category-shop-layout .mobile-sort-panel summary{
    display:flex!important;
    min-height:46px!important;
    padding:0 14px!important;
    background:#fff!important;
    color:#333!important;
    font-size:15px!important;
    font-weight:900!important;
    letter-spacing:.2px!important;
  }
  html body main .category-shop-layout .mobile-filter-panel summary::after,
  html body main .category-shop-layout .mobile-sort-panel summary::after{
    content:""!important;
    width:0;
    height:0;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:8px solid #696969;
    font-size:0!important;
  }
  html body main .category-shop-layout .mobile-filter-panel[open] summary::after,
  html body main .category-shop-layout .mobile-sort-panel[open] summary::after{
    border-top:0;
    border-bottom:8px solid #696969;
  }
  html body main .category-shop-layout .mobile-filter-panel form,
  html body main .category-shop-layout .mobile-filter-panel .filter-links,
  html body main .category-shop-layout .mobile-sort-panel .sort-links{
    grid-column:1 / -1;
    width:calc(200% + 10px);
    padding:12px!important;
    background:#fff;
    border-top:1px solid #e8e8e8;
  }
  html body main .category-shop-layout .mobile-sort-panel .sort-links{
    display:grid;
    gap:8px;
  }
  html body main .category-shop-layout .mobile-sort-panel .sort-links{
    transform:translateX(calc(-50% - 5px));
  }
  html body main .category-shop-layout .sort-links a{
    display:block;
    padding:10px 12px;
    border:1px solid #e6e6e6;
    border-radius:6px;
    color:#292929;
    font-size:13px;
    font-weight:750;
  }
  html body main .category-shop-layout .sort-links a.active{
    background:#696969;
    border-color:#696969;
    color:#fff;
  }
  html body main .category-shop-layout .mobile-two-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:18px!important;
    row-gap:46px!important;
    padding:0!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean{
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff!important;
    grid-template-rows:236px auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean::after,
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean::before{
    display:none!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .product-image{
    height:236px!important;
    min-height:236px!important;
    background:#fff!important;
    overflow:visible!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .product-image::after{
    display:none!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .product-image img{
    padding:4px!important;
    filter:none!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .shipping-badge{
    top:9px!important;
    left:9px!important;
    min-width:58px!important;
    min-height:34px!important;
    padding:4px 7px!important;
    border-radius:4px!important;
    background:#4a4a4a!important;
    color:#fff!important;
    font-family:"Segoe UI",Inter,Arial,sans-serif!important;
    font-size:9px!important;
    font-weight:850!important;
    line-height:1.08!important;
    letter-spacing:.1px!important;
    box-shadow:0 8px 16px rgba(0,0,0,.12)!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .sale-badge{
    top:52px!important;
    left:9px!important;
    min-width:58px!important;
    min-height:36px!important;
    display:grid!important;
    place-items:center!important;
    padding:5px 7px!important;
    border-radius:50%!important;
    background:radial-gradient(circle at 35% 25%,#ff5252 0,#d71920 58%,#9d1118 100%)!important;
    color:#fff!important;
    border:2px solid #fff!important;
    font-family:"Segoe UI",Inter,Arial,sans-serif!important;
    font-size:9px!important;
    font-weight:950!important;
    line-height:1.02!important;
    text-align:center!important;
    box-shadow:0 8px 16px rgba(215,25,32,.20)!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .sale-badge::after{
    content:"ÜRÜNÜ";
    display:block;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .campaign-label{
    margin:-10px auto 10px!important;
    min-width:106px!important;
    min-height:28px!important;
    padding:0 12px!important;
    border-radius:5px!important;
    background:rgba(105,105,105,.18)!important;
    color:#565656!important;
    font-family:"Segoe UI",Inter,Arial,sans-serif!important;
    font-size:12px!important;
    font-weight:850!important;
    letter-spacing:.3px!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .product-info{
    display:block!important;
    padding:0 0 0!important;
    background:#fff!important;
    text-align:left!important;
    min-height:0!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean h3,
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean h3 a{
    min-height:34px!important;
    margin:0 0 8px!important;
    color:#242424!important;
    font-size:16px!important;
    line-height:1.15!important;
    font-weight:500!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .price-row{
    justify-content:center!important;
    min-height:36px!important;
    margin:0 0 10px!important;
    gap:8px!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .price-row del{
    font-size:14px!important;
    color:#999!important;
    font-weight:500!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .price-row strong{
    font-family:"Segoe UI",Inter,Arial,sans-serif!important;
    font-size:18px!important;
    color:#111!important;
    font-weight:850!important;
    letter-spacing:0!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .btn.mini{
    min-height:38px!important;
    border-radius:999px!important;
    font-size:13px!important;
    font-weight:850!important;
    background:#43ad55!important;
    border-color:#43ad55!important;
  }
}

@media (max-width:390px){
  html body main .category-shop-layout .mobile-two-product-grid{
    column-gap:12px!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean{
    grid-template-rows:210px auto!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .product-image{
    height:210px!important;
    min-height:210px!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean h3,
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean h3 a{
    font-size:14px!important;
  }
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .price-row strong{
    font-size:17px!important;
  }
}

.cart-checkout-deals{
  padding:18px clamp(18px,5vw,72px) 72px;
  background:#fff;
}
.cart-checkout-deals h2{
  margin:0 0 22px;
  padding-top:18px;
  border-top:1px solid #e6e6e6;
  text-align:center;
  color:#333;
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-size:28px;
  font-weight:850;
}

@media (max-width:760px){
  html body main .cart-title{
    display:none!important;
  }
  html body main .premium-cart{
    padding:14px 14px 18px!important;
    background:#fff!important;
  }
  html body main .cart-offer-line{
    max-width:none!important;
    margin:0 0 52px!important;
    padding:12px 14px!important;
    border:1px solid #c8dfea!important;
    border-radius:5px!important;
    background:#dff0f8!important;
    color:#3f6474!important;
    text-align:center!important;
    font-size:15px!important;
    line-height:1.55!important;
    font-weight:500!important;
  }
  html body main .cart-offer-line::before{
    content:"!";
    display:inline-grid;
    place-items:center;
    width:18px;
    height:18px;
    margin-right:5px;
    border-radius:50%;
    background:#4f7f93;
    color:#fff;
    font-size:13px;
    font-weight:900;
    transform:translateY(-1px);
  }
  html body main .cart-offer-line b{
    color:#2d596b!important;
    font-weight:900!important;
  }
  html body main .cart-center-title{
    margin:0 0 28px!important;
    padding-bottom:20px!important;
    border-bottom:1px solid #e3e3e3!important;
    text-align:center!important;
    color:#3a3a3a!important;
    font-size:26px!important;
    font-weight:850!important;
  }
  html body main .cart-layout.new-cart-layout{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  html body main .cart-table{
    display:block!important;
    border-top:1px solid #e9e9e9!important;
  }
  html body main .cart-table-head{
    display:none!important;
  }
  html body main .cart-table-row{
    display:grid!important;
    grid-template-columns:1fr 1fr 42px!important;
    grid-template-areas:
      "info info info"
      "qty total remove"!important;
    align-items:center!important;
    gap:18px 12px!important;
    min-height:0!important;
    padding:24px 0 26px!important;
    border-bottom:1px solid #e3e3e3!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  html body main .cart-product-cell{
    grid-area:info!important;
    display:grid!important;
    grid-template-columns:64px 1fr!important;
    gap:18px!important;
    align-items:center!important;
  }
  html body main .cart-product-cell img{
    width:58px!important;
    height:82px!important;
    padding:0!important;
    object-fit:contain!important;
    background:#fff!important;
  }
  html body main .cart-product-cell > div{
    min-height:92px;
    padding-left:16px;
    border-left:1px dashed #dedede;
  }
  html body main .cart-product-cell b{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    color:#4a4a4a!important;
    font-size:15px!important;
    line-height:1.22!important;
    font-weight:850!important;
  }
  html body main .cart-product-cell span{
    margin-top:4px!important;
    color:#666!important;
    font-size:13px!important;
    line-height:1.35!important;
  }
  html body main .cart-product-cell span::after{
    content:"  Detaylar";
    display:block;
    color:#666;
  }
  html body main .cart-product-cell del{
    display:block!important;
    margin-top:7px!important;
    color:#111!important;
    font-size:19px!important;
    font-weight:650!important;
    text-decoration-thickness:2px!important;
  }
  html body main .cart-table-row > strong:not(.line-total){
    display:none!important;
  }
  html body main .cart-table-row > .qty-control{
    grid-area:qty!important;
    justify-self:start!important;
    display:grid!important;
    grid-template-columns:38px 42px 38px!important;
    width:118px!important;
    height:42px!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    background:#fff!important;
  }
  html body main .cart-table-row > .qty-control button{
    height:40px!important;
    color:#222!important;
    font-size:22px!important;
    font-weight:800!important;
  }
  html body main .cart-table-row > .qty-control strong{
    color:#222!important;
    font-size:16px!important;
    font-weight:500!important;
  }
  html body main .cart-table-row > .line-total{
    grid-area:total!important;
    justify-self:center!important;
    color:#000!important;
    font-size:24px!important;
    font-weight:500!important;
  }
  html body main .cart-table-row > .cart-remove{
    grid-area:remove!important;
    justify-self:end!important;
    width:34px!important;
    height:34px!important;
    background:transparent!important;
    color:#e26a72!important;
    font-size:28px!important;
    font-weight:300!important;
  }
  html body main .cart-table-row > .cart-remove::before{
    content:"";
    width:21px;
    height:21px;
    display:block;
    background:#e26a72;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21H7Zm2-4h2V8H9v9Zm4 0h2V8h-2v9Z'/%3E%3C/svg%3E") center/contain no-repeat;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21H7Zm2-4h2V8H9v9Zm4 0h2V8h-2v9Z'/%3E%3C/svg%3E") center/contain no-repeat;
  }
  html body main .cart-table-row > .cart-remove{
    font-size:0!important;
  }
  html body main .new-cart-summary{
    margin:26px 0 22px!important;
    padding:20px 16px 12px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#222!important;
    box-shadow:0 18px 45px rgba(0,0,0,.08)!important;
  }
  html body main .new-cart-summary .coupon-box{
    margin:0!important;
    padding:0 0 18px!important;
    border:0!important;
    border-bottom:1px solid #e5e5e5!important;
    border-radius:0!important;
    background:#f8f8f8!important;
  }
  html body main .new-cart-summary .coupon-box label{
    padding:12px 12px 8px!important;
    color:#222!important;
    font-size:16px!important;
    font-weight:850!important;
  }
  html body main .new-cart-summary .coupon-box div{
    display:grid!important;
    grid-template-columns:1fr 142px!important;
    gap:0!important;
    padding:0 12px!important;
  }
  html body main .new-cart-summary .coupon-box input{
    height:48px!important;
    border:1px solid #cfcfcf!important;
    border-right:0!important;
    border-radius:0!important;
    background:#fff!important;
    padding:0 10px!important;
  }
  html body main .new-cart-summary .coupon-box button{
    height:48px!important;
    border-radius:0!important;
    background:#000!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:850!important;
  }
  html body main .new-cart-summary .summary-lines{
    margin:0!important;
    padding:17px 4px 0!important;
    gap:12px!important;
  }
  html body main .new-cart-summary .summary-lines div{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
  }
  html body main .new-cart-summary .summary-lines dt{
    color:#202020!important;
    font-size:16px!important;
    font-weight:850!important;
  }
  html body main .new-cart-summary .summary-lines dd{
    color:#111!important;
    font-size:22px!important;
    font-weight:900!important;
  }
  html body main .new-cart-summary .summary-lines .grand{
    padding:0!important;
    border-top:0!important;
  }
  html body main .cart-bottom-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin:0!important;
  }
  html body main .cart-bottom-actions a,
  html body main .cart-bottom-actions .cart-checkout-action{
    width:100%!important;
    min-height:52px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:4px!important;
    font-size:16px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    letter-spacing:.2px!important;
  }
  html body main .cart-bottom-actions a:first-child{
    border:1px solid #d3d3d3!important;
    background:#fff!important;
    color:#222!important;
  }
  html body main .cart-bottom-actions .cart-checkout-action{
    border:1px solid #43ad55!important;
    background:#43ad55!important;
    color:#fff!important;
  }
  html body main .cart-checkout-deals{
    padding:36px 14px 86px!important;
    background:#fff!important;
  }
  html body main .cart-checkout-deals h2{
    margin-bottom:28px!important;
    padding-top:24px!important;
    color:#3a3a3a!important;
    font-size:26px!important;
    line-height:1.15!important;
  }
  html body main .cart-checkout-deals .mobile-two-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px 12px!important;
  }
}

.mobile-menu-trigger,
.mobile-bottom-nav{display:none}

@media (max-width:760px){
  body{padding-bottom:78px!important}
  .quick-category-strip{display:none!important}
  .mobile-menu-trigger{
    display:grid!important;
    place-items:center;
    gap:2px;
    width:52px;
    min-width:52px;
    height:52px;
    border:0;
    background:transparent;
    color:#2c2c2c;
    padding:0;
    cursor:pointer;
  }
  .mobile-menu-trigger svg{
    width:28px;
    height:28px;
    fill:currentColor;
  }
  .mobile-menu-trigger span{
    display:block;
    margin-top:-7px;
    color:#2c2c2c;
    font-size:11px;
    line-height:1;
    font-weight:500;
  }
  .site-header{
    min-height:72px!important;
    padding:8px 10px!important;
    display:grid!important;
    grid-template-columns:54px 1fr auto!important;
    align-items:center!important;
    background:#fff!important;
    color:#222!important;
    box-shadow:0 1px 0 rgba(0,0,0,.08)!important;
  }
  .site-header::after{display:none!important}
  .site-header .brand-lockup{
    justify-self:center!important;
    min-width:0!important;
  }
  .site-header .brand-logo-img{
    max-height:58px!important;
    max-width:142px!important;
    object-fit:contain!important;
  }
  .site-header .header-actions{
    justify-self:end!important;
    gap:8px!important;
  }
  .site-header .header-icon-btn.whatsapp-link{
    display:none!important;
  }
  .site-header .account-link{
    display:none!important;
  }
  .site-header .icon-link{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    border:0!important;
    background:transparent!important;
    color:#2c2c2c!important;
    box-shadow:none!important;
  }
  .site-header .icon-link span{display:none!important}
  .site-header .icon-link svg{
    width:30px!important;
    height:30px!important;
  }
  .site-header .nav{
    position:fixed!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    right:auto!important;
    z-index:999!important;
    display:flex!important;
    width:min(82vw,320px)!important;
    height:100vh!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    padding:82px 18px 24px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:24px 0 70px rgba(0,0,0,.22)!important;
    transform:translateX(-110%)!important;
    transition:transform .28s ease!important;
  }
  .site-header .nav::before{
    content:"Bulut Parfüm";
    position:absolute;
    top:24px;
    left:18px;
    right:18px;
    padding-bottom:16px;
    border-bottom:1px solid #ededed;
    color:#222;
    font-family:Georgia,serif;
    font-size:22px;
    font-weight:800;
  }
  .site-header .nav.open{
    transform:translateX(0)!important;
  }
  .site-header .nav a{
    display:flex!important;
    min-height:48px!important;
    align-items:center!important;
    padding:0 8px!important;
    border-bottom:1px solid #f0f0f0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#252525!important;
    font-size:15px!important;
    font-weight:750!important;
  }
  .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:990;
    display:grid!important;
    grid-template-columns:repeat(5,1fr);
    min-height:70px;
    padding:7px 4px calc(7px + env(safe-area-inset-bottom));
    border-top:1px solid #dcdcdc;
    background:rgba(255,255,255,.97);
    box-shadow:0 -10px 28px rgba(0,0,0,.08);
  }
  .mobile-bottom-nav a{
    display:grid;
    justify-items:center;
    align-content:center;
    gap:4px;
    color:#2c2c2c;
    text-align:center;
    font-size:11px;
    line-height:1.08;
    font-weight:500;
  }
  .mobile-bottom-nav svg{
    width:28px;
    height:28px;
    fill:currentColor;
  }
  .mobile-bottom-nav .mobile-cart-shortcut{
    position:relative;
  }
  .mobile-bottom-nav .mobile-cart-shortcut::after{
    content:attr(data-cart-count);
    position:absolute;
    top:0;
    right:23%;
    width:20px;
    height:20px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#d92323;
    color:#fff;
    font-size:11px;
    font-weight:900;
  }
}

/* Final mobile navigation override */
.quick-category-strip{
  display:none!important;
}
.mobile-bottom-nav{
  display:none!important;
}

@media (max-width:920px){
  body{
    padding-bottom:58px!important;
  }
  .quick-category-strip{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .mobile-bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:9999!important;
    display:grid!important;
    grid-template-columns:repeat(5,1fr)!important;
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    padding:4px 4px calc(4px + env(safe-area-inset-bottom))!important;
    border-top:1px solid #d8d8d8!important;
    background:#fff!important;
    box-shadow:0 -8px 24px rgba(0,0,0,.10)!important;
  }
  .mobile-bottom-nav a{
    display:grid!important;
    align-content:center!important;
    justify-items:center!important;
    gap:2px!important;
    min-width:0!important;
    height:48px!important;
    padding:0!important;
    color:#2c2c2c!important;
    text-align:center!important;
    font-size:10px!important;
    line-height:1.05!important;
    font-weight:500!important;
  }
  .mobile-bottom-nav svg{
    width:22px!important;
    height:22px!important;
    fill:currentColor!important;
  }
  .mobile-bottom-nav span{
    display:block!important;
    white-space:nowrap!important;
  }
  .mobile-bottom-nav .mobile-cart-shortcut::after{
    content:attr(data-cart-count);
    position:absolute!important;
    top:1px!important;
    right:25%!important;
    width:17px!important;
    height:17px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    background:#d92323!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:900!important;
  }
  .mobile-bottom-nav .mobile-cart-shortcut[data-cart-count="0"]::after{
    display:none!important;
  }
}

/* Final mobile header alignment */
@media (max-width:920px){
  .site-header{
    min-height:72px!important;
    height:72px!important;
    padding:7px 10px!important;
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr) 104px!important;
    grid-template-areas:"menu logo actions"!important;
    align-items:center!important;
    gap:4px!important;
    background:#fff!important;
    border-bottom:1px solid #ededed!important;
    box-shadow:0 2px 14px rgba(0,0,0,.04)!important;
  }
  .site-header::after{
    display:none!important;
  }
  .mobile-menu-trigger{
    grid-area:menu!important;
    display:grid!important;
    place-items:center!important;
    justify-self:start!important;
    width:48px!important;
    min-width:48px!important;
    height:54px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#252525!important;
    box-shadow:none!important;
  }
  .mobile-menu-trigger svg{
    width:30px!important;
    height:30px!important;
    fill:currentColor!important;
  }
  .mobile-menu-trigger span{
    display:block!important;
    margin-top:-7px!important;
    color:#252525!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:500!important;
    letter-spacing:0!important;
  }
  .site-header .brand-lockup{
    grid-area:logo!important;
    justify-self:center!important;
    align-self:center!important;
    min-width:0!important;
    width:auto!important;
    max-width:150px!important;
    padding:0!important;
    margin:0!important;
  }
  .site-header .brand-logo-img{
    display:block!important;
    width:auto!important;
    max-width:148px!important;
    max-height:60px!important;
    object-fit:contain!important;
    margin:0 auto!important;
  }
  .site-header .header-search,
  .site-header .header-icon-btn.whatsapp-link{
    display:none!important;
  }
  .site-header .header-actions{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    gap:8px!important;
    width:104px!important;
    min-width:104px!important;
    padding:0!important;
    margin:0!important;
  }
  .site-header .account-link,
  .site-header .icon-link{
    display:grid!important;
    place-items:center!important;
    width:46px!important;
    min-width:46px!important;
    height:54px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#252525!important;
    box-shadow:none!important;
  }
  .site-header .account-link span,
  .site-header .icon-link span{
    display:none!important;
  }
  .site-header .account-link svg,
  .site-header .icon-link svg{
    width:30px!important;
    height:30px!important;
    fill:currentColor!important;
  }
}

@media (max-width:380px){
  .site-header{
    grid-template-columns:50px minmax(0,1fr) 96px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
  .site-header .brand-logo-img{
    max-width:132px!important;
    max-height:56px!important;
  }
  .site-header .header-actions{
    width:96px!important;
    min-width:96px!important;
    gap:4px!important;
  }
  .site-header .account-link,
  .site-header .icon-link{
    width:44px!important;
    min-width:44px!important;
  }
}

/* Final mobile drawer and contact layout */
.mobile-nav-close{
  display:none;
}

@media (max-width:920px){
  body.mobile-nav-open{
    overflow:hidden!important;
  }
  body.mobile-nav-open::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:9990;
    background:rgba(0,0,0,.34);
    opacity:1;
    animation:mobileMenuFade .24s ease both;
  }
  .site-header .nav{
    position:fixed!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    right:auto!important;
    z-index:10000!important;
    display:flex!important;
    width:min(82vw,324px)!important;
    height:100dvh!important;
    min-height:100vh!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    padding:88px 18px 26px!important;
    border:0!important;
    border-radius:0 18px 18px 0!important;
    background:#fff!important;
    box-shadow:22px 0 60px rgba(0,0,0,.22)!important;
    transform:translate3d(-108%,0,0)!important;
    opacity:.98!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .34s cubic-bezier(.22,1,.36,1), visibility .34s ease!important;
    will-change:transform!important;
  }
  .site-header .nav::before{
    content:"Bulut Parfüm"!important;
    position:absolute!important;
    top:28px!important;
    left:20px!important;
    right:68px!important;
    padding-bottom:16px!important;
    border-bottom:1px solid #ededed!important;
    color:#222!important;
    font-family:Georgia,serif!important;
    font-size:22px!important;
    font-weight:800!important;
    line-height:1.1!important;
  }
  .site-header .nav.open{
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .site-header .nav a{
    display:flex!important;
    min-height:50px!important;
    align-items:center!important;
    padding:0 8px!important;
    border-bottom:1px solid #f0f0f0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#252525!important;
    font-size:15px!important;
    font-weight:650!important;
    letter-spacing:0!important;
  }
  .mobile-nav-close{
    position:absolute!important;
    top:18px!important;
    right:16px!important;
    z-index:2!important;
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    border:1px solid #e7e7e7!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#252525!important;
    font-size:28px!important;
    line-height:1!important;
    font-weight:300!important;
    box-shadow:0 8px 22px rgba(0,0,0,.08)!important;
  }
}

@keyframes mobileMenuFade{
  from{opacity:0}
  to{opacity:1}
}

.contact-form-first{
  align-items:start;
}
.contact-form-first .contact-form-panel h1{
  margin:8px 0 22px;
  color:#222;
  font-family:Georgia,serif;
  font-size:clamp(28px,4vw,44px);
  font-weight:500;
  line-height:1.08;
}
.contact-info-panel h2{
  margin:10px 0 14px;
  color:#222;
  font-family:Georgia,serif;
  font-size:clamp(28px,4vw,48px);
  font-weight:500;
  line-height:1.08;
}

@media (max-width:760px){
  .contact-minimal.contact-form-first{
    display:flex!important;
    flex-direction:column!important;
    gap:16px!important;
    padding:18px 14px 28px!important;
    background:#fff!important;
  }
  .contact-form-first .contact-form-panel{
    order:1!important;
    width:100%!important;
    padding:18px!important;
    border-radius:10px!important;
    box-shadow:0 14px 34px rgba(0,0,0,.06)!important;
  }
  .contact-form-first .contact-form-panel h1{
    margin:6px 0 16px!important;
    font-size:27px!important;
  }
  .contact-form-first .contact-form-panel label{
    gap:6px!important;
    font-size:12px!important;
  }
  .contact-form-first .contact-form-panel input,
  .contact-form-first .contact-form-panel textarea{
    min-height:42px!important;
    font-size:13px!important;
  }
  .contact-form-first .contact-form-panel textarea{
    min-height:112px!important;
  }
  .contact-form-first .contact-info-panel{
    order:2!important;
    width:100%!important;
    padding:18px!important;
    border:1px solid #ededed!important;
    border-radius:10px!important;
    background:#fafafa!important;
  }
  .contact-info-panel h2{
    font-size:25px!important;
  }
  .contact-info-panel p{
    font-size:13px!important;
    line-height:1.65!important;
  }
}

/* Final opportunity badge image and mobile auth screen */
.product-card-clean .sale-badge-img,
.product-grid .sale-badge-img,
.product-track .sale-badge-img{
  position:absolute!important;
  top:48px!important;
  left:10px!important;
  z-index:8!important;
  display:block!important;
  width:54px!important;
  height:54px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  object-fit:contain!important;
}
.product-card-clean .sale-badge-img::before,
.product-card-clean .sale-badge-img::after{
  content:none!important;
  display:none!important;
}
.detail-sale-badge-img{
  position:absolute!important;
  top:64px!important;
  left:18px!important;
  z-index:5!important;
  width:72px!important;
  height:72px!important;
  object-fit:contain!important;
}
.product-main-image .discount-ribbon{
  top:142px!important;
}

.auth-mobile-polished,
.auth-shell.auth-mobile-polished,
.light-auth-shell.auth-mobile-polished{
  min-height:calc(100vh - 142px)!important;
  display:grid!important;
  place-items:start center!important;
  padding:28px 14px 56px!important;
  background:#fff!important;
}
.auth-mobile-polished .auth-panel{
  width:min(100%,390px)!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
.auth-mobile-polished .auth-tabs{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  width:100%!important;
  margin:0 0 56px!important;
  padding:0!important;
  border-radius:16px!important;
  background:#f1f1f1!important;
  overflow:hidden!important;
}
.auth-mobile-polished .auth-tabs button{
  min-height:40px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#555!important;
  font-size:13px!important;
  font-weight:500!important;
  box-shadow:none!important;
}
.auth-mobile-polished .auth-tabs button.active{
  border-radius:14px!important;
  background:#24282d!important;
  color:#fff!important;
  font-weight:700!important;
}
.auth-mobile-polished .auth-form{
  gap:16px!important;
}
.auth-mobile-polished .auth-form h1{
  margin:0 0 18px!important;
  color:#121821!important;
  font-family:"Segoe UI",Inter,Arial,sans-serif!important;
  font-size:26px!important;
  font-weight:800!important;
  line-height:1.15!important;
  text-align:center!important;
}
.auth-mobile-polished .auth-form label{
  display:block!important;
  margin:0!important;
  color:#121821!important;
  font-weight:500!important;
}
.auth-mobile-polished .auth-form > label:not(.legal-check) > span{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
}
.auth-mobile-polished .auth-form input[type="email"],
.auth-mobile-polished .auth-form input[type="password"],
.auth-mobile-polished .auth-form input[type="text"],
.auth-mobile-polished .auth-form input[name="full_name"],
.auth-mobile-polished .auth-form input[name="phone"]{
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  padding:0 15px!important;
  border:1px solid #d3d8df!important;
  border-radius:0!important;
  background:#fff!important;
  color:#121821!important;
  font-size:13px!important;
  box-shadow:none!important;
}
.auth-mobile-polished .password-field{
  position:relative!important;
}
.auth-mobile-polished .password-field input{
  padding-right:48px!important;
}
.auth-mobile-polished [data-password-toggle]{
  position:absolute!important;
  right:13px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:26px!important;
  height:26px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#6f747b!important;
}
.auth-mobile-polished [data-password-toggle] svg{
  width:19px!important;
  height:19px!important;
  fill:currentColor!important;
}
.auth-mobile-polished .auth-form .btn.gold{
  min-height:48px!important;
  margin-top:14px!important;
  border:0!important;
  border-radius:4px!important;
  background:#49bf00!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.auth-mobile-polished .forgot-password-link{
  display:block!important;
  margin:32px 0 0!important;
  color:#666!important;
  font-size:13px!important;
  font-weight:400!important;
  text-align:right!important;
  text-decoration:underline!important;
}
.auth-mobile-polished .membership-contract,
.auth-mobile-polished .legal-check{
  font-size:12px!important;
  line-height:1.45!important;
}

@media (max-width:760px){
  .product-card-clean .sale-badge-img,
  .product-grid .sale-badge-img,
  .product-track .sale-badge-img,
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .sale-badge-img{
    top:40px!important;
    left:6px!important;
    width:48px!important;
    height:48px!important;
    padding:0!important;
    background:transparent!important;
  }
  .auth-mobile-polished,
  .auth-shell.auth-mobile-polished,
  .light-auth-shell.auth-mobile-polished{
    padding-top:16px!important;
  }
  .auth-mobile-polished .auth-tabs{
    margin-bottom:54px!important;
  }
}

/* Final home card button visibility fix */
.home-product-grid .product-card-clean,
.product-showcase .product-card-clean{
  grid-template-rows:188px 150px!important;
  min-height:338px!important;
  overflow:hidden!important;
}
.home-product-grid .product-card-clean .product-info,
.product-showcase .product-card-clean .product-info{
  display:grid!important;
  grid-template-rows:auto 18px 26px 28px!important;
  align-content:start!important;
  gap:4px!important;
  min-height:150px!important;
  height:150px!important;
  overflow:visible!important;
}
.home-product-grid .product-card-clean .campaign-label.is-empty,
.product-showcase .product-card-clean .campaign-label.is-empty{
  display:block!important;
  visibility:hidden!important;
  min-height:20px!important;
  height:20px!important;
  margin:0 auto!important;
  padding:0!important;
}
.home-product-grid .product-card-clean .campaign-label:not(.is-empty),
.product-showcase .product-card-clean .campaign-label:not(.is-empty){
  min-height:20px!important;
  height:20px!important;
  margin:0 auto!important;
  padding:4px 9px!important;
  line-height:1!important;
}
.home-product-grid .product-card-clean h3,
.product-showcase .product-card-clean h3{
  min-height:18px!important;
  height:18px!important;
  margin:0!important;
}
.home-product-grid .product-card-clean .price-row,
.product-showcase .product-card-clean .price-row{
  min-height:24px!important;
  height:24px!important;
  margin:0!important;
}
.home-product-grid .product-card-clean .btn.mini,
.product-showcase .product-card-clean .btn.mini{
  display:flex!important;
  align-self:end!important;
  visibility:visible!important;
  opacity:1!important;
  z-index:4!important;
}

@media (max-width:760px){
  .home-product-grid .product-card-clean,
  .product-showcase .product-card-clean{
    grid-template-rows:166px 138px!important;
    min-height:304px!important;
  }
  .home-product-grid .product-card-clean .product-info,
  .product-showcase .product-card-clean .product-info{
    grid-template-rows:20px 17px 24px 26px!important;
    min-height:138px!important;
    height:138px!important;
    padding:7px 8px 9px!important;
  }
  .home-product-grid .product-card-clean .btn.mini,
  .product-showcase .product-card-clean .btn.mini{
    width:96%!important;
    min-height:26px!important;
    height:26px!important;
  }
}

/* Final requested mobile product-detail and home opportunity badge */
.home-product-grid .product-card-clean .sale-badge-img,
.product-showcase .product-card-clean .sale-badge-img{
  top:32px!important;
  left:7px!important;
  width:48px!important;
  height:48px!important;
}

@media (max-width:760px){
  .home-product-grid .product-card-clean .sale-badge-img,
  .product-showcase .product-card-clean .sale-badge-img,
  html body main .home-product-grid > .product-card-clean .sale-badge-img{
    top:31px!important;
    left:6px!important;
    width:44px!important;
    height:44px!important;
  }
  body:has(.product-detail-v2) .mobile-bottom-nav{
    display:none!important;
  }
  body:has(.product-detail-v2){
    padding-bottom:48px!important;
  }
  body:has(.product-detail-v2) .detail-quantity-row{
    bottom:0!important;
  }
}

/* Final product detail spacing, shipping card and mobile footer cleanup */
@media (max-width:760px){
  body:has(.product-detail-v2) main{
    padding-top:0!important;
    margin-top:0!important;
  }
  body:has(.product-detail-v2) .global-ticker-strip{
    margin-bottom:0!important;
  }
  .product-detail-v2.product-detail-soft{
    margin-top:0!important;
    padding-top:0!important;
  }
  .product-detail-shell,
  .product-gallery,
  .product-main-image{
    margin-top:0!important;
  }
  .product-main-image{
    min-height:360px!important;
    height:360px!important;
  }
  .product-main-image > img:last-child{
    height:356px!important;
    padding-top:8px!important;
    padding-bottom:24px!important;
  }
  .product-buy-panel{
    padding-top:10px!important;
    padding-bottom:76px!important;
  }
  .product-buy-panel h1{
    margin-bottom:4px!important;
  }
  .rating-line{
    margin-bottom:5px!important;
  }
  .price-box{
    margin:4px 0 6px!important;
  }
  .product-buy-panel .campaign-pill{
    display:flex!important;
    width:max-content!important;
    margin:3px auto 7px!important;
  }
  .product-buy-panel .delivery-card{
    display:grid!important;
    width:max-content!important;
    max-width:220px!important;
    min-height:42px!important;
    margin:0 auto 8px!important;
    padding:7px 10px!important;
    grid-template-columns:auto 1fr!important;
    column-gap:7px!important;
    align-items:center!important;
    border:1px solid rgba(240,138,36,.32)!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#f08a24!important;
    text-align:left!important;
  }
  .product-buy-panel .delivery-card::before{
    width:30px!important;
    height:24px!important;
  }
  .product-buy-panel .delivery-card b{
    font-size:13px!important;
    line-height:1.05!important;
  }
  .product-buy-panel .delivery-card span{
    display:none!important;
  }
  .product-tabs.product-tabs-selectable{
    margin-top:10px!important;
  }
  .product-floating-alerts{
    bottom:60px!important;
  }
}

.footer .footer-brand,
.footer .footer-logo-img{
  display:none!important;
}

@media (max-width:920px){
  .footer{
    background:#696969!important;
    color:#fff!important;
  }
  .footer-main{
    display:none!important;
  }
  .footer h3{
    color:#fff!important;
  }
  .footer p,
  .footer a,
  .footer span{
    color:rgba(255,255,255,.9)!important;
  }
  .footer-payment-logos{
    border-top:1px solid rgba(255,255,255,.18)!important;
  }
  .footer-payment-logos::before{
    color:rgba(255,255,255,.78)!important;
  }
}

/* Final mobile product sticky buy bar fit */
@media (max-width:760px){
  body:has(.product-detail-v2){
    padding-bottom:52px!important;
  }
  body:has(.product-detail-v2) .detail-quantity-row,
  .product-detail-v2 .detail-quantity-row{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:10020!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 132px!important;
    align-items:center!important;
    gap:10px!important;
    width:100vw!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    padding:6px 10px!important;
    background:#fff!important;
    border-top:1px solid #e2e2e2!important;
    box-shadow:0 -8px 22px rgba(0,0,0,.08)!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .product-detail-v2 .detail-quantity-row::before{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-width:0!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    color:#111!important;
    font-family:"Segoe UI",Inter,Arial,sans-serif!important;
    font-size:18px!important;
    font-weight:760!important;
    line-height:1!important;
  }
  .product-detail-v2 .detail-quantity-row select{
    display:none!important;
  }
  .product-detail-v2 .detail-quantity-row .btn,
  .product-detail-v2 .detail-quantity-row .add-cart{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0 10px!important;
    border:0!important;
    border-radius:5px!important;
    background:#43ad55!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:820!important;
    line-height:1!important;
    box-shadow:none!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
  }
}

/* Final compact mobile cart */
@media (max-width:760px){
  html body main .premium-cart.light-cart{
    padding:8px 12px 12px!important;
    background:#fff!important;
  }
  html body main .cart-offer-line{
    margin:0 0 14px!important;
    padding:7px 9px!important;
    min-height:34px!important;
    font-size:12px!important;
    line-height:1.25!important;
    border-radius:4px!important;
  }
  html body main .cart-offer-line::before{
    width:14px!important;
    height:14px!important;
    margin-right:4px!important;
    font-size:10px!important;
  }
  html body main .cart-center-title{
    margin:0 0 10px!important;
    padding-bottom:10px!important;
    font-size:21px!important;
    line-height:1.1!important;
  }
  html body main .cart-table{
    border-top:0!important;
  }
  html body main .cart-table-row{
    grid-template-columns:minmax(0,1fr) auto 30px!important;
    grid-template-areas:"info info info" "qty total remove"!important;
    gap:8px 8px!important;
    padding:10px 0 12px!important;
    border-bottom:1px solid #ececec!important;
  }
  html body main .cart-product-cell{
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:10px!important;
  }
  html body main .cart-product-cell img{
    width:42px!important;
    height:58px!important;
  }
  html body main .cart-product-cell > div{
    min-height:58px!important;
    padding-left:10px!important;
  }
  html body main .cart-product-cell b{
    -webkit-line-clamp:2!important;
    font-size:12.5px!important;
    line-height:1.15!important;
    font-weight:760!important;
  }
  html body main .cart-product-cell span{
    margin-top:2px!important;
    font-size:10.5px!important;
    line-height:1.2!important;
  }
  html body main .cart-product-cell span::after{
    display:none!important;
  }
  html body main .cart-product-cell del{
    margin-top:3px!important;
    font-size:12px!important;
    text-decoration-thickness:1px!important;
  }
  html body main .cart-table-row > .qty-control{
    width:86px!important;
    height:30px!important;
    grid-template-columns:28px 30px 28px!important;
  }
  html body main .cart-table-row > .qty-control button{
    height:28px!important;
    font-size:15px!important;
  }
  html body main .cart-table-row > .qty-control strong{
    font-size:12px!important;
  }
  html body main .cart-table-row > .line-total{
    justify-self:end!important;
    font-size:16px!important;
    font-weight:760!important;
    white-space:nowrap!important;
  }
  html body main .cart-table-row > .cart-remove{
    width:26px!important;
    height:26px!important;
  }
  html body main .cart-table-row > .cart-remove::before{
    width:18px!important;
    height:18px!important;
  }
  html body main .new-cart-summary{
    margin:12px 0 10px!important;
    padding:10px!important;
    box-shadow:0 10px 24px rgba(0,0,0,.06)!important;
  }
  html body main .new-cart-summary .coupon-box{
    padding:0 0 10px!important;
  }
  html body main .new-cart-summary .coupon-box label{
    padding:8px 8px 6px!important;
    font-size:12.5px!important;
  }
  html body main .new-cart-summary .coupon-box div{
    grid-template-columns:1fr 102px!important;
    padding:0 8px!important;
  }
  html body main .new-cart-summary .coupon-box input{
    height:36px!important;
    font-size:12px!important;
  }
  html body main .new-cart-summary .coupon-box button{
    height:36px!important;
    font-size:12px!important;
  }
  html body main .new-cart-summary .summary-lines{
    padding:9px 2px 0!important;
    gap:7px!important;
  }
  html body main .new-cart-summary .summary-lines dt{
    font-size:12.5px!important;
    font-weight:720!important;
  }
  html body main .new-cart-summary .summary-lines dd{
    font-size:16px!important;
    font-weight:820!important;
  }
  html body main .cart-bottom-actions{
    gap:6px!important;
  }
  html body main .cart-bottom-actions a,
  html body main .cart-bottom-actions .cart-checkout-action{
    min-height:38px!important;
    height:38px!important;
    border-radius:4px!important;
    font-size:12.5px!important;
    font-weight:760!important;
    text-transform:uppercase!important;
  }
  html body main .cart-checkout-deals{
    padding:18px 12px 72px!important;
  }
  html body main .cart-checkout-deals h2{
    margin-bottom:14px!important;
    padding-top:12px!important;
    font-size:20px!important;
  }
}

/* Final home opportunity logo size */
html body main .home-product-grid .product-card-clean .sale-badge-img,
html body main .product-showcase .home-product-grid .product-card-clean .sale-badge-img{
  top:34px!important;
  left:7px!important;
  width:62px!important;
  height:62px!important;
  z-index:20!important;
}

@media (max-width:760px){
  html body main .home-product-grid .product-card-clean .sale-badge-img,
  html body main .product-showcase .home-product-grid .product-card-clean .sale-badge-img{
    top:30px!important;
    left:5px!important;
    width:54px!important;
    height:54px!important;
  }
}

/* Absolute final footer lock */
html body .footer{
  display:grid!important;
  grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(140px,1fr) minmax(150px,1fr) minmax(220px,1.15fr)!important;
  align-items:start!important;
  gap:28px!important;
  padding:46px clamp(18px,5vw,78px) 28px!important;
  background:#696969!important;
  color:#fff!important;
  border-top:0!important;
  box-shadow:none!important;
}
html body .footer::before{
  display:none!important;
}
html body .footer .footer-main,
html body .footer .footer-brand,
html body .footer .footer-logo-img{
  display:none!important;
}
html body .footer > div{
  min-width:0!important;
}
html body .footer h3{
  margin:0 0 14px!important;
  color:#fff!important;
  font-family:"Segoe UI",Inter,Arial,sans-serif!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
html body .footer p,
html body .footer a,
html body .footer span{
  color:rgba(255,255,255,.9)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
html body .footer a{
  display:block!important;
  margin:0 0 9px!important;
  transform:none!important;
}
html body .footer a:hover{
  color:#fff!important;
  transform:none!important;
}
html body .footer-newsletter{
  min-width:0!important;
}
html body .footer-newsletter form{
  display:flex!important;
  width:100%!important;
  height:34px!important;
  margin:0 0 16px!important;
}
html body .footer-newsletter input{
  flex:1 1 auto!important;
  min-width:0!important;
  height:34px!important;
  border:1px solid rgba(255,255,255,.35)!important;
  background:#fff!important;
  color:#222!important;
}
html body .footer-newsletter button{
  flex:0 0 78px!important;
  min-width:78px!important;
  height:34px!important;
  border:0!important;
  background:#111!important;
  color:#fff!important;
  font-size:12px!important;
}
html body .footer .footer-social{
  display:flex!important;
  justify-content:flex-start!important;
  gap:8px!important;
}
html body .footer .footer-social .footer-social-icon{
  width:34px!important;
  height:34px!important;
}
html body .footer-payment-logos{
  grid-column:1 / -1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:12px 18px!important;
  width:100%!important;
  margin:6px 0 0!important;
  padding:16px 0 0!important;
  border-top:1px solid rgba(255,255,255,.18)!important;
  background:transparent!important;
}
html body .footer-payment-logos::before{
  content:"Copyrights © 2026 Bulut Parfüm"!important;
  flex:0 0 100%!important;
  display:block!important;
  margin:0 0 4px!important;
  color:rgba(255,255,255,.78)!important;
  font-size:12px!important;
  text-align:center!important;
}
html body .footer-powered{
  grid-column:1 / -1!important;
  position:static!important;
  margin:0!important;
  padding:6px 0 0!important;
  background:transparent!important;
  text-align:center!important;
}
html body .footer-powered a{
  display:inline-flex!important;
  margin:0!important;
  color:#fff!important;
  font-size:12px!important;
  letter-spacing:.5px!important;
  text-shadow:none!important;
}

@media (max-width:920px){
  html body .footer{
    grid-template-columns:1fr 1fr!important;
    gap:22px 24px!important;
    padding:34px 18px 24px!important;
    background:#696969!important;
  }
  html body .footer-newsletter{
    grid-column:1 / -1!important;
  }
  html body .footer .footer-social{
    justify-content:center!important;
  }
  html body .footer-payment-logos{
    justify-content:center!important;
    overflow:visible!important;
  }
}

/* Final desktop category opportunity badge placement */
@media (min-width:761px){
  html body main .category-product-grid .product-card-clean .sale-badge-img,
  html body main .category-shop-layout .product-card-clean .sale-badge-img,
  html body main .products-page .product-card-clean .sale-badge-img{
    top:40px!important;
    left:10px!important;
    right:auto!important;
    bottom:auto!important;
    width:62px!important;
    height:62px!important;
    margin:0!important;
    transform:none!important;
    object-fit:contain!important;
    z-index:20!important;
  }
}

/* Final mobile category opportunity image cleanup */
@media (max-width:760px){
  html body main .category-product-grid .product-card-clean .sale-badge-img,
  html body main .category-shop-layout .product-card-clean .sale-badge-img,
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .sale-badge-img{
    top:40px!important;
    left:5px!important;
    width:54px!important;
    height:54px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    outline:0!important;
    background:transparent!important;
    box-shadow:none!important;
    filter:none!important;
    object-fit:contain!important;
    z-index:20!important;
  }
  html body main .category-product-grid .product-card-clean .sale-badge-img::before,
  html body main .category-product-grid .product-card-clean .sale-badge-img::after,
  html body main .category-shop-layout .product-card-clean .sale-badge-img::before,
  html body main .category-shop-layout .product-card-clean .sale-badge-img::after{
    content:none!important;
    display:none!important;
  }
}

/* Final desktop category card height fix */
@media (min-width:761px){
  html body main .category-shop-layout .category-product-grid .product-card-clean,
  html body main .category-product-grid .product-card-clean{
    display:grid!important;
    grid-template-rows:230px 142px!important;
    min-height:372px!important;
    max-height:372px!important;
    overflow:hidden!important;
    border:1px solid #eeeeee!important;
    background:#fff!important;
  }
  html body main .category-shop-layout .category-product-grid .product-image,
  html body main .category-product-grid .product-image{
    height:230px!important;
    min-height:230px!important;
    max-height:230px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  html body main .category-shop-layout .category-product-grid .product-image > img:not(.sale-badge-img),
  html body main .category-product-grid .product-image > img:not(.sale-badge-img){
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center!important;
    padding:0!important;
    background:#fff!important;
  }
  html body main .category-shop-layout .category-product-grid .product-info,
  html body main .category-product-grid .product-info{
    position:relative!important;
    z-index:2!important;
    display:grid!important;
    grid-template-rows:22px 38px 28px 32px!important;
    align-content:start!important;
    gap:5px!important;
    min-height:142px!important;
    height:142px!important;
    padding:8px 12px 10px!important;
    background:#fff!important;
  }
  html body main .category-shop-layout .category-product-grid .product-card-clean h3,
  html body main .category-product-grid .product-card-clean h3{
    min-height:32px!important;
    height:32px!important;
    margin:0!important;
    text-align:center!important;
    font-size:14px!important;
    line-height:1.18!important;
  }
  html body main .category-shop-layout .category-product-grid .product-card-clean h3 a,
  html body main .category-product-grid .product-card-clean h3 a{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  html body main .category-shop-layout .category-product-grid .price-row,
  html body main .category-product-grid .price-row{
    min-height:24px!important;
    height:24px!important;
    margin:0!important;
    justify-content:center!important;
  }
  html body main .category-shop-layout .category-product-grid .btn.mini,
  html body main .category-product-grid .btn.mini{
    align-self:end!important;
    min-height:30px!important;
    height:30px!important;
    margin:0 auto!important;
  }
}

/* Final product detail mobile alerts and footer color restore */
.product-floating-alerts{
  display:none;
}

@media (max-width:760px){
  .product-detail-v2.product-detail-soft{
    position:relative!important;
    padding:0 0 18px!important;
    background:#fff!important;
  }
  .product-detail-shell{
    display:block!important;
    max-width:none!important;
    margin:0!important;
  }
  .product-gallery{
    display:block!important;
  }
  .thumb-card,
  .product-breadcrumb{
    display:none!important;
  }
  .product-main-image{
    min-height:420px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
  }
  .product-main-image > img:last-child{
    width:100%!important;
    height:410px!important;
    max-height:none!important;
    padding:18px 20px 34px!important;
    object-fit:contain!important;
  }
  .product-buy-panel{
    padding:18px 12px 98px!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    text-align:center!important;
  }
  .product-buy-panel .eyebrow{
    display:none!important;
  }
  .product-buy-panel h1{
    max-width:360px!important;
    margin:0 auto 7px!important;
    font-size:20px!important;
    line-height:1.15!important;
    font-weight:800!important;
  }
  .rating-line{
    justify-content:center!important;
    margin-bottom:9px!important;
    font-size:12px!important;
  }
  .price-box{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    margin:6px 0 8px!important;
  }
  .price-box del{
    font-size:17px!important;
  }
  .price-box strong{
    font-size:25px!important;
  }
  .price-box em{
    display:inline-flex!important;
    min-width:74px!important;
    justify-content:center!important;
    border:1px solid #222!important;
    background:#fff!important;
    color:#111!important;
    font-size:12px!important;
    order:-2!important;
  }
  .product-buy-panel .campaign-pill{
    margin:4px auto 12px!important;
  }
  .delivery-card,
  .product-live-stats,
  .dispatch-note{
    display:none!important;
  }
  .detail-quantity-row{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:56px!important;
    z-index:9800!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:0!important;
    padding:7px 10px!important;
    background:#fff!important;
    border-top:1px solid #e5e5e5!important;
    box-shadow:0 -10px 24px rgba(0,0,0,.08)!important;
  }
  .detail-quantity-row select{
    display:none!important;
  }
  .detail-quantity-row::before{
    content:attr(data-price);
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:44px!important;
    color:#111!important;
    font-size:21px!important;
    font-weight:900!important;
  }
  .detail-quantity-row .btn{
    grid-column:2!important;
    min-height:44px!important;
    border-radius:5px!important;
    background:#43ad55!important;
    color:#fff!important;
    font-size:16px!important;
    font-weight:850!important;
  }
  .product-floating-alerts{
    position:fixed!important;
    left:14px!important;
    bottom:122px!important;
    z-index:9801!important;
    display:grid!important;
    gap:8px!important;
    max-width:calc(100vw - 90px)!important;
    transition:opacity .28s ease, transform .28s ease!important;
  }
  .product-floating-alerts.is-hidden{
    opacity:0!important;
    transform:translateY(12px)!important;
    pointer-events:none!important;
  }
  .product-floating-alerts span{
    display:inline-flex!important;
    align-items:center!important;
    width:max-content!important;
    max-width:100%!important;
    min-height:36px!important;
    padding:0 14px!important;
    border-radius:5px!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
    box-shadow:0 10px 22px rgba(0,0,0,.22)!important;
    white-space:nowrap!important;
  }
  .product-floating-alerts .view-alert{
    background:#2d2d2d!important;
  }
  .product-floating-alerts .view-alert::before{
    content:"◉";
    margin-right:8px;
    font-size:10px;
  }
  .product-floating-alerts .sale-alert{
    background:#ec1b67!important;
  }
  .product-floating-alerts .sale-alert::before{
    content:"🛒";
    margin-right:8px;
  }
}

.footer{
  background:#696969!important;
  color:#fff!important;
}
.footer h3{
  color:#fff!important;
}
.footer p,
.footer a,
.footer span{
  color:rgba(255,255,255,.88)!important;
}
.footer a:hover{
  color:#fff!important;
}
.footer-payment-logos{
  border-top:1px solid rgba(255,255,255,.18)!important;
}
.footer-payment-logos::before{
  color:rgba(255,255,255,.78)!important;
}
.footer-powered a{
  color:#fff!important;
}

/* Final product card image crop and mobile buy bar polish */
.home-product-grid .product-card-clean,
.product-showcase .product-card-clean{
  grid-template-rows:188px 132px!important;
  min-height:320px!important;
}
.home-product-grid .product-card-clean .product-image,
.product-showcase .product-card-clean .product-image{
  height:188px!important;
  min-height:188px!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  background:#fff!important;
}
.home-product-grid .product-card-clean .product-image > img:not(.sale-badge-img),
.product-showcase .product-card-clean .product-image > img:not(.sale-badge-img){
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  background:#fff!important;
  filter:none!important;
}
.home-product-grid .product-card-clean .product-info,
.product-showcase .product-card-clean .product-info{
  padding:8px 9px 10px!important;
  min-height:132px!important;
}
.home-product-grid .product-card-clean h3,
.product-showcase .product-card-clean h3{
  min-height:18px!important;
  height:18px!important;
  margin:4px 0 6px!important;
  font-size:12.5px!important;
  line-height:18px!important;
  font-weight:520!important;
  text-align:left!important;
}
.home-product-grid .product-card-clean h3 a,
.product-showcase .product-card-clean h3 a{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#111!important;
}
.home-product-grid .product-card-clean .price-row,
.product-showcase .product-card-clean .price-row{
  justify-content:flex-start!important;
  align-items:baseline!important;
  min-height:24px!important;
  margin:4px 0 7px!important;
  gap:6px!important;
}
.home-product-grid .product-card-clean .price-row strong,
.product-showcase .product-card-clean .price-row strong{
  color:#000!important;
  font-family:"Segoe UI",Inter,Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:760!important;
  letter-spacing:0!important;
}
.home-product-grid .product-card-clean .price-row del,
.product-showcase .product-card-clean .price-row del{
  color:#8d8d8d!important;
  font-size:12px!important;
}
.home-product-grid .product-card-clean .btn.mini,
.product-showcase .product-card-clean .btn.mini{
  width:94%!important;
  min-height:26px!important;
  height:26px!important;
  margin:0 auto!important;
  padding:0 10px!important;
  border-radius:999px!important;
  font-size:9.5px!important;
  font-weight:720!important;
  letter-spacing:0!important;
}
.price-box em,
.product-buy-panel .price-box em{
  background:linear-gradient(135deg,#e11d1d,#ff4c4c)!important;
  color:#fff!important;
  border:0!important;
  border-radius:5px!important;
}

@media (max-width:760px){
  .detail-quantity-row{
    bottom:56px!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    min-height:48px!important;
    height:48px!important;
    padding:5px 9px!important;
  }
  .detail-quantity-row::before{
    min-height:36px!important;
    font-family:"Segoe UI",Inter,Arial,sans-serif!important;
    font-size:17px!important;
    font-weight:620!important;
    letter-spacing:0!important;
  }
  .detail-quantity-row .btn{
    width:138px!important;
    min-width:138px!important;
    min-height:36px!important;
    height:36px!important;
    padding:0 12px!important;
    border-radius:5px!important;
    font-size:13px!important;
    font-weight:760!important;
    justify-self:end!important;
  }
  .product-buy-panel .price-box em{
    background:linear-gradient(135deg,#e11d1d,#ff4c4c)!important;
    color:#fff!important;
    border:0!important;
    padding:6px 9px!important;
    font-size:12px!important;
    box-shadow:0 8px 16px rgba(225,29,29,.18)!important;
  }
  .home-product-grid .product-card-clean,
  .product-showcase .product-card-clean{
    grid-template-rows:166px 118px!important;
    min-height:284px!important;
  }
  .home-product-grid .product-card-clean .product-image,
  .product-showcase .product-card-clean .product-image{
    height:166px!important;
    min-height:166px!important;
  }
  .home-product-grid .product-card-clean .product-info,
  .product-showcase .product-card-clean .product-info{
    min-height:118px!important;
    padding:7px 8px 9px!important;
  }
  .home-product-grid .product-card-clean h3,
  .product-showcase .product-card-clean h3{
    height:17px!important;
    min-height:17px!important;
    font-size:11.5px!important;
    line-height:17px!important;
  }
  .home-product-grid .product-card-clean .price-row strong,
  .product-showcase .product-card-clean .price-row strong{
    font-size:13.5px!important;
  }
  .home-product-grid .product-card-clean .btn.mini,
  .product-showcase .product-card-clean .btn.mini{
    min-height:24px!important;
    height:24px!important;
    font-size:9px!important;
  }
}

/* Final search button, auth spacing and compact footer */
.mobile-header-tools,
.mobile-search-trigger{
  display:none;
}

@media (max-width:920px){
  .site-header{
    grid-template-columns:92px minmax(0,1fr) 104px!important;
    grid-template-areas:"menu logo actions"!important;
  }
  .mobile-header-tools{
    grid-area:menu!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:4px!important;
    width:92px!important;
    min-width:92px!important;
  }
  .mobile-header-tools .mobile-menu-trigger{
    grid-area:auto!important;
    width:46px!important;
    min-width:46px!important;
  }
  .mobile-search-trigger{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    min-width:40px!important;
    height:54px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#252525!important;
    box-shadow:none!important;
  }
  .mobile-search-trigger svg{
    width:30px!important;
    height:30px!important;
    fill:currentColor!important;
  }
  body.mobile-search-open .site-header .header-search{
    position:fixed!important;
    top:72px!important;
    left:10px!important;
    right:10px!important;
    z-index:10020!important;
    display:flex!important;
    height:46px!important;
    min-width:0!important;
    border:1px solid #dedede!important;
    border-radius:999px!important;
    background:#fff!important;
    box-shadow:0 14px 34px rgba(0,0,0,.16)!important;
    overflow:hidden!important;
  }
  body.mobile-search-open .site-header .header-search input{
    color:#222!important;
    padding:0 16px!important;
    font-size:13px!important;
  }
  body.mobile-search-open .site-header .header-search button{
    min-width:72px!important;
    background:#252525!important;
    color:#fff!important;
    font-size:12px!important;
  }
  .header-top{
    display:none!important;
  }
  .global-ticker-strip{
    display:flex!important;
  }
}

@media (max-width:380px){
  .site-header{
    grid-template-columns:86px minmax(0,1fr) 96px!important;
  }
  .mobile-header-tools{
    width:86px!important;
    min-width:86px!important;
    gap:2px!important;
  }
  .mobile-header-tools .mobile-menu-trigger{
    width:44px!important;
    min-width:44px!important;
  }
  .mobile-search-trigger{
    width:38px!important;
    min-width:38px!important;
  }
}

.auth-mobile-polished .auth-panel{
  width:min(100%,360px)!important;
}
.auth-mobile-polished .auth-form{
  justify-items:center!important;
}
.auth-mobile-polished .auth-form label:not(.legal-check),
.auth-mobile-polished .membership-contract,
.auth-mobile-polished .auth-form .btn.gold,
.auth-mobile-polished .forgot-password-link{
  width:min(100%,274px)!important;
}
.auth-mobile-polished .auth-tabs{
  width:min(100%,324px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.auth-mobile-polished .auth-form input[type="email"],
.auth-mobile-polished .auth-form input[type="password"],
.auth-mobile-polished .auth-form input[type="text"],
.auth-mobile-polished .auth-form input[name="full_name"],
.auth-mobile-polished .auth-form input[name="phone"]{
  height:46px!important;
  min-height:46px!important;
}

.footer{
  display:grid!important;
  grid-template-columns:1.1fr 1fr 1fr 1fr 1fr!important;
  gap:28px!important;
  padding:56px clamp(18px,6vw,92px) 34px!important;
  background:#f8f2f8!important;
  color:#151515!important;
  border-top:0!important;
  box-shadow:none!important;
}
.footer::before{
  display:none!important;
}
.footer h3{
  margin:0 0 18px!important;
  color:#111!important;
  font-family:"Segoe UI",Inter,Arial,sans-serif!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
.footer p,
.footer a,
.footer span{
  color:#454545!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.footer a{
  margin:0 0 12px!important;
}
.footer a:hover{
  color:#111!important;
  transform:none!important;
}
.footer-main{
  max-width:260px!important;
}
.footer-logo-img{
  max-width:118px!important;
  max-height:82px!important;
}
.footer-newsletter{
  min-width:220px!important;
}
.footer-newsletter form{
  display:flex!important;
  height:36px!important;
  margin:0 0 20px!important;
}
.footer-newsletter input{
  min-width:0!important;
  border:1px solid #ddd!important;
  background:#fff!important;
}
.footer-newsletter button{
  min-width:82px!important;
  background:#111!important;
  color:#fff!important;
}
.footer .footer-social{
  justify-content:flex-start!important;
  gap:8px!important;
}
.footer .footer-social .footer-social-icon{
  width:36px!important;
  height:36px!important;
}
.footer-payment-logos{
  grid-column:1 / -1!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:18px!important;
  margin:8px auto 0!important;
  padding:18px 0 0!important;
  border-top:1px solid rgba(0,0,0,.08)!important;
  background:transparent!important;
}
.footer-payment-logos::before{
  content:"Copyrights © 2026 Bulut Parfüm";
  flex:0 0 100%;
  display:block;
  margin-bottom:8px;
  color:#9a9a9a;
  font-size:13px;
  text-align:center;
}
.footer-powered{
  grid-column:1 / -1!important;
  position:static!important;
  margin:0!important;
  padding:8px 0 0!important;
  background:transparent!important;
  color:#555!important;
  text-align:center!important;
}
.footer-powered a{
  display:inline-flex!important;
  margin:0!important;
  color:#696969!important;
  font-size:12px!important;
  letter-spacing:.8px!important;
  text-shadow:none!important;
}

@media (max-width:920px){
  .footer{
    grid-template-columns:1fr 1fr!important;
    gap:22px 34px!important;
    padding:42px 18px 28px!important;
  }
  .footer-main{
    grid-column:1 / -1!important;
    max-width:none!important;
    text-align:center!important;
  }
  .footer-brand,
  .footer-logo-img{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .footer-main p{
    max-width:420px!important;
    margin:10px auto 0!important;
    font-size:13px!important;
  }
  .footer-newsletter{
    grid-column:1 / -1!important;
    text-align:center!important;
  }
  .footer-newsletter form{
    max-width:310px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .footer .footer-social{
    justify-content:center!important;
  }
  .footer-payment-logos{
    gap:10px!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
    padding-bottom:2px!important;
  }
  .footer-payment-logos::before{
    min-width:100%!important;
  }
}

/* Final mobile menu and product badge refinements */
@media (max-width:920px){
  body.mobile-nav-open::before{
    z-index:9990!important;
    pointer-events:none!important;
    background:rgba(0,0,0,.22)!important;
  }
  .site-header .nav{
    z-index:10030!important;
    width:min(66vw,252px)!important;
    padding:66px 12px 18px!important;
    border-radius:0 12px 12px 0!important;
    box-shadow:16px 0 42px rgba(0,0,0,.18)!important;
    align-items:stretch!important;
  }
  .site-header .nav::before{
    top:18px!important;
    left:14px!important;
    right:54px!important;
    padding-bottom:10px!important;
    font-size:17px!important;
    text-align:left!important;
  }
  .mobile-nav-close{
    top:12px!important;
    right:10px!important;
    width:34px!important;
    height:34px!important;
    font-size:22px!important;
  }
  .site-header .nav a{
    justify-content:flex-start!important;
    min-height:38px!important;
    padding:0 4px!important;
    text-align:left!important;
    font-size:13px!important;
    font-weight:560!important;
    line-height:1.15!important;
  }
}

@media (max-width:760px){
  .product-card-clean .sale-badge-img,
  .product-grid .sale-badge-img,
  .product-track .sale-badge-img,
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .sale-badge-img,
  html body main .mobile-two-product-grid > .product-card-clean .sale-badge-img,
  html body main .home-product-grid > .product-card-clean .sale-badge-img{
    top:28px!important;
    left:5px!important;
    width:34px!important;
    height:34px!important;
    z-index:9!important;
    object-fit:contain!important;
  }
  .product-card-clean .campaign-label,
  .home-product-grid .product-card-clean .campaign-label,
  .category-product-grid .product-card-clean .campaign-label,
  html body main .category-shop-layout .mobile-two-product-grid > .product-card-clean .campaign-label{
    min-width:78px!important;
    max-width:112px!important;
    min-height:22px!important;
    margin:3px auto 7px!important;
    padding:4px 10px!important;
    border:0!important;
    border-radius:5px!important;
    background:linear-gradient(135deg,#e11d1d,#ff4c4c)!important;
    color:#fff!important;
    box-shadow:0 7px 16px rgba(225,29,29,.20)!important;
    font-size:11px!important;
    font-weight:850!important;
    line-height:1!important;
    letter-spacing:.2px!important;
    text-align:center!important;
  }
  .product-card-clean .campaign-label.is-empty{
    visibility:hidden!important;
  }
  .detail-sale-badge-img{
    top:54px!important;
    left:12px!important;
    width:48px!important;
    height:48px!important;
  }
  .product-main-image .discount-ribbon{
    top:106px!important;
  }
  .campaign-pill{
    background:linear-gradient(135deg,#e11d1d,#ff4c4c)!important;
    color:#fff!important;
    border-radius:5px!important;
    box-shadow:0 8px 18px rgba(225,29,29,.20)!important;
  }
}

/* Absolute final white frameless catalog cards */
html body,
html body main,
html body main .section.product-showcase,
html body main .home-product-showcase,
html body main .shop-layout,
html body main .category-shop-layout,
html body main .product-grid,
html body main .home-product-grid,
html body main .category-product-grid,
html body main .mobile-two-product-grid,
html body main .detail-product-grid{
  background:#fff!important;
}

html body main article.product-card.product-card-clean,
html body main .home-product-grid > article.product-card.product-card-clean,
html body main .product-grid > article.product-card.product-card-clean,
html body main .category-product-grid > article.product-card.product-card-clean,
html body main .mobile-two-product-grid > article.product-card.product-card-clean,
html body main .detail-product-grid > article.product-card.product-card-clean{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

html body main article.product-card.product-card-clean:hover{
  box-shadow:none!important;
}

html body main article.product-card.product-card-clean .product-image,
html body main article.product-card.product-card-clean .product-info{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

/* Final frameless product listing surfaces */
html body main .product-showcase,
html body main .home-product-showcase,
html body main .category-shop-layout,
html body main .shop-layout,
html body main .products-page,
html body main .cart-checkout-deals,
html body main .detail-related-section{
  background:#fff!important;
}

html body main .home-product-grid,
html body main .product-grid,
html body main .category-product-grid,
html body main .mobile-two-product-grid,
html body main .detail-product-grid{
  background:#fff!important;
}

html body main .home-product-grid > .product-card-clean,
html body main .product-grid > .product-card-clean,
html body main .category-product-grid > .product-card-clean,
html body main .mobile-two-product-grid > .product-card-clean,
html body main .detail-product-grid > .product-card-clean,
html body main article.product-card.product-card-clean{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

html body main .product-card-clean::before,
html body main .product-card-clean::after{
  display:none!important;
  content:none!important;
}

html body main .product-card-clean .product-image,
html body main .product-card-clean .product-info{
  border:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

/* Absolute final category image white background lock */
html body main .category-shop-layout,
html body main .category-shop-layout *,
html body main .category-product-grid,
html body main .category-product-grid *,
html body main .mobile-two-product-grid,
html body main .mobile-two-product-grid *{
  --paper:#fff!important;
}

html body main .category-shop-layout,
html body main .category-shop-layout .product-grid,
html body main .category-shop-layout .category-product-grid,
html body main .category-shop-layout .mobile-two-product-grid{
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
}

html body main .category-shop-layout article.product-card.product-card-clean,
html body main .category-shop-layout article.product-card.product-card-clean > a.product-image,
html body main .category-shop-layout article.product-card.product-card-clean .product-image,
html body main .category-shop-layout article.product-card.product-card-clean .product-info,
html body main .category-product-grid article.product-card.product-card-clean,
html body main .category-product-grid article.product-card.product-card-clean > a.product-image,
html body main .category-product-grid article.product-card.product-card-clean .product-image,
html body main .category-product-grid article.product-card.product-card-clean .product-info{
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
}

html body main .category-shop-layout article.product-card.product-card-clean .product-image::before,
html body main .category-shop-layout article.product-card.product-card-clean .product-image::after,
html body main .category-product-grid article.product-card.product-card-clean .product-image::before,
html body main .category-product-grid article.product-card.product-card-clean .product-image::after{
  display:none!important;
  content:none!important;
  background:none!important;
}

html body main .category-shop-layout article.product-card.product-card-clean .product-image > img:not(.sale-badge-img),
html body main .category-product-grid article.product-card.product-card-clean .product-image > img:not(.sale-badge-img){
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
}

/* Absolute final full product image fit */
html body main .home-product-grid article.product-card.product-card-clean .product-image,
html body main .product-grid article.product-card.product-card-clean .product-image,
html body main .category-product-grid article.product-card.product-card-clean .product-image,
html body main .mobile-two-product-grid article.product-card.product-card-clean .product-image,
html body main .detail-product-grid article.product-card.product-card-clean .product-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:#fff!important;
  background-image:none!important;
}

html body main .home-product-grid article.product-card.product-card-clean .product-image > img:not(.sale-badge-img),
html body main .product-grid article.product-card.product-card-clean .product-image > img:not(.sale-badge-img),
html body main .category-product-grid article.product-card.product-card-clean .product-image > img:not(.sale-badge-img),
html body main .mobile-two-product-grid article.product-card.product-card-clean .product-image > img:not(.sale-badge-img),
html body main .detail-product-grid article.product-card.product-card-clean .product-image > img:not(.sale-badge-img){
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:8px!important;
  background:#fff!important;
  background-image:none!important;
  filter:none!important;
}

/* Final product detail recommendations image parity */
@media (min-width:761px){
  html body main .detail-product-grid article.product-card.product-card-clean{
    display:grid!important;
    grid-template-rows:230px 142px!important;
    min-height:372px!important;
    max-height:372px!important;
    overflow:hidden!important;
  }
  html body main .detail-product-grid article.product-card.product-card-clean .product-image{
    height:230px!important;
    min-height:230px!important;
    max-height:230px!important;
    aspect-ratio:auto!important;
  }
  html body main .detail-product-grid article.product-card.product-card-clean .product-info{
    height:142px!important;
    min-height:142px!important;
    padding:8px 12px 10px!important;
  }
}

/* Final mobile cart checkout deals badge placement */
@media (max-width:760px){
  html body main .cart-checkout-deals .product-card-clean .shipping-badge{
    top:6px!important;
    left:6px!important;
    z-index:8!important;
  }
  html body main .cart-checkout-deals .product-card-clean .sale-badge-img{
    top:34px!important;
    left:7px!important;
    width:38px!important;
    height:38px!important;
    z-index:7!important;
    object-fit:contain!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  html body main .cart-checkout-deals .product-card-clean .campaign-label{
    margin-top:4px!important;
  }
}

/* Final satisfaction gallery full image and touch swipe */
html body main .satisfaction-direct .satisfaction-slider,
html body main .satisfaction-proof .satisfaction-slider{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scroll-snap-type:x proximity!important;
}

html body main .satisfaction-direct .satisfaction-track,
html body main .satisfaction-proof .satisfaction-track{
  animation:none!important;
  width:max-content!important;
}

html body main .satisfaction-direct .satisfaction-slide,
html body main .satisfaction-proof .satisfaction-slide{
  scroll-snap-align:start!important;
  background:#fff!important;
}

html body main .satisfaction-direct .satisfaction-slide img,
html body main .satisfaction-proof .satisfaction-slide img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  max-height:520px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}

@media (max-width:760px){
  html body main .satisfaction-direct .satisfaction-track,
  html body main .satisfaction-proof .satisfaction-track{
    grid-auto-columns:78vw!important;
  }
  html body main .satisfaction-direct .satisfaction-slide img,
  html body main .satisfaction-proof .satisfaction-slide img{
    max-height:72vh!important;
  }
}

/* Final register legal checkbox alignment */
.auth-form .legal-check{
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  align-items:start!important;
  column-gap:9px!important;
}
.auth-form .legal-check input[type="checkbox"]{
  width:16px!important;
  height:16px!important;
  margin:2px 0 0!important;
  align-self:start!important;
}
.auth-form .legal-check span{
  display:block!important;
  line-height:1.45!important;
}

/* Final mobile cart checkout deals alignment */
@media (max-width:760px){
  html body main .cart-checkout-deals .mobile-two-product-grid{
    align-items:start!important;
    gap:22px 12px!important;
  }

  html body main .cart-checkout-deals .mobile-two-product-grid > article.product-card.product-card-clean{
    display:grid!important;
    grid-template-rows:178px auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding-bottom:0!important;
    background:#fff!important;
  }

  html body main .cart-checkout-deals .product-card-clean .product-image{
    height:178px!important;
    min-height:178px!important;
    max-height:178px!important;
    overflow:visible!important;
    background:#fff!important;
  }

  html body main .cart-checkout-deals .product-card-clean .product-image > img:not(.sale-badge-img){
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:8px 6px!important;
  }

  html body main .cart-checkout-deals .product-card-clean .shipping-badge{
    top:6px!important;
    left:6px!important;
    z-index:12!important;
    font-size:8px!important;
    line-height:1!important;
    padding:4px 5px!important;
  }

  html body main .cart-checkout-deals .product-card-clean .sale-badge-img{
    top:31px!important;
    left:6px!important;
    width:43px!important;
    height:43px!important;
    max-width:43px!important;
    max-height:43px!important;
    z-index:11!important;
    object-fit:contain!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    padding:0!important;
  }

  html body main .cart-checkout-deals .product-card-clean .product-info{
    display:grid!important;
    grid-template-rows:auto auto auto!important;
    min-height:104px!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:6px 4px 0!important;
    background:#fff!important;
  }

  html body main .cart-checkout-deals .product-card-clean h3,
  html body main .cart-checkout-deals .product-card-clean h3 a{
    min-height:34px!important;
    max-height:34px!important;
    overflow:hidden!important;
    font-size:13px!important;
    line-height:1.25!important;
  }

  html body main .cart-checkout-deals .product-card-clean .price-row{
    min-height:22px!important;
    margin:2px 0 5px!important;
    align-items:baseline!important;
    justify-content:center!important;
    gap:5px!important;
  }

  html body main .cart-checkout-deals .product-card-clean .price-row strong{
    font-size:16px!important;
    line-height:1!important;
  }

  html body main .cart-checkout-deals .product-card-clean .price-row del{
    font-size:11px!important;
    line-height:1!important;
  }

  html body main .cart-checkout-deals .product-card-clean .btn.mini.add-cart{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:92%!important;
    min-width:0!important;
    height:26px!important;
    min-height:26px!important;
    max-height:26px!important;
    margin:0 auto!important;
    padding:0 8px!important;
    border-radius:999px!important;
    font-size:9px!important;
    line-height:1!important;
    overflow:hidden!important;
    background:#43ad55!important;
    border-color:#43ad55!important;
    color:#fff!important;
  }
}
