@layer component{.page-module__T-UgbW__page{min-height:100vh;font-family:var(--font-montserrat);background-color:var(--background);color:var(--text-primary);flex-direction:column;align-items:center;padding:2rem 1rem;display:flex}.page-module__T-UgbW__container{flex-direction:column;gap:3rem;width:100%;max-width:900px;display:flex}.page-module__T-UgbW__hero{text-align:center;padding:2rem 0}.page-module__T-UgbW__title{color:var(--text-primary);margin:0 0 1rem;font-size:2.5rem;font-weight:700}.page-module__T-UgbW__tagline{color:var(--text-secondary);margin:0;font-size:1.25rem}.page-module__T-UgbW__section{text-align:center}.page-module__T-UgbW__description{color:var(--text-secondary);margin:0;font-size:1.125rem;line-height:1.8}.page-module__T-UgbW__missionVision{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.page-module__T-UgbW__card{background-color:var(--background-secondary);text-align:center;border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.page-module__T-UgbW__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.page-module__T-UgbW__cardIcon{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;display:inline-flex}.page-module__T-UgbW__cardTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.page-module__T-UgbW__cardText{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.page-module__T-UgbW__servicesSection{padding:2rem 0}.page-module__T-UgbW__sectionTitle{text-align:center;color:var(--text-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.page-module__T-UgbW__sectionSubtitle{text-align:center;color:var(--text-secondary);margin:0 0 2rem;font-size:1rem}.page-module__T-UgbW__servicesGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.page-module__T-UgbW__serviceCard{background-color:var(--background-secondary);border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.page-module__T-UgbW__serviceCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.page-module__T-UgbW__serviceIcon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:inline-flex}.page-module__T-UgbW__serviceTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.page-module__T-UgbW__serviceDescription{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.page-module__T-UgbW__ctaSection{text-align:center;background-color:var(--background-secondary);border-radius:16px;flex-direction:column;align-items:center;margin-top:1rem;padding:3rem 2rem;display:flex}.page-module__T-UgbW__ctaIcon{color:var(--primary);margin-bottom:1rem}.page-module__T-UgbW__ctaTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.page-module__T-UgbW__ctaText{color:var(--text-secondary);margin:0 0 1.5rem;font-size:1rem}.page-module__T-UgbW__ctaButton{background-color:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.page-module__T-UgbW__ctaButton:hover{background-color:var(--primary-dark,var(--primary));transform:translateY(-2px)}.page-module__T-UgbW__historySection{padding:2rem 0}.page-module__T-UgbW__historyContent{background-color:var(--background-secondary);border-radius:12px;padding:2rem}.page-module__T-UgbW__historyText{color:var(--text-secondary);white-space:pre-line;margin:0;font-size:1rem;line-height:1.8}.page-module__T-UgbW__teamSection{padding:2rem 0}.page-module__T-UgbW__teamCarouselWrapper{margin-top:1.5rem}.page-module__T-UgbW__teamGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.page-module__T-UgbW__teamCard{background-color:var(--background-secondary);text-align:center;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.page-module__T-UgbW__teamCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.page-module__T-UgbW__teamImageWrapper{background-color:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1rem;display:flex;overflow:hidden}.page-module__T-UgbW__teamImage{object-fit:cover;width:100%;height:100%}.page-module__T-UgbW__teamPlaceholder{color:#fff}.page-module__T-UgbW__teamName{color:var(--text-primary);margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.page-module__T-UgbW__teamRole{color:var(--primary);margin:0 0 .75rem;font-size:.875rem;font-weight:500}.page-module__T-UgbW__teamBio{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.6}.page-module__T-UgbW__teamLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.page-module__T-UgbW__teamContactLink,.page-module__T-UgbW__teamSocialLink{background-color:var(--background);width:32px;height:32px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.page-module__T-UgbW__teamContactLink:hover,.page-module__T-UgbW__teamSocialLink:hover{background-color:var(--primary);color:#fff;transform:translateY(-2px)}.page-module__T-UgbW__factorySection{padding:2rem 0}.page-module__T-UgbW__factoryDescription{color:var(--text-secondary);text-align:center;margin:1rem 0 2rem;font-size:1rem;line-height:1.8}.page-module__T-UgbW__factoryImagesSection,.page-module__T-UgbW__factoryVideosSection{margin-top:2rem}.page-module__T-UgbW__factorySubtitle{color:var(--text-primary);text-align:center;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.page-module__T-UgbW__masonryGrid{column-count:3;column-gap:1rem}.page-module__T-UgbW__masonryItem{break-inside:avoid;cursor:pointer;border-radius:12px;margin-bottom:1rem;transition:transform .2s,box-shadow .2s;overflow:hidden}.page-module__T-UgbW__masonryItem:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000026}.page-module__T-UgbW__masonryImage{object-fit:cover;width:100%;height:auto;display:block}.page-module__T-UgbW__videosGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.page-module__T-UgbW__videoCard{background-color:var(--background-secondary);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.page-module__T-UgbW__videoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.page-module__T-UgbW__videoTitle{color:var(--text-primary);margin:0;padding:1rem;font-size:1rem;font-weight:600}.page-module__T-UgbW__videoWrapper{background-color:#000;width:100%;padding-bottom:56.25%;position:relative}.page-module__T-UgbW__videoIframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__T-UgbW__videoThumbnail{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__T-UgbW__thumbnailImage{object-fit:cover}.page-module__T-UgbW__playButton{background-color:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__T-UgbW__videoThumbnail:hover .page-module__T-UgbW__playButton{background-color:#ff0000e6;transform:translate(-50%,-50%)scale(1.1)}.page-module__T-UgbW__imageModal{z-index:1000;cursor:pointer;background-color:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-module__T-UgbW__imageModalContent{cursor:default;max-width:90vw;max-height:90vh;position:relative}.page-module__T-UgbW__closeModalButton{color:#fff;cursor:pointer;z-index:1001;background:#000c;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:.75rem;font-size:1.5rem;line-height:1;transition:background-color .2s,transform .2s;display:flex;position:fixed;top:1rem;right:1rem}.page-module__T-UgbW__closeModalButton:hover{background-color:#fff3;transform:scale(1.1)}.page-module__T-UgbW__modalImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:85vh}@media (max-width:768px){.page-module__T-UgbW__page{padding:1.5rem 1rem}.page-module__T-UgbW__title{font-size:2rem}.page-module__T-UgbW__tagline,.page-module__T-UgbW__description{font-size:1rem}.page-module__T-UgbW__missionVision{grid-template-columns:1fr}.page-module__T-UgbW__sectionTitle{font-size:1.5rem}.page-module__T-UgbW__servicesGrid{grid-template-columns:1fr}.page-module__T-UgbW__ctaSection{padding:2rem 1.5rem}.page-module__T-UgbW__teamGrid{grid-template-columns:1fr}.page-module__T-UgbW__historyContent{padding:1.5rem}.page-module__T-UgbW__masonryGrid{column-count:1}.page-module__T-UgbW__videosGrid{grid-template-columns:1fr}.page-module__T-UgbW__playButton{width:60px;height:60px}.page-module__T-UgbW__imageModalContent{max-width:95vw}}@media (min-width:769px) and (max-width:1024px){.page-module__T-UgbW__masonryGrid{column-count:2}}}
@layer utilities{.CarouselWrapper-module__JY_GBa__carouselWrapper{outline:none;width:100%;max-width:100%;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__dragging,.CarouselWrapper-module__JY_GBa__dragging *{-webkit-user-select:none;user-select:none;cursor:grabbing!important}.CarouselWrapper-module__JY_GBa__variantFullWidth{aspect-ratio:5/2.2;color:#fff;background-color:#000;overflow:hidden}@media screen and (max-width:1000px){.CarouselWrapper-module__JY_GBa__variantFullWidth{aspect-ratio:1/.6}}@media screen and (max-width:600px){.CarouselWrapper-module__JY_GBa__variantFullWidth{aspect-ratio:unset;height:70vh}}.CarouselWrapper-module__JY_GBa__fullWidthWrapper{width:100%;max-width:100%;height:100%;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__fullWidthImage{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.CarouselWrapper-module__JY_GBa__fullWidthOverlay{pointer-events:none;background:linear-gradient(90deg,#000000de 0%,#fff0 70%);position:absolute;inset:0}@media screen and (max-width:800px){.CarouselWrapper-module__JY_GBa__fullWidthOverlay{background:linear-gradient(#000000e6 0%,#fff0 90%)}}.CarouselWrapper-module__JY_GBa__fullWidthHeader{z-index:10;padding:clamp(1rem,3vw,2rem);position:absolute;top:0;left:0;right:0}.CarouselWrapper-module__JY_GBa__fullWidthContent{z-index:2;text-shadow:0 2px 20px #0009;color:#fff;flex-direction:column;justify-content:center;max-width:620px;height:70%;padding:clamp(2rem,5vw,5rem);display:flex;position:relative}@media screen and (max-width:800px){.CarouselWrapper-module__JY_GBa__fullWidthContent{justify-content:flex-start;width:80%;padding-block:2rem;padding-inline:1.2rem}}.CarouselWrapper-module__JY_GBa__navArrow{z-index:3;color:#333;cursor:pointer;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .12s,transform .12s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 16px #0003}.CarouselWrapper-module__JY_GBa__navArrow:hover{background-color:#fff;transform:translateY(-50%)scale(1.04)}.CarouselWrapper-module__JY_GBa__navArrowLeft{left:1.2rem}.CarouselWrapper-module__JY_GBa__navArrowRight{right:1.2rem}.CarouselWrapper-module__JY_GBa__navArrowIcon{width:1.25rem;height:1.25rem}@media (min-width:768px){.CarouselWrapper-module__JY_GBa__navArrowIcon{width:1.5rem;height:1.5rem}}@media screen and (max-width:800px){.CarouselWrapper-module__JY_GBa__navArrow{display:none}}.CarouselWrapper-module__JY_GBa__mobileTapZoneLeft,.CarouselWrapper-module__JY_GBa__mobileTapZoneRight{z-index:5;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;width:48px;display:block;position:absolute;top:0;bottom:0}.CarouselWrapper-module__JY_GBa__mobileTapZoneLeft{left:0}.CarouselWrapper-module__JY_GBa__mobileTapZoneRight{right:0}.CarouselWrapper-module__JY_GBa__controlDots{z-index:3;gap:.6rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.CarouselWrapper-module__JY_GBa__dot{cursor:pointer;background-color:#ffffff8c;border:none;border-radius:999px;width:10px;height:10px;padding:0;transition:width .16s,height .16s,background-color .16s;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__dotActive{background-color:#ffffff26;border:1px solid #fffc;width:46px;height:10px}.CarouselWrapper-module__JY_GBa__dotActiveNoProgress{background-color:#fff;border:none;width:24px;height:10px}.CarouselWrapper-module__JY_GBa__dotProgress{transform-origin:0;border-radius:inherit;background-color:#fff;transition:transform 80ms linear;position:absolute;inset:0}.CarouselWrapper-module__JY_GBa__variantInset{color:#fff;background-color:#0000;padding:0;overflow:hidden}@media screen and (max-width:1000px){.CarouselWrapper-module__JY_GBa__variantInset{padding:0}}@media screen and (max-width:600px){.CarouselWrapper-module__JY_GBa__variantInset{padding:0}}.CarouselWrapper-module__JY_GBa__insetWrapper{flex-direction:column;width:100%;max-width:100%;min-height:500px;display:flex;position:relative;overflow:hidden}@media screen and (max-width:1000px){.CarouselWrapper-module__JY_GBa__insetWrapper{min-height:450px}}@media screen and (max-width:600px){.CarouselWrapper-module__JY_GBa__insetWrapper{min-height:500px}}.CarouselWrapper-module__JY_GBa__insetBackground{z-index:0;background-color:#000;position:absolute;inset:0}.CarouselWrapper-module__JY_GBa__insetBackgroundImage{filter:blur(40px);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.1)}.CarouselWrapper-module__JY_GBa__insetBackgroundOverlay{background-color:#0009;position:absolute;inset:0}.CarouselWrapper-module__JY_GBa__insetHeader{z-index:10;padding-inline:32px;position:relative}@media screen and (max-width:1000px){.CarouselWrapper-module__JY_GBa__insetHeader{padding-inline:24px}}@media screen and (max-width:600px){.CarouselWrapper-module__JY_GBa__insetHeader{padding-inline:12px}}.CarouselWrapper-module__JY_GBa__insetBody{z-index:10;flex-direction:column;flex:1;width:100%;max-width:100%;padding-block:1rem;display:flex;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__insetCarouselWrapper{flex:1;align-items:center;display:flex;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__insetNavBtn{z-index:20;cursor:pointer;background-color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .15s,transform .15s;display:flex;position:absolute}.CarouselWrapper-module__JY_GBa__insetNavBtn:hover{background-color:#ffffffe6;transform:scale(1.05)}@media (min-width:768px){.CarouselWrapper-module__JY_GBa__insetNavBtn{width:3rem;height:3rem}}.CarouselWrapper-module__JY_GBa__insetNavBtnPrev{left:.75rem}.CarouselWrapper-module__JY_GBa__insetNavBtnNext{right:.75rem}@media (min-width:768px){.CarouselWrapper-module__JY_GBa__insetNavBtnPrev{left:1.5rem}.CarouselWrapper-module__JY_GBa__insetNavBtnNext{right:1.5rem}}.CarouselWrapper-module__JY_GBa__insetNavIcon{color:#000;width:1.25rem;height:1.25rem}@media (min-width:768px){.CarouselWrapper-module__JY_GBa__insetNavIcon{width:1.5rem;height:1.5rem}}.CarouselWrapper-module__JY_GBa__insetTrackContainer{align-items:center;width:100%;display:flex;overflow:hidden}.CarouselWrapper-module__JY_GBa__insetTrack{will-change:transform;align-items:center;display:flex}.CarouselWrapper-module__JY_GBa__insetCard{border-radius:.75rem;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (min-width:768px){.CarouselWrapper-module__JY_GBa__insetCard{border-radius:1rem}}.CarouselWrapper-module__JY_GBa__insetCardImage{object-fit:cover;width:100%;height:100%}.CarouselWrapper-module__JY_GBa__insetCardGradient{background:linear-gradient(#0000,#0000,#000000b3);position:absolute;inset:0}.CarouselWrapper-module__JY_GBa__insetCardContent{color:#fff;padding:1rem;position:absolute;bottom:0;left:0;right:0}.CarouselWrapper-module__JY_GBa__insetIndicators{justify-content:center;gap:.5rem;padding-block:1rem;display:flex}@media (min-width:768px){.CarouselWrapper-module__JY_GBa__insetIndicators{padding-bottom:1.5rem}}.CarouselWrapper-module__JY_GBa__insetIndicator{cursor:pointer;background-color:#ffffff4d;border:none;border-radius:9999px;height:.5rem;transition:all .3s;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__insetIndicatorActive{width:3rem}.CarouselWrapper-module__JY_GBa__insetIndicatorInactive{width:.5rem}.CarouselWrapper-module__JY_GBa__insetIndicatorInactive:hover{background-color:#fff6}.CarouselWrapper-module__JY_GBa__insetIndicatorProgress{background-color:#fff;border-radius:9999px;transition:width .1s linear;position:absolute;inset:0}.CarouselWrapper-module__JY_GBa__variantDefault{position:relative}.CarouselWrapper-module__JY_GBa__defaultWrapper{width:100%;max-width:100%;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__defaultHeader{margin-bottom:1rem}.CarouselWrapper-module__JY_GBa__defaultCarouselContainer{width:100%;min-height:380px;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__defaultTrack{touch-action:pan-y pinch-zoom;width:100%;min-height:380px;display:flex}.CarouselWrapper-module__JY_GBa__defaultItem{box-sizing:border-box;min-height:380px;padding:0 8px}.CarouselWrapper-module__JY_GBa__defaultItemInner{border-radius:.75rem;width:100%;height:100%;min-height:380px}@media screen and (max-width:1000px){.CarouselWrapper-module__JY_GBa__defaultCarouselContainer,.CarouselWrapper-module__JY_GBa__defaultTrack,.CarouselWrapper-module__JY_GBa__defaultItem,.CarouselWrapper-module__JY_GBa__defaultItemInner{min-height:360px}}@media screen and (max-width:600px){.CarouselWrapper-module__JY_GBa__defaultCarouselContainer,.CarouselWrapper-module__JY_GBa__defaultTrack,.CarouselWrapper-module__JY_GBa__defaultItem,.CarouselWrapper-module__JY_GBa__defaultItemInner{min-height:340px}}@media screen and (max-width:340px){.CarouselWrapper-module__JY_GBa__defaultCarouselContainer,.CarouselWrapper-module__JY_GBa__defaultTrack,.CarouselWrapper-module__JY_GBa__defaultItem,.CarouselWrapper-module__JY_GBa__defaultItemInner{min-height:320px}}.CarouselWrapper-module__JY_GBa__defaultItemImage{aspect-ratio:1;object-fit:cover;border-radius:.75rem;width:100%;height:auto}.CarouselWrapper-module__JY_GBa__defaultItemContent{padding:.75rem 0}.CarouselWrapper-module__JY_GBa__defaultNavBtn{z-index:10;color:#333;cursor:pointer;background-color:#fff;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.CarouselWrapper-module__JY_GBa__defaultNavBtn:hover:not(:disabled){background-color:#f9fafb;transform:translateY(-50%)scale(1.05);box-shadow:0 6px 16px #00000026}.CarouselWrapper-module__JY_GBa__defaultNavBtn:disabled{opacity:.5;cursor:not-allowed}.CarouselWrapper-module__JY_GBa__defaultNavBtnPrev{left:0}.CarouselWrapper-module__JY_GBa__defaultNavBtnNext{right:0}@media screen and (max-width:600px){.CarouselWrapper-module__JY_GBa__defaultNavBtn{width:36px;height:36px}.CarouselWrapper-module__JY_GBa__defaultNavBtn svg{width:16px;height:16px}}.CarouselWrapper-module__JY_GBa__defaultDots{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.CarouselWrapper-module__JY_GBa__defaultDot{cursor:pointer;background-color:#0003;border:none;border-radius:50%;width:8px;height:8px;transition:all .2s}.CarouselWrapper-module__JY_GBa__defaultDot:hover{background-color:#0006}.CarouselWrapper-module__JY_GBa__defaultDotActive{background-color:#111827;border-radius:4px;width:24px}.CarouselWrapper-module__JY_GBa__previewCardsWrapper{z-index:10;justify-content:center;margin-top:1rem;display:flex;position:relative;overflow:hidden}.CarouselWrapper-module__JY_GBa__previewCards{scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;gap:.5rem;max-width:100%;padding:.5rem;display:flex;overflow-x:auto}.CarouselWrapper-module__JY_GBa__previewCards::-webkit-scrollbar{height:4px}.CarouselWrapper-module__JY_GBa__previewCards::-webkit-scrollbar-track{background:0 0}.CarouselWrapper-module__JY_GBa__previewCards::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.CarouselWrapper-module__JY_GBa__variantDefault .CarouselWrapper-module__JY_GBa__previewCards{scrollbar-color:#0003 transparent}.CarouselWrapper-module__JY_GBa__variantDefault .CarouselWrapper-module__JY_GBa__previewCards::-webkit-scrollbar-thumb{background:#0003}.CarouselWrapper-module__JY_GBa__previewCard{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:80px;height:80px;padding:0;transition:all .2s;overflow:hidden}.CarouselWrapper-module__JY_GBa__previewCard img{object-fit:cover;width:100%;height:100%}.CarouselWrapper-module__JY_GBa__previewCard:hover{border-color:#ffffff80}.CarouselWrapper-module__JY_GBa__previewCardActive{border-color:#fff;box-shadow:0 0 0 2px #ffffff4d}.CarouselWrapper-module__JY_GBa__variantDefault .CarouselWrapper-module__JY_GBa__previewCard:hover{border-color:#0000004d}.CarouselWrapper-module__JY_GBa__variantDefault .CarouselWrapper-module__JY_GBa__previewCardActive{border-color:#111827;box-shadow:0 0 0 2px #11182733}.CarouselWrapper-module__JY_GBa__fullWidthPreviewCards{z-index:10;max-width:90vw;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.CarouselWrapper-module__JY_GBa__fullWidthPreviewCards .CarouselWrapper-module__JY_GBa__previewCards{background-color:#0006;border-radius:.5rem;padding:.5rem}.CarouselWrapper-module__JY_GBa__actionButtons{z-index:10;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.CarouselWrapper-module__JY_GBa__actionButtonsDefault{z-index:10;gap:.5rem;display:flex;position:absolute;top:.5rem;right:.5rem}.CarouselWrapper-module__JY_GBa__actionBtn{color:#333;cursor:pointer;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .15s;display:flex;box-shadow:0 4px 12px #00000026}.CarouselWrapper-module__JY_GBa__actionBtn:hover{background-color:#fff;transform:scale(1.05)}.CarouselWrapper-module__JY_GBa__fullscreenOverlay{z-index:9999;background-color:#000000f2;justify-content:center;align-items:center;animation:.2s CarouselWrapper-module__JY_GBa__fadeIn;display:flex;position:fixed;inset:0}@keyframes CarouselWrapper-module__JY_GBa__fadeIn{0%{opacity:0}to{opacity:1}}.CarouselWrapper-module__JY_GBa__fullscreenClose{z-index:10;color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .15s;display:flex;position:absolute;top:1rem;right:1rem}.CarouselWrapper-module__JY_GBa__fullscreenClose:hover{background-color:#fff3}.CarouselWrapper-module__JY_GBa__fullscreenContent{justify-content:center;align-items:center;width:90vw;height:80vh;display:flex;position:relative}.CarouselWrapper-module__JY_GBa__fullscreenImage{object-fit:cover;max-width:100%;max-height:100%}.CarouselWrapper-module__JY_GBa__fullscreenNav{z-index:10;color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background-color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.CarouselWrapper-module__JY_GBa__fullscreenNav:hover{background-color:#fff3}.CarouselWrapper-module__JY_GBa__fullscreenNavLeft{left:1rem}.CarouselWrapper-module__JY_GBa__fullscreenNavRight{right:1rem}.CarouselWrapper-module__JY_GBa__fullscreenCounter{color:#fff;background-color:#00000080;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;position:absolute;bottom:6rem;left:50%;transform:translate(-50%)}.CarouselWrapper-module__JY_GBa__fullscreenThumbnails{scrollbar-width:none;background-color:#00000080;border-radius:.5rem;gap:.5rem;max-width:90vw;padding:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;overflow-x:auto;transform:translate(-50%)}.CarouselWrapper-module__JY_GBa__fullscreenThumbnails::-webkit-scrollbar{display:none}.CarouselWrapper-module__JY_GBa__fullscreenThumb{cursor:pointer;opacity:.6;background:0 0;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:60px;height:60px;padding:0;transition:all .15s;overflow:hidden}.CarouselWrapper-module__JY_GBa__fullscreenThumb img{object-fit:cover;width:100%;height:100%}.CarouselWrapper-module__JY_GBa__fullscreenThumb:hover{opacity:.8}.CarouselWrapper-module__JY_GBa__fullscreenThumbActive{opacity:1;border-color:#fff}.CarouselWrapper-module__JY_GBa__zoomControls{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#00000080;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.CarouselWrapper-module__JY_GBa__zoomBtn{color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .15s,transform .15s;display:flex}.CarouselWrapper-module__JY_GBa__zoomBtn:hover:not(:disabled){background-color:#fff3;transform:scale(1.05)}.CarouselWrapper-module__JY_GBa__zoomBtn:disabled{opacity:.4;cursor:not-allowed}.CarouselWrapper-module__JY_GBa__zoomLevel{color:#fff;text-align:center;min-width:48px;padding:0 .5rem;font-size:.875rem;font-weight:500}.CarouselWrapper-module__JY_GBa__fullscreenContentZoomed{cursor:grab;overflow:hidden}.CarouselWrapper-module__JY_GBa__fullscreenContentDragging,.CarouselWrapper-module__JY_GBa__fullscreenContentDragging img{cursor:grabbing!important}.CarouselWrapper-module__JY_GBa__fullscreenContent{touch-action:none}.CarouselWrapper-module__JY_GBa__fullscreenImage{will-change:transform;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:transform .15s}@media screen and (max-width:600px){.CarouselWrapper-module__JY_GBa__zoomControls{gap:.375rem;padding:.375rem;top:.75rem;left:.75rem}.CarouselWrapper-module__JY_GBa__zoomBtn{width:36px;height:36px}.CarouselWrapper-module__JY_GBa__zoomBtn svg{width:18px;height:18px}.CarouselWrapper-module__JY_GBa__zoomLevel{min-width:40px;font-size:.75rem}}.CarouselWrapper-module__JY_GBa__shareDialog{flex-direction:column!important;max-width:400px!important;display:flex!important}.CarouselWrapper-module__JY_GBa__shareTitle{align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.CarouselWrapper-module__JY_GBa__shareContent{flex-direction:column;gap:1rem;padding-top:1rem;display:flex}.CarouselWrapper-module__JY_GBa__shareLinks{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.CarouselWrapper-module__JY_GBa__shareLink{border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .15s,transform .15s;display:flex;color:#fff!important}.CarouselWrapper-module__JY_GBa__shareLink:hover{opacity:.9;transform:translateY(-1px)}.CarouselWrapper-module__JY_GBa__copyLinkSection{align-items:center;gap:.5rem;width:100%;display:flex}.CarouselWrapper-module__JY_GBa__copyLinkInput{background-color:#f3f4f6;border-radius:.5rem;flex:1;align-items:center;gap:.5rem;min-width:0;padding:.5rem .75rem;display:flex;overflow:hidden}.CarouselWrapper-module__JY_GBa__copyLinkInput svg{flex-shrink:0}.CarouselWrapper-module__JY_GBa__linkText{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.75rem;overflow:hidden}.CarouselWrapper-module__JY_GBa__copyBtn{white-space:nowrap;flex-shrink:0;align-items:center;gap:.25rem;display:flex}}
.categoryDropdown-module__lM9FwG__dropdown{width:100%;top:var(--navbar-height);z-index:45;background:#fafafa;height:400px;transition:max-height .2s ease-in-out;position:absolute;left:0;overflow:hidden;box-shadow:0 6px 12px #0000001a}.categoryDropdown-module__lM9FwG__grid{grid-template-columns:1fr 1fr 1.5fr 1.5fr;width:100%;height:100%;padding:1rem;display:grid}.categoryDropdown-module__lM9FwG__column{border-right:1px solid #e5e5e5;flex-direction:column;padding:.5rem 1rem;display:flex;overflow-y:auto}.categoryDropdown-module__lM9FwG__column:last-child{border-right:none}.categoryDropdown-module__lM9FwG__columnTitle{color:#888;letter-spacing:.05em;text-transform:uppercase;padding-block:.5rem;font-size:.75rem;font-weight:600}.categoryDropdown-module__lM9FwG__categoryList{margin:0;padding:0;list-style:none}.categoryDropdown-module__lM9FwG__categoryItem{cursor:pointer;border-radius:6px;padding:.6rem .75rem;transition:background-color .15s}.categoryDropdown-module__lM9FwG__categoryItem:hover,.categoryDropdown-module__lM9FwG__categoryItemActive{background-color:#0000000a}.categoryDropdown-module__lM9FwG__categoryLink{color:#333;justify-content:space-between;align-items:center;width:fit-content;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.categoryDropdown-module__lM9FwG__categoryItem:hover .categoryDropdown-module__lM9FwG__categoryLink,.categoryDropdown-module__lM9FwG__categoryItemActive .categoryDropdown-module__lM9FwG__categoryLink{color:#000}.categoryDropdown-module__lM9FwG__categoryName{flex:1}.categoryDropdown-module__lM9FwG__categoryCount{color:#888;background-color:#0000000d;border-radius:10px;padding:.15rem .5rem;font-size:.75rem}.categoryDropdown-module__lM9FwG__subCategoryList{margin:0;padding:0;list-style:none}.categoryDropdown-module__lM9FwG__subCategoryItem{cursor:pointer;border-radius:6px;padding:.5rem .75rem;transition:background-color .15s}.categoryDropdown-module__lM9FwG__subCategoryItem:hover,.categoryDropdown-module__lM9FwG__subCategoryItemActive{background-color:#0000000a}.categoryDropdown-module__lM9FwG__subCategoryLink{color:#333;justify-content:space-between;align-items:center;width:fit-content;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.categoryDropdown-module__lM9FwG__subCategoryItem:hover .categoryDropdown-module__lM9FwG__subCategoryLink,.categoryDropdown-module__lM9FwG__subCategoryItemActive .categoryDropdown-module__lM9FwG__subCategoryLink{color:#000}.categoryDropdown-module__lM9FwG__subCategoryName{flex:1}.categoryDropdown-module__lM9FwG__noSubCategories{color:#888;text-align:center;padding:1rem;font-size:.85rem}.categoryDropdown-module__lM9FwG__productList{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.categoryDropdown-module__lM9FwG__productListItem{cursor:pointer;border-radius:6px;padding:.6rem .75rem;transition:background-color .15s}.categoryDropdown-module__lM9FwG__productListItem:hover{background-color:#0000000a}.categoryDropdown-module__lM9FwG__productListLink{color:#333;align-items:center;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.categoryDropdown-module__lM9FwG__productListItem:hover .categoryDropdown-module__lM9FwG__productListLink{color:#000}.categoryDropdown-module__lM9FwG__productListName{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.categoryDropdown-module__lM9FwG__productHeader{justify-content:space-between;align-items:center;min-height:24px;display:flex}.categoryDropdown-module__lM9FwG__clearButton{cursor:pointer;color:#666;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:background-color .15s,color .15s;display:flex}.categoryDropdown-module__lM9FwG__clearButton:hover{color:#333;background:#0000001a}.categoryDropdown-module__lM9FwG__productGrid{flex:1;grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid;overflow-y:auto}.categoryDropdown-module__lM9FwG__productCard{aspect-ratio:1;border-radius:8px;text-decoration:none;display:block;position:relative;overflow:hidden}.categoryDropdown-module__lM9FwG__productCardBg{background-color:#f0f0f0;background-position:50%;background-size:cover;transition:transform .3s;position:absolute;inset:0}.categoryDropdown-module__lM9FwG__productCard:hover .categoryDropdown-module__lM9FwG__productCardBg{transform:scale(1.05)}.categoryDropdown-module__lM9FwG__productCardOverlay{background:linear-gradient(#0000 40%,#000000b3 100%);position:absolute;inset:0}.categoryDropdown-module__lM9FwG__productCardInfo{color:#fff;flex-direction:column;gap:.15rem;padding:.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.categoryDropdown-module__lM9FwG__productCardName{white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #0000004d;font-size:.75rem;font-weight:600;overflow:hidden}.categoryDropdown-module__lM9FwG__productCardDimensions{color:#ffffffd9;text-shadow:0 1px 2px #0000004d;font-size:.65rem}.categoryDropdown-module__lM9FwG__noProducts{color:#888;justify-content:center;align-items:center;height:100%;font-size:.85rem;display:flex}.categoryDropdown-module__lM9FwG__viewAllProducts{text-align:center;border-top:1px solid #eee;margin-top:.5rem;padding-top:.75rem}.categoryDropdown-module__lM9FwG__viewAllProducts a{color:#666;font-size:.8rem;text-decoration:none;transition:color .15s}.categoryDropdown-module__lM9FwG__viewAllProducts a:hover{color:#000}.categoryDropdown-module__lM9FwG__previewColumn{flex-direction:column;height:100%;padding:.5rem 1rem;display:flex;overflow:hidden}.categoryDropdown-module__lM9FwG__previewCard{background:#000;border-radius:12px;flex-direction:column;height:100%;max-height:100%;display:flex;position:relative;overflow:hidden}.categoryDropdown-module__lM9FwG__previewImageWrapper{background-color:#f5f5f5;background-position:50%;background-size:cover;position:absolute;inset:0}.categoryDropdown-module__lM9FwG__previewOverlay{background:linear-gradient(#0000 30%,#000c 100%);position:absolute;inset:0}.categoryDropdown-module__lM9FwG__previewInfo{color:#fff;flex-direction:column;gap:.25rem;padding:1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.categoryDropdown-module__lM9FwG__previewTitle{text-shadow:0 1px 3px #0000004d;margin:0;font-size:.8rem;font-weight:600}.categoryDropdown-module__lM9FwG__previewMeta{color:#ffffffd9;margin:0;font-size:.8rem}.categoryDropdown-module__lM9FwG__previewDimensions{color:#ffffffd9;margin:0;font-size:.6rem}.categoryDropdown-module__lM9FwG__previewImagePlaceholder{background:linear-gradient(135deg,#e8e8e8 0%,#f8f8f8 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.categoryDropdown-module__lM9FwG__previewImagePlaceholder span{color:#ccc;font-size:2.5rem;font-weight:700}.categoryDropdown-module__lM9FwG__offersCarousel{border-radius:12px;height:100%;overflow:hidden}.categoryDropdown-module__lM9FwG__productPreviewCarousel{width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.categoryDropdown-module__lM9FwG__productPreviewCarousel>div{width:100%;height:100%;position:relative}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=variantFullWidth]{aspect-ratio:unset!important;background-color:#0000!important;height:100%!important}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=fullWidthWrapper]{height:100%;position:relative}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=fullWidthImage]{background-position:50%;background-size:cover}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=fullWidthOverlay]{display:none}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=controlDots]{gap:.3rem;bottom:3.5rem}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=dot]{width:6px;height:6px}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=dotActive],.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=dotActiveNoProgress]{width:18px;height:6px}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=navArrow]{z-index:10!important;color:#333!important;cursor:pointer!important;background:#fffffff2!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;transition:background-color .12s,transform .12s!important;display:flex!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;box-shadow:0 2px 8px #00000026!important}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=navArrowLeft]{left:.5rem!important}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=navArrowRight]{right:.5rem!important}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=navArrow]:hover{background:#fff!important;transform:translateY(-50%)scale(1.08)!important}.categoryDropdown-module__lM9FwG__productPreviewCarousel [class*=navArrowIcon]{width:1rem!important;height:1rem!important}.categoryDropdown-module__lM9FwG__offerContent{color:#fff;z-index:2;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.categoryDropdown-module__lM9FwG__offerBadge{color:#222;letter-spacing:.03em;background:#fff;border-radius:4px;width:fit-content;margin-bottom:.5rem;padding:.25rem .6rem;font-size:.65rem;font-weight:600;display:inline-block}.categoryDropdown-module__lM9FwG__offerTitle{color:#fff;text-shadow:0 1px 3px #0000004d;margin:0;font-size:1.25rem;font-weight:700}.categoryDropdown-module__lM9FwG__offerSubtitle{color:#ffffffe6;margin:0;font-size:.85rem}.categoryDropdown-module__lM9FwG__offerButton{color:#222;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:fit-content;margin-top:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.categoryDropdown-module__lM9FwG__offerButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.categoryDropdown-module__lM9FwG__emptyState{color:#999;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 2rem);padding:2rem;display:flex}.categoryDropdown-module__lM9FwG__emptyIcon{color:#ccc;margin-bottom:.75rem}.categoryDropdown-module__lM9FwG__emptyText{color:#888;margin:0;font-size:.85rem}.categoryDropdown-module__lM9FwG__emptyPreview{color:#888;background:#f5f5f5;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:100%;font-size:.9rem;display:flex}.categoryDropdown-module__lM9FwG__loadingState{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:100%;font-size:.85rem;display:flex}.categoryDropdown-module__lM9FwG__loadingSpinner{border:2px solid #e5e5e5;border-top-color:#888;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite categoryDropdown-module__lM9FwG__spin}@keyframes categoryDropdown-module__lM9FwG__spin{to{transform:rotate(360deg)}}.categoryDropdown-module__lM9FwG__emptyList{color:#888;justify-content:center;align-items:center;height:100%;font-size:.85rem;display:flex}.categoryDropdown-module__lM9FwG__featuredList{margin:0;padding:0;list-style:none}.categoryDropdown-module__lM9FwG__featuredItem{padding:.5rem 0}.categoryDropdown-module__lM9FwG__featuredItem a{color:#555;font-size:.9rem;text-decoration:none;transition:color .15s}.categoryDropdown-module__lM9FwG__featuredItem a:hover{color:#000}.categoryDropdown-module__lM9FwG__columnTitleSpaced{margin-top:1.25rem}.categoryDropdown-module__lM9FwG__viewAllLink{font-weight:500;color:#888!important}.categoryDropdown-module__lM9FwG__viewAllLink:hover{color:#000!important}@media screen and (max-width:1200px){.categoryDropdown-module__lM9FwG__grid{grid-template-columns:1fr 1fr 1.2fr 1.2fr}}@media screen and (max-width:1000px){.categoryDropdown-module__lM9FwG__dropdown{display:none}}
@layer component{:root{--background:#fafafa;--foreground:#171717;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;--navbar-height:5rem;--navbar-height-mobile:4rem}.index-module__bpCN6q__page{height:var(--navbar-height);background-color:var(--background-trans);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;justify-content:space-between;align-items:center;width:100%;padding-inline:2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.index-module__bpCN6q__leftSection{align-items:center;gap:.5rem;display:flex}.index-module__bpCN6q__brand{color:var(--text-primary);cursor:pointer;font-size:1.5rem}.index-module__bpCN6q__links{align-items:center;gap:1.5rem;height:100%;display:flex}.index-module__bpCN6q__moreOptions{align-items:center;gap:1.25rem;display:flex}.index-module__bpCN6q__cartBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:transform .2s;display:flex;position:relative}.index-module__bpCN6q__cartBtn:hover{transform:scale(1.1)}.index-module__bpCN6q__cartBadge{color:#fff;background-color:#111827;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-5px}@media screen and (max-width:1000px){.index-module__bpCN6q__links{display:none}}@media screen and (max-width:600px){.index-module__bpCN6q__page{height:var(--navbar-height-mobile);padding-inline:1rem}}.index-module__bpCN6q__desktopOnly{display:block}.index-module__bpCN6q__mobileOnly{display:none}@media screen and (max-width:1000px){.index-module__bpCN6q__desktopOnly{display:none}.index-module__bpCN6q__mobileOnly{display:block}}}
@layer utilities{.search-module__Unbj9a__searchDrawer{border:none!important;border-radius:0!important;height:100dvh!important;max-height:100dvh!important}.search-module__Unbj9a__searchDrawerContent{flex-direction:column;height:100%;display:flex;overflow:hidden;width:100%!important}.search-module__Unbj9a__searchHeader{border-bottom:1px solid var(--border,#e5e7eb);background-color:var(--background);flex-shrink:0;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.search-module__Unbj9a__searchForm{flex:1}.search-module__Unbj9a__searchInputWrapper{align-items:center;display:flex;position:relative}.search-module__Unbj9a__searchInputIcon{width:1.25rem;height:1.25rem;color:var(--muted-foreground,#6b7280);pointer-events:none;z-index:1;position:absolute;left:.75rem}.search-module__Unbj9a__searchInput{background-color:var(--muted,#f3f4f6);border-radius:.75rem;width:100%;height:2.75rem;font-size:1rem;border:none!important;padding-left:2.75rem!important;padding-right:2.75rem!important}.search-module__Unbj9a__searchInput:focus{background-color:var(--background);box-shadow:0 0 0 2px var(--ring,#3b82f6)}.search-module__Unbj9a__clearButton{border-radius:50%;width:2rem;height:2rem;position:absolute;right:.25rem}.search-module__Unbj9a__cancelButton{color:var(--primary,#3b82f6);flex-shrink:0;font-weight:500}.search-module__Unbj9a__searchResults{flex:1;height:calc(100dvh - 4.5rem);overflow-y:auto}.search-module__Unbj9a__suggestionsDropdown{background-color:var(--card,white);border-radius:.75rem;margin:.5rem 1rem;overflow:hidden;box-shadow:0 4px 12px #0000001a}.search-module__Unbj9a__suggestionsHeader{border-bottom:1px solid var(--border,#f0f0f0);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.search-module__Unbj9a__suggestionsHeader span{color:var(--muted-foreground,#9ca3af);font-size:.75rem}.search-module__Unbj9a__suggestionsHeader button{background-color:var(--muted,#f3f4f6);cursor:pointer;color:var(--muted-foreground,#6b7280);border:none;border-radius:.375rem;padding:.25rem .625rem;font-size:.75rem;transition:background-color .2s}.search-module__Unbj9a__suggestionsHeader button:hover{background-color:var(--accent,#e5e7eb)}.search-module__Unbj9a__suggestionItem{cursor:pointer;align-items:center;gap:.625rem;padding:.75rem 1rem;transition:background-color .2s;display:flex}.search-module__Unbj9a__suggestionItem:hover{background-color:var(--accent,#f9fafb)}.search-module__Unbj9a__suggestionItem span{color:var(--foreground,#374151);font-size:.875rem}.search-module__Unbj9a__quickResults{padding:1rem}.search-module__Unbj9a__quickResultsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.search-module__Unbj9a__quickResultsHeader span{color:var(--muted-foreground,#6b7280);font-size:.875rem}.search-module__Unbj9a__viewAllButton{background-color:var(--primary,#111827);color:var(--primary-foreground,white);cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s}.search-module__Unbj9a__viewAllButton:hover{background-color:var(--primary-hover,#1f2937)}.search-module__Unbj9a__quickResultsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;display:grid}@media screen and (min-width:1200px){.search-module__Unbj9a__quickResultsGrid{grid-template-columns:repeat(4,1fr)}}.search-module__Unbj9a__noResults{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.search-module__Unbj9a__noResults p{color:var(--foreground,#374151);margin-bottom:.5rem;font-size:1rem;font-weight:500}.search-module__Unbj9a__noResults span{color:var(--muted-foreground,#6b7280);font-size:.875rem}.search-module__Unbj9a__searchHint{justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.search-module__Unbj9a__searchHint p{color:var(--muted-foreground,#9ca3af);font-size:.875rem}@media screen and (max-width:600px){.search-module__Unbj9a__quickResultsGrid{grid-template-columns:1fr;gap:.75rem}.search-module__Unbj9a__searchHeader{padding:.5rem .75rem}.search-module__Unbj9a__searchInput{height:2.5rem;font-size:.938rem}.search-module__Unbj9a__searchResults{height:calc(100dvh - 4rem)}}.search-module__Unbj9a__carouselSection{border-top:1px solid var(--border,#e5e7eb);max-width:100vw;margin-top:2.5rem;padding:1.75rem 1rem}.search-module__Unbj9a__carouselTitle{color:var(--text-primary,#111827);letter-spacing:-.02em;margin:0 0 1.5rem;padding:0 .5rem;font-size:1.5rem;font-weight:500}.search-module__Unbj9a__carouselProductCard{height:100%;padding:.5rem}@media screen and (max-width:900px){.search-module__Unbj9a__carouselSection{margin-top:2rem;padding:1.5rem .75rem}.search-module__Unbj9a__carouselTitle{margin-bottom:1.25rem;font-size:1.35rem}}@media screen and (max-width:600px){.search-module__Unbj9a__carouselSection{margin-top:1.5rem;padding:1.25rem .5rem}.search-module__Unbj9a__carouselTitle{margin-bottom:1rem;padding:0 .25rem;font-size:1.125rem}}}
@layer utilities{.ProductCard-module__ampeIq__card{--collapsed-height:75px;cursor:pointer;border-radius:12px;width:100%;height:360px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.ProductCard-module__ampeIq__card:hover,.ProductCard-module__ampeIq__card:focus,.ProductCard-module__ampeIq__card:active{box-shadow:0 12px 24px #00000026}.ProductCard-module__ampeIq__imageContainer{background-color:#f5f5f5;width:100%;height:100%;position:relative;overflow:hidden}.ProductCard-module__ampeIq__imageContainer:after{content:"";pointer-events:none;z-index:1;background:0 0;transition:background .4s;position:absolute;inset:0}.ProductCard-module__ampeIq__card:hover .ProductCard-module__ampeIq__imageContainer:after,.ProductCard-module__ampeIq__card:focus .ProductCard-module__ampeIq__imageContainer:after,.ProductCard-module__ampeIq__card:active .ProductCard-module__ampeIq__imageContainer:after{background:#0000004d}.ProductCard-module__ampeIq__image{object-fit:cover;transition:transform .5s}.ProductCard-module__ampeIq__card:hover .ProductCard-module__ampeIq__image,.ProductCard-module__ampeIq__card:focus .ProductCard-module__ampeIq__image,.ProductCard-module__ampeIq__card:active .ProductCard-module__ampeIq__image{transform:scale(1.05)}.ProductCard-module__ampeIq__infoSection{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateY(calc(100% - var(--collapsed-height)));color:#fff;text-shadow:0 2px 8px #0006;z-index:2;background:#000000a6;border-top:1px solid #ffffff2e;padding:18px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0}@supports ((-webkit-backdrop-filter:blur(30px)) or (backdrop-filter:blur(30px))){.ProductCard-module__ampeIq__infoSection{-webkit-backdrop-filter:blur(30px);background:#0000004d}}.ProductCard-module__ampeIq__card:hover .ProductCard-module__ampeIq__infoSection,.ProductCard-module__ampeIq__card:focus .ProductCard-module__ampeIq__infoSection,.ProductCard-module__ampeIq__card:active .ProductCard-module__ampeIq__infoSection{transform:translateY(0)}.ProductCard-module__ampeIq__category{letter-spacing:1.5px;text-transform:uppercase;color:#ffffffe6;opacity:.8;margin-bottom:8px;font-size:12px;font-weight:600}.ProductCard-module__ampeIq__title{color:#fff;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:12px;font-size:18px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCard-module__ampeIq__hiddenContent{opacity:0;transition:opacity .3s 50ms,transform .3s cubic-bezier(.4,0,.2,1) 50ms;transform:translateY(8px)}.ProductCard-module__ampeIq__card:hover .ProductCard-module__ampeIq__hiddenContent,.ProductCard-module__ampeIq__card:focus .ProductCard-module__ampeIq__hiddenContent,.ProductCard-module__ampeIq__card:active .ProductCard-module__ampeIq__hiddenContent{opacity:1;transform:translateY(0)}.ProductCard-module__ampeIq__sizeInfo{color:#ffffffd9;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;font-size:12px;display:flex}.ProductCard-module__ampeIq__customBadge{color:#50c8e6;background-color:#e8f4f833;border:1px solid #50c8e64d;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.ProductCard-module__ampeIq__priceContainer{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ProductCard-module__ampeIq__price{color:#fff;font-size:22px;font-weight:700}.ProductCard-module__ampeIq__originalPrice{color:#ffffffb3;font-size:15px;font-weight:500;text-decoration:line-through}.ProductCard-module__ampeIq__discount{color:#fff;background:#ff4d4de6;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:700}@media screen and (max-width:1000px){.ProductCard-module__ampeIq__card{height:340px}.ProductCard-module__ampeIq__infoSection{padding:16px}.ProductCard-module__ampeIq__title{font-size:17px}.ProductCard-module__ampeIq__price{font-size:20px}}@media screen and (max-width:600px){.ProductCard-module__ampeIq__card{height:320px}.ProductCard-module__ampeIq__infoSection{padding:16px}.ProductCard-module__ampeIq__title{margin-bottom:10px;font-size:14px}.ProductCard-module__ampeIq__sizeInfo{margin-bottom:10px;font-size:11px}.ProductCard-module__ampeIq__price{font-size:16px}.ProductCard-module__ampeIq__originalPrice{font-size:12px}.ProductCard-module__ampeIq__category{font-size:10px}}@media screen and (max-width:340px){.ProductCard-module__ampeIq__card{height:300px}.ProductCard-module__ampeIq__infoSection{padding:14px}.ProductCard-module__ampeIq__title{margin-bottom:8px;font-size:15px}.ProductCard-module__ampeIq__sizeInfo{margin-bottom:8px;font-size:10px}.ProductCard-module__ampeIq__price{font-size:18px}.ProductCard-module__ampeIq__originalPrice{font-size:13px}.ProductCard-module__ampeIq__category{letter-spacing:1px;font-size:10px}.ProductCard-module__ampeIq__discount{padding:2px 8px;font-size:11px}}@media (max-width:600px) or ((hover:none) and (pointer:coarse)){.ProductCard-module__ampeIq__infoSection{transform:translateY(0)}.ProductCard-module__ampeIq__hiddenContent{opacity:1;transform:translateY(0)}.ProductCard-module__ampeIq__card:hover .ProductCard-module__ampeIq__imageContainer:after,.ProductCard-module__ampeIq__card:focus .ProductCard-module__ampeIq__imageContainer:after,.ProductCard-module__ampeIq__card:active .ProductCard-module__ampeIq__imageContainer:after{background:0 0}.ProductCard-module__ampeIq__card:hover .ProductCard-module__ampeIq__image,.ProductCard-module__ampeIq__card:focus .ProductCard-module__ampeIq__image,.ProductCard-module__ampeIq__card:active .ProductCard-module__ampeIq__image{transform:scale(1)}}.ProductCard-module__ampeIq__card:focus{outline-offset:2px;outline:3px solid #3b82f680}.ProductCard-module__ampeIq__card:focus:not(:focus-visible){outline:none}.ProductCard-module__ampeIq__productCarousel{width:100%;height:100%;position:absolute;inset:0}.ProductCard-module__ampeIq__productCarousel [class*=fullWidthWrapper]{height:100%}.ProductCard-module__ampeIq__productCarousel [class*=fullWidthImage]{background-position:50%;background-size:cover}.ProductCard-module__ampeIq__productCarousel [class*=fullWidthOverlay]{display:none}.ProductCard-module__ampeIq__productCarousel [class*=controlDots]{gap:.4rem;bottom:.75rem}.ProductCard-module__ampeIq__productCarousel [class*=dot]{width:6px;height:6px}.ProductCard-module__ampeIq__productCarousel [class*=dotActive]{width:20px;height:6px}.ProductCard-module__ampeIq__productCarousel [class*=navArrow]{display:none!important}}
.ProductCard-module__kDZyEa__productCarousel{width:100%;height:100%;position:absolute;inset:0}.ProductCard-module__kDZyEa__productCarousel [class*=fullWidthWrapper]{height:100%}.ProductCard-module__kDZyEa__productCarousel [class*=fullWidthImage]{background-position:50%;background-size:cover}.ProductCard-module__kDZyEa__productCarousel [class*=fullWidthOverlay]{display:none}.ProductCard-module__kDZyEa__productCarousel [class*=controlDots]{gap:.3rem;bottom:.5rem}.ProductCard-module__kDZyEa__productCarousel [class*=dot]{width:5px;height:5px}.ProductCard-module__kDZyEa__productCarousel [class*=dotActive]{width:16px;height:5px}.ProductCard-module__kDZyEa__productCarousel [class*=navArrow]{display:none!important}
@layer component{.UserMenu-module__o1c07q__container{position:relative}.UserMenu-module__o1c07q__loading{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.UserMenu-module__o1c07q__spinner{color:var(--text-secondary);animation:1s linear infinite UserMenu-module__o1c07q__spin}@keyframes UserMenu-module__o1c07q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.UserMenu-module__o1c07q__authButtons{align-items:center;gap:.5rem;display:flex}.UserMenu-module__o1c07q__loginButton{color:var(--text-primary);border:1px solid var(--border-color);background-color:#0000;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s;display:flex}.UserMenu-module__o1c07q__loginButton:hover{background-color:var(--background-secondary);border-color:var(--text-secondary)}.UserMenu-module__o1c07q__registerButton{background-color:var(--primary);color:#fff;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.UserMenu-module__o1c07q__registerButton:hover{background-color:var(--primary-dark,var(--primary))}.UserMenu-module__o1c07q__trigger{background-color:var(--background-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:9999px;align-items:center;gap:.5rem;padding:.375rem .75rem .375rem .375rem;transition:background-color .2s,border-color .2s;display:flex}.UserMenu-module__o1c07q__trigger:hover{background-color:var(--background);border-color:var(--text-secondary)}.UserMenu-module__o1c07q__avatar{background-color:var(--background);width:32px;height:32px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.UserMenu-module__o1c07q__avatar img{object-fit:cover;width:100%;height:100%}.UserMenu-module__o1c07q__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.875rem;font-weight:500;overflow:hidden}.UserMenu-module__o1c07q__chevron{color:var(--text-secondary);transition:transform .2s}.UserMenu-module__o1c07q__chevronOpen{transform:rotate(180deg)}.UserMenu-module__o1c07q__dropdown{background-color:var(--background);border:1px solid var(--border-color);z-index:100;border-radius:12px;min-width:260px;animation:.15s ease-out UserMenu-module__o1c07q__dropdownIn;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 4px 20px #00000026}@keyframes UserMenu-module__o1c07q__dropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserMenu-module__o1c07q__userInfo{align-items:center;gap:.75rem;padding:1rem;display:flex}.UserMenu-module__o1c07q__avatarLarge{background-color:var(--background-secondary);width:48px;height:48px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.UserMenu-module__o1c07q__avatarLarge img{object-fit:cover;width:100%;height:100%}.UserMenu-module__o1c07q__userDetails{flex-direction:column;gap:.125rem;min-width:0;display:flex}.UserMenu-module__o1c07q__userNameFull{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.UserMenu-module__o1c07q__userEmail{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.UserMenu-module__o1c07q__divider{background-color:var(--border-color);height:1px;margin:.25rem 0}.UserMenu-module__o1c07q__menu{flex-direction:column;padding:.25rem 0;display:flex}.UserMenu-module__o1c07q__menuItem{color:var(--text-primary);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s;display:flex}.UserMenu-module__o1c07q__menuItem:hover{background-color:var(--background-secondary)}.UserMenu-module__o1c07q__menuItem svg{color:var(--text-secondary)}.UserMenu-module__o1c07q__logoutButton{color:#ef4444;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s;display:flex}.UserMenu-module__o1c07q__logoutButton:hover{background-color:#fef2f2}.UserMenu-module__o1c07q__logoutButton svg{color:#ef4444}@media screen and (max-width:768px){.UserMenu-module__o1c07q__authButtons span,.UserMenu-module__o1c07q__userName{display:none}.UserMenu-module__o1c07q__loginButton,.UserMenu-module__o1c07q__registerButton{padding:.5rem}.UserMenu-module__o1c07q__trigger{padding:.25rem}}}
@layer utilities{.FeaturedProducts-module__7Lisna__page{width:100%;font-family:var(--font-montserrat);background-color:var(--background);color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex}.FeaturedProducts-module__7Lisna__productsCarousel{width:100%}.FeaturedProducts-module__7Lisna__productCardWrapper{border-radius:12px;width:100%;height:100%;overflow:hidden}.FeaturedProducts-module__7Lisna__mobileViewAll{padding:1rem;display:none}@media screen and (max-width:1000px){.FeaturedProducts-module__7Lisna__page{padding:24px}}@media screen and (max-width:600px){.FeaturedProducts-module__7Lisna__page{padding:12px}.FeaturedProducts-module__7Lisna__mobileViewAll{display:block}}}
@layer component{.index-module__dHeE9a__page{background-color:var(--footer-background);color:var(--footer-text);justify-content:center;align-items:center;width:100%;padding:4rem 1.5rem 2rem;display:flex}.index-module__dHeE9a__container{width:100%;max-width:1280px}.index-module__dHeE9a__grid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:2rem;display:grid}.index-module__dHeE9a__section{flex-direction:column;gap:1rem;display:flex}.index-module__dHeE9a__brand{color:var(--footer-text);margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.index-module__dHeE9a__tagline{opacity:.9;margin:0;font-size:.9375rem;font-weight:500}.index-module__dHeE9a__description{opacity:.7;max-width:280px;margin:.5rem 0 0;font-size:.875rem;line-height:1.6}.index-module__dHeE9a__sectionTitle{color:var(--footer-text);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:1rem;font-weight:600}.index-module__dHeE9a__links{flex-direction:column;gap:.625rem;display:flex}.index-module__dHeE9a__links a{color:var(--footer-text);opacity:.75;font-size:.875rem;text-decoration:none;transition:opacity .2s,padding-left .2s}.index-module__dHeE9a__links a:hover{opacity:1;padding-left:4px}.index-module__dHeE9a__contactInfo{flex-direction:column;gap:1rem;display:flex}.index-module__dHeE9a__contactItem{color:var(--footer-text);opacity:.75;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.4;text-decoration:none;transition:opacity .2s;display:flex}.index-module__dHeE9a__contactItem:hover{opacity:1}.index-module__dHeE9a__contactItem svg{opacity:.8;flex-shrink:0;margin-top:2px}.index-module__dHeE9a__newsletterSection{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;margin-bottom:0;padding:2rem 0}.index-module__dHeE9a__newsletterContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.index-module__dHeE9a__newsletterInfo{flex:1}.index-module__dHeE9a__newsletterTitle{color:var(--footer-text);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.index-module__dHeE9a__newsletterText{opacity:.75;margin:0;font-size:.875rem;line-height:1.5}.index-module__dHeE9a__newsletterForm{flex-shrink:0;gap:.5rem;width:100%;max-width:400px;display:flex}.index-module__dHeE9a__newsletterInput{color:var(--footer-text);background-color:#ffffff14;border:1px solid #fff3;border-radius:8px;outline:none;flex:1;min-width:0;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s,background-color .2s}.index-module__dHeE9a__newsletterInput::placeholder{color:#ffffff73}.index-module__dHeE9a__newsletterInput:focus{border-color:var(--primary);background-color:#ffffff1f}.index-module__dHeE9a__newsletterInput:disabled{opacity:.6;cursor:not-allowed}.index-module__dHeE9a__newsletterButton{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s;display:flex}.index-module__dHeE9a__newsletterButton:hover:not(:disabled){background-color:var(--primary-dark,var(--primary));transform:translateY(-2px)}.index-module__dHeE9a__newsletterButton:disabled{opacity:.7;cursor:not-allowed}.index-module__dHeE9a__spinner{animation:1s linear infinite index-module__dHeE9a__spin}@keyframes index-module__dHeE9a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.index-module__dHeE9a__socialSection{border-top:1px solid #ffffff1a;justify-content:center;margin-bottom:0;padding:2rem 0;display:flex}.index-module__dHeE9a__socialLinks{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.index-module__dHeE9a__socialLink{width:44px;height:44px;color:var(--footer-text);background-color:#ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,transform .2s;display:flex}.index-module__dHeE9a__socialLink:hover{background-color:var(--primary);transform:translateY(-3px)}.index-module__dHeE9a__copyright{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.index-module__dHeE9a__copyright p{opacity:.6;margin:0;font-size:.8125rem}@media (max-width:1200px){.index-module__dHeE9a__grid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2.5rem}}@media (max-width:992px){.index-module__dHeE9a__page{padding:3rem 1.5rem 1.5rem}.index-module__dHeE9a__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.index-module__dHeE9a__section:first-child{grid-column:1/-1}.index-module__dHeE9a__newsletterContent{text-align:left;flex-direction:column;align-items:flex-start}.index-module__dHeE9a__newsletterForm{max-width:100%}}@media (max-width:768px){.index-module__dHeE9a__page{padding:2.5rem 1rem 1.5rem}.index-module__dHeE9a__grid{grid-template-columns:1fr 1fr;gap:2rem}.index-module__dHeE9a__section:first-child{grid-column:1/-1}.index-module__dHeE9a__brand{font-size:1.5rem}.index-module__dHeE9a__description{max-width:100%}.index-module__dHeE9a__newsletterSection{padding:1.5rem 0}.index-module__dHeE9a__newsletterContent{gap:1rem}.index-module__dHeE9a__newsletterTitle{font-size:1rem}}@media (max-width:480px){.index-module__dHeE9a__page{padding:2rem 1rem 1rem}.index-module__dHeE9a__grid{grid-template-columns:1fr;gap:1.75rem}.index-module__dHeE9a__section:first-child{grid-column:auto}.index-module__dHeE9a__newsletterForm{flex-flow:row;width:100%}.index-module__dHeE9a__newsletterInput{flex:1;min-width:0}.index-module__dHeE9a__newsletterButton{flex-shrink:0;width:44px}}}
@layer component{.FeaturedServices-module__Ei2itq__section{background-color:var(--background-secondary);width:100%;padding:4rem 1rem}.FeaturedServices-module__Ei2itq__container{max-width:1200px;margin:0 auto}.FeaturedServices-module__Ei2itq__badge{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;margin-bottom:.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.FeaturedServices-module__Ei2itq__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.FeaturedServices-module__Ei2itq__card{background-color:var(--background);border-radius:16px;flex-direction:column;padding:1.75rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000000d}.FeaturedServices-module__Ei2itq__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.FeaturedServices-module__Ei2itq__iconWrapper{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.FeaturedServices-module__Ei2itq__cardTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:1.125rem;font-weight:600}.FeaturedServices-module__Ei2itq__cardDescription{color:var(--text-secondary);margin:0 0 1.25rem;font-size:.875rem;line-height:1.6}.FeaturedServices-module__Ei2itq__featureList{flex-direction:column;flex-grow:1;gap:.625rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.FeaturedServices-module__Ei2itq__featureItem{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.813rem;line-height:1.4;display:flex}.FeaturedServices-module__Ei2itq__checkIcon{flex-shrink:0;margin-top:2px}.FeaturedServices-module__Ei2itq__learnMore{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;margin-top:auto;padding:0;font-size:.875rem;font-weight:500;transition:gap .2s;display:flex}.FeaturedServices-module__Ei2itq__learnMore:hover{gap:.625rem}@media (max-width:1100px){.FeaturedServices-module__Ei2itq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.FeaturedServices-module__Ei2itq__section{padding:3rem 1rem}.FeaturedServices-module__Ei2itq__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.FeaturedServices-module__Ei2itq__card{padding:1.25rem}.FeaturedServices-module__Ei2itq__iconWrapper{width:48px;height:48px}.FeaturedServices-module__Ei2itq__cardTitle{font-size:1rem}}@media (max-width:600px){.FeaturedServices-module__Ei2itq__grid{grid-template-columns:1fr}}}
@layer utilities{.FeaturedTags-module__TuCE4G__page{background:var(--background);border-top:1px solid var(--border);border-bottom:1px solid var(--border);width:100%;padding:20px 0;position:relative;overflow:hidden}.FeaturedTags-module__TuCE4G__page:before,.FeaturedTags-module__TuCE4G__page:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.FeaturedTags-module__TuCE4G__page:before{background:linear-gradient(to right,var(--background),transparent);left:0}.FeaturedTags-module__TuCE4G__page:after{background:linear-gradient(to left,var(--background),transparent);right:0}.FeaturedTags-module__TuCE4G__loadingContainer{justify-content:center;align-items:center;gap:48px;padding:0 32px;display:flex}.FeaturedTags-module__TuCE4G__skeletonItem{align-items:center;gap:12px;display:flex}.FeaturedTags-module__TuCE4G__featuresTrack{width:fit-content;animation:30s linear infinite FeaturedTags-module__TuCE4G__scroll;display:flex}.FeaturedTags-module__TuCE4G__featuresTrack:hover{animation-play-state:paused}.FeaturedTags-module__TuCE4G__featuresContent{align-items:center;gap:48px;padding:0 24px;display:flex}.FeaturedTags-module__TuCE4G__featureItem{white-space:nowrap;border-radius:12px;align-items:center;gap:12px;padding:8px 12px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.FeaturedTags-module__TuCE4G__featureItem:hover{background:var(--muted)}.FeaturedTags-module__TuCE4G__featureLogo{background:var(--muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.FeaturedTags-module__TuCE4G__tagImage{object-fit:fill;border-radius:10px;width:48px;height:48px}.FeaturedTags-module__TuCE4G__featureContent{flex-direction:column;gap:2px;min-width:0;max-width:200px;display:flex}.FeaturedTags-module__TuCE4G__featureName{color:var(--foreground);letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.FeaturedTags-module__TuCE4G__featureDescription{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:12px;font-weight:400;overflow:hidden}@keyframes FeaturedTags-module__TuCE4G__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.FeaturedTags-module__TuCE4G__page{padding:16px 0}.FeaturedTags-module__TuCE4G__featuresTrack{animation-duration:25s}.FeaturedTags-module__TuCE4G__featuresContent{gap:32px;padding:0 16px}.FeaturedTags-module__TuCE4G__featureItem{gap:10px;padding:6px 10px}.FeaturedTags-module__TuCE4G__featureLogo,.FeaturedTags-module__TuCE4G__tagImage{width:40px;height:40px}.FeaturedTags-module__TuCE4G__featureContent{max-width:160px}.FeaturedTags-module__TuCE4G__featureName{font-size:13px}.FeaturedTags-module__TuCE4G__featureDescription{max-width:140px;font-size:11px}}}
.CartDrawer-module__WHKzHa__overlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:999;visibility:hidden;background-color:#0000;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:0}.CartDrawer-module__WHKzHa__overlayOpen{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);visibility:visible;background-color:#0006}.CartDrawer-module__WHKzHa__drawer{z-index:1000;background-color:#fff;flex-direction:column;width:100%;max-width:450px;height:100vh;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-450px;box-shadow:-10px 0 30px #0000001a}.CartDrawer-module__WHKzHa__drawerOpen{right:0}.CartDrawer-module__WHKzHa__header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__WHKzHa__titleWrapper{color:#111827;align-items:center;gap:.75rem;display:flex}.CartDrawer-module__WHKzHa__titleWrapper h2{margin:0;font-size:1.125rem;font-weight:600}.CartDrawer-module__WHKzHa__itemCount{color:#6b7280;font-size:.875rem}.CartDrawer-module__WHKzHa__closeBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s}.CartDrawer-module__WHKzHa__closeBtn:hover{color:#111827}.CartDrawer-module__WHKzHa__content{flex:1;padding:1.5rem;overflow-y:auto}.CartDrawer-module__WHKzHa__emptyCart{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;display:flex}.CartDrawer-module__WHKzHa__emptyIcon{color:#9ca3af;background-color:#f9fafb;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.CartDrawer-module__WHKzHa__emptyCart p{color:#6b7280;font-size:1rem}.CartDrawer-module__WHKzHa__shopNowBtn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:background-color .2s}.CartDrawer-module__WHKzHa__shopNowBtn:hover{background-color:#374151}.CartDrawer-module__WHKzHa__itemList{flex-direction:column;gap:1.5rem;display:flex}.CartDrawer-module__WHKzHa__item{gap:1.25rem;display:flex}.CartDrawer-module__WHKzHa__itemImage{background-color:#f3f4f6;border-radius:8px;flex-shrink:0;width:100px;height:100px;overflow:hidden}.CartDrawer-module__WHKzHa__itemImage img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__WHKzHa__noImage{color:#9ca3af;justify-content:center;align-items:center;width:100%;height:100%;font-size:.75rem;display:flex}.CartDrawer-module__WHKzHa__itemInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.CartDrawer-module__WHKzHa__itemHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.CartDrawer-module__WHKzHa__itemName{color:#111827;font-size:1rem;font-weight:600;line-height:1.4;text-decoration:none}.CartDrawer-module__WHKzHa__itemName:hover{color:#2d6a7d}.CartDrawer-module__WHKzHa__removeBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:2px;transition:color .2s}.CartDrawer-module__WHKzHa__removeBtn:hover{color:#ef4444}.CartDrawer-module__WHKzHa__itemLabel{color:#6b7280;background-color:#f3f4f6;border-radius:4px;width:fit-content;padding:2px 8px;font-size:.75rem}.CartDrawer-module__WHKzHa__itemFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.CartDrawer-module__WHKzHa__quantityControls{border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:1rem;padding:4px 10px;display:flex}.CartDrawer-module__WHKzHa__quantityControls button{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;display:flex}.CartDrawer-module__WHKzHa__quantityControls button:hover{color:#111827}.CartDrawer-module__WHKzHa__quantityControls span{text-align:center;min-width:20px;font-size:.875rem;font-weight:500}.CartDrawer-module__WHKzHa__itemPrice{color:#111827;font-weight:600}.CartDrawer-module__WHKzHa__footer{background-color:#f9fafb;border-top:1px solid #f3f4f6;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.CartDrawer-module__WHKzHa__subtotalRow{color:#111827;justify-content:space-between;font-size:1.125rem;font-weight:600;display:flex}.CartDrawer-module__WHKzHa__taxNote{color:#6b7280;margin:0;font-size:.875rem}.CartDrawer-module__WHKzHa__checkoutBtn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;height:56px;font-size:1.125rem;font-weight:600;transition:all .2s;display:flex}.CartDrawer-module__WHKzHa__checkoutBtn:hover{background-color:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.CartDrawer-module__WHKzHa__backBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px;font-size:.875rem;text-decoration:underline}.CartDrawer-module__WHKzHa__backBtn:hover{color:#111827}@media (max-width:480px){.CartDrawer-module__WHKzHa__drawer{max-width:100%;right:-100%}}
@layer utilities{.Hero-module__FBdHnW__page{aspect-ratio:5/2.2;background-color:#000;width:100%;position:relative;overflow:hidden;color:#fff!important}@media screen and (max-width:1000px){.Hero-module__FBdHnW__page{aspect-ratio:1/.6}}@media screen and (max-width:600px){.Hero-module__FBdHnW__page{aspect-ratio:unset;height:70vh}}.Hero-module__FBdHnW__hero{width:100%;height:100%;position:relative;overflow:hidden}.Hero-module__FBdHnW__image{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.Hero-module__FBdHnW__innerShadow{pointer-events:none;background:linear-gradient(90deg,#000000de 0%,#fff0 70%);width:100%;height:100%;position:absolute;inset:0}.Hero-module__FBdHnW__content{z-index:2;text-shadow:0 2px 20px #0009;color:#fff;flex-direction:column;justify-content:center;max-width:620px;height:70%;margin-right:auto;padding-inline:clamp(1.5rem,4vw,3rem);display:flex;position:relative}.Hero-module__FBdHnW__title{color:#fff;margin-bottom:.8rem;font-size:32px;font-weight:700}.Hero-module__FBdHnW__subtitle{color:#f0f0f0;max-width:40rem;margin-bottom:1.1rem;font-size:20px;line-height:1.4}.Hero-module__FBdHnW__description{color:#f0f0f0;max-width:40rem;margin-bottom:1.1rem;font-size:18px;line-height:1.2}.Hero-module__FBdHnW__discountBadge{color:#fff;background-color:#ff00008a;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.4rem .8rem;font-size:.875rem;font-weight:600;display:inline-flex}.Hero-module__FBdHnW__offerCode{background-color:#fff3;border-radius:calc(100px - .8rem);padding:.2rem .5rem;font-family:monospace;font-size:.8rem}.Hero-module__FBdHnW__offerExpiry{color:#fffc;margin-bottom:.75rem;font-size:.75rem}.Hero-module__FBdHnW__linkedItem{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background-color:#ffffff1a;border-radius:8px;align-items:center;gap:.75rem;width:fit-content;max-width:280px;margin-bottom:1rem;padding:.5rem;text-decoration:none;transition:background-color .15s,transform .15s;display:flex}.Hero-module__FBdHnW__linkedItem:hover{background-color:#fff3;transform:translateY(-2px)}.Hero-module__FBdHnW__linkedItemImage{object-fit:cover;background-color:#ffffff1a;border-radius:6px;width:50px;height:50px}.Hero-module__FBdHnW__linkedItemInfo{flex-direction:column;gap:.15rem;display:flex}.Hero-module__FBdHnW__linkedItemName{color:#fff;font-size:.875rem;font-weight:500}.Hero-module__FBdHnW__linkedItemPrice{color:#fffc;font-size:.75rem}.Hero-module__FBdHnW__linkedItemOriginal{opacity:.6;margin-right:.4rem;text-decoration:line-through}.Hero-module__FBdHnW__autoProducts{gap:.75rem;max-width:100%;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.Hero-module__FBdHnW__autoProducts::-webkit-scrollbar{height:4px}.Hero-module__FBdHnW__autoProducts::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.Hero-module__FBdHnW__autoProducts::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.Hero-module__FBdHnW__autoProductCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background-color:#ffffff1a;border-radius:8px;flex-shrink:0;width:100px;padding:.5rem;text-decoration:none;transition:background-color .15s,transform .15s}.Hero-module__FBdHnW__autoProductCard:hover{background-color:#fff3;transform:translateY(-2px)}.Hero-module__FBdHnW__autoProductImage{aspect-ratio:1;object-fit:cover;background-color:#ffffff1a;border-radius:6px;width:100%;margin-bottom:.4rem}.Hero-module__FBdHnW__autoProductName{white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:500;overflow:hidden}.Hero-module__FBdHnW__autoProductPrice{color:#fffc;font-size:.65rem}.Hero-module__FBdHnW__button{cursor:pointer;background-color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;width:max-content;padding:.6rem 1.6rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s,color .15s;display:inline-flex;color:#111!important}.Hero-module__FBdHnW__button:hover{background-color:#f4f4f4;transform:translateY(-1px);box-shadow:0 10px 25px #00000040}.Hero-module__FBdHnW__arrow{z-index:3;color:#333;cursor:pointer;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:background-color .12s,transform .12s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 16px #0003}.Hero-module__FBdHnW__arrowLeft{left:1.2rem}.Hero-module__FBdHnW__arrowRight{right:1.2rem}.Hero-module__FBdHnW__arrow:hover{background-color:#fff;transform:translateY(-50%)scale(1.04)}@media screen and (max-width:800px){.Hero-module__FBdHnW__arrow{display:none}.Hero-module__FBdHnW__innerShadow{background:linear-gradient(#000000e6 0%,#fff0 90%)}.Hero-module__FBdHnW__content{justify-content:flex-start;width:80%;padding-block:2rem}.Hero-module__FBdHnW__title{font-size:20px;font-weight:600}.Hero-module__FBdHnW__subtitle{font-size:16px}.Hero-module__FBdHnW__description{font-size:14px}.Hero-module__FBdHnW__linkedItem{max-width:220px}.Hero-module__FBdHnW__autoProductCard{width:80px}.Hero-module__FBdHnW__discountBadge{padding:.3rem .6rem;font-size:.75rem}}.Hero-module__FBdHnW__pills{z-index:3;gap:.6rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.Hero-module__FBdHnW__pill{cursor:pointer;background-color:#ffffff8c;border:none;border-radius:999px;width:10px;height:10px;padding:0;transition:width .16s,height .16s,background-color .16s;position:relative;overflow:hidden}.Hero-module__FBdHnW__pillActive{background-color:#ffffff26;border:1px solid #fffc;width:46px;height:10px}.Hero-module__FBdHnW__pillFill{transform-origin:0;border-radius:inherit;background-color:#fff;transition:transform 80ms linear;position:absolute;inset:0}@media screen and (max-width:600px){.Hero-module__FBdHnW__content{width:100%;padding-inline:0}.Hero-module__FBdHnW__subtitle{max-width:none}}.Hero-module__FBdHnW__iconSize{width:1.25rem;height:1.25rem}@media (min-width:768px){.Hero-module__FBdHnW__iconSize{width:1.5rem;height:1.5rem}}.Hero-module__FBdHnW__heroCarousel{width:100%;height:100%}}
.FloatingActions-module__Hy0wSG__container{z-index:50;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.FloatingActions-module__Hy0wSG__mainButton{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#404040d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000001f}.FloatingActions-module__Hy0wSG__mainButton:hover{background:#525252e6;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.FloatingActions-module__Hy0wSG__mainButtonOpen{background:#525252e6;transform:rotate(45deg);box-shadow:0 2px 8px #0000001f}.FloatingActions-module__Hy0wSG__mainButtonOpen:hover{transform:rotate(45deg);box-shadow:0 4px 12px #00000026}.FloatingActions-module__Hy0wSG__menu{opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;align-items:center;gap:8px;height:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(20px)scale(.8)}.FloatingActions-module__Hy0wSG__menuOpen{opacity:1;visibility:visible;pointer-events:auto;height:auto;overflow:visible;transform:translateY(0)scale(1)}.FloatingActions-module__Hy0wSG__menuItemWrapper{position:relative}.FloatingActions-module__Hy0wSG__menuItem{cursor:pointer;color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#525252d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 6px #0000001a}.FloatingActions-module__Hy0wSG__menuItem:hover{background:#646464e6;transform:scale(1.08);box-shadow:0 3px 10px #00000026}.FloatingActions-module__Hy0wSG__share{background:#525252d9}.FloatingActions-module__Hy0wSG__share:hover{box-shadow:0 3px 10px #00000026}.FloatingActions-module__Hy0wSG__currency{background:#525252d9}.FloatingActions-module__Hy0wSG__currency:hover{box-shadow:0 3px 10px #00000026}.FloatingActions-module__Hy0wSG__whatsapp{background:#525252d9}.FloatingActions-module__Hy0wSG__whatsapp:hover{box-shadow:0 3px 10px #00000026}.FloatingActions-module__Hy0wSG__inquiry{background:#525252d9}.FloatingActions-module__Hy0wSG__inquiry:hover{box-shadow:0 3px 10px #00000026}.FloatingActions-module__Hy0wSG__scrollTopClosed{animation:.3s FloatingActions-module__Hy0wSG__fadeIn;background:#525252d9!important}.FloatingActions-module__Hy0wSG__scrollTopClosed:hover{box-shadow:0 3px 10px #00000026}.FloatingActions-module__Hy0wSG__scrollTopOpen{background:#525252d9!important}.FloatingActions-module__Hy0wSG__scrollTopOpen:hover{box-shadow:0 3px 10px #00000026}.FloatingActions-module__Hy0wSG__actionButton{cursor:pointer;color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.FloatingActions-module__Hy0wSG__shareSubmenu{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:24px;gap:6px;padding:6px 10px;animation:.2s FloatingActions-module__Hy0wSG__slideIn;display:flex;position:absolute;top:50%;right:54px;transform:translateY(-50%);box-shadow:0 2px 12px #0000001a}.FloatingActions-module__Hy0wSG__shareOption{cursor:pointer;color:#4b5563;background:#f0f0f0e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.FloatingActions-module__Hy0wSG__shareOption:hover{color:#fff;background:#404040e6;transform:scale(1.08)}@keyframes FloatingActions-module__Hy0wSG__fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes FloatingActions-module__Hy0wSG__slideIn{0%{opacity:0;transform:translateY(-50%)translate(10px)}to{opacity:1;transform:translateY(-50%)translate(0)}}@media (max-width:640px){.FloatingActions-module__Hy0wSG__container{bottom:16px;right:16px}.FloatingActions-module__Hy0wSG__mainButton{width:48px;height:48px}.FloatingActions-module__Hy0wSG__menuItem{width:40px;height:40px}.FloatingActions-module__Hy0wSG__shareSubmenu{flex-wrap:wrap;justify-content:center;max-width:180px;inset:auto auto 52px 50%;transform:translate(-50%)}@keyframes FloatingActions-module__Hy0wSG__slideIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}}
@layer utilities{.ProductFilters-module__IE-NBW__container{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;margin-bottom:1rem;padding:1.25rem}.ProductFilters-module__IE-NBW__desktopWrapper{flex-direction:column;gap:1rem;display:flex}.ProductFilters-module__IE-NBW__filtersRow{border:none;align-items:center;gap:.75rem;min-width:0;margin:0;padding:0;display:flex}.ProductFilters-module__IE-NBW__searchForm{flex:3!important}.ProductFilters-module__IE-NBW__searchWrapper{align-items:center;display:flex;position:relative}.ProductFilters-module__IE-NBW__searchInput{background-color:#fff;padding-right:4.5rem}.ProductFilters-module__IE-NBW__searchInput::-webkit-search-cancel-button{appearance:none;display:none}.ProductFilters-module__IE-NBW__searchClear{cursor:pointer;color:#9ca3af;background:0 0;border:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:color .15s;display:flex;position:absolute;right:2.5rem}.ProductFilters-module__IE-NBW__searchClear:hover{color:#6b7280}.ProductFilters-module__IE-NBW__searchButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-left:1px solid #e5e7eb;justify-content:center;align-items:center;width:2.25rem;height:100%;transition:color .15s,background-color .15s;display:flex;position:absolute;right:0}.ProductFilters-module__IE-NBW__searchButton:hover{color:#374151;background-color:#f3f4f6}.ProductFilters-module__IE-NBW__selectTrigger{background-color:#fff}.ProductFilters-module__IE-NBW__categorySelect{flex:3;min-width:0}.ProductFilters-module__IE-NBW__sortSelect{width:100%}.ProductFilters-module__IE-NBW__priceRange{border:none;flex:3;align-items:center;gap:.5rem;min-width:0;margin:0;padding:0;display:flex}.ProductFilters-module__IE-NBW__priceInput{background-color:#fff;flex:1.5}.ProductFilters-module__IE-NBW__priceInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ProductFilters-module__IE-NBW__priceInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ProductFilters-module__IE-NBW__priceInput[type=number]{-moz-appearance:textfield}.ProductFilters-module__IE-NBW__priceSeparator{color:#9ca3af;font-size:.875rem}.ProductFilters-module__IE-NBW__activeFiltersRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ProductFilters-module__IE-NBW__leftSection{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ProductFilters-module__IE-NBW__resultsCount{color:#374151;margin-right:.5rem;font-size:.875rem;font-weight:500}.ProductFilters-module__IE-NBW__filterChip{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;transition:background-color .15s,border-color .15s;display:inline-flex}.ProductFilters-module__IE-NBW__filterChip:hover{background-color:#f3f4f6;border-color:#d1d5db}.ProductFilters-module__IE-NBW__filterChip svg{color:#9ca3af}.ProductFilters-module__IE-NBW__filterChip:hover svg{color:#6b7280}.ProductFilters-module__IE-NBW__clearAllButton{white-space:nowrap;font-size:.8125rem}.ProductFilters-module__IE-NBW__mobileWrapper{display:none}@media screen and (max-width:768px){.ProductFilters-module__IE-NBW__container{padding:1rem}.ProductFilters-module__IE-NBW__desktopWrapper{display:none}.ProductFilters-module__IE-NBW__mobileWrapper{flex-direction:column;gap:.75rem;display:flex}.ProductFilters-module__IE-NBW__mobileHeader{align-items:center;gap:.75rem;display:flex}.ProductFilters-module__IE-NBW__filterButton{align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.ProductFilters-module__IE-NBW__filterBadge{color:#fff;background-color:#111827;border-radius:999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.75rem;font-weight:500;display:inline-flex}.ProductFilters-module__IE-NBW__mobileSortTrigger{background-color:#fff;flex:1}.ProductFilters-module__IE-NBW__mobileActiveFilters{flex-direction:column;gap:.5rem;display:flex}.ProductFilters-module__IE-NBW__mobileResultsCount{color:#374151;font-size:.875rem;font-weight:500}.ProductFilters-module__IE-NBW__mobileChips{flex-wrap:wrap;gap:.5rem;display:flex}.ProductFilters-module__IE-NBW__sheetContent{border-radius:1rem 1rem 0 0;max-height:85vh}.ProductFilters-module__IE-NBW__sheetBody{flex-direction:column;flex:1;gap:1.25rem;padding:0 1rem;display:flex;overflow-y:auto}.ProductFilters-module__IE-NBW__mobileFilterGroup{border:none;flex-direction:column;gap:.5rem;min-width:0;margin:0;padding:0;display:flex}.ProductFilters-module__IE-NBW__filterLabel{color:#374151;font-size:.875rem;font-weight:500}.ProductFilters-module__IE-NBW__mobileSelectTrigger{background-color:#fff;width:100%}.ProductFilters-module__IE-NBW__mobilePriceRange{align-items:center;gap:.5rem;display:flex}.ProductFilters-module__IE-NBW__mobilePriceRange input{flex:1}.ProductFilters-module__IE-NBW__clearAllChip{color:#6b7280;cursor:pointer;background-color:#0000;border:1px solid #e5e7eb;border-radius:999px;align-items:center;padding:.375rem .75rem;font-size:.8125rem;transition:background-color .15s,color .15s;display:inline-flex}.ProductFilters-module__IE-NBW__clearAllChip:hover{color:#374151;background-color:#f3f4f6}.ProductFilters-module__IE-NBW__sheetFooter{border-top:1px solid #e5e7eb;gap:.75rem;padding:1rem;display:flex}.ProductFilters-module__IE-NBW__sheetClearBtn,.ProductFilters-module__IE-NBW__sheetFooter button:last-child{flex:1}}}
@layer component{.index-module__5iWCXq__page{width:100%;min-height:100vh;font-family:var(--font-montserrat);background-color:var(--background);color:var(--text-primary);flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.index-module__5iWCXq__loadingSkeleton{width:100%;max-width:1400px;padding:1rem}}
@layer component{.CategoryMultiSelect-module__taUckq__container{width:100%;min-width:0;max-width:100%;position:relative}.CategoryMultiSelect-module__taUckq__trigger{background-color:var(--background,white);border:1px solid var(--border,#e5e7eb);cursor:pointer;box-sizing:border-box;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;max-width:100%;height:38px;min-height:38px;max-height:38px;padding:.375rem .5rem .375rem .75rem;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.CategoryMultiSelect-module__taUckq__trigger:hover{border-color:var(--border-hover,var(--border))}.CategoryMultiSelect-module__taUckq__triggerOpen{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f61a}.CategoryMultiSelect-module__taUckq__triggerContent{flex:1;align-items:center;min-width:0;max-width:calc(100% - 50px);display:flex;overflow:hidden}.CategoryMultiSelect-module__taUckq__placeholder{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.CategoryMultiSelect-module__taUckq__tags{flex-wrap:nowrap;align-items:center;gap:.25rem;min-width:0;max-width:100%;display:flex;overflow:hidden}.CategoryMultiSelect-module__taUckq__tag{background-color:var(--primary,#3b82f6);color:#fff;white-space:nowrap;text-overflow:ellipsis;border-radius:4px;flex-shrink:1;align-items:center;gap:.125rem;min-width:0;max-width:80px;padding:.125rem .25rem .125rem .375rem;font-size:.6875rem;font-weight:500;line-height:1.2;display:inline-flex;overflow:hidden}.CategoryMultiSelect-module__taUckq__tagRemove{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.CategoryMultiSelect-module__taUckq__tagRemove:hover{opacity:1}.CategoryMultiSelect-module__taUckq__tagMore{background-color:var(--background-secondary,#f3f4f6);color:var(--text-secondary);white-space:nowrap;border-radius:4px;flex-shrink:0;align-items:center;padding:.125rem .375rem;font-size:.6875rem;font-weight:500;line-height:1.2;display:inline-flex}.CategoryMultiSelect-module__taUckq__triggerActions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.CategoryMultiSelect-module__taUckq__clearButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:background-color .2s,color .2s;display:flex}.CategoryMultiSelect-module__taUckq__clearButton:hover{background-color:var(--background-secondary,#f3f4f6);color:var(--text-primary)}.CategoryMultiSelect-module__taUckq__chevron{color:var(--text-secondary);transition:transform .2s}.CategoryMultiSelect-module__taUckq__chevronOpen{transform:rotate(180deg)}.CategoryMultiSelect-module__taUckq__dropdown{z-index:50;background-color:var(--background);border:1px solid var(--border);border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 20px #0000001a}.CategoryMultiSelect-module__taUckq__searchWrapper{border-bottom:1px solid var(--border);padding:.5rem;position:relative}.CategoryMultiSelect-module__taUckq__searchIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.CategoryMultiSelect-module__taUckq__searchInput{border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--text-primary);border-radius:6px;outline:none;padding:.5rem .75rem .5rem 2rem;font-size:.875rem;transition:border-color .2s}.CategoryMultiSelect-module__taUckq__searchInput:focus{border-color:var(--primary)}.CategoryMultiSelect-module__taUckq__searchInput::placeholder{color:var(--text-secondary)}.CategoryMultiSelect-module__taUckq__optionsList{max-height:240px;padding:.25rem;overflow-y:auto}.CategoryMultiSelect-module__taUckq__option{cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;transition:background-color .15s;display:flex}.CategoryMultiSelect-module__taUckq__option:hover{background-color:var(--background-secondary,#f3f4f6)}.CategoryMultiSelect-module__taUckq__optionSelected{background-color:#3b82f61a}.CategoryMultiSelect-module__taUckq__optionSelected:hover{background-color:#3b82f626}.CategoryMultiSelect-module__taUckq__optionContent{align-items:center;gap:.5rem;display:flex}.CategoryMultiSelect-module__taUckq__optionName{color:var(--text-primary);font-size:.875rem}.CategoryMultiSelect-module__taUckq__optionCount{color:var(--text-secondary);font-size:.75rem}.CategoryMultiSelect-module__taUckq__checkIcon{color:var(--primary);flex-shrink:0}.CategoryMultiSelect-module__taUckq__loadingState,.CategoryMultiSelect-module__taUckq__errorState,.CategoryMultiSelect-module__taUckq__emptyState{color:var(--text-secondary);justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;font-size:.875rem;display:flex}.CategoryMultiSelect-module__taUckq__errorState{color:var(--destructive,#ef4444)}.CategoryMultiSelect-module__taUckq__spinner{animation:1s linear infinite CategoryMultiSelect-module__taUckq__spin}@keyframes CategoryMultiSelect-module__taUckq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CategoryMultiSelect-module__taUckq__footer{border-top:1px solid var(--border);color:var(--text-secondary);background-color:var(--background-secondary,#f9fafb);padding:.5rem .75rem;font-size:.75rem}}
@layer component{.page-module__dMmvGa__page{min-height:100vh;font-family:var(--font-montserrat);background-color:var(--background);color:var(--text-primary);justify-content:center;align-items:center;display:flex}}
@layer utilities{.SearchResultPage-module__AdfPdW__navSearchResults{background-color:inherit;height:inherit;width:100%;padding-bottom:2rem;overflow-y:auto}.SearchResultPage-module__AdfPdW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;margin-top:1.5rem;padding:4px;display:grid}@media screen and (min-width:1200px){.SearchResultPage-module__AdfPdW__productsGrid{grid-template-columns:repeat(4,1fr)}}.SearchResultPage-module__AdfPdW__loadingState{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.SearchResultPage-module__AdfPdW__spinner{border:3px solid #e5e7eb;border-top-color:#374151;border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite SearchResultPage-module__AdfPdW__spin}@keyframes SearchResultPage-module__AdfPdW__spin{to{transform:rotate(360deg)}}.SearchResultPage-module__AdfPdW__errorState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.SearchResultPage-module__AdfPdW__errorState p{color:#dc2626;font-size:1rem}.SearchResultPage-module__AdfPdW__retryButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:background-color .15s,border-color .15s}.SearchResultPage-module__AdfPdW__retryButton:hover{background-color:#f9fafb;border-color:#d1d5db}.SearchResultPage-module__AdfPdW__resultsInfo{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.SearchResultPage-module__AdfPdW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:4rem 2rem;display:flex}.SearchResultPage-module__AdfPdW__emptyState p{color:#374151;font-size:1.125rem;font-weight:500}.SearchResultPage-module__AdfPdW__emptyState span{color:#6b7280;font-size:.875rem}.SearchResultPage-module__AdfPdW__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem 0;display:flex}.SearchResultPage-module__AdfPdW__pageNumbers{align-items:center;gap:.25rem;display:flex}.SearchResultPage-module__AdfPdW__pageLink{color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;min-width:2.25rem;height:2.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}.SearchResultPage-module__AdfPdW__pageLink:hover{background-color:#f9fafb;border-color:#d1d5db}.SearchResultPage-module__AdfPdW__pageActive{color:#fff;background-color:#111827;border-color:#111827}.SearchResultPage-module__AdfPdW__pageActive:hover{background-color:#1f2937;border-color:#1f2937}.SearchResultPage-module__AdfPdW__pageDots{color:#9ca3af;justify-content:center;align-items:center;min-width:2.25rem;height:2.25rem;font-size:.875rem;display:inline-flex}.SearchResultPage-module__AdfPdW__carouselSection{border-top:1px solid var(--border,#e5e7eb);margin-top:3rem;padding:2rem 0}.SearchResultPage-module__AdfPdW__carouselTitle{color:var(--text-primary,#111827);letter-spacing:-.02em;margin:0 0 1.5rem;padding:0 .5rem;font-size:1.5rem;font-weight:500}.SearchResultPage-module__AdfPdW__carouselProductCard{height:100%;padding:.5rem}@media screen and (max-width:900px){.SearchResultPage-module__AdfPdW__carouselSection{margin-top:2.5rem;padding:1.75rem 0}.SearchResultPage-module__AdfPdW__carouselTitle{margin-bottom:1.25rem;font-size:1.35rem}}@media screen and (max-width:600px){.SearchResultPage-module__AdfPdW__productsGrid{grid-template-columns:1fr;gap:.75rem}.SearchResultPage-module__AdfPdW__pagination{flex-wrap:wrap;gap:.5rem}.SearchResultPage-module__AdfPdW__pageLink{min-width:2rem;height:2rem;padding:0 .5rem;font-size:.8rem}.SearchResultPage-module__AdfPdW__pageDots{min-width:1.5rem}.SearchResultPage-module__AdfPdW__carouselSection{margin-top:2rem;padding:1.5rem 0}.SearchResultPage-module__AdfPdW__carouselTitle{margin-bottom:1rem;padding:0 .25rem;font-size:1.125rem}}}
@layer component{.page-module___TfUJW__page{min-height:100vh;font-family:var(--font-montserrat);background-color:var(--background);color:var(--text-primary);flex-direction:column;width:100%;max-width:1400px;margin:0 auto;padding:1rem;display:flex}.page-module___TfUJW__loadingContainer{width:100%;padding:1rem}.page-module___TfUJW__breadcrumb{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem}.page-module___TfUJW__breadcrumbLink{color:var(--text-secondary);text-decoration:none;transition:color .2s}.page-module___TfUJW__breadcrumbLink:hover{color:var(--text-primary)}.page-module___TfUJW__breadcrumbSeparator{color:var(--border);margin:0 .5rem}.page-module___TfUJW__breadcrumbCurrent{color:var(--text-primary);font-weight:500}.page-module___TfUJW__categoryHeader{margin-bottom:2rem}.page-module___TfUJW__categoryHeaderDesktop{border-radius:1.5rem;width:100%;min-height:500px;position:relative;overflow:hidden}.page-module___TfUJW__categoryHeaderBackground{width:100%;height:100%;position:absolute;inset:0}.page-module___TfUJW__categoryHeaderBackground img{object-fit:cover;width:100%;height:100%}.page-module___TfUJW__categoryHeaderPlaceholder{background:linear-gradient(135deg,#374151 0%,#1f2937 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.page-module___TfUJW__categoryHeaderOverlay{background:linear-gradient(#0000004d 0%,#00000080 50%,#000000d9 100%);position:absolute;inset:0}.page-module___TfUJW__categoryHeaderContent{z-index:10;padding:2rem;position:absolute;bottom:0;left:0;right:0}.page-module___TfUJW__categoryTitle{color:#fff;text-shadow:0 2px 4px #0000004d;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.page-module___TfUJW__categoryDescription{color:#ffffffe6;text-shadow:0 1px 2px #0000004d;max-width:600px;font-size:1.125rem;line-height:1.6}.page-module___TfUJW__categoryHeaderMobile{display:none}.page-module___TfUJW__categoryHeaderMobileImage{background-color:var(--muted);border-radius:1rem;position:relative;overflow:hidden}.page-module___TfUJW__categoryHeaderMobilePlaceholder{background:linear-gradient(135deg,#374151 0%,#1f2937 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.page-module___TfUJW__categoryHeaderMobileContent{text-align:left}.page-module___TfUJW__categoryTitleMobile{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-module___TfUJW__categoryDescriptionMobile{color:var(--text-secondary);text-align:justify;font-size:.938rem;line-height:1.5}.page-module___TfUJW__subcategoriesSection{margin-bottom:2rem;padding:0 .5rem}.page-module___TfUJW__subcategoriesTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem;font-weight:600}.page-module___TfUJW__subcategoriesPills{flex-wrap:wrap;gap:.75rem;display:flex}.page-module___TfUJW__subcategoryPill{background-color:var(--card);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:9999px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.page-module___TfUJW__subcategoryPill:hover{background-color:var(--accent);border-color:var(--accent);color:var(--accent-foreground);transform:translateY(-1px)}.page-module___TfUJW__subcategoryPillActive{background-color:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.page-module___TfUJW__subcategoryPillActive:hover{background-color:var(--primary);opacity:.9}.page-module___TfUJW__filtersSection{margin-bottom:2rem}.page-module___TfUJW__productsGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (min-width:480px){.page-module___TfUJW__productsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.page-module___TfUJW__productsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width:1024px){.page-module___TfUJW__productsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.page-module___TfUJW__productsLoading{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.page-module___TfUJW__spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite page-module___TfUJW__spin}@keyframes page-module___TfUJW__spin{to{transform:rotate(360deg)}}.page-module___TfUJW__emptyProducts{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.page-module___TfUJW__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding:2rem 0;display:flex}.page-module___TfUJW__pageNumbers{align-items:center;gap:.25rem;display:flex}.page-module___TfUJW__pageLink{background-color:var(--card);border:1px solid var(--border);color:var(--text-primary);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.page-module___TfUJW__pageLink:hover{background-color:var(--accent);border-color:var(--accent)}.page-module___TfUJW__pageActive{background-color:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.page-module___TfUJW__pageActive:hover{background-color:var(--primary);opacity:.9}.page-module___TfUJW__pageDots{color:var(--text-secondary);padding:.5rem}.page-module___TfUJW__categoryTreeContainer{padding:2rem 0}.page-module___TfUJW__allCategoriesTitle{color:var(--text-primary);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.page-module___TfUJW__allCategoriesSubtitle{color:var(--text-secondary);text-align:center;margin-bottom:2.5rem;font-size:1.125rem}.page-module___TfUJW__categoryTree{grid-template-columns:1fr;gap:1rem;display:grid}.page-module___TfUJW__categoryTreeItem{background-color:var(--card);border:1px solid var(--border);border-radius:1rem;transition:box-shadow .2s;overflow:hidden}.page-module___TfUJW__categoryTreeItem:hover{box-shadow:0 4px 20px #0000001a}.page-module___TfUJW__categoryTreeParent{color:var(--text-primary);align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:background-color .2s;display:flex}.page-module___TfUJW__categoryTreeParent:hover{background-color:var(--accent)}.page-module___TfUJW__categoryTreeImage{background-color:var(--muted);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.page-module___TfUJW__categoryTreeImage img{object-fit:cover;width:100%;height:100%}.page-module___TfUJW__categoryTreeInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.page-module___TfUJW__categoryTreeName{color:var(--text-primary);font-size:1.125rem;font-weight:600}.page-module___TfUJW__categoryTreeDescription{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.page-module___TfUJW__categoryTreeChildren{border-top:1px solid var(--border);flex-wrap:wrap;gap:.5rem;padding:1rem;display:flex}.page-module___TfUJW__categoryTreeChild{background-color:var(--muted);color:var(--text-primary);border-radius:9999px;padding:.5rem 1rem;font-size:.813rem;font-weight:500;text-decoration:none;transition:all .2s}.page-module___TfUJW__categoryTreeChild:hover{background-color:var(--primary);color:var(--primary-foreground)}.page-module___TfUJW__categoryTreeCount{color:var(--text-secondary);margin-top:.25rem;font-size:.75rem}.page-module___TfUJW__categoryTreeChildCount{color:var(--text-secondary);margin-left:.25rem;font-size:.75rem}@media (max-width:640px){.page-module___TfUJW__page{padding:.75rem}.page-module___TfUJW__categoryHeaderDesktop{display:none}.page-module___TfUJW__categoryHeaderMobile{flex-direction:column;align-items:stretch;gap:1rem;display:flex}.page-module___TfUJW__categoryHeaderMobileImage{width:100%;height:300px}.page-module___TfUJW__categoryHeaderMobileContent{padding:0 .25rem}.page-module___TfUJW__subcategoriesPills{gap:.5rem}.page-module___TfUJW__subcategoryPill{padding:.5rem 1rem;font-size:.813rem}.page-module___TfUJW__allCategoriesTitle{font-size:1.5rem}.page-module___TfUJW__allCategoriesSubtitle{font-size:1rem}.page-module___TfUJW__categoryTreeImage{width:60px;height:60px}.page-module___TfUJW__categoryTreeName{font-size:1rem}.page-module___TfUJW__categoryTreeChildren{gap:.375rem;padding:.75rem}.page-module___TfUJW__categoryTreeChild{padding:.375rem .75rem;font-size:.75rem}.page-module___TfUJW__pagination{gap:.25rem}.page-module___TfUJW__pageLink{padding:.375rem .75rem;font-size:.813rem}.page-module___TfUJW__carouselSection{margin-top:2rem;padding:1.5rem 0}.page-module___TfUJW__carouselTitle{margin-bottom:1rem;padding:0 .25rem;font-size:1.125rem}}.page-module___TfUJW__carouselSection{border-top:1px solid var(--border,#e5e7eb);margin-top:3rem;padding:2rem 0}.page-module___TfUJW__carouselTitle{color:var(--text-primary,#111827);letter-spacing:-.02em;margin:0 0 1.5rem;padding:0 .5rem;font-size:1.5rem;font-weight:500}.page-module___TfUJW__carouselProductCard{height:100%;padding:.5rem}@media screen and (max-width:900px){.page-module___TfUJW__carouselSection{margin-top:2.5rem;padding:1.75rem 0}.page-module___TfUJW__carouselTitle{margin-bottom:1.25rem;font-size:1.35rem}}}
@layer component{.page-module__yxQjTG__page{min-height:100vh;font-family:var(--font-montserrat);background-color:var(--background);color:var(--text-primary);justify-content:center;align-items:flex-start;width:100%;padding:2rem 1rem 1rem;display:flex}.page-module__yxQjTG__loading{width:100%;max-width:1400px}.page-module__yxQjTG__filterSkeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;height:44px;margin-bottom:1.5rem;animation:1.5s infinite page-module__yxQjTG__shimmer}.page-module__yxQjTG__gridSkeleton{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;display:grid}.page-module__yxQjTG__cardSkeleton{aspect-ratio:3/4;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:12px;animation:1.5s infinite page-module__yxQjTG__shimmer}@keyframes page-module__yxQjTG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:600px){.page-module__yxQjTG__gridSkeleton{grid-template-columns:repeat(2,1fr);gap:.75rem}}}
