:root{--yellow: #FFD000;--red: #E10600;--orange: #E85D04;--orange-deep: #C2410C;--ink: #111111;--cream: #FFF6E8;--paper: #FFFFFF;--muted: #5C5348;--shadow: 0 10px 30px rgba(17, 17, 17, .12)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Outfit,system-ui,sans-serif;color:var(--ink);background:radial-gradient(1200px 500px at 10% -10%,#ffe27a 0%,transparent 50%),radial-gradient(900px 400px at 100% 0%,#ffd0b0 0%,transparent 45%),var(--cream);line-height:1.5}h1,h2,h3,.logo__text,.bubble{font-family:Nunito,Outfit,sans-serif;letter-spacing:-.02em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.page-width{width:min(1120px,calc(100% - 32px));margin:0 auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:8px;top:8px;background:#fff;padding:8px}.announce{background:var(--ink);color:#fff}.announce__inner{display:flex;align-items:center;justify-content:center;gap:14px;padding:8px 0;font-weight:700}.announce p{margin:0;font-size:.95rem}.site-header{position:sticky;top:0;z-index:20;background:#fff6e8eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:3px solid #111}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:76px}.logo{display:flex;align-items:center;gap:10px}.logo__text{font-weight:900;font-size:1.45rem}.logo__text span{color:var(--red)}.nav{display:flex;gap:18px;font-weight:700}.nav a:hover{color:var(--orange)}.cart-link{display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;border-radius:999px;padding:8px 14px;font-weight:800}.cart-count{background:var(--yellow);color:#111;border-radius:999px;min-width:22px;text-align:center;padding:0 6px}.hero{padding:48px 0 24px}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.hero h1{font-size:clamp(2.4rem,6vw,4.4rem);line-height:.95;margin:12px 0}.hero p{font-size:1.15rem;max-width:36ch;color:var(--muted)}.hero__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.bubble{display:inline-block;border:3px solid #111;border-radius:28px;padding:12px 18px;font-weight:900;line-height:1.05;box-shadow:6px 6px #111;text-transform:uppercase}.bubble--yellow{background:var(--yellow)}.bubble--white{background:#fff;transform:rotate(3deg)}.bubble strong{color:var(--red);font-size:1.4em}.price-tag{display:inline-block;background:var(--red);color:#fff;font-weight:900;border:3px solid #111;border-radius:12px 18px;padding:4px 10px;transform:rotate(-8deg);box-shadow:3px 3px #111}.price-tag--alt{background:var(--orange);transform:rotate(6deg)}.chip{display:inline-block;background:var(--yellow);border:3px solid #111;border-radius:999px;padding:4px 12px;font-weight:800}.chip--dark{background:#111;color:#fff}.btn{display:inline-block;border:3px solid #111;background:#fff;color:#111;font-weight:800;padding:12px 20px;border-radius:999px;cursor:pointer;box-shadow:4px 4px #111}.btn--cta{background:var(--yellow)}.btn--cta:hover{background:#ffe34d}.hero-card{margin-top:18px;background:#fff;border:3px solid #111;border-radius:18px;padding:18px;box-shadow:8px 8px #111}.hero-card__kicker{margin:0;font-weight:700;color:var(--orange)}.hero-card__board{margin:8px 0 0;font-weight:900;font-size:1.3rem;line-height:1.15}.promo-strip{padding:12px 0 40px}.promo-strip__row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.promo-card,.card{background:#fff;border:3px solid #111;border-radius:20px;padding:18px;box-shadow:var(--shadow)}.promo-card h3{margin:10px 0 6px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin:12px 0 20px}.section-head h2,.section-head h1{margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:48px}.card__media{position:relative;border-radius:14px;overflow:hidden;background:#f3eee6;aspect-ratio:1;margin-bottom:10px}.card__media img{width:100%;height:100%;object-fit:cover}.card__badge{position:absolute;top:10px;left:10px}.card__placeholder{height:100%;display:grid;place-items:center;font-size:3rem;color:var(--red)}.price{font-weight:800;margin:6px 0 0}.price s{color:#888;font-weight:600;margin-left:8px}.about{padding:20px 0 64px}.about__grid{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:center;background:#fff;border:3px solid #111;border-radius:28px;padding:28px;box-shadow:10px 10px #111}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:32px 0 64px}.product-media{background:#fff;border:3px solid #111;border-radius:20px;overflow:hidden}.product-info .price{font-size:1.6rem}.cart-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:2px solid #111}.cart-page{padding:32px 0 64px}.site-footer{background:#111;color:#fff;padding:36px 0 16px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px}.site-footer a{color:#fff}.footer-tagline{color:#ddd;max-width:36ch}.copyright{text-align:center;color:#aaa;margin:24px 0 0}input,button{font:inherit}input[type=search],input[type=number]{border:3px solid #111;border-radius:12px;padding:10px 12px}@media(max-width:900px){.hero__grid,.promo-strip__row,.about__grid,.product-layout,.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
