
/* ALICE phase 2: mobile-first cart, auth, checkout, product cards and reviews */
:root{--phase2-berry:#9f315d;--phase2-rose:#df668f;--phase2-blush:#fff3f6;--phase2-ink:#4c2836}
.product-media{aspect-ratio:1/1.12!important}.product-media img{object-fit:cover!important;object-position:center!important;transition:transform .35s ease}.product-card:hover .product-media img{transform:scale(1.025)}
.wishlist-toggle{right:9px!important;left:auto!important;top:9px!important;width:32px!important;height:32px!important;min-width:32px!important;border-radius:50%!important;font-size:17px!important;padding:0!important;z-index:4!important}
.product-badge{right:auto!important;left:9px!important;top:10px!important;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-actions{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important}.product-cart-icon{width:42px;height:42px;border:1px solid rgba(159,49,93,.2);border-radius:13px;background:#fff;color:var(--phase2-berry);display:grid;place-items:center;transition:.2s ease}.product-cart-icon:hover{background:var(--phase2-blush);transform:translateY(-1px)}.product-cart-icon svg{width:20px;height:20px}.product-buy-button{width:100%;min-width:0!important;height:42px!important;padding:8px 12px!important}.product-info{min-width:0}.product-info h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quick-cart-open{overflow:hidden}.quick-cart-backdrop{position:fixed;inset:0;z-index:10020;background:rgba(42,22,31,.46);opacity:0;pointer-events:none;transition:opacity .25s ease;backdrop-filter:blur(2px)}.quick-cart-backdrop.visible{opacity:1;pointer-events:auto}.quick-cart-drawer{position:fixed;top:0;right:0;z-index:10030;width:min(410px,92vw);height:100dvh;background:linear-gradient(180deg,#fff 0%,#fff8fa 100%);transform:translateX(105%);transition:transform .3s cubic-bezier(.2,.75,.25,1);box-shadow:-24px 0 70px rgba(66,29,43,.22);display:flex;flex-direction:column}.quick-cart-drawer.open{transform:none}.quick-cart-drawer header{display:flex;align-items:center;justify-content:space-between;padding:22px 20px 16px;border-bottom:1px solid rgba(159,49,93,.12)}.quick-cart-drawer header h2{margin:2px 0 0;font-size:24px;color:var(--phase2-ink)}.quick-cart-drawer header small{color:var(--phase2-rose);font-weight:800}.quick-cart-drawer header button{width:40px;height:40px;border:0;border-radius:50%;background:#fbeaf0;color:var(--phase2-berry);font-size:25px}.quick-cart-meta{display:flex;justify-content:space-between;padding:12px 20px;color:#80606b;font-size:13px}.quick-cart-meta a{color:var(--phase2-berry);font-weight:800}.quick-cart-items{padding:4px 16px 16px;overflow:auto;display:grid;gap:10px}.quick-cart-item{display:grid;grid-template-columns:68px minmax(0,1fr) 32px;gap:11px;align-items:center;padding:10px;background:#fff;border:1px solid rgba(159,49,93,.11);border-radius:17px;box-shadow:0 8px 22px rgba(91,40,58,.06)}.quick-cart-item img,.quick-cart-placeholder{width:68px;height:76px;border-radius:13px;object-fit:cover;background:#f8e9ee;display:grid;place-items:center;color:var(--phase2-berry);font-weight:900}.quick-cart-item div{min-width:0}.quick-cart-item strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.quick-cart-item small{display:block;margin-top:5px;color:#8d6b76}.quick-cart-item button{width:30px;height:30px;border:0;border-radius:50%;background:#fff0f3;color:#a23255;font-size:19px}.quick-cart-empty{text-align:center;padding:60px 18px}.quick-cart-empty span{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 14px;border-radius:50%;background:#fbeaf0;color:var(--phase2-berry);font-size:30px}.quick-cart-empty p{color:#876d76}.quick-cart-drawer footer{margin-top:auto;padding:16px 20px 20px;border-top:1px solid rgba(159,49,93,.12);background:rgba(255,255,255,.92);display:grid;gap:10px}.quick-cart-drawer footer>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.quick-cart-drawer footer strong{font-size:20px;color:var(--phase2-berry)}
body[data-page="reviews"] .reviews-horizontal-track{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;overflow:visible!important;transform:none!important;width:100%!important}body[data-page="reviews"] .public-review{min-width:0!important;margin:0!important;padding:20px!important;border-radius:22px!important;background:linear-gradient(160deg,#fff,#fff7f9)!important;border:1px solid rgba(159,49,93,.12)!important;box-shadow:0 12px 30px rgba(88,36,55,.07)!important}body[data-page="reviews"] .public-review-head{align-items:flex-start!important}body[data-page="reviews"] .public-review-head>div{display:grid;gap:3px}body[data-page="reviews"] .public-review p{line-height:1.9;margin:16px 0;color:#654c55}body[data-page="reviews"] .review-image-row{display:grid!important;grid-template-columns:repeat(3,1fr);gap:7px}body[data-page="reviews"] .review-image-thumb{width:100%!important;height:auto!important;aspect-ratio:1;border-radius:12px!important}body[data-page="reviews"] .review-image-thumb img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){body[data-page="reviews"] .reviews-horizontal-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}.customer-auth-page{min-height:100dvh!important;display:block!important}.customer-auth-visual{min-height:auto!important;padding:22px 18px!important}.customer-auth-visual-copy{display:none!important}.customer-auth-back{margin-top:12px!important}.customer-auth-content{padding:18px 12px 40px!important}.customer-auth-card{width:100%!important;max-width:520px!important;margin:auto!important;padding:22px 16px!important;border-radius:24px!important}.auth-tabs{gap:6px!important}.auth-tab{padding:11px 8px!important}.customer-auth-form{gap:13px!important}body[data-page="checkout"] .checkout-layout{display:flex!important;flex-direction:column!important;gap:14px!important}body[data-page="checkout"] #checkoutForm{order:1;padding:18px 14px!important}body[data-page="checkout"] .summary-card{order:2!important;padding:18px 14px!important;position:static!important}body[data-page="checkout"] .form-grid{grid-template-columns:1fr!important;gap:13px!important}body[data-page="checkout"] .field.full{grid-column:auto!important}body[data-page="checkout"] .delivery-choice-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}}
@media(max-width:600px){.container{width:min(100% - 18px,1180px)!important}.page-hero{padding:24px 0 18px!important}.page-hero h1{font-size:29px!important}.page-hero p{font-size:14px!important}.product-media{aspect-ratio:1/1.08!important}.product-info{padding:10px!important}.product-info h3{font-size:13px!important}.rating-line.small{font-size:11px!important;gap:4px!important}.rating-line.small small{font-size:10px!important}.price-row{gap:6px!important;flex-wrap:wrap}.price{font-size:14px!important}.old-price{font-size:11px!important}.product-actions{grid-template-columns:38px minmax(0,1fr)!important;gap:6px!important;margin-top:9px!important}.product-cart-icon,.product-buy-button{height:38px!important}.product-cart-icon{width:38px;border-radius:11px}.product-buy-button{font-size:12px!important}.wishlist-toggle{width:29px!important;height:29px!important;min-width:29px!important;font-size:15px!important;top:7px!important;right:7px!important}.product-badge{font-size:9px!important;padding:5px 7px!important;top:7px!important;left:7px!important}.quick-cart-drawer{width:94vw}.quick-cart-drawer header{padding:18px 15px 13px}.quick-cart-drawer header h2{font-size:21px}.quick-cart-meta{padding:10px 15px}.quick-cart-items{padding:3px 10px 13px}.quick-cart-item{grid-template-columns:60px minmax(0,1fr) 29px;padding:8px}.quick-cart-item img,.quick-cart-placeholder{width:60px;height:68px}.quick-cart-drawer footer{padding:13px 14px 16px}body[data-page="reviews"] .reviews-horizontal-track{grid-template-columns:1fr!important;gap:11px!important}body[data-page="reviews"] .public-review{padding:16px!important;border-radius:18px!important}body[data-page="reviews"] .public-review-head{display:grid!important;gap:8px!important}body[data-page="reviews"] .review-stars{font-size:14px}.customer-auth-visual{padding:15px 14px!important}.customer-auth-brand{transform:scale(.9);transform-origin:right center}.customer-auth-card{padding:18px 13px!important}.customer-auth-heading h2{font-size:26px!important}.phone-login-switch .button{font-size:12px!important}body[data-page="cart"] .cart-layout{gap:11px!important}body[data-page="cart"] .cart-item{grid-template-columns:72px minmax(0,1fr)!important;padding:9px!important}body[data-page="cart"] .cart-item-image{width:72px!important;height:82px!important}body[data-page="cart"] .summary-card{padding:15px!important;border-radius:18px!important}body[data-page="checkout"] .page-section{padding-top:14px!important}body[data-page="checkout"] #checkoutForm,body[data-page="checkout"] .summary-card{padding:15px 12px!important;border-radius:19px!important}body[data-page="checkout"] input,body[data-page="checkout"] select,body[data-page="checkout"] textarea,.customer-auth-card input{min-height:46px!important;font-size:16px!important}body[data-page="checkout"] .delivery-choice-actions{grid-template-columns:1fr!important}}
