
:root{
  --bg:#fff9fc;
  --white:#ffffff;
  --line:#efcfdb;
  --line-strong:#ebb4c8;
  --soft:#fff1f6;
  --soft-2:#ffe6ef;
  --soft-3:#ffd5e6;
  --pink:#ff7fad;
  --pink-2:#ff5e99;
  --pink-3:#e84d86;
  --pink-4:#c43f6d;
  --deep:#24161d;
  --text:#2b1a22;
  --muted:#75606a;
  --green:#22c55e;
  --shadow:0 22px 60px rgba(196,63,109,.12);
  --soft-shadow:0 12px 34px rgba(196,63,109,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',system-ui,-apple-system,sans-serif;background:linear-gradient(180deg,#fffefe 0%,#fff8fb 40%,#fffafd 100%);color:var(--text)}
a{color:inherit;text-decoration:none} button{font:inherit} img{display:block;max-width:100%}

.announcement{background:linear-gradient(90deg,var(--pink-3),#ff6ea4,var(--pink));color:#fff;font-size:12px;font-weight:800;overflow:hidden}
.announcement-track{display:flex;justify-content:center;gap:10px;white-space:nowrap;padding:10px 14px}.announcement-track i{opacity:.45;font-style:normal}

.site-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 16px;background:rgba(255,251,253,.92);border-bottom:1px solid rgba(239,207,219,.9);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-badge{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#ffe6ef);border:2px solid #f4c5d6;box-shadow:var(--soft-shadow)}.brand-badge img{width:48px;height:48px;border-radius:50%;object-fit:cover}.brand-copy strong{display:block;font-family:'Playfair Display',serif;font-size:19px;line-height:1.05}.brand-copy small{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.desktop-nav{display:none;justify-self:center;gap:22px}.desktop-nav a{font-weight:700;color:#5f4752;font-size:14px}
.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:14px;display:grid;place-items:center;color:var(--text);cursor:pointer;box-shadow:var(--soft-shadow)}
.cart-btn{border:1px solid #ef9fbd;border-radius:999px;padding:12px 16px;background:linear-gradient(180deg,#ffd0e0,#f7b4cd);color:#7f2e4e;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(196,63,109,.14)}.cart-btn span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:6px;padding:0 6px;border-radius:999px;background:linear-gradient(180deg,#e96696,#cf4d7d);color:#fff;font-size:12px;box-shadow:0 4px 10px rgba(196,63,109,.18)}.cart-btn.bump{animation:bump .4s ease}
@keyframes bump{0%{transform:scale(1)}40%{transform:scale(1.1)}70%{transform:scale(.98)}100%{transform:scale(1)}}

.menu-drawer,.cart-drawer{position:fixed;top:0;height:100vh;background:#fffafd;z-index:60;transition:.28s ease;box-shadow:0 0 0 rgba(0,0,0,0)}
.menu-drawer{left:-340px;width:min(320px,90vw);padding:18px 16px 22px;border-right:1px solid var(--line);overflow:auto}
.menu-drawer.open{left:0;box-shadow:18px 0 40px rgba(36,22,29,.16)}
.menu-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.menu-brand{display:flex;align-items:center;gap:10px}.menu-brand img{width:52px;height:52px;border-radius:50%;border:2px solid #f2c5d5}.menu-brand b{display:block;font-family:'Playfair Display',serif;font-size:20px}.menu-brand small{color:var(--muted);font-size:11px}
.menu-section{padding:16px 0 6px;display:grid;gap:10px}.menu-section small{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--pink-3)}.menu-section a{padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:16px;font-weight:700;box-shadow:var(--soft-shadow)}
.menu-chip{border:1px solid var(--line);border-radius:16px;padding:12px 14px;text-align:left;font-weight:700;background:#fff;cursor:pointer;box-shadow:var(--soft-shadow)}
.chip-all{background:linear-gradient(180deg,#fff,#fff2f8)}.chip-gems{background:linear-gradient(180deg,#ffe3ef,#fff6fa)}.chip-cat-eye{background:linear-gradient(180deg,#ffeef5,#fff)}.chip-printed{background:linear-gradient(180deg,#fff2f8,#fff)}.chip-minimal{background:linear-gradient(180deg,#fffafc,#fff)}.chip-cute{background:linear-gradient(180deg,#ffdfea,#fff2f8)}
.menu-note{margin-top:16px;padding:14px 14px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff0f6,#fff8fb);font-size:12px;color:var(--muted);line-height:1.6}

.hero{position:relative;padding:18px 16px 0}.hero-pattern{position:absolute;inset:0 0 auto 0;height:100%;background:linear-gradient(180deg,rgba(255,241,246,.96),rgba(255,251,253,.96));opacity:1;border-bottom:1px solid var(--line)}
.hero-shell{position:relative;display:grid;gap:16px}
.hero-logo-card,.hero-copy{position:relative;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}
.hero-logo-card{background:linear-gradient(180deg,#fff4f8 0%,#fff9fc 100%);padding:18px}
.hero-logo-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 18%,rgba(255,106,156,.12),transparent 24%),radial-gradient(circle at 78% 80%,rgba(255,184,209,.18),transparent 28%)}
.hero-medallion-wrap{position:relative;display:grid;place-items:center;padding:12px 0 8px}
.hero-medallion-wrap::before,.hero-medallion-wrap::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(236,191,209,.75)}
.hero-medallion-wrap::before{background:linear-gradient(rgba(255,238,245,.56),rgba(255,248,251,.56)),url('assets/pookie-pattern.svg') center/118px auto repeat;opacity:.58;box-shadow:0 18px 44px rgba(196,63,109,.08)}
.hero-medallion-wrap::after{background:rgba(255,255,255,.24);backdrop-filter:blur(.2px)}
.hero-medallion-wrap::before{width:220px;height:220px}.hero-medallion-wrap::after{width:180px;height:180px}
.hero-medallion{position:relative;z-index:1;width:148px;height:148px;border-radius:50%;padding:10px;background:linear-gradient(180deg,#fff,#ffe7f0);border:2px solid #f2bed0;box-shadow:0 22px 40px rgba(196,63,109,.18)}.hero-medallion img{width:100%;height:100%;border-radius:50%;object-fit:cover}
.hero-mini-cards{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.mini-card{padding:12px 10px;border-radius:18px;border:1px solid var(--line);box-shadow:var(--soft-shadow)}.mini-card b{display:block;font-size:16px}.mini-card span{display:block;font-size:11px;line-height:1.35;margin-top:4px;color:var(--muted)}.mc1{background:linear-gradient(180deg,#fff,#fff0f6)}.mc2{background:linear-gradient(180deg,#fffdfd,#fff)}.mc3{background:linear-gradient(180deg,#ff5e99,#ec6a9d);color:#fff;border-color:#ee87ae}.mc3 span{color:#ffedf4}
.hero-copy{background:linear-gradient(135deg,#fffefd 0%,#fff5f9 54%,#ffe4ef 110%);padding:22px}
.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid #efc7d7;color:var(--pink-4);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.hero-copy h1{font-family:'Playfair Display',serif;font-size:40px;line-height:.95;letter-spacing:-.03em;margin:16px 0 10px}.hero-copy h1 em{font-style:normal;color:var(--pink-3)}
.hero-copy p{margin:0;color:var(--muted);line-height:1.7;font-size:14px}
.hero-actions{display:grid;gap:10px;margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer}.btn.primary{background:linear-gradient(180deg,var(--pink-2),var(--pink-3));color:#fff;box-shadow:0 16px 32px rgba(232,77,134,.24)}.btn.secondary{background:#fff;border-color:var(--line);color:var(--text)}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.hero-tags span{padding:9px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.86);font-size:11px;color:#5a4450;font-weight:700}

.quick-info{padding:18px 16px 0;display:grid;gap:12px}.quick-card{padding:18px;border-radius:24px;border:1px solid var(--line);box-shadow:var(--soft-shadow)}.quick-card small{display:block;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.quick-card b{display:block;font-family:'Playfair Display',serif;font-size:24px;line-height:1.05}.quick-card span{display:block;margin-top:8px;color:var(--muted);line-height:1.55;font-size:13px}.q1{background:linear-gradient(180deg,#fff1f6,#fff)}.q2{background:linear-gradient(180deg,#ffdfea,#fff4f9)}.q3{background:linear-gradient(180deg,#ffeef5,#fff)}

.section{padding:30px 16px 0}.section-head.compact{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px}.section-label{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--pink-4);margin-bottom:8px}.section h2,.faq-head h2{font-family:'Playfair Display',serif;font-size:38px;line-height:.96;letter-spacing:-.03em;margin:0}.section h2 em{font-style:normal;color:var(--pink-3)}
.mobile-chip-scroll{display:flex;gap:10px;overflow:auto;padding:6px 0 4px;scrollbar-width:none}.mobile-chip-scroll::-webkit-scrollbar{display:none}
.vibe-chip{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;padding:12px 14px;background:#fff;font-weight:700;cursor:pointer;box-shadow:var(--soft-shadow);font-size:13px}.vibe-chip.active{outline:2px solid rgba(232,77,134,.18);transform:translateY(-1px)}
.vibe-chip.all{background:linear-gradient(180deg,#fff,#fff3f8)}.vibe-chip.gems{background:linear-gradient(180deg,#ffdce9,#fff3f8)}.vibe-chip.cat-eye{background:linear-gradient(180deg,#fff0f6,#fff)}.vibe-chip.printed{background:linear-gradient(180deg,#fff4f9,#fff)}.vibe-chip.minimal{background:linear-gradient(180deg,#fffdfd,#fff)}.vibe-chip.cute{background:linear-gradient(180deg,#ffe0ea,#fff4f9)}
.shop-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 0 14px}.count-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:linear-gradient(180deg,#fff,#fff0f6);border:1px solid var(--line);font-size:12px;font-weight:800}.count-pill span{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:linear-gradient(180deg,var(--pink),var(--pink-3));color:#fff}.mini-note{font-size:12px;color:var(--muted);text-align:right}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.product-card{position:relative;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--soft-shadow)}
.product-card::before{content:"";position:absolute;inset:auto 0 0 0;height:68px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.75))}
.product-card.gems{background:linear-gradient(180deg,#ffe9f2,#fffdfd)}.product-card.cat-eye{background:linear-gradient(180deg,#fff3f8,#fff)}.product-card.printed{background:linear-gradient(180deg,#fff6fa,#fff)}.product-card.minimal{background:linear-gradient(180deg,#fffdfd,#fff)}.product-card.cute{background:linear-gradient(180deg,#ffe5ef,#fff7fb)}
.product-visual{position:relative;padding:12px 12px 0;min-height:170px;display:flex;align-items:flex-start;justify-content:center}.product-badge{position:absolute;left:12px;top:12px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid var(--line);font-size:10px;font-weight:800;color:var(--pink-4)}
.product-fave{position:absolute;right:12px;top:12px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);border:1px solid var(--line);color:var(--pink-3);font-size:13px}
.product-visual .nail-display{margin-top:34px}
.nail-display{display:flex;gap:8px;align-items:flex-end}.nail{width:16px;height:48px;border-radius:20px 20px 14px 14px;background:linear-gradient(180deg,#fff 0%,#fff 52%,#ffb6d2 82%,#ff87b2 100%);border:1px solid #efcad8;box-shadow:inset 0 -5px 14px rgba(255,105,153,.15)}.nail:nth-child(2){height:56px}.nail:nth-child(3){height:64px}.nail:nth-child(4){height:56px}.nail:nth-child(5){height:50px}
.product-info{position:relative;padding:12px}.product-meta{display:flex;justify-content:space-between;gap:6px;margin-bottom:6px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.14em}.product-info h3{font-family:'Playfair Display',serif;font-size:24px;line-height:.96;margin:0 0 8px}.price{font-weight:800;color:var(--text);font-size:16px;margin-bottom:10px}.add-btn{width:100%;border:1px solid #dc5c8a;border-radius:14px;padding:12px;background:linear-gradient(180deg,#ed79a3,#d95f8d);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 9px 18px rgba(217,95,141,.18);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.add-btn:hover{filter:brightness(.98);box-shadow:0 12px 22px rgba(217,95,141,.24)}.add-btn:active{transform:scale(.98)}

.reward-panel,.packaging-card{border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden;background:#fff}
.reward-panel{display:grid;gap:0;background:linear-gradient(135deg,#fff5f9 0%,#fffdfd 45%,#ffe2ec 100%)}
.reward-copy{padding:24px}.reward-copy p{color:var(--muted);line-height:1.7;font-size:14px}.reward-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.reward-tags span{padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid var(--line);font-size:11px;font-weight:700}.reward-visual{padding:0 24px 24px}.reward-visual img{border-radius:24px;border:1px solid var(--line);box-shadow:var(--soft-shadow)}
.packaging-card{display:grid;gap:0;background:linear-gradient(135deg,#fffdfd 0%,#fff2f7 54%,#ffe4ef 100%)}.packaging-copy{padding:24px}.packaging-copy ul{margin:14px 0 0;padding-left:18px;color:var(--muted);line-height:1.85;font-size:14px}.packaging-visual{padding:0 24px 24px}.packaging-visual img{border-radius:24px;border:1px solid var(--line);box-shadow:var(--soft-shadow)}

.faq-section{padding-bottom:24px}.faq-head{margin-bottom:14px}.accordion details{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff;box-shadow:var(--soft-shadow)}.accordion details+details{margin-top:10px}.accordion summary{cursor:pointer;list-style:none;font-weight:800;position:relative;padding-right:24px}.accordion summary::-webkit-details-marker{display:none}.accordion summary::after{content:'+';position:absolute;right:0;top:-2px;color:var(--pink-3);font-size:20px}.accordion details[open] summary::after{content:'−'}.accordion p{margin:10px 0 0;color:var(--muted);line-height:1.7;font-size:14px}

.footer{margin-top:16px;padding:24px 16px calc(100px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#fff1f7,#ffe6ef);border-top:1px solid var(--line)}
.footer-branding{display:grid;gap:14px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-badge{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#ffe7f0);border:2px solid #f2c4d5}.footer-badge img{width:54px;height:54px;border-radius:50%;object-fit:cover}.footer-brand strong{display:block;font-family:'Playfair Display',serif;font-size:22px}.footer-brand small{display:block;color:var(--muted);line-height:1.55}.footer-whatsapp{display:inline-flex;align-items:center;justify-content:center;padding:13px 16px;border-radius:999px;background:var(--green);color:#fff;font-weight:800;width:max-content;box-shadow:0 12px 28px rgba(34,197,94,.2)}
.footer-grid{display:grid;gap:12px;margin-top:18px}.footer-grid>div{padding:18px;border:1px solid rgba(239,207,219,.9);border-radius:22px;background:rgba(255,255,255,.82)}.footer-grid b{display:block;font-size:11px;color:var(--pink-4);letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}.footer-grid span{display:block;color:#5e4852;font-size:13px;line-height:1.65}

.cart-drawer{right:-460px;width:min(420px,100%);padding:18px 16px 22px;border-left:1px solid var(--line);display:flex;flex-direction:column}.cart-drawer.open{right:0;box-shadow:-18px 0 40px rgba(36,22,29,.16)}
.cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.cart-head small{display:block;font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--pink-4)}.cart-head h3{margin:4px 0 0;font-family:'Playfair Display',serif;font-size:28px}
.cart-progress{padding:16px 0 8px}.progress-block+.progress-block{margin-top:10px}.progress-label{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:var(--muted)}.progress-label b{color:var(--pink-4)}.progress-track{margin-top:8px;height:8px;border-radius:999px;background:#f2dce5;overflow:hidden}.progress-track span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--pink-2),var(--pink-3));border-radius:999px;transition:.3s}.progress-track.alt span{background:linear-gradient(90deg,#ff8ab6,#ff5e99)}
.cart-items{flex:1;overflow:auto;padding:8px 0}.empty-cart{color:var(--muted);font-size:13px;background:#fff;border:1px dashed #e8c5d4;padding:14px;border-radius:14px}.cart-item{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #f2e2e8}.cart-thumb{width:48px;height:48px;border-radius:14px;background:linear-gradient(140deg,#ffd8e6,#fff);border:1px solid #f0cad8;display:grid;place-items:center;color:var(--pink-3)}.cart-item b{font-size:13px}.cart-item small{color:var(--muted);font-size:11px}.cart-item button{border:0;background:#fff0f6;color:var(--pink-4);border-radius:10px;padding:8px 9px;font-size:10px;font-weight:700;cursor:pointer}
.cart-message{background:linear-gradient(180deg,#fff0f6,#fff8fb);border:1px solid #efc2d2;border-radius:16px;padding:12px;font-size:12px;color:#6e5660;line-height:1.6;margin:10px 0}
.cart-summary>div{display:flex;justify-content:space-between;padding:6px 0;font-size:13px}.cart-summary .total{font-size:18px;border-top:1px solid var(--line);padding-top:12px;margin-top:5px}.checkout{width:100%;margin-top:12px}.checkout:disabled{background:#d9ccd1;box-shadow:none;cursor:not-allowed}.payment-mini{text-align:center;font-size:10px;color:var(--muted);margin-top:10px}
.overlay{position:fixed;inset:0;background:rgba(38,23,30,.34);z-index:50;display:none;backdrop-filter:blur(2px)}.overlay.show{display:block}
.toast{position:fixed;left:50%;bottom:100px;transform:translateX(-50%) translateY(18px);background:linear-gradient(180deg,#2f1e27,#201218);color:#fff;padding:12px 16px;border-radius:999px;font-size:12px;font-weight:800;opacity:0;pointer-events:none;z-index:90;transition:.25s}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.fly-item{position:fixed;z-index:95;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#ff6ca1,#e75480);color:#fff;font-size:15px;pointer-events:none;box-shadow:0 10px 22px rgba(231,84,128,.25);animation:flyToBag .72s cubic-bezier(.2,.6,.1,1) forwards}
@keyframes flyToBag{0%{opacity:1;transform:translate(0,0) scale(1)}100%{opacity:.1;transform:translate(var(--dx),var(--dy)) scale(.45)}}

.sticky-bag{position:fixed;left:12px;right:12px;bottom:12px;z-index:35;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 12px 12px 14px;background:rgba(36,22,29,.95);color:#fff;border-radius:22px;box-shadow:0 18px 34px rgba(36,22,29,.22);backdrop-filter:blur(12px)}
.sticky-copy small{display:block;color:#f6ccda;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sticky-copy b{display:block;margin-top:3px;font-size:14px}.sticky-action{border:0;border-radius:999px;padding:11px 14px;background:linear-gradient(180deg,#ff6ca1,#e75480);color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}
.whatsapp{position:fixed;right:12px;bottom:86px;z-index:25;background:var(--green);color:#fff;padding:12px 15px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 10px 26px rgba(0,0,0,.16)}

@media (min-width:760px){
  .site-header{grid-template-columns:auto auto 1fr auto;padding:14px 24px}.brand-copy strong{font-size:24px}.menu-btn{display:none}.desktop-nav{display:flex}
  .hero{padding:24px 24px 0}.hero-shell{grid-template-columns:1fr 1.05fr;align-items:stretch}.hero-copy h1{font-size:66px}.hero-copy p{font-size:15px}.hero-actions{display:flex;flex-wrap:wrap}.hero-logo-card{padding:24px}.hero-medallion-wrap::before{width:320px;height:320px}.hero-medallion-wrap::after{width:260px;height:260px}.hero-medallion{width:230px;height:230px;padding:14px}.hero-mini-cards{grid-template-columns:repeat(3,1fr)}
  .quick-info{padding:24px 24px 0;grid-template-columns:repeat(3,1fr)}
  .section{padding:42px 24px 0}.section h2,.faq-head h2{font-size:54px}.mobile-chip-scroll{display:grid;grid-template-columns:repeat(6,1fr);overflow:visible}
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-visual{min-height:210px}.product-info h3{font-size:30px}.nail{width:18px;height:58px}.nail:nth-child(2){height:66px}.nail:nth-child(3){height:76px}.nail:nth-child(4){height:66px}.nail:nth-child(5){height:60px}
  .reward-panel,.packaging-card{grid-template-columns:1.05fr .95fr;align-items:center}.reward-visual,.packaging-visual{padding:24px}.footer{padding:34px 24px}.footer-branding{display:flex;justify-content:space-between;align-items:center}.footer-grid{grid-template-columns:repeat(3,1fr)}
  .whatsapp{bottom:24px}.sticky-bag{left:auto;right:24px;bottom:24px;width:min(420px,calc(100vw - 48px))}.toast{bottom:26px}
}
@media (max-width:759px){
  .desktop-nav{display:none}.hero-copy{order:2}.hero-logo-card{order:1}.hero-copy p{font-size:15px}.hero-copy h1{display:none}.eyebrow{display:none}
}

/* ===== V8 mobile-first refinements ===== */
.hero-shell{grid-template-columns:1fr!important;max-width:920px;margin:0 auto}
.hero-logo-card{padding:16px 14px 14px}
.hero-medallion-wrap{padding:10px 0 8px;min-height:255px}
.hero-medallion-wrap::before{width:290px;height:290px}
.hero-medallion-wrap::after{width:245px;height:245px}
.hero-medallion{width:225px;height:225px;padding:12px}
.hero-mini-cards{gap:8px;margin-top:8px}
.mini-card{padding:10px 8px;border-radius:15px;color:#fff;border-color:#ef83aa;box-shadow:0 10px 24px rgba(196,63,109,.14)}
.mini-card b{font-size:14px;line-height:1.05}
.mini-card span{font-size:9.5px;line-height:1.25;margin-top:3px;color:#fff0f5}
.mc1{background:linear-gradient(180deg,#f86a9f,#e95488)}
.mc2{background:linear-gradient(180deg,#ff8ab5,#ef6798)}
.mc3{background:linear-gradient(180deg,#e95488,#cb3f6d)}
.mc3 span{color:#fff0f5}

.shop-section{padding-top:22px}
.mobile-chip-scroll{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:visible;padding:4px 0 2px}
.vibe-chip{width:100%;min-width:0;padding:10px 6px;border-radius:14px;font-size:11.5px;line-height:1.2;text-align:center;color:#4c2b39;box-shadow:0 8px 18px rgba(196,63,109,.10)}
.vibe-chip.active{outline:2px solid rgba(196,63,109,.22);transform:none}
.vibe-chip.all{background:linear-gradient(180deg,#e94d85,#ca3e6b);color:#fff;border-color:#d84b79}
.vibe-chip.gems{background:linear-gradient(180deg,#ffb8d0,#ff93b8);border-color:#f39bbb}
.vibe-chip.cat-eye{background:linear-gradient(180deg,#f36e9f,#d94f83);color:#fff;border-color:#df5b8b}
.vibe-chip.printed{background:linear-gradient(180deg,#ffd3e2,#fcaac6);border-color:#f3b3c9}
.vibe-chip.minimal{background:linear-gradient(180deg,#ff83ad,#ea5b91);color:#fff;border-color:#ef719d}
.vibe-chip.cute{background:linear-gradient(180deg,#ffc4d8,#ff9cbd);border-color:#f4aac3}

.quick-info{padding:28px 16px 0}
.quick-card{padding:16px 16px;border-radius:20px}
.quick-card b{font-size:21px}
.quick-card span{font-size:12.5px;margin-top:6px}

@media(max-width:759px){
  .hero{padding-top:14px}
  .hero-logo-card{border-radius:26px}
  .hero-medallion-wrap{min-height:275px}
  .hero-medallion-wrap::before{width:315px;height:315px}
  .hero-medallion-wrap::after{width:265px;height:265px}
  .hero-medallion{width:240px;height:240px}
  .hero-mini-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .shop-topline{margin-top:10px}
  .section h2,.faq-head h2{font-size:34px}
  .section-label{margin-bottom:6px}
}

@media(min-width:760px){
  .hero-shell{grid-template-columns:1fr!important;max-width:860px}
  .hero-logo-card{padding:26px}
  .hero-medallion-wrap{min-height:390px}
  .hero-medallion-wrap::before{width:420px;height:420px}
  .hero-medallion-wrap::after{width:355px;height:355px}
  .hero-medallion{width:320px;height:320px}
  .mini-card{padding:15px 14px}
  .mini-card b{font-size:18px}
  .mini-card span{font-size:11px}
  .mobile-chip-scroll{grid-template-columns:repeat(6,1fr)}
  .vibe-chip{font-size:13px;padding:12px 10px}
}


/* Step 5: real product photography + sold-out demand flow */
.product-visual.real-photo{
  padding:0;
  min-height:0;
  aspect-ratio:3/4;
  overflow:hidden;
  background:#fff4f8;
}
.product-photo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.product-visual.real-photo .product-badge{z-index:2}
.product-visual.real-photo .product-fave{z-index:2}
.included-kit{
  margin:-1px 0 9px;
  font-size:11px;
  line-height:1.35;
  font-weight:800;
  color:#c94f7c;
}
.sold-out-card .product-photo{
  filter:saturate(.82) brightness(.94);
}
.sold-out-label{
  margin:0 0 8px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#9b4968;
}
.restock-btn{
  width:100%;
  border:1px solid #e59ab5;
  border-radius:14px;
  padding:12px 10px;
  background:linear-gradient(180deg,#fff0f6,#ffe3ed);
  color:#a93f68;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 9px 18px rgba(169,63,104,.10);
}
.restock-btn:disabled{
  cursor:default;
  opacity:.82;
}
.product-loading,.product-empty{
  grid-column:1/-1;
  padding:24px 18px;
  border:1px dashed #e8c5d4;
  border-radius:20px;
  background:#fff7fa;
  color:#725763;
  text-align:center;
  line-height:1.6;
  font-size:13px;
}
.cart-thumb-img{
  width:48px;
  height:58px;
  border-radius:12px;
  object-fit:cover;
  border:1px solid #f0cad8;
  background:#fff4f8;
}
@media (min-width:800px){
  .product-visual.real-photo{aspect-ratio:3/4}
}
/* =========================================================
   Pookie Mart — Mobile UX + Cart polish
   ========================================================= */

/* Cute, tactile category/button press */
.vibe-chip,
.menu-chip,
.add-btn,
.restock-btn,
.cart-btn,
.sticky-action,
.sound-toggle,
.product-qty-control button,
.cart-qty-control button{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}

.vibe-chip,
.menu-chip{
  transform-origin:center;
  transition:
    transform .18s cubic-bezier(.2,.85,.25,1.25),
    box-shadow .18s ease,
    filter .18s ease,
    outline-color .18s ease;
}

.vibe-chip.ui-press,
.menu-chip.ui-press{
  animation:pookieButtonPress .34s cubic-bezier(.2,.8,.2,1);
}

@keyframes pookieButtonPress{
  0%{transform:translateY(0) scale(1)}
  32%{transform:translateY(3px) scale(.93)}
  68%{transform:translateY(-2px) scale(1.035)}
  100%{transform:translateY(0) scale(1)}
}

.vibe-chip.active{
  box-shadow:
    0 10px 22px rgba(196,63,109,.18),
    inset 0 0 0 1px rgba(255,255,255,.55);
}

/* Filter results enter slightly upward so the change is obvious */
.product-card.filter-enter{
  animation:filterReveal .42s cubic-bezier(.18,.82,.22,1) both;
}
@keyframes filterReveal{
  from{
    opacity:0;
    transform:translateY(18px) scale(.985);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

/* Product photography */
.product-visual.real-photo{
  padding:0;
  min-height:0;
  aspect-ratio:3/4;
  overflow:hidden;
  background:#fff4f8;
}
.product-photo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.product-visual.real-photo .product-badge,
.product-visual.real-photo .product-fave{z-index:2}

.included-kit{
  margin:-1px 0 9px;
  font-size:11px;
  line-height:1.35;
  font-weight:800;
  color:#c94f7c;
}

.sold-out-card .product-photo{
  filter:saturate(.82) brightness(.94);
}

.sold-out-label{
  margin:0 0 8px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#9b4968;
}

.last-piece-note{
  margin:0 0 8px;
  padding:8px 10px;
  border-radius:12px;
  background:#fff0f6;
  color:#a14468;
  font-size:11px;
  line-height:1.35;
  font-weight:850;
}

.restock-btn{
  width:100%;
  border:1px solid #e59ab5;
  border-radius:14px;
  padding:12px 10px;
  background:linear-gradient(180deg,#fff0f6,#ffe3ed);
  color:#a93f68;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 9px 18px rgba(169,63,104,.10);
}
.restock-btn:disabled{
  cursor:default;
  opacity:.82;
}

/* Qty control appears after customer selects the second unit */
.product-qty-control{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:max-content;
  max-width:100%;
  margin:0 auto 9px;
  padding:6px 8px;
  border:1px solid #efbfd1;
  border-radius:14px;
  background:linear-gradient(180deg,#fff7fa,#ffeaf2);
  box-shadow:0 8px 18px rgba(196,63,109,.10);
  animation:qtyPop .24s ease both;
}
.product-qty-control button,
.cart-qty-control button{
  width:30px;
  height:30px;
  border:0;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#b54870;
  font-size:18px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 3px 10px rgba(117,55,80,.10);
}
.product-qty-control button:active,
.cart-qty-control button:active{
  transform:scale(.92);
}
.product-qty-control .qty-label{
  min-width:48px;
  text-align:center;
  color:#78344f;
  font-size:12px;
  font-weight:900;
}
@keyframes qtyPop{
  from{opacity:0;transform:translateY(7px) scale(.96)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

/* Larger cute product-to-bag animation */
.fly-product{
  position:fixed;
  z-index:9999;
  width:76px;
  height:76px;
  border-radius:24px;
  padding:4px;
  pointer-events:none;
  background:linear-gradient(145deg,#fff,#ffdbe8);
  border:2px solid rgba(255,255,255,.94);
  box-shadow:
    0 18px 38px rgba(181,72,112,.34),
    0 0 0 6px rgba(255,182,208,.22);
  overflow:visible;
  will-change:transform,opacity;
}
.fly-product img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:19px;
}
.fly-product::before,
.fly-product::after{
  position:absolute;
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#fff1f6;
  color:#e75480;
  box-shadow:0 6px 16px rgba(181,72,112,.18);
  font-size:14px;
  font-weight:900;
}
.fly-product::before{
  content:"♡";
  right:-11px;
  top:-10px;
  animation:flyCharm .7s ease-in-out infinite alternate;
}
.fly-product::after{
  content:"✦";
  left:-9px;
  bottom:-8px;
  color:#ff79a7;
  animation:flyCharm .58s .08s ease-in-out infinite alternate;
}
@keyframes flyCharm{
  from{transform:scale(.78) rotate(-8deg);opacity:.7}
  to{transform:scale(1.08) rotate(8deg);opacity:1}
}
.cart-btn.cart-celebrate{
  animation:cartCelebrate .58s cubic-bezier(.2,.9,.2,1);
}
@keyframes cartCelebrate{
  0%{transform:translateY(0) scale(1)}
  25%{transform:translateY(5px) scale(.96)}
  58%{transform:translateY(-5px) scale(1.12)}
  78%{transform:translateY(1px) scale(1.03)}
  100%{transform:translateY(0) scale(1)}
}

/* Bag quantity controls */
.cart-item{
  grid-template-columns:48px 1fr auto;
}
.cart-thumb-img{
  width:48px;
  height:58px;
  border-radius:12px;
  object-fit:cover;
  border:1px solid #f0cad8;
  background:#fff4f8;
}
.cart-item-copy{min-width:0}
.cart-line-price{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:11px;
}
.cart-item-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:7px;
}
.cart-qty-control{
  display:flex;
  align-items:center;
  gap:5px;
  padding:4px;
  border-radius:12px;
  background:#fff2f7;
  border:1px solid #efd1dc;
}
.cart-qty-control button{
  width:27px;
  height:27px;
  border-radius:9px;
  font-size:16px;
}
.cart-qty-control span{
  min-width:22px;
  text-align:center;
  font-size:11px;
  font-weight:900;
  color:#7f2e4e;
}
.cart-remove{
  border:0!important;
  background:transparent!important;
  padding:2px 4px!important;
  color:#a06c80!important;
  font-size:10px!important;
  box-shadow:none!important;
}

/* Sound effects toggle */
.experience-settings{
  padding-top:2px;
}
.sound-toggle{
  width:100%;
  display:grid;
  grid-template-columns:30px 1fr auto;
  align-items:center;
  gap:9px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:11px 12px;
  background:linear-gradient(180deg,#fff8fb,#ffeaf2);
  color:#51313e;
  text-align:left;
  font-weight:800;
  cursor:pointer;
  box-shadow:var(--soft-shadow);
}
.sound-toggle .sound-icon{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#fff;
  color:#d94f83;
  font-size:17px;
}
.sound-toggle b{
  min-width:34px;
  text-align:center;
  color:#c64272;
}
.sound-toggle[aria-pressed="false"]{
  opacity:.72;
  filter:saturate(.75);
}

/* Loading / empty states */
.product-loading,.product-empty{
  grid-column:1/-1;
  padding:24px 18px;
  border:1px dashed #e8c5d4;
  border-radius:20px;
  background:#fff7fa;
  color:#725763;
  text-align:center;
  line-height:1.6;
  font-size:13px;
}

/* Smooth target position for mobile category filtering */
#productGrid{
  scroll-margin-top:112px;
}

@media (max-width:760px){
  .shop-section{
    scroll-margin-top:86px;
  }
  .product-card.filter-enter{
    animation-duration:.38s;
  }
}
/* =========================================================
   Pookie Mart — Restock CTA polish
   Makes the primary shopping actions look raised and obvious.
   ========================================================= */

.add-btn{
  position:relative;
  transform:translateY(-2px);
  border:1px solid rgba(191,55,105,.42);
  background:linear-gradient(180deg,#ef7aa5 0%,#d95286 100%);
  box-shadow:
    0 8px 0 rgba(166,55,97,.16),
    0 13px 24px rgba(201,70,117,.23),
    inset 0 1px 0 rgba(255,255,255,.38);
}
.add-btn:hover{
  transform:translateY(-3px);
  box-shadow:
    0 9px 0 rgba(166,55,97,.16),
    0 16px 28px rgba(201,70,117,.27),
    inset 0 1px 0 rgba(255,255,255,.42);
}
.add-btn:active,
.add-btn.ui-press{
  transform:translateY(2px) scale(.985);
  box-shadow:
    0 3px 0 rgba(166,55,97,.15),
    0 7px 13px rgba(201,70,117,.18),
    inset 0 1px 0 rgba(255,255,255,.30);
}

/* Restock is deliberately more prominent than the surrounding pink UI */
.restock-btn{
  position:relative;
  margin-top:5px;
  transform:translateY(-3px);
  border:1px solid rgba(156,37,91,.42);
  border-radius:15px;
  padding:13px 11px;
  background:
    linear-gradient(180deg,#ff6ea7 0%,#e13f7d 55%,#cc326d 100%);
  color:#fff;
  font-size:12px;
  letter-spacing:.01em;
  font-weight:900;
  text-shadow:0 1px 0 rgba(111,18,57,.13);
  box-shadow:
    0 8px 0 rgba(152,37,85,.17),
    0 15px 27px rgba(196,53,107,.30),
    0 0 0 3px rgba(255,157,193,.14),
    inset 0 1px 0 rgba(255,255,255,.42);
  transition:
    transform .16s cubic-bezier(.2,.8,.2,1),
    box-shadow .16s ease,
    filter .16s ease;
}
.restock-btn:hover{
  transform:translateY(-4px);
  filter:brightness(1.02);
  box-shadow:
    0 9px 0 rgba(152,37,85,.17),
    0 18px 31px rgba(196,53,107,.34),
    0 0 0 4px rgba(255,157,193,.16),
    inset 0 1px 0 rgba(255,255,255,.46);
}
.restock-btn:active,
.restock-btn.ui-press{
  transform:translateY(2px) scale(.985);
  box-shadow:
    0 3px 0 rgba(152,37,85,.15),
    0 8px 15px rgba(196,53,107,.22),
    0 0 0 2px rgba(255,157,193,.12),
    inset 0 1px 0 rgba(255,255,255,.30);
}
.restock-btn:focus-visible{
  outline:3px solid rgba(255,95,157,.28);
  outline-offset:3px;
}

/* Keep the explanatory note visually secondary to the CTA */
.last-piece-note{
  margin-bottom:11px;
  background:#fff4f8;
  border:1px solid #f3d2df;
  color:#9a5870;
  font-weight:750;
}

@media (max-width:760px){
  .add-btn,
  .restock-btn{
    min-height:46px;
  }
  .restock-btn{
    font-size:12.5px;
  }
}
/* =========================================================
   Pookie Mart — Product detail navigation
   ========================================================= */

.product-image-link{
  display:block;
  width:100%;
  height:100%;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
.product-title-link{
  color:inherit;
  text-decoration:none;
  transition:color .15s ease, transform .15s ease;
}
.product-title-link:hover{
  color:#c73f73;
}
.product-title-link:active{
  opacity:.82;
}
/* Updated checkout / rewards progress */
.progress-track.stamp span{
  background:linear-gradient(90deg,#e75480,#b93c6c);
}
.stamp-helper{
  display:block;
  margin-top:6px;
  color:#9b7484;
  font-size:9px;
  font-weight:800;
  line-height:1.35;
}
/* =========================================================
   Restock Requests hub + fly animation
   ========================================================= */

.site-header{
  grid-template-columns:auto 1fr auto auto;
}

.restock-hub-btn{
  position:relative;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid #efadc5;
  border-radius:999px;
  padding:10px 12px;
  background:linear-gradient(180deg,#fff5f9,#ffdce9);
  color:#a83f68;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 9px 20px rgba(184,61,107,.12);
  transition:transform .16s ease,box-shadow .16s ease;
  -webkit-tap-highlight-color:transparent;
}
.restock-hub-btn:active{
  transform:translateY(2px) scale(.97);
  box-shadow:0 4px 11px rgba(184,61,107,.12);
}
.restock-hub-icon{
  font-size:18px;
  line-height:1;
}
.restock-hub-count{
  display:grid;
  place-items:center;
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:linear-gradient(180deg,#e75480,#c83c70);
  color:#fff;
  font-size:11px;
  box-shadow:0 4px 10px rgba(184,61,107,.18);
}
.restock-hub-btn.restock-celebrate{
  animation:restockHubCelebrate .62s cubic-bezier(.2,.9,.2,1);
}
@keyframes restockHubCelebrate{
  0%{transform:translateY(0) scale(1)}
  26%{transform:translateY(4px) scale(.95)}
  58%{transform:translateY(-4px) scale(1.10)}
  80%{transform:translateY(1px) scale(1.03)}
  100%{transform:translateY(0) scale(1)}
}

.restock-drawer{
  position:fixed;
  top:0;
  right:-460px;
  z-index:60;
  width:min(420px,100%);
  height:100vh;
  padding:18px 16px 22px;
  overflow:auto;
  border-left:1px solid var(--line);
  background:#fffafd;
  box-shadow:0 0 0 rgba(0,0,0,0);
  transition:right .28s ease,box-shadow .28s ease;
}
.restock-drawer.open{
  right:0;
  box-shadow:-18px 0 40px rgba(36,22,29,.16);
}
.restock-drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-bottom:14px;
  border-bottom:1px solid var(--line);
}
.restock-drawer-head small{
  display:block;
  color:#c24775;
  font-size:9px;
  font-weight:950;
  letter-spacing:.13em;
}
.restock-drawer-head h3{
  margin:3px 0 0;
  font-family:'Playfair Display',serif;
  font-size:24px;
}
.restock-drawer-copy{
  margin:14px 0;
  color:#7c5d6a;
  font-size:12px;
  line-height:1.6;
}
.restock-request-items{
  display:grid;
  gap:10px;
}
.restock-request-row{
  display:grid;
  grid-template-columns:54px 1fr auto;
  gap:10px;
  align-items:center;
  padding:10px;
  border:1px solid #efcad8;
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#fff4f8);
  box-shadow:0 8px 18px rgba(133,61,90,.07);
}
.restock-request-row img{
  width:54px;
  height:62px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid #efd0dc;
}
.restock-request-row b{
  display:block;
  font-size:12px;
  line-height:1.3;
}
.restock-request-row span{
  display:block;
  margin-top:4px;
  color:#a2647c;
  font-size:10px;
  line-height:1.35;
}
.restock-request-row strong{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#ffe1ec;
  color:#cf4778;
}
.restock-empty{
  padding:18px 14px;
  border:1px dashed #e6bfd0;
  border-radius:16px;
  background:#fff5f9;
  text-align:center;
}
.restock-empty b,
.restock-empty span{
  display:block;
}
.restock-empty b{
  color:#9f4165;
}
.restock-empty span{
  margin-top:5px;
  color:#8a6876;
  font-size:11px;
  line-height:1.5;
}
.restock-drawer-note{
  margin-top:14px;
  padding:11px 12px;
  border-radius:14px;
  background:#ffeaf2;
  color:#9b5570;
  font-size:10px;
  font-weight:800;
  text-align:center;
}

.fly-restock-request{
  position:fixed;
  z-index:9999;
  width:64px;
  height:64px;
  padding:4px;
  border:2px solid rgba(255,255,255,.95);
  border-radius:21px;
  background:linear-gradient(145deg,#fff,#ffdbe8);
  box-shadow:
    0 18px 36px rgba(183,55,105,.32),
    0 0 0 5px rgba(255,153,191,.18);
  pointer-events:none;
  overflow:visible;
  will-change:transform,opacity;
}
.fly-restock-request img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
}
.fly-restock-request span{
  position:absolute;
  right:-10px;
  top:-10px;
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#e75480;
  color:#fff;
  font-size:14px;
  box-shadow:0 6px 14px rgba(183,55,105,.24);
  animation:restockHeartPop .55s ease-in-out infinite alternate;
}
@keyframes restockHeartPop{
  from{transform:scale(.82) rotate(-8deg)}
  to{transform:scale(1.10) rotate(7deg)}
}

@media (min-width:760px){
  .site-header{
    grid-template-columns:auto 1fr auto auto;
  }
}

@media (max-width:759px){
  .site-header{
    gap:8px;
    padding-left:10px;
    padding-right:10px;
  }
  .restock-hub-btn{
    width:42px;
    min-width:42px;
    height:42px;
    min-height:42px;
    padding:0;
    border-radius:14px;
  }
  .restock-hub-label{
    display:none;
  }
  .restock-hub-count{
    position:absolute;
    right:-5px;
    top:-5px;
    min-width:18px;
    height:18px;
    padding:0 4px;
    font-size:9px;
  }
}
/* =========================================================
   Restock toggle + branded Pookie icon + performance pass
   ========================================================= */

.pookie-restock-icon{
  width:21px;
  height:21px;
  flex:0 0 21px;
  object-fit:cover;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.84);
  box-shadow:0 3px 8px rgba(111,31,62,.16);
}

.restock-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}

.restock-btn .restock-check{
  min-width:15px;
  font-size:14px;
  line-height:1;
}

.restock-btn.restock-selected{
  background:linear-gradient(180deg,#b94a77 0%,#9e3561 100%);
  border-color:#943159;
  box-shadow:
    0 7px 0 rgba(116,35,67,.18),
    0 14px 25px rgba(146,46,84,.24),
    inset 0 1px 0 rgba(255,255,255,.27);
}

.restock-btn.restock-selected .pookie-restock-icon{
  border-color:#ffdce9;
}

.restock-undo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:34px;
  border:1px solid #e7b7ca;
  border-radius:11px;
  padding:6px 8px;
  background:#fff;
  color:#a64169;
  font-size:9.5px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 4px 10px rgba(130,55,85,.07);
}
.restock-undo .pookie-restock-icon{
  width:18px;
  height:18px;
  flex-basis:18px;
}

/* GPU-transform drawer instead of animating right, for smoother mobile opening. */
.restock-drawer{
  right:0!important;
  transform:translate3d(105%,0,0);
  will-change:transform;
  transition:transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease!important;
  contain:layout paint;
}
.restock-drawer.open{
  right:0!important;
  transform:translate3d(0,0,0);
}

/* Reduce expensive mobile blur on this drawer path. */
@media (max-width:759px){
  .restock-drawer{
    box-shadow:none;
  }
  .restock-drawer.open{
    box-shadow:-10px 0 25px rgba(36,22,29,.12);
  }
}
/* =========================================================
   Final mobile smoothness + professional sticky summary
   ========================================================= */

/* 81-card catalogue: off-screen cards don't need full paint/layout work. */
.product-card{
  content-visibility:auto;
  contain-intrinsic-size:520px;
}

/* Clearer bottom checkout reminder. */
.sticky-copy{
  flex:1;
  min-width:0;
}
.sticky-copy small{
  text-transform:none;
  letter-spacing:.01em;
  font-size:11px;
  line-height:1.25;
  color:#f5d6e1;
}
.sticky-copy b{
  font-size:13px;
  line-height:1.3;
}

/* GPU drawer movement instead of animating left/right layout properties. */
.menu-drawer{
  left:0!important;
  transform:translate3d(-105%,0,0);
  will-change:transform;
  transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease!important;
  contain:layout paint;
}
.menu-drawer.open{
  left:0!important;
  transform:translate3d(0,0,0);
}

.cart-drawer{
  right:0!important;
  transform:translate3d(105%,0,0);
  will-change:transform;
  transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease!important;
  contain:layout paint;
}
.cart-drawer.open{
  right:0!important;
  transform:translate3d(0,0,0);
}

@media (max-width:759px){
  /* Heavy blur can cause visible jank on some phones. */
  .overlay{
    backdrop-filter:none!important;
  }
  .sticky-bag{
    backdrop-filter:none!important;
    background:rgba(36,22,29,.97);
  }
  .site-header{
    backdrop-filter:blur(7px);
  }
}
