@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.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:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.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:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_43d50961-module__KOAtAG__className{font-family:Outfit,Outfit Fallback;font-style:normal}
:root{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:263.4 70% 50.4%;--primary-foreground:210 40% 98%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:263.4 70% 50.4%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%;--radius:.75rem;--container-padding:2rem;--header-height:4rem}*{box-sizing:border-box;border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Outfit,sans-serif}.fade-in{animation:.5s ease-in-out fadeIn}.slide-up{animation:.5s ease-out slideUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.container{width:100%;max-width:1400px;padding:0 var(--container-padding);margin:0 auto}.grid-products{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}@media (max-width:768px){.grid-products{grid-template-columns:repeat(2,1fr);gap:1rem}}
.Header-module__lnUIdW__header{z-index:50;width:100%;height:var(--header-height);background-color:hsl(var(--background)/.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border));align-items:center;display:flex;position:sticky;top:0}.Header-module__lnUIdW__container{width:100%;max-width:1400px;padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{color:hsl(var(--foreground));z-index:60;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Header-module__lnUIdW__logo span{color:hsl(var(--primary))}.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__navLinks{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__lnUIdW__link{color:hsl(var(--muted-foreground));font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Header-module__lnUIdW__link:hover,.Header-module__lnUIdW__activeLink{color:hsl(var(--foreground))}.Header-module__lnUIdW__actions{z-index:60;align-items:center;gap:1rem;display:flex}.Header-module__lnUIdW__cartBtn{color:hsl(var(--foreground));cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .2s;position:relative}.Header-module__lnUIdW__cartBtn:hover{color:hsl(var(--primary))}.Header-module__lnUIdW__badge{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.Header-module__lnUIdW__menuBtn{color:hsl(var(--foreground));cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.Header-module__lnUIdW__menuBtn:hover{color:hsl(var(--primary))}@media (max-width:767px){.Header-module__lnUIdW__nav{top:var(--header-height);background-color:hsl(var(--background));border-bottom:1px solid hsl(var(--border));max-height:0;transition:max-height .3s;display:block;position:fixed;left:0;right:0;overflow:hidden}.Header-module__lnUIdW__mobileMenuOpen{max-height:400px}.Header-module__lnUIdW__navLinks{flex-direction:column;gap:0;padding:1rem 0}.Header-module__lnUIdW__navLinks li{width:100%}.Header-module__lnUIdW__navLinks a{padding:1rem var(--container-padding);border-left:3px solid #0000;width:100%;display:block}.Header-module__lnUIdW__navLinks a:hover,.Header-module__lnUIdW__activeLink{background-color:hsl(var(--accent));border-left-color:hsl(var(--primary))}}@media (min-width:768px){.Header-module__lnUIdW__nav{display:block}.Header-module__lnUIdW__menuBtn{display:none}}
.Footer-module__3hUVsW__footer{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));margin-top:auto;padding:4rem 0 2rem}.Footer-module__3hUVsW__container{width:100%;max-width:1400px;padding:0 var(--container-padding);margin:0 auto}.Footer-module__3hUVsW__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__3hUVsW__brand h3{margin:0 0 1rem;font-size:1.5rem}.Footer-module__3hUVsW__brand p{color:hsl(var(--muted-foreground));line-height:1.6}.Footer-module__3hUVsW__column h4{margin:0 0 1.5rem;font-size:1rem;font-weight:600}.Footer-module__3hUVsW__links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__links a{color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__links a:hover{color:hsl(var(--foreground))}.Footer-module__3hUVsW__bottom{border-top:1px solid hsl(var(--border));text-align:center;color:hsl(var(--muted-foreground));padding-top:2rem;font-size:.9rem}
.CartDrawer-module__8gGKhG__overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;position:fixed;inset:0}.CartDrawer-module__8gGKhG__drawer{background-color:hsl(var(--background));z-index:101;border-left:1px solid hsl(var(--border));flex-direction:column;width:100%;max-width:400px;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 24px #0000001a}.CartDrawer-module__8gGKhG__header{border-bottom:1px solid hsl(var(--border));justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__8gGKhG__title{margin:0;font-size:1.25rem;font-weight:600}.CartDrawer-module__8gGKhG__closeBtn{cursor:pointer;color:hsl(var(--muted-foreground));border-radius:var(--radius);background:0 0;border:none;padding:.5rem;transition:all .2s}.CartDrawer-module__8gGKhG__closeBtn:hover{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.CartDrawer-module__8gGKhG__items{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__8gGKhG__empty{height:100%;color:hsl(var(--muted-foreground));text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.CartDrawer-module__8gGKhG__item{gap:1rem;display:flex}.CartDrawer-module__8gGKhG__itemImage{border-radius:var(--radius);background-color:hsl(var(--muted));flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.CartDrawer-module__8gGKhG__itemImage img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__8gGKhG__itemInfo{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartDrawer-module__8gGKhG__itemName{margin:0 0 .25rem;font-size:.95rem;font-weight:500}.CartDrawer-module__8gGKhG__itemPrice{color:hsl(var(--muted-foreground));font-size:.9rem}.CartDrawer-module__8gGKhG__itemControls{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.CartDrawer-module__8gGKhG__quantity{border:1px solid hsl(var(--border));border-radius:var(--radius);align-items:center;gap:.75rem;padding:.25rem;display:flex}.CartDrawer-module__8gGKhG__qtyBtn{cursor:pointer;width:24px;height:24px;color:hsl(var(--foreground));background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.CartDrawer-module__8gGKhG__qtyBtn:hover{background-color:hsl(var(--muted))}.CartDrawer-module__8gGKhG__removeBtn{color:hsl(var(--destructive));cursor:pointer;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.CartDrawer-module__8gGKhG__footer{border-top:1px solid hsl(var(--border));background-color:hsl(var(--background));padding:1.5rem}.CartDrawer-module__8gGKhG__total{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;display:flex}
