:root{--header-height: 64px}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{animation:marquee-scroll 40s linear infinite;will-change:transform}.marquee-track:hover{animation-play-state:paused}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.predictive-search{height:calc(100vh - var(--header-height) - 40px);overflow-y:auto}.predictive-search-form{background:var(--color-light);position:sticky;top:0}.predictive-search-form input{border:1px solid #e5e5e5;border-radius:4px;padding:.5rem;width:100%;color:var(--color-dark);background:var(--color-light)}.predictive-search-result{margin-bottom:2rem}.predictive-search-result h5{text-transform:uppercase;font-family:Outfit,system-ui,sans-serif;font-size:.75rem;letter-spacing:.1em;color:#666}.predictive-search-result-item{margin-bottom:.5rem}.predictive-search-result-item a{align-items:center;display:flex}.predictive-search-result-item a img{margin-right:.75rem;height:100%}.product{display:grid;gap:2rem;padding:2rem 1.5rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 2rem}}.product h1{font-size:2rem;margin:0 0 .5rem}.product-image img{height:auto;width:100%;border-radius:.75rem}.product-main{align-self:start;position:sticky;top:5rem}.product-price-on-sale{display:flex;gap:.5rem}.product-price-on-sale s{opacity:.4}.product-options-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.product-options-item{padding:.625rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#fff;font-size:.875rem;font-family:inherit;transition:all .2s}.product-options-item:hover:not(:disabled){border-color:#fff9}.product-options-item:disabled{opacity:.3;cursor:not-allowed}.mock-shop-notice{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-left-width:.25rem;border-left-color:#745eda;margin:1rem 1.5rem;border-radius:.5rem}.mock-shop-notice .inner{padding:.875rem 1rem}.mock-shop-notice h2{font-size:1rem;font-family:Outfit,system-ui,sans-serif}.mock-shop-notice p{font-size:.875rem;margin-bottom:.5rem;color:#fff9}.mock-shop-notice footer{background:#ffffff08;padding:.5rem 1rem}.mock-shop-notice code{background:#ffffff14;border-radius:.25rem;padding:.1em .3em;font-size:.8rem}.mock-shop-notice a{text-decoration:underline;text-underline-offset:4px}.route-error{padding:4rem 1.5rem;text-align:center}.route-error h1{font-size:3rem;margin-bottom:.5rem}.route-error pre{color:#ffffff80;white-space:pre-wrap;max-width:600px;margin:1rem auto}.account-logout{display:inline-block}.collections-grid,.products-grid,.blog-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:2rem 1.5rem;max-width:1200px;margin:0 auto}.collections-grid img,.product-item img,.blog-article-image img{border-radius:.75rem}.collection-description{max-width:600px;padding:0 1.5rem;color:#fff9}.article img{border-radius:.75rem}
