*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--color-background, #050505);color:var(--color-foreground, #f5f5f5);line-height:1.6;overflow-x:hidden;cursor:crosshair;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}.font-display{font-family:Bebas Neue,sans-serif;letter-spacing:.05em}.font-street{font-family:Space Grotesk,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.font-body{font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Bebas Neue,sans-serif;font-weight:400;letter-spacing:.05em}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:9999;background:var(--color-accent);color:var(--color-background);padding:1rem 2rem;font-weight:700}.skip-to-content-link:focus{top:0}@keyframes glitch{0%{transform:translate(0);text-shadow:-2px 0 #ff0000,2px 0 #00ffff}20%{transform:translate(-3px,3px);text-shadow:2px 0 #ff0000,-2px 0 #00ffff}40%{transform:translate(-3px,-3px);text-shadow:2px 0 #00ffff,-2px 0 #ff0000}60%{transform:translate(3px,3px);text-shadow:-2px 0 #ff0000,2px 0 #00ffff}80%{transform:translate(3px,-3px);text-shadow:2px 0 #ff0000,-2px 0 #00ffff}to{transform:translate(0);text-shadow:-2px 0 #ff0000,2px 0 #00ffff}}@keyframes glitch-skew{0%{transform:skew(0)}10%{transform:skew(-2deg)}20%{transform:skew(2deg)}30%,to{transform:skew(0)}}@keyframes scan-line{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-neon{0%,to{box-shadow:0 0 5px var(--color-accent),0 0 10px var(--color-accent),0 0 20px var(--color-accent)}50%{box-shadow:0 0 10px var(--color-accent),0 0 20px var(--color-accent),0 0 40px var(--color-accent),0 0 60px var(--color-accent)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.noise-overlay:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:9999}.grid-background{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.btn-brutal{background-color:var(--color-foreground);color:var(--color-background);box-shadow:4px 4px 0 0 var(--color-foreground)}.btn-brutal:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 0 var(--color-accent);background-color:var(--color-accent)}.btn-outline{background-color:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn-neon{background-color:transparent;color:var(--color-accent);border-color:var(--color-accent);animation:pulse-neon 2s ease-in-out infinite}.btn-neon:hover{background-color:var(--color-accent);color:var(--color-background)}.input{width:100%;padding:1rem 1.25rem;background-color:var(--color-secondary);border:1px solid rgba(255,255,255,.1);color:var(--color-foreground);font-size:.875rem;transition:border-color .3s ease}.input:focus{outline:none;border-color:var(--color-accent)}.input::placeholder{color:var(--color-muted)}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:all .3s ease}.header.scrolled{background-color:#050505e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1)}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:.2em;color:var(--color-foreground);transition:color .3s ease}.header__logo:hover{color:var(--color-accent)}.header__nav{display:none}@media(min-width:1024px){.header__nav{display:flex;align-items:center;gap:2.5rem}}.header__nav-link{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted);position:relative;transition:color .3s ease}.header__nav-link:hover{color:var(--color-accent)}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:var(--color-accent);transition:width .3s ease}.header__nav-link:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:1rem}.header__cart-btn{position:relative;padding:.5rem;color:var(--color-foreground);transition:color .3s ease}.header__cart-btn:hover{color:var(--color-accent)}.header__cart-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;background-color:var(--color-accent);color:var(--color-background);font-family:Space Grotesk,sans-serif;font-size:.625rem;font-weight:700}.header__menu-btn{display:flex;padding:.5rem;color:var(--color-foreground)}@media(min-width:1024px){.header__menu-btn{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__background img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#050505d9}.hero__content{position:relative;z-index:10;text-align:center;padding:0 1.5rem;max-width:900px;animation:fade-in-up .8s ease .3s both}.hero__badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:2rem}.hero__badge-line{width:3rem;height:1px;background-color:var(--color-accent)}.hero__badge-text{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.4em;color:var(--color-accent);text-transform:uppercase}.hero__logo{max-width:100%;width:600px;margin:0 auto 1.5rem;filter:invert(1);animation:glitch-skew 4s linear infinite alternate-reverse}.hero__tagline{font-size:1.125rem;color:var(--color-muted);margin-bottom:.5rem;max-width:500px;margin-left:auto;margin-right:auto}.hero__subtitle{font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;margin-bottom:3rem}.hero__cta{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:640px){.hero__cta{flex-direction:row;justify-content:center}}.hero__scroll{position:absolute;bottom:8rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:var(--color-muted);animation:float 2s ease-in-out infinite}.hero__scroll-text{font-family:Space Grotesk,sans-serif;font-size:.625rem;letter-spacing:.4em;margin-bottom:.5rem}.marquee{position:absolute;bottom:0;left:0;right:0;overflow:hidden;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 0;background-color:#050505cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.marquee__track{display:flex;white-space:nowrap;animation:marquee 20s linear infinite}.marquee__text{font-family:Bebas Neue,sans-serif;font-size:1.25rem;letter-spacing:.3em;color:#ffffff4d;margin:0 1rem}.section{padding:6rem 0;position:relative}.section__header{margin-bottom:3rem}.section__badge{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.4em;color:var(--color-accent);text-transform:uppercase;margin-bottom:1rem;display:block}.section__title{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,8vw,6rem);line-height:.9;letter-spacing:.02em}.section__title span{background:linear-gradient(90deg,var(--color-foreground) 0%,var(--color-accent) 50%,var(--color-foreground) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.product-grid{display:grid;grid-template-columns: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(4,1fr);gap:2rem}}.product-card{position:relative;animation:fade-in-up .6s ease both}.product-card__number{position:absolute;left:-.5rem;top:-.5rem;z-index:20;font-family:Bebas Neue,sans-serif;font-size:3.5rem;color:#ffffff08}.product-card__image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background-color:var(--color-secondary);border:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.product-card__image{width:100%;height:100%;object-fit:cover;filter:grayscale(20%);transition:all .6s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__image{transform:scale(1.1);filter:grayscale(0%)}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--color-background),transparent);opacity:.4;transition:opacity .3s ease}.product-card:hover .product-card__overlay{opacity:.8}.product-card__tag{position:absolute;top:0;left:0;padding:.375rem .75rem;font-family:Space Grotesk,sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background-color:var(--color-accent);color:var(--color-background)}.product-card__tag--hot{background-color:#f60}.product-card__tag--limited{background-color:var(--color-foreground)}.product-card__actions{position:absolute;bottom:1rem;left:1rem;right:1rem;display:flex;gap:.5rem;opacity:0;transform:translateY(1rem);transition:all .3s ease}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__scan-line{position:absolute;left:0;right:0;height:2px;background-color:var(--color-accent);opacity:0;transform:translateY(0);transition:opacity .3s ease}.product-card:hover .product-card__scan-line{opacity:1;animation:scan-line .3s linear}.product-card__info{display:flex;justify-content:space-between;align-items:flex-start}.product-card__title{font-family:Space Grotesk,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem;transition:color .3s ease}.product-card:hover .product-card__title{color:var(--color-accent)}.product-card__price{font-family:Bebas Neue,sans-serif;font-size:1.5rem}.product-card__sizes{display:flex;gap:.25rem}.product-card__size{font-family:Space Grotesk,sans-serif;font-size:.625rem;color:var(--color-muted)}.featured-product{display:grid;gap:2rem}@media(min-width:1024px){.featured-product{grid-template-columns:1fr 1fr;gap:4rem;align-items:center}}.featured-product__image-wrapper{position:relative;aspect-ratio:1;background:linear-gradient(135deg,rgba(255,255,255,.03),transparent);border:1px solid rgba(255,255,255,.1)}.featured-product__image{width:100%;height:100%;object-fit:contain;padding:2rem;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4))}.featured-product__corners{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.featured-product__corner{position:absolute;width:2rem;height:2rem;border:2px solid var(--color-accent)}.featured-product__corner--tl{top:0;left:0;border-right:none;border-bottom:none}.featured-product__corner--tr{top:0;right:0;border-left:none;border-bottom:none}.featured-product__corner--bl{bottom:0;left:0;border-right:none;border-top:none}.featured-product__corner--br{bottom:0;right:0;border-left:none;border-top:none}.featured-product__info{padding:2rem 0}.featured-product__category{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.3em;color:var(--color-accent);text-transform:uppercase;margin-bottom:1rem}.featured-product__title{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,4rem);line-height:1;margin-bottom:1rem}.featured-product__price{font-family:Bebas Neue,sans-serif;font-size:3rem;margin-bottom:1.5rem}.featured-product__description{color:var(--color-muted);margin-bottom:2rem;max-width:400px}.size-selector{margin-bottom:2rem}.size-selector__label{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem;display:block}.size-selector__options{display:flex;gap:.5rem;flex-wrap:wrap}.size-selector__btn{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:700;color:var(--color-foreground);transition:all .3s ease}.size-selector__btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.size-selector__btn.active{background-color:var(--color-accent);border-color:var(--color-accent);color:var(--color-background)}.footer{border-top:1px solid rgba(255,255,255,.1);padding:4rem 0}.footer__newsletter{display:grid;gap:2rem;padding-bottom:4rem;margin-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:1024px){.footer__newsletter{grid-template-columns:1fr 1fr;align-items:center}}.footer__newsletter-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1}.footer__newsletter-title span{color:var(--color-accent)}.footer__newsletter-form{display:flex;gap:.5rem}.footer__links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}@media(min-width:768px){.footer__links{grid-template-columns:repeat(4,1fr)}}.footer__links-title{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.footer__links-list{list-style:none}.footer__links-item{margin-bottom:.75rem}.footer__links-link{font-size:.875rem;color:var(--color-muted);transition:color .3s ease}.footer__links-link:hover{color:var(--color-accent)}.footer__social{display:flex;gap:.75rem;margin-top:1.5rem}.footer__social-link{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);color:var(--color-muted);transition:all .3s ease}.footer__social-link:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}.footer__bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__copyright{font-size:.75rem;color:var(--color-muted)}.footer__legal{display:flex;gap:1.5rem}.footer__legal-link{font-size:.75rem;color:var(--color-muted);transition:color .3s ease}.footer__legal-link:hover{color:var(--color-accent)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background-color:var(--color-background);border-left:1px solid rgba(255,255,255,.1);z-index:200;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.cart-drawer.open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;z-index:199;opacity:0;visibility:hidden;transition:all .3s ease}.cart-drawer__overlay.open{opacity:1;visibility:visible}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.cart-drawer__title{font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.cart-drawer__close{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);color:var(--color-foreground);transition:all .3s ease}.cart-drawer__close:hover{border-color:var(--color-accent);color:var(--color-accent)}.cart-drawer__content{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{text-align:center;padding:4rem 1.5rem;color:var(--color-muted)}.cart-drawer__footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:1.5rem}.cart-drawer__subtotal-label{font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.cart-drawer__subtotal-value{font-family:Bebas Neue,sans-serif;font-size:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.cart-item__image{width:80px;height:100px;object-fit:cover;background-color:var(--color-secondary)}.cart-item__info{flex:1}.cart-item__title{font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem}.cart-item__variant{font-size:.75rem;color:var(--color-muted);margin-bottom:.5rem}.cart-item__price{font-family:Bebas Neue,sans-serif;font-size:1.125rem}.cart-item__quantity{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-item__qty-btn{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);font-size:.875rem;color:var(--color-foreground);transition:all .3s ease}.cart-item__qty-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.cart-item__qty-value{font-family:Space Grotesk,sans-serif;font-size:.875rem;font-weight:700;min-width:1.5rem;text-align:center}.cart-item__remove{font-size:.7rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem;transition:color .3s ease}.cart-item__remove:hover{color:var(--color-accent)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background-color:var(--color-background);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:scale(0);opacity:0;transition:all .5s cubic-bezier(.16,1,.3,1);clip-path:circle(0% at top right)}.mobile-menu.open{transform:scale(1);opacity:1;clip-path:circle(150% at top right)}.mobile-menu__link{font-family:Bebas Neue,sans-serif;font-size:3rem;letter-spacing:.2em;color:var(--color-foreground);transition:color .3s ease}.mobile-menu__link:hover{color:var(--color-accent)}.mobile-menu__corners{position:absolute;top:6rem;right:1.5rem;bottom:1.5rem;left:1.5rem;pointer-events:none}.mobile-menu__corner{position:absolute;width:3rem;height:3rem;border:2px solid var(--color-accent)}.mobile-menu__corner--tl{top:0;left:0;border-right:none;border-bottom:none}.mobile-menu__corner--br{bottom:0;right:0;border-left:none;border-top:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-accent);border:2px solid var(--color-background)}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}::selection{background:#f006;color:var(--color-foreground)}.product-page{padding-top:8rem}.product-page__gallery{display:grid;gap:1rem}.product-page__main-image{aspect-ratio:1;background-color:var(--color-secondary);border:1px solid rgba(255,255,255,.1);position:relative}.product-page__main-image img{width:100%;height:100%;object-fit:contain;padding:2rem}.product-page__thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.product-page__thumbnail{aspect-ratio:1;background-color:var(--color-secondary);border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:border-color .3s ease}.product-page__thumbnail:hover,.product-page__thumbnail.active{border-color:var(--color-accent)}.product-page__thumbnail img{width:100%;height:100%;object-fit:contain;padding:.5rem}.collection-page{padding-top:8rem}.collection-header{text-align:center;margin-bottom:4rem}.collection-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.collection-filter{padding:.5rem 1rem;font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(255,255,255,.2);color:var(--color-muted);transition:all .3s ease}.collection-filter:hover,.collection-filter.active{border-color:var(--color-accent);color:var(--color-accent)}.about-section{background:linear-gradient(135deg,var(--color-secondary),var(--color-background))}.about-section__grid{display:grid;gap:4rem}@media(min-width:1024px){.about-section__grid{grid-template-columns:1fr 1fr;align-items:center}}.about-section__content{max-width:500px}.about-section__text{color:var(--color-muted);margin-bottom:1.5rem;line-height:1.8}.about-section__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.about-section__stat-value{font-family:Bebas Neue,sans-serif;font-size:3rem;color:var(--color-accent)}.about-section__stat-label{font-family:Space Grotesk,sans-serif;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted)}.about-section__image{position:relative;aspect-ratio:4/5}.about-section__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(30%)}.about-section__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,var(--color-background),transparent);opacity:.6}.contact-section__grid{display:grid;gap:4rem}@media(min-width:1024px){.contact-section__grid{grid-template-columns:1fr 1fr}}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form__row{display:grid;gap:1rem}@media(min-width:640px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form textarea{min-height:150px;resize:vertical}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--color-accent);border-radius:50%;animation:spin 1s linear infinite;margin:4rem auto}@keyframes spin{to{transform:rotate(360deg)}}.quantity-selector{display:flex;align-items:center;border:1px solid rgba(255,255,255,.2)}.quantity-selector__btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--color-foreground);transition:all .3s ease}.quantity-selector__btn:hover{background-color:var(--color-accent);color:var(--color-background)}.quantity-selector__value{width:3rem;text-align:center;font-family:Space Grotesk,sans-serif;font-weight:700;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);height:2.5rem;line-height:2.5rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/stay-dangerous.css.map */
