:root{color:#202124;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--storefront-accent: var(--awe-seasonal-accent, #1f1f1f)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{display:flex;min-height:115vh;flex-direction:column;overflow-x:hidden;font-size:13px}main{flex:1}button{font:inherit}.embed-warning{padding:7px 10px;border-bottom:1px solid #f0d9b5;background:#fff4e4;color:#8a5a00;text-align:center;font-size:10px}.store-header{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:0 14px;border-bottom:1px solid #e5e5e5}.store-nav{color:#666;font-size:10px}main{padding:22px 14px 120px}.hero{margin-bottom:24px;padding:20px;border-radius:9px;background:#f7f8f9}h1,h2,p{margin-top:0}h1{margin-bottom:8px;font-size:22px}h2{margin-bottom:12px;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-artwork{position:relative;display:grid;min-height:126px;place-items:center;border-radius:7px;background:#faf6f0;font-size:34px}.sale-badge{position:absolute;top:7px;left:7px;padding:5px 6px;border-radius:4px;background:#1f1f1f;color:#fff;font-size:8px}.product-name{margin:7px 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.product-price{display:flex;gap:6px;margin-bottom:8px;font-size:10px}.product-price s{color:#8b8b8b}.store-button{width:100%;min-height:32px;border:0;border-radius:5px;background:var(--storefront-accent);color:#fff;cursor:pointer;font-size:9px}.cart-layout{display:grid;grid-template-columns:1fr minmax(180px,30%);gap:18px}.cart-item{display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #e5e5e5}.cart-artwork{display:grid;width:54px;height:54px;place-items:center;border-radius:6px;background:#faf6f0;font-size:24px}.cart-item small{display:block;margin-top:4px;color:#777}.cart-layout aside{align-self:start;padding:14px;border:1px solid #e3e3e3;border-radius:8px}.cart-layout aside p{display:flex;justify-content:space-between}html[data-device=MOBILE]{scrollbar-width:none}html[data-device=MOBILE]::-webkit-scrollbar{display:none}body[data-device=MOBILE] .store-nav{font-size:0}body[data-device=MOBILE] .store-nav:after{content:"☰";font-size:13px}body[data-device=MOBILE] main{padding:18px 10px 100px}body[data-device=MOBILE] .hero{padding:14px}body[data-device=MOBILE] h1{font-size:16px}body[data-device=MOBILE] .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}body[data-device=MOBILE] .product-card:nth-child(n+3){display:none}body[data-device=MOBILE] .product-artwork{min-height:108px}body[data-device=MOBILE] .cart-layout{grid-template-columns:1fr}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}}
