.Header-module__KppamW__header{z-index:1000;background:0 0;justify-content:space-between;align-items:center;height:100px;padding:0 2rem;display:flex;position:relative;background:0 0!important}.Header-module__KppamW__logoContainer{align-items:center;display:flex}.Header-module__KppamW__logo{object-fit:contain;width:auto;max-width:350px;height:200px;transition:transform .3s}.Header-module__KppamW__logo:hover{transform:scale(1.05)}.Header-module__KppamW__socialIcons{align-items:center;gap:16px;display:flex}.Header-module__KppamW__socialLink{color:#fff;background:rgba(255,255,255,.1);border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.Header-module__KppamW__socialLink:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.Header-module__KppamW__socialIcon{color:#fff;width:24px;height:24px;transition:all .3s}.Header-module__KppamW__socialLink:hover .Header-module__KppamW__socialIcon{transform:scale(1.1)}.Header-module__KppamW__floatingCart{z-index:999;cursor:pointer;color:#000;background:linear-gradient(135deg,#fc0 0%,gold 100%);border:3px solid #fc0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;transition:all .3s;animation:3s ease-in-out infinite Header-module__KppamW__float;display:flex;position:fixed;top:50%;right:20px;transform:translateY(-50%);box-shadow:0 4px 20px rgba(255,204,0,.4)}.Header-module__KppamW__floatingCart:hover{background:linear-gradient(135deg,gold 0%,#fc0 100%);animation:none;transform:translateY(-50%)scale(1.15);box-shadow:0 6px 25px rgba(255,204,0,.6)}.Header-module__KppamW__floatingCart.Header-module__KppamW__magicBall{animation:.6s ease-in-out forwards Header-module__KppamW__magicBall}@keyframes Header-module__KppamW__magicBall{0%{opacity:1;width:60px;height:60px;font-size:2.5rem;transform:translateY(-50%)scale(1)}25%{opacity:.9;width:70px;height:70px;font-size:2.8rem;transform:translateY(-50%)scale(1.2)}50%{opacity:.8;width:80px;height:80px;font-size:3rem;right:50%;transform:translate(-50%,-50%)scale(.8)}75%{opacity:.6;width:90px;height:90px;font-size:3.2rem;right:50%;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;width:30px;height:30px;font-size:1rem;right:50%;transform:translate(-50%,-50%)scale(.1)}}@keyframes Header-module__KppamW__float{0%,to{transform:translateY(-50%)}50%{transform:translateY(-55%)}}.Header-module__KppamW__floatingCart.Header-module__KppamW__pulse{animation:1s ease-in-out Header-module__KppamW__pulseAnimation}@keyframes Header-module__KppamW__pulseAnimation{0%{transform:translateY(-50%)scale(1)}25%{transform:translateY(-50%)scale(1.3)}50%{transform:translateY(-50%)scale(1.1)}75%{transform:translateY(-50%)scale(1.2)}to{transform:translateY(-50%)scale(1)}}.Header-module__KppamW__cartBadge{color:#fff;background:#f44;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:-5px;right:-5px}.Header-module__KppamW__cartBadge:hover{transform:scale(1.1)}.Header-module__KppamW__cartModalOverlay{z-index:1000;background:rgba(0,0,0,.7);justify-content:center;align-items:center;padding:1rem;animation:.3s Header-module__KppamW__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Header-module__KppamW__cartModal{background:#fff;border-radius:15px;width:90%;max-width:500px;max-height:80vh;animation:.4s Header-module__KppamW__slideUp;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.Header-module__KppamW__cartModalHeader{color:#000;background:linear-gradient(135deg,#fc0 0%,gold 100%);border-radius:15px 15px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Header-module__KppamW__cartModalHeader h2{margin:0;font-size:1.5rem;font-weight:700}.Header-module__KppamW__closeButton{cursor:pointer;color:#000;background:rgba(0,0,0,.2);border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex}.Header-module__KppamW__closeButton:hover{background:rgba(0,0,0,.3);transform:scale(1.1)}.Header-module__KppamW__cartModalContent{text-align:center;padding:2rem}.Header-module__KppamW__emptyCart{margin-bottom:2rem;padding:2rem 0}.Header-module__KppamW__emptyCart p{color:#666;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.Header-module__KppamW__emptyCart span{color:#999;font-size:1rem}.Header-module__KppamW__cartActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.Header-module__KppamW__continueShopping,.Header-module__KppamW__checkoutButton{cursor:pointer;border:none;border-radius:8px;min-width:160px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.Header-module__KppamW__continueShopping{color:#333;background:#f0f0f0;border:2px solid #e0e0e0}.Header-module__KppamW__continueShopping:hover{background:#e0e0e0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.Header-module__KppamW__checkoutButton{color:#000;background:linear-gradient(135deg,#fc0 0%,gold 100%);border:2px solid #fc0}.Header-module__KppamW__checkoutButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,204,0,.4)}.Header-module__KppamW__checkoutButton:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;border-color:#ccc;transform:none}@keyframes Header-module__KppamW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__KppamW__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module__KppamW__header{height:80px;padding:0 1rem}.Header-module__KppamW__logo{max-width:200px;height:60px}.Header-module__KppamW__socialIcons{gap:12px}.Header-module__KppamW__socialLink{padding:6px}.Header-module__KppamW__socialIcon{width:20px;height:20px}.Header-module__KppamW__floatingCart{border-width:2px;width:50px;height:50px;font-size:2rem;right:15px}.Header-module__KppamW__cartBadge{width:18px;height:18px;font-size:.6rem}.Header-module__KppamW__cartModalHeader{padding:1.25rem}.Header-module__KppamW__cartModalHeader h2{font-size:1.3rem}.Header-module__KppamW__cartModalContent{padding:1.5rem}.Header-module__KppamW__emptyCart{padding:1.5rem 0}.Header-module__KppamW__cartActions{flex-direction:column;gap:.75rem}.Header-module__KppamW__continueShopping,.Header-module__KppamW__checkoutButton{width:100%;min-width:auto}}@media (max-width:480px){.Header-module__KppamW__header{height:70px;padding:0 .75rem}.Header-module__KppamW__logo{max-width:150px;height:50px}.Header-module__KppamW__socialIcons{gap:8px}.Header-module__KppamW__socialLink{padding:4px}.Header-module__KppamW__socialIcon{width:18px;height:18px}.Header-module__KppamW__floatingCart{border-width:2px;width:45px;height:45px;font-size:1.8rem;right:10px}.Header-module__KppamW__cartBadge{width:16px;height:16px;font-size:.55rem;top:-3px;right:-3px}.Header-module__KppamW__cartModalOverlay{padding:.5rem}.Header-module__KppamW__cartModalHeader{padding:1rem}.Header-module__KppamW__cartModalHeader h2{font-size:1.2rem}.Header-module__KppamW__closeButton{width:30px;height:30px;font-size:1rem}.Header-module__KppamW__cartModalContent{padding:1.25rem}.Header-module__KppamW__emptyCart p{font-size:1.1rem}.Header-module__KppamW__emptyCart span{font-size:.9rem}}@media (max-width:360px){.Header-module__KppamW__header{padding:0 .5rem}.Header-module__KppamW__socialIcons{gap:6px}.Header-module__KppamW__floatingCart{width:40px;height:40px;font-size:1.6rem;right:8px}.Header-module__KppamW__cartBadge{width:14px;height:14px;font-size:.5rem;top:-2px;right:-2px}.Header-module__KppamW__cartModalHeader h2{font-size:1.1rem}.Header-module__KppamW__cartModalContent{padding:1rem}.Header-module__KppamW__continueShopping,.Header-module__KppamW__checkoutButton{min-width:140px;padding:.6rem 1.2rem;font-size:.85rem}}
.ModalCarrinho-module__X03L6q__modalOverlay{z-index:10000;background:rgba(0,0,0,.8);justify-content:center;align-items:center;padding:1rem;animation:.3s ModalCarrinho-module__X03L6q__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.ModalCarrinho-module__X03L6q__modal{background:#fff;border-radius:20px;flex-direction:column;width:95%;max-width:1200px;max-height:90vh;animation:.4s ModalCarrinho-module__X03L6q__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.ModalCarrinho-module__X03L6q__modalHeader{color:#000;background:linear-gradient(135deg,#fc0 0%,gold 100%);border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ModalCarrinho-module__X03L6q__modalHeader h2{margin:0;font-size:1.5rem;font-weight:700}.ModalCarrinho-module__X03L6q__closeButton{cursor:pointer;color:#000;background:rgba(0,0,0,.2);border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.ModalCarrinho-module__X03L6q__closeButton:hover{background:rgba(0,0,0,.3);transform:scale(1.1)}.ModalCarrinho-module__X03L6q__modalContent{flex:1;padding:0;overflow-y:auto}.ModalCarrinho-module__X03L6q__twoColumnLayout{grid-template-columns:1fr 400px;gap:2rem;min-height:500px;padding:2rem;display:grid}.ModalCarrinho-module__X03L6q__leftColumn{flex-direction:column;gap:2rem;display:flex}.ModalCarrinho-module__X03L6q__cartItemsSection h3,.ModalCarrinho-module__X03L6q__savedItemsSection h3,.ModalCarrinho-module__X03L6q__relatedProductsSection h3{color:#2d3748;border-bottom:2px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem}.ModalCarrinho-module__X03L6q__emptyCart{text-align:center;color:#666;padding:3rem 2rem}.ModalCarrinho-module__X03L6q__emptyCart p{margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.ModalCarrinho-module__X03L6q__emptyCart span{color:#999}.ModalCarrinho-module__X03L6q__itemsList{flex-direction:column;gap:1rem;display:flex}.ModalCarrinho-module__X03L6q__cartItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;transition:all .3s;display:grid}.ModalCarrinho-module__X03L6q__cartItem:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ModalCarrinho-module__X03L6q__itemImage{object-fit:cover;border-radius:8px}.ModalCarrinho-module__X03L6q__itemDetails h4{color:#2d3748;margin:0 0 .5rem;font-size:1rem}.ModalCarrinho-module__X03L6q__itemDescription{color:#718096;margin-bottom:.5rem;font-size:.85rem}.ModalCarrinho-module__X03L6q__itemPrice{color:#667eea;font-size:1rem;font-weight:700}.ModalCarrinho-module__X03L6q__itemControls{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.ModalCarrinho-module__X03L6q__quantityControls{background:#fff;border:1px solid #e2e8f0;border-radius:25px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.ModalCarrinho-module__X03L6q__quantityBtn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.ModalCarrinho-module__X03L6q__quantityBtn:hover{background:#5a67d8;transform:scale(1.1)}.ModalCarrinho-module__X03L6q__quantity{text-align:center;min-width:30px;font-weight:700}.ModalCarrinho-module__X03L6q__itemTotal{color:#2d3748;font-size:1.1rem;font-weight:700}.ModalCarrinho-module__X03L6q__itemActions{gap:.5rem;display:flex}.ModalCarrinho-module__X03L6q__saveBtn,.ModalCarrinho-module__X03L6q__removeBtn{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:6px;transition:all .3s}.ModalCarrinho-module__X03L6q__saveBtn:hover,.ModalCarrinho-module__X03L6q__removeBtn:hover{color:#e53e3e;background:#fed7d7;border-color:#feb2b2}.ModalCarrinho-module__X03L6q__savedItemsList{flex-direction:column;gap:.75rem;display:flex}.ModalCarrinho-module__X03L6q__savedItem{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;align-items:center;gap:1rem;padding:.75rem;display:flex}.ModalCarrinho-module__X03L6q__savedImage{object-fit:cover;border-radius:6px}.ModalCarrinho-module__X03L6q__savedDetails h5{margin:0 0 .25rem;font-size:.9rem}.ModalCarrinho-module__X03L6q__savedDetails span{color:#667eea;font-weight:700}.ModalCarrinho-module__X03L6q__savedActions{gap:.5rem;margin-left:auto;display:flex}.ModalCarrinho-module__X03L6q__moveToCartBtn{color:#fff;cursor:pointer;background:#48bb78;border:none;border-radius:6px;padding:6px 12px;font-size:.8rem;transition:all .3s}.ModalCarrinho-module__X03L6q__moveToCartBtn:hover{background:#38a169;transform:translateY(-1px)}.ModalCarrinho-module__X03L6q__removeSavedBtn{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:6px;transition:all .3s}.ModalCarrinho-module__X03L6q__removeSavedBtn:hover{color:#e53e3e;background:#fed7d7;border-color:#feb2b2}.ModalCarrinho-module__X03L6q__relatedProductsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.ModalCarrinho-module__X03L6q__relatedProduct{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .3s;display:flex}.ModalCarrinho-module__X03L6q__relatedProduct:hover{background:#f1f5f9;transform:translateY(-2px)}.ModalCarrinho-module__X03L6q__relatedImage{object-fit:cover;border-radius:6px}.ModalCarrinho-module__X03L6q__relatedDetails h5{margin:0 0 .5rem;font-size:.85rem}.ModalCarrinho-module__X03L6q__relatedPrice{color:#667eea;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.ModalCarrinho-module__X03L6q__addRelatedBtn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:15px;padding:6px 12px;font-size:.75rem;transition:all .3s}.ModalCarrinho-module__X03L6q__addRelatedBtn:hover{background:#5a67d8;transform:scale(1.05)}.ModalCarrinho-module__X03L6q__rightColumn{height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:0}.ModalCarrinho-module__X03L6q__summaryCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;position:-webkit-sticky;position:sticky;top:1rem}.ModalCarrinho-module__X03L6q__summaryCard h3{color:#2d3748;border-bottom:2px solid #e2e8f0;margin:0 0 1rem;padding-bottom:.5rem}.ModalCarrinho-module__X03L6q__summaryItem{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.ModalCarrinho-module__X03L6q__summaryItem:last-child{border-bottom:none}.ModalCarrinho-module__X03L6q__discount,.ModalCarrinho-module__X03L6q__freeShipping{color:#48bb78;font-weight:700}.ModalCarrinho-module__X03L6q__total{border-top:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:.5rem;padding:1rem 0;font-size:1.2rem;font-weight:700;display:flex}.ModalCarrinho-module__X03L6q__totalPrice{color:#667eea;font-size:1.3rem}.ModalCarrinho-module__X03L6q__stats{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin:1rem 0;padding:1rem}.ModalCarrinho-module__X03L6q__statItem{justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.9rem;display:flex}.ModalCarrinho-module__X03L6q__promoAlert{color:#000;text-align:center;background:linear-gradient(135deg,#fc0,gold);border-radius:8px;margin-top:.5rem;padding:.75rem;font-size:.85rem;font-weight:600}.ModalCarrinho-module__X03L6q__actions{flex-direction:column;gap:.75rem;margin:1.5rem 0;display:flex}.ModalCarrinho-module__X03L6q__confirmButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:25px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px rgba(72,187,120,.3)}.ModalCarrinho-module__X03L6q__confirmButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(72,187,120,.5)}.ModalCarrinho-module__X03L6q__confirmButton:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e0;transform:none}.ModalCarrinho-module__X03L6q__continueShopping{color:#4a5568;cursor:pointer;background:#f7fafc;border:2px solid #e2e8f0;border-radius:25px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.ModalCarrinho-module__X03L6q__continueShopping:hover{background:#edf2f7;border-color:#cbd5e0}.ModalCarrinho-module__X03L6q__clearCart{color:#e53e3e;cursor:pointer;background:0 0;border:1px solid #fed7d7;border-radius:25px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.ModalCarrinho-module__X03L6q__clearCart:hover{background:#fed7d7}.ModalCarrinho-module__X03L6q__paymentInfo{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1rem}.ModalCarrinho-module__X03L6q__paymentInfo h4{color:#2d3748;margin:0 0 .75rem}.ModalCarrinho-module__X03L6q__paymentMethods{color:#4a5568;grid-template-columns:1fr 1fr;gap:.5rem;font-size:.85rem;display:grid}@keyframes ModalCarrinho-module__X03L6q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ModalCarrinho-module__X03L6q__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.ModalCarrinho-module__X03L6q__twoColumnLayout{grid-template-columns:1fr;gap:1.5rem}.ModalCarrinho-module__X03L6q__rightColumn{position:static}}@media (max-width:768px){.ModalCarrinho-module__X03L6q__modal{width:98%;max-height:95vh}.ModalCarrinho-module__X03L6q__modalHeader{padding:1rem 1.5rem}.ModalCarrinho-module__X03L6q__modalHeader h2{font-size:1.3rem}.ModalCarrinho-module__X03L6q__modalContent{padding:0}.ModalCarrinho-module__X03L6q__twoColumnLayout{gap:1.5rem;padding:1.5rem}.ModalCarrinho-module__X03L6q__cartItem{grid-template-columns:60px 1fr;gap:.75rem}.ModalCarrinho-module__X03L6q__itemControls{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;margin-top:.5rem}.ModalCarrinho-module__X03L6q__relatedProductsGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width:480px){.ModalCarrinho-module__X03L6q__modalOverlay{padding:.5rem}.ModalCarrinho-module__X03L6q__modalHeader{padding:.75rem 1rem}.ModalCarrinho-module__X03L6q__modalHeader h2{font-size:1.1rem}.ModalCarrinho-module__X03L6q__twoColumnLayout{gap:1rem;padding:1rem}.ModalCarrinho-module__X03L6q__cartItem{padding:.75rem}.ModalCarrinho-module__X03L6q__itemDetails h4{font-size:.9rem}.ModalCarrinho-module__X03L6q__summaryCard{padding:1rem}.ModalCarrinho-module__X03L6q__confirmButton{padding:.75rem 1.5rem;font-size:1rem}}
.ProductCarousel-module__5GnhGG__carouselSection{background:url(../media/fundo.80ce61c0.jpg) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;margin-top:-100px;padding-top:100px;display:flex;position:relative}.ProductCarousel-module__5GnhGG__carouselSection:before{content:"";z-index:1;background:rgba(0,0,0,.4);position:absolute;top:0;bottom:0;left:0;right:0}.ProductCarousel-module__5GnhGG__title{text-align:center;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.6);z-index:2;margin-bottom:2rem;font-size:2.5rem;font-weight:700;position:relative}.ProductCarousel-module__5GnhGG__carouselContainer{z-index:2;border-radius:12px;width:100%;max-width:1200px;height:400px;margin:0 auto;padding:0 60px;position:relative;overflow:hidden}.ProductCarousel-module__5GnhGG__carouselTrack{height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.ProductCarousel-module__5GnhGG__carouselSlide{box-sizing:border-box;flex:0 0 33.333%;padding:0 12px}.ProductCarousel-module__5GnhGG__carouselSlideContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.2)}.ProductCarousel-module__5GnhGG__carouselSlideContent:hover{background:#fff;transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.3)}.ProductCarousel-module__5GnhGG__productImage{object-fit:cover;flex-shrink:0;width:100%;height:220px;transition:transform .3s}.ProductCarousel-module__5GnhGG__carouselSlideContent:hover .ProductCarousel-module__5GnhGG__productImage{transform:scale(1.05)}.ProductCarousel-module__5GnhGG__productInfo{text-align:center;flex-direction:column;flex-grow:1;justify-content:space-between;gap:.5rem;min-height:120px;padding:1rem;display:flex}.ProductCarousel-module__5GnhGG__productName{color:#2d3748;flex-shrink:0;margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.3}.ProductCarousel-module__5GnhGG__productPrice{color:#667eea;flex-shrink:0;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.ProductCarousel-module__5GnhGG__cartIndicator{color:#2d3748;text-align:center;background:rgba(72,187,120,.1);border:1px solid #48bb78;border-radius:15px;flex-shrink:0;margin:.25rem 0;padding:4px 8px;font-size:.75rem;font-weight:500;transition:all .3s}.ProductCarousel-module__5GnhGG__cartIndicator:hover{background:rgba(72,187,120,.15);transform:scale(1.02)}.ProductCarousel-module__5GnhGG__buyButton{color:#fff;cursor:pointer;background:linear-gradient(45deg,#48bb78,#38a169);border:none;border-radius:25px;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:40px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px rgba(72,187,120,.3)}.ProductCarousel-module__5GnhGG__buyButton:hover{background:linear-gradient(45deg,#56d187,#48bb78);transform:translateY(-2px);box-shadow:0 6px 20px rgba(72,187,120,.5)}.ProductCarousel-module__5GnhGG__buyButton.ProductCarousel-module__5GnhGG__inCart{background:linear-gradient(45deg,#ed8936,#dd6b20);box-shadow:0 4px 15px rgba(237,137,54,.3)}.ProductCarousel-module__5GnhGG__buyButton.ProductCarousel-module__5GnhGG__inCart:hover{background:linear-gradient(45deg,#f6ad55,#ed8936);box-shadow:0 6px 20px rgba(237,137,54,.5)}.ProductCarousel-module__5GnhGG__navButton{color:#fff;cursor:pointer;z-index:20;background:rgba(0,0,0,.7);border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px rgba(0,0,0,.3)}.ProductCarousel-module__5GnhGG__navButton:hover{background:rgba(0,0,0,.9);transform:translateY(-50%)scale(1.1)}.ProductCarousel-module__5GnhGG__prevButton{left:5px}.ProductCarousel-module__5GnhGG__nextButton{right:5px}.ProductCarousel-module__5GnhGG__carouselIndicators{z-index:2;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:10px;display:flex;position:relative}.ProductCarousel-module__5GnhGG__indicator{cursor:pointer;background:rgba(255,255,255,.5);border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.ProductCarousel-module__5GnhGG__indicator.ProductCarousel-module__5GnhGG__active{background:#fff;transform:scale(1.2)}.ProductCarousel-module__5GnhGG__cartSummary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.ProductCarousel-module__5GnhGG__cartSummary span{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.9rem}@media (max-width:768px){.ProductCarousel-module__5GnhGG__carouselSection{min-height:60vh;margin-top:-80px;padding-top:80px}.ProductCarousel-module__5GnhGG__title{margin-bottom:1.5rem;font-size:2rem}.ProductCarousel-module__5GnhGG__carouselContainer{height:350px;padding:0 45px}.ProductCarousel-module__5GnhGG__carouselSlide{flex:0 0 50%;padding:0 8px}.ProductCarousel-module__5GnhGG__productImage{height:180px}.ProductCarousel-module__5GnhGG__productInfo{gap:.4rem;min-height:100px;padding:.7rem}.ProductCarousel-module__5GnhGG__cartIndicator{margin:.2rem 0;padding:3px 6px;font-size:.7rem}.ProductCarousel-module__5GnhGG__buyButton{min-height:38px;padding:8px 16px;font-size:.85rem}.ProductCarousel-module__5GnhGG__navButton{width:38px;height:38px}.ProductCarousel-module__5GnhGG__cartSummary{margin-top:.8rem;padding:8px 16px;font-size:.85rem}}@media (max-width:480px){.ProductCarousel-module__5GnhGG__carouselSection{margin-top:-70px;padding-top:70px}.ProductCarousel-module__5GnhGG__carouselContainer{height:320px;padding:0 20px}.ProductCarousel-module__5GnhGG__carouselSlide{flex:0 0 100%;padding:0 10px}.ProductCarousel-module__5GnhGG__productImage{height:180px}.ProductCarousel-module__5GnhGG__productInfo{gap:.3rem;min-height:100px;padding:.8rem}.ProductCarousel-module__5GnhGG__cartIndicator{margin:.15rem 0;padding:2px 5px;font-size:.65rem}.ProductCarousel-module__5GnhGG__buyButton{min-height:40px;padding:10px 20px;font-size:.9rem}.ProductCarousel-module__5GnhGG__navButton{width:35px;height:35px}.ProductCarousel-module__5GnhGG__cartSummary{margin-top:.6rem;padding:6px 12px;font-size:.8rem}}@media (max-width:360px){.ProductCarousel-module__5GnhGG__carouselContainer{padding:0 15px}.ProductCarousel-module__5GnhGG__productInfo{padding:.6rem}.ProductCarousel-module__5GnhGG__cartIndicator{padding:2px 4px;font-size:.6rem}.ProductCarousel-module__5GnhGG__buyButton{min-height:36px;padding:8px 16px;font-size:.85rem}.ProductCarousel-module__5GnhGG__cartSummary{padding:5px 10px;font-size:.75rem}}
.CategoryMenu-module__5AiYtW__categorySection{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);padding:2rem 0;position:relative}.CategoryMenu-module__5AiYtW__title{text-align:center;color:#2d3748;margin-bottom:2rem;font-size:1.75rem;font-weight:700;position:relative}.CategoryMenu-module__5AiYtW__title:after{content:"";background:linear-gradient(45deg,#667eea,#764ba2);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.CategoryMenu-module__5AiYtW__categoriesContainer{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:700px;margin:0 auto;padding:0 1rem;display:flex}.CategoryMenu-module__5AiYtW__categoryButton{cursor:pointer;text-transform:uppercase;letter-spacing:.3px;border:none;border-radius:12px;min-width:120px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.CategoryMenu-module__5AiYtW__categoryButton:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.CategoryMenu-module__5AiYtW__categoryButton:hover:before{left:100%}.CategoryMenu-module__5AiYtW__activeCategory{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-3px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.CategoryMenu-module__5AiYtW__inactiveCategory{color:#4a5568;background:#fff;border:2px solid transparent;box-shadow:0 3px 10px rgba(0,0,0,.1)}.CategoryMenu-module__5AiYtW__inactiveCategory:hover{color:#2d3748;background:#f8fafc;border:2px solid #667eea;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.15)}@keyframes CategoryMenu-module__5AiYtW__pulse{0%{box-shadow:0 8px 20px rgba(102,126,234,.4)}50%{box-shadow:0 8px 20px rgba(102,126,234,.6)}to{box-shadow:0 8px 20px rgba(102,126,234,.4)}}.CategoryMenu-module__5AiYtW__activeCategory{animation:2s infinite CategoryMenu-module__5AiYtW__pulse}@media (max-width:768px){.CategoryMenu-module__5AiYtW__categorySection{padding:1.5rem 0}.CategoryMenu-module__5AiYtW__title{margin-bottom:1.5rem;font-size:1.5rem}.CategoryMenu-module__5AiYtW__categoriesContainer{gap:1rem;padding:0 1rem}.CategoryMenu-module__5AiYtW__categoryButton{min-width:100px;padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width:480px){.CategoryMenu-module__5AiYtW__categorySection{padding:1rem 0}.CategoryMenu-module__5AiYtW__categoriesContainer{flex-direction:column;align-items:center;gap:.75rem}.CategoryMenu-module__5AiYtW__categoryButton{width:180px;min-width:auto;padding:.5rem 1rem}.CategoryMenu-module__5AiYtW__title{margin-bottom:1rem;font-size:1.3rem}.CategoryMenu-module__5AiYtW__title:after{width:50px;height:2px;bottom:-6px}}
.ProductGrid-module__PsDJjG__productsSection{background:#f8fafc;min-height:400px;padding:4rem 0}.ProductGrid-module__PsDJjG__productsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}.ProductGrid-module__PsDJjG__productCard{opacity:0;background:#fff;border-radius:20px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s forwards ProductGrid-module__PsDJjG__fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.ProductGrid-module__PsDJjG__productCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.ProductGrid-module__PsDJjG__productImage{object-fit:cover;flex-shrink:0;width:100%;height:250px;transition:transform .3s}.ProductGrid-module__PsDJjG__productCard:hover .ProductGrid-module__PsDJjG__productImage{transform:scale(1.05)}.ProductGrid-module__PsDJjG__productContent{flex-direction:column;flex-grow:1;gap:.5rem;padding:1.5rem;display:flex}.ProductGrid-module__PsDJjG__productName{color:#2d3748;flex-shrink:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.4}.ProductGrid-module__PsDJjG__productDescription{color:#718096;flex-grow:1;min-height:60px;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.ProductGrid-module__PsDJjG__cartIndicator{color:#2d3748;text-align:center;background:rgba(72,187,120,.1);border:1px solid #48bb78;border-radius:15px;flex-shrink:0;align-self:stretch;margin:.5rem 0;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .3s}.ProductGrid-module__PsDJjG__cartIndicator:hover{background:rgba(72,187,120,.15);transform:scale(1.02)}.ProductGrid-module__PsDJjG__productFooter{flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;display:flex}.ProductGrid-module__PsDJjG__productPrice{color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:1.5rem;font-weight:700}.ProductGrid-module__PsDJjG__buyButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:25px;flex-shrink:0;min-width:120px;padding:10px 24px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(72,187,120,.3)}.ProductGrid-module__PsDJjG__buyButton:hover{background:linear-gradient(135deg,#56d187,#48bb78);transform:translateY(-2px);box-shadow:0 8px 25px rgba(72,187,120,.5)}.ProductGrid-module__PsDJjG__buyButton.ProductGrid-module__PsDJjG__inCart{background:linear-gradient(135deg,#ed8936,#dd6b20);box-shadow:0 4px 15px rgba(237,137,54,.3)}.ProductGrid-module__PsDJjG__buyButton.ProductGrid-module__PsDJjG__inCart:hover{background:linear-gradient(135deg,#f6ad55,#ed8936);transform:translateY(-2px);box-shadow:0 8px 25px rgba(237,137,54,.5)}.ProductGrid-module__PsDJjG__cartSummary{color:#2d3748;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:rgba(255,255,255,.9);border:2px solid #e2e8f0;border-radius:25px;width:-moz-fit-content;width:fit-content;margin-top:2rem;margin-left:auto;margin-right:auto;padding:12px 24px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px rgba(0,0,0,.1)}.ProductGrid-module__PsDJjG__cartSummary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.ProductGrid-module__PsDJjG__cartSummary span{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.9rem}@keyframes ProductGrid-module__PsDJjG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.ProductGrid-module__PsDJjG__productsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.ProductGrid-module__PsDJjG__productsSection{padding:2rem 0}.ProductGrid-module__PsDJjG__productsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 1rem}.ProductGrid-module__PsDJjG__productCard{max-width:100%;margin:0}.ProductGrid-module__PsDJjG__productContent{gap:.4rem;padding:1.25rem}.ProductGrid-module__PsDJjG__productDescription{min-height:50px;margin-bottom:.25rem}.ProductGrid-module__PsDJjG__cartIndicator{margin:.25rem 0;padding:5px 10px;font-size:.75rem}.ProductGrid-module__PsDJjG__productFooter{flex-direction:row;gap:.75rem}.ProductGrid-module__PsDJjG__buyButton{flex-shrink:0;min-width:110px;padding:8px 20px;font-size:.9rem}.ProductGrid-module__PsDJjG__cartSummary{margin-top:1.5rem;padding:10px 20px;font-size:.85rem}}@media (max-width:640px){.ProductGrid-module__PsDJjG__productsGrid{grid-template-columns:1fr;gap:1rem}.ProductGrid-module__PsDJjG__productCard{width:100%;max-width:400px;margin:0 auto}.ProductGrid-module__PsDJjG__productImage{height:220px}.ProductGrid-module__PsDJjG__productDescription{min-height:45px}.ProductGrid-module__PsDJjG__cartIndicator{padding:4px 8px;font-size:.7rem}}@media (max-width:480px){.ProductGrid-module__PsDJjG__productsGrid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem}.ProductGrid-module__PsDJjG__productCard{max-width:100%}.ProductGrid-module__PsDJjG__productContent{gap:.3rem;padding:1rem}.ProductGrid-module__PsDJjG__productName{font-size:1.1rem}.ProductGrid-module__PsDJjG__productPrice{font-size:1.3rem}.ProductGrid-module__PsDJjG__buyButton{min-width:100px;padding:8px 16px;font-size:.85rem}.ProductGrid-module__PsDJjG__productFooter{gap:.5rem}.ProductGrid-module__PsDJjG__cartIndicator{padding:3px 6px;font-size:.65rem}.ProductGrid-module__PsDJjG__cartSummary{margin-top:1rem;padding:8px 16px;font-size:.8rem}}@media (max-width:360px){.ProductGrid-module__PsDJjG__productsGrid{grid-template-columns:1fr}.ProductGrid-module__PsDJjG__productFooter{flex-direction:column;align-items:stretch;gap:.75rem}.ProductGrid-module__PsDJjG__buyButton{width:100%;min-width:auto}.ProductGrid-module__PsDJjG__productPrice{text-align:center}.ProductGrid-module__PsDJjG__cartIndicator{font-size:.6rem}}
.Footer-module__UDEoiW__footer{color:#fff;background:linear-gradient(135deg,#2d3748 0%,#4a5568 100%);border-top:3px solid #667eea;margin-top:auto;padding:1.5rem 0 1rem}.Footer-module__UDEoiW__footerContent{max-width:1200px;margin:0 auto;padding:0 .5rem}.Footer-module__UDEoiW__footerColumns{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.Footer-module__UDEoiW__footerColumn{flex-direction:column;gap:.75rem;display:flex}.Footer-module__UDEoiW__columnTitle{color:#fff;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.Footer-module__UDEoiW__companyInfo{color:#cbd5e0;margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.Footer-module__UDEoiW__copyrightSection{background:rgba(255,255,255,.05);border-left:3px solid #48bb78;border-radius:8px;margin-top:.5rem;padding:.75rem}.Footer-module__UDEoiW__copyright{color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:700}.Footer-module__UDEoiW__rights{color:#cbd5e0;margin-bottom:.25rem;font-size:.75rem}.Footer-module__UDEoiW__development{color:#a0aec0;font-size:.7rem;font-style:italic}.Footer-module__UDEoiW__address{color:#cbd5e0;font-size:.85rem;font-style:italic;line-height:1.4}.Footer-module__UDEoiW__contactInfo{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.Footer-module__UDEoiW__contactItem{color:#cbd5e0;background:rgba(255,255,255,.05);border-radius:6px;align-items:center;gap:.5rem;padding:.3rem .6rem;font-size:.85rem;transition:all .3s;display:flex}.Footer-module__UDEoiW__contactItem:hover{color:#fff;background:rgba(255,255,255,.1);transform:translateY(-1px)}@media (max-width:768px){.Footer-module__UDEoiW__footer{padding:1rem 0 .75rem}.Footer-module__UDEoiW__footerContent{padding:0 .25rem}.Footer-module__UDEoiW__footerColumns{text-align:center;grid-template-columns:1fr;gap:1.5rem}.Footer-module__UDEoiW__footerColumn{align-items:center;gap:.5rem}.Footer-module__UDEoiW__columnTitle{font-size:1rem}.Footer-module__UDEoiW__companyInfo{font-size:.8rem}.Footer-module__UDEoiW__copyright{font-size:.9rem}.Footer-module__UDEoiW__rights{font-size:.7rem}.Footer-module__UDEoiW__development{font-size:.65rem}.Footer-module__UDEoiW__address{font-size:.8rem}.Footer-module__UDEoiW__contactItem{padding:.25rem .5rem;font-size:.8rem}.Footer-module__UDEoiW__copyrightSection{margin-top:.25rem;padding:.5rem}}@media (max-width:480px){.Footer-module__UDEoiW__footer{padding:.75rem 0 .5rem}.Footer-module__UDEoiW__footerContent{padding:0 .15rem}.Footer-module__UDEoiW__footerColumns{gap:1rem}.Footer-module__UDEoiW__columnTitle{font-size:.95rem}.Footer-module__UDEoiW__companyInfo{font-size:.75rem}.Footer-module__UDEoiW__copyright{font-size:.85rem}.Footer-module__UDEoiW__rights,.Footer-module__UDEoiW__development,.Footer-module__UDEoiW__address{font-size:.65rem}.Footer-module__UDEoiW__contactItem{padding:.2rem .4rem;font-size:.75rem}}
