.ProductCard-module__bki8ua__card{background:#fff;border:1px solid #f1f5f9;border-radius:8px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden}.ProductCard-module__bki8ua__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -10px #002b4926}.ProductCard-module__bki8ua__imageWrapper{aspect-ratio:3/4;background-color:#f8fafc;position:relative;overflow:hidden}.ProductCard-module__bki8ua__image{object-fit:contain;transition:transform .3s}.ProductCard-module__bki8ua__card:hover .ProductCard-module__bki8ua__image{transform:scale(1.05)}.ProductCard-module__bki8ua__wholesaleBadge{background-color:var(--primary);color:#fff;z-index:10;border-radius:0 4px 4px 0;padding:4px 12px;font-size:10px;font-weight:800;position:absolute;top:10px;left:0}.ProductCard-module__bki8ua__discountTag{color:#fff;background-color:#ef4444;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:900;position:absolute;top:10px;right:10px}.ProductCard-module__bki8ua__info{flex-direction:column;flex:1;padding:16px;display:flex}.ProductCard-module__bki8ua__title{color:var(--primary);-webkit-line-clamp:2;line-clamp:2;letter-spacing:.02em;-webkit-box-orient:vertical;height:40px;margin-bottom:12px;font-size:.8125rem;font-weight:700;line-height:1.4;text-decoration:none;display:-webkit-box;overflow:hidden}.ProductCard-module__bki8ua__pricing{margin-bottom:16px}.ProductCard-module__bki8ua__oldPrice{color:#94a3b8;font-size:.6875rem;text-decoration:line-through;display:block}.ProductCard-module__bki8ua__currentPriceRow{align-items:baseline;gap:4px;display:flex}.ProductCard-module__bki8ua__currentPrice{color:var(--success);font-size:1.25rem;font-weight:900}.ProductCard-module__bki8ua__paymentMethod{color:#64748b;text-transform:uppercase;font-size:.625rem;font-weight:700}.ProductCard-module__bki8ua__installments{color:#64748b;margin-top:2px;font-size:.6875rem;font-weight:600}.ProductCard-module__bki8ua__button{border:2px solid var(--primary);width:100%;color:var(--primary);letter-spacing:.05em;background-color:#fff;border-radius:4px;margin-top:auto;padding:10px;font-size:.75rem;font-weight:900;transition:all .2s}.ProductCard-module__bki8ua__button:hover{background-color:var(--primary);color:#fff}.ProductCard-module__bki8ua__hoverOverlay{opacity:0;z-index:20;background:linear-gradient(#0000,#00000080);flex-direction:column;gap:12px;padding:16px;transition:all .3s ease-in-out;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.ProductCard-module__bki8ua__card:hover .ProductCard-module__bki8ua__hoverOverlay{opacity:1;transform:translateY(0)}.ProductCard-module__bki8ua__sizesList{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.ProductCard-module__bki8ua__sizeBtn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.ProductCard-module__bki8ua__sizeBtn:hover{border-color:var(--primary)}.ProductCard-module__bki8ua__sizeBtn.ProductCard-module__bki8ua__selectedSize{background:var(--primary);color:#fff;border-color:var(--primary)}.ProductCard-module__bki8ua__quickBuyBtn{background-color:var(--success);color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:4px;padding:12px;font-size:.8125rem;font-weight:800;transition:background-color .2s}.ProductCard-module__bki8ua__quickBuyBtn:hover{background-color:#10b981}
.CategoryPage-module__Nssh1G__page{min-height:100vh;font-family:var(--font-sans);background-color:#fff}.CategoryPage-module__Nssh1G__container{max-width:1280px;margin:0 auto;padding:0 24px}.CategoryPage-module__Nssh1G__breadcrumbWrapper{background-color:#f8fafc;border-bottom:1px solid #f1f5f9;padding:16px 0}.CategoryPage-module__Nssh1G__breadcrumb ol{color:#94a3b8;align-items:center;margin:0;padding:0;font-size:.625rem;font-weight:700;list-style:none;display:flex}.CategoryPage-module__Nssh1G__breadcrumb li a{color:inherit;text-decoration:none}.CategoryPage-module__Nssh1G__separator{margin:0 10px;display:flex}.CategoryPage-module__Nssh1G__separator .material-icons{font-size:14px}.CategoryPage-module__Nssh1G__active{color:var(--primary)}.CategoryPage-module__Nssh1G__categoryInfo{text-align:center;padding:40px 0 24px}.CategoryPage-module__Nssh1G__categoryInfo h1{color:var(--primary);letter-spacing:.1em;font-size:2rem;font-weight:900}.CategoryPage-module__Nssh1G__productCount{color:#94a3b8;margin-top:8px;font-size:.75rem;font-weight:700}.CategoryPage-module__Nssh1G__filterBar{background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;margin-bottom:24px;padding:0 16px}.CategoryPage-module__Nssh1G__filtersGrid{align-items:center;display:flex}.CategoryPage-module__Nssh1G__filterDropdown{cursor:pointer;color:var(--primary);border-right:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;min-width:156px;padding:16px 24px;font-size:.8125rem;font-weight:800;transition:background-color .2s;display:flex}.CategoryPage-module__Nssh1G__filterDropdown:hover{background-color:#f8fafc}.CategoryPage-module__Nssh1G__filterDropdown .material-icons{color:#94a3b8;font-size:18px}.CategoryPage-module__Nssh1G__sortWrapper{color:#94a3b8;align-items:center;gap:12px;margin-left:auto;font-size:.6875rem;font-weight:800;display:flex}.CategoryPage-module__Nssh1G__sortSelect{color:var(--primary);cursor:pointer;background-color:#fff;border:none;outline:none;padding:12px;font-weight:800}.CategoryPage-module__Nssh1G__activeFilters{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:40px;display:flex}.CategoryPage-module__Nssh1G__filterTag{background-color:var(--primary);color:#fff;border-radius:4px;align-items:center;gap:8px;padding:6px 12px;font-size:.6875rem;font-weight:700;display:flex}.CategoryPage-module__Nssh1G__filterTag button{color:#fff;opacity:.7;align-items:center;display:flex}.CategoryPage-module__Nssh1G__filterTag button:hover{opacity:1}.CategoryPage-module__Nssh1G__filterTag .material-icons{font-size:14px}.CategoryPage-module__Nssh1G__clearAll{color:var(--primary);margin-left:8px;font-size:.75rem;font-weight:700;text-decoration:underline}.CategoryPage-module__Nssh1G__productGrid{grid-template-columns:repeat(4,1fr);gap:32px;padding-bottom:64px;display:grid}.CategoryPage-module__Nssh1G__skeleton{aspect-ratio:3/4;background-color:#f3f4f6;border-radius:8px;animation:1.5s infinite CategoryPage-module__Nssh1G__pulse}@keyframes CategoryPage-module__Nssh1G__pulse{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.CategoryPage-module__Nssh1G__empty{text-align:center;color:#94a3b8;grid-column:1/-1;padding:100px 0}.CategoryPage-module__Nssh1G__empty .material-icons{margin-bottom:24px;font-size:64px}.CategoryPage-module__Nssh1G__backBtn{background-color:var(--primary);color:#fff;border-radius:4px;margin-top:24px;padding:16px 32px;font-weight:800;text-decoration:none;display:inline-block}@media (max-width:1024px){.CategoryPage-module__Nssh1G__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.CategoryPage-module__Nssh1G__productGrid{grid-template-columns:repeat(2,1fr)}.CategoryPage-module__Nssh1G__filtersGrid{flex-wrap:wrap}.CategoryPage-module__Nssh1G__filterDropdown{border-bottom:1px solid #e2e8f0;flex:1;min-width:50%}.CategoryPage-module__Nssh1G__sortWrapper{justify-content:center;width:100%;margin:0;padding:16px}}
.page-module___8aEwW__page{background-color:#fff;padding-bottom:64px}.page-module___8aEwW__container{max-width:1280px;margin:0 auto;padding:0 24px}.page-module___8aEwW__hero{background-color:#f1f5f9;width:100%;height:600px;position:relative;overflow:hidden}.page-module___8aEwW__heroSlider{height:100%;position:relative}.page-module___8aEwW__slide{opacity:0;z-index:1;transition:opacity .8s ease-in-out;position:absolute;inset:0}.page-module___8aEwW__activeSlide{opacity:1;z-index:2}.page-module___8aEwW__heroDots{z-index:10;justify-content:center;gap:12px;display:flex;position:absolute;bottom:32px;left:0;right:0}.page-module___8aEwW__dot{cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.page-module___8aEwW__activeDot{background-color:var(--secondary);transform:scale(1.2)}.page-module___8aEwW__heroImage{object-fit:cover}.page-module___8aEwW__heroOverlay{background:linear-gradient(90deg,#002b49b3 0%,#002b4900 60%);align-items:center;display:flex;position:absolute;inset:0}.page-module___8aEwW__heroContent{color:#fff;max-width:600px}.page-module___8aEwW__heroTag{background-color:var(--secondary);color:var(--primary);border-radius:4px;padding:4px 12px;font-size:.75rem;font-weight:800}.page-module___8aEwW__heroContent h1{font-size:3.5rem;font-weight:900;line-height:1.1;font-family:var(--font-display);margin:24px 0}.page-module___8aEwW__heroContent p{opacity:.9;margin-bottom:40px;font-size:1.125rem}.page-module___8aEwW__heroBtn{background-color:var(--secondary);color:var(--primary);border-radius:4px;padding:16px 48px;font-size:.875rem;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block}.page-module___8aEwW__heroBtn:hover{transform:translateY(-2px)}.page-module___8aEwW__benefits{background-color:#f8fafc;border-bottom:1px solid #f1f5f9;padding:24px 0}.page-module___8aEwW__benefitsGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.page-module___8aEwW__benefitItem{color:var(--primary);align-items:center;gap:16px;display:flex}.page-module___8aEwW__benefitItem .material-icons{color:var(--primary);opacity:.8;font-size:32px}.page-module___8aEwW__benefitText{flex-direction:column;display:flex}.page-module___8aEwW__benefitText strong{letter-spacing:.05em;font-size:.75rem;font-weight:800}.page-module___8aEwW__benefitText span{color:#64748b;font-size:.6875rem}.page-module___8aEwW__categories{padding:80px 0}.page-module___8aEwW__sectionHeader{text-align:center;margin-bottom:48px}.page-module___8aEwW__sectionHeader h2{color:var(--primary);letter-spacing:.05em;font-size:1.5rem;font-weight:900}.page-module___8aEwW__line{background-color:var(--secondary);width:60px;height:4px;margin:16px auto}.page-module___8aEwW__catGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.page-module___8aEwW__catCard{aspect-ratio:1/1.2;border-radius:8px;text-decoration:none;position:relative;overflow:hidden}.page-module___8aEwW__catImageWrapper{width:100%;height:100%;transition:transform .5s;position:relative}.page-module___8aEwW__catCard:hover .page-module___8aEwW__catImageWrapper{transform:scale(1.05)}.page-module___8aEwW__catInfo{color:#fff;background:linear-gradient(#002b4900 50%,#002b49cc 100%);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.page-module___8aEwW__catInfo h3{margin-bottom:8px;font-size:1.25rem;font-weight:900}.page-module___8aEwW__viewMore{letter-spacing:.1em;opacity:.8;font-size:.625rem;font-weight:700}.page-module___8aEwW__featured{padding-bottom:80px}.page-module___8aEwW__tabsHeader{justify-content:center;gap:32px;margin-bottom:40px;display:flex}.page-module___8aEwW__tab,.page-module___8aEwW__tabActive{color:#94a3b8;padding:12px 24px;font-size:1.25rem;font-weight:900;transition:all .2s}.page-module___8aEwW__tabActive{color:var(--primary);border-bottom:4px solid var(--secondary)}.page-module___8aEwW__carouselContainer{width:100%;position:relative}.page-module___8aEwW__carouselArrow{cursor:pointer;z-index:25;width:48px;height:48px;color:var(--primary);background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:40%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.page-module___8aEwW__carouselArrow:hover{background:var(--primary);color:#fff;transform:translateY(-50%)scale(1.1)}.page-module___8aEwW__carouselArrowLeft{left:-24px}.page-module___8aEwW__carouselArrowRight{right:-24px}.page-module___8aEwW__productGrid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:32px;width:100%;margin:0 -12px;padding:12px;display:flex;overflow-x:auto}.page-module___8aEwW__productGrid::-webkit-scrollbar{display:none}.page-module___8aEwW__productGrid>*{scroll-snap-align:start;flex:0 0 calc(25% - 24px)}.page-module___8aEwW__skeleton{aspect-ratio:3/4;background-color:#f1f5f9;border-radius:8px;animation:1.5s infinite page-module___8aEwW__pulse}@keyframes page-module___8aEwW__pulse{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.page-module___8aEwW__viewMoreSection{text-align:center;margin-top:48px}.page-module___8aEwW__viewAllBtn{border:2px solid var(--primary);color:var(--primary);border-radius:4px;padding:12px 32px;font-size:.8125rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block}.page-module___8aEwW__viewAllBtn:hover{background-color:var(--primary);color:#fff}.page-module___8aEwW__personalize{padding:40px 0}.page-module___8aEwW__personalizeBox{background-color:#f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;padding:64px;display:flex;overflow:hidden}.page-module___8aEwW__personalizeContent{max-width:500px}.page-module___8aEwW__personalizeContent h2{color:var(--primary);margin-bottom:16px;font-size:2rem;font-weight:900}.page-module___8aEwW__personalizeContent p{color:#64748b;margin-bottom:32px;font-size:1.125rem}.page-module___8aEwW__secondaryBtn{background-color:var(--secondary);color:var(--primary);border-radius:4px;padding:16px 32px;font-weight:800;text-decoration:none;display:inline-block}@media (max-width:1024px){.page-module___8aEwW__catGrid,.page-module___8aEwW__benefitsGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__productGrid>*{flex:0 0 calc(50% - 16px)}}@media (max-width:768px){.page-module___8aEwW__heroContent h1{font-size:2rem}.page-module___8aEwW__personalizeBox{text-align:center;flex-direction:column;padding:32px}.page-module___8aEwW__benefitsGrid{grid-template-columns:1fr}.page-module___8aEwW__productGrid>*{flex:0 0 calc(85% - 16px)}.page-module___8aEwW__carouselArrow{display:none}}
