.allCategories-module__yRNQYW__page{background:var(--color-bg-primary);min-height:100vh;color:var(--color-text-primary);flex-direction:column;display:flex}.allCategories-module__yRNQYW__mainContent{width:100%;padding:var(--spacing-2xl)var(--container-padding);flex:1;margin:0 auto}.allCategories-module__yRNQYW__breadcrumb{margin-bottom:var(--spacing-xl);font-size:var(--font-size-sm);color:var(--color-text-secondary);margin-top:5%;margin-left:2%}.allCategories-module__yRNQYW__breadcrumb a{color:var(--color-accent-primary);text-decoration:none}.allCategories-module__yRNQYW__breadcrumb a:hover{text-decoration:underline}.allCategories-module__yRNQYW__breadcrumb span{margin:0 var(--spacing-xs)}.allCategories-module__yRNQYW__pageTitle{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);text-align:center;margin-bottom:var(--spacing-3xl);padding-bottom:var(--spacing-lg);position:relative}.allCategories-module__yRNQYW__pageTitle:after{content:"";background:var(--gradient-tech);border-radius:2px;width:120px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.allCategories-module__yRNQYW__categorySection{margin-bottom:var(--spacing-3xl);position:relative}.allCategories-module__yRNQYW__categoryHeader{margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-md);border-bottom:var(--border-width-thin)solid #ffffff0d;justify-content:space-between;align-items:center;margin-left:2%;display:flex}.allCategories-module__yRNQYW__categoryTitleWrapper{align-items:left;flex-direction:column;display:flex}.allCategories-module__yRNQYW__categoryProductCount{font-size:var(--font-size-sm);color:var(--color-text-secondary)}.allCategories-module__yRNQYW__categoryName{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);background:var(--gradient-tech);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.allCategories-module__yRNQYW__viewAllLink{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm)var(--spacing-md);color:#fff;border-radius:var(--border-radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);transition:all var(--transition-fast);border:1px solid #fff;text-decoration:none;display:inline-flex}.allCategories-module__yRNQYW__viewAllLink:hover{box-shadow:var(--shadow-glow);background:#00d4ff33;transform:translateY(-2px)}@media (max-width:768px){.allCategories-module__yRNQYW__breadcrumb{margin-top:20%}}@media (max-width:480px){.allCategories-module__yRNQYW__categoryHeader{place-items:center;width:95%;margin-left:.5rem}.allCategories-module__yRNQYW__categoryName{font-size:var(--font-size-xl)}}@keyframes allCategories-module__yRNQYW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.allCategories-module__yRNQYW__categorySection{animation:.6s ease-out forwards allCategories-module__yRNQYW__fadeInUp}.allCategories-module__yRNQYW__categorySection:first-child{animation-delay:.1s}.allCategories-module__yRNQYW__categorySection:nth-child(2){animation-delay:.2s}.allCategories-module__yRNQYW__categorySection:nth-child(3){animation-delay:.3s}.allCategories-module__yRNQYW__categorySection:nth-child(4){animation-delay:.4s}.allCategories-module__yRNQYW__categorySection:nth-child(5){animation-delay:.5s}.allCategories-module__yRNQYW__emptyState{text-align:center;padding:var(--spacing-3xl);background:var(--color-bg-card);border-radius:var(--border-radius-xl);border:var(--border-width-thin)dashed #ffffff1a}.allCategories-module__yRNQYW__emptyIcon{margin-bottom:var(--spacing-lg);opacity:.5;font-size:3rem}.allCategories-module__yRNQYW__emptyTitle{font-size:var(--font-size-xl);color:var(--color-text-primary);margin-bottom:var(--spacing-sm)}.allCategories-module__yRNQYW__emptyDescription{color:var(--color-text-secondary);margin-bottom:var(--spacing-lg)}
.CartModal-module__07_Y2G__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#000000b3;justify-content:flex-end;animation:.3s CartModal-module__07_Y2G__fadeIn;display:flex;position:fixed;inset:0}@keyframes CartModal-module__07_Y2G__fadeIn{0%{opacity:0}to{opacity:1}}.CartModal-module__07_Y2G__modalContent{background:var(--color-bg-secondary);border-left:1px solid #ffffff0d;flex-direction:column;width:400px;height:100vh;animation:.3s CartModal-module__07_Y2G__slideIn;display:flex}@keyframes CartModal-module__07_Y2G__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartModal-module__07_Y2G__modalHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px;display:flex}.CartModal-module__07_Y2G__modalTitle{color:var(--color-text-primary);margin:0;font-size:1.3rem;font-weight:600}.CartModal-module__07_Y2G__closeButton{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.8rem;line-height:1;transition:color .3s}.CartModal-module__07_Y2G__closeButton:hover{color:var(--color-accent-primary)}.CartModal-module__07_Y2G__modalBody{flex:1;padding:20px;overflow-y:auto}.CartModal-module__07_Y2G__emptyCart{text-align:center;padding:60px 20px}.CartModal-module__07_Y2G__emptyCart p{color:var(--color-text-secondary);margin-bottom:20px}.CartModal-module__07_Y2G__continueShopping{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:6px;padding:10px 24px;font-weight:600;transition:all .3s}.CartModal-module__07_Y2G__continueShopping:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00d4ff4d}.CartModal-module__07_Y2G__cartItems{flex-direction:column;gap:16px;display:flex}.CartModal-module__07_Y2G__cartItem{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;gap:12px;padding:12px;display:flex}.CartModal-module__07_Y2G__itemImage{flex-shrink:0}.CartModal-module__07_Y2G__imagePlaceholder{color:#fff;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.2rem;font-weight:600;display:flex}.CartModal-module__07_Y2G__itemDetails{flex:1}.CartModal-module__07_Y2G__itemName{color:var(--color-text-primary);margin:0 0 4px;font-size:.95rem;font-weight:600}.CartModal-module__07_Y2G__itemPrice{color:var(--color-accent-primary);margin:0 0 8px;font-size:.9rem;font-weight:600}.CartModal-module__07_Y2G__itemQuantity{align-items:center;gap:8px;display:flex}.CartModal-module__07_Y2G__itemQuantity button{width:24px;height:24px;color:var(--color-text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;font-size:1rem;transition:all .3s;display:flex}.CartModal-module__07_Y2G__itemQuantity button:hover:not(:disabled){background:#00d4ff1a;border-color:#00d4ff4d}.CartModal-module__07_Y2G__itemQuantity button:disabled{opacity:.3;cursor:not-allowed}.CartModal-module__07_Y2G__itemQuantity span{text-align:center;min-width:30px;font-weight:600}.CartModal-module__07_Y2G__removeButton{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:4px;font-size:1.2rem;transition:color .3s}.CartModal-module__07_Y2G__removeButton:hover{color:#f44}.CartModal-module__07_Y2G__cartSummary{border-top:1px solid #ffffff0d;margin-top:20px;padding-top:20px}.CartModal-module__07_Y2G__summaryRow{color:var(--color-text-secondary);justify-content:space-between;margin-bottom:8px;font-size:.95rem;display:flex}.CartModal-module__07_Y2G__summaryRow.CartModal-module__07_Y2G__total{color:var(--color-text-primary);border-top:1px solid #ffffff1a;margin-top:12px;padding-top:12px;font-size:1.1rem;font-weight:600}.CartModal-module__07_Y2G__modalFooter{border-top:1px solid #ffffff0d;gap:12px;padding:20px;display:flex}.CartModal-module__07_Y2G__clearButton{color:#f44;cursor:pointer;background:#ff44441a;border:1px solid #f443;border-radius:6px;flex:1;padding:12px;font-weight:600;transition:all .3s}.CartModal-module__07_Y2G__clearButton:hover{background:#f443}.CartModal-module__07_Y2G__checkoutButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:6px;flex:2;padding:12px;font-weight:600;transition:all .3s}.CartModal-module__07_Y2G__checkoutButton:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00d4ff4d}@media (max-width:480px){.CartModal-module__07_Y2G__modalContent{width:100%}.CartModal-module__07_Y2G__modalHeader,.CartModal-module__07_Y2G__modalBody,.CartModal-module__07_Y2G__modalFooter{padding:16px}}
.ShoppingCart-module__zbJv6a__cartButton{color:var(--color-text-primary);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:0 12px;transition:all .3s;display:flex;position:relative}.ShoppingCart-module__zbJv6a__cartIcon{width:24px;height:24px}.ShoppingCart-module__zbJv6a__cartBadge{background:var(--color-accent-primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:-6px;right:-6px}.ShoppingCart-module__zbJv6a__cartBadgeAnimate{animation:.5s ShoppingCart-module__zbJv6a__bounce}@keyframes ShoppingCart-module__zbJv6a__bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.ShoppingCart-module__zbJv6a__cartPrice{font-size:.9rem;font-weight:600}@media (max-width:768px){.ShoppingCart-module__zbJv6a__cartPrice{display:none}.ShoppingCart-module__zbJv6a__cartButton{padding:0 6px}}
.Header-module__zCemKG__root{z-index:1000;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);border-bottom:1px solid #ffffff0d;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__zCemKG__mainHeader{max-width:var(--container-max-width);padding:12px var(--container-padding);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.Header-module__zCemKG__headerLeft{flex-shrink:0;align-items:center;gap:32px;display:flex}.Header-module__zCemKG__logoContainer{height:3rem}.Header-module__zCemKG__logo{width:7.5rem;height:7.5rem;margin-top:-22%}.Header-module__zCemKG__logo:hover{opacity:.9}.Header-module__zCemKG__headerRight{flex-shrink:0;align-items:center;gap:16px;display:flex}.Header-module__zCemKG__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;margin-left:1.4rem;margin-right:1rem;padding:0;display:flex;left:0;transform:translate(-50%)}.Header-module__zCemKG__hamburger span{background:var(--color-text-primary);transform-origin:50%;width:100%;height:2px;transition:all .3s;display:block}.Header-module__zCemKG__hamburgerOpen span:first-child{transform:translateY(9px)rotate(45deg)}.Header-module__zCemKG__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__zCemKG__hamburgerOpen span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Header-module__zCemKG__langMenuContainer{position:relative}.Header-module__zCemKG__langButton{color:#fff;cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:0;transition:all .3s;display:flex}.Header-module__zCemKG__langButton span{height:25px}.Header-module__zCemKG__flag{padding:0;font-size:1.5rem}.Header-module__zCemKG__loginContainer{cursor:pointer;color:var(--color-text-primary);background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:16px;margin-right:0;padding:8px 16px;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.Header-module__zCemKG__iconUser{color:#fff;width:2rem;height:2rem;margin-right:.5rem}.Header-module__zCemKG__langMenu{z-index:1001;color:#fff;background:#0a0a0fb6;border:1px solid #ffffff1a;border-radius:8px;width:64px;position:absolute;top:110%;right:0;overflow:hidden;box-shadow:0 8px 20px #0000004d}.Header-module__zCemKG__langMenu button:hover{background:#ffffff0d}.Header-module__zCemKG__langActive{color:var(--color-accent-primary)}.Header-module__zCemKG__menuOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:#000000ce;height:70vh;animation:.3s Header-module__zCemKG__fadeIn;position:fixed;inset:0}@keyframes Header-module__zCemKG__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__zCemKG__menuContent{padding:40px;animation:.4s Header-module__zCemKG__slideIn;position:fixed;inset:0;overflow-y:auto}@keyframes Header-module__zCemKG__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Header-module__zCemKG__menuGrid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:5%;margin-bottom:0;display:grid}.Header-module__zCemKG__menuColumn{flex-direction:column;display:flex}.Header-module__zCemKG__columnTitle{color:var(--color-text-primary);border-bottom:2px solid var(--gradient-tech);margin-bottom:24px;padding-bottom:12px;font-size:1.2rem;font-weight:600}.Header-module__zCemKG__menuNav a{text-align:left;color:var(--color-text-primary);border-radius:8px;padding:12px 16px;font-size:1.1rem;text-decoration:none;transition:all .3s;display:block;position:relative}.Header-module__zCemKG__menuNav a span{display:inline-block;position:relative}.Header-module__zCemKG__menuNav a span:after{content:"";background-color:currentColor;width:0;height:2px;transition:width .3s ease-out;position:absolute;bottom:-4px;left:0}.Header-module__zCemKG__menuNav a:hover span:after{width:100%}.Header-module__zCemKG__menuNav a:active span:after{background-color:var(--color-accent,#f60);width:100%}.Header-module__zCemKG__menuNav a:hover{transform:translate(5px)}.Header-module__zCemKG__filtersSection{border-radius:12px;padding:0}.Header-module__zCemKG__menuFooter{border-top:1px solid #ffffff1a;margin-top:40px;padding-top:30px}.Header-module__zCemKG__contactInfo{text-align:center}.Header-module__zCemKG__contactInfo p{color:var(--color-text-secondary);margin-bottom:16px;font-size:1.1rem}.Header-module__zCemKG__phoneNumber{color:var(--color-accent-primary);margin-bottom:8px;font-size:1.3rem;font-weight:600;text-decoration:none;transition:color .3s;display:block}.Header-module__zCemKG__phoneNumber:hover{color:var(--color-accent-secondary)}.Header-module__zCemKG__email{color:var(--color-text-primary);font-size:1rem;text-decoration:none;transition:color .3s;display:block}.Header-module__zCemKG__email:hover{color:var(--color-accent-primary)}.Header-module__zCemKG__userArea{align-items:center;margin-left:0;display:flex}.Header-module__zCemKG__userInfo{color:var(--color-text-primary);width:100%;border-radius:8px;align-items:center;gap:.5rem;padding:8px 10px;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.Header-module__zCemKG__userInfo:hover{opacity:.8}.Header-module__zCemKG__userAvatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.Header-module__zCemKG__userName{white-space:nowrap;text-overflow:ellipsis;color:#fff;max-width:150px;font-size:.9rem;font-weight:500;overflow:hidden}.Header-module__zCemKG__userLoading{background:#f0f0f0;border-radius:50%;width:32px;height:32px;animation:1.5s infinite Header-module__zCemKG__pulse}@keyframes Header-module__zCemKG__pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.Header-module__zCemKG__loginContainer{cursor:pointer;align-items:center;gap:.5rem;display:flex}.Header-module__zCemKG__iconUser{width:20px;height:20px}@media (max-width:768px){.Header-module__zCemKG__userAvatar{width:28px;height:28px}}@media (max-width:1024px){.Header-module__zCemKG__menuGrid{grid-template-columns:repeat(2,1fr);gap:30px}.Header-module__zCemKG__menuColumn:nth-child(3){grid-column:span 2}.Header-module__zCemKG__menuContent{padding:30px}}@media (max-width:768px){.Header-module__zCemKG__mainHeader{gap:8px;padding:12px 16px}.Header-module__zCemKG__headerLeft{gap:12px}.Header-module__zCemKG__headerRight{gap:8px}.Header-module__zCemKG__logo{font-size:1.3rem}.Header-module__zCemKG__hamburger{width:24px;height:18px;position:static;transform:none}.Header-module__zCemKG__menuContent{padding:20px}.Header-module__zCemKG__menuHeader{margin-bottom:30px}.Header-module__zCemKG__menuLogo{font-size:1.5rem}.Header-module__zCemKG__menuGrid{grid-template-columns:1fr;gap:30px;margin-top:18%}.Header-module__zCemKG__menuColumn:nth-child(3){grid-column:span 1}.Header-module__zCemKG__menuNav a{padding:10px 16px;font-size:1rem}.Header-module__zCemKG__productItem{padding:8px 14px}.Header-module__zCemKG__contactInfo p{font-size:1rem}.Header-module__zCemKG__phoneNumber{font-size:1.1rem}.Header-module__zCemKG__langButton span:last-child{display:none}.Header-module__zCemKG__langButton{padding:0}.Header-module__zCemKG__iconUser{margin-right:.2rem}}@media (max-width:480px){.Header-module__zCemKG__mainHeader{padding:10px 5px}.Header-module__zCemKG__logoContainer{height:2.5rem}.Header-module__zCemKG__logo{width:6.2rem;height:6.2rem;margin-top:-22%}.Header-module__zCemKG__menuContent{padding:16px}.Header-module__zCemKG__menuHeader{margin-bottom:20px}.Header-module__zCemKG__menuLogo{font-size:1.5rem}.Header-module__zCemKG__columnTitle{margin-bottom:16px;font-size:1.1rem}.Header-module__zCemKG__menuGrid{gap:24px}.Header-module__zCemKG__menuFooter{margin-top:30px;padding-top:20px}}
.Footer-module__q7ZRWa__footer{border-top:1px solid #fff;margin-top:2rem;padding:32px 0}.Footer-module__q7ZRWa__footerContent{flex-direction:column;align-items:center;gap:32px;max-width:1200px;margin:0 auto;display:flex}.Footer-module__q7ZRWa__footerLogo{letter-spacing:4px;color:#fff;height:0;font-size:1.5rem;font-weight:300}.Footer-module__q7ZRWa__footerLinks{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.Footer-module__q7ZRWa__footerLinks a{color:#fff;letter-spacing:1px;font-size:.85rem;text-decoration:none;transition:color .3s}.Footer-module__q7ZRWa__footerLinks a:hover{color:#fff}.Footer-module__q7ZRWa__copyright{color:#fff;text-align:center;font-size:.8rem}.Footer-module__q7ZRWa__ctaSection{text-align:center;border-top:1px solid var(--border-color);padding:120px 48px}.Footer-module__q7ZRWa__ctaContent{text-align:center;max-width:600px;margin:0 auto}.Footer-module__q7ZRWa__ctaContent h2{margin-bottom:4px;font-size:1rem;font-weight:300}.Footer-module__q7ZRWa__ctaContent p{color:#fff;margin-bottom:0;line-height:1.6}@media screen and (max-width:768px){.Footer-module__q7ZRWa__ctaContent{padding:.4rem}.Footer-module__q7ZRWa__footerLinks{grid-template-columns:2fr 1fr;gap:22px;display:grid}.Footer-module__q7ZRWa__footerLinks a{color:#fff;letter-spacing:1px;font-size:.85rem;text-decoration:none;transition:color .3s}}
.ProductSelectedCarousel-module__n2JwTG__carouselSection{width:100%;max-width:var(--container-max-width);margin:0 auto}.ProductSelectedCarousel-module__n2JwTG__sectionHeader{text-align:center;margin-bottom:var(--spacing-xl)}.ProductSelectedCarousel-module__n2JwTG__sectionTitle{font-size:var(--font-size-3xl);background:var(--gradient-tech);-webkit-text-fill-color:transparent;margin-bottom:var(--spacing-sm);-webkit-background-clip:text;background-clip:text;font-weight:700}.ProductSelectedCarousel-module__n2JwTG__sectionSubtitle{font-size:var(--font-size-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.ProductSelectedCarousel-module__n2JwTG__embla{border-radius:var(--border-radius-xl);border:var(--border-width-thin)solid #ffffff0d;background:#2e2e2e;position:relative;overflow:hidden}.ProductSelectedCarousel-module__n2JwTG__embla__viewport{width:100%;overflow:hidden}.ProductSelectedCarousel-module__n2JwTG__embla__container{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent;margin-left:-10px;display:flex}.ProductSelectedCarousel-module__n2JwTG__embla__slide{flex:0 0 60%;padding-left:10px;position:relative}.ProductSelectedCarousel-module__n2JwTG__slideContent{min-height:500px;padding:var(--spacing-xl);border-radius:var(--border-radius-lg);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProductSelectedCarousel-module__n2JwTG__imageContainer{border-radius:inherit;position:absolute;inset:0;overflow:hidden}.ProductSelectedCarousel-module__n2JwTG__slideImage{object-fit:cover;width:100%;height:100%;transition:transform 8s}.ProductSelectedCarousel-module__n2JwTG__embla__slide:hover .ProductSelectedCarousel-module__n2JwTG__slideImage{transform:scale(1.05)}.ProductSelectedCarousel-module__n2JwTG__imageOverlay{background:linear-gradient(90deg,#0a0a0fb3 0%,#0a0a0f80 0%,#0a0a0f4d 0%);position:absolute;inset:0}.ProductSelectedCarousel-module__n2JwTG__textContent{z-index:2;max-width:600px;padding:var(--spacing-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--border-radius-lg);background:#1a1a24cc;border:1px solid #00d4ff1a;position:relative}.ProductSelectedCarousel-module__n2JwTG__itemSubtitle{background:var(--gradient-tech);color:#fff;font-size:var(--font-size-sm);border-radius:var(--border-radius-sm);margin-bottom:var(--spacing-md);padding:.5rem 1rem;font-weight:600;display:inline-block}.ProductSelectedCarousel-module__n2JwTG__itemTitle{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-md);color:var(--color-text-primary);font-weight:700;line-height:1.2}.ProductSelectedCarousel-module__n2JwTG__itemDescription{font-size:var(--font-size-lg);color:var(--color-text-secondary);margin-bottom:var(--spacing-xl);line-height:1.6}.ProductSelectedCarousel-module__n2JwTG__ctaButton{background:var(--gradient-tech);color:#fff;border-radius:var(--border-radius-md);font-size:var(--font-size-base);cursor:pointer;border:none;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.ProductSelectedCarousel-module__n2JwTG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d4ff4d}.ProductSelectedCarousel-module__n2JwTG__embla__button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:48px;height:48px;color:var(--color-text-primary);cursor:pointer;z-index:10;background:#1a1a24cc;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductSelectedCarousel-module__n2JwTG__embla__buttonPrev{left:var(--spacing-xl)}.ProductSelectedCarousel-module__n2JwTG__embla__buttonNext{right:var(--spacing-xl)}.ProductSelectedCarousel-module__n2JwTG__embla__button:hover{background:var(--color-accent-primary);border-color:var(--color-accent-primary);transform:translateY(-50%)scale(1.1)}.ProductSelectedCarousel-module__n2JwTG__embla__button__svg{width:20px;height:20px}.ProductSelectedCarousel-module__n2JwTG__miniCarousel{gap:var(--spacing-sm);padding:var(--spacing-md);scrollbar-width:thin;scrollbar-color:var(--color-accent-primary)var(--color-bg-secondary);-webkit-overflow-scrolling:touch;background:#1a1a24e6;border-top:1px solid #ffffff0d;justify-content:center;width:100%;display:flex;overflow-x:auto}.ProductSelectedCarousel-module__n2JwTG__miniCarousel::-webkit-scrollbar{height:4px}.ProductSelectedCarousel-module__n2JwTG__miniCarousel::-webkit-scrollbar-track{background:#ffffff0d}.ProductSelectedCarousel-module__n2JwTG__miniCarousel::-webkit-scrollbar-thumb{background:var(--color-accent-primary);border-radius:4px}.ProductSelectedCarousel-module__n2JwTG__miniCarouselItem{border-radius:var(--border-radius-sm);cursor:pointer;background:0 0;border:2px solid #0000;flex-shrink:0;width:100px;min-width:100px;height:120px;padding:0;transition:all .3s;position:relative;overflow:hidden}.ProductSelectedCarousel-module__n2JwTG__miniCarouselItemActive{border-color:var(--color-accent-primary);z-index:2;transform:scale(1.05);box-shadow:0 0 16px #00d4ff4d}.ProductSelectedCarousel-module__n2JwTG__miniCarouselItem:hover{border-color:#00d4ff80;transform:translateY(-2px)}.ProductSelectedCarousel-module__n2JwTG__miniImage{object-fit:cover;width:100%;height:100%}.ProductSelectedCarousel-module__n2JwTG__miniCarouselItemActive:after{content:"";background:var(--gradient-tech);height:3px;position:absolute;bottom:0;left:0;right:0}@media (max-width:1024px){.ProductSelectedCarousel-module__n2JwTG__embla__slide{flex:0 0 70%}}@media (max-width:768px){.ProductSelectedCarousel-module__n2JwTG__carouselSection{padding:var(--spacing-lg)var(--spacing-md)}.ProductSelectedCarousel-module__n2JwTG__slideContent{min-height:400px;padding:var(--spacing-lg)}.ProductSelectedCarousel-module__n2JwTG__textContent{padding:var(--spacing-lg)}.ProductSelectedCarousel-module__n2JwTG__itemTitle{font-size:var(--font-size-2xl)}.ProductSelectedCarousel-module__n2JwTG__embla__button{width:40px;height:40px}.ProductSelectedCarousel-module__n2JwTG__embla__slide{flex:0 0 80%}.ProductSelectedCarousel-module__n2JwTG__miniCarousel{justify-content:left;gap:4px}.ProductSelectedCarousel-module__n2JwTG__miniCarouselItem{width:120px;min-width:80px;height:140px}}@media (max-width:480px){.ProductSelectedCarousel-module__n2JwTG__carouselSection{padding:.5rem}.ProductSelectedCarousel-module__n2JwTG__slideContent{min-height:420px;padding:var(--spacing-md)}.ProductSelectedCarousel-module__n2JwTG__textContent{padding:var(--spacing-md)}.ProductSelectedCarousel-module__n2JwTG__itemTitle{font-size:var(--font-size-xl)}.ProductSelectedCarousel-module__n2JwTG__itemDescription{font-size:var(--font-size-base)}.ProductSelectedCarousel-module__n2JwTG__embla__slide{flex:0 0 90%}}
.product-module__Rt6FEq__page{background:var(--color-bg-primary);min-height:100vh;color:var(--color-text-primary);flex-direction:column;margin-top:5%;display:flex}.product-module__Rt6FEq__mainContent{width:100%;max-width:var(--container-max-width);padding:var(--spacing-xl)var(--container-padding);flex:1;margin:0 auto}.product-module__Rt6FEq__breadcrumb{margin-bottom:var(--spacing-xl);font-size:var(--font-size-sm);color:var(--color-text-secondary)}.product-module__Rt6FEq__breadcrumb a{color:#fff;text-decoration:none}.product-module__Rt6FEq__breadcrumb a:hover{text-decoration:underline}.product-module__Rt6FEq__breadcrumb span{margin:0 var(--spacing-xs)}.product-module__Rt6FEq__productContainer{margin-bottom:var(--spacing-3xl);grid-template-columns:repeat(2,60% 38%);gap:20px;display:grid}.product-module__Rt6FEq__productGallery{background:var(--color-bg-card);border-radius:var(--border-radius-lg);border:1px solid #ffffff1a;padding:.2rem}.product-module__Rt6FEq__thumbnailGrid{gap:var(--spacing-sm);margin-top:var(--spacing-lg);grid-template-columns:repeat(4,1fr);display:grid}.product-module__Rt6FEq__thumbnail{border-radius:var(--border-radius-sm);cursor:pointer;border:2px solid #0000;transition:border-color .3s;overflow:hidden}.product-module__Rt6FEq__thumbnail:hover{border-color:var(--color-accent-primary)}.product-module__Rt6FEq__thumbnail img{object-fit:cover;width:100%;height:100%}.product-module__Rt6FEq__productInfo{background:var(--color-bg-card);border-radius:var(--border-radius-lg);padding:var(--spacing-xl);border:1px solid #ffffff1a}.product-module__Rt6FEq__productMeta{gap:var(--spacing-md);margin-bottom:var(--spacing-sm);font-size:var(--font-size-sm);color:var(--color-text-secondary);display:flex}.product-module__Rt6FEq__productCategory,.product-module__Rt6FEq__productBrand{padding:var(--spacing-xs)var(--spacing-sm);border-radius:var(--border-radius-sm);background:#00d4ff1a}.product-module__Rt6FEq__productName{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-md);line-height:1.2}.product-module__Rt6FEq__productRating{align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);display:flex}.product-module__Rt6FEq__stars{color:#fc0;font-size:var(--font-size-lg)}.product-module__Rt6FEq__ratingValue{font-weight:var(--font-weight-bold);color:var(--color-text-primary)}.product-module__Rt6FEq__reviewsCount{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.product-module__Rt6FEq__productPrice{margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-lg);border-bottom:1px solid #ffffff1a}.product-module__Rt6FEq__currentPrice{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:#fff;margin-bottom:var(--spacing-xs);display:block}.product-module__Rt6FEq__originalPrice{font-size:var(--font-size-lg);color:var(--color-text-secondary);margin-right:var(--spacing-md);text-decoration:line-through}.product-module__Rt6FEq__discount{color:#fff;padding:var(--spacing-xs)var(--spacing-sm);border-radius:var(--border-radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);background:#f44}.product-module__Rt6FEq__installment{margin-top:var(--spacing-sm);color:var(--color-text-secondary);font-size:var(--font-size-sm)}.product-module__Rt6FEq__productOption{margin-bottom:var(--spacing-xl)}.product-module__Rt6FEq__optionTitle{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-md)}.product-module__Rt6FEq__colorOptions{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.product-module__Rt6FEq__colorOption{cursor:pointer;border:2px solid #0000;border-radius:50%;width:40px;height:40px;transition:transform .3s;position:relative}.product-module__Rt6FEq__colorOption:hover{transform:scale(1.1)}.product-module__Rt6FEq__colorOption.product-module__Rt6FEq__selected{border-color:var(--color-accent-primary);transform:scale(1.1)}.product-module__Rt6FEq__colorOptions{flex-wrap:wrap;gap:.5rem;display:flex}.product-module__Rt6FEq__colorButton{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.product-module__Rt6FEq__colorButton:hover{background-color:#f3f4f6}.product-module__Rt6FEq__colorButton.product-module__Rt6FEq__selected{color:#fff;background-color:#29374d97;border-color:#fff}.product-module__Rt6FEq__checkmark{color:#fff;text-shadow:1px 1px 2px #000c;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-module__Rt6FEq__sizeOptions{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.product-module__Rt6FEq__sizeOption{padding:var(--spacing-sm)var(--spacing-md);border-radius:var(--border-radius-md);color:var(--color-text-primary);cursor:pointer;font-weight:var(--font-weight-medium);text-align:center;background:0 0;border:2px solid #fff3;min-width:50px;transition:all .3s;position:relative}.product-module__Rt6FEq__sizeOption:hover:not(.product-module__Rt6FEq__unavailable){border-color:var(--color-accent-primary);color:var(--color-accent-primary)}.product-module__Rt6FEq__sizeOption.product-module__Rt6FEq__selected{border-color:var(--color-accent-primary);color:var(--color-accent-primary);background:#00d4ff1a}.product-module__Rt6FEq__sizeOption.product-module__Rt6FEq__unavailable{opacity:.5;cursor:not-allowed;text-decoration:line-through}.product-module__Rt6FEq__soldOut{color:#fff;background:#f44;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:-8px;right:-8px}.product-module__Rt6FEq__selectedOption{margin-top:var(--spacing-md);padding:var(--spacing-sm);border-radius:var(--border-radius-sm);border-left:3px solid var(--color-accent-primary);background:#00d4ff0d}.product-module__Rt6FEq__quantitySelector{align-items:center;gap:var(--spacing-sm);display:flex}.product-module__Rt6FEq__quantityButton{width:40px;height:40px;color:var(--color-text-primary);border-radius:var(--border-radius-md);font-size:var(--font-size-lg);cursor:pointer;background:0 0;border:2px solid #fff3;font-weight:700;transition:all .3s}.product-module__Rt6FEq__quantityButton:hover:not(:disabled){border-color:var(--color-accent-primary);color:var(--color-accent-primary)}.product-module__Rt6FEq__quantityButton:disabled{opacity:.3;cursor:not-allowed}.product-module__Rt6FEq__quantityInput{text-align:center;width:60px;height:40px;color:var(--color-text-primary);border-radius:var(--border-radius-md);font-size:var(--font-size-lg);background:0 0;border:2px solid #fff3;font-weight:700}.product-module__Rt6FEq__quantityInput:focus{border-color:var(--color-accent-primary);outline:none}.product-module__Rt6FEq__stockInfo{margin-left:var(--spacing-md);color:var(--color-text-secondary);font-size:var(--font-size-sm)}.product-module__Rt6FEq__actionButtons{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);flex-direction:column;display:flex}.product-module__Rt6FEq__buyButton,.product-module__Rt6FEq__cartButton,.product-module__Rt6FEq__wishlistButton{padding:var(--spacing-lg);border-radius:var(--border-radius-md);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);cursor:pointer;text-align:center;border:none;transition:all .3s}.product-module__Rt6FEq__buyButton{color:var(--color-text-on-accent);background:#ffffff1d;border:1px solid #fff}.product-module__Rt6FEq__buyButton:hover:not(:disabled){box-shadow:var(--shadow-glow);background:#00000057;transform:translateY(-2px)}.product-module__Rt6FEq__cartButton{color:var(--color-accent-primary);border:1px solid var(--color-accent-primary);background:0 0}.product-module__Rt6FEq__cartButton:hover:not(:disabled){background:#00d4ff1a;transform:translateY(-2px)}.product-module__Rt6FEq__wishlistButton{color:var(--color-text-secondary);background:0 0;border:2px solid #fff3}.product-module__Rt6FEq__wishlistButton:hover{border-color:var(--color-accent-primary);color:var(--color-accent-primary)}.product-module__Rt6FEq__buyButton:disabled,.product-module__Rt6FEq__cartButton:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.product-module__Rt6FEq__shippingInfo{margin-bottom:var(--spacing-xl);padding:var(--spacing-lg);border-radius:var(--border-radius-lg);background:#00d4ff0d}.product-module__Rt6FEq__shippingCalculator{gap:var(--spacing-sm);margin:var(--spacing-md)0;display:flex}.product-module__Rt6FEq__cepInput{padding:var(--spacing-sm)var(--spacing-md);color:var(--color-text-primary);border-radius:var(--border-radius-md);background:0 0;border:2px solid #fff3;flex:1}.product-module__Rt6FEq__cepInput:focus{border-color:var(--color-accent-primary);outline:none}.product-module__Rt6FEq__cepButton{padding:var(--spacing-sm)var(--spacing-md);background:var(--color-accent-primary);color:var(--color-text-on-accent);border-radius:var(--border-radius-md);font-weight:var(--font-weight-bold);cursor:pointer;border:none;transition:background .3s}.product-module__Rt6FEq__cepButton:hover{background:var(--color-accent-secondary)}.product-module__Rt6FEq__freeShipping{color:#fff;font-weight:var(--font-weight-bold);margin:var(--spacing-sm)0}.product-module__Rt6FEq__deliveryTime{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.product-module__Rt6FEq__warrantyInfo{padding:var(--spacing-lg);border-radius:var(--border-radius-lg);background:#00d4ff0d}.product-module__Rt6FEq__warrantyInfo h3{margin-bottom:var(--spacing-sm);color:var(--color-accent-primary)}.product-module__Rt6FEq__lookSection{margin-top:0;margin-bottom:3rem}.product-module__Rt6FEq__lookTitle{color:#fff;margin-top:2rem;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.product-module__Rt6FEq__lookGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.product-module__Rt6FEq__lookItem{cursor:pointer;background-color:#00000082;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s}.product-module__Rt6FEq__lookItem:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.product-module__Rt6FEq__lookItem.product-module__Rt6FEq__selectedLookItem{background-color:#00000082;border-color:#3b82f6}.product-module__Rt6FEq__lookImageContainer{border-radius:.375rem;width:100%;height:18rem;margin-bottom:.75rem;position:relative;overflow:hidden}.product-module__Rt6FEq__lookImage{object-fit:cover;transition:transform .3s}.product-module__Rt6FEq__lookItem:hover .product-module__Rt6FEq__lookImage{transform:scale(1.05)}.product-module__Rt6FEq__lookInfo{text-align:center}.product-module__Rt6FEq__lookItemName{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:1rem;font-weight:600;display:-webkit-box;overflow:hidden}.product-module__Rt6FEq__lookItemPrice{color:#fff;font-size:1.125rem;font-weight:700}.product-module__Rt6FEq__productDetails{margin-bottom:var(--spacing-3xl)}.product-module__Rt6FEq__detailsTab{background:var(--color-bg-card);border-radius:var(--border-radius-lg);padding:var(--spacing-xl);margin-bottom:var(--spacing-lg);border:1px solid #ffffff1a}.product-module__Rt6FEq__detailsTab h2{font-size:var(--font-size-2xl);margin-bottom:var(--spacing-lg);color:var(--color-accent-primary)}.product-module__Rt6FEq__sizesSection{background:var(--color-bg-card);border-radius:var(--border-radius-lg);padding:var(--spacing-xl);margin-bottom:var(--spacing-lg);border:1px solid #ffffff1a}.product-module__Rt6FEq__descriptionContent{color:var(--color-text-secondary);white-space:pre-line;line-height:1.8}.product-module__Rt6FEq__specifications{gap:var(--spacing-md);display:grid}.product-module__Rt6FEq__specRow{padding:var(--spacing-sm)0;border-bottom:1px solid #ffffff0d;grid-template-columns:200px 1fr;display:grid}.product-module__Rt6FEq__specLabel{font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}.product-module__Rt6FEq__careList{padding:0;list-style:none}.product-module__Rt6FEq__careList li{padding-left:var(--spacing-lg);margin-bottom:var(--spacing-xs);position:relative}.product-module__Rt6FEq__careList li:before{content:"•";color:var(--color-accent-primary);position:absolute;left:0}.product-module__Rt6FEq__relatedProducts{margin-top:var(--spacing-3xl)}.product-module__Rt6FEq__relatedTitle{font-size:var(--font-size-2xl);margin-bottom:var(--spacing-xl);text-align:center;color:var(--color-accent-primary)}.product-module__Rt6FEq__relatedGrid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.product-module__Rt6FEq__relatedCard{background:var(--color-bg-card);border-radius:var(--border-radius-lg);color:var(--color-text-primary);text-align:center;border:1px solid #ffffff0d;text-decoration:none;transition:all .3s}.product-module__Rt6FEq__relatedCard:hover{border-color:var(--color-accent-primary);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.product-module__Rt6FEq__relatedImage{width:100%;height:340px;margin-bottom:var(--spacing-md);border-radius:var(--border-radius-md);overflow:hidden}.product-module__Rt6FEq__relatedImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-module__Rt6FEq__relatedCard:hover .product-module__Rt6FEq__relatedImage img{transform:scale(1.05)}.product-module__Rt6FEq__relatedName{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-sm);line-height:1.4}.product-module__Rt6FEq__relatedPrice{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-accent-primary)}.product-module__Rt6FEq__loadingContainer{justify-content:center;align-items:center;gap:var(--spacing-lg);flex-direction:column;min-height:400px;display:flex}.product-module__Rt6FEq__loadingSpinner{border:3px solid #00d4ff1a;border-top:3px solid var(--color-accent-primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite product-module__Rt6FEq__spin}@keyframes product-module__Rt6FEq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-module__Rt6FEq__colorChips{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.product-module__Rt6FEq__colorChip{color:#666;background-color:#f5f5f5;border:1px solid #ddd;border-radius:16px;padding:4px 12px;font-size:.875rem}.product-module__Rt6FEq__productGender{color:#666;background-color:#f0f0f0;border-radius:4px;margin-left:8px;padding:2px 8px;font-size:.875rem}.product-module__Rt6FEq__stockBadge{color:#2e7d32;background-color:#e8f5e8;border-radius:4px;margin-left:8px;padding:2px 8px;font-size:.875rem}@media (max-width:1024px){.product-module__Rt6FEq__productContainer{min-width:none;grid-template-columns:1fr}.product-module__Rt6FEq__productGallery{width:100%;padding:0}.product-module__Rt6FEq__productInfo{width:100%}}@media (max-width:768px){.product-module__Rt6FEq__mainContent{margin-top:20%}.product-module__Rt6FEq__page{margin:0;padding:0}.product-module__Rt6FEq__productContainer{margin-bottom:var(--spacing-3xl);grid-template-columns:repeat(1,100%)}.product-module__Rt6FEq__productInfo{padding:var(--spacing-md)}.product-module__Rt6FEq__productName{font-size:var(--font-size-2xl)}.product-module__Rt6FEq__currentPrice{font-size:var(--font-size-3xl)}.product-module__Rt6FEq__thumbnailGrid{grid-template-columns:repeat(3,1fr)}.product-module__Rt6FEq__relatedGrid{scroll-snap-type:x mandatory;gap:.5rem;height:auto;margin-top:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.product-module__Rt6FEq__specRow{gap:var(--spacing-xs);grid-template-columns:1fr}.product-module__Rt6FEq__relatedCard{scroll-snap-align:start;flex:none;align-items:center;width:280px;height:auto;padding:0}.product-module__Rt6FEq__relatedImage{object-fit:none;width:100%;height:50vh;padding:0}.product-module__Rt6FEq__lookSection{scroll-snap-type:x mandatory;gap:.5rem;height:auto;margin-top:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.product-module__Rt6FEq__lookGrid{width:100%;padding-bottom:1rem;display:flex;overflow-x:auto}.product-module__Rt6FEq__lookItem{scroll-snap-align:start;border:1px solid #e5e7eb;flex:none;align-items:center;width:220px;height:auto;padding:0}.product-module__Rt6FEq__lookImageContainer{text-align:center;justify-content:center;align-items:center;width:100%;height:32vh;margin-left:auto;padding:0}.product-module__Rt6FEq__lookInfo{text-align:center;justify-content:center;align-items:center}.product-module__Rt6FEq__lookImage{text-align:center;justify-content:center;align-items:center;width:100px;margin-left:auto;padding:0}}@media (max-width:480px){.product-module__Rt6FEq__thumbnailGrid{grid-template-columns:repeat(2,1fr)}.product-module__Rt6FEq__actionButtons{gap:var(--spacing-sm)}.product-module__Rt6FEq__buyButton,.product-module__Rt6FEq__cartButton,.product-module__Rt6FEq__wishlistButton{padding:var(--spacing-md);font-size:var(--font-size-base)}}
:root{--primary:#000;--primary-dark:#333;--secondary:#4caf50;--secondary-dark:#45a049;--danger:#d32f2f;--danger-dark:#b71c1c;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529}.account-module__zd0OHa__page{flex-direction:column;min-height:100vh;display:flex}.account-module__zd0OHa__mainContent{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:6rem 1rem}.account-module__zd0OHa__breadcrumb{margin-bottom:var(--spacing-xl);font-size:var(--font-size-sm);color:#fff}.account-module__zd0OHa__breadcrumb a{color:#fff;text-decoration:none}.account-module__zd0OHa__breadcrumb a:hover{text-decoration:underline}.account-module__zd0OHa__breadcrumb span{margin:0 var(--spacing-xs)}.account-module__zd0OHa__accountContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;overflow:hidden;box-shadow:0 20px 40px #0000001a,0 4px 12px #0000000d}.account-module__zd0OHa__accountHeader{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:1rem;display:flex}.account-module__zd0OHa__accountTitle{background:#fff;-webkit-text-fill-color:white;border-bottom:2px solid var(--gray-200);-webkit-background-clip:text;background-clip:text;margin:0;padding:0 0 1rem;font-size:2rem;font-weight:700}.account-module__zd0OHa__welcomeSection{border-bottom:1px solid var(--gray-300);background:0 0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.account-module__zd0OHa__welcomeText{align-items:center;gap:.75rem;display:flex}.account-module__zd0OHa__avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:48px;height:48px;box-shadow:0 2px 8px #0000001a}.account-module__zd0OHa__welcomeMessage{color:#fff;font-size:1.1rem}.account-module__zd0OHa__welcomeMessage strong{color:#fff;font-weight:600}.account-module__zd0OHa__logoutButton{color:#fff;cursor:pointer;border:2px solid #fff;border-radius:40px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.account-module__zd0OHa__logoutButton:hover{background:var(--danger);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #d32f2f4d}.account-module__zd0OHa__accountTabs{gap:.5rem;padding:0 2rem;display:flex}.account-module__zd0OHa__tabButton{color:#fff;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.account-module__zd0OHa__tabButton:hover{color:#fff;background:#ffffff1a}.account-module__zd0OHa__tabButton.account-module__zd0OHa__active{color:#fff;background:0 0;border-color:#fff}.account-module__zd0OHa__tabContent{padding:2rem}.account-module__zd0OHa__profileSection{margin-bottom:1rem;animation:.3s account-module__zd0OHa__fadeIn}.account-module__zd0OHa__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.account-module__zd0OHa__sectionHeader h2{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.account-module__zd0OHa__editButton{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:40px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #0000001a}.account-module__zd0OHa__editButton:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.account-module__zd0OHa__editButton.account-module__zd0OHa__cancel{background:0 0}.account-module__zd0OHa__profileForm{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:600px;margin-top:1.5rem;display:grid}.account-module__zd0OHa__formGroup{flex-direction:column;gap:.5rem;display:flex}.account-module__zd0OHa__formGroup.account-module__zd0OHa__fullWidth{grid-column:span 2}.account-module__zd0OHa__formGroup label{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.account-module__zd0OHa__formGroup input{border:2px solid var(--gray-200);color:#ccc;background:0 0;border-radius:12px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.account-module__zd0OHa__saveButton{color:#fff;border:1px solid var(--secondary);cursor:pointer;background:0 0;border-radius:12px;grid-column:span 2;min-width:100px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #4caf504d}.account-module__zd0OHa__saveButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #4caf5066}.account-module__zd0OHa__saveButton:disabled{opacity:.6;cursor:not-allowed}.account-module__zd0OHa__cancelButton{cursor:pointer;color:#fff;border:1px solid #fff;border-radius:12px;min-width:100px;margin-top:1rem;margin-right:1rem;padding:.8rem;font-size:1rem;font-weight:700;transition:all .2s}.account-module__zd0OHa__ordersSection{margin-bottom:1rem;animation:.3s account-module__zd0OHa__fadeIn}.account-module__zd0OHa__ordersSection h2{color:#fff;margin:0 0 2rem;font-size:1.5rem;font-weight:600}.account-module__zd0OHa__shopButton{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:40px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 12px #0000001a}.account-module__zd0OHa__shopButton:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.account-module__zd0OHa__ordersList{flex-direction:column;gap:1.5rem;display:flex}.account-module__zd0OHa__orderCard{border:1px solid var(--gray-200);color:#fff;background:0 0;border-radius:16px;padding:1.5rem;transition:all .2s;box-shadow:0 4px 12px #0000000d}.account-module__zd0OHa__orderCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.account-module__zd0OHa__orderHeader{grid-template-columns:1fr auto;align-items:flex-end;margin-bottom:0;padding:1rem;display:grid}.account-module__zd0OHa__orderDate{color:#fff;margin:0;font-size:.875rem}.account-module__zd0OHa__orderStatus{color:#fff;border-radius:40px;width:100%;max-width:fit-content;margin-top:.5rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #0000001a}.account-module__zd0OHa__orderItems{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);grid-template-columns:1fr 1fr;gap:1rem;margin:0 0;padding:1rem 0;display:grid}.account-module__zd0OHa__orderItem{justify-content:space-between;align-items:center;display:flex}.account-module__zd0OHa__orderItemImage{object-fit:cover;border-radius:8px;width:210px;height:210px;margin-right:1rem}.account-module__zd0OHa__orderItemDetails{flex-direction:column;gap:.25rem;display:flex}.account-module__zd0OHa__orderItemDetails span:first-child{color:#fff;font-size:.9rem}.account-module__zd0OHa__orderItemDetails span:last-child{color:#fff;font-weight:600}.account-module__zd0OHa__orderActions{gap:1rem;display:flex}.account-module__zd0OHa__orderFooter{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.account-module__zd0OHa__whatsappButton{color:#fff}.account-module__zd0OHa__addressSection{animation:.3s account-module__zd0OHa__fadeIn}.account-module__zd0OHa__addressSection h2{color:#fff;margin:0 0 0;font-size:1.5rem;font-weight:600}.account-module__zd0OHa__addButton{color:#fff}.account-module__zd0OHa__addressCard{border:1px solid var(--gray-200);background:0 0;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;transition:all .2s;box-shadow:0 4px 12px #0000000d}.account-module__zd0OHa__addressCard:hover{box-shadow:0 8px 24px #0000001a}.account-module__zd0OHa__addressHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.account-module__zd0OHa__addressHeader h3{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.account-module__zd0OHa__setMainButton{color:#fff}.account-module__zd0OHa__editAddressButton{border:2px solid var(--gray-300);cursor:pointer;color:#fff;background:0 0;border-radius:40px;padding:.4rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.account-module__zd0OHa__editAddressButton:hover{border-color:#fff}.account-module__zd0OHa__deleteAddressButton{color:#fff;margin-left:1rem}.account-module__zd0OHa__addressDetails p{color:#fff;margin:.5rem 0;line-height:1.6}.account-module__zd0OHa__addressDetails strong,.account-module__zd0OHa__modalContent h3{color:#fff}.account-module__zd0OHa__skeleton{background:linear-gradient(90deg,var(--gray-200)25%,var(--gray-300)50%,var(--gray-200)75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite account-module__zd0OHa__loading}@keyframes account-module__zd0OHa__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.account-module__zd0OHa__skeletonContainer{flex-direction:column;gap:1rem;padding:2rem;display:flex}.account-module__zd0OHa__skeletonHeader{width:200px;height:32px;margin-bottom:1rem}.account-module__zd0OHa__skeletonLine{width:100%;height:20px}.account-module__zd0OHa__skeletonCard{border-radius:12px;height:120px}.account-module__zd0OHa__toast{z-index:1000;background:0 0;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:.3s account-module__zd0OHa__slideIn;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #0003}.account-module__zd0OHa__toast.account-module__zd0OHa__success{border-left:4px solid var(--secondary)}.account-module__zd0OHa__toast.account-module__zd0OHa__error{border-left:4px solid var(--danger)}.account-module__zd0OHa__toastMessage{color:#fff;flex:1}.account-module__zd0OHa__toastClose{cursor:pointer;color:#fff;background:0 0;border:none;font-size:1.2rem;transition:color .2s}.account-module__zd0OHa__toastClose:hover{color:#fff}@keyframes account-module__zd0OHa__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes account-module__zd0OHa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.account-module__zd0OHa__mainContent{padding:6rem .5rem}.account-module__zd0OHa__welcomeSection{padding:0 1rem .5rem}.account-module__zd0OHa__accountTabs{flex-wrap:wrap;padding:0 0}.account-module__zd0OHa__tabButton{flex:auto;padding:.5rem}.account-module__zd0OHa__tabContent{padding:.5rem}.account-module__zd0OHa__profileForm{grid-template-columns:1fr}.account-module__zd0OHa__formGroup.account-module__zd0OHa__fullWidth,.account-module__zd0OHa__saveButton{grid-column:span 1}.account-module__zd0OHa__welcomeSection{flex-direction:column;align-items:flex-start;gap:1rem}.account-module__zd0OHa__orderCard{width:100%;padding:.4rem}.account-module__zd0OHa__orderItems{grid-template-columns:1fr;width:100%}.account-module__zd0OHa__orderItemImage{margin-right:.5rem}.account-module__zd0OHa__orderActions{flex-direction:column}.account-module__zd0OHa__sectionHeader{margin-bottom:0}.account-module__zd0OHa__addressSection h2{margin-bottom:.5rem;font-size:1.2rem}.account-module__zd0OHa__addButton{color:#fff;margin-left:-4rem;padding:.75rem;font-size:.9rem}}
.page-module__6XzCla__loadingContainer,.page-module__6XzCla__notFoundContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;padding:2rem;display:flex}.page-module__6XzCla__loadingSpinner{border:3px solid var(--border-color);border-top-color:var(--accent-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite page-module__6XzCla__spin}@keyframes page-module__6XzCla__spin{to{transform:rotate(360deg)}}.page-module__6XzCla__loadingText{color:var(--text-secondary);letter-spacing:2px;font-size:.9rem}.page-module__6XzCla__notFoundContainer h1{margin-bottom:1rem;font-size:2rem}.page-module__6XzCla__notFoundContainer p{color:var(--text-secondary);margin-bottom:2rem}.page-module__6XzCla__backButton{border:1px solid var(--text-primary);color:var(--text-primary);letter-spacing:1px;background:0 0;padding:12px 24px;font-size:.9rem;text-decoration:none;transition:all .3s}.page-module__6XzCla__backButton:hover{background-color:var(--text-primary);color:var(--background)}.page-module__6XzCla__mainContent{max-width:1400px;margin:0 auto;padding:0 24px}.page-module__6XzCla__breadcrumb{color:var(--text-secondary);align-items:center;gap:8px;margin-top:5%;padding:32px 0 0;font-size:.9rem;display:flex}.page-module__6XzCla__breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.page-module__6XzCla__breadcrumb a:hover{color:var(--text-primary)}.page-module__6XzCla__breadcrumb span:last-child{color:var(--text-primary);font-weight:500}.page-module__6XzCla__categoryHeader{border-bottom:1px solid var(--border-color);margin-bottom:0;padding:32px 0}.page-module__6XzCla__categoryTitle{margin-bottom:16px;font-size:2.5rem;font-weight:300;line-height:1.2}.page-module__6XzCla__categoryDescription{color:var(--text-secondary);max-width:800px;margin-bottom:24px;font-size:1.1rem;line-height:0}.page-module__6XzCla__categoryStats{align-items:center;gap:24px;display:flex}.page-module__6XzCla__itemsCount{color:var(--accent-color);background:#8b73551a;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:500}.page-module__6XzCla__itemsSection{margin-bottom:80px}.page-module__6XzCla__itemsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding:16px 0;display:grid}.page-module__6XzCla__itemCard{cursor:pointer;background:0 0;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 .5px 4px .5px #fff}.page-module__6XzCla__itemCard:hover{transform:translateY(-8px)}.page-module__6XzCla__imageWrapper{width:100%;position:relative;overflow:hidden}.page-module__6XzCla__itemImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.page-module__6XzCla__itemCard:hover .page-module__6XzCla__itemImage{transform:scale(1.05)}.page-module__6XzCla__imageOverlay{opacity:1;background:linear-gradient(#0000 60%,#000000b3);flex-direction:column;justify-content:flex-end;padding:20px;transition:opacity .3s;display:flex;position:absolute;inset:0}.page-module__6XzCla__itemCard:hover .page-module__6XzCla__imageOverlay{opacity:1}.page-module__6XzCla__viewDetails{color:#fff;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:20px;align-self:flex-start;margin-top:auto;padding:8px 20px;font-size:.8rem;transition:all .3s}.page-module__6XzCla__viewDetails:hover{color:#000;background:#fff}.page-module__6XzCla__itemInfo{flex-direction:column;flex-grow:1;padding:14px;display:flex}.page-module__6XzCla__itemName{margin-bottom:8px;font-size:1rem;font-weight:500;line-height:1.4}.page-module__6XzCla__itemDescription{color:var(--text-secondary);white-space:pre-line;flex-grow:1;margin-bottom:16px;font-size:.9rem;line-height:1.4}.page-module__6XzCla__itemFooter{border-top:1px solid var(--border-color);margin-top:auto;padding-top:16px}.page-module__6XzCla__itemPrice{color:var(--text-primary);letter-spacing:.5px;font-size:1rem;font-weight:600}.page-module__6XzCla__noResults{text-align:center;background:var(--foreground);box-shadow:var(--card-shadow);border-radius:12px;padding:80px 20px}.page-module__6XzCla__noResults h3{color:var(--text-primary);margin-bottom:16px;font-size:1.5rem}.page-module__6XzCla__noResults p{color:var(--text-secondary);max-width:400px;margin-bottom:32px;margin-left:auto;margin-right:auto}.page-module__6XzCla__backToHome{border:1px solid var(--text-primary);color:var(--text-primary);letter-spacing:1px;background:0 0;border-radius:4px;padding:12px 32px;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.page-module__6XzCla__backToHome:hover{background-color:var(--text-primary);color:var(--background)}@media (max-width:1024px){.page-module__6XzCla__mainContent{padding:0 32px}.page-module__6XzCla__categoryTitle{font-size:2rem}.page-module__6XzCla__itemsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}}@media (max-width:768px){.page-module__6XzCla__mainContent{padding:0 24px}.page-module__6XzCla__categoryHeader{padding:24px 0}.page-module__6XzCla__categoryTitle{font-size:1.8rem}.page-module__6XzCla__filterSection{padding:24px}.page-module__6XzCla__itemsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}@media (max-width:480px){.page-module__6XzCla__mainContent{padding:0 16px}.page-module__6XzCla__breadcrumb{margin-top:28%;padding:0 0 12px;font-size:.8rem}.page-module__6XzCla__categoryTitle{font-size:1.5rem}.page-module__6XzCla__categoryDescription{font-size:1rem}.page-module__6XzCla__filterSection{padding:20px}.page-module__6XzCla__filterButtons{gap:12px}.page-module__6XzCla__filterButton{padding:8px 16px;font-size:.85rem}.page-module__6XzCla__itemsGrid{grid-template-columns:1fr;gap:24px}}@media (prefers-color-scheme:dark){.page-module__6XzCla__page{--background:#0a0a0a;--foreground:#1a1a1a;--text-primary:#ededed;--text-secondary:#999;--text-tertiary:#666;--border-color:#2a2a2a;--accent-color:#c4a77d;--card-shadow:0 2px 8px #0000004d;--card-shadow-hover:0 8px 24px #00000080}.page-module__6XzCla__backButton,.page-module__6XzCla__backToHome{border-color:var(--text-primary);color:var(--text-primary)}.page-module__6XzCla__backButton:hover,.page-module__6XzCla__backToHome:hover{background-color:var(--text-primary);color:var(--background)}.page-module__6XzCla__filterButton{border-color:var(--border-color);color:var(--text-primary)}.page-module__6XzCla__filterButton:hover{border-color:var(--text-primary)}}
.ApresentationCarousel-module__M0Krwa__carouselSection{width:100%;margin:0 auto 3rem;padding:0}.ApresentationCarousel-module__M0Krwa__sectionHeader{text-align:center;margin-bottom:var(--spacing-xl)}.ApresentationCarousel-module__M0Krwa__sectionTitle{font-size:var(--font-size-3xl);background:var(--gradient-tech);-webkit-text-fill-color:transparent;margin-bottom:var(--spacing-sm);-webkit-background-clip:text;background-clip:text;font-weight:700}.ApresentationCarousel-module__M0Krwa__sectionSubtitle{font-size:var(--font-size-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.ApresentationCarousel-module__M0Krwa__embla{background:var(--color-bg-card);border:var(--border-width-thin)solid #ffffff0d;position:relative;overflow:hidden}.ApresentationCarousel-module__M0Krwa__embla__viewport{overflow:hidden}.ApresentationCarousel-module__M0Krwa__embla__container{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent;display:flex}.ApresentationCarousel-module__M0Krwa__embla__slide{flex:0 0 100%;min-width:0;position:relative}.ApresentationCarousel-module__M0Krwa__slideContent{justify-content:center;align-items:center;height:90vh;display:flex;position:relative}.ApresentationCarousel-module__M0Krwa__imageContainer{position:absolute;inset:0;overflow:hidden}.ApresentationCarousel-module__M0Krwa__slideImage{width:100%;height:100%}.ApresentationCarousel-module__M0Krwa__embla__slide:hover .ApresentationCarousel-module__M0Krwa__slideImage{transform:scale(0)}.ApresentationCarousel-module__M0Krwa__imageOverlay{background:linear-gradient(90deg,#0a0a0f33 0% 30%,#0a0a0f33 100%);position:absolute;inset:0}.ApresentationCarousel-module__M0Krwa__textContent{z-index:10;max-width:600px;padding:var(--spacing-xl);-webkit-backdrop-filter:blur();backdrop-filter:blur();border-radius:var(--border-radius-lg);text-align:center;box-sizing:border-box;width:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ApresentationCarousel-module__M0Krwa__itemSubtitle{background:var(--gradient-tech);color:#fff;font-size:var(--font-size-sm);border-radius:var(--border-radius-sm);margin-bottom:var(--spacing-md);padding:.5rem 1rem;font-weight:600;display:inline-block}.ApresentationCarousel-module__M0Krwa__itemTitle{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-md);color:var(--color-text-primary);font-weight:700;line-height:1.2}.ApresentationCarousel-module__M0Krwa__itemDescription{font-size:var(--font-size-lg);color:var(--color-text-secondary);margin-bottom:var(--spacing-xl);line-height:1.6}.ApresentationCarousel-module__M0Krwa__controlButton{justify-content:center;align-items:center;margin:2rem 0 1.5rem;display:flex}.ApresentationCarousel-module__M0Krwa__ctaButton{color:#fff;border-radius:var(--border-radius-md);font-size:var(--font-size-base);cursor:pointer;background:0 0;border:1px solid #fffc;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.ApresentationCarousel-module__M0Krwa__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d}.ApresentationCarousel-module__M0Krwa__embla__button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:48px;height:48px;color:var(--color-text-primary);cursor:pointer;z-index:10;background:0 0;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ApresentationCarousel-module__M0Krwa__embla__buttonPrev{left:var(--spacing-xl)}.ApresentationCarousel-module__M0Krwa__embla__buttonNext{right:var(--spacing-xl)}.ApresentationCarousel-module__M0Krwa__embla__button:hover{border-color:var(--color-accent-primary);transform:translateY(-50%)scale(1.1)}.ApresentationCarousel-module__M0Krwa__embla__button__svg{width:20px;height:20px}.ApresentationCarousel-module__M0Krwa__dotsWrapper{justify-content:center;align-items:center;gap:.5rem;margin-top:-5%;display:flex;position:relative}.ApresentationCarousel-module__M0Krwa__embla__dot{-webkit-tap-highlight-color:red;appearance:none;touch-action:manipulation;cursor:pointer;background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;margin:0;padding:0;text-decoration:none;display:inline-flex}.ApresentationCarousel-module__M0Krwa__embla__dot:after{content:"";border-radius:50%;align-items:center;width:1.2rem;height:1.2rem;display:flex;box-shadow:inset 0 0 0 .2rem #fff}.ApresentationCarousel-module__M0Krwa__embla__dotSelected:after{box-shadow:inset 0 0 0 .2rem #7c7c7c}.ApresentationCarousel-module__M0Krwa__buttonWithTitle{align-items:center;gap:var(--spacing-md);flex-direction:column;display:flex}.ApresentationCarousel-module__M0Krwa__titleBelowButton{font-size:var(--font-size-lg);color:var(--color-text-primary);text-align:center;margin-top:var(--spacing-sm);font-weight:700}.ApresentationCarousel-module__M0Krwa__carouselLarge .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__embla.ApresentationCarousel-module__M0Krwa__presentationCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__presentationCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__slideImage,.ApresentationCarousel-module__M0Krwa__presentationSlideContent{object-fit:none;min-height:750px}.ApresentationCarousel-module__M0Krwa__carouselSmall .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__embla.ApresentationCarousel-module__M0Krwa__homepageVariant .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__homepageCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__slideImage,.ApresentationCarousel-module__M0Krwa__homepageSlideContent{object-fit:cover;height:100vh}@media (max-width:768px){.ApresentationCarousel-module__M0Krwa__carouselSection{margin-bottom:2rem;padding:0}.ApresentationCarousel-module__M0Krwa__slideContent{min-height:350px;padding:var(--spacing-lg)}.ApresentationCarousel-module__M0Krwa__carouselLarge .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__embla.ApresentationCarousel-module__M0Krwa__presentationCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__presentationCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__presentationSlideContent{min-height:400px}.ApresentationCarousel-module__M0Krwa__carouselSmall .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__embla.ApresentationCarousel-module__M0Krwa__homepageVariant .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__homepageCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__homepageSlideContent{min-height:250px}.ApresentationCarousel-module__M0Krwa__textContent{padding:var(--spacing-lg)}.ApresentationCarousel-module__M0Krwa__itemTitle{font-size:var(--font-size-2xl)}.ApresentationCarousel-module__M0Krwa__embla__controls{bottom:var(--spacing-lg);right:var(--spacing-lg)}.ApresentationCarousel-module__M0Krwa__embla__button{width:40px;height:40px}.ApresentationCarousel-module__M0Krwa__dotsWrapper{margin-top:-15%}.ApresentationCarousel-module__M0Krwa__embla__dot{width:10px;height:10px}.ApresentationCarousel-module__M0Krwa__titleBelowButton{font-size:var(--font-size-md)}}@media (max-width:480px){.ApresentationCarousel-module__M0Krwa__slideContent{width:100%;min-height:450px;padding:0}.ApresentationCarousel-module__M0Krwa__textContent{padding:var(--spacing-md)}.ApresentationCarousel-module__M0Krwa__itemTitle{font-size:var(--font-size-xl)}.ApresentationCarousel-module__M0Krwa__itemDescription{font-size:var(--font-size-base)}.ApresentationCarousel-module__M0Krwa__miniCarouselItem{width:60px;height:45px}.ApresentationCarousel-module__M0Krwa__buttonWithTitle{gap:var(--spacing-sm)}.ApresentationCarousel-module__M0Krwa__titleBelowButton{font-size:var(--font-size-base)}.ApresentationCarousel-module__M0Krwa__carouselLarge .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__embla.ApresentationCarousel-module__M0Krwa__presentationCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__presentationCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__presentationSlideContent{min-height:300px}.ApresentationCarousel-module__M0Krwa__carouselSmall .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__embla.ApresentationCarousel-module__M0Krwa__homepageVariant .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__homepageCarousel .ApresentationCarousel-module__M0Krwa__slideContent,.ApresentationCarousel-module__M0Krwa__homepageSlideContent{min-height:600px}.ApresentationCarousel-module__M0Krwa__embla__dot,.ApresentationCarousel-module__M0Krwa__embla__dot:after{width:1.2rem;height:1.2rem}}@media (max-width:360px){.ApresentationCarousel-module__M0Krwa__slideContent{min-height:250px}.ApresentationCarousel-module__M0Krwa__textContent{padding:var(--spacing-sm);width:95%}.ApresentationCarousel-module__M0Krwa__ctaButton{font-size:var(--font-size-sm);padding:.8rem 1.5rem}.ApresentationCarousel-module__M0Krwa__embla.ApresentationCarousel-module__M0Krwa__homepageVariant .ApresentationCarousel-module__M0Krwa__slideContent{min-height:180px}.ApresentationCarousel-module__M0Krwa__carouselSmall .ApresentationCarousel-module__M0Krwa__slideContent{min-height:250px}.ApresentationCarousel-module__M0Krwa__carouselLarge .ApresentationCarousel-module__M0Krwa__slideContent{min-height:350px}}@media (max-height:500px) and (orientation:landscape){.ApresentationCarousel-module__M0Krwa__slideContent{min-height:250px}.ApresentationCarousel-module__M0Krwa__textContent{max-width:80%}.ApresentationCarousel-module__M0Krwa__embla.ApresentationCarousel-module__M0Krwa__homepageVariant .ApresentationCarousel-module__M0Krwa__slideContent{min-height:200px}}@media (hover:hover) and (pointer:fine){.ApresentationCarousel-module__M0Krwa__embla__slide:hover .ApresentationCarousel-module__M0Krwa__slideImage{transform:scale(1)}.ApresentationCarousel-module__M0Krwa__miniCarouselItem:hover{border-color:#00d4ff80;transform:translateY(-2px)}.ApresentationCarousel-module__M0Krwa__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d4ff4d}}@media (hover:none) and (pointer:coarse){.ApresentationCarousel-module__M0Krwa__embla__button:hover,.ApresentationCarousel-module__M0Krwa__miniCarouselItem:hover,.ApresentationCarousel-module__M0Krwa__ctaButton:hover{transform:none}}
.confirmModal-module__QN4tHq__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirmModal-module__QN4tHq__modalContent{background:#fff;border-radius:8px;width:90%;max-width:500px;padding:2rem}.confirmModal-module__QN4tHq__modalContent h3{color:#000}.confirmModal-module__QN4tHq__modalActions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.confirmModal-module__QN4tHq__cancelButton,.confirmModal-module__QN4tHq__confirmButton{cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:500}.confirmModal-module__QN4tHq__cancelButton{color:#333}.confirmModal-module__QN4tHq__confirmButton{color:#fff;background:#4caf50}
.checkout-module__6Nj7Kq__page{flex-direction:column;min-height:100vh;display:flex}.checkout-module__6Nj7Kq__breadcrumb{margin-bottom:var(--spacing-xl);font-size:var(--font-size-sm);color:var(--color-text-secondary)}.checkout-module__6Nj7Kq__breadcrumb a{color:var(--color-accent-primary);text-decoration:none}.checkout-module__6Nj7Kq__breadcrumb a:hover{text-decoration:underline}.checkout-module__6Nj7Kq__breadcrumb span{margin:0 var(--spacing-xs)}.checkout-module__6Nj7Kq__mainContent{flex:1;width:100%;margin:0 auto;padding:5rem 1rem}.checkout-module__6Nj7Kq__emptyCart{text-align:center;padding:4rem 1rem}.checkout-module__6Nj7Kq__emptyCart h2{color:#333;margin-bottom:1rem;font-size:2rem}.checkout-module__6Nj7Kq__emptyCart p{color:#666;margin-bottom:2rem;font-size:1.1rem}.checkout-module__6Nj7Kq__continueShopping{color:#000;background-color:#000;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.checkout-module__6Nj7Kq__continueShopping:hover{background-color:#333}.checkout-module__6Nj7Kq__checkoutContainer{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.checkout-module__6Nj7Kq__checkoutGrid{grid-template-columns:1fr;gap:2rem;padding:2rem;display:grid}@media screen and (max-width:768px){.checkout-module__6Nj7Kq__mainContent{padding:4rem .5rem}.checkout-module__6Nj7Kq__checkoutGrid{grid-template-columns:1fr;gap:2rem;padding:0;display:grid}}.checkout-module__6Nj7Kq__sectionTitle{color:#333;border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.checkout-module__6Nj7Kq__orderSummary{background:#f9f9f9;border-radius:8px;padding:1rem}.checkout-module__6Nj7Kq__orderItems{max-height:400px;margin-bottom:1.5rem;overflow-y:auto}.checkout-module__6Nj7Kq__orderItem{border-bottom:1px solid #eee;gap:1rem;padding:1rem 0;display:flex}.checkout-module__6Nj7Kq__orderItem:last-child{border-bottom:none}.checkout-module__6Nj7Kq__itemImage{flex-shrink:0}.checkout-module__6Nj7Kq__itemImage img{object-fit:cover;border-radius:4px}.checkout-module__6Nj7Kq__itemDetails{flex:1}.checkout-module__6Nj7Kq__itemDetails h4{color:#333;margin:0 0 .5rem;font-size:1rem}.checkout-module__6Nj7Kq__itemDetails p{color:#666;margin:.25rem 0;font-size:.875rem}.checkout-module__6Nj7Kq__itemPrice{font-weight:600;color:#000!important;margin-top:.5rem!important}.checkout-module__6Nj7Kq__orderTotal{border-top:2px solid #ddd;padding-top:1rem}.checkout-module__6Nj7Kq__totalRow{color:#000;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;display:flex}.checkout-module__6Nj7Kq__totalRow span:last-child{font-weight:600}.checkout-module__6Nj7Kq__freeShipping{color:#4caf50;font-weight:600}.checkout-module__6Nj7Kq__grandTotal{border-top:2px solid #ddd;margin-top:.5rem;padding-top:.75rem;font-size:1.2rem;font-weight:700}.checkout-module__6Nj7Kq__checkoutForm{padding:1.5rem}.checkout-module__6Nj7Kq__authButtons{gap:1rem;margin-bottom:1.5rem;display:flex}.checkout-module__6Nj7Kq__loginButton,.checkout-module__6Nj7Kq__registerButton{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:4px;flex:1;padding:.75rem;font-weight:600;transition:all .3s}.checkout-module__6Nj7Kq__loginButton:hover,.checkout-module__6Nj7Kq__registerButton:hover{background:#f9f9f9;border-color:#000}.checkout-module__6Nj7Kq__registerButton{color:#fff;background:#000;border-color:#000}.checkout-module__6Nj7Kq__registerButton:hover{background:#333;border-color:#333}.checkout-module__6Nj7Kq__registerForm{background:#f9f9f9;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.checkout-module__6Nj7Kq__registerForm h3{color:#333;margin-top:0;margin-bottom:1rem}.checkout-module__6Nj7Kq__formSection{margin-bottom:2rem}.checkout-module__6Nj7Kq__formSection h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.checkout-module__6Nj7Kq__formGroup{margin-bottom:1rem}.checkout-module__6Nj7Kq__formGroup label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.checkout-module__6Nj7Kq__formGroup input,.checkout-module__6Nj7Kq__formGroup select{color:#000;background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.checkout-module__6Nj7Kq__formGroup input:focus,.checkout-module__6Nj7Kq__formGroup select:focus{border-color:#000;outline:none}.checkout-module__6Nj7Kq__error{color:#d32f2f;margin-top:.25rem;font-size:.875rem;display:block}.checkout-module__6Nj7Kq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-module__6Nj7Kq__countrySelector{margin-bottom:1.5rem}.checkout-module__6Nj7Kq__countrySelector label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.checkout-module__6Nj7Kq__countryButtons{gap:1rem;display:flex}.checkout-module__6Nj7Kq__countryButton{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:4px;flex:1;padding:1rem;font-weight:600;transition:all .3s}.checkout-module__6Nj7Kq__countryButton:hover{border-color:#000}.checkout-module__6Nj7Kq__countryButton.checkout-module__6Nj7Kq__active{color:#fff;background:#000;border-color:#000}.checkout-module__6Nj7Kq__paymentMethods{margin-bottom:1.5rem}.checkout-module__6Nj7Kq__paymentOption{margin-bottom:.75rem}.checkout-module__6Nj7Kq__paymentOption input{display:none}.checkout-module__6Nj7Kq__paymentOption label{cursor:pointer;border:2px solid #ddd;border-radius:4px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.checkout-module__6Nj7Kq__paymentOption input:checked+label{background:#f9f9f9;border-color:#000}.checkout-module__6Nj7Kq__paymentOption:hover label{border-color:#000}.checkout-module__6Nj7Kq__paymentIcon{font-size:1.5rem}.checkout-module__6Nj7Kq__paymentOption div{flex:1}.checkout-module__6Nj7Kq__paymentOption strong{color:#333;margin-bottom:.25rem;display:block}.checkout-module__6Nj7Kq__paymentOption small{color:#666;font-size:.875rem}.checkout-module__6Nj7Kq__installments{margin-bottom:1.5rem}.checkout-module__6Nj7Kq__installments label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.checkout-module__6Nj7Kq__installments select{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.checkout-module__6Nj7Kq__paymentNote{background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.checkout-module__6Nj7Kq__paymentNote p{color:#856404;margin:0}.checkout-module__6Nj7Kq__checkoutActions{gap:1rem;margin-bottom:1.5rem;display:flex}.checkout-module__6Nj7Kq__backButton{color:#333;border:2px solid #ddd;border-radius:4px;padding:1rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.checkout-module__6Nj7Kq__backButton:hover{background:#f9f9f9;border-color:#000}.checkout-module__6Nj7Kq__checkoutButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:background-color .3s;display:flex}.checkout-module__6Nj7Kq__checkoutButton:hover:not(:disabled){background:#333}.checkout-module__6Nj7Kq__checkoutButton:disabled{opacity:.7;cursor:not-allowed}.checkout-module__6Nj7Kq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite checkout-module__6Nj7Kq__spin}@keyframes checkout-module__6Nj7Kq__spin{to{transform:rotate(360deg)}}.checkout-module__6Nj7Kq__terms{text-align:center;color:#000;border-top:1px solid #eee;padding-top:1rem;font-size:.875rem}.checkout-module__6Nj7Kq__terms p{color:#000000b6}.checkout-module__6Nj7Kq__terms a{color:#000;text-decoration:underline}.checkout-module__6Nj7Kq__terms a:hover{color:#333}.checkout-module__6Nj7Kq__saveButton{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:4px;width:100%;margin-top:1rem;padding:.75rem;font-weight:600}.checkout-module__6Nj7Kq__saveButton:hover{background:#45a049}.checkout-module__6Nj7Kq__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.checkout-module__6Nj7Kq__modalContent{background:#fff;border-radius:8px;width:90%;max-width:500px;padding:2rem}.checkout-module__6Nj7Kq__modalActions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.checkout-module__6Nj7Kq__cancelButton,.checkout-module__6Nj7Kq__confirmButton{cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:500}.checkout-module__6Nj7Kq__cancelButton{color:#333;background:#f0f0f0}.checkout-module__6Nj7Kq__confirmButton{color:#fff;background:#4caf50}
.success-module__l2k6Pa__page{flex-direction:column;min-height:100vh;display:flex}.success-module__l2k6Pa__mainContent{flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.success-module__l2k6Pa__successContainer{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:600px;padding:3rem 2rem;box-shadow:0 4px 20px #0000001a}.success-module__l2k6Pa__successIcon{margin-bottom:1.5rem;font-size:4rem;animation:1s infinite alternate success-module__l2k6Pa__bounce}@keyframes success-module__l2k6Pa__bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.success-module__l2k6Pa__successTitle{color:#4caf50;margin-bottom:1rem;font-size:2.5rem}.success-module__l2k6Pa__successMessage{color:#666;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.success-module__l2k6Pa__orderDetails{margin:2rem 0}.success-module__l2k6Pa__detailCard{text-align:left;background:#f9f9f9;border-radius:8px;padding:1.5rem}.success-module__l2k6Pa__detailCard h3{color:#333;border-bottom:2px solid #ddd;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem}.success-module__l2k6Pa__detailRow{border-bottom:1px solid #eee;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.success-module__l2k6Pa__detailRow:last-child{border-bottom:none;margin-bottom:0}.success-module__l2k6Pa__detailRow span:first-child{color:#666}.success-module__l2k6Pa__detailRow strong{color:#000}.success-module__l2k6Pa__nextSteps{text-align:left;margin:2rem 0}.success-module__l2k6Pa__nextSteps h3{color:#333;margin-bottom:1rem}.success-module__l2k6Pa__stepsList{color:#666;padding-left:1.5rem}.success-module__l2k6Pa__stepsList li{margin-bottom:.75rem;line-height:1.5}.success-module__l2k6Pa__contactInfo{background:#e8f5e8;border:1px solid #4caf50;border-radius:8px;margin:1.5rem 0;padding:1rem}.success-module__l2k6Pa__contactInfo p{color:#2e7d32;margin:0}.success-module__l2k6Pa__actionButtons{gap:1rem;margin:2rem 0;display:flex}.success-module__l2k6Pa__trackButton,.success-module__l2k6Pa__continueButton{text-align:center;border-radius:8px;flex:1;padding:1rem;font-weight:600;text-decoration:none;transition:all .3s}.success-module__l2k6Pa__trackButton{color:#fff;background:#4caf50;border:2px solid #4caf50}.success-module__l2k6Pa__trackButton:hover{background:#45a049;border-color:#45a049}.success-module__l2k6Pa__continueButton{color:#000;background:#fff;border:2px solid #000}.success-module__l2k6Pa__continueButton:hover{color:#fff;background:#000}.success-module__l2k6Pa__whatsappNote{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-top:1.5rem;padding:1rem}.success-module__l2k6Pa__whatsappNote p{color:#856404;margin:0}
.embla-module__qDlSqG__embla{--slide-height:70vh;--slide-spacing:1rem;--slide-size:30%;max-width:95%;margin:auto}.embla-module__qDlSqG__embla__viewport{overflow:hidden}.embla-module__qDlSqG__embla__container{touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing)*-1);height:var(--slide-height);display:flex}.embla-module__qDlSqG__embla__slide{flex:0 0 var(--slide-size);padding-left:var(--slide-spacing);width:100%;height:var(--slide-height);object-fit:cover;border-radius:1rem;display:block;transform:translate(0,0)}.embla-module__qDlSqG__embla__slideImage{width:100%;height:100%}.embla-module__qDlSqG__embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);height:var(--slide-height);-webkit-user-select:none;user-select:none;border-radius:1.8rem;justify-content:center;align-items:center;font-size:4rem;font-weight:600;display:flex}.embla-module__qDlSqG__embla__controls,.embla-module__qDlSqG__embla__buttons{display:none}.embla-module__qDlSqG__embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);appearance:none;touch-action:manipulation;cursor:pointer;z-index:10;width:48px;height:48px;color:var(--color-text-primary);background-color:#1a1a24cc;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;text-decoration:none;transition:all .3s;display:flex}.embla-module__qDlSqG__embla__button:disabled{color:var(--detail-high-contrast)}.embla-module__qDlSqG__embla__button__svg{width:35%;height:35%}.embla-module__qDlSqG__embla__button svg{color:#fff;width:35%;height:35%}.embla-module__qDlSqG__embla__dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.embla-module__qDlSqG__embla__dot{-webkit-tap-highlight-color:red;appearance:none;touch-action:manipulation;cursor:pointer;background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;margin:0;padding:0;text-decoration:none;display:inline-flex}.embla-module__qDlSqG__embla__dot:after{content:"";border-radius:50%;align-items:center;width:1.2rem;height:1.2rem;display:flex;box-shadow:inset 0 0 0 .2rem #fff}.embla-module__qDlSqG__embla__dotSelected:after{box-shadow:inset 0 0 0 .2rem #7c7c7c}.embla-module__qDlSqG__embla__slideLink{text-align:center;color:#fff;z-index:2;background:#000000b3;border-radius:2rem;width:75%;padding:.8rem 1rem;font-size:1.1rem;font-weight:600;text-decoration:none;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 2px 12px #00000040}@media (max-width:768px){.embla-module__qDlSqG__embla{--slide-height:32rem;--slide-spacing:.6rem;--slide-size:55%;max-width:100%;padding:0 10px}.embla-module__qDlSqG__embla__slideImage{width:auto;height:auto}.embla-module__qDlSqG__embla__slide__number{border-radius:1rem;font-size:1rem}.embla-module__qDlSqG__embla__dots{gap:.6rem;margin-top:.3rem}.embla-module__qDlSqG__embla__dot,.embla-module__qDlSqG__embla__dot:after{width:1rem;height:1rem}.embla-module__qDlSqG__embla__controls{justify-content:center;margin-top:1rem;display:flex}.embla-module__qDlSqG__embla__buttons{gap:1rem;display:flex}.embla-module__qDlSqG__embla__button{width:40px;height:40px}}@media (max-width:480px){.embla-module__qDlSqG__embla{--slide-height:30rem;--slide-spacing:.6rem;--slide-size:90%;max-width:100%;padding:0 10px}.embla-module__qDlSqG__embla__slideImage{width:auto;height:auto}.embla-module__qDlSqG__embla__slide__number{border-radius:1rem;font-size:1rem}.embla-module__qDlSqG__embla__dots{gap:.6rem;margin-top:.3rem}.embla-module__qDlSqG__embla__dot,.embla-module__qDlSqG__embla__dot:after{width:1rem;height:1rem}.embla-module__qDlSqG__embla__controls{justify-content:center;margin-top:1rem;display:flex}.embla-module__qDlSqG__embla__buttons{gap:1rem;display:flex}.embla-module__qDlSqG__embla__button{width:40px;height:40px}}@media (max-width:360px){.embla-module__qDlSqG__embla{--slide-height:26rem;--slide-spacing:.6rem;--slide-size:90%}.embla-module__qDlSqG__embla__slide__number{font-size:1.5rem}.embla-module__qDlSqG__embla__button{width:36px;height:36px}.embla-module__qDlSqG__embla__dots{gap:.25rem}.embla-module__qDlSqG__embla__dot,.embla-module__qDlSqG__embla__dot:after{width:1rem;height:1rem}}
.sizes-module__a43pUa__section{text-align:center;grid-template-columns:35% 65%;justify-content:center;align-items:center;width:100%;display:grid}.sizes-module__a43pUa__sectionTitle{margin-bottom:1rem;font-size:1.2rem}.sizes-module__a43pUa__container{justify-content:center;align-items:center;width:100%;padding:1rem}.sizes-module__a43pUa__buttonsStyles{flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%;padding:.5rem;display:flex}.sizes-module__a43pUa__button{border:1px solid var(--text-secondary);color:var(--text-secondary);letter-spacing:1px;cursor:pointer;background:0 0;border:1px solid #fff;padding:8px 16px;font-size:.9rem;text-decoration:none;transition:all .3s}.sizes-module__a43pUa__button:hover{background-color:var(--text-primary);color:var(--background)}.sizes-module__a43pUa__tableInfo{border-collapse:collapse;width:100%;margin-top:1rem}.sizes-module__a43pUa__tableInfo th,.sizes-module__a43pUa__tableInfo td{text-align:center;border:1px solid #fff;padding:8px}.sizes-module__a43pUa__sizeOption{border:1px solid var(--text-secondary);color:var(--text-secondary);letter-spacing:1px;cursor:pointer;background:0 0;margin-right:8px;padding:8px 16px;font-size:.9rem;text-decoration:none;transition:all .3s}@media screen and (max-width:768px){.sizes-module__a43pUa__section{text-align:center;grid-template-columns:1fr}.sizes-module__a43pUa__buttonsStyles{justify-content:center}.sizes-module__a43pUa__button{width:100%;max-width:300px}.sizes-module__a43pUa__tableInfo{font-size:.9rem}.sizes-module__a43pUa__sizeOption{width:100%;max-width:300px;margin-bottom:8px}.sizes-module__a43pUa__tableInfo th,.sizes-module__a43pUa__tableInfo td{padding:4px}.sizes-module__a43pUa__imgCamisa{width:80%;height:40vh;margin-left:auto;margin-right:auto}}@media screen and (max-width:360px){.sizes-module__a43pUa__tableInfo th,.sizes-module__a43pUa__tableInfo td{padding:2px}}
