.ProductCard-module__8tQiZq__card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);transform-style:preserve-3d;border:1px solid rgba(255,255,255,.05);flex-flow:column;justify-content:space-between;padding:1.3rem;display:flex;overflow:hidden}.ProductCard-module__8tQiZq__card:hover{border-color:var(--accent);transform:translateY(-10px);box-shadow:0 20px 50px rgba(212,175,55,.22)}.ProductCard-module__8tQiZq__imageWrapper{border-radius:var(--radius);position:relative;overflow:hidden}.ProductCard-module__8tQiZq__productImage{object-fit:cover;width:100%;height:260px;transition:var(--transition)}.ProductCard-module__8tQiZq__card:hover .ProductCard-module__8tQiZq__productImage{transform:scale(1.12)}.ProductCard-module__8tQiZq__tags{z-index:4;gap:6px;display:flex;position:absolute;top:14px;left:14px}.ProductCard-module__8tQiZq__tag{border:1px solid var(--accent);color:var(--accent);letter-spacing:.4px;background:rgba(0,0,0,.7);border-radius:50px;padding:3px 10px;font-size:.7rem;font-weight:600}.ProductCard-module__8tQiZq__infoBoxTitle{color:var(--text-primary);margin-top:1rem;font-size:1.15rem}.ProductCard-module__8tQiZq__infoBoxText{color:var(--accent);margin:.6rem 0 1rem;font-size:1.1rem;font-weight:700}.ProductCard-module__8tQiZq__colors{flex-wrap:wrap;gap:.7rem;margin:1rem 0;display:flex}.ProductCard-module__8tQiZq__colorCircle{width:24px;height:24px;transition:var(--transition);border:2px solid transparent;border-radius:50%}.ProductCard-module__8tQiZq__colorCircle:hover{transform:scale(1.25)}.ProductCard-module__8tQiZq__selected{box-shadow:0 0 12px rgba(212,175,55,.7);border-color:var(--accent)!important}.ProductCard-module__8tQiZq__button{background:var(--accent);color:#000;border-radius:var(--radius);transition:var(--transition);flex-flow:row;place-content:center space-between;align-items:center;margin-top:1.4rem;padding:.75rem 1.3rem;font-weight:700;text-decoration:none;display:flex}.ProductCard-module__8tQiZq__button:hover{background:#f0d78d;transform:translateY(-3px)}
.Home-module__jKgjFW__section{padding:2rem}.Home-module__jKgjFW__sectionHeader{color:#fff;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Home-module__jKgjFW__viewAllBtn{color:#fff;cursor:pointer;background-color:#4a9eff;border:none;border-radius:5px;padding:.5rem 1rem}.Home-module__jKgjFW__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.6rem;padding-top:.5rem;display:grid}.Home-module__jKgjFW__wrapper{flex-direction:column;gap:5rem;padding:1rem;display:flex}.Home-module__jKgjFW__section{background:#000;justify-content:center;padding:6rem 0;display:flex}.Home-module__jKgjFW__sectionContent{align-items:flex-start;gap:3.5rem;width:100%;max-width:1350px;display:flex;color:#fff!important}.Home-module__jKgjFW__infoBox{border-radius:var(--radius);color:var(--text-secondary);box-shadow:var(--shadow);transition:var(--transition);background:linear-gradient(135deg,#111,#1a1a1a);border:1px solid rgba(255,255,255,.06);flex:1;padding:2.5rem}.Home-module__jKgjFW__infoBox:hover{border-color:var(--accent-soft);transform:translateY(-8px);box-shadow:0 20px 50px rgba(212,175,55,.18)}.Home-module__jKgjFW__infoBox h3{color:var(--text-primary);margin-bottom:.4rem;font-size:1.5rem;font-weight:600}.Home-module__jKgjFW__infoBox p{color:#fff;line-height:1.6}.Home-module__jKgjFW__productContainer{flex:3}.Home-module__jKgjFW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Home-module__jKgjFW__sectionHeader h2{color:#fff;font-weight:600}.Home-module__jKgjFW__viewAllBtn{color:#fff;cursor:pointer;background:#222;border:none;border-radius:6px;padding:.5rem 1rem;transition:background .3s}.Home-module__jKgjFW__viewAllBtn:hover{background:#444}.Home-module__jKgjFW__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.2rem;display:grid;background-color:transparent!important}.Home-module__jKgjFW__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;height:220px;animation:1.5s infinite Home-module__jKgjFW__shimmer}@keyframes Home-module__jKgjFW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:900px){.Home-module__jKgjFW__sectionContent{flex-direction:column}.Home-module__jKgjFW__infoBox{max-width:100%}}@keyframes Home-module__jKgjFW__pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes Home-module__jKgjFW__fadeUp{to{opacity:1;transform:translateY(0)}}
.HeroSection-module__1olGuq__heroWrapper{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid}.HeroSection-module__1olGuq__heroCard{cursor:pointer;color:#fff;isolation:isolate;border-radius:24px;justify-content:flex-start;align-items:flex-end;height:380px;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.HeroSection-module__1olGuq__heroCard:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 16px 40px rgba(0,0,0,.25)}.HeroSection-module__1olGuq__heroImage{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .6s;position:absolute;top:0;bottom:0;left:0;right:0}.HeroSection-module__1olGuq__heroCard:hover .HeroSection-module__1olGuq__heroImage{transform:scale(1.08)}.HeroSection-module__1olGuq__overlay{z-index:2;background:linear-gradient(rgba(0,0,0,.1) 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 90%);position:absolute;top:0;bottom:0;left:0;right:0}.HeroSection-module__1olGuq__textBox{z-index:3;text-shadow:0 2px 8px rgba(0,0,0,.35);padding:2.2rem;position:relative}.HeroSection-module__1olGuq__textBox h1{color:#fff;letter-spacing:.5px;margin-bottom:.4rem;font-size:2.2rem;font-weight:700}.HeroSection-module__1olGuq__textBox p{opacity:.95;color:#fff;max-width:400px;margin-bottom:1rem;font-size:1rem;line-height:1.5}.HeroSection-module__1olGuq__shopNow{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(255,255,255,.25);border:none;border-radius:10px;padding:.7rem 1.5rem;font-weight:600;transition:all .3s}.HeroSection-module__1olGuq__shopNow:hover{background:rgba(255,255,255,.4);transform:translateY(-2px)}.HeroSection-module__1olGuq__primary{grid-column:span 2}.HeroSection-module__1olGuq__textCard{color:#fff;text-align:left;background:linear-gradient(135deg,#004aad,#001b44);border-radius:20px;flex-direction:column;justify-content:center;height:380px;padding:3rem 2rem;transition:transform .4s,box-shadow .4s;display:flex}.HeroSection-module__1olGuq__textCard:hover{transform:translateY(-8px);box-shadow:0 12px 28px rgba(0,0,0,.25)}.HeroSection-module__1olGuq__textCard h2{color:#fff;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.HeroSection-module__1olGuq__textCard p{opacity:.9;color:#fff;margin-bottom:1.5rem;font-size:1rem}.HeroSection-module__1olGuq__textCard button{color:#fff;cursor:pointer;background:rgba(255,255,255,.25);border:none;border-radius:8px;padding:.6rem 1.5rem;font-weight:600;transition:background .3s}.HeroSection-module__1olGuq__textCard button:hover{background:rgba(255,255,255,.35)}@media (max-width:900px){.HeroSection-module__1olGuq__heroWrapper{grid-template-columns:1fr}.HeroSection-module__1olGuq__heroCard{height:280px}.HeroSection-module__1olGuq__textBox h1{font-size:1.8rem}}
.NewArrivals-module__hgSV-G__newArrivals{max-width:1400px;margin:0 auto;padding:4rem 2rem;background-color:transparent!important}.NewArrivals-module__hgSV-G__header{text-align:center;margin-bottom:2rem}.NewArrivals-module__hgSV-G__header h2{margin-bottom:.3rem;font-size:2rem;font-weight:700}.NewArrivals-module__hgSV-G__header p{color:#555;font-size:1rem}.NewArrivals-module__hgSV-G__grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;background-color:transparent;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.NewArrivals-module__hgSV-G__grid::-webkit-scrollbar{height:8px}.NewArrivals-module__hgSV-G__grid::-webkit-scrollbar-thumb{background:var(--accent-soft);border-radius:4px}.NewArrivals-module__hgSV-G__grid>*{scroll-snap-align:center;flex:none;min-width:220px}.NewArrivals-module__hgSV-G__dragging{cursor:grabbing}.NewArrivals-module__hgSV-G__skeleton{border-radius:10px;height:300px;animation:1.5s ease-in-out infinite NewArrivals-module__hgSV-G__pulse;background:0 0!important}.NewArrivals-module__hgSV-G__arrows{justify-content:flex-end;gap:1rem;margin:2rem 1rem;display:flex}.NewArrivals-module__hgSV-G__arrowBtn{color:#fff;cursor:pointer;opacity:.85;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.4rem;transition:all .25s;display:flex}.NewArrivals-module__hgSV-G__arrowBtn:hover{background-color:var(--accent);opacity:1;transform:translateY(-1px)}@media (max-width:768px){.NewArrivals-module__hgSV-G__arrows{display:none}}@keyframes NewArrivals-module__hgSV-G__pulse{0%{background-color:#f0f0f0}50%{background-color:#e4e4e4}to{background-color:#f0f0f0}}@media (max-width:600px){.NewArrivals-module__hgSV-G__newArrivals{max-width:100%}.NewArrivals-module__hgSV-G__newArrivals .NewArrivals-module__hgSV-G__grid>*{width:100%}}@media (min-width:601px) and (max-width:900px){.NewArrivals-module__hgSV-G__newArrivals .NewArrivals-module__hgSV-G__grid>*{width:45%}}@media (min-width:901px){.NewArrivals-module__hgSV-G__newArrivals .NewArrivals-module__hgSV-G__grid>*{min-width:220px}}
.FeaturedSection-module__Lm2y0a__taggedSection{max-width:1400px;margin:0 auto;padding:4rem 2rem}.FeaturedSection-module__Lm2y0a__header{text-align:center;margin-bottom:2rem}.FeaturedSection-module__Lm2y0a__header h2{text-transform:capitalize;margin-bottom:.3rem;font-size:2rem;font-weight:700}.FeaturedSection-module__Lm2y0a__header p{color:#666;font-size:1rem}.FeaturedSection-module__Lm2y0a__dragging{cursor:grabbing}.FeaturedSection-module__Lm2y0a__grid{scroll-snap-type:x mandatory;background-color:transparent;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.FeaturedSection-module__Lm2y0a__grid::-webkit-scrollbar{height:8px}.FeaturedSection-module__Lm2y0a__grid::-webkit-scrollbar-thumb{background:var(--accent-soft);border-radius:4px}.FeaturedSection-module__Lm2y0a__grid>*{scroll-snap-align:start;flex:none;width:220px}.FeaturedSection-module__Lm2y0a__skeleton{border-radius:10px;height:300px;animation:1.5s ease-in-out infinite FeaturedSection-module__Lm2y0a__pulse;background:0 0!important}@keyframes FeaturedSection-module__Lm2y0a__pulse{0%{background-color:#f0f0f0}50%{background-color:#e4e4e4}to{background-color:#f0f0f0}}.FeaturedSection-module__Lm2y0a__empty{color:#999;text-align:center;width:100%;margin:2rem auto;font-size:1rem}@media (max-width:600px){.FeaturedSection-module__Lm2y0a__grid>*{width:80%}}@media (min-width:601px) and (max-width:900px){.FeaturedSection-module__Lm2y0a__grid>*{width:45%}}@media (min-width:901px){.FeaturedSection-module__Lm2y0a__grid>*{width:250px}}
.Footer-module__8-teKW__footer{background:var(--color-bg);border-top:1px solid rgba(0,0,0,.07);padding:4rem 2rem 2rem}.Footer-module__8-teKW__container{flex-wrap:wrap;justify-content:space-between;gap:4rem;max-width:1300px;margin:auto;display:flex}.Footer-module__8-teKW__left{max-width:260px}.Footer-module__8-teKW__logo{object-fit:contain;border-radius:50%;width:160px;margin-bottom:1rem}.Footer-module__8-teKW__brandText{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.Footer-module__8-teKW__right{flex-wrap:wrap;gap:4rem;display:flex}.Footer-module__8-teKW__column{flex-direction:column;gap:.6rem;min-width:140px;display:flex}.Footer-module__8-teKW__column h4{color:var(--accent);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;position:relative}.Footer-module__8-teKW__column h4:after{content:"";background:var(--accent);border-radius:4px;width:28px;height:2px;position:absolute;bottom:-4px;left:0}.Footer-module__8-teKW__column a{color:var(--text-secondary);flex-direction:row;place-content:center left;align-items:center;font-size:.95rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__8-teKW__socialIcon{color:var(--accent);margin-right:1rem;font-size:1rem}.Footer-module__8-teKW__column a:hover{color:var(--accent)}.Footer-module__8-teKW__bottom{text-align:center;color:var(--text-secondary);border-top:1px solid rgba(0,0,0,.07);margin-top:3rem;padding-top:1.5rem;font-size:.9rem}.Footer-module__8-teKW__arrow{color:var(--accent);margin-right:1rem}@media (max-width:850px){.Footer-module__8-teKW__container{text-align:center;flex-direction:column;align-items:center}.Footer-module__8-teKW__right{text-align:center;justify-content:center}.Footer-module__8-teKW__column h4:after{margin:auto;left:50%;transform:translate(-50%)}}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_d2ef7c9d-module__VYULzq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_d2ef7c9d-module__VYULzq__variable{--font-inter:"Inter","Inter Fallback"}
.products-module__E8alaG__wrapper{max-width:1400px;margin:0 auto;padding:4rem 2rem}.products-module__E8alaG__sectionHeader{border-bottom:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding-bottom:.75rem;display:flex}.products-module__E8alaG__sectionHeader h2{font-size:var(--fs-h2);font-family:var(--font-heading);margin:0}.products-module__E8alaG__sortSelect{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:8px;padding:.5rem .75rem;font-size:.95rem;transition:border .2s}.products-module__E8alaG__sortSelect:hover{border-color:var(--accent)}.products-module__E8alaG__tags{gap:.5rem;margin-top:.5rem;display:flex}.products-module__E8alaG__tag{color:var(--accent);background:#f0f4ff;border-radius:999px;padding:.25rem .6rem;font-size:1rem;font-weight:500}.products-module__E8alaG__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.products-module__E8alaG__skeleton{background:#eee;border-radius:10px;height:320px;animation:1.5s ease-in-out infinite products-module__E8alaG__pulse}@keyframes products-module__E8alaG__pulse{0%{background-color:#f0f0f0}50%{background-color:#e4e4e4}to{background-color:#f0f0f0}}.products-module__E8alaG__pagination{justify-content:center;gap:.5rem;margin-top:3rem;display:flex}.products-module__E8alaG__pageBtn{color:#000;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:.6rem 1rem;font-weight:500;transition:all .2s}.products-module__E8alaG__pageBtn:hover,.products-module__E8alaG__activePage{color:#fff;background-color:#0070f3;border-color:#0070f3}
