*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--ice: #e6f1fc;--white: #ffffff;--red: #fc0101;--red-hover: #d40000;--dark: #1a1a2e;--gray: #6b7280;--light-gray: #f3f6fa;--font-heading: "Intro Rust", "Impact", "Arial Black", sans-serif;--font-body: "Fira Sans", -apple-system, BlinkMacSystemFont, sans-serif;--header-height: 72px}@font-face{font-family:Intro Rust;src:url(IntroRust-Base.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--dark);background:var(--white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:var(--font-body)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .3s;height:var(--header-height)}.header.scrolled{box-shadow:0 2px 20px #00000014}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:flex-start;background:var(--ice);overflow:hidden;padding-top:var(--header-height)}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center right}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(105deg,rgba(230,241,252,.97) 0%,rgba(230,241,252,.85) 35%,rgba(230,241,252,.3) 60%,transparent 75%)}.hero-content{position:relative;z-index:2;max-width:560px;padding-top:80px;margin-right:auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid rgba(252,1,1,.15);border-radius:100px;padding:8px 20px;font-size:13px;font-weight:600;color:var(--red);margin-bottom:24px;letter-spacing:.5px;text-transform:uppercase}.hero-badge:before{content:"";width:8px;height:8px;background:var(--red);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-family:var(--font-heading);font-size:clamp(36px,5vw,64px);line-height:1.05;color:var(--dark);margin-bottom:20px;letter-spacing:-.5px}.hero h1 span{color:var(--red)}.hero p,.hero-content>p{font-size:17px;color:var(--gray);margin-bottom:32px;max-width:440px;line-height:1.7}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;transition:all .25s;letter-spacing:.3px;text-align:center}.btn-primary{background:var(--red);color:var(--white);box-shadow:0 4px 16px #fc010140}.btn-primary:hover{background:var(--red-hover);transform:translateY(-2px);box-shadow:0 6px 24px #fc01014d}.btn-secondary{background:var(--white);color:var(--dark);border:2px solid rgba(0,0,0,.1)}.btn-secondary:hover{border-color:var(--red);color:var(--red);transform:translateY(-2px)}.snow-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.stats-bar{background:var(--dark);padding:24px 0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:center}.stat-item h3{font-family:var(--font-heading);font-size:clamp(24px,3vw,32px);color:var(--white);margin-bottom:2px}.stat-item h3 span{color:var(--red)}.stat-item p{font-size:13px;color:#ffffff80;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.section{padding:72px 0}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-family:var(--font-heading);font-size:clamp(26px,3.5vw,40px);color:var(--dark);margin-bottom:12px}.section-header p{font-size:16px;color:var(--gray);max-width:500px;margin:0 auto;line-height:1.6}.products-section{background:var(--light-gray)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--white);border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.product-img{aspect-ratio:1;overflow:hidden;background:var(--ice);position:relative}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-img img{transform:scale(1.08)}.product-info{padding:14px 16px 16px}.product-info h3{font-size:14px;font-weight:600;margin-bottom:3px;color:var(--dark);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-info .product-id{font-size:12px;color:var(--gray);margin-bottom:6px}.product-info .product-price{font-size:14px;font-weight:600;color:var(--dark)}.products-cta{text-align:center;margin-top:36px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{text-align:center;padding:36px 24px;border-radius:16px;background:var(--white);border:1px solid rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.feature-icon{width:56px;height:56px;background:var(--ice);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:26px}.feature-card h3{font-family:var(--font-heading);font-size:18px;margin-bottom:10px;color:var(--dark)}.feature-card p{font-size:14px;color:var(--gray);line-height:1.6}.community{background:var(--ice)}.community-inner{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;max-width:960px;margin:0 auto}.community-text h2{font-family:var(--font-heading);font-size:clamp(26px,3.5vw,36px);color:var(--dark);margin-bottom:14px}.community-text h2 span{color:var(--red)}.community-text p{font-size:16px;color:var(--gray);margin-bottom:20px;line-height:1.7}.community-perks{list-style:none;margin-bottom:28px}.community-perks li{padding:6px 0;font-size:15px;font-weight:500;display:flex;align-items:center;gap:12px}.community-perks li:before{content:"";width:22px;height:22px;background:var(--red);border-radius:50%;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.community-img{display:flex;justify-content:center;align-items:center}.community-img img{max-height:380px;width:auto;filter:drop-shadow(0 16px 32px rgba(0,0,0,.1));transform:scaleX(-1)}.newsletter{background:var(--dark);text-align:center}.newsletter h2{font-family:var(--font-heading);font-size:clamp(26px,3.5vw,36px);color:var(--white);margin-bottom:12px}.newsletter h2 span{color:var(--red)}.newsletter>.container>p,.newsletter p{color:#ffffff8c;font-size:16px;margin-bottom:28px;max-width:440px;margin-left:auto;margin-right:auto}.newsletter-form,.newsletter form{display:flex;gap:12px;max-width:460px;margin:0 auto}.newsletter-form input,.newsletter form input[type=email]{flex:1;padding:13px 18px;border-radius:10px;border:2px solid rgba(255,255,255,.1);background:#ffffff0f;color:var(--white);font-size:15px;font-family:var(--font-body);outline:none;transition:border-color .2s}.newsletter-form input::placeholder,.newsletter form input::placeholder{color:#ffffff4d}.newsletter-form input:focus,.newsletter form input:focus{border-color:var(--red)}.newsletter-form button,.newsletter form button[type=submit]{padding:13px 24px;background:var(--red);color:var(--white);border-radius:10px;font-weight:600;font-size:15px;transition:background .2s;white-space:nowrap;border:none;cursor:pointer;font-family:var(--font-body)}.newsletter-form button:hover,.newsletter form button:hover{background:var(--red-hover)}.footer{background:#112;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:36px}.footer-brand img{height:40px;margin-bottom:14px}.footer-brand p{font-size:14px;color:#ffffff73;line-height:1.7;max-width:260px}.footer-col h4{font-family:var(--font-heading);font-size:15px;color:var(--white);margin-bottom:14px;letter-spacing:.5px}.footer-col a{display:block;font-size:14px;color:#ffffff73;padding:3px 0;transition:color .2s}.footer-col a:hover{color:var(--red)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.footer-bottom p{font-size:12px;color:#ffffff4d;line-height:1.5}.product-page{padding-top:calc(var(--header-height) + 48px);padding-bottom:80px}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-page-img{aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--ice)}.product-page-img img{width:100%;height:100%;object-fit:cover}.product-page-details h1{font-family:var(--font-heading);font-size:clamp(28px,3vw,36px);margin-bottom:8px}.product-page-details .product-sku{font-size:14px;color:var(--gray);margin-bottom:16px}.product-page-details .product-page-price{font-family:var(--font-heading);font-size:32px;color:var(--dark);margin-bottom:24px}.product-page-details .product-description{font-size:15px;color:var(--gray);line-height:1.7;margin-bottom:28px}.add-to-cart-btn{width:100%;padding:15px;background:var(--red);color:var(--white);border:none;border-radius:10px;font-size:16px;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:background .2s,transform .2s}.add-to-cart-btn:hover{background:var(--red-hover);transform:translateY(-1px)}.add-to-cart-btn:disabled{background:var(--gray);cursor:not-allowed;transform:none}.collection-page{padding-top:calc(var(--header-height) + 40px);padding-bottom:80px}.collection-page h1{font-family:var(--font-heading);font-size:clamp(28px,3.5vw,40px);text-align:center;margin-bottom:36px}.pagination{display:flex;justify-content:center;gap:6px;margin-top:40px;flex-wrap:wrap}.pagination a,.pagination span{padding:8px 14px;border-radius:8px;font-size:14px;font-weight:500}.pagination a{background:var(--white);border:1px solid rgba(0,0,0,.1);transition:all .2s}.pagination a:hover{border-color:var(--red);color:var(--red)}.pagination .current{background:var(--red);color:var(--white)}.cart-page{padding-top:calc(var(--header-height) + 40px);padding-bottom:80px}.cart-page h1{font-family:var(--font-heading);font-size:32px;margin-bottom:28px}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.06)}.cart-item-img{width:72px;height:72px;border-radius:8px;overflow:hidden;background:var(--ice)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-totals{text-align:right;padding-top:24px}.cart-totals .total-price{font-family:var(--font-heading);font-size:26px;color:var(--red);margin-bottom:16px}.checkout-btn{padding:15px 40px;background:var(--red);color:var(--white);border:none;border-radius:10px;font-size:16px;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:background .2s,transform .2s}.checkout-btn:hover{background:var(--red-hover);transform:translateY(-1px)}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:16px}.features-grid{gap:16px}.feature-card{padding:28px 20px}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:32px}.footer-brand{grid-column:1 / -1}.hero-content{margin-left:0}}@media(max-width:768px){:root{--header-height: 64px}.container{padding:0 16px}.hero{min-height:85vh;min-height:85dvh}.hero-content{max-width:100%;margin-left:0;padding-top:40px;padding-right:16px}.hero-overlay{background:linear-gradient(180deg,#e6f1fcf5,#e6f1fce0,#e6f1fc80)}.hero h1{font-size:clamp(32px,8vw,44px)}.hero p,.hero-content>p{font-size:15px;max-width:100%}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.stats-grid{grid-template-columns:repeat(3,1fr);gap:8px}.stat-item h3{font-size:22px}.stat-item p{font-size:11px}.section{padding:48px 0}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-info{padding:10px 12px 14px}.product-info h3{font-size:13px}.product-info .product-id{font-size:11px;margin-bottom:4px}.product-info .product-price{font-size:13px}.features-grid{grid-template-columns:1fr;gap:12px}.feature-card{text-align:left;padding:24px;display:flex;gap:16px;align-items:flex-start}.feature-icon{margin:0;flex-shrink:0;width:48px;height:48px;font-size:22px}.feature-card h3{font-size:16px;margin-bottom:6px}.feature-card p{font-size:13px}.community-inner{grid-template-columns:1fr;text-align:center;gap:24px}.community-img{order:-1}.community-img img{max-height:240px}.community-perks li{justify-content:center}.community-text p{font-size:15px}.newsletter-form,.newsletter form{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.product-page-inner{grid-template-columns:1fr;gap:24px}.cart-item{grid-template-columns:60px 1fr;gap:12px}.cart-item>p:last-child{grid-column:2}}@media(max-width:400px){.hero h1{font-size:28px}.hero-badge{font-size:11px;padding:6px 14px}.products-grid{gap:8px}.product-info{padding:8px 10px 12px}.product-info h3,.product-info .product-price{font-size:12px}.stat-item h3{font-size:20px}.stat-item p{font-size:10px}.footer-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
