:root{--bg:#faf6f4;--text:#17131a;--muted:#746970;--rose:#ff9b92;--rose2:#ffb4ad;--line:#eadbd8;--card:#fff;--dark:#141017}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.a30-public-alert{display:flex;gap:14px;justify-content:center;align-items:center;flex-wrap:wrap;background:#17131a;color:#fff;padding:10px 16px;font-size:.9rem}.a30-public-alert strong{color:#ffd6d2}.a30-public-alert a{background:#fff;color:#17131a;border-radius:999px;padding:6px 12px;font-weight:900}.store-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(18px,5vw,70px);background:rgba(250,246,244,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.06)}.store-logo img{height:70px;max-width:190px;object-fit:contain}.store-header nav{display:flex;gap:26px;font-weight:800}.cart-btn{border:0;background:#17131a;color:#fff;border-radius:999px;padding:12px 16px;font-weight:900;display:flex;gap:8px;align-items:center}main{min-height:70vh}.hero{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;padding:70px clamp(18px,6vw,90px)}.eyebrow{display:inline-flex;background:#fff0ee;color:#e86d78;border:1px solid #ffd7d2;border-radius:999px;padding:8px 13px;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.hero h1,.shop-head h1,.product-info h1{font-size:clamp(2.6rem,6vw,5.5rem);line-height:.95;letter-spacing:-.07em;margin:18px 0 14px}.hero p,.shop-head p,.product-info p{font-size:1.08rem;color:var(--muted);line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border:0;background:linear-gradient(135deg,var(--rose2),#ff8f84);color:#17131a;border-radius:999px;padding:14px 22px;font-weight:950;box-shadow:0 14px 32px rgba(255,143,132,.26)}.btn-ghost{border:1px solid var(--line);background:#fff;border-radius:999px;padding:14px 22px;font-weight:900}.hero-media{min-height:500px;border-radius:42px;background:linear-gradient(135deg,#fff,#ffe7e3);display:grid;place-items:center;overflow:hidden;box-shadow:0 30px 80px rgba(23,19,26,.10)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-placeholder{text-align:center}.hero-placeholder img{width:260px;height:auto}.hero-placeholder span{display:block;font-size:4rem;font-weight:950;letter-spacing:-.08em;color:#17131a}.section{padding:30px clamp(18px,6vw,90px)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-head h2{font-size:2rem;letter-spacing:-.04em;margin:0}.section-head a,.mini-link{font-weight:900;color:#df6a75}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.category-card span{font-size:1.2rem;font-weight:950}.category-card small{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:12px;box-shadow:0 18px 50px rgba(23,19,26,.06)}.product-card img{width:100%;aspect-ratio:1/1.2;object-fit:cover;border-radius:22px;background:#f4edeb}.product-card div{padding:12px 4px 4px}.product-card small{color:var(--muted);font-weight:800}.product-card h3{font-size:1rem;margin:6px 0;font-weight:950}.price{display:flex;gap:8px;align-items:center}.price .old,.detail-price span{text-decoration:line-through;color:#9b8e94}.price strong,.detail-price strong{font-size:1.15rem}.product-card button{margin-top:10px;width:100%;border:0;border-radius:16px;padding:12px;font-weight:950;background:#17131a;color:#fff}.newsletter{margin:50px clamp(18px,6vw,90px);border-radius:36px;background:#17131a;color:#fff;text-align:center;padding:44px 20px}.newsletter h2{font-size:2.6rem;margin:0}.newsletter p{color:rgba(255,255,255,.65)}.newsletter form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.newsletter input,.shop-search input{border:1px solid var(--line);border-radius:999px;padding:14px 18px;min-width:280px}.store-footer{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px;padding:34px clamp(18px,6vw,90px);border-top:1px solid var(--line);background:#fff}.store-footer img{height:60px}.shop-head{display:flex;justify-content:space-between;gap:20px;align-items:end;padding:45px clamp(18px,6vw,90px)}.shop-search{display:flex;gap:10px}.shop-layout{display:grid;grid-template-columns:230px 1fr;gap:24px;padding:0 clamp(18px,6vw,90px) 60px}.filters{background:#fff;border:1px solid var(--line);border-radius:26px;padding:20px;height:max-content;position:sticky;top:120px}.filters a,.filters strong{display:block;padding:10px 0;font-weight:850}.filters hr{border:0;border-top:1px solid var(--line)}.shop-grid{grid-template-columns:repeat(3,1fr)}.empty,.empty-page{text-align:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:40px}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;padding:55px clamp(18px,6vw,90px)}.main-product-img{width:100%;border-radius:36px;aspect-ratio:1/1.15;object-fit:cover;background:#fff}.thumb-row{display:flex;gap:10px;margin-top:14px;overflow:auto}.thumb-row button{border:2px solid transparent;background:#fff;border-radius:18px;padding:4px}.thumb-row img{width:82px;height:82px;object-fit:cover;border-radius:14px}.product-info{background:#fff;border:1px solid var(--line);border-radius:36px;padding:34px;height:max-content;position:sticky;top:120px}.detail-price{display:flex;gap:10px;align-items:center;font-size:1.4rem;margin-bottom:20px}.public-select{width:100%;border:1px solid var(--line);border-radius:18px;padding:14px;margin:8px 0 16px}.qty-row{display:flex;width:150px;border:1px solid var(--line);border-radius:999px;overflow:hidden;margin-bottom:18px}.qty-row button,.qty-row input{border:0;background:#fff;padding:12px;text-align:center;width:50px;font-weight:900}.full{width:100%}.cart-drawer{position:fixed;right:-420px;top:0;width:min(420px,100vw);height:100vh;background:#fff;z-index:80;box-shadow:-30px 0 70px rgba(0,0,0,.16);transition:.25s;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:70;display:none}.cart-backdrop.show{display:block}.cart-head,.cart-foot{padding:20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:10px}.cart-head button{border:0;background:#17131a;color:#fff;border-radius:50%;width:34px;height:34px}.cart-items{flex:1;overflow:auto;padding:16px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:10px;margin-bottom:12px}.cart-item img{width:70px;height:80px;object-fit:cover;border-radius:14px}.cart-total{display:flex;justify-content:space-between;width:100%;font-weight:900}.cart-foot{border-top:1px solid var(--line);border-bottom:0;flex-direction:column}@media(max-width:900px){.store-header nav{display:none}.hero,.product-detail,.shop-layout{grid-template-columns:1fr}.hero-media{min-height:300px}.category-grid,.product-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}.shop-head{flex-direction:column;align-items:stretch}.product-info{position:static}.store-footer{grid-template-columns:1fr}.hero-placeholder img{width:180px}.hero-placeholder span{font-size:2.6rem}}@media(max-width:560px){.category-grid,.product-grid,.shop-grid{grid-template-columns:1fr}.store-logo img{height:54px}.hero h1,.shop-head h1,.product-info h1{font-size:2.7rem}.hero{padding-top:35px}}


/* ===== Atelier30 Storefront 3.0 upgrades ===== */
[data-cart-count][hidden],#cartCount[hidden],#bottomCartCount[hidden]{display:none!important}.cart-btn [data-cart-count],.a30-icon-pill [data-cart-count],.a30-bottom-appnav [data-cart-count]{position:absolute;right:-4px;top:-5px;min-width:21px;height:21px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,var(--rose2),var(--rose));color:#fff;font-size:.72rem;font-weight:950;border:2px solid #fff}.cart-btn{position:relative}.a30-bottom-appnav a{position:relative}.a30-bottom-appnav em[data-cart-count]{position:absolute;top:4px;right:18px;margin:0;background:linear-gradient(135deg,var(--rose2),var(--rose));color:#fff;border-radius:999px;min-width:19px;height:19px;font-size:.65rem;font-weight:950;display:grid;place-items:center;border:2px solid #fff;font-style:normal}.a30-dynamic-footer .a30-social-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:10px}.a30-dynamic-footer .a30-social-row a{width:38px;height:38px;border-radius:14px;background:#f6efec;color:#17131a;display:grid;place-items:center;font-size:1.1rem}.a30-whatsapp-float{position:fixed;right:18px;bottom:104px;z-index:1200;display:flex;align-items:center;gap:9px;background:var(--wa-color,#25D366);color:#fff!important;text-decoration:none;border-radius:999px;padding:13px 16px;font-weight:950;box-shadow:0 18px 45px rgba(0,0,0,.18);animation:a30FloatIn .35s ease both}.a30-whatsapp-float i{font-size:1.25rem}.a30-public-toast{position:fixed;left:50%;bottom:100px;transform:translate(-50%,16px);z-index:2147482000;background:#17131a;color:#fff;border-radius:999px;padding:12px 16px;font-weight:900;box-shadow:0 20px 60px rgba(0,0,0,.22);opacity:0;transition:.25s ease}.a30-public-toast.show{opacity:1;transform:translate(-50%,0)}.a30-cart-empty{text-align:center;padding:34px 18px;color:#17131a}.a30-cart-empty-icon{width:74px;height:74px;border-radius:26px;background:#fff1ee;color:#d66e66;display:grid;place-items:center;font-size:2rem;margin:0 auto 14px}.a30-cart-empty h3{margin:0 0 6px;font-weight:950;letter-spacing:-.04em}.a30-cart-empty p{color:#746970;margin:0 0 16px}.a30-cart-empty a{display:inline-flex;background:#17131a;color:#fff!important;border-radius:999px;padding:12px 16px;font-weight:950}.a30-cart-item-pro{grid-template-columns:74px 1fr auto!important;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px}.a30-cart-item-pro strong{display:block}.a30-cart-item-pro small{display:block;color:#746970;font-weight:700;margin:3px 0 8px}.a30-cart-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden}.a30-cart-qty button{width:32px;height:30px;border:0;background:#fff;font-weight:950}.a30-cart-qty span{min-width:32px;text-align:center;font-weight:950}.a30-cart-line{text-align:right;display:grid;gap:8px}.a30-cart-line button{border:0;background:#fff1ee;color:#b55e59;border-radius:999px;padding:7px 10px;font-weight:900}.a30-qm-qty{display:flex;align-items:center;justify-content:center;gap:0;margin-top:12px;border:1px solid var(--a30-line);border-radius:999px;overflow:hidden;width:max-content;background:#fff}.a30-qm-qty button{width:44px;height:42px;border:0;background:#fff;font-weight:950;color:#201719}.a30-qm-qty input{width:58px;height:42px;border:0;text-align:center;font-weight:950;font-size:16px;outline:0}.a30-product-card,.a30-quick-card,.a30-cat-pill,.a30-hero-minimal{animation:a30SoftRise .36s ease both}.a30-tag{max-width:190px;text-align:center}.a30-home-section:nth-of-type(2) .a30-product-card{animation-delay:.04s}.a30-home-section:nth-of-type(3) .a30-product-card{animation-delay:.08s}@keyframes a30SoftRise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes a30FloatIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:560px){.a30-whatsapp-float{right:14px;bottom:96px;padding:13px;border-radius:999px}.a30-whatsapp-float span{display:none}.a30-cart-item-pro{grid-template-columns:66px 1fr!important}.a30-cart-line{grid-column:2;text-align:left;display:flex;justify-content:space-between;align-items:center}.store-footer{padding-bottom:115px}}
