:root{--bg:oklch(97.5% .008 85);--fg:oklch(22% .015 85);--muted:oklch(52% .02 85);--line:oklch(89% .012 85);--card:oklch(99.2% .004 85);--accent1:oklch(68% .19 35);--accent1-ink:oklch(99% .01 35);--accent2:oklch(58% .17 290);--accent2-ink:oklch(99% .01 290);--sale:oklch(93% .05 35)}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--fg);margin:0;font-family:Manrope,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}button,input{font-family:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.serif{font-family:Instrument Serif,serif;font-weight:400}.pill{border-radius:999px}.photo-stripe{justify-content:center;align-items:center;display:flex}.photo-stripe span{color:inherit;background:oklch(20% 0 0/.2);border-radius:5px;font-family:monospace}.stripe-a1{color:oklch(99% .01 85);background:repeating-linear-gradient(135deg,oklch(68% .19 35) 0 18px,oklch(73% .17 35) 18px 36px)}.stripe-a2{color:oklch(99% .01 85);background:repeating-linear-gradient(135deg,oklch(58% .17 290) 0 18px,oklch(64% .15 290) 18px 36px)}.stripe-m{color:oklch(30% .01 85);background:repeating-linear-gradient(135deg,oklch(75% .02 85) 0 18px,oklch(80% .015 85) 18px 36px)}.stripe-hero{background:repeating-linear-gradient(135deg, var(--accent2) 0px, var(--accent2) 26px, oklch(58% .17 290/.85) 26px, oklch(58% .17 290/.85) 52px);color:oklch(99% .01 290)}.product-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}@media (width<=900px){.product-grid{grid-template-columns:repeat(2,1fr)}}
