*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--chili-dark, #0a0a0a);color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:#fff;color:#000;padding:.5rem 1rem}.container{width:100%;max-width:72rem;margin:0 auto;padding:0 1.25rem}.container.narrow{max-width:40rem}.center{text-align:center}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.06);background:#0a0a0aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo-text{font-weight:600;font-size:1.125rem;letter-spacing:-.02em}.logo-img{display:block}.nav-main{display:flex;gap:1.75rem;font-size:.875rem;color:#ffffffb3}.nav-main a:hover{color:#fff}.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;margin-left:.25rem;padding:0 .35rem;border-radius:999px;background:var(--chili-red, #e11d48);color:#fff;font-size:.7rem;font-weight:600}.hero{padding:5rem 0 4rem}.hero-eyebrow{color:var(--chili-red, #e11d48);font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin:0 0 1rem}.hero-title{font-size:clamp(2.5rem,6vw,3.75rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0}.hero-sub{margin:1.5rem 0 0;max-width:28rem;color:#fff9;font-size:1.125rem}.hero .btn{margin-top:2.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:999px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:background .15s ease,border-color .15s ease}.btn-primary{background:var(--chili-red, #e11d48);color:#fff}.btn-primary:hover{background:var(--chili-hot, #be123c)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.btn-ghost:hover{border-color:#fff6}.btn-block{width:100%}.link-accent{color:var(--chili-red, #e11d48);font-size:.875rem}.link-accent:hover{text-decoration:underline}.link-muted{color:#ffffff73;font-size:.875rem}.muted{color:#ffffff73}.featured-collection,.collection-page,.product-page,.cart-page,.page-content{padding:3rem 0 4rem;border-top:1px solid rgba(255,255,255,.05)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-header h2{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.page-header{margin-bottom:2.5rem}.page-header h1{margin:0;font-size:2rem;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--chili-card, #141414);border:1px solid rgba(255,255,255,.08);border-radius:1rem;overflow:hidden;transition:border-color .15s ease}.product-card:hover{border-color:#ffffff2e}.product-card-media{display:block;aspect-ratio:4 / 5;background:#000;overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-media img{transform:scale(1.04)}.product-card-info{padding:1.15rem 1.25rem 1.35rem}.product-card-title{margin:0;font-size:1rem;font-weight:500;line-height:1.35;font-family:Georgia,Cambria,Times New Roman,serif}.product-card-title a:hover{color:var(--chili-red, #e11d48)}.product-card-price{margin:.65rem 0 0;font-weight:600}.product-layout{display:grid;gap:2.5rem}@media(min-width:900px){.product-layout{grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:start}}.product-image{width:100%;border-radius:1rem;background:#111}.product-title{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;font-family:Georgia,Cambria,serif}.product-price{margin:.75rem 0 0;font-size:1.35rem;font-weight:600}.product-description{margin-top:1.25rem;color:#ffffffa6;font-size:.95rem}.option-group{margin-top:1.25rem}.option-group label,.quantity-row label{display:block;font-size:.8rem;color:#ffffff8c;margin-bottom:.4rem}.option-select,.qty-input{width:100%;max-width:12rem;padding:.65rem .75rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.15);background:#111;color:#fff;font-size:.95rem}.quantity-row{margin:1.25rem 0 1.5rem}#product-form .btn{margin-top:.5rem}.cart-item{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.cart-item-img{width:6rem;flex-shrink:0}.cart-item-img img{border-radius:.5rem}.cart-item-title{font-weight:600}.cart-item-actions{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.cart-footer{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.cart-subtotal{flex:1 1 100%;font-size:1.1rem;margin:0 0 .5rem}.site-footer{border-top:1px solid rgba(255,255,255,.06);padding:3rem 0;margin-top:2rem}.footer-inner{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}@media(min-width:640px){.footer-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer-text{margin:.35rem 0 0;color:#ffffff73;font-size:.875rem}.footer-links{display:flex;gap:1.5rem;font-size:.875rem;color:#ffffff80}.footer-links a:hover{color:#fff}.footer-copy{margin:0;font-size:.75rem;color:#ffffff4d}.rte p{color:#ffffffb3}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
