/** Shopify CDN: Minification failed

Line 485:0 Expected "}" to go with "{"

**/
/* ============================================================
   Brushly — premium clean-girl beauty theme
   Mobile-first. Rose gold accents. Lots of whitespace.
   ============================================================ */

:root{
  --bg:#FBF8F5;
  --bg-2:#F3ECE4;
  --bg-3:#EFE6DC;
  --surface:#FFFFFF;
  --text:#211B17;
  --text-soft:#6F635A;
  --text-faint:#9C9089;
  --line:#EAE0D6;
  --line-strong:#DDD0C3;

  --rose:#B98A7D;
  --rose-deep:#A2746A;
  --rose-soft:#EFDDD4;
  --rose-tint:#F8EEE8;
  --rose-grad:linear-gradient(135deg,#CFA294 0%,#AC7C70 100%);

  --green:#7E9B7A;

  --font-display:'Marcellus', Georgia, 'Times New Roman', serif;
  --font-body:'Jost', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --maxw:1180px;
  --pad:22px;
  --radius:14px;
  --radius-lg:24px;
  --shadow-sm:0 1px 2px rgba(60,40,30,.05), 0 4px 14px rgba(120,90,70,.06);
  --shadow-md:0 6px 30px rgba(120,90,70,.10);
  --shadow-lg:0 20px 60px rgba(120,90,70,.16);
  --ease:cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--font-body);
  font-weight:300;
  font-size:16px;
  line-height:1.65;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{margin:0;font-weight:400;line-height:1.1;}
p{margin:0;}

.skip-link{position:absolute;left:-999px;}
.skip-link:focus{left:12px;top:12px;background:#fff;padding:10px 16px;z-index:9999;border-radius:8px;}

/* ---------- type ---------- */
.font-display{font-family:var(--font-display);}
.eyebrow{
  font-size:12px;letter-spacing:.28em;text-transform:uppercase;
  color:var(--rose-deep);font-weight:500;margin-bottom:18px;
}
.section-title{
  font-family:var(--font-display);
  font-size:clamp(28px,7vw,46px);
  line-height:1.08;letter-spacing:-.01em;
}
.section-sub{
  color:var(--text-soft);font-size:clamp(15px,4vw,18px);
  max-width:560px;margin-top:16px;
}

/* ---------- layout ---------- */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad);}
.section{padding:64px 0;}
.section--tight{padding:44px 0;}
.center{text-align:center;}
.center .section-sub{margin-left:auto;margin-right:auto;}
.bg-beige{background:var(--bg-2);}
.bg-rose{background:var(--rose-tint);}
.bg-dark{background:#211B17;color:#F5EEE8;}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:17px 30px;border-radius:100px;font-size:15px;font-weight:500;
  letter-spacing:.02em;transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  text-align:center;line-height:1;min-height:54px;
}
.btn-primary{
  background:var(--rose-grad);color:#fff;
  box-shadow:0 10px 26px rgba(162,116,106,.34);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(162,116,106,.42);}
.btn-primary:active{transform:translateY(0);}
.btn-ghost{
  background:transparent;color:var(--text);border:1px solid var(--line-strong);
}
.btn-ghost:hover{border-color:var(--rose);color:var(--rose-deep);}
.btn-dark{background:var(--text);color:#fff;}
.btn-dark:hover{transform:translateY(-2px);}
.btn-block{display:flex;width:100%;}
.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none;}

/* ---------- announcement bar ---------- */
.announce{
  background:var(--text);color:#F4EBE4;
  font-size:12.5px;letter-spacing:.04em;
}
.announce__track{
  display:flex;align-items:center;justify-content:center;gap:30px;
  height:40px;padding:0 var(--pad);overflow:hidden;white-space:nowrap;
}
.announce__item{display:inline-flex;align-items:center;gap:7px;opacity:.92;}
.announce__item svg{width:14px;height:14px;color:var(--rose);}
@media(max-width:640px){
  .announce__track{justify-content:flex-start;animation:marquee 16s linear infinite;}
  .announce__track{gap:38px;}
}
@keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ---------- header ---------- */
.header{
  position:sticky;top:0;z-index:200;
  background:rgba(251,248,245,.82);
  backdrop-filter:saturate(140%) blur(14px);
  -webkit-backdrop-filter:saturate(140%) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .3s, background .3s;
}
.header.is-scrolled{border-bottom-color:var(--line);background:rgba(251,248,245,.94);}
.header__bar{display:flex;align-items:center;justify-content:space-between;height:62px;}
.header__logo{
  font-family:var(--font-display);font-size:25px;letter-spacing:.02em;
  display:flex;align-items:center;gap:8px;
}
.header__logo .dot{width:7px;height:7px;border-radius:50%;background:var(--rose-grad);display:inline-block;}
.header__nav{display:none;gap:30px;font-size:14px;letter-spacing:.02em;}
.header__nav a{color:var(--text-soft);transition:color .2s;}
.header__nav a:hover{color:var(--text);}
.header__cart{
  position:relative;display:flex;align-items:center;gap:8px;
  padding:9px 16px;border-radius:100px;border:1px solid var(--line-strong);
  font-size:13.5px;transition:border-color .2s;
}
.header__cart:hover{border-color:var(--rose);}
.header__cart svg{width:18px;height:18px;}
.cart-count{
  min-width:20px;height:20px;padding:0 5px;border-radius:100px;
  background:var(--rose-grad);color:#fff;font-size:11px;font-weight:600;
  display:inline-flex;align-items:center;justify-content:center;
}
.cart-count.is-zero{display:none;}
@media(min-width:900px){.header__nav{display:flex;}}

/* ---------- hero ---------- */
.hero{padding:46px 0 56px;position:relative;}
.hero__grid{display:grid;gap:34px;align-items:center;}
.hero__media{
  position:relative;border-radius:var(--radius-lg);overflow:hidden;
  background:var(--bg-2);box-shadow:var(--shadow-md);aspect-ratio:1/1;
}
.hero__media img{width:100%;height:100%;object-fit:cover;}
.hero h1{
  font-family:var(--font-display);
  font-size:clamp(38px,11vw,68px);line-height:1.02;letter-spacing:-.015em;
}
.hero__sub{margin-top:20px;font-size:clamp(16px,4.5vw,20px);color:var(--text-soft);max-width:480px;font-weight:300;}
.hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px;}
.hero__badges{display:flex;flex-wrap:wrap;gap:18px 26px;margin-top:34px;}
.hero__badge{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--text);}
.hero__badge svg{width:18px;height:18px;color:var(--rose-deep);flex:none;}
.hero__float{
  position:absolute;left:18px;bottom:18px;
  background:rgba(255,255,255,.92);backdrop-filter:blur(8px);
  border-radius:100px;padding:10px 18px;font-size:13px;font-weight:500;
  box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:9px;
}
.hero__float b{font-weight:600;}
.hero__float .pulse{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(126,155,122,.6);animation:pulse 2s infinite;}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(126,155,122,.5);}70%{box-shadow:0 0 0 9px rgba(126,155,122,0);}100%{box-shadow:0 0 0 0 rgba(126,155,122,0);}}
@media(min-width:860px){
  .hero{padding:70px 0 80px;}
  .hero__grid{grid-template-columns:1fr 1fr;gap:56px;}
  .hero__media{order:2;aspect-ratio:4/5;}
}

/* ---------- placeholder media ---------- */
.ph{
  background:
    repeating-linear-gradient(45deg,var(--bg-3) 0 14px,var(--bg-2) 14px 28px);
  display:flex;align-items:center;justify-content:center;color:var(--text-faint);
  font-family:ui-monospace,'SF Mono',Menlo,monospace;font-size:12px;
  letter-spacing:.04em;text-align:center;padding:20px;width:100%;height:100%;min-height:200px;
}

/* ---------- problem ---------- */
.problem-grid{display:grid;gap:14px;margin-top:38px;grid-template-columns:1fr;}
.problem-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;display:flex;gap:16px;align-items:flex-start;
}
.problem-card .ico{
  width:42px;height:42px;border-radius:12px;flex:none;
  background:var(--rose-tint);color:var(--rose-deep);
  display:flex;align-items:center;justify-content:center;
}
.problem-card .ico svg{width:21px;height:21px;}
.problem-card h3{font-size:17px;font-weight:500;margin-bottom:5px;}
.problem-card p{font-size:14.5px;color:var(--text-soft);}
@media(min-width:680px){.problem-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:980px){.problem-grid{grid-template-columns:repeat(3,1fr);}}

/* ---------- benefits ---------- */
.benefits-grid{display:grid;gap:16px;margin-top:40px;grid-template-columns:1fr;}
.benefit{
  background:var(--surface);border-radius:var(--radius-lg);padding:30px 26px;
  border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s;
}
.benefit:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}
.benefit .ico{
  width:54px;height:54px;border-radius:16px;margin-bottom:20px;
  background:var(--rose-grad);color:#fff;display:flex;align-items:center;justify-content:center;
}
.benefit .ico svg{width:26px;height:26px;}
.benefit h3{font-size:19px;font-weight:500;margin-bottom:8px;}
.benefit p{font-size:15px;color:var(--text-soft);}
@media(min-width:640px){.benefits-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:980px){.benefits-grid{grid-template-columns:repeat(3,1fr);}}

/* ---------- how it works ---------- */
.steps{display:grid;gap:18px;margin-top:44px;grid-template-columns:1fr;counter-reset:step;}
.step{
  background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;
  border:1px solid var(--line);box-shadow:var(--shadow-sm);
}
.step__media{aspect-ratio:4/3;background:var(--bg-2);}
.step__media img{width:100%;height:100%;object-fit:cover;}
.step__body{padding:24px 24px 28px;position:relative;}
.step__num{
  position:absolute;top:-26px;left:22px;width:52px;height:52px;border-radius:50%;
  background:var(--rose-grad);color:#fff;display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display);font-size:22px;box-shadow:var(--shadow-md);
}
.step__body h3{font-size:19px;font-weight:500;margin:12px 0 6px;}
.step__body p{font-size:15px;color:var(--text-soft);}
@media(min-width:760px){.steps{grid-template-columns:repeat(3,1fr);}}

/* ---------- product section ---------- */
.product{display:grid;gap:34px;}
.product__gallery{display:flex;flex-direction:column;gap:12px;}
.product__main{
  border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-2);
  aspect-ratio:1/1;box-shadow:var(--shadow-md);
}
.product__main img{width:100%;height:100%;object-fit:cover;}
.product__thumbs{display:flex;gap:10px;flex-wrap:wrap;}
.product__thumb{
  width:68px;height:68px;border-radius:12px;overflow:hidden;background:var(--bg-2);
  border:2px solid transparent;cursor:pointer;transition:border-color .2s;
}
.product__thumb.is-active{border-color:var(--rose);}
.product__thumb img{width:100%;height:100%;object-fit:cover;}
.product__info{padding-top:4px;}
.product__rating{display:flex;align-items:center;gap:8px;color:var(--rose-deep);font-size:14px;margin-bottom:14px;}
.product__rating .stars{letter-spacing:2px;}
.product h1,.product__title{font-family:var(--font-display);font-size:clamp(28px,6vw,40px);line-height:1.08;}
.product__price{display:flex;align-items:baseline;gap:12px;margin:16px 0 22px;}
.product__price .now{font-size:28px;font-weight:500;}
.product__price .was{font-size:18px;color:var(--text-faint);text-decoration:line-through;font-weight:300;}
.product__price .save{
  font-size:12px;font-weight:600;letter-spacing:.04em;background:var(--rose-tint);
  color:var(--rose-deep);padding:5px 11px;border-radius:100px;
}
.product__desc{color:var(--text-soft);font-size:15.5px;margin-bottom:24px;}
.product__desc ul{margin:14px 0 0;display:grid;gap:10px;}
.product__desc li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--text);}
.product__desc li svg{width:18px;height:18px;color:var(--rose-deep);flex:none;margin-top:3px;}

.opt{margin-bottom:20px;}
.opt__label{font-size:13px;letter-spacing:.04em;color:var(--text-soft);margin-bottom:10px;display:block;}
.opt__values{display:flex;flex-wrap:wrap;gap:9px;}
.opt__btn{
  padding:11px 18px;border-radius:100px;border:1px solid var(--line-strong);
  font-size:14px;background:var(--surface);transition:all .2s;
}
.opt__btn.is-active{border-color:var(--rose);background:var(--rose-tint);color:var(--rose-deep);font-weight:500;}
.opt__btn[disabled]{opacity:.4;text-decoration:line-through;cursor:not-allowed;}

.qty-row{display:flex;gap:12px;align-items:center;margin-bottom:18px;}
.qty{display:flex;align-items:center;border:1px solid var(--line-strong);border-radius:100px;overflow:hidden;}
.qty button{width:46px;height:52px;font-size:20px;color:var(--text-soft);transition:background .2s;}
.qty button:hover{background:var(--bg-2);}
.qty input{width:46px;height:52px;text-align:center;border:none;font-size:16px;font-family:inherit;background:transparent;-moz-appearance:textfield;}
.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;}

.product__actions{display:grid;gap:10px;}
.shopify-payment-button{margin-top:2px;}
.product__reassure{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:20px;font-size:13px;color:var(--text-soft);}
.product__reassure span{display:flex;align-items:center;gap:7px;}
.product__reassure svg{width:16px;height:16px;color:var(--rose-deep);}
.product__empty{padding:40px;border:1px dashed var(--line-strong);border-radius:var(--radius);text-align:center;color:var(--text-soft);font-size:14px;}
@media(min-width:860px){.product{grid-template-columns:1fr 1fr;gap:54px;align-items:start;}}

/* ---------- comparison ---------- */
.compare{margin-top:40px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:var(--surface);}
.compare table{width:100%;border-collapse:collapse;}
.compare th,.compare td{padding:17px 16px;text-align:left;font-size:14.5px;border-bottom:1px solid var(--line);}
.compare thead th{font-weight:500;font-size:13px;letter-spacing:.04em;background:var(--bg-2);}
.compare thead th.brand{background:var(--rose-grad);color:#fff;font-family:var(--font-display);font-size:18px;letter-spacing:.02em;}
.compare td.feat{color:var(--text-soft);}
.compare td.yes{color:var(--rose-deep);font-weight:500;}
.compare td.no{color:var(--text-faint);}
.compare .col-brand{background:var(--rose-tint);}
.compare svg{width:18px;height:18px;vertical-align:-3px;}
.compare tr:last-child td{border-bottom:none;}

/* ---------- lifestyle ---------- */
.lifestyle{display:grid;gap:18px;}
.lifestyle__media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--bg-2);box-shadow:var(--shadow-md);}
.lifestyle__media img{width:100%;height:100%;object-fit:cover;}
.lifestyle__quotes{display:grid;gap:14px;margin-top:26px;}
.lifestyle__quote{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--text-soft);}
.lifestyle__quote svg{width:18px;height:18px;color:var(--rose-deep);flex:none;margin-top:3px;}
@media(min-width:860px){.lifestyle{grid-template-columns:1.1fr 1fr;gap:54px;align-items:center;}}

/* ---------- reviews placeholder ---------- */
.reviews-slot{
  margin-top:30px;border:1px dashed var(--line-strong);border-radius:var(--radius-lg);
  padding:46px 28px;text-align:center;background:var(--surface);
}
.reviews-slot .ico{width:50px;height:50px;border-radius:50%;background:var(--rose-tint);color:var(--rose-deep);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.reviews-slot h3{font-family:var(--font-display);font-size:22px;margin-bottom:8px;}
.reviews-slot p{color:var(--text-soft);font-size:14.5px;max-width:480px;margin:0 auto;}
.reviews-slot code{font-family:ui-monospace,monospace;font-size:12.5px;background:var(--bg-2);padding:2px 8px;border-radius:6px;color:var(--rose-deep);}

/* ---------- review cards ---------- */
.reviews-summary{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:22px;}
.reviews-summary .score{font-family:var(--font-display);font-size:46px;line-height:1;}
.reviews-summary .stars{color:var(--rose-deep);letter-spacing:3px;font-size:18px;}
.reviews-summary .count{color:var(--text-soft);font-size:14px;}
.reviews-grid{
  margin-top:40px;columns:1;column-gap:18px;
}
.review-card{
  break-inside:avoid;margin-bottom:18px;background:var(--surface);
  border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px 22px;
  box-shadow:var(--shadow-sm);
}
.review-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.review-card__who{display:flex;align-items:center;gap:12px;min-width:0;}
.review-card__avatar{
  width:42px;height:42px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;
  background:var(--rose-grad);color:#fff;font-family:var(--font-display);font-size:18px;
}
.review-card__name{font-size:15px;font-weight:500;line-height:1.2;}
.review-card__verified{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--green);margin-top:3px;}
.review-card__verified svg{width:13px;height:13px;}
.review-card__stars{color:var(--rose-deep);letter-spacing:1.5px;font-size:14px;flex:none;}
.review-card__text{font-size:14.5px;color:var(--text);line-height:1.6;}
.review-card__date{font-size:12px;color:var(--text-faint);margin-top:12px;}
@media(min-width:640px){.reviews-grid{columns:2;}}
@media(min-width:980px){.reviews-grid{columns:3;}}

/* ---------- faq ---------- */
.faq{max-width:760px;margin:36px auto 0;}
.faq__item{border-bottom:1px solid var(--line);}
.faq__q{
  width:100%;display:flex;justify-content:space-between;align-items:center;gap:18px;
  padding:22px 4px;text-align:left;font-size:16.5px;font-weight:400;
}
.faq__q .sign{width:22px;height:22px;flex:none;position:relative;transition:transform .3s var(--ease);color:var(--rose-deep);}
.faq__item.is-open .faq__q .sign{transform:rotate(45deg);}
.faq__a{max-height:0;overflow:hidden;transition:max-height .35s var(--ease);}
.faq__a-inner{padding:0 4px 22px;color:var(--text-soft);font-size:15px;}

/* ---------- guarantee ---------- */
.guarantee{text-align:center;}
.guarantee__seal{
  width:120px;height:120px;border-radius:50%;margin:0 auto 26px;
  background:var(--rose-grad);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:var(--shadow-lg);font-family:var(--font-display);
}
.guarantee__seal .big{font-size:36px;line-height:1;}
.guarantee__seal .small{font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin-top:4px;}

/* ---------- shipping ---------- */
.ship-grid{display:grid;gap:16px;margin-top:38px;grid-template-columns:1fr;}
.ship-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;}
.ship-card .ico{width:46px;height:46px;border-radius:13px;background:var(--rose-tint);color:var(--rose-deep);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.ship-card .ico svg{width:23px;height:23px;}
.ship-card h3{font-size:17px;font-weight:500;margin-bottom:6px;}
.ship-card p{font-size:14.5px;color:var(--text-soft);}
@media(min-width:760px){.ship-grid{grid-template-columns:repeat(3,1fr);}}

/* ---------- final cta ---------- */
.final{
  border-radius:var(--radius-lg);padding:60px 30px;text-align:center;
  background:linear-gradient(160deg,#241D19 0%,#3A2C26 100%);color:#F6EEE8;position:relative;overflow:hidden;
}
.final::after{content:"";position:absolute;inset:auto -10% -60% -10%;height:60%;background:radial-gradient(ellipse at center,rgba(207,162,148,.35),transparent 70%);}
.final h2{font-family:var(--font-display);font-size:clamp(28px,7vw,48px);line-height:1.06;position:relative;}
.final p{color:rgba(246,238,232,.72);margin:18px auto 30px;max-width:520px;position:relative;}
.final .btn{position:relative;}

/* ---------- footer ---------- */
.footer{background:var(--text);color:#CBBDB2;padding:54px 0 30px;font-size:14px;}
.footer__grid{display:grid;gap:34px;grid-template-columns:1fr;}
.footer__brand .logo{font-family:var(--font-display);font-size:24px;color:#fff;display:flex;align-items:center;gap:8px;margin-bottom:14px;}
.footer__brand .logo .dot{width:7px;height:7px;border-radius:50%;background:var(--rose-grad);}
.footer__brand p{max-width:300px;line-height:1.6;color:#9C8E83;}
.footer__col h4{color:#fff;font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-weight:500;}
.footer__col a{display:block;padding:6px 0;color:#C0B2A7;transition:color .2s;}
.footer__col a:hover{color:#fff;}
.footer__pay{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px;}
.footer__pay span{font-size:11px;border:1px solid #3C322C;border-radius:6px;padding:5px 9px;color:#9C8E83;letter-spacing:.04em;}
.footer__bottom{margin-top:40px;padding-top:24px;border-top:1px solid #3A302A;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;color:#897C72;font-size:12.5px;}
@media(min-width:760px){.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;}}

/* ---------- cart drawer ---------- */
.cart-overlay{position:fixed;inset:0;background:rgba(33,27,23,.4);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:500;}
.cart-overlay.is-open{opacity:1;visibility:visible;}
.cart-drawer{
  position:fixed;top:0;right:0;height:100%;width:min(420px,100%);
  background:var(--bg);z-index:600;display:flex;flex-direction:column;
  transform:translateX(100%);transition:transform .4s var(--ease);box-shadow:var(--shadow-lg);
}
.cart-drawer.is-open{transform:translateX(0);}
.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px var(--pad);border-bottom:1px solid var(--line);}
.cart-drawer__head h3{font-family:var(--font-display);font-size:22px;}
.cart-drawer__close{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.cart-drawer__close:hover{background:var(--bg-2);}
.cart-drawer__close svg{width:20px;height:20px;}
.cart-drawer__body{flex:1;overflow-y:auto;padding:18px var(--pad);}
.cart-line{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);}
.cart-line__img{width:74px;height:74px;border-radius:12px;overflow:hidden;background:var(--bg-2);flex:none;}
.cart-line__img img{width:100%;height:100%;object-fit:cover;}
.cart-line__info{flex:1;min-width:0;}
.cart-line__title{font-size:15px;font-weight:400;margin-bottom:3px;}
.cart-line__variant{font-size:12.5px;color:var(--text-faint);margin-bottom:8px;}
.cart-line__bottom{display:flex;align-items:center;justify-content:space-between;}
.cart-line .qty{transform:scale(.82);transform-origin:left;}
.cart-line__price{font-weight:500;font-size:15px;}
.cart-line__remove{font-size:12px;color:var(--text-faint);text-decoration:underline;}
.cart-empty{text-align:center;padding:60px 20px;color:var(--text-soft);}
.cart-empty svg{width:46px;height:46px;color:var(--line-strong);margin:0 auto 16px;}
.cart-drawer__foot{padding:20px var(--pad);border-top:1px solid var(--line);background:var(--surface);}
.cart-drawer__sub{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:14px;color:var(--text-soft);}
.cart-drawer__sub .val{font-size:20px;font-weight:500;color:var(--text);font-family:var(--font-display);}
.cart-drawer__note{font-size:12px;color:var(--text-faint);margin-bottom:16px;}

/* ---------- toast ---------- */
.toast{
  position:fixed;left:50%;bottom:26px;transform:translate(-50%,140%);
  background:var(--text);color:#fff;padding:14px 22px;border-radius:100px;
  font-size:14px;z-index:900;box-shadow:var(--shadow-lg);transition:transform .4s var(--ease);
  display:flex;align-items:center;gap:10px;max-width:90vw;
}
.toast.is-show{transform:translate(-50%,0);}
.toast svg{width:18px;height:18px;color:var(--rose-soft);}

/* ---------- reveal ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease);}
.reveal.is-in{opacity:1;transform:none;}

.no-js .reveal{opacity:1;transform:none;}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
  .reveal{opacity:1;transform:none;}

.shopify-payment-button { display: none !important; }
.shopify-payment-button__button { display: none !important; }
[data-shopify="payment-button"] { display: none !important; }
