:root{
  --powder:#f2d9dc;
  --powder-2:#fbf0f1;
  --blush:#d8a6ad;
  --rose:#a96b73;
  --deep:#312426;
  --text:#332829;
  --muted:#7b686b;
  --ivory:#fffaf7;
  --white:#ffffff;
  --sage:#8f9f8c;
  --gold:#c7a66a;
  --line:#ead9db;
  --soft-shadow:0 14px 38px rgba(80,45,50,.08);
  --strong-shadow:0 28px 80px rgba(80,45,50,.16);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:15px;
  line-height:1.65;
  color:var(--text);
  background:linear-gradient(180deg,var(--ivory),#fff 52%,var(--powder-2));
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.topbar{height:32px;display:grid;place-items:center;background:var(--deep);color:#fff;font-size:12px;font-weight:600;letter-spacing:.02em;padding:0 16px;text-align:center}
.store-notice{
  display:none;
  box-sizing:border-box;
  width:100%;
  margin:0;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:14px 24px;
  text-align:center;
  font-family:Manrope,system-ui,sans-serif;
  font-size:14px;
  font-weight:800;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fffaf7;
  background:linear-gradient(90deg,#4a242c 0%,#a86b74 48%,#4a242c 100%);
  border-bottom:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 32px rgba(80,45,50,.16);
}
.store-notice:not([hidden]){
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.store-notice[hidden]{display:none !important}
.store-notice-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:rgba(31,22,24,.58);backdrop-filter:blur(8px)}
.store-notice-modal-card{width:min(520px,100%);display:grid;gap:14px;padding:34px;border:1px solid rgba(255,255,255,.28);border-radius:28px;color:#fffaf7;background:radial-gradient(circle at 100% 0,rgba(255,255,255,.2),transparent 35%),linear-gradient(135deg,#4a242c,#a86b74);box-shadow:0 32px 100px rgba(20,12,14,.38)}
.store-notice-modal-card.type-shipping{background:linear-gradient(135deg,#37483c,#819279)}
.store-notice-modal-card.type-general{background:linear-gradient(135deg,#313b4b,#66768d)}
.store-notice-modal-card>span{font-size:11px;font-weight:900;letter-spacing:.16em;opacity:.8}.store-notice-modal-card h2{margin:0;color:inherit;font-size:clamp(30px,6vw,46px);line-height:1.05}.store-notice-modal-card p{margin:0;color:inherit;font-size:16px;line-height:1.65}
.store-notice-modal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.store-notice-modal-actions button,.store-notice-modal-actions a{min-height:44px;padding:10px 18px;border:1px solid rgba(255,255,255,.5);border-radius:999px;color:inherit;background:rgba(255,255,255,.12);font-weight:800}.store-notice-modal-actions button{background:#fff;color:#4a242c}
.store-notice-modal{padding:24px;background:rgba(31,25,26,.68);backdrop-filter:blur(10px)}
.store-notice-modal-card{width:min(680px,100%);min-height:390px;place-content:center;justify-items:center;gap:18px;padding:54px 64px;border:1px solid rgba(255,255,255,.42);border-radius:8px;text-align:center;background:linear-gradient(135deg,#552d36 0%,#7f4654 55%,#9b6470 100%);box-shadow:0 28px 90px rgba(20,12,14,.42)}
.store-notice-modal-card>span{font-size:13px;line-height:1.4;letter-spacing:.18em}.store-notice-modal-card h2{max-width:12ch;font-size:clamp(42px,6vw,64px);line-height:1.02;letter-spacing:-.025em}.store-notice-modal-card p{max-width:34ch;font-size:clamp(18px,2vw,22px);line-height:1.55;font-weight:600;letter-spacing:.01em}
.store-notice-modal-actions{justify-content:center;margin-top:8px}.store-notice-modal-actions button,.store-notice-modal-actions a{min-height:52px;padding:13px 24px;border-radius:6px;font-size:16px}
@media(max-width:620px){.store-notice-modal{padding:12px}.store-notice-modal-card{min-height:0;padding:28px 18px 22px;border-radius:6px}.store-notice-modal-card h2{font-size:clamp(26px,8vw,34px)}.store-notice-modal-card p{font-size:16px}}
.catalog-offline,
.catalog-offline:not([hidden]){
  display:none !important;
}
.catalog-retry{display:none !important}
.catalog-empty{margin:18px 0;color:var(--muted);font-size:15px;line-height:1.6}
.catalog-skeleton-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  border-radius:34px;
  border:1px solid rgba(234,217,219,.78);
  background:rgba(255,255,255,.92);
  overflow:hidden;
  box-shadow:0 18px 54px rgba(80,45,50,.06);
  min-height:320px;
}
.catalog-skeleton-img{
  height:220px;
  background:linear-gradient(90deg,#f4e8ea 0%,#faf3f4 45%,#f4e8ea 100%);
  background-size:200% 100%;
  animation:ketseCatalogShimmer 1.2s ease-in-out infinite;
}
.catalog-skeleton-body{display:grid;gap:10px;padding:4px 16px 20px}
.catalog-skeleton-line{
  height:12px;
  border-radius:999px;
  background:linear-gradient(90deg,#efe0e3 0%,#f7eef0 45%,#efe0e3 100%);
  background-size:200% 100%;
  animation:ketseCatalogShimmer 1.2s ease-in-out infinite;
}
.catalog-skeleton-line.w70{width:70%}
.catalog-skeleton-line.w45{width:45%}
.catalog-skeleton-line.w55{width:55%}
@keyframes ketseCatalogShimmer{
  0%{background-position:100% 0}
  100%{background-position:-100% 0}
}
@media(prefers-reduced-motion:reduce){
  .catalog-skeleton-img,
  .catalog-skeleton-line{animation:none}
}
.catalog-inline-error{
  grid-column:1 / -1;
  display:grid;
  justify-items:start;
  gap:14px;
  margin:8px 0 12px;
  padding:22px 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}
.catalog-inline-error p{margin:0;max-width:42ch}
.catalog-inline-error .catalog-inline-retry{min-height:44px}
@media(max-width:620px){
  .catalog-skeleton-card{min-height:240px;border-radius:18px}
  .catalog-skeleton-img{height:150px}
}
.site-header{position:sticky;top:0;z-index:30;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 42px;background:#fffaf7;backdrop-filter:none;border-bottom:1px solid rgba(234,217,219,.9)}
.brand{display:flex;align-items:center;height:68px;min-width:146px}.brand img{height:46px;width:auto;object-fit:contain}
.nav{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:700;letter-spacing:.01em}.nav a{opacity:.82}.nav a:hover{color:var(--rose);opacity:1}
.header-actions{display:flex;gap:10px;align-items:center}.ghost{border:0;background:transparent;color:var(--deep);font-weight:700;padding:8px 10px;text-decoration:none;font-family:inherit;font-size:inherit}.mobile-only{display:none}
.cart-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:800;box-shadow:0 8px 24px rgba(80,45,50,.05)}.cart-btn span{display:inline-grid;place-items:center;min-width:21px;height:21px;margin-left:6px;border-radius:999px;background:var(--rose);color:#fff;font-size:11px}
.hero{min-height:calc(100vh - 100px);display:grid;grid-template-columns:1fr .95fr;gap:58px;align-items:center;padding:72px 7vw;background:radial-gradient(circle at 78% 14%,rgba(242,217,220,.96) 0 17%,transparent 35%),linear-gradient(135deg,#fffaf7 0%,#fbf0f1 100%)}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:11px;line-height:1.2;color:var(--rose);font-weight:800;margin-bottom:14px}.hero h1,.section h2,.modal-copy h2,.checkout-layout h2{font-family:'Playfair Display',Georgia,serif;color:var(--deep);font-weight:650;letter-spacing:-.025em;margin:0}.hero h1{font-size:clamp(46px,6.5vw,92px);line-height:.98;max-width:780px}.hero p{font-size:18px;line-height:1.85;color:var(--muted);max-width:590px;margin:22px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-size:14px;font-weight:800;border:1px solid transparent;min-height:48px}.primary{background:var(--deep);color:#fff}.secondary{background:#fff;color:var(--deep);border-color:var(--line)}.btn:hover{transform:translateY(-1px)}
.hero-art{position:relative;min-height:540px}.hero-card.main{position:absolute;inset:18px 38px 38px 18px;border-radius:42px;overflow:hidden;box-shadow:var(--strong-shadow);background:#ead5d8}.hero-card .hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .75s ease;transform:scale(1.02)}.hero-card .hero-slide:not([src]),
.hero-card .hero-slide[src=""],
.product-mini img:not([src]),
.product-mini img[src=""],
.mega-mini-promo img:not([src]),
.mega-mini-promo img[src=""]{
  visibility:hidden;
}.hero-card .hero-slide.is-active{opacity:1;z-index:1}.hero:hover .hero-card .hero-slide.is-active{transform:scale(1.07);transition:opacity .75s ease,transform 8s ease}.floating-card{position:absolute;right:0;bottom:44px;background:rgba(255,255,255,.9);border:1px solid #fff;border-radius:24px;padding:20px 24px;box-shadow:var(--soft-shadow);font-size:14px;color:var(--muted);line-height:1.55}.floating-card strong{color:var(--deep);font-weight:800}
.section{padding:86px 7vw}.section-head{margin-bottom:32px}.section-head h2{font-size:clamp(34px,4vw,58px);line-height:1.05}.split{display:flex;justify-content:space-between;gap:34px;align-items:flex-end}.split p{max-width:520px;color:var(--muted);line-height:1.8;margin:0}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-card{min-height:188px;border-radius:var(--radius);padding:22px;background:linear-gradient(145deg,#fff,#fbf0f1);border:1px solid var(--line);box-shadow:var(--soft-shadow);display:flex;flex-direction:column;justify-content:space-between;text-align:left;transition:.22s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--strong-shadow)}.category-card span{font-size:34px;color:var(--rose)}.category-card strong{font-family:'Playfair Display',Georgia,serif;font-size:26px;line-height:1.05;font-weight:650}.category-card small{color:var(--muted);font-weight:700}.chips{display:flex;gap:11px;flex-wrap:wrap}.chip,.filter-reset{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px;font-size:13px;font-weight:800;color:var(--deep)}.chip:hover,.chip.active{background:var(--powder);border-color:var(--powder);color:#633a40}.search-wrap input{width:min(460px,100%);border:1px solid var(--line);border-radius:999px;background:#fff;padding:14px 20px;outline:none;font-weight:600}.search-wrap input:focus,.toolbar select:focus,.checkout-form input:focus,.checkout-form select:focus{border-color:var(--rose);box-shadow:0 0 0 4px rgba(169,107,115,.12)}.toolbar{display:flex;gap:12px;margin-bottom:26px;align-items:center;flex-wrap:wrap}.toolbar select{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 16px;font-size:13px;font-weight:800;color:var(--deep)}.results-count{margin-left:auto;color:var(--muted);font-size:13px;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--soft-shadow);transition:.22s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--strong-shadow)}.product-img{height:245px;background:#fbf0f1;cursor:pointer}.product-img img{width:100%;height:100%;object-fit:cover}.product-info{padding:19px;display:flex;flex-direction:column;gap:10px;flex:1}.badge{align-self:flex-start;background:#fbebed;color:#7e4c53;border-radius:999px;padding:6px 10px;font-size:10px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.product-card h3{font-size:15px;line-height:1.35;margin:0;min-height:42px;font-weight:800;letter-spacing:-.01em;color:var(--deep);cursor:pointer}.desc{color:var(--muted);font-size:12.5px;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.price{font-weight:800;font-size:18px;color:var(--deep)}.add{border:0;border-radius:999px;background:var(--deep);color:#fff;width:40px;height:40px;font-size:20px}.add:hover{background:var(--rose)}.philosophy{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;background:#fff5f6}.philosophy-card,.values div,.routine,.trust-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--soft-shadow)}.philosophy-card h2,.routine h2{font-size:clamp(36px,4vw,56px);line-height:1.05}.philosophy-card p,.values p,.routine p,.trust-item span{color:var(--muted);line-height:1.8}.values{display:grid;gap:16px}.values strong{font-size:30px}.values h3,.trust-item strong{font-size:17px;margin:8px 0;font-weight:800;color:var(--deep)}.routine{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.routine-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}.routine-steps div{background:#fbf0f1;border-radius:20px;padding:20px;color:var(--rose);font-weight:800}.routine-steps strong{display:block;color:var(--deep);margin-top:8px}.trust-section{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:30px}.trust-item strong{display:block;margin-bottom:8px}.trust-item span{display:block;font-size:14px}.footer{padding:54px 7vw;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:30px;background:var(--deep);color:#fff}.footer img{height:58px;width:auto;background:#fff;border-radius:16px;padding:5px}.footer h4{font-size:14px;text-transform:uppercase;letter-spacing:.12em}.footer a{display:block;color:#eadcde;margin:9px 0;font-size:14px}.footer p{color:#eadcde;line-height:1.75}.footer input{width:100%;border:0;border-radius:999px;padding:14px 16px;outline:none}.drawer{position:fixed;right:-440px;top:0;bottom:0;width:min(440px,100vw);background:#fff;z-index:60;padding:24px;box-shadow:-20px 0 80px rgba(0,0,0,.18);transition:.28s;display:flex;flex-direction:column}.drawer.open{right:0}.overlay{position:fixed;inset:0;background:rgba(30,20,20,.32);z-index:50;display:none}.overlay.show{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-head h3{font-family:'Playfair Display',Georgia,serif;font-size:32px;margin:0}.drawer-head button,.modal-close{border:0;background:#fbf0f1;border-radius:50%;width:40px;height:40px;font-size:24px}.cart-items{display:grid;gap:14px;overflow:auto;flex:1;margin-top:20px}.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px}.cart-line img{width:64px;height:64px;object-fit:cover;border-radius:14px}.cart-line h4{margin:0;font-size:13px;line-height:1.35;font-weight:800}.cart-line p{margin:6px 0 0;color:var(--muted);font-size:13px}.cart-line-open{cursor:pointer}.cart-line-open:hover{opacity:.88}.cart-line h4.cart-line-open:hover{color:var(--rose)}.cart-total{display:flex;justify-content:space-between;font-size:20px;padding:18px 0;font-weight:800}.full{width:100%}.product-modal,.checkout-modal{border:0;border-radius:30px;padding:0;width:min(1000px,94vw);box-shadow:0 40px 100px rgba(0,0,0,.26);overflow:hidden}.product-modal::backdrop,.checkout-modal::backdrop{background:rgba(30,20,20,.36)}.modal-close{position:absolute;right:16px;top:16px;z-index:2}.modal-layout{display:grid;grid-template-columns:1fr 1fr}.modal-layout img{width:100%;height:100%;min-height:560px;object-fit:cover;background:#fbf0f1}.modal-copy{padding:46px}.modal-copy h2{font-size:clamp(34px,4vw,48px);line-height:1.05;margin-bottom:12px}.meta{color:var(--rose);font-weight:800;margin-bottom:18px}.modal-copy p{color:var(--muted);line-height:1.75}.mini-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--deep);margin-top:20px}.ingredients{background:#fff6f7;border-radius:18px;padding:14px;max-height:120px;overflow:auto;font-size:13px;color:var(--muted)}.checkout-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;padding:46px}.checkout-layout h2{font-size:44px;line-height:1.05}.checkout-layout p{color:var(--muted)}.checkout-form{display:grid;gap:12px}.checkout-form input,.checkout-form select{border:1px solid var(--line);border-radius:16px;padding:14px 16px;outline:none}.qty-actions{display:flex;align-items:center;gap:8px}.qty-btn{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:#fff;font-weight:800}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.nav{display:none}.mobile-only{display:inline-flex}.hero,.philosophy,.routine,.modal-layout,.checkout-layout{grid-template-columns:1fr}.hero{padding:54px 22px}.hero-art{min-height:420px}.product-grid{grid-template-columns:repeat(2,1fr)}.footer{grid-template-columns:1fr 1fr}.site-header{padding:0 18px}.brand img{height:42px}.split{display:block}.results-count{margin-left:0}.trust-section{grid-template-columns:1fr}.modal-layout img{min-height:360px}}
@media(max-width:620px){.topbar{height:auto;min-height:30px;font-size:10px;padding:7px 12px}.store-notice{min-height:48px;padding:12px 16px;font-size:12.5px;letter-spacing:.05em}.site-header{height:62px}.brand{height:62px;min-width:118px}.brand img{height:38px}.cart-btn{padding:9px 12px;font-size:13px}.hero{min-height:auto;gap:30px}.hero h1{font-size:44px}.hero p{font-size:16px}.section{padding:56px 20px}.section-head h2{font-size:36px}.category-grid,.routine-steps,.footer{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-card.main{inset:0;border-radius:30px}.floating-card{right:12px;bottom:12px}.product-img{height:170px}.toolbar{flex-direction:column;align-items:stretch}.toolbar select,.filter-reset{width:100%}.footer{padding:40px 20px}.modal-copy,.checkout-layout{padding:28px}.product-modal,.checkout-modal{width:96vw}.drawer{padding:20px}.header-actions #searchFocus{display:none}.account-link{font-size:0}.account-link::after{content:"Προφίλ";font-size:12px;font-weight:700}}


/* v4 polish: cleaner hero typography + motion banner */
.hero{
  min-height:calc(100vh - 100px);
  background:
    radial-gradient(circle at 78% 28%, rgba(216,166,173,.28), transparent 30%),
    radial-gradient(circle at 18% 12%, rgba(242,217,220,.58), transparent 32%),
    linear-gradient(135deg,#fffaf7 0%,#fff5f6 54%,#f6e1e4 100%);
  overflow:hidden;
}
.hero .eyebrow{font-size:12px;letter-spacing:.22em;color:#9b6570;}
.hero h1{
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(42px,5.4vw,76px);
  line-height:1.04;
  letter-spacing:-.03em;
  max-width:700px;
  text-wrap:balance;
}
.hero p{font-size:18px;line-height:1.75;max-width:610px;}
.animated-hero-banner{isolation:isolate;}
.animated-hero-banner:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:48px;
  background:linear-gradient(120deg,rgba(255,255,255,.45),rgba(242,217,220,.22),rgba(255,255,255,.2));
  filter:blur(4px);
  animation:softGlow 6s ease-in-out infinite alternate;
}
.hero-card.main{
  animation:floatHero 6.5s ease-in-out infinite;
  transform-origin:center;
}
.floating-card{
  animation:floatSmall 4.8s ease-in-out infinite;
}
.orbit-badge{
  position:absolute;
  left:0;
  top:46px;
  width:112px;
  height:112px;
  border-radius:999px;
  display:grid;
  place-items:center;
  text-align:center;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--soft-shadow);
  color:var(--muted);
  font-size:13px;
  line-height:1.25;
  animation:orbitFloat 7s ease-in-out infinite;
  z-index:3;
}
.orbit-badge strong{display:block;color:var(--deep);font-size:18px;font-family:'Playfair Display',Georgia,serif;}
.petal{
  position:absolute;
  z-index:4;
  color:#b87983;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 12px 30px rgba(80,45,50,.08);
  display:grid;
  place-items:center;
  border-radius:999px;
}
.petal-one{right:38px;top:22px;width:48px;height:48px;font-size:22px;animation:petalMove1 6s ease-in-out infinite;}
.petal-two{left:18px;bottom:112px;width:42px;height:42px;font-size:18px;animation:petalMove2 7s ease-in-out infinite;}
.petal-three{right:92px;bottom:18px;width:38px;height:38px;font-size:16px;animation:petalMove3 5.5s ease-in-out infinite;}
.motion-banner{
  position:relative;
  overflow:hidden;
  display:flex;
  gap:0;
  border-top:1px solid rgba(234,217,219,.9);
  border-bottom:1px solid rgba(234,217,219,.9);
  background:linear-gradient(90deg,var(--motion-start,#6b4249),var(--motion-end,#c28a94),var(--motion-start,#6b4249));
  color:var(--motion-text,#fff);
  white-space:nowrap;
  box-shadow:0 16px 50px rgba(80,45,50,.08);
}
.motion-copy{
  display:flex;
  flex:0 0 auto;
  min-width:100%;
  animation:marquee var(--motion-speed,24s) linear infinite;
  will-change:transform;
}
.motion-copy span{
  display:inline-flex;
  align-items:center;
  padding:var(--motion-padding,16px) 34px;
  font-family:var(--motion-font,Manrope,sans-serif);
  font-size:var(--motion-size,13px);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.motion-banner.preserve-case .motion-copy span{text-transform:none}.motion-copy span:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--motion-dot,#ead9dc);margin-left:34px;}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-100%)}}
@media(prefers-reduced-motion:reduce){.motion-copy{animation:none}.motion-banner{overflow-x:auto}}
@keyframes floatHero{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-14px) scale(1.012)}}
@keyframes floatSmall{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes orbitFloat{0%,100%{transform:translate(0,0) rotate(-4deg)}50%{transform:translate(10px,-14px) rotate(4deg)}}
@keyframes petalMove1{0%,100%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(-14px,18px) rotate(16deg)}}
@keyframes petalMove2{0%,100%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(12px,-16px) rotate(-12deg)}}
@keyframes petalMove3{0%,100%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(-10px,-12px) rotate(20deg)}}
@keyframes softGlow{0%{opacity:.55;transform:scale(.98)}100%{opacity:.95;transform:scale(1.02)}}
@media(max-width:900px){
  .orbit-badge{left:14px;top:18px;width:92px;height:92px}.petal-one{right:18px}.motion-copy span{padding:13px 24px;font-size:11px}.hero h1{font-size:clamp(40px,10vw,58px)}
}
@media(max-width:620px){
  .hero h1{line-height:1.08}.hero-art{min-height:360px}.orbit-badge{display:none}.petal{display:none}.motion-copy span{padding:12px 18px;letter-spacing:.05em}
}

/* Mobile home polish: one-line topbar, compact search, equal product cards */
@media(max-width:768px){
  .topbar{
    height:28px !important;
    min-height:28px !important;
    padding:0 7px !important;
    font-size:clamp(7.5px,1.9vw,9px) !important;
    line-height:1 !important;
    letter-spacing:-.01em !important;
    white-space:nowrap !important;
    overflow:hidden !important;
  }
  .products-section .section-head{
    margin-bottom:16px !important;
  }
  .products-section .section-head h2{
    font-size:clamp(27px,7.4vw,32px) !important;
    line-height:1.04 !important;
  }
  .products-section .search-wrap{
    width:100%;
    margin-top:14px;
  }
  .products-section .search-wrap input{
    width:100%;
    height:44px;
    padding:0 16px;
    font-size:14px;
    line-height:44px;
  }
  .product-grid,
  .featured-grid,
  .category-product-grid{
    align-items: stretch !important;
  }
  .product-grid>.premium-product-card,
  .featured-grid>.premium-product-card,
  .category-product-grid>.premium-product-card{
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .premium-product-info,
  .product-info.premium-product-info{
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    gap: 4px !important;
  }
  .premium-product-info h3,
  .product-card h3{
    min-height: 0 !important;
    max-height: none !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  /* Keep title+price tight; only the CTA fills leftover height so cards match. */
  .premium-price-row,
  .product-card .price-row{
    margin-top: 6px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .premium-price-row .premium-add,
  .product-card .price-row .premium-add,
  .premium-price-row .add,
  .product-card .price-row .add{
    margin-top: auto !important;
  }
}

/* Announcement dismissal: quiet close affordance, no confirmation button. */
.store-notice-modal-close{width:34px!important;height:34px!important;top:12px!important;right:12px!important;opacity:.76;transition:opacity .2s ease,background .2s ease,transform .2s ease}.store-notice-modal-close:hover,.store-notice-modal-close:focus-visible{opacity:1;transform:scale(1.04);background:rgba(35,20,24,.42)!important;outline:2px solid rgba(255,255,255,.72);outline-offset:2px}.store-notice-modal-actions:empty{display:none}

/* v5 stable direction: keep v4, improve hero only — no project reset */
.site-header{
  height:72px;
  padding:0 5.8vw;
  background:#fffaf7;
  box-shadow:0 10px 36px rgba(80,45,50,.045);
}
.brand img{height:50px;max-width:170px;}
.nav a{position:relative;padding:25px 0 23px;}
.nav a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--rose);transform:scaleX(0);transform-origin:left;transition:.24s ease;border-radius:999px;}
.nav a:hover:after{transform:scaleX(1)}
.hero{
  position:relative;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:54px;
  min-height:calc(100vh - 104px);
  padding:74px 7vw 78px;
  background:
    radial-gradient(circle at 88% 18%, rgba(216,166,173,.38), transparent 27%),
    radial-gradient(circle at 62% 80%, rgba(255,255,255,.95), transparent 28%),
    linear-gradient(128deg,#fffaf7 0%, #fff6f7 45%, #f3d9dd 100%);
}
.hero:after{
  content:"";
  position:absolute;
  width:260px;height:260px;
  left:42%;top:8%;
  background:radial-gradient(circle, rgba(255,255,255,.65), transparent 68%);
  filter:blur(2px);
  pointer-events:none;
  animation:softGlow 7s ease-in-out infinite alternate;
}
.hero-copy{position:relative;z-index:2;align-self:center;}
.hero h1{font-size:clamp(52px,5.8vw,86px);line-height:.98;letter-spacing:-.045em;max-width:730px;margin-top:6px;}
.hero h1 span{display:block;}
.hero p{max-width:610px;color:#6f5a5d;font-size:18px;line-height:1.8;margin-top:24px;}
.hero-actions{margin-top:34px;gap:16px;}
.btn{transition:transform .22s ease, box-shadow .22s ease, background .22s ease;}
.btn em{font-style:normal;margin-left:10px;transition:transform .22s ease;}
.btn:hover em{transform:translateX(4px)}
.primary{background:linear-gradient(135deg,#39282b,#8e5962);box-shadow:0 16px 36px rgba(89,48,55,.18);}
.primary:hover{box-shadow:0 20px 48px rgba(89,48,55,.24);}
.secondary{background:rgba(255,255,255,.74);backdrop-filter:blur(10px);}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
.hero-badges span{display:inline-flex;align-items:center;border:1px solid rgba(234,217,219,.95);background:rgba(255,255,255,.68);border-radius:999px;padding:10px 13px;color:#5f484c;font-size:12px;font-weight:800;box-shadow:0 8px 22px rgba(80,45,50,.055);}
.hero-badges em{font-style:normal;font-weight:inherit}
.hero-badges .hb-short{display:none}
.hero-badges .flag-gr{
  display:inline-block;
  width:18px;
  height:12px;
  margin-right:6px;
  border-radius:2px;
  flex:0 0 auto;
  vertical-align:-1px;
  overflow:hidden;
}
.hero-art{min-height:575px;}
.hero-card.main{inset:26px 36px 34px 54px;border-radius:46px;box-shadow:0 36px 100px rgba(80,45,50,.18);}
.hero-card.main:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(49,36,38,.15));pointer-events:none;}
.product-mini{position:absolute;z-index:5;width:150px;border-radius:26px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.9);box-shadow:0 22px 60px rgba(80,45,50,.16);padding:12px;text-align:center;color:#674b50;animation:floatSmall 5.6s ease-in-out infinite;}
.product-mini img{width:100%;height:112px;object-fit:cover;border-radius:18px;background:#fff0f2;}
.product-mini strong{display:block;margin-top:10px;font-family:'Playfair Display',Georgia,serif;color:var(--deep);font-size:18px;line-height:1.05;}
.product-mini span{display:block;font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-top:3px;}
.product-mini-one{left:0;bottom:74px;transform:rotate(-3deg);}
.product-mini-two{right:-8px;top:96px;animation-delay:.8s;transform:rotate(3deg);}
.orbit-badge{left:20px;top:52px;background:rgba(255,255,255,.86);}
.floating-card{right:18px;bottom:38px;max-width:270px;background:rgba(255,255,255,.84);backdrop-filter:blur(12px);}
.petal{opacity:.86;}
.petal-one{right:22px;top:18px;}
.petal-two{left:58px;bottom:138px;}
.petal-three{right:134px;bottom:20px;}
.motion-banner{background:linear-gradient(90deg,#6b4249,#b8747e,#e0aeb5,#b8747e,#6b4249);}
.section-head h2{text-wrap:balance;}
.category-card{min-height:210px;background:linear-gradient(145deg,rgba(255,255,255,.96),#fff4f6);}
.product-card{border-radius:30px;}
.product-img{height:265px;}
@media(max-width:1000px){
  .hero{grid-template-columns:1fr;padding:58px 22px;}
  .hero-art{min-height:500px;max-width:680px;width:100%;margin:0 auto;}
}
@media(max-width:620px){
  .site-header{height:64px;}
  .brand img{height:42px;}
  .hero h1{font-size:44px;line-height:1.04;}
  .hero p{font-size:16px;}
  .hero-badges span{font-size:11px;padding:9px 11px;}
  .hero-art{min-height:390px;}
  .hero-card.main{inset:0;border-radius:32px;}
  .product-mini{display:none;}
  .floating-card{right:12px;bottom:12px;max-width:230px;padding:16px 18px;}
}

/* v6 refinements: step-by-step polish */
.featured{background:linear-gradient(180deg,#fff 0%,#fff7f8 100%)}
.featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.featured-card{background:#fff;border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:var(--soft-shadow);cursor:pointer;transition:transform .24s ease, box-shadow .24s ease}
.featured-card:hover{transform:translateY(-6px);box-shadow:var(--strong-shadow)}
.featured-img{height:300px;background:#fbf0f1;overflow:hidden}
.featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.featured-card:hover .featured-img img{transform:scale(1.045)}
.featured-info{padding:22px;display:grid;gap:12px}
.featured-info h3{font-family:'Playfair Display',Georgia,serif;font-size:24px;line-height:1.12;margin:0;color:var(--deep);font-weight:650;letter-spacing:-.015em}
.featured-info p{margin:0;color:var(--muted);font-size:14px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.category-card.image-card{position:relative;overflow:hidden;min-height:235px;background:#fff;color:#fff;border:0;padding:24px;text-shadow:0 2px 16px rgba(0,0,0,.55),0 1px 3px rgba(0,0,0,.35)}
.category-card.image-card::before{content:none}
.category-card.image-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.category-card.image-card:hover img{transform:scale(1.08)}
.category-card.image-card span,.category-card.image-card strong,.category-card.image-card small{position:relative;z-index:2;color:#fff}
.category-card.image-card small{opacity:.9}
.card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}
.card-topline small{color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}
.ingredient-line{font-size:12px;font-weight:800;color:var(--rose);background:#fff6f7;border:1px solid var(--line);border-radius:999px;padding:7px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card h3{min-height:auto;font-size:16px;line-height:1.32}
.product-info{gap:11px}
.qty-actions{display:flex;align-items:center;gap:8px;margin-top:8px}.qty-btn{border:1px solid var(--line);background:#fff;border-radius:50%;width:28px;height:28px;font-weight:900}.qty-btn:hover{background:var(--powder)}.qty-btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}
@media(max-width:1100px){.featured-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .featured-grid,.product-grid,.category-grid,.trust-section{grid-template-columns:1fr 1fr}
  .split{display:block}.split p{margin-top:14px}
  .nav{display:none;position:absolute;top:64px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--strong-shadow);flex-direction:column;align-items:flex-start;gap:12px}.nav.open{display:flex}.mobile-only{display:inline-flex}.header-actions{gap:4px}.site-header{padding:0 14px}.ghost{padding:8px 8px}.cart-btn{padding:9px 12px}.featured-img,.product-img{height:220px}
  .footer{grid-template-columns:1fr 1fr}.routine,.philosophy{grid-template-columns:1fr}
}
@media(max-width:520px){.featured-grid,.product-grid,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trust-section,.footer{grid-template-columns:1fr}.section{padding:58px 18px}.category-card.image-card{min-height:210px}.featured-img,.product-img{height:170px}.topbar{font-size:11px}.cart-btn{font-size:0}.cart-btn span{font-size:11px;margin-left:0}}

.catalog-note{margin:-8px 0 22px;color:var(--muted);font-size:14px;font-weight:700;background:#fff6f7;border:1px solid var(--line);border-radius:18px;padding:14px 18px}
.products-section{background:linear-gradient(180deg,#fff,#fff8f9)}
.product-card{cursor:pointer}

/* v9 Product Page */
.product-page{background:linear-gradient(180deg,#fffaf7,#fff 45%,#fbf0f1);border-top:1px solid var(--line);}
.back-to-catalog{border:1px solid var(--line);background:rgba(255,255,255,.82);border-radius:999px;padding:12px 18px;font-weight:800;color:var(--deep);margin-bottom:26px;box-shadow:var(--soft-shadow)}
.product-page-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.78fr);gap:46px;align-items:start;}
@media(max-width:1360px){
  .product-page-layout{grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);gap:32px}
  .product-buybox{padding:28px 24px}
}
.product-gallery{position:sticky;top:96px;align-self:start;display:flex;flex-direction:column;align-items:stretch;}
.main-product-image{border-radius:38px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--strong-shadow);min-height:0;height:auto;width:fit-content;max-width:100%;margin-inline:auto;cursor:zoom-in;position:relative;line-height:0;display:flex;align-items:center;justify-content:center;}
.main-product-image img{display:block;width:auto;height:auto;max-width:100%;max-height:min(68vh,560px);margin:0 auto;object-fit:contain;object-position:center;transition:transform .35s ease;}
.main-product-image:hover img{transform:scale(1.02)}
/* Zoom hint: SVG icon (not Greek text) — mobile often showed "??????" when the CSS content font lacked Greek glyphs. */
.main-product-image::after{
  content:"";
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:2;
  width:38px;
  height:38px;
  border-radius:999px;
  background-color:rgba(255,255,255,.92);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23312426' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M16.5 16.5L21 21'/%3E%3Cpath d='M11 8.5v5M8.5 11h5'/%3E%3C/svg%3E");
  background-position:center;
  background-repeat:no-repeat;
  background-size:18px 18px;
  border:1px solid var(--line);
  pointer-events:none;
  box-shadow:0 8px 20px rgba(80,45,50,.1);
}
.thumb-row{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-top:14px;width:100%;max-width:min(100%,560px)}
.thumb{border:1px solid var(--line);border-radius:18px;padding:0;overflow:hidden;background:#fff;height:104px;width:fit-content;max-width:min(140px,28vw);box-shadow:0 10px 24px rgba(80,45,50,.06);opacity:.72;transition:.2s;display:flex;align-items:center;justify-content:center;line-height:0;}
.thumb img{height:104px;width:auto;max-width:100%;object-fit:contain;object-position:center;display:block;background:#fff}
.thumb.active,.thumb:hover{opacity:1;border-color:var(--rose);transform:translateY(-2px)}
.product-image-lightbox{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(40,24,28,.78);backdrop-filter:blur(8px)}
.product-image-lightbox.is-open{display:flex}
.product-image-lightbox img{max-width:min(96vw,980px);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.product-image-lightbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:var(--deep);font-size:24px;line-height:1;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.2)}
.product-image-lightbox-close:hover{background:#fff6f7}

/* Homepage promo popup — composed card over blurred backdrop */
body.promo-popup-open{overflow:hidden}
.ketse-promo-popup{
  position:fixed;inset:0;z-index:1300;display:grid;place-items:center;
  padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  opacity:0;pointer-events:none;transition:opacity .28s ease;
}
.ketse-promo-popup.is-open{opacity:1;pointer-events:auto}
.ketse-promo-popup-backdrop{
  position:absolute;inset:0;
  background:rgba(28,18,20,.48);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
}
.ketse-promo-popup-dialog{
  position:relative;z-index:1;
  width:min(92vw, var(--promo-w-mobile, 300px));
  max-height:min(86vh, 720px);
}
.ketse-promo-popup-close{
  position:absolute;top:10px;right:10px;z-index:3;
  width:36px;height:36px;border:0;border-radius:999px;
  background:rgba(255,255,255,.18);color:var(--promo-fg, #fff);
  font-size:22px;line-height:1;cursor:pointer;
  display:grid;place-items:center;
}
.ketse-promo-popup-close:hover,.ketse-promo-popup-close:focus-visible{
  background:rgba(255,255,255,.32);outline:2px solid rgba(255,255,255,.55);outline-offset:2px;
}
.ketse-promo-popup-card{
  position:relative;display:block;overflow:hidden;
  width:100%;min-height:clamp(220px, 58vw, 320px);
  background:var(--promo-bg, #7EB8D4);color:var(--promo-fg, #fff);
  text-decoration:none;box-shadow:0 28px 80px rgba(20,10,14,.28);
  transform:translateY(14px) scale(.96);transition:transform .32s cubic-bezier(.22,1,.36,1);
}
.ketse-promo-popup.is-open .ketse-promo-popup-card{transform:none}
.ketse-promo-popup-card.is-link{cursor:pointer}
.ketse-promo-popup-media{
  position:absolute;inset:0;
  background-image:var(--promo-bg-image, none);
  background-size:cover;background-position:center;
  opacity:.28;
}
.ketse-promo-popup-copy{
  position:relative;z-index:1;
  display:grid;gap:clamp(10px, 2.4vw, 18px);align-content:center;justify-items:center;
  text-align:center;padding:clamp(28px, 7vw, 48px) clamp(18px, 5vw, 36px);
  min-height:inherit;
}
.ketse-promo-popup-eyebrow{
  margin:0;font-family:var(--promo-font, Manrope,system-ui,sans-serif);
  font-size:clamp(calc(var(--promo-eyebrow-size, 16px) * .75), 3.4vw, var(--promo-eyebrow-size, 16px));
  font-weight:700;letter-spacing:.18em;text-transform:uppercase;
}
.ketse-promo-popup-headline{
  margin:0;font-family:var(--promo-font, Manrope,system-ui,sans-serif);
  font-size:clamp(calc(var(--promo-headline-size, 84px) * .52), 16vw, var(--promo-headline-size, 84px));
  font-weight:800;line-height:.92;letter-spacing:-.03em;
}
.ketse-promo-popup-subtext{
  margin:0;max-width:28ch;font-family:var(--promo-font, Manrope,system-ui,sans-serif);
  font-size:clamp(calc(var(--promo-subtext-size, 13px) * .85), 2.8vw, var(--promo-subtext-size, 13px));
  font-weight:600;letter-spacing:.04em;line-height:1.45;text-transform:uppercase;
  opacity:.94;
}
@media (min-width:640px){
  .ketse-promo-popup-dialog{width:min(86vw, var(--promo-w-tablet, 400px))}
  .ketse-promo-popup-card{min-height:clamp(260px, 42vw, 360px)}
}
@media (min-width:1024px){
  .ketse-promo-popup-dialog{width:min(70vw, var(--promo-w-desktop, 520px))}
  .ketse-promo-popup-card{min-height:360px}
}
@media (prefers-reduced-motion: reduce){
  .ketse-promo-popup,.ketse-promo-popup-card{transition:none!important}
  .ketse-promo-popup.is-open .ketse-promo-popup-card{transform:none}
}
.product-buybox{position:sticky;top:96px;z-index:25;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--soft-shadow);}
.breadcrumb{font-size:12px;color:var(--muted);font-weight:700;margin-bottom:18px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.breadcrumb a{color:var(--muted);text-decoration:none;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}
.breadcrumb a:hover{color:var(--rose);border-bottom-color:color-mix(in srgb, var(--rose) 45%, transparent)}
.breadcrumb-sep{opacity:.55;font-weight:700}
.product-buybox h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(36px,4vw,58px);line-height:1.03;margin:0 0 14px;color:var(--deep);letter-spacing:-.035em;}
.rating-line{color:#b8844f;font-weight:900;margin-bottom:14px;letter-spacing:.08em;}
.rating-line span{color:var(--muted);font-size:12px;letter-spacing:0;margin-left:8px;}
.product-price-line{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:18px 0;}
.product-price-line .price-stack,.premium-price-row .price-stack{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px}
.product-price-line .price-now{font-size:32px;font-weight:800;color:var(--deep);letter-spacing:-.03em}
.premium-price-row .price-now{font-size:18px;font-weight:800;color:var(--deep)}
.product-price-line .price-was,.price-stack .price-was{font-size:15px;font-weight:700;color:var(--muted);text-decoration:line-through;text-decoration-thickness:1.5px}
.product-price-line .price-save,.price-stack .price-save{
  font-style:normal;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  color:#fff;background:linear-gradient(135deg,#8f4a55,#c47882);border-radius:999px;padding:5px 10px;
}
.product-price-line strong{font-size:32px;color:var(--deep);}
.product-price-line span{font-weight:900;color:var(--rose);}
.product-price-line small{color:var(--muted);font-weight:700;}
.product-price-line-simple,.product-price-line-stable{align-items:center}
.product-commerce{margin:16px 0 18px;display:grid;gap:10px;container-type:inline-size;container-name:commerce}
.product-commerce-bar{
  display:grid;
  /* Higher min so ~19? / narrow buyboxes wrap to 2 cols instead of crushing 4 */
  grid-template-columns:repeat(auto-fit,minmax(148px,1fr));
  align-items:stretch;
  gap:0;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}
.pcb-cell{
  display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;
  padding:14px 16px;min-width:0;
  border-right:1px dashed rgba(234,217,219,.95);
}
.pcb-cell:last-child{border-right:0}
.pcb-was-row{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px}
.pcb-from{
  font-size:14px;font-weight:700;color:var(--muted);
  text-decoration:line-through;text-decoration-thickness:1.5px;letter-spacing:.01em;
}
.pcb-pct{
  font-style:normal;font-size:11px;font-weight:800;letter-spacing:.04em;
  color:#fff;background:linear-gradient(135deg,#8f4a55,#c47882);
  border-radius:8px;padding:4px 8px;line-height:1;
}
.pcb-save{
  display:inline-flex;align-items:center;gap:6px;margin:0;
  font-style:normal;font-size:12.5px;font-weight:800;
  color:#1f7a4a;background:rgba(31,122,74,.1);
  border-radius:999px;padding:7px 11px;white-space:nowrap;
}
.pcb-kicker{
  font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);
}
.pcb-price{
  font-size:clamp(28px,3.4vw,36px);font-weight:800;color:var(--deep);
  letter-spacing:-.04em;line-height:1;
}
.pcb-now,.pcb-now-only{align-items:center;text-align:center}
.pcb-qty{align-items:center;text-align:center}
.pcb-drop{width:18px;height:18px;color:var(--rose);opacity:.95}
.pcb-qty strong{
  font-size:18px;font-weight:800;color:var(--rose);line-height:1.1;
  border-bottom:1.5px solid color-mix(in srgb, var(--rose) 45%, #fff);
  padding-bottom:2px;
}
.pcb-qty span{
  font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);
}
.pcb-stock{align-items:center;justify-content:center;gap:8px;text-align:center;padding:16px 14px}
.pcb-stock .stock-pill{
  margin:0;max-width:100%;white-space:normal;text-align:center;line-height:1.25;
  justify-content:center;box-sizing:border-box;
}
.pcb-stock-hint{
  display:block;max-width:100%;
  font-size:11px;font-weight:750;color:#9a5b12;letter-spacing:.01em;line-height:1.3;
}
.pcb-ship{
  display:grid;justify-items:center;gap:4px;margin:0;padding-top:2px;
  color:#1f7a4a;max-width:100%;min-width:0;
}
.pcb-ship-title{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1.15;
  flex-wrap:nowrap;white-space:nowrap;max-width:100%;
}
.pcb-ship-ico{
  font-size:14px;line-height:1;flex:0 0 auto;
  display:inline-block;/* keep emoji + label on one baseline row */
}
.pcb-ship strong{
  font-size:12.5px;font-weight:800;letter-spacing:.01em;color:#1f7a4a;
  flex:0 1 auto;white-space:nowrap;
}
.pcb-ship em{
  font-style:normal;font-size:11px;font-weight:650;color:var(--muted);
  letter-spacing:.01em;white-space:normal;text-align:center;line-height:1.3;
  max-width:100%;
}
.product-highlight-note{
  margin:0;padding:12px 14px;border-radius:14px;
  border:1px solid color-mix(in srgb, var(--rose) 35%, var(--line));
  background:linear-gradient(135deg,#fffaf9,#fff3f5);
  max-width:100%;min-width:0;box-sizing:border-box;
}
.product-highlight-note p{
  margin:0;color:var(--deep);font-size:13.5px;font-weight:700;line-height:1.45;
  overflow-wrap:anywhere;word-break:break-word;
}
.product-content-chips{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center}
.product-content-chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 16px;border-radius:999px;
  border:1.5px solid color-mix(in srgb, var(--rose) 55%, #fff);
  color:var(--rose);background:#fff;
  font-size:14px;font-weight:800;letter-spacing:.01em;line-height:1;
  max-width:100%;
}
.product-content-chip-amount{font-weight:700;font-size:13px;color:color-mix(in srgb, var(--rose) 85%, var(--deep))}
.product-content-drop{width:14px;height:14px;flex:0 0 auto;opacity:.95}
/* Narrow buybox (e.g. 19″ Windows): 2×2 instead of crushed 4-across */
@container commerce (max-width: 560px){
  .product-commerce-bar{
    grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  }
  .pcb-cell{
    align-items:center;text-align:center;
    padding:12px 12px;gap:5px;
    border-right:1px dashed rgba(234,217,219,.95);
    border-bottom:1px dashed rgba(234,217,219,.95);
  }
  .pcb-cell:nth-child(2n){border-right:0}
  .product-commerce-bar:not(:has(.pcb-was)) .pcb-stock{
    grid-row:1 / span 2;grid-column:2;border-bottom:0;justify-content:center;gap:8px;padding:12px 10px;
  }
  .product-commerce-bar:not(:has(.pcb-was)) .pcb-now{
    align-items:center;text-align:center;border-right:1px dashed rgba(234,217,219,.95);
  }
  .product-commerce-bar:not(:has(.pcb-was)) .pcb-qty{
    border-right:1px dashed rgba(234,217,219,.95);border-bottom:0;
  }
  .product-commerce-bar:not(:has(.pcb-was)):not(:has(.pcb-qty)) .pcb-now{border-bottom:0}
  .product-commerce-bar:has(.pcb-was) .pcb-was{align-items:center;text-align:center}
  .product-commerce-bar:has(.pcb-was) .pcb-now{border-right:0;align-items:center;text-align:center}
  .product-commerce-bar:has(.pcb-was) .pcb-qty{border-bottom:0}
  .product-commerce-bar:has(.pcb-was) .pcb-stock{border-right:0;border-bottom:0;gap:8px;padding:12px 10px}
  .pcb-price{font-size:26px}
  .pcb-save{font-size:11.5px;padding:6px 9px;white-space:normal}
  .pcb-ship{gap:4px}
  .pcb-ship strong{font-size:11.5px}
  .pcb-ship em{font-size:10px;max-width:100%;line-height:1.25}
  .pcb-ship-title{gap:5px;flex-wrap:nowrap;white-space:nowrap}
}
@media(max-width:720px){
  .product-commerce-bar{
    grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  }
  .pcb-cell{
    align-items:center;text-align:center;
    padding:12px 12px;gap:5px;
    border-right:1px dashed rgba(234,217,219,.95);
    border-bottom:1px dashed rgba(234,217,219,.95);
  }
  .pcb-cell:nth-child(2n){border-right:0}
  /* No sale: τιμή | διαθέσιμο / ποσότητα | διαθέσιμο (stock spans) */
  .product-commerce-bar:not(:has(.pcb-was)) .pcb-stock{
    grid-row:1 / span 2;grid-column:2;border-bottom:0;justify-content:center;gap:8px;padding:12px 10px;
  }
  .product-commerce-bar:not(:has(.pcb-was)) .pcb-now{
    align-items:center;text-align:center;border-right:1px dashed rgba(234,217,219,.95);
  }
  .product-commerce-bar:not(:has(.pcb-was)) .pcb-qty{
    border-right:1px dashed rgba(234,217,219,.95);border-bottom:0;
  }
  .product-commerce-bar:not(:has(.pcb-was)):not(:has(.pcb-qty)) .pcb-now{border-bottom:0}
  .product-commerce-bar:has(.pcb-was) .pcb-was{align-items:center;text-align:center}
  .product-commerce-bar:has(.pcb-was) .pcb-now{border-right:0;align-items:center;text-align:center}
  .product-commerce-bar:has(.pcb-was) .pcb-qty{border-bottom:0}
  .product-commerce-bar:has(.pcb-was) .pcb-stock{border-right:0;border-bottom:0;gap:8px;padding:12px 10px}
  .pcb-price{font-size:26px}
  .pcb-save{font-size:11.5px;padding:6px 9px}
  .pcb-ship{gap:4px}
  .pcb-ship strong{font-size:11.5px}
  .pcb-ship em{font-size:10px;white-space:normal;max-width:100%;line-height:1.25}
  .pcb-ship-title{gap:5px;flex-wrap:nowrap;white-space:nowrap}
}
.why-buy{
  margin:14px 0 16px;padding:0;border:0;background:transparent;box-shadow:none;border-radius:0;
}
.why-buy-title{
  margin:0 0 12px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:var(--rose);font-family:inherit;
}
.why-buy-grid{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;
}
.why-buy-grid li{
  display:flex;gap:8px;align-items:flex-start;
  font-size:12.5px;font-weight:650;color:var(--deep);line-height:1.35;
  padding:0;background:transparent;border-radius:0;
}
.why-buy-ico{
  width:18px;height:18px;flex:0 0 auto;color:var(--rose);margin-top:1px;
}
.why-buy-ico svg{display:block;width:100%;height:100%}
.reviews-strip{
  margin:18px 0 0;padding:16px 18px;border:1px solid var(--line);border-radius:18px;
  background:#fff;box-shadow:0 8px 22px rgba(80,45,50,.04);
}
.reviews-strip-label{
  margin:0 0 12px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);
}
.reviews-strip-body{
  display:grid;grid-template-columns:minmax(110px,.7fr) minmax(0,2.4fr) auto;
  gap:16px;align-items:center;
}
.reviews-strip-score{display:grid;justify-items:start;gap:2px}
.reviews-strip-score strong{
  font-size:34px;line-height:1;font-weight:800;color:var(--deep);letter-spacing:-.03em;
}
.reviews-strip-score small{color:var(--muted);font-size:12px;font-weight:650}
.reviews-strip-stars{color:var(--rose);letter-spacing:.04em;font-size:13px;line-height:1}
.reviews-strip-snippets{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;min-width:0;
}
.reviews-strip-snippets article{
  padding:0 14px;border-left:1px solid var(--line);min-width:0;
}
.reviews-strip-snippets article:first-child{border-left:0;padding-left:0}
.reviews-snippet-head{
  display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;
}
.reviews-snippet-head strong{font-size:13px;color:var(--deep)}
.reviews-strip-snippets p{
  margin:0;font-size:12.5px;line-height:1.45;color:#6d5a5e;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.reviews-strip-more{
  justify-self:end;align-self:center;white-space:nowrap;
  padding:10px 16px;border-radius:999px;border:1.5px solid color-mix(in srgb, var(--rose) 55%, #fff);
  background:#fff;color:var(--rose);font-size:12px;font-weight:800;cursor:pointer;
}
.reviews-strip-more:hover{background:#fff8f9}
.reviews-strip-empty{
  grid-template-columns:minmax(110px,.7fr) minmax(0,1fr);gap:14px;
}
.reviews-strip-empty > p{margin:0;font-size:13px;color:var(--muted);font-weight:600;line-height:1.45}
.reviews-strip-all{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}
.reviews-strip-all .customer-review-grid{margin-top:0;grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:980px){
  .reviews-strip-body{grid-template-columns:1fr;gap:14px}
  .reviews-strip-snippets{grid-template-columns:1fr;gap:12px}
  .reviews-strip-snippets article{border-left:0;border-top:1px solid var(--line);padding:12px 0 0}
  .reviews-strip-snippets article:first-child{border-top:0;padding-top:0}
  .reviews-strip-more{justify-self:start}
  .reviews-strip-all .customer-review-grid{grid-template-columns:1fr}
}
.cosmetic-trust{
  list-style:none;margin:0 0 4px;padding:0;
  display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:space-between;
  gap:0;border:1px solid var(--line);border-radius:999px;background:#fff;
  box-shadow:0 6px 16px rgba(80,45,50,.04);overflow:hidden;
}
.cosmetic-trust li{
  flex:1 1 0;display:flex;gap:8px;align-items:center;justify-content:center;
  font-size:12px;font-weight:750;color:#5f484c;
  padding:11px 10px;border-radius:0;background:transparent;border:0;
  border-right:1px solid var(--line);min-width:0;
}
.cosmetic-trust li:last-child{border-right:0}
.cosmetic-trust-ico{width:16px;height:16px;flex:0 0 auto;display:inline-flex}
.cosmetic-trust-ico svg{width:100%;height:100%;display:block}
.cosmetic-trust li.tone-green .cosmetic-trust-ico{color:#6f8f6a}
.cosmetic-trust li.tone-rose .cosmetic-trust-ico{color:var(--rose)}
.cosmetic-trust li.tone-blue .cosmetic-trust-ico{color:#4d6f9a}
@media (max-width:700px){
  .cosmetic-trust{flex-wrap:wrap;border-radius:16px}
  .cosmetic-trust li{flex:1 1 45%;border-right:0;border-bottom:1px solid var(--line);justify-content:flex-start;padding:10px 12px}
  .cosmetic-trust li:nth-child(odd){border-right:1px solid var(--line)}
  .cosmetic-trust li:nth-last-child(-n+2){border-bottom:0}
  .why-buy-grid{grid-template-columns:1fr}
}
.ship-promise{
  margin:10px 0 0;display:flex;align-items:center;gap:8px;justify-content:center;
  font-size:13px;font-weight:750;color:var(--deep);
}
.product-ribbon{
  position:absolute;top:16px;left:16px;z-index:3;
  padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;
  box-shadow:0 10px 24px rgba(80,45,50,.18);
}
.product-ribbon.best-seller{
  display:none;
}
.product-ribbon.set-ribbon{background:rgba(255,255,255,.92);color:var(--deep);border:1px solid var(--line)}
.main-product-image{position:relative}
.product-lead{font-size:15px;line-height:1.85;color:var(--muted);margin:0 0 18px;}
.bundle-showcase{
  position:relative;margin:0 0 22px;padding:18px 16px 16px;
  border-radius:24px;overflow:hidden;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(169,107,115,.12), transparent 55%),
    linear-gradient(165deg, #fffdfc 0%, #f7ecee 100%);
  border:1px solid rgba(169,107,115,.22);
  box-shadow:0 18px 40px rgba(80,45,50,.06);
}
.bundle-showcase-head{position:relative;z-index:1;margin-bottom:14px}
.bundle-showcase-head .eyebrow{margin-bottom:6px}
.bundle-showcase-count{margin:0;font-size:14px;font-weight:800;color:var(--deep);display:flex;align-items:center;gap:8px}
.bundle-showcase-count span{color:#6f8f6a}
.bundle-rail{
  position:relative;z-index:1;
  display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;
}
.bundle-card{
  appearance:none;-webkit-appearance:none;cursor:pointer;text-align:left;
  display:grid;gap:10px;width:100%;padding:12px;border-radius:18px;
  border:1px solid rgba(49,36,38,.08);background:rgba(255,255,255,.94);
  box-shadow:0 10px 24px rgba(80,45,50,.05);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  animation:bundleTileIn .45s ease both;animation-delay:calc(var(--bundle-i, 0) * 55ms);
  font:inherit;color:inherit;position:relative;
}
.bundle-card:hover,.bundle-card:focus-visible{
  transform:translateY(-4px);border-color:rgba(169,107,115,.45);
  box-shadow:0 16px 32px rgba(80,45,50,.12);outline:none;
}
.bundle-card-step{
  position:absolute;top:10px;left:10px;z-index:2;
  font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
  padding:5px 8px;border-radius:999px;background:rgba(49,36,38,.88);color:#fff;
}
.bundle-card-media{
  display:block;width:100%;aspect-ratio:1;border-radius:14px;overflow:hidden;
  border:1px solid var(--line);background:#f3e6e8;
}
.bundle-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.bundle-card:hover .bundle-card-media img{transform:scale(1.05)}
.bundle-card-copy{display:grid;gap:3px;min-width:0}
.bundle-card-role{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--rose)}
.bundle-card-copy strong{
  font-size:14px;line-height:1.25;color:var(--deep);font-weight:800;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.bundle-card-variant{font-size:11px;color:var(--muted);font-weight:700}
.bundle-card-meta{display:inline-flex;align-items:center;gap:10px;margin-top:4px;font-size:13px;font-weight:800}
.bundle-card-meta em{font-style:normal;color:var(--rose)}
.bundle-card-meta span{color:var(--deep)}
@keyframes bundleTileIn{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:none}
}
@media (prefers-reduced-motion: reduce){
  .bundle-card{animation:none}
}
@media (max-width:520px){
  .bundle-rail{grid-template-columns:1fr 1fr;gap:10px}
}
.trust-badges.compact{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 22px;}
.trust-badges.compact span{font-size:11px;font-weight:900;border:1px solid var(--line);border-radius:999px;padding:9px 10px;background:#fff6f7;color:#5f484c;}
.product-actions-row{display:grid;grid-template-columns:132px 1fr;gap:12px;align-items:center;margin-top:16px;}
.product-qty{height:52px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;justify-content:space-between;background:#fff;overflow:hidden;}
.product-qty button{width:42px;height:100%;border:0;background:transparent;font-size:20px;font-weight:900;color:var(--deep);}
.product-qty strong{font-size:15px;}
.product-add-btn{height:52px;}
.fit-btn{margin-top:12px;}
.fit-guide{margin-top:14px;border-radius:20px;background:#fff6f7;border:1px solid var(--line);padding:16px;color:var(--muted);}
.fit-guide strong{display:block;color:var(--deep);margin-bottom:4px;}
.fit-guide p{margin:0;line-height:1.75;font-size:13px;}
.product-details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px;}
.variant-picker{border:0;padding:0;margin:24px 0}.variant-picker legend{font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--deep);margin-bottom:10px}.variant-picker legend span{color:var(--rose)}.variant-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;position:relative;z-index:2}.variant-option{display:grid;grid-template-columns:36px 1fr;gap:8px;align-items:center;text-align:left;border:1px solid var(--line);border-radius:14px;background:#fff;padding:6px 8px;transition:border-color .2s,box-shadow .2s,background .2s;color:var(--deep);cursor:pointer;position:relative;z-index:1;width:100%;min-height:0}.variant-option:hover:not(:disabled){border-color:var(--rose);box-shadow:0 0 0 2px rgba(169,107,115,.12)}.variant-option.active{border-color:var(--rose);box-shadow:0 0 0 2px rgba(169,107,115,.12);background:#fff7f8}.variant-option:not(:disabled):not(.sold-out){pointer-events:auto}.variant-option img{width:36px;height:36px;border-radius:9px;object-fit:cover;background:#fbf0f1}.variant-option span{display:grid;gap:1px;min-width:0}.variant-option strong{font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variant-option small{font-size:10px;color:var(--muted)}.variant-option.sold-out{opacity:.48;cursor:not-allowed}.variant-meta{display:grid;gap:4px;margin-top:10px}.product-base-stock{margin:0;font-size:12px;color:var(--muted);font-weight:650}.product-base-stock strong{color:var(--deep);font-weight:800}.product-base-stock strong.is-out{color:var(--rose)}.variant-selection-status{font-size:12px!important;margin:0!important;color:var(--rose)!important;font-weight:750}.product-add-btn:disabled,.product-sticky-bar button:disabled{opacity:.45;cursor:not-allowed}.cart-variant{display:block;color:var(--rose);font-size:11px;font-weight:750;margin-top:3px}@media(max-width:420px){.variant-options{grid-template-columns:1fr}}

.product-details-grid article{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--soft-shadow);}
.product-details-grid h3{font-family:'Playfair Display',Georgia,serif;font-size:28px;line-height:1.05;margin:0 0 14px;color:var(--deep);}
.product-details-grid p,.product-details-grid li{color:var(--muted);font-size:13.5px;line-height:1.75;}
.product-details-grid ul{margin:0;padding-left:18px;}
.ingredients-block{max-height:160px;overflow:auto;}
.routine-complete{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;margin-top:28px;background:linear-gradient(135deg,#fff,#fff1f3);border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--soft-shadow);}
.routine-complete h2{font-family:'Playfair Display',Georgia,serif;font-size:44px;line-height:1.05;margin:0;color:var(--deep);}
.routine-complete p{color:var(--muted);line-height:1.8;margin:12px 0 0;}
.routine-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.routine-mini-grid div{border-radius:18px;background:#fff;border:1px solid var(--line);padding:16px;color:var(--rose);font-weight:900;box-shadow:0 12px 28px rgba(80,45,50,.05);}
.routine-mini-grid strong{display:block;color:var(--deep);font-size:13px;margin-top:4px;}
.related-block{margin-top:42px;}
.related-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
@media(max-width:1000px){
  .product-page-layout{grid-template-columns:1fr;}
  .product-gallery,.product-buybox{position:relative;top:auto;}
  .product-details-grid{grid-template-columns:repeat(2,1fr);}
  .routine-complete{grid-template-columns:1fr;}
}
@media(max-width:620px){
  .main-product-image{width:fit-content;max-width:100%;margin-inline:auto;border-radius:28px}
  .main-product-image img{max-width:100%;max-height:min(58vh,420px);width:auto;height:auto;margin:0 auto}
  .main-product-image::after{width:34px;height:34px;right:10px;bottom:10px;background-size:16px 16px}
  .thumb-row{gap:8px;max-width:100%;justify-content:flex-start}.thumb{height:76px;border-radius:14px;max-width:min(110px,30vw)}.thumb img{height:76px;}
  .product-gallery{align-items:stretch;}
  .product-buybox{padding:24px;border-radius:26px;}.product-actions-row{grid-template-columns:1fr;}
  .product-details-grid,.related-grid{grid-template-columns:1fr;}
  /* Mobile: 2×2 — 01|02 / 03|04 */
  .routine-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .routine-mini-grid div{padding:14px 12px;border-radius:16px;}
  .routine-mini-grid strong{font-size:14px;}
  .routine-complete h2{font-size:34px;}
}

/* v10 Premium Product Experience */
.product-tabs-card{margin-top:42px;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:30px;padding:18px;box-shadow:var(--soft-shadow)}
.tab-buttons{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:18px}
.tab-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px;font-weight:900;color:var(--deep);cursor:pointer;transition:.2s ease}
.tab-btn:hover,.tab-btn.active{background:linear-gradient(135deg,#f4c9d2,#f9e2e6);border-color:#e7b8c4;transform:translateY(-1px)}
.tab-panel{display:none;padding:8px 8px 12px;color:var(--muted);line-height:1.75}
.tab-panel.active{display:block;animation:softFade .25s ease both}
.tab-panel h3{font-family:'Playfair Display',Georgia,serif;font-size:32px;line-height:1.05;margin:0 0 14px;color:var(--deep)}
.tab-panel p,.tab-panel li{font-size:15px;line-height:1.8;color:var(--muted)}
.tab-panel ul{margin:0;padding-left:20px}
.product-sticky-bar{position:sticky;bottom:18px;z-index:8;margin:28px auto 0;max-width:860px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px 14px 22px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:999px;box-shadow:0 18px 55px rgba(90,45,55,.18)}
.product-sticky-bar strong{display:block;color:var(--deep);font-size:14px;max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-sticky-bar span{display:block;color:var(--rose);font-size:12px;font-weight:900;margin-top:2px}
.product-sticky-bar .btn{padding:12px 18px;white-space:nowrap}
@keyframes softFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.product-buybox{border-color:#edd3d8;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,248,249,.86))}
.product-price-line strong{font-size:36px}
.trust-badges.compact span{box-shadow:0 8px 20px rgba(80,45,50,.04)}
@media(max-width:620px){.product-sticky-bar{left:10px;right:10px;bottom:10px;border-radius:24px;align-items:flex-start}.product-sticky-bar{flex-direction:column}.product-sticky-bar .btn{width:100%;justify-content:center}.tab-buttons{display:grid;grid-template-columns:1fr 1fr}.tab-btn{padding:10px 8px;font-size:12px}}

/* v11 homepage evolution: story first, catalogue after */
.brand-promise{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch;background:linear-gradient(180deg,#fffaf7 0%,#fff2f4 100%);}
.promise-copy{background:#fff;border:1px solid var(--line);border-radius:36px;padding:42px;box-shadow:var(--soft-shadow);display:flex;flex-direction:column;justify-content:center;}
.promise-copy h2,.ingredient-story h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(38px,4.2vw,64px);line-height:1.04;color:var(--deep);margin:0 0 18px;font-weight:650;letter-spacing:-.035em;}
.promise-copy p,.ingredient-story p{color:var(--muted);line-height:1.85;font-size:16px;margin:0;}
.promise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.promise-grid article{background:rgba(255,255,255,.82);border:1px solid rgba(234,217,219,.95);border-radius:30px;padding:28px;box-shadow:var(--soft-shadow);transition:transform .24s ease, box-shadow .24s ease;}
.promise-grid article:hover{transform:translateY(-5px);box-shadow:var(--strong-shadow);}
.promise-grid strong{font-size:34px;display:block;margin-bottom:14px;}
.promise-grid h3{margin:0 0 10px;color:var(--deep);font-size:18px;}
.promise-grid p{margin:0;color:var(--muted);line-height:1.7;font-size:14px;}
.ingredient-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center;background:#fff;}
.ingredient-visual{position:relative;min-height:360px;border-radius:44px;background:radial-gradient(circle at 28% 24%,#fff 0 12%,transparent 13%),radial-gradient(circle at 80% 72%,#fff 0 9%,transparent 10%),linear-gradient(145deg,#f7dfe3,#fff7f8);box-shadow:var(--strong-shadow);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#7e4c53;}
.ingredient-visual:before{content:"";position:absolute;inset:34px;border:1px solid rgba(255,255,255,.75);border-radius:34px;}
.ingredient-visual strong{font-family:'Playfair Display',Georgia,serif;font-size:60px;font-weight:650;z-index:1;}
.ingredient-visual em{position:absolute;right:60px;bottom:72px;font-family:'Playfair Display',Georgia,serif;font-size:42px;color:#b8747e;z-index:1;}
.floating-dot{position:absolute;width:70px;height:70px;border-radius:50%;background:rgba(255,255,255,.62);box-shadow:0 18px 45px rgba(80,45,50,.10);animation:softFloat 5.5s ease-in-out infinite;}
.d1{left:42px;top:54px}.d2{right:54px;top:76px;animation-delay:1.4s}.d3{left:44%;bottom:38px;animation-delay:2.2s}
.ingredient-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
.ingredient-pills span{border:1px solid var(--line);background:#fff7f8;border-radius:999px;padding:11px 15px;font-weight:800;font-size:12px;color:#7e4c53;}
@keyframes softFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-14px) scale(1.04)}}
.categories{background:linear-gradient(180deg,#fff 0%,#fff8f9 100%)}
.concerns{padding-top:40px;background:#fff8f9;}
.products-section{background:#fff;}
@media(max-width:1000px){.brand-promise,.ingredient-story{grid-template-columns:1fr}.promise-grid{grid-template-columns:1fr 1fr}.ingredient-visual{min-height:300px}}
@media(max-width:620px){.promise-copy{padding:28px}.promise-grid{grid-template-columns:1fr}.ingredient-visual strong{font-size:46px}.ingredient-visual em{font-size:32px;right:40px}.brand-promise{gap:18px}}


/* v12: Promise section rebuilt like the approved direction - no boxed cards mess */
.promise-section{
  position:relative;
  overflow:hidden;
  padding:92px 6.2vw 74px;
  background:
    radial-gradient(circle at 96% 74%, rgba(143,159,140,.18), transparent 25%),
    radial-gradient(circle at 7% 16%, rgba(242,217,220,.36), transparent 24%),
    linear-gradient(180deg,#fffdfb 0%,#fffaf7 58%,#fbf0f1 100%);
}
.promise-section:before,
.promise-section:after{
  content:"";
  position:absolute;
  pointer-events:none;
  opacity:.24;
  filter:blur(.2px);
}
.promise-section:before{
  left:-42px;top:44px;width:180px;height:420px;
  background:linear-gradient(160deg,transparent 0 9%,rgba(143,159,140,.28) 10% 12%,transparent 13% 100%);
  border-left:2px solid rgba(143,159,140,.28);
  border-radius:60% 0 0 60%;
  transform:rotate(-8deg);
}
.promise-section:after{
  right:-28px;bottom:78px;width:180px;height:260px;
  background:radial-gradient(ellipse at center,rgba(143,159,140,.42),transparent 65%);
  border-radius:60% 40% 60% 40%;
}
.promise-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(360px,.82fr) minmax(640px,1.18fr);
  gap:42px;
  align-items:center;
}
.promise-copy h2{
  font-family:'Playfair Display',Georgia,serif;
  color:#273e2e;
  font-size:clamp(40px,4.4vw,70px);
  line-height:1.06;
  letter-spacing:-.035em;
  margin:0;
  text-wrap:balance;
}
.promise-copy p{
  max-width:590px;
  color:#4f4b49;
  margin:24px 0 28px;
  font-size:16px;
  line-height:1.85;
}
.promise-pillars{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
  min-height:360px;
}
.pillar-card{
  position:relative;
  text-align:center;
  padding:8px 28px 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.pillar-card:not(:first-child){border-left:1px solid rgba(49,62,52,.14)}
.pillar-icon{
  width:118px;
  height:118px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  font-size:46px;
  color:#28492f;
  background:radial-gradient(circle at 36% 28%,#fff,rgba(143,159,140,.15));
  box-shadow:inset 0 0 0 1px rgba(143,159,140,.16),0 18px 46px rgba(80,45,50,.05);
}
.clean-icon,.hand-icon{color:#c46d76;background:radial-gradient(circle at 36% 28%,#fff,rgba(242,217,220,.52));}
.heart-icon{font-size:54px;}
.pillar-card h3{
  margin:0;
  color:#28492f;
  font-size:20px;
  line-height:1.28;
  font-weight:800;
  letter-spacing:-.01em;
}
.pillar-line{
  width:42px;
  height:2px;
  border-radius:999px;
  background:#cf7e86;
  margin:20px auto 18px;
}
.pillar-card p{
  margin:0;
  color:#4f4b49;
  font-size:14px;
  line-height:1.65;
  max-width:210px;
}
.pillar-card:after{
  content:"β§";
  display:block;
  color:#28492f;
  opacity:.9;
  font-size:28px;
  margin-top:28px;
  line-height:1;
}
.promise-trustbar{
  position:relative;
  z-index:1;
  margin:70px auto 0;
  width:min(100%,1440px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:22px;
  box-shadow:0 28px 78px rgba(80,45,50,.10);
  overflow:hidden;
}
.trust-stat{
  min-height:142px;
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:18px;
  align-items:center;
  padding:28px 36px;
  border-left:1px solid rgba(49,62,52,.12);
}
.trust-stat:first-child{border-left:0}
.stat-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  font-size:28px;
  color:#28492f;
  background:#f7f7f0;
}
.trust-stat strong{
  display:block;
  font-family:'Playfair Display',Georgia,serif;
  color:#28492f;
  font-size:38px;
  line-height:1;
  letter-spacing:-.025em;
}
.trust-stat small{
  display:block;
  margin-top:7px;
  color:#312426;
  font-size:14px;
  line-height:1.4;
  font-weight:700;
}
.promise-cta-strip{
  position:relative;
  z-index:1;
  margin:34px auto 0;
  width:min(100%,1440px);
  min-height:112px;
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:0;
  align-items:center;
  background:linear-gradient(90deg,rgba(255,242,243,.92),rgba(255,250,247,.96));
  border:1px solid rgba(234,217,219,.85);
  border-radius:22px;
  box-shadow:0 18px 48px rgba(80,45,50,.06);
  padding:24px 32px;
}
.promise-cta-strip>div{
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  column-gap:18px;
  align-items:center;
  padding-right:34px;
  border-right:1px solid rgba(49,62,52,.12);
}
.promise-cta-strip>div+div{padding-left:34px;}
.promise-cta-strip span{grid-row:1/3;font-size:36px;color:#c46d76;}
.promise-cta-strip strong{font-size:15px;letter-spacing:.03em;text-transform:uppercase;color:#312426;font-weight:900;}
.promise-cta-strip small{font-size:14px;color:#4f4b49;font-weight:600;}
.promise-cta-strip .btn{margin-left:34px;white-space:nowrap;border-color:#c46d76;color:#b65f69;background:rgba(255,255,255,.55);}
@media(max-width:1180px){
  .promise-layout{grid-template-columns:1fr;}
  .promise-pillars{grid-template-columns:repeat(4,1fr);min-height:auto;}
  .pillar-card{padding:22px 16px;}
}
@media(max-width:820px){
  .promise-section{padding:68px 22px;}
  .promise-pillars,.promise-trustbar,.promise-cta-strip{grid-template-columns:1fr 1fr;}
  .pillar-card:nth-child(odd){border-left:0}.pillar-card:nth-child(n+3){border-top:1px solid rgba(49,62,52,.12)}
  .trust-stat:nth-child(odd){border-left:0}.trust-stat:nth-child(n+3){border-top:1px solid rgba(49,62,52,.12)}
  .promise-cta-strip{gap:18px;}
  .promise-cta-strip>div{border-right:0;padding:0}.promise-cta-strip>div+div{padding-left:0}
  .promise-cta-strip .btn{margin-left:0;grid-column:1/-1;}
}
@media(max-width:560px){
  .promise-copy h2{font-size:38px;}
  .promise-pillars,.promise-trustbar,.promise-cta-strip{grid-template-columns:1fr;}
  .pillar-card{border-left:0!important;border-top:1px solid rgba(49,62,52,.12)}
  .pillar-card:first-child{border-top:0}
  .trust-stat{border-left:0!important;border-top:1px solid rgba(49,62,52,.12);padding:24px;}
  .trust-stat:first-child{border-top:0}
}

/* v13 Premium Product Cards - only card experience */
.product-grid{gap:28px;align-items:stretch}
.featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.premium-product-card{position:relative;border-radius:30px;background:rgba(255,255,255,.94);border:1px solid rgba(231,204,210,.95);box-shadow:0 18px 45px rgba(82,45,52,.08);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;cursor:pointer;min-height:100%}
.product-card-link{
  position:absolute;
  inset:0;
  z-index:1;
  border-radius:inherit;
  text-decoration:none;
  color:inherit;
  background:transparent;
}
.product-card .quick-actions,
.product-card .add,
.product-card [data-wish],
.product-card [data-add]{
  position:relative;
  z-index:2;
}
.product-card .quick-actions{position:absolute;z-index:3}
.premium-product-card:hover{transform:translateY(-7px);box-shadow:0 34px 80px rgba(82,45,52,.16);border-color:#e7bac3}
.premium-product-img{position:relative;height:310px;background:linear-gradient(145deg,#fff2f4,#fbf7f2);overflow:hidden}
.premium-product-img:after{content:"";position:absolute;inset:auto 18px 0;height:42px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.78));pointer-events:none}
.premium-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .55s ease}
.premium-product-card:hover .premium-product-img img{transform:scale(1.055);filter:saturate(1.05)}
.product-badge{position:absolute;left:16px;top:16px;z-index:2;border-radius:999px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border:1px solid rgba(223,189,196,.9);color:#9b5b65;padding:8px 12px;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 10px 24px rgba(82,45,52,.08)}
.product-badge.best{background:linear-gradient(135deg,#2f5538,#54765b);border-color:rgba(47,85,56,.2);color:#fff}
.quick-actions{position:absolute;right:14px;top:14px;z-index:3;display:flex;gap:8px;opacity:0;transform:translateY(-8px);transition:.25s ease}
.premium-product-card:hover .quick-actions{opacity:1;transform:none}
.quick-actions button{width:40px;height:40px;border:1px solid rgba(223,189,196,.95);border-radius:50%;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);color:#4a3034;font-size:16px;box-shadow:0 10px 22px rgba(82,45,52,.10);cursor:pointer;transition:.2s ease}
.quick-actions button:hover,.quick-actions button.active{transform:translateY(-2px);background:#f5ccd3;color:#7f444e}
.premium-product-info{padding:20px 20px 22px;gap:9px}
.product-series{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#9b5b65;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;min-height:18px}
.product-series span{color:#8b7779;font-size:11px;font-weight:800;letter-spacing:0;text-transform:none;background:#fff5f6;border:1px solid var(--line);border-radius:999px;padding:5px 8px}
.premium-product-info h3{font-family:'Manrope',system-ui,sans-serif;font-size:16px;line-height:1.36;min-height:44px;font-weight:850;color:#332429;letter-spacing:-.02em;margin:1px 0 0}
.rating-row{display:flex;align-items:center;gap:8px;color:#c4975c;font-size:12px;font-weight:900;letter-spacing:.05em}
.rating-row small{color:#9a8789;font-weight:800;letter-spacing:0}
.premium-product-info .desc{font-size:12.5px;line-height:1.55;-webkit-line-clamp:2;min-height:39px}
.ingredient-line{font-size:11.5px;font-weight:850;color:#38583d;background:#f4f7ef;border:1px solid #e5eadc;border-radius:999px;padding:8px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.premium-price-row{gap:14px;margin-top:10px;align-items:center}
.premium-price-row .price{font-size:20px;color:#2f2428}
.premium-add{width:auto;height:44px;min-width:118px;border-radius:999px;padding:0 17px;font-size:12px;font-weight:900;background:linear-gradient(135deg,#c66f7b,#e5a0a8);box-shadow:0 12px 26px rgba(198,111,123,.24);letter-spacing:.02em}
.premium-add:hover{background:linear-gradient(135deg,#b75f6b,#d78e98);transform:translateY(-1px)}
.premium-add.is-sold-out,.premium-add:disabled{background:#d9c7c9;box-shadow:none;color:#fff;cursor:not-allowed;transform:none}
.product-card.is-sold-out{opacity:.82}
.product-badge.top-seller{
  left:10px!important;right:auto!important;top:16px!important;
  display:inline-flex!important;align-items:center!important;gap:0!important;
  height:38px!important;padding:0 16px 0 0!important;
  border-radius:999px!important;border:0!important;
  background:linear-gradient(90deg,#a85563 0%,#c66f7b 42%,#e5a0a8 100%)!important;
  color:#fff!important;
  font-size:10px!important;font-weight:900!important;letter-spacing:.12em!important;
  text-transform:uppercase!important;
  box-shadow:0 12px 28px rgba(168,85,99,.32)!important;
  overflow:visible!important;z-index:5!important;
}
/* On listing cards: keep category top-left, Top Seller bottom-right. */
.product-card .premium-product-img .product-badge.top-seller{
  left:auto!important;
  right:12px!important;
  top:auto!important;
  bottom:12px!important;
}
.product-badge.top-seller .top-seller-flame,
.product-badge.top-seller i.top-seller-flame{
  width:38px;height:38px;margin:0 10px 0 0;border-radius:50%;
  display:inline-grid!important;place-items:center;
  background:linear-gradient(145deg,#8f4a55,#c66f7b);
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.22);
  font-style:normal;font-size:15px;line-height:1;filter:none;
}
.product-badge.top-seller em{
  font-style:normal;font-weight:900;padding-right:2px;white-space:nowrap;
}
.product-card.is-top-seller .premium-product-img::after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background:linear-gradient(225deg, rgba(198,111,123,.1), transparent 42%);
}
.main-product-image .product-badge.top-seller{
  position:absolute;z-index:4;
}
.stock-pill{display:inline-flex;align-items:center;gap:6px;margin-left:0;padding:5px 11px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-style:normal;background:rgba(31,122,74,.12);color:#1f7a4a}
.stock-pill.in-stock{background:rgba(31,122,74,.12);color:#1f7a4a}
.stock-pill.low-stock{background:rgba(180,110,40,.14);color:#9a5b12}
.stock-pill.critical-stock{background:rgba(180,48,56,.12);color:#b4232c}
.stock-pill.unavailable,.stock-pill.sold-out{background:rgba(45,45,48,.1);color:#2d2d30;text-transform:uppercase}
.stock-status.low-stock{color:#9a5b12}
.stock-status.critical-stock{color:#b4232c}
.stock-status.unavailable{color:#2d2d30}
.stock-check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-style:normal;font-weight:900;font-size:12px;line-height:1;color:currentColor}
.stock-status{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:.92em}
.stock-status.in-stock{color:#1f7a4a}
.stock-status.sold-out,.product-base-stock .stock-status.sold-out{color:#8a3d48}
.variant-option small.stock-status{display:inline-flex;margin-top:2px;font-size:11px;letter-spacing:.02em;text-transform:none}
.product-sku-line{margin:6px 0 0;color:var(--muted);font-size:13px;font-weight:700}
.product-sku-line strong{color:var(--deep);font-weight:900;letter-spacing:.04em}
.product-add-btn:disabled,.btn.primary:disabled{opacity:.55;cursor:not-allowed}
.featured-premium-card .premium-product-img{height:330px}
.featured .section-head p{max-width:620px}
.catalog-note{background:linear-gradient(135deg,#fff7f8,#ffffff);border:1px solid var(--line);border-radius:20px;padding:14px 18px;color:#826d70;font-size:13px;font-weight:750;margin:-6px 0 24px}
@media(max-width:1120px){.product-grid,.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.premium-product-img{height:285px}}
@media(max-width:820px){.product-grid,.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.premium-product-img{height:260px}.quick-actions{opacity:1;transform:none;right:6px;top:10px;gap:6px}.quick-actions button{width:34px;height:34px;font-size:14px}.product-badge{font-size:9px;max-width:calc(100% - 92px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@media(max-width:520px){.product-grid,.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.premium-product-img,.featured-premium-card .premium-product-img{height:168px}.premium-add{min-width:0;width:100%;padding:10px 8px;font-size:11px}.premium-product-card{border-radius:18px}.premium-product-info{padding:12px 11px 14px}.premium-product-info h3{font-size:13.5px;min-height:0}.premium-product-info .desc{display:none}.quick-actions{right:4px;top:8px;gap:4px}.quick-actions button{width:30px;height:30px;font-size:13px}.product-badge{left:8px;top:8px;padding:6px 8px;max-width:calc(100% - 78px)}}

/* v14 Mega Menu */
.site-header{z-index:80;overflow:visible}
/* Cart drawer above sticky header (search/account bar) */
.overlay{z-index:90;}
.drawer{z-index:100;}

.active-filters{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0 0 16px;
}
.active-filters[hidden]{display:none !important}
.active-filters-label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#9b6570;
  margin-right:4px;
}
.active-filter-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(216,166,173,.7);
  background:rgba(255,247,248,.96);
  color:var(--deep);
  border-radius:999px;
  padding:7px 12px;
  font-size:12.5px;
  font-weight:750;
  cursor:pointer;
  transition:background .18s ease, border-color .18s ease;
}
.active-filter-pill:hover{
  background:#fff;
  border-color:rgba(169,105,115,.55);
}
.active-filter-pill strong{
  font-size:14px;
  line-height:1;
  color:#9b6570;
}

/* Cart drawer — refined botanical panel */
.drawer{
  padding:0 !important;
  background:linear-gradient(180deg,#fffaf8 0%,#ffffff 42%,#fff 100%);
  border-left:1px solid rgba(234,217,219,.9);
  box-shadow:-28px 0 80px rgba(80,45,50,.16);
}
.drawer-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin:0;
  padding:22px 22px 18px;
  background:
    radial-gradient(120% 90% at 0% 0%,rgba(242,217,220,.55),transparent 55%),
    linear-gradient(135deg,#fff7f5,#ffffff 70%);
  border-bottom:1px solid rgba(234,217,219,.85);
}
.drawer-head-copy{min-width:0;flex:1}
.drawer-kicker{
  margin:0 0 4px;
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#9b5b65;
}
.drawer-head h3{
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(28px,6vw,34px);
  line-height:1.05;
  letter-spacing:-.02em;
  margin:0;
  color:var(--deep);
}
.drawer-sub{
  margin:8px 0 0;
  font-size:13px;
  line-height:1.45;
  color:#8a7277;
}
.drawer-head #closeCart{
  border:0;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(234,217,219,.95);
  border-radius:50%;
  width:42px;
  height:42px;
  font-size:22px;
  line-height:1;
  color:var(--deep);
  box-shadow:0 10px 24px rgba(80,45,50,.08);
  flex-shrink:0;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease;
}
.drawer-head #closeCart:hover{
  transform:scale(1.04);
  background:#fff;
}
.drawer > #cartItems,
.drawer > #cartRecommend{
  padding:0 22px;
}
.drawer .cart-items{
  display:grid;
  gap:14px;
  margin-top:18px;
  overflow:auto;
  flex:1;
  padding-right:2px;
}
.drawer .cart-line{
  grid-template-columns:72px 1fr auto;
  gap:14px;
  align-items:center;
  padding:12px;
  border:1px solid rgba(234,217,219,.88);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 28px rgba(80,45,50,.05);
  border-bottom:1px solid rgba(234,217,219,.88);
}
.drawer .cart-line img{
  width:72px;
  height:72px;
  border-radius:16px;
}
.drawer .cart-total{
  margin:16px 22px 10px;
  padding:14px 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,#2d2023,#4f3036);
  color:#fff;
}
.drawer .cart-total span{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.78;
}
.drawer .cart-total strong{
  font-size:20px;
  font-weight:800;
}
.drawer > #checkoutBtn{
  /* Override .full{width:100%} — 100% + side margins overflows past the drawer */
  width:calc(100% - 44px) !important;
  max-width:calc(100% - 44px) !important;
  margin:0 22px 22px !important;
  border-radius:16px;
  min-height:52px;
  box-sizing:border-box;
  /* Same dark fill as .cart-total — no pink gradient tail on the right */
  background:linear-gradient(135deg,#2d2023,#4f3036) !important;
  box-shadow:0 16px 36px rgba(80,45,50,.18);
}
.drawer > #checkoutBtn:hover{
  background:linear-gradient(135deg,#3a292c,#5c383f) !important;
}
.drawer #cartRecommend{
  margin-top:14px;
}
.nav a{position:relative;padding:24px 0;}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:linear-gradient(90deg,var(--rose),var(--powder));transform:scaleX(0);transform-origin:left;transition:.22s ease;border-radius:99px;}
.nav a:hover::after,.nav a.mega-active::after{transform:scaleX(1);}
.mega-menu{position:absolute;left:0;right:0;top:100%;z-index:70;margin-top:0;padding:0 42px;display:none;background:#fffaf7;border-bottom:1px solid rgba(234,217,219,.9);box-shadow:0 30px 80px rgba(80,45,50,.10);}
.mega-menu.open{display:block;animation:megaFade .18s ease both;}
@keyframes megaFade{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.mega-panel{display:none;max-width:1240px;margin:0 auto;padding:28px 0 30px;grid-template-columns:1.2fr .82fr .82fr 1.05fr;gap:28px;align-items:stretch;}
.mega-panel.active{display:grid;}
.mega-copy{padding:26px;border-radius:28px;background:linear-gradient(135deg,#fff,#fbf0f1);border:1px solid var(--line);box-shadow:0 14px 42px rgba(80,45,50,.06);}
.mega-copy h3{font-family:'Playfair Display',Georgia,serif;font-size:34px;line-height:1.04;margin:0 0 14px;color:var(--deep);letter-spacing:-.025em;}
.mega-copy p{margin:0;color:var(--muted);line-height:1.75;font-size:14px;}
.mega-col{padding:20px 0;}
.mega-col strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--rose);margin-bottom:12px;}
.mega-col a{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(234,217,219,.68);font-size:14px;font-weight:800;color:var(--deep);transition:.18s ease;}
.mega-col a::after{content:"β†’";opacity:0;transform:translateX(-8px);transition:.18s ease;color:var(--rose);}
.mega-col a:hover{color:var(--rose);padding-left:6px;}
.mega-col a:hover::after{opacity:1;transform:translateX(0);}
.mega-feature{position:relative;min-height:210px;border-radius:30px;overflow:hidden;background:#f8e8ea;box-shadow:var(--soft-shadow);border:1px solid var(--line);}
.mega-feature img{width:100%;height:100%;min-height:210px;object-fit:cover;filter:saturate(.92) contrast(.96);}
.mega-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(49,36,38,0) 28%,rgba(49,36,38,.62));}
.mega-feature span{position:absolute;top:16px;left:16px;z-index:1;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.7);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--rose);}
.mega-feature b{position:absolute;z-index:1;left:18px;right:18px;bottom:18px;color:#fff;font-size:18px;line-height:1.25;letter-spacing:-.01em;}
@media(max-width:900px){.mega-menu{display:none!important}.nav a{padding:0}.nav a::after{display:none}}

/* v15 Category Page */
.category-page{padding-top:34px;}
.category-shell{display:grid;gap:28px;}
.category-hero{position:relative;overflow:hidden;border-radius:42px;min-height:330px;padding:48px;background:linear-gradient(135deg,#fff7f7 0%,#f7e3e6 54%,#fffaf8 100%);display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;border:1px solid rgba(234,217,219,.92);box-shadow:0 24px 80px rgba(80,45,50,.08)}
.category-hero:before{content:"";position:absolute;right:18%;top:8%;width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.8),transparent 68%);filter:blur(1px)}
.category-hero-copy{position:relative;z-index:1;max-width:650px}.category-hero h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(46px,5vw,76px);line-height:1.02;margin:8px 0 14px;letter-spacing:-.035em}.category-hero p{font-size:18px;line-height:1.75;color:var(--muted);margin:0 0 24px}.breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#9b6570;font-size:13px;font-weight:800}.breadcrumb a{color:#9b6570}.category-stats{display:flex;gap:10px;flex-wrap:wrap}.category-stats span{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.9);font-weight:800;font-size:13px;color:var(--deep)}.category-visual{position:relative;min-height:260px}.category-visual img{position:absolute;border-radius:30px;object-fit:cover;box-shadow:0 22px 70px rgba(80,45,50,.16);border:8px solid rgba(255,255,255,.82);background:#fff}.category-visual img:nth-child(1){width:64%;height:82%;right:8%;top:0}.category-visual img:nth-child(2){width:46%;height:54%;left:6%;bottom:0}.category-visual img:nth-child(3){width:32%;height:36%;right:0;bottom:8%;border-radius:24px}
.category-layout{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:start}
.category-layout.is-empty-category{grid-template-columns:1fr}
.category-sidebar{position:sticky;top:92px;display:grid;gap:18px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:0 18px 60px rgba(80,45,50,.06)}
.filter-block h3{
  font-family:Manrope,system-ui,sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin:0 0 12px;
  color:#9b6570;
}
.filter-options{display:grid;gap:7px}
.filter-option{
  border:1px solid rgba(234,217,219,.95);
  background:#fff;
  border-radius:14px;
  padding:11px 13px;
  text-align:left;
  font-family:Manrope,system-ui,sans-serif;
  font-size:13px;
  font-weight:500;
  letter-spacing:-0.01em;
  line-height:1.35;
  color:#6f6063;
  cursor:pointer;
  transition:border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
  white-space:normal;
  overflow-wrap:anywhere;
  hyphens:auto;
}
.filter-option:hover{
  border-color:#d8a6ad;
  background:#fff8f9;
  color:var(--deep);
}
.filter-option.active{
  border-color:#d8a6ad;
  background:#fff3f4;
  color:var(--deep);
  font-weight:700;
  box-shadow:inset 3px 0 0 #c66f7b;
}
.category-main{min-width:0}
.category-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:18px}
.category-toolbar h2{font-family:'Playfair Display',Georgia,serif;font-size:34px;margin:0;font-weight:650;letter-spacing:-0.02em}
.category-toolbar p{margin:6px 0 0;color:var(--muted);font-family:Manrope,system-ui,sans-serif;font-size:.92rem;font-weight:500}
.category-toolbar select{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 16px;outline:none;font-family:Manrope,system-ui,sans-serif;font-weight:600}
.category-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mobile-filter-toggle{display:none}
.category-empty{padding:30px;border-radius:24px;background:#fff;border:1px solid var(--line);color:var(--muted)}
@media(max-width:1050px){.category-layout{grid-template-columns:1fr}.category-sidebar{position:relative;top:auto}.category-product-grid{grid-template-columns:repeat(2,1fr)}.category-hero{grid-template-columns:1fr}.category-visual{min-height:220px}.mobile-filter-toggle{display:inline-flex}}
@media(max-width:650px){.category-hero{padding:30px 22px;border-radius:30px}.category-hero h1{font-size:42px}.category-visual{display:none}.category-toolbar{display:block}.category-toolbar select{width:100%;margin-top:14px}.category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-sidebar{border-radius:22px}.category-page{padding-left:18px;padding-right:18px}}

/* v16 Luxury Polish β€” only visual quality, stable functionality */
:root{
  --luxury-ease:cubic-bezier(.2,.8,.2,1);
  --section-y:104px;
}
body{
  font-size:16px;
  letter-spacing:-.005em;
  background:
    radial-gradient(circle at 7% 9%, rgba(242,217,220,.38), transparent 24%),
    radial-gradient(circle at 91% 38%, rgba(143,159,140,.13), transparent 27%),
    linear-gradient(180deg,#fffaf7 0%,#fff 46%,#fff6f7 100%);
}
.topbar{height:34px;letter-spacing:.055em;text-transform:uppercase;font-size:11px;background:linear-gradient(90deg,#312426,#8e5962,#312426)}
.site-header{height:76px;border-bottom:1px solid rgba(234,217,219,.68);box-shadow:0 18px 50px rgba(80,45,50,.055);background:#fffaf7}
.brand{height:76px}.brand img{height:54px;filter:drop-shadow(0 6px 14px rgba(80,45,50,.06))}
.nav{gap:30px}.nav a{font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#4b393c;transition:color .25s var(--luxury-ease), opacity .25s var(--luxury-ease)}
.cart-btn,.ghost{transition:transform .24s var(--luxury-ease), box-shadow .24s var(--luxury-ease), background .24s var(--luxury-ease)}
.cart-btn:hover,.ghost:hover{transform:translateY(-2px)}

.section{padding:var(--section-y) 7vw}.section-head{margin-bottom:42px}.section-head h2{font-size:clamp(38px,4.4vw,66px);line-height:.98;letter-spacing:-.04em}.section-head p,.split p{font-size:16px;line-height:1.9;color:#7b686b}.eyebrow{letter-spacing:.24em;font-size:11px;color:#a66a73;margin-bottom:16px}

.hero{min-height:calc(100vh - 110px);padding:86px 7vw 92px;gap:72px;background:
  radial-gradient(circle at 82% 18%, rgba(216,166,173,.50), transparent 25%),
  radial-gradient(circle at 72% 80%, rgba(255,255,255,.96), transparent 28%),
  radial-gradient(circle at 18% 20%, rgba(143,159,140,.14), transparent 28%),
  linear-gradient(128deg,#fffaf7 0%,#fff2f4 44%,#f1d8dc 100%)}
.hero:before{content:"";position:absolute;inset:28px 4vw;border:1px solid rgba(255,255,255,.55);border-radius:52px;pointer-events:none;opacity:.55}
.hero h1{font-size:clamp(56px,6vw,96px);line-height:.94;max-width:780px;text-wrap:balance}.hero h1 span:nth-child(2){color:#8e5962}.hero p{font-size:19px;max-width:650px;color:#6c5559}.hero-actions{margin-top:38px}.btn{min-height:52px;padding:15px 25px;letter-spacing:.01em}.btn:hover{transform:translateY(-3px)}.primary{background:linear-gradient(135deg,#2f2225,#7e4c55 52%,#bd828b);box-shadow:0 18px 46px rgba(94,45,55,.22)}.secondary{background:rgba(255,255,255,.78);box-shadow:0 14px 34px rgba(80,45,50,.075)}
.hero-badges{margin-top:28px}.hero-badges span{background:rgba(255,255,255,.75);border-color:rgba(255,255,255,.85);box-shadow:0 12px 32px rgba(80,45,50,.07);padding:11px 15px}.hero-art{min-height:610px}.hero-card.main{inset:18px 42px 34px 64px;border-radius:54px;box-shadow:0 44px 120px rgba(80,45,50,.20)}.product-mini{box-shadow:0 28px 70px rgba(80,45,50,.18);transition:transform .35s var(--luxury-ease)}.product-mini:hover{transform:translateY(-8px) rotate(0deg)}.motion-banner{box-shadow:0 22px 70px rgba(80,45,50,.12)}

.category-grid{gap:24px}.category-card{min-height:244px;border-radius:32px;padding:24px;overflow:hidden;position:relative}.category-card.image-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;filter:saturate(1) contrast(1.02);transition:transform .6s var(--luxury-ease), filter .3s var(--luxury-ease)}.category-card.image-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(49,36,38,.18),rgba(49,36,38,.55));pointer-events:none}.category-card.image-card>*:not(img){position:relative;z-index:2}.category-card:hover img{transform:scale(1.08);filter:saturate(1.04) contrast(1.04)}.category-card strong{font-size:30px}.category-card small{font-size:12px;text-transform:uppercase;letter-spacing:.1em}

.product-grid{gap:30px}.product-card.premium-product-card{border-radius:34px;border-color:rgba(234,217,219,.78);box-shadow:0 18px 54px rgba(80,45,50,.075);overflow:hidden;background:rgba(255,255,255,.92);backdrop-filter:blur(10px)}.product-card.premium-product-card:hover{transform:translateY(-9px);box-shadow:0 34px 90px rgba(80,45,50,.16);border-color:rgba(216,166,173,.55)}.premium-product-img{position:relative;height:310px;overflow:hidden;background:linear-gradient(145deg,#fff2f4,#fffaf7)}.premium-product-img img{transition:transform .7s var(--luxury-ease), filter .7s var(--luxury-ease)}.product-card:hover .premium-product-img img{transform:scale(1.08);filter:saturate(1.04)}.product-badge{position:absolute;left:16px;top:16px;z-index:4;border-radius:999px;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);color:#7b4650;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;padding:8px 11px;box-shadow:0 10px 24px rgba(80,45,50,.09)}.product-badge.best{background:linear-gradient(135deg,#3a292c,#a76b74);color:#fff}.quick-actions{position:absolute;right:14px;top:14px;z-index:4;display:flex;gap:8px;opacity:0;transform:translateY(-8px);transition:.28s var(--luxury-ease)}.product-card:hover .quick-actions{opacity:1;transform:translateY(0)}.quick-actions button{width:38px;height:38px;border:0;border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 12px 26px rgba(80,45,50,.11);font-weight:900;color:#5d4448}.quick-actions button:hover,.quick-actions button.active{background:#3a292c;color:#fff}.premium-product-info{padding:22px 22px 24px}.product-series{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#a66a73}.product-series span{color:#8e777b}.premium-product-info h3{font-size:17px;min-height:48px}.rating-row{display:flex;gap:8px;align-items:center;color:#c7a66a;font-size:12px;letter-spacing:.06em}.rating-row small{color:#8e777b;letter-spacing:0}.ingredient-line{font-size:12px;color:#8f686f;font-weight:800}.premium-price-row{gap:14px}.premium-add{width:auto;height:42px;border-radius:999px;padding:0 18px;font-size:13px;background:linear-gradient(135deg,#312426,#8e5962)}.price{font-size:20px}

.promise-section{background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(251,240,241,.85));border-top:1px solid rgba(234,217,219,.58);border-bottom:1px solid rgba(234,217,219,.58)}.promise-layout{gap:58px}.promise-copy h2{font-size:clamp(42px,4.8vw,70px);line-height:.98}.pillar-card{border-radius:30px;box-shadow:0 18px 54px rgba(80,45,50,.07);transition:.3s var(--luxury-ease)}.pillar-card:hover{transform:translateY(-6px);box-shadow:0 32px 80px rgba(80,45,50,.13)}.promise-trustbar,.promise-cta-strip{box-shadow:0 18px 54px rgba(80,45,50,.07)}

.luxury-story{display:grid;grid-template-columns:.95fr 1.05fr;gap:62px;align-items:center;background:linear-gradient(135deg,#fffaf7,#fff 45%,#fbf0f1);position:relative;overflow:hidden}.luxury-story:before{content:"";position:absolute;right:-120px;top:-120px;width:360px;height:360px;border-radius:50%;background:rgba(216,166,173,.24);filter:blur(4px)}.story-visual{position:relative;border-radius:44px;overflow:hidden;min-height:560px;box-shadow:0 38px 100px rgba(80,45,50,.16);background:#fff}.story-visual img{width:100%;height:100%;min-height:560px;object-fit:cover;filter:saturate(.96)}.story-badge{position:absolute;left:28px;bottom:28px;background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.9);border-radius:999px;width:132px;height:132px;display:grid;place-items:center;text-align:center;box-shadow:0 22px 58px rgba(80,45,50,.14);color:#7b686b}.story-badge strong{font-family:'Playfair Display',Georgia,serif;font-size:23px;color:#312426}.story-copy{position:relative;z-index:2;max-width:640px}.story-copy h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(42px,4.8vw,72px);line-height:1;letter-spacing:-.045em;margin:0;color:#312426}.story-copy p{font-size:18px;line-height:1.9;color:#735e62;margin:24px 0}.story-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.story-points span{border:1px solid rgba(234,217,219,.9);background:rgba(255,255,255,.74);border-radius:20px;padding:14px;font-weight:900;font-size:12px;text-align:center;color:#5d4448;box-shadow:0 10px 28px rgba(80,45,50,.06)}

.routine{background:linear-gradient(135deg,#fff,#fff3f5);box-shadow:0 24px 70px rgba(80,45,50,.09);scroll-margin-top:88px}.routine-steps div{transition:.24s var(--luxury-ease)}.routine-steps div:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(80,45,50,.10)}
.footer{background:linear-gradient(135deg,#2d2023,#4f3036);color:#fff;padding:74px 7vw 48px;border-top:0;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-template-areas:"brandhead . . ." "company shop brand hours";gap:14px 30px;align-items:start}.footer-brand-head{grid-area:brandhead;max-width:420px}.footer-tagline{margin:12px 0 0;color:#eadcde;line-height:1.6}.footer-company{grid-area:company;margin:0}.footer-shop{grid-area:shop}.footer-brand{grid-area:brand}.footer-hours-col{grid-area:hours}.footer p,.footer a{color:rgba(255,255,255,.72)}.footer img{background:rgba(255,255,255,.88);border-radius:18px;padding:8px;max-width:150px;height:auto;width:auto}.footer input{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#fff;border-radius:999px;padding:14px 18px;outline:none}.footer input::placeholder{color:rgba(255,255,255,.55)}.footer h4{font-size:14px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 12px;color:#fff}.footer a{display:block;color:#eadcde;margin:9px 0;font-size:14px}.footer .footer-hours{white-space:pre-line;font-size:12.5px;line-height:1.85}.footer .footer-company{font-size:12.5px;line-height:1.75;color:#eadcde}.footer .footer-company a{display:inline;margin:0}.footer .footer-payments{margin:14px 0 0;font-size:12px;line-height:1.5;color:rgba(255,255,255,.58);letter-spacing:.02em}.site-bottom{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:10px 24px;padding:18px 7vw 22px;background:#24191c;border-top:1px solid rgba(255,255,255,.08)}.site-bottom p{margin:0;color:rgba(255,255,255,.55);font-size:12px;letter-spacing:.02em}.site-bottom-copy{font-weight:600;color:rgba(255,255,255,.72);min-width:0}.site-bottom-tag{font-family:'Playfair Display',Georgia,serif;font-style:italic;color:rgba(242,217,220,.78);font-size:13px;text-align:right;min-width:0}

@media(max-width:1100px){.luxury-story{grid-template-columns:1fr}.story-visual,.story-visual img{min-height:420px}.story-points{grid-template-columns:1fr 1fr}.product-grid{gap:22px}.premium-product-img{height:270px}}
@media(max-width:900px){:root{--section-y:74px}.hero{gap:44px}.product-grid{grid-template-columns:repeat(2,1fr)}.site-header{height:68px}.brand,.brand img{height:auto}.brand img{height:44px}}
@media(max-width:620px){:root{--section-y:58px}.section{padding-left:20px;padding-right:20px}.hero{padding:58px 22px 68px}.hero:before{display:none}.hero h1{font-size:46px}.hero p{font-size:16px}.hero-actions .btn{width:100%}.category-card{min-height:220px}.premium-product-img{height:168px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.luxury-story{padding-top:62px;padding-bottom:62px}.story-visual,.story-visual img{min-height:360px}.story-points{grid-template-columns:1fr}.footer{padding:50px 20px 36px}.site-bottom{padding:16px 20px 20px;flex-direction:column;align-items:flex-start;gap:6px}.quick-actions{opacity:1;transform:none}}

/* Mobile: keep heart/eye clear of category badge (must come AFTER luxury .quick-actions reset) */
@media (max-width:820px){
  .premium-product-img .quick-actions{
    right:4px;top:8px;gap:5px;left:auto;opacity:1;transform:none;
  }
  .premium-product-img .quick-actions button{
    width:32px;height:32px;font-size:13px;flex:0 0 auto;
  }
  .premium-product-img .product-badge:not(.top-seller){
    left:8px;top:8px;padding:6px 9px;font-size:8px;letter-spacing:.06em;
    max-width:calc(100% - 84px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  }
}
@media (max-width:520px){
  .premium-product-img .quick-actions{right:2px;top:6px;gap:3px}
  .premium-product-img .quick-actions button{width:28px;height:28px;font-size:12px}
  .premium-product-img .product-badge:not(.top-seller){
    left:6px;top:6px;padding:5px 7px;max-width:calc(100% - 72px);
  }
}

/* Master 0.2 β€” visible homepage brand redesign */
.hero-copy .eyebrow{color:#9f626b}
.hero h1{max-width:850px}
.hero p{font-weight:650}
.brand-values{padding-top:110px;padding-bottom:105px;background:linear-gradient(135deg,#fffaf7 0%,#fff 45%,#fff0f2 100%);border-top:1px solid rgba(234,217,219,.65);border-bottom:1px solid rgba(234,217,219,.65)}
.brand-values-intro{max-width:940px;margin:0 auto 52px;text-align:center}
.brand-values-intro h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(42px,5vw,78px);line-height:.98;letter-spacing:-.045em;margin:0;color:#312426}
.brand-values-intro p{max-width:730px;margin:24px auto 0;color:#735e62;font-size:18px;line-height:1.9}
.value-lineup{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(234,217,219,.88);border-radius:38px;overflow:hidden;background:rgba(255,255,255,.74);box-shadow:0 30px 90px rgba(80,45,50,.09);backdrop-filter:blur(16px)}
.value-lineup article{padding:42px 28px;min-height:260px;display:flex;flex-direction:column;justify-content:center;text-align:center;border-left:1px solid rgba(234,217,219,.76);transition:transform .28s var(--luxury-ease), background .28s var(--luxury-ease)}
.value-lineup article:first-child{border-left:0}
.value-lineup article:hover{background:#fff7f8;transform:translateY(-4px)}
.value-lineup span{font-size:42px;margin-bottom:18px}
.value-lineup strong{display:block;font-family:'Playfair Display',Georgia,serif;color:#312426;font-size:28px;line-height:1.05;margin-bottom:14px}
.value-lineup p{margin:0;color:#7b686b;line-height:1.7;font-weight:650;font-size:14px}
.luxury-story{background:linear-gradient(135deg,#fff 0%,#fff8f8 44%,#f7e5e8 100%)}
.story-copy .btn{margin-top:6px}
.concern-showcase{background:linear-gradient(180deg,#fff,#fffaf7)}
.concern-cards{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  align-items:center;
  justify-content:flex-start;
}
.concern-cards .chip{
  min-height:0;
  height:auto;
  border-radius:999px;
  border:1px solid rgba(216,166,173,.55);
  background:rgba(255,255,255,.92);
  box-shadow:0 8px 22px rgba(80,45,50,.05);
  font-size:14px;
  font-family:'Manrope',system-ui,sans-serif;
  font-weight:750;
  letter-spacing:.01em;
  color:#4a3539;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 18px;
  text-align:center;
  position:relative;
  overflow:visible;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.concern-cards .chip:before,
.concern-cards .chip:after{content:none;display:none}
.concern-cards .chip:hover{
  transform:translateY(-2px);
  border-color:rgba(169,105,116,.55);
  background:#fff7f8;
  box-shadow:0 12px 28px rgba(80,45,50,.08);
  color:#312426;
}
.concern-cards .chip.active{
  transform:none;
  background:linear-gradient(135deg,#3a282b,#8f5862);
  border-color:transparent;
  color:#fff;
  box-shadow:0 14px 32px rgba(83,48,55,.18);
}
.ingredient-spotlight{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;background:radial-gradient(circle at 85% 20%,rgba(143,159,140,.18),transparent 25%),linear-gradient(135deg,#314236,#5d745d);color:#fff;border-radius:0;margin:0;padding-top:120px;padding-bottom:120px}
.spotlight-copy{max-width:680px}.spotlight-copy h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(44px,5vw,82px);line-height:.96;letter-spacing:-.045em;margin:0 0 24px;color:#fff}.spotlight-copy p{font-size:18px;line-height:1.9;color:rgba(255,255,255,.78)}.spotlight-copy .btn{margin-top:18px;background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.28)}
.spotlight-bubbles{display:grid;grid-template-columns:1fr 1fr;gap:18px}.spotlight-bubbles span{min-height:155px;border:1px solid rgba(255,255,255,.22);border-radius:34px;display:grid;place-items:center;text-align:center;background:rgba(255,255,255,.10);backdrop-filter:blur(12px);font-family:'Playfair Display',Georgia,serif;font-size:30px;box-shadow:0 24px 70px rgba(0,0,0,.12);transition:transform .28s var(--luxury-ease)}.spotlight-bubbles span:hover{transform:translateY(-8px)}
.beauty-journal{background:#fffaf7}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journal-grid article{min-height:310px;padding:34px;border-radius:36px;background:linear-gradient(145deg,#fff,#fff1f3);border:1px solid rgba(234,217,219,.9);box-shadow:0 24px 70px rgba(80,45,50,.08);display:flex;flex-direction:column;justify-content:flex-end;transition:transform .28s var(--luxury-ease),box-shadow .28s var(--luxury-ease)}.journal-grid article:hover{transform:translateY(-7px);box-shadow:0 38px 90px rgba(80,45,50,.14)}.journal-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#a66a73;font-weight:900}.journal-grid h3{font-family:'Playfair Display',Georgia,serif;font-size:31px;line-height:1.08;color:#312426;margin:18px 0}.journal-grid a{font-weight:900;color:#8e5962}
@media(max-width:1000px){.value-lineup,.journal-grid{grid-template-columns:1fr 1fr}.ingredient-spotlight{grid-template-columns:1fr}}
@media(max-width:620px){.brand-values{padding:68px 20px}.value-lineup,.journal-grid,.spotlight-bubbles{grid-template-columns:1fr}.value-lineup article{border-left:0;border-top:1px solid rgba(234,217,219,.76)}.value-lineup article:first-child{border-top:0}.ingredient-spotlight{padding:74px 20px}.journal-grid article{min-height:240px}}

/* Master 0.3 additions: full category catalogue + offers/coupons */
.nav a[href="#offers"]{
  color:#8d4b62;
  font-weight:800;
}
.category-card.coming-soon{
  opacity:.92;
  position:relative;
}
/* Badge must NOT reuse image-card:after (that keeps inset:0 + white bg = giant oval). */
.category-card.coming-soon::before{
  content:'coming soon';
  position:absolute;
  top:14px;
  right:14px;
  z-index:3;
  inset:auto;
  left:auto;
  bottom:auto;
  width:auto;
  height:auto;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:#8b6070;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(120,70,85,.09);
  pointer-events:none;
}
.category-card.coming-soon::after{
  content:none;
}
/* Keep the dark readability overlay on coming-soon cards (same as other image cards). */
.category-card.image-card.coming-soon:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(49,36,38,.18),rgba(49,36,38,.55));
  pointer-events:none;
  border-radius:0;
  padding:0;
  box-shadow:none;
  color:transparent;
  font-size:0;
}
.wide-mega-list a{
  display:inline-flex;
  margin-right:6px;
}
.offers-panel{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);
  gap:28px;
  align-items:stretch;
  background:linear-gradient(135deg, #fff7f9 0%, #fff 48%, #f6efe6 100%);
  border:1px solid rgba(172,112,132,.16);
  border-radius:34px;
  padding:38px;
  box-shadow:0 24px 80px rgba(122,70,90,.08);
}
.offers-copy h2{
  margin:8px 0 14px;
}
.offers-copy p{
  color:#6c5f61;
  line-height:1.8;
}
.offer-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.offer-cards article{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(172,112,132,.14);
  border-radius:26px;
  padding:24px;
  min-height:210px;
  display:flex;
  flex-direction:column;
  gap:10px;
  box-shadow:0 18px 44px rgba(116,72,86,.07);
}
.offer-cards article span{
  color:#a16a7b;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
  font-weight:900;
}
.offer-cards article strong{
  font-family:'Playfair Display',serif;
  font-size:28px;
  color:#3a262c;
}
.offer-cards article p{
  color:#6c5f61;
  line-height:1.55;
  margin:0;
}
.offer-cards article a,
.copy-coupon{
  margin-top:auto;
  border:0;
  background:#3f2b31;
  color:#fff;
  border-radius:999px;
  padding:11px 14px;
  font-weight:800;
  text-decoration:none;
  text-align:center;
  cursor:pointer;
}
.category-empty-large{
  grid-column:1/-1;
  padding:56px 28px;
  text-align:center;
  border-radius:28px;
  background:linear-gradient(160deg,#fffaf9,#fff3f5);
  border:1px solid rgba(216,166,173,.35);
}
.category-empty-large h3{
  margin:0 0 10px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(1.5rem, 3vw, 1.9rem);
  font-weight:650;
  letter-spacing:-0.02em;
  color:var(--deep);
}
.category-empty-large p{
  max-width:42ch;
  margin:0 auto;
  color:#7a6a6d;
  font-family:Manrope,system-ui,sans-serif;
  font-size:.95rem;
  font-weight:500;
  line-height:1.7;
}
@media (max-width: 980px){
  .offers-panel{grid-template-columns:1fr;padding:26px;border-radius:26px;}
  .offer-cards{grid-template-columns:1fr;}
}

/* Master 0.6 β€” clean categories dropdown + stacked More menu */
.toolbar select,
.category-toolbar select{
  appearance:none;
  -webkit-appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,#8f5862 50%),linear-gradient(135deg,#8f5862 50%,transparent 50%),linear-gradient(135deg,#fff,#fff6f7);
  background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%,0 0;
  background-size:6px 6px,6px 6px,100% 100%;
  background-repeat:no-repeat;
  padding-right:42px!important;
  min-width:230px;
  box-shadow:0 10px 30px rgba(80,45,50,.045);
}
.toolbar select:hover,
.category-toolbar select:hover{
  border-color:#d8a6ad;
  box-shadow:0 14px 34px rgba(80,45,50,.08);
}
.mega-panel[data-panel="more"]{
  grid-template-columns:1.05fr 1.25fr 1.05fr;
}
.more-vertical-list{
  padding:14px 6px;
}
.more-vertical-list > a,
.more-vertical-list .mega-group > a{
  border-bottom:0;
  padding:10px 0;
  font-size:15px;
}
.more-vertical-list .mega-group{
  padding:4px 0 12px;
  border-bottom:1px solid rgba(234,217,219,.7);
}
.more-vertical-list .mega-group:last-child{border-bottom:0;}
.more-vertical-list small{
  display:block;
  margin:2px 0 0 28px;
  padding:5px 0;
  color:var(--muted);
  font-weight:700;
  cursor:pointer;
  transition:.18s ease;
}
.more-vertical-list small:hover{
  color:var(--rose);
  transform:translateX(4px);
}
.more-vertical-list .mega-group > a::after,
.more-vertical-list > a::after{content:"β†’";}
@media(max-width:900px){.toolbar select{min-width:0}}

/* Master 0.7 β€” Premium More mega menu: balanced columns, no oversized image */
.mega-panel.more-panel{
  grid-template-columns:.95fr 1.65fr .85fr;
  gap:30px;
  align-items:stretch;
}
.more-panel .more-copy{
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.more-categories-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  padding:4px 0;
}
.more-card{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(234,217,219,.88);
  border-radius:22px;
  padding:18px 18px 16px;
  min-height:118px;
  box-shadow:0 12px 34px rgba(80,45,50,.045);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.more-card:hover{
  transform:translateY(-3px);
  border-color:rgba(191,123,135,.35);
  box-shadow:0 18px 42px rgba(80,45,50,.08);
}
.more-card a{
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--deep);
  font-weight:900;
  font-size:15px;
  text-decoration:none;
  padding:0 0 8px;
  border:0;
}
.more-card a::after{content:""!important;display:none!important;}
.more-card a:hover{color:var(--rose);padding-left:0!important;}
.more-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}
.more-card small{
  display:block;
  width:max-content;
  margin:5px 0 0 28px;
  color:var(--muted);
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
}
.more-card small:hover{
  color:var(--rose);
  transform:translateX(4px);
}
.mega-mini-promo{
  border-radius:28px;
  border:1px solid rgba(234,217,219,.88);
  background:linear-gradient(155deg,#fff7f9,#f6ebe6 55%,#ead7d2);
  box-shadow:var(--soft-shadow);
  padding:24px;
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
}
.mega-mini-promo::before{
  content:"";
  position:absolute;
  width:170px;height:170px;
  right:-55px;top:-55px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(190,116,130,.24),rgba(190,116,130,0) 68%);
}
.mega-mini-promo::after{
  content:"β¦";
  position:absolute;
  top:26px;right:30px;
  color:rgba(143,88,98,.22);
  font-size:54px;
}
.mega-mini-promo span{
  width:max-content;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(255,255,255,.8);
  padding:8px 12px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  color:var(--rose);
  margin-bottom:auto;
  z-index:1;
}
.mega-mini-promo strong{
  z-index:1;
  font-family:'Playfair Display',serif;
  color:var(--deep);
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.02em;
  margin-bottom:16px;
}
.mega-mini-promo a{
  z-index:1;
  color:var(--rose);
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
@media(max-width:1100px){
  .mega-panel.more-panel{grid-template-columns:1fr 1.25fr;}
  .mega-mini-promo{display:none;}
}
@media(max-width:760px){
  .more-categories-grid{grid-template-columns:1fr;}
}

/* Master 0.8 — mega nested in sticky header (absolute top:100%, no scroll gap) */
.mega-menu{
  position:absolute!important;
  left:0;right:0;top:100%!important;
  padding:0 42px!important;
  background:#fffaf7!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  box-shadow:0 18px 46px rgba(80,45,50,.08)!important;
  will-change:opacity, transform;
}
.mega-menu.open{animation:megaSoftFade .12s ease both!important;}
@keyframes megaSoftFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.mega-panel.mega-unified,
.mega-panel.more-panel{
  max-width:1240px!important;
  grid-template-columns:.95fr 1.65fr .85fr!important;
  gap:30px!important;
  align-items:stretch!important;
  padding:26px 0 30px!important;
}
.mega-cards-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  padding:4px 0;
}
.mega-cards-grid.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;}
.mega-card{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(234,217,219,.88);
  border-radius:22px;
  padding:17px 18px 15px;
  min-height:116px;
  box-shadow:0 10px 28px rgba(80,45,50,.04);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.mega-card:hover{transform:translateY(-2px);border-color:rgba(191,123,135,.35);box-shadow:0 16px 36px rgba(80,45,50,.075)}
.mega-card a{
  display:flex;align-items:center;gap:9px;padding:0 0 8px;border:0;color:var(--deep);font-weight:900;font-size:15px;text-decoration:none;line-height:1.25;
}
.mega-card a::after{content:""!important;display:none!important;}
.mega-card a:hover{color:var(--rose);padding-left:0!important;}
.mega-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.52;}
.mega-card small{display:block;width:max-content;margin:5px 0 0 28px;color:var(--muted);font-size:13px;font-weight:800;cursor:pointer;transition:.16s ease;}
.mega-card small:hover{color:var(--rose);transform:translateX(3px)}
.mega-mini-promo.image-promo{
  min-height:260px!important;
  padding:0!important;
  background:#f7e9ea!important;
  overflow:hidden;
}
.mega-mini-promo.image-promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(.96);opacity:.88;}
.mega-mini-promo.image-promo::before{z-index:1;background:linear-gradient(180deg,rgba(49,36,38,0) 35%,rgba(49,36,38,.60))!important;width:auto!important;height:auto!important;inset:0!important;border-radius:0!important;right:auto!important;top:auto!important;}
.mega-mini-promo.image-promo::after{z-index:1;}
.mega-mini-promo.image-promo span{position:absolute;z-index:2;left:18px;top:18px;margin:0;}
.mega-mini-promo.image-promo strong{position:absolute;z-index:2;left:20px;right:20px;bottom:52px;color:#fff;text-shadow:0 6px 20px rgba(0,0,0,.22);}
.mega-mini-promo.image-promo a{position:absolute;z-index:2;left:20px;bottom:24px;color:#fff;text-shadow:0 5px 18px rgba(0,0,0,.22);}
.mega-feature{display:none!important;}
@media(max-width:1100px){
  .mega-panel.mega-unified,.mega-panel.more-panel{grid-template-columns:1fr 1.25fr!important;}
  .mega-mini-promo.image-promo{display:none!important;}
}
@media(max-width:900px){.mega-menu{display:none!important}}


/* Removes the white shadow/gradient overlay that appeared over premium product photos. */
.premium-product-img::after,
.product-img.premium-product-img::after{
  content:none!important;
  display:none!important;
}

/* Ξ Ξ»Ξ±ΞΊΞ―Ξ΄ΞΉΞ± ΞΊΞ±Ο„Ξ±Ξ»ΟΞ³ΞΏΟ…: Ξ³Ξ­ΞΌΞΉΟƒΞΌΞ± Ο€Ξ»Ξ±ΞΉΟƒΞ―ΞΏΟ…. Ξ£ΞµΞ»Ξ―Ξ΄Ξ± Ο€ΟΞΏΟΟΞ½Ο„ΞΏΟ‚: Ξ· Ο†Ο‰Ο„ΞΏ ΞΏΟΞ―Ξ¶ΞµΞΉ Ο„ΞΏ Ο€Ξ±ΟΞ¬ΞΈΟ…ΟΞΏ. */
.premium-product-img,
.product-img.premium-product-img,
.featured-img{
  overflow:hidden!important;
}
.premium-product-img img,
.product-img.premium-product-img img,
.featured-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
.main-product-image img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:min(68vh,560px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
}
.thumb img{
  width:auto!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
}

/* ΞΞ¬Ξ½ΞµΞΉ Ο„ΞΏ hover Ο€ΞΉΞΏ ΞµΞ»Ξ±Ο†ΟΟ: ΞΊΟΞ±Ο„Ξ¬ΞΌΞµ ΞΌΞΉΞΊΟΟ zoom, Ξ±Ξ»Ξ»Ξ¬ Ξ±Ο†Ξ±ΞΉΟΞΏΟΞΌΞµ Ξ²Ξ±ΟΞΉΞ¬ filters ΞΊΞ±ΞΉ Ο…Ο€ΞµΟΞ²ΞΏΞ»ΞΉΞΊΞ¬ shadows. */
.product-card.premium-product-card,
.premium-product-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
  will-change:auto!important;
}
.product-card.premium-product-card:hover,
.premium-product-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 20px 46px rgba(80,45,50,.105)!important;
}
.premium-product-img{
  isolation:isolate;
  transform:translateZ(0);
}
.premium-product-img img{
  transition:transform .28s ease!important;
  filter:none!important;
  backface-visibility:hidden;
  transform:translateZ(0) scale(1);
}
.product-card:hover .premium-product-img img,
.premium-product-card:hover .premium-product-img img{
  transform:translateZ(0) scale(1.025)!important;
  filter:none!important;
}
.quick-actions,
.quick-actions button,
.product-badge{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
.quick-actions{
  transition:opacity .16s ease, transform .16s ease!important;
}
.quick-actions button{
  box-shadow:0 8px 18px rgba(82,45,52,.08)!important;
}

/* Ξ•Ξ»Ξ±Ο†ΟΟΟ„ΞµΟΞΏ hover ΞΊΞ±ΞΉ Ξ³ΞΉΞ± featured Ο€ΟΞΏΟΟΞ½Ο„Ξ±. */
.featured-premium-card:hover .premium-product-img img{
  transform:translateZ(0) scale(1.025)!important;
}

/* Ξ£Ξµ Ξ±Ξ΄ΟΞ½Ξ±ΞΌΞ± PCs/ΞΏΞΈΟΞ½ΞµΟ‚, Ο„ΞΏ site Ο€Ξ±ΟΞ±ΞΌΞ­Ξ½ΞµΞΉ ΞΏΞΌΞ±Ξ»Ο Ο‡Ο‰ΟΞ―Ο‚ Ξ½Ξ± Ο‡Ξ¬Ξ½ΞµΞΉ Ο„ΞΏ premium look. */
@media (prefers-reduced-motion: reduce){
  .premium-product-img img,
  .product-card.premium-product-card,
  .premium-product-card,
  .quick-actions{transition:none!important;animation:none!important}
}

/* ΞΞΏΞΌΞΉΞΊΞ­Ο‚/Ο€Ξ»Ξ·ΟΞΏΟ†ΞΏΟΞΉΞ±ΞΊΞ­Ο‚ ΟƒΞµΞ»Ξ―Ξ΄ΞµΟ‚ (ΞΟΞΏΞΉ Ξ§ΟΞ®ΟƒΞ·Ο‚, Ξ ΞΏΞ»ΞΉΟ„ΞΉΞΊΞ® Ξ‘Ο€ΞΏΟΟΞ®Ο„ΞΏΟ…, Ξ•Ο€ΞΉΟƒΟ„ΟΞΏΟ†Ξ­Ο‚) */
.legal-page{max-width:760px;margin:0 auto;padding:64px 24px 100px;line-height:1.75;color:var(--text)}
.legal-page h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(32px,4vw,46px);margin-bottom:8px}
.legal-page .legal-updated{color:var(--muted);font-size:13px;margin-bottom:36px}
.legal-page h2{font-size:21px;margin:36px 0 12px;color:var(--deep)}
.legal-page h3{font-size:17px;margin:22px 0 8px;color:var(--deep);font-weight:800}
.legal-page p,.legal-page li{color:var(--muted)}
.legal-page ul{padding-left:20px}
.legal-page a{color:var(--rose);font-weight:700}
.legal-page .back-link{display:inline-block;margin-bottom:24px;color:var(--rose);font-weight:800}
.legal-toc{margin:0 0 40px;padding:22px 24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#fff,#fff8f7)}
.legal-toc strong{display:block;margin-bottom:12px;color:var(--deep);font-size:14px;letter-spacing:.04em;text-transform:uppercase}
.legal-toc ol{margin:0;padding-left:20px}
.legal-toc li{margin:6px 0;color:var(--muted)}
.legal-toc a{font-weight:700}
.legal-note{font-size:13px;color:var(--muted);font-style:italic;margin-top:-8px}

/* Ξ ΟΟΟ„Ξ±ΟƒΞ· Ο€ΟΞΏΟΟΞ½Ο„ΞΏΟ‚ ΟƒΟ„ΞΏ ΞΊΞ±Ξ»Ξ¬ΞΈΞΉ */
.cart-recommend{margin-top:6px}
.cart-recommend-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--rose);margin-bottom:8px}
.cart-recommend-card{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;background:var(--powder-2);border:1px solid var(--line);border-radius:16px;padding:10px}
.cart-recommend-card img{width:52px;height:52px;object-fit:cover;border-radius:12px;cursor:pointer}
.cart-recommend-card h5{margin:0;font-size:12.5px;line-height:1.3;font-weight:800;cursor:pointer}
.cart-recommend-card p{margin:4px 0 0;font-size:12px;color:var(--muted)}
.cart-recommend-add{border:0;border-radius:999px;background:var(--deep);color:#fff;width:34px;height:34px;font-size:17px;flex-shrink:0}
.cart-recommend-add:hover{background:var(--rose)}

/* Ξ ΟΞ±Ξ³ΞΌΞ±Ο„ΞΉΞΊΞ­Ο‚ ΞΊΟΞΉΟ„ΞΉΞΊΞ­Ο‚ ΞµΟ€ΞΉΞ²ΞµΞ²Ξ±ΞΉΟ‰ΞΌΞ­Ξ½Ο‰Ξ½ Ξ±Ξ³ΞΏΟΟΞ½ */
.rating-line.no-reviews{letter-spacing:0}.rating-line.no-reviews span{margin-left:0}
.customer-reviews{margin:32px 0;padding:34px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(145deg,#fff,#fff8f7);box-shadow:0 22px 64px rgba(80,45,50,.08)}
.customer-reviews .section-head{align-items:flex-end}.review-average{display:grid;justify-items:end}.review-average strong{font-family:'Playfair Display',Georgia,serif;font-size:42px;line-height:1;color:var(--deep)}.review-average span,.review-card-head>span{color:#bd8b4c;letter-spacing:.06em}.review-average small{color:var(--muted);font-weight:800}
.customer-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:25px}.customer-review-grid article{padding:22px;border:1px solid rgba(234,217,219,.9);border-radius:22px;background:rgba(255,255,255,.8)}.review-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.review-card-head small{padding:5px 8px;border-radius:999px;background:#edf5ed;color:#48684f;font-size:10px;font-weight:900}.customer-review-grid h3{margin:15px 0 7px;font-family:'Playfair Display',Georgia,serif}.customer-review-grid p{color:var(--muted);line-height:1.7}.customer-review-grid footer{display:flex;justify-content:space-between;gap:10px;margin-top:18px;padding-top:13px;border-top:1px solid var(--line);font-size:12px}.customer-review-grid time{color:var(--muted)}.customer-reviews-empty{text-align:center}.customer-reviews-empty h2{margin-bottom:8px}.customer-reviews-empty p{color:var(--muted)}
@media(max-width:850px){.customer-review-grid{grid-template-columns:1fr}.customer-reviews{padding:24px 18px;border-radius:24px}.customer-reviews .section-head{align-items:flex-start}.review-average{justify-items:start}}

/* =========================================================
   Mobile-only layer (phones). Desktop rules above stay intact.
   ========================================================= */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .topbar {
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 14px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .store-notice:not([hidden]) {
    min-height: 0 !important;
    padding: 10px 14px !important;
    font-size: 12px !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    line-height: 1.4 !important;
  }

  .site-header {
    height: 58px !important;
    padding: 0 14px !important;
  }
  .brand,
  .brand img {
    height: auto !important;
  }
  .brand {
    min-width: 0 !important;
  }
  .brand img {
    height: 36px !important;
    max-width: 120px !important;
  }

  /* Mobile hero: keep text | photo side-by-side; smaller type, full paragraph (no clamp). */
  .hero {
    min-height: 0 !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    align-items: start !important;
    gap: 12px !important;
    padding: 14px 14px 28px !important;
  }
  .hero:before,
  .hero:after {
    display: none !important;
  }
  .animated-hero-banner:before {
    border-radius: 20px !important;
    filter: blur(3px) !important;
  }
  .hero-copy {
    max-width: 100% !important;
    align-self: start !important;
    text-align: left !important;
    padding-top: 0 !important;
  }
  .hero-copy .eyebrow,
  .hero .eyebrow {
    display: block !important;
    width: auto !important;
    font-size: 9px !important;
    letter-spacing: 0.12em !important;
    margin: 0 0 4px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    color: #b07a82 !important;
    text-align: center !important;
  }
  .hero-copy .hero-brand-lockup {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 0 4px !important;
  }
  .hero-copy .hero-divider {
    width: 100% !important;
    margin: 0 !important;
    gap: 6px !important;
  }
  .hero-copy .hero-divider i {
    width: 16px !important;
    height: 15px !important;
  }
  .hero-copy h1 .hero-line-accent {
    transform: none !important;
  }
  .hero-copy h1 .hero-accent {
    font-size: 1em !important;
  }
  .hero-copy h1 .hero-accent::after {
    width: 0.88em !important;
    height: 0.84em !important;
  }
  .hero h1,
  .hero-copy h1 {
    font-size: clamp(20px, 5.2vw, 26px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.03em !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }
  .hero-copy h1 .hero-line {
    display: block !important;
  }
  .hero-copy h1 .hero-accent {
    color: #a97c82 !important;
  }
  .hero p,
  .hero-copy > p {
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin: 8px 0 0 !important;
    max-width: 100% !important;
    font-weight: 500 !important;
    color: #6a5558 !important;
    text-align: left !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
  }
  .hero-copy > p .hero-body-end {
    margin-top: 0.4em !important;
    margin-bottom: 0 !important;
  }
  .hero-actions {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    gap: 5px !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .hero-actions .btn,
  .hero-copy .hero-actions .btn {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 28px !important;
    padding: 5px 6px !important;
    font-size: 8.5px !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .hero-copy .hero-actions .btn.primary em {
    margin-left: 2px !important;
  }
  .hero-copy .hero-actions .btn.primary {
    background: #a97c82 !important;
    box-shadow: 0 6px 16px rgba(169, 124, 130, 0.25) !important;
  }
  .hero-copy .hero-actions .btn.secondary {
    background: transparent !important;
    border: 1.5px solid rgba(90, 72, 76, 0.45) !important;
    color: #3d3235 !important;
    box-shadow: none !important;
  }
  .hero-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 6px !important;
    row-gap: 3px !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .hero-badges .hb-full {
    display: inline !important;
  }
  .hero-badges .hb-short {
    display: none !important;
  }
  .hero-badges span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 6px 7px !important;
    border: 1px solid rgba(216, 166, 173, 0.55) !important;
    border-radius: 999px !important;
    background: #f3e4e7 !important;
    box-shadow: none !important;
    color: #6a4a50 !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    pointer-events: none !important;
    cursor: default !important;
  }
  .hero-badges span + span::before {
    content: none !important;
    margin: 0 !important;
  }
  .hero-art {
    position: relative !important;
    min-height: 200px !important;
    max-width: 100% !important;
    align-self: stretch !important;
  }
  .hero-card.main {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 18px !important;
    min-height: 0 !important;
    animation: floatHeroMobile 6.5s ease-in-out infinite !important;
    transform-origin: center !important;
  }
  .orbit-badge,
  .petal,
  .product-mini,
  .floating-card {
    display: none !important;
  }

  .section {
    padding: 42px 16px !important;
  }
  .section-head {
    margin-bottom: 22px !important;
  }
  .section-head h2,
  .brand-values-intro h2,
  .story-copy h2,
  .promise-copy h2,
  .spotlight-copy h2 {
    font-size: clamp(26px, 7vw, 34px) !important;
    line-height: 1.12 !important;
  }
  .section-head p,
  .split p,
  .brand-values-intro p,
  .story-copy p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .premium-product-img,
  .featured-img,
  .product-img {
    height: 168px !important;
  }
  .premium-product-info,
  .featured-info,
  .product-info {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 10px 9px 11px !important;
    gap: 4px !important;
  }
  .premium-product-info h3,
  .product-card h3 {
    font-size: 13px !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    line-height: 1.28 !important;
  }
  .desc,
  .ingredient-line,
  .rating-row {
    display: none !important;
  }
  .product-grid,
  .featured-grid,
  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .premium-add,
  .add.premium-add {
    min-width: 0 !important;
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    margin-top: auto !important;
  }
  .premium-price-row,
  .price-row {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    margin-top: 6px !important;
  }
  .premium-product-card,
  .product-card.premium-product-card {
    border-radius: 18px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .product-series {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 6px !important;
    min-height: 0 !important;
    font-size: 9px !important;
    letter-spacing: 0.06em !important;
    line-height: 1.25 !important;
  }
  .product-series span,
  .product-series .product-series-vol {
    flex: 0 1 auto !important;
    max-width: 48% !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    padding: 3px 7px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
  }
  .price,
  .premium-price-row .price,
  .premium-price-row .price-now {
    font-size: 14px !important;
  }
  .premium-price-row .price-stack {
    gap: 4px 8px !important;
  }
  .premium-price-row .price-was,
  .premium-price-row .price-save {
    font-size: 11px !important;
  }

  .value-lineup article,
  .journal-grid article {
    min-height: 0 !important;
    padding: 14px 12px !important;
  }
  .value-lineup strong,
  .journal-grid h3 {
    font-size: 14px !important;
  }

  /* =========================================================
     Home sections — compact grids (mobile only)
     ========================================================= */

  /* Ανά ανάγκη: soft pills */
  .concern-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    grid-template-columns: none !important;
    gap: 8px !important;
  }
  .concern-cards .chip {
    min-height: 0 !important;
    padding: 9px 14px !important;
    font-size: 12.5px !important;
    border-radius: 999px !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-weight: 750 !important;
  }
  .concern-cards .chip:before,
  .concern-cards .chip:after {
    content: none !important;
    display: none !important;
  }

  /* Σχετικά με εμάς: κείμενο αριστερά | φωτο δεξιά */
  .luxury-story {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
    gap: 12px !important;
    padding: 28px 14px !important;
    align-items: center !important;
  }
  .luxury-story .story-copy {
    order: 1 !important;
    max-width: 100% !important;
  }
  .luxury-story .story-visual {
    order: 2 !important;
    min-height: 150px !important;
    border-radius: 16px !important;
    align-self: stretch !important;
  }
  .luxury-story .story-visual img {
    min-height: 150px !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .luxury-story .story-badge {
    width: 64px !important;
    height: 64px !important;
    left: 8px !important;
    bottom: 8px !important;
    font-size: 8px !important;
    line-height: 1.15 !important;
  }
  .luxury-story .story-badge strong {
    font-size: 11px !important;
  }
  .luxury-story .story-copy .eyebrow {
    font-size: 9px !important;
    margin-bottom: 6px !important;
  }
  .luxury-story .story-copy h2 {
    font-size: clamp(16px, 4.4vw, 20px) !important;
    line-height: 1.15 !important;
    margin: 0 0 8px !important;
  }
  .luxury-story .story-copy > p {
    font-size: 11px !important;
    line-height: 1.4 !important;
    margin: 0 0 6px !important;
  }
  .luxury-story .story-copy > p:nth-of-type(2) {
    display: none !important;
  }
  .luxury-story .story-copy .btn {
    min-height: 34px !important;
    padding: 8px 12px !important;
    font-size: 11px !important;
    margin-top: 4px !important;
  }

  /* Badges κάτω από το story: 2 ανά σειρά */
  .story-points {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 10px 0 8px !important;
  }
  .story-points span {
    font-size: 10px !important;
    padding: 7px 8px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Γιατί Penny's Love / value tiles: 2 ανά σειρά */
  .value-lineup {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-radius: 18px !important;
  }
  .value-lineup article {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 1px solid rgba(234, 217, 219, 0.76) !important;
    border-bottom: 1px solid rgba(234, 217, 219, 0.76) !important;
  }
  .value-lineup article:nth-child(2n) {
    border-right: 0 !important;
  }
  .value-lineup article:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
  }
  .value-lineup span {
    font-size: 22px !important;
    margin-bottom: 6px !important;
  }
  .value-lineup p {
    font-size: 11px !important;
    line-height: 1.35 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Η δύναμη της φύσης: Ελίχρυσος | Olive Oil κλπ 2x2 */
  .ingredient-spotlight {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 36px 14px !important;
  }
  .spotlight-copy h2 {
    font-size: clamp(24px, 6.5vw, 30px) !important;
    margin-bottom: 10px !important;
  }
  .spotlight-copy p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .spotlight-bubbles {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .spotlight-bubbles span {
    min-height: 68px !important;
    font-size: 15px !important;
    border-radius: 16px !important;
    padding: 10px !important;
  }

  /* Απλή ρουτίνα: Καθαρισμός | Serum / Κρέμα | SPF — 2×2 στο mobile */
  .routine {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .routine-steps,
  .routine-mini-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .routine-steps div {
    min-height: 0 !important;
    padding: 14px 12px !important;
    border-radius: 16px !important;
    font-size: 11px !important;
  }
  .routine-steps strong {
    display: block !important;
    font-size: 15px !important;
    margin-top: 4px !important;
  }

  .product-page-layout {
    gap: 22px !important;
  }
  .product-buybox {
    padding: 20px 16px !important;
    border-radius: 22px !important;
  }
  .product-buybox h2 {
    font-size: clamp(26px, 7vw, 34px) !important;
  }

  /* Footer: logo+slogan up; company aligned with Shop/Brand/Hours */
  .footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr) minmax(0, 0.7fr) minmax(0, 1.35fr) !important;
    grid-template-areas:
      "brandhead brandhead brandhead brandhead"
      "company shop brand hours" !important;
    gap: 10px 8px !important;
    padding: 28px 12px 22px !important;
    align-items: start !important;
  }
  .footer-brand-head {
    grid-area: brandhead !important;
    max-width: 100% !important;
  }
  .footer-company { grid-area: company !important; }
  .footer-shop { grid-area: shop !important; }
  .footer-brand { grid-area: brand !important; }
  .footer-hours-col { grid-area: hours !important; }
  .footer > div {
    min-width: 0 !important;
  }
  .footer img {
    max-width: 72px !important;
    padding: 4px !important;
    border-radius: 10px !important;
  }
  .footer-tagline {
    font-size: 8px !important;
    line-height: 1.3 !important;
    margin: 6px 0 2px !important;
  }
  .footer h4 {
    font-size: 8px !important;
    letter-spacing: 0.05em !important;
    margin: 0 0 5px !important;
  }
  .footer a {
    display: block !important;
    font-size: 8px !important;
    line-height: 1.28 !important;
    margin: 0 0 3px !important;
  }
  .footer .footer-company {
    font-size: 8px !important;
    line-height: 1.32 !important;
    margin: 0 !important;
  }
  .footer .footer-company a {
    display: inline !important;
    margin: 0 !important;
    font-size: inherit !important;
  }
  .footer .footer-company .footer-contact-line {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 4px 0 0 !important;
    font-size: 8px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }
  .footer .footer-company .footer-contact-line + .footer-contact-line {
    margin-top: 3px !important;
  }
  .footer .footer-company .footer-icon {
    width: 11px !important;
    height: 11px !important;
    flex: 0 0 auto !important;
  }
  .footer .footer-company .footer-icon svg {
    width: 10px !important;
    height: 10px !important;
  }
  .footer-follow {
    margin-top: 8px !important;
  }
  .footer-follow-title {
    font-size: 8px !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
  }
  .footer-socials {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }
  /* Override .footer a { display:block } which breaks icon buttons */
  .footer a.footer-social {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(226,196,168,.45) !important;
    border-radius: 50% !important;
  }
  .footer a.footer-social svg {
    width: 11px !important;
    height: 11px !important;
  }
  .footer a.footer-map-link {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 10px 0 0 !important;
    font-size: 8.5px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    max-width: 100% !important;
  }
  .footer .footer-payments {
    margin-top: 5px !important;
    font-size: 8px !important;
    line-height: 1.25 !important;
  }
  .footer-shop a,
  .footer-brand a {
    font-size: 8px !important;
    line-height: 1.28 !important;
  }
  .footer-hours-col {
    min-width: 0 !important;
    overflow: visible !important;
  }
  .footer-hours-col h4 {
    font-size: 8px !important;
    letter-spacing: 0.04em !important;
    white-space: nowrap !important;
    margin: 0 0 5px !important;
  }
  .footer .footer-hours {
    font-size: 8px !important;
    line-height: 1.38 !important;
    white-space: normal !important;
    margin: 0 !important;
  }
  .footer .footer-hours .footer-hours-line {
    display: inline !important;
    white-space: nowrap !important;
  }
  .footer #storeFooterAddress {
    display: none !important;
  }
  .footer-map-link {
    margin-top: 8px !important;
    font-size: 8.5px !important;
    gap: 4px !important;
    white-space: nowrap !important;
  }
  .footer-map-link .footer-icon {
    width: 12px !important;
    height: 12px !important;
    flex: 0 0 auto !important;
  }
  .footer-map-link .footer-icon svg {
    width: 11px !important;
    height: 11px !important;
  }
  .footer-map-tag {
    margin-top: 5px !important;
    font-size: 8px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }
  .site-secure-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 7px 10px !important;
    gap: 5px !important;
  }
  .site-secure-bar-lock {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 auto !important;
  }
  .site-secure-bar-lock svg {
    width: 10px !important;
    height: 10px !important;
  }
  .site-secure-bar p {
    margin: 0 !important;
    font-size: 7.5px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-align: left !important;
  }
  .site-bottom {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 10px 14px 14px !important;
  }
  .site-bottom-copy,
  .site-bottom-tag {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    font-size: 7.5px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .site-bottom-tag {
    text-align: right !important;
  }
}

@media (max-width: 430px) {
  .topbar {
    font-size: 10.5px !important;
    padding: 7px 12px !important;
  }
  .hero {
    gap: 10px !important;
    padding: 18px 12px 24px !important;
  }
  .hero-copy .eyebrow,
  .hero .eyebrow {
    font-size: 8.5px !important;
  }
  .hero h1 {
    font-size: clamp(16px, 4.6vw, 20px) !important;
    line-height: 1.18 !important;
  }
  .hero p {
    font-size: 11.5px !important;
    line-height: 1.42 !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
  }
  .hero-actions .btn {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 5px 5px !important;
    font-size: 8px !important;
    min-height: 26px !important;
    white-space: nowrap !important;
  }
  .hero-art {
    min-height: 168px !important;
  }
  .luxury-story {
    gap: 10px !important;
    padding: 22px 12px !important;
  }
  .luxury-story .story-visual,
  .luxury-story .story-visual img {
    min-height: 130px !important;
  }
  .concern-cards .chip {
    min-height: 0 !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
  .footer {
    /* Keep desktop-like single row of columns on small phones */
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.6fr) minmax(0, 0.6fr) minmax(0, 1.45fr) !important;
    grid-template-areas:
      "brandhead brandhead brandhead brandhead"
      "company shop brand hours" !important;
    gap: 8px 5px !important;
    padding: 22px 10px 18px !important;
  }
  .footer img {
    max-width: 64px !important;
  }
  .footer-tagline {
    font-size: 7px !important;
  }
  .footer h4 {
    font-size: 7px !important;
    letter-spacing: 0.04em !important;
  }
  .footer a,
  .footer-shop a,
  .footer-brand a {
    font-size: 7px !important;
    line-height: 1.25 !important;
  }
  .footer .footer-company,
  .footer .footer-company .footer-contact-line,
  .footer-follow-title,
  .footer .footer-payments {
    font-size: 7px !important;
  }
  .footer-hours-col h4 {
    font-size: 7px !important;
    letter-spacing: 0.03em !important;
  }
  .footer .footer-hours {
    font-size: 7px !important;
    line-height: 1.32 !important;
  }
  .footer a.footer-map-link,
  .footer-map-link {
    font-size: 7.5px !important;
    gap: 3px !important;
  }
  .footer-map-tag {
    font-size: 7px !important;
  }
  .site-secure-bar {
    padding: 6px 8px !important;
    gap: 4px !important;
  }
  .site-secure-bar-lock {
    width: 14px !important;
    height: 14px !important;
  }
  .site-secure-bar-lock svg {
    width: 9px !important;
    height: 9px !important;
  }
  .site-secure-bar p {
    font-size: 6.5px !important;
    white-space: nowrap !important;
  }
  .site-bottom-copy,
  .site-bottom-tag {
    font-size: 6.5px !important;
    white-space: nowrap !important;
  }
  .spotlight-bubbles span {
    min-height: 58px !important;
    font-size: 13px !important;
  }
  .premium-product-img,
  .featured-img,
  .product-img {
    height: 152px !important;
  }
}

/* Extra-small phones: still side-by-side, slightly tighter type, full paragraph. */
@media (max-width: 360px) {
  .hero {
    gap: 8px !important;
    padding: 16px 10px 20px !important;
  }
  .hero h1 {
    font-size: 13.5px !important;
  }
  .hero p {
    font-size: 10px !important;
    line-height: 1.38 !important;
  }
  .hero-art {
    min-height: 150px !important;
  }
}

/* Soft float used only by mobile .hero-card.main */
@keyframes floatHeroMobile {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.01); }
}

/* Compact, touch-friendly mobile header. Desktop remains unchanged. */
@media(max-width:768px){
  .site-header{gap:8px!important;padding-inline:10px!important}
  .site-header .brand{flex:1 1 auto;min-width:0!important;max-width:calc(100% - 136px)}
  .site-header .brand img{width:auto!important;max-width:88px!important}
  .header-actions{flex:0 0 auto;gap:2px!important;margin-left:auto}
  .header-actions #searchFocus{display:none!important}
  .header-actions .account-link,.header-actions #menuBtn,.header-actions #cartBtn{position:relative;display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;min-width:40px;padding:0!important;border-radius:50%;font-size:0!important;line-height:1;box-shadow:none}
  .header-actions .account-link:hover,.header-actions .account-link:focus-visible,.header-actions #menuBtn:hover,.header-actions #menuBtn:focus-visible,.header-actions #cartBtn:hover,.header-actions #cartBtn:focus-visible{transform:none;background:#fbf0f1}
  .account-link::after,#menuBtn::before,#cartBtn::before{content:""!important;display:block;width:21px;height:21px;background-position:center;background-repeat:no-repeat;background-size:contain}
  .account-link::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23312426' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5.5 19c.8-3.3 3-5 6.5-5s5.7 1.7 6.5 5'/%3E%3C/svg%3E")}
  #menuBtn::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23312426' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M5 7h14M5 12h14M5 17h14'/%3E%3C/svg%3E")}
  #cartBtn{border-color:transparent;background:transparent}
  #cartBtn::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23312426' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 8.5h11l-.7 10h-9.6l-.7-10Z'/%3E%3Cpath d='M9 9V7a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E")}
  #cartBtn #cartCount{position:absolute;top:1px;right:0;min-width:17px;width:auto;height:17px;margin:0;padding:0 4px;border:2px solid #fffaf7;font-size:9px!important;line-height:13px}
  .nav{top:calc(100% + 8px)!important;left:10px!important;right:10px!important}
}
@media(max-width:350px){
  .site-header{gap:4px!important;padding-inline:8px!important}
  .site-header .brand{max-width:calc(100% - 124px)}
  .site-header .brand img{max-width:76px!important}
  .header-actions .account-link,.header-actions #menuBtn,.header-actions #cartBtn{flex-basis:38px;width:38px;min-width:38px;height:38px}
}

/* CSS-drawn icons: reliable in Safari and under strict content policies. */
@media(max-width:768px){
  .account-link::after{width:15px;height:8px;margin-top:9px;background:none!important;border:1.8px solid currentColor;border-radius:10px 10px 4px 4px}
  .account-link::before{content:""!important;position:absolute;top:8px;width:7px;height:7px;border:1.8px solid currentColor;border-radius:50%}
  #menuBtn::before{height:14px;background:none!important;border-top:2px solid currentColor;border-bottom:2px solid currentColor}
  #menuBtn::after{content:""!important;position:absolute;width:21px;height:2px;background:currentColor;border-radius:999px}
  #cartBtn::before{width:17px;height:14px;margin-top:4px;background:none!important;border:1.8px solid currentColor;border-radius:3px 3px 5px 5px}
  #cartBtn::after{content:""!important;position:absolute;top:8px;width:8px;height:6px;border:1.8px solid currentColor;border-bottom:0;border-radius:6px 6px 0 0}
}

/* Footer contact / address icons */
.footer-contact-line{
  display:flex !important;
  align-items:flex-start;
  gap:8px;
  margin:8px 0 0 !important;
  color:#eadcde;
  text-decoration:none;
  line-height:1.45;
}
.footer-contact-line + .footer-contact-line{margin-top:6px !important}
.footer-icon{
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  width:16px;
  height:16px;
  margin-top:1px;
  color:rgba(234,220,222,.9);
}
.footer-icon svg{display:block;width:14px;height:14px}
.footer .footer-company .footer-contact-line{font-size:inherit}
.footer-follow{
  margin-top:22px;
}
.footer-follow-title{
  margin:0 0 12px;
  color:#fff;
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.footer-social,
a.footer-social{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
  border-radius:50%;
  color:#e8d0b6;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(226,196,168,.42);
  box-sizing:border-box;
  transition:transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.footer-social:hover,
a.footer-social:hover{
  transform:translateY(-2px);
  color:#fff;
  background:rgba(226,196,168,.18);
  border-color:rgba(226,196,168,.75);
}
.footer-social svg,
a.footer-social svg{
  display:block;
  width:15px;
  height:15px;
  flex:0 0 auto;
  overflow:visible;
}
.footer-social[hidden],
a.footer-social[hidden]{display:none !important}
.footer-map-link{
  display:inline-flex !important;
  align-items:center;
  gap:8px;
  margin:14px 0 0 !important;
  color:#f0d8c2 !important;
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
  text-decoration:none;
  line-height:1.35;
}
.footer-map-link .footer-icon{
  color:#f0d8c2;
  margin-top:0;
}
.footer-map-link:hover{
  color:#fff !important;
}
.footer-map-tag{
  margin:8px 0 0;
  color:rgba(234,220,222,.72);
  font-family:'Playfair Display',Georgia,serif;
  font-style:italic;
  font-size:13px;
  line-height:1.45;
}

/* Secure payment bar above copyright — keeps site-bottom edges at 7vw. */
.site-secure-bar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 7vw;
  background:#2a1e21;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(234,220,222,.82);
}
.site-secure-bar-lock{
  width:26px;height:26px;border-radius:50%;display:grid;place-items:center;
  color:#cfe0cb;background:rgba(127,146,125,.2);border:1px solid rgba(207,224,203,.22);
  flex:0 0 auto;
}
.site-secure-bar p{
  margin:0;
  font-size:12px;
  letter-spacing:.02em;
  text-align:center;
  line-height:1.45;
}
.site-secure-bar strong{
  color:#fff;
  font-weight:800;
}

/* Legacy trust box removed from Shop column */
.footer-trust,
.footer-payments,
.site-bottom-secure{display:none !important}

/* Configurable announcement popup */
.store-notice-modal-card{position:relative;overflow:hidden;width:min(var(--notice-width-desktop,680px),100%);min-height:var(--notice-min-height,390px);border:var(--notice-border-width,1px) solid var(--notice-accent,#f2d9dc);border-radius:var(--notice-radius,8px);color:var(--notice-color,#fffaf7);background-color:var(--notice-bg,#713d49);background-image:var(--notice-image,none);background-position:center;background-size:cover;font-family:var(--notice-font,inherit)}.store-notice-modal-card h2{font-size:var(--notice-title-size,56px)}.store-notice-modal-card p{font-size:var(--notice-text-size,20px)}.store-notice-modal-card .store-notice-modal-actions button,.store-notice-modal-card .store-notice-modal-actions a{background:var(--notice-button-bg,#fff);color:var(--notice-button-color,#4a242c)}.store-notice-modal-card.align-left{place-content:center start;justify-items:start;text-align:left}.store-notice-modal-card.image-side{padding-left:52%}.store-notice-modal-side-image{position:absolute;inset:0 auto 0 0;width:46%;height:100%;object-fit:cover}.store-notice-modal-card.is-image-only{display:block;padding:0;min-height:0;width:min(92vw,var(--notice-width-desktop,680px));max-height:min(88vh,920px);background-image:none;background-color:#fff;border-color:rgba(255,255,255,.55)}.store-notice-modal-full-image{display:block;width:100%;height:auto;max-height:min(88vh,920px);object-fit:contain;vertical-align:middle}.store-notice-modal-card.is-image-only .store-notice-modal-close{background:rgba(35,20,24,.55)!important;color:#fff;border-color:rgba(255,255,255,.7)!important}.store-notice-modal-close{position:absolute;z-index:2;top:14px;right:14px;width:38px;height:38px;padding:0!important;border:1px solid rgba(255,255,255,.45)!important;border-radius:50%!important;color:inherit!important;background:rgba(35,20,24,.28)!important;font:400 26px/1 sans-serif!important;cursor:pointer}
@media(max-width:900px){.store-notice-modal-card{width:min(var(--notice-width-tablet,560px),100%)}.store-notice-modal-card.is-image-only{width:min(94vw,var(--notice-width-tablet,560px))}}
@media(max-width:620px){
  .store-notice-modal{padding:12px;align-content:center}
  .store-notice-modal-card{width:min(100%,var(--notice-width-mobile,360px));max-width:calc(100vw - 24px);min-height:0;padding:28px 18px 22px;gap:12px;border-radius:max(6px,calc(var(--notice-radius,8px) * .75))}
  .store-notice-modal-card h2{max-width:none;font-size:min(var(--notice-title-size,56px),34px)!important;line-height:1.12}
  .store-notice-modal-card p{max-width:none;font-size:min(var(--notice-text-size,20px),16px)!important;line-height:1.5}
  .store-notice-modal-card>span{font-size:10px;letter-spacing:.12em}
  .store-notice-modal-actions button,.store-notice-modal-actions a{min-height:44px;width:100%;font-size:14px}
  .store-notice-modal-card.image-side{padding:200px 18px 24px}
  .store-notice-modal-side-image{inset:0 0 auto;width:100%;height:180px}
  .store-notice-modal-card.is-image-only{width:min(94vw,420px);max-width:calc(100vw - 24px);max-height:min(82vh,720px);padding:0;border-radius:14px}
  .store-notice-modal-full-image{max-height:min(82vh,720px)}
  .store-notice-modal-close{top:10px;right:10px;width:34px;height:34px;font-size:22px!important}
}

/* Mobile category cards: compact, readable captions */
@media(max-width:620px){
  .category-grid{gap:12px}
  .category-card.image-card{
    min-height:210px;
    padding:16px;
    justify-content:flex-end;
    gap:5px;
  }
  .category-card.image-card>span{
    position:absolute;
    top:18px;
    left:16px;
    font-size:24px;
    line-height:1;
  }
  .category-card.image-card>strong{
    width:100%;
    margin:0;
    font-size:clamp(20px,5.8vw,23px);
    line-height:1.02;
    letter-spacing:-.025em;
    overflow-wrap:anywhere;
    text-wrap:balance;
  }
  .category-card.image-card>small{
    margin:0;
    font-size:10px;
    line-height:1.2;
    letter-spacing:.08em;
  }
  .category-card.image-card.coming-soon::before{
    top:11px;
    right:9px;
    left:auto;
    max-width:76px;
    padding:5px 7px;
    font-size:8.5px;
    line-height:1.1;
    letter-spacing:.055em;
    text-align:center;
    white-space:nowrap;
  }
}

/* =========================================================
   Hero copy: left-aligned like original, clean leaf sprig,
   mockup line breaks (title + leaf on own line).
   ========================================================= */
.hero-copy{
  text-align:left;
}
.hero-copy .hero-brand-lockup{
  display:inline-flex;
  flex-direction:column;
  align-items:stretch;
  width:max-content;
  max-width:100%;
  margin:0 0 4px;
}
.hero-copy .eyebrow{
  display:block;
  width:auto;
  margin:0 0 10px;
  color:#b07a82;
  font-size:13px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  line-height:1.35;
  text-align:center;
  white-space:nowrap;
}
.hero-copy .hero-divider{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  margin:0;
  color:#c9a4aa;
}
.hero-copy .hero-divider::before,
.hero-copy .hero-divider::after{
  content:"";
  flex:1 1 auto;
  height:1.5px;
  background:linear-gradient(90deg,transparent,#d9b0b6 12%,#d9b0b6 88%,transparent);
}
.hero-copy .hero-divider i{
  display:block;
  width:40px;
  height:38px;
  flex:0 0 auto;
  font-style:normal;
  line-height:0;
  opacity:1;
  background:center / contain no-repeat url("/assets/decor/hero-leaf-sprig-v2.png?v=250803e");
}
.hero-copy .hero-divider i::before{content:none}
.hero-copy h1{
  font-family:'Playfair Display',Georgia,serif;
  font-weight:600;
  letter-spacing:-.04em;
  line-height:.98;
  color:#2a2224;
  text-align:left;
  max-width:730px;
  margin:6px 0 0;
  font-size:clamp(48px,5.6vw,86px);
}
.hero-copy h1 .hero-line{
  display:block;
}
.hero-copy h1 .hero-line-accent{
  margin:.04em 0 .06em;
  transform:none;
}
.hero-copy h1 .hero-accent{
  display:inline-flex;
  align-items:center;
  gap:.32em;
  font-style:italic;
  font-weight:600;
  font-size:1em;
  color:#a97c82;
  white-space:nowrap;
}
.hero-copy h1 .hero-accent::after{
  content:"";
  display:inline-block;
  width:0.92em;
  height:0.88em;
  flex:0 0 auto;
  background:center / contain no-repeat url("/assets/decor/hero-leaf-sprig-v2.png?v=250803e");
  transform:translateY(.05em);
}
.hero-copy > p{
  margin:22px 0 0;
  max-width:610px;
  color:#6a5558;
  font-size:18px;
  font-weight:500;
  line-height:1.8;
  text-align:left;
}
.hero-copy > p .hero-body-end{
  display:block;
  margin-top:.45em;
  white-space:nowrap;
  font-weight:700;
  color:#4a383c;
}
.hero-copy .hero-actions{
  margin-top:30px;
  gap:14px;
  justify-content:flex-start;
}
.hero-copy .hero-badges{
  justify-content:flex-start;
}
.hero-copy .hero-actions .btn.primary{
  background:#a97c82;
  color:#fff;
  border-color:transparent;
  box-shadow:0 10px 28px rgba(169,124,130,.28);
}
.hero-copy .hero-actions .btn.primary:hover{
  background:#9a6f75;
  transform:translateY(-2px);
}
.hero-copy .hero-actions .btn.primary em{
  font-style:normal;
  margin-left:6px;
}
.hero-copy .hero-actions .btn.secondary{
  background:transparent;
  color:#3d3235;
  border:1.5px solid rgba(90,72,76,.45);
  box-shadow:none;
}
.hero-copy .hero-actions .btn.secondary:hover{
  background:rgba(255,255,255,.55);
  border-color:rgba(90,72,76,.7);
}

/* Final mobile overrides must remain last: beat legacy phone rules above. */
@media(max-width:768px){
  .topbar{
    height:28px !important;
    min-height:28px !important;
    padding:0 7px !important;
    font-size:clamp(7.5px,1.9vw,9px) !important;
    line-height:1 !important;
    letter-spacing:-.01em !important;
    white-space:nowrap !important;
    overflow:hidden !important;
  }
  .premium-product-info h3,
  .product-card h3{
    min-height: 0 !important;
    max-height: none !important;
  }
  .premium-price-row,
  .product-card .price-row{
    margin-top: 6px !important;
    flex: 1 1 auto !important;
  }
  .premium-price-row .premium-add,
  .product-card .price-row .premium-add,
  .premium-price-row .add,
  .product-card .price-row .add{
    margin-top: auto !important;
  }
  .product-grid,
  .featured-grid,
  .category-product-grid{
    align-items: stretch !important;
  }
  .product-grid > .premium-product-card,
  .featured-grid > .premium-product-card,
  .category-product-grid > .premium-product-card{
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }
  /* Compact Top Seller chip — bottom-right so category stays visible top-left. */
  .product-card .product-badge.top-seller,
  .premium-product-img .product-badge.top-seller{
    left: auto !important;
    right: 6px !important;
    top: auto !important;
    bottom: 6px !important;
    height: 22px !important;
    padding: 0 8px 0 0 !important;
    font-size: 7.5px !important;
    letter-spacing: 0.06em !important;
    box-shadow: 0 6px 14px rgba(168, 85, 99, 0.22) !important;
  }
  .product-card .product-badge.top-seller .top-seller-flame,
  .product-card .product-badge.top-seller i.top-seller-flame,
  .premium-product-img .product-badge.top-seller .top-seller-flame,
  .premium-product-img .product-badge.top-seller i.top-seller-flame{
    width: 22px !important;
    height: 22px !important;
    margin: 0 5px 0 0 !important;
    font-size: 10px !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22) !important;
  }
  .product-card .product-badge.top-seller em,
  .premium-product-img .product-badge.top-seller em{
    padding-right: 1px !important;
  }
  /* Keep hero CTAs on one row on mobile */
  .hero-actions{
    flex-wrap:nowrap !important;
    gap:4px !important;
    width:100% !important;
    margin-top:18px !important;
    margin-bottom:18px !important;
  }
  .hero-actions .btn,
  .hero-copy .hero-actions .btn{
    flex:1 1 0 !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    min-height:26px !important;
    padding:5px 5px !important;
    font-size:8px !important;
    letter-spacing:-.015em !important;
    white-space:nowrap !important;
  }
  .hero-copy .hero-actions .btn.primary em{
    margin-left:2px !important;
  }
  /* Hero badges: desktop style, 2x2 on mobile */
  .hero-badges{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:6px !important;
    row-gap:3px !important;
    margin-top:10px !important;
    width:100% !important;
  }
  .hero-badges .hb-full{display:inline !important}
  .hero-badges .hb-short{display:none !important}
  .hero-badges span{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-width:0 !important;
    padding:6px 7px !important;
    border:1px solid rgba(216,166,173,.55) !important;
    border-radius:999px !important;
    background:#f3e4e7 !important;
    box-shadow:none !important;
    color:#6a4a50 !important;
    font-size:8px !important;
    font-weight:800 !important;
    letter-spacing:-.01em !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    pointer-events:none !important;
    cursor:default !important;
  }
  .hero-badges .flag-gr{
    width:12px !important;
    height:8px !important;
    margin-right:4px !important;
  }
  .hero-badges span + span::before{content:none !important;margin:0 !important}
  /* Smaller Botanical leaf + lift copy up + space under CTAs */
  .hero{
    align-items:start !important;
    padding-top:12px !important;
  }
  .hero-copy{
    align-self:start !important;
  }
  .hero-copy .hero-divider{
    width:100% !important;
    margin:0 !important;
    gap:5px !important;
  }
  .hero-copy .hero-divider i{
    width:15px !important;
    height:14px !important;
  }
  .hero-copy .hero-brand-lockup{
    display:inline-flex !important;
    width:max-content !important;
    max-width:100% !important;
    margin:0 0 3px !important;
  }
  .hero-copy .eyebrow,
  .hero .eyebrow{
    margin:0 0 3px !important;
    white-space:nowrap !important;
    text-align:center !important;
  }
  .hero-copy h1,
  .hero h1{
    margin-top:0 !important;
  }
  .hero-copy > p .hero-body-end{
    display:block !important;
  }
}

/* Language switch — single discreet link to the right of cart */
.ketse-lang-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:2px;
  padding:0 2px;
  min-height:32px;
  border:0;
  background:transparent;
  color:rgba(90,62,66,.55);
  text-decoration:none;
  font-size:11px;
  font-weight:600;
  letter-spacing:.12em;
  line-height:1;
  transition:color .2s ease, opacity .2s ease;
}
.ketse-lang-link:hover,
.ketse-lang-link:focus-visible{
  color:rgba(90,62,66,.92);
  outline:none;
}
@media(max-width:620px){
  .ketse-lang-link{min-height:28px;font-size:10px;letter-spacing:.1em}
}
