.gallery-module-scss-module__y4W19G__photo-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;min-height:300px;display:grid}.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection1,.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection2{width:100%;height:100%}.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection1 .gallery-module-scss-module__y4W19G__photo,.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection2 .gallery-module-scss-module__y4W19G__photo{background:#fff;border-radius:12px;min-width:150px;min-height:250px}.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection1 .gallery-module-scss-module__y4W19G__photo img,.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection2 .gallery-module-scss-module__y4W19G__photo img{border-radius:12px}.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection1 .gallery-module-scss-module__y4W19G__photo .gallery-module-scss-module__y4W19G__overlay,.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection2 .gallery-module-scss-module__y4W19G__photo .gallery-module-scss-module__y4W19G__overlay{transition:display 2s ease-in-out;display:none}.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection1 .gallery-module-scss-module__y4W19G__photo:hover .gallery-module-scss-module__y4W19G__overlay,.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection2 .gallery-module-scss-module__y4W19G__photo:hover .gallery-module-scss-module__y4W19G__overlay{display:flex}.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection1{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection1 .gallery-module-scss-module__y4W19G__photo:first-child{background-color:gray;grid-area:1/1/2/3;min-height:350px}.gallery-module-scss-module__y4W19G__photo-grid .gallery-module-scss-module__y4W19G__photoSection2{grid-template-columns:repeat(2,1fr);gap:4px;display:grid}@media (max-width:768px){.gallery-module-scss-module__y4W19G__photo-grid{flex-direction:column;display:flex}}.gallery-module-scss-module__y4W19G__title:after{content:"";color:green;background-color:green;width:80px;height:2.5px;position:absolute}
.navbar-module-scss-module__hA_VRa__logo{letter-spacing:-.5px;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:800}.navbar-module-scss-module__hA_VRa__contactButton{background:linear-gradient(90deg, var(--color-primary), var(--color-secondary));border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.navbar-module-scss-module__hA_VRa__contactButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.navbar-module-scss-module__hA_VRa__contactButton:hover:before{left:100%}.navbar-module-scss-module__hA_VRa__contactButton:hover{transform:translateY(-2px)}.navbar-module-scss-module__hA_VRa__contactButton:active{transform:translateY(0)}.navbar-module-scss-module__hA_VRa__animate-in{animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.navbar-module-scss-module__hA_VRa__slide-in-from-top-5{animation-name:navbar-module-scss-module__hA_VRa__slideInFromTop5}@keyframes navbar-module-scss-module__hA_VRa__slideInFromTop5{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar-module-scss-module__hA_VRa__slide-in-from-top-2{animation-name:navbar-module-scss-module__hA_VRa__slideInFromTop2}@keyframes navbar-module-scss-module__hA_VRa__slideInFromTop2{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.cartSection-module-scss-module__TBhVZW__cartSection{background:#fff;border:1px solid #f3f4f6;height:100%;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.cartSection-module-scss-module__TBhVZW__cartTitle{color:#1f2937;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:600;display:flex}.cartSection-module-scss-module__TBhVZW__cartItems{flex-direction:column;gap:1rem;max-height:400px;display:flex;overflow-y:auto}.cartSection-module-scss-module__TBhVZW__cartItem{border:.5px solid #f3f4f6;border-radius:8px;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.cartSection-module-scss-module__TBhVZW__cartItem:hover{border-color:#e5e7eb}.cartSection-module-scss-module__TBhVZW__itemImage{object-fit:cover;border-radius:6px;flex-shrink:0;width:60px;height:60px}.cartSection-module-scss-module__TBhVZW__itemDetails{flex:1;min-width:0}.cartSection-module-scss-module__TBhVZW__itemName{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.875rem;font-weight:600;overflow:hidden}.cartSection-module-scss-module__TBhVZW__itemPrice{color:#059669;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.cartSection-module-scss-module__TBhVZW__itemQuantity{align-items:center;gap:.5rem;display:flex}.cartSection-module-scss-module__TBhVZW__quantityButton{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.cartSection-module-scss-module__TBhVZW__quantityButton:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.cartSection-module-scss-module__TBhVZW__quantityButton:disabled{opacity:.5;cursor:not-allowed}.cartSection-module-scss-module__TBhVZW__quantityDisplay{text-align:center;min-width:30px;font-size:.875rem;font-weight:600}.cartSection-module-scss-module__TBhVZW__removeButton{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.cartSection-module-scss-module__TBhVZW__removeButton:hover{background:#fef2f2}.cartSection-module-scss-module__TBhVZW__cartSummary{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1rem}.cartSection-module-scss-module__TBhVZW__subtotal{justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;display:flex}.cartSection-module-scss-module__TBhVZW__subtotalLabel{color:#6b7280}.cartSection-module-scss-module__TBhVZW__subtotalAmount{color:#1f2937;font-size:1.125rem}.cartSection-module-scss-module__TBhVZW__checkoutButton{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.cartSection-module-scss-module__TBhVZW__checkoutButton:hover{background-color:var(--color-secondary);transform:translateY(-1px)}.cartSection-module-scss-module__TBhVZW__checkoutButton:active{transform:translateY(0)}.cartSection-module-scss-module__TBhVZW__emptyCart{text-align:center;color:#6b7280;padding:2rem 1rem}.cartSection-module-scss-module__TBhVZW__emptyCartIcon{color:#d1d5db;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:2.5rem}.cartSection-module-scss-module__TBhVZW__emptyCartText{margin-bottom:1.5rem;font-size:.875rem}.cartSection-module-scss-module__TBhVZW__continueShopping{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s}.cartSection-module-scss-module__TBhVZW__continueShopping:hover{background:var(--color-secondary)}
.productCard-module-scss-module__3_e8kW__productCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;grid-template-rows:65% 35%;width:250px;height:350px;font-size:14px;transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a,0 4px 16px #00000014}.productCard-module-scss-module__3_e8kW__productCard:hover{border-color:#10b9814d;box-shadow:0 8px 32px #0000001f,0 16px 48px #00000014}@media (max-width:40rem){.productCard-module-scss-module__3_e8kW__productCard{width:auto;height:350px}}.productCard-module-scss-module__3_e8kW__cardHeader{z-index:2;position:relative}.productCard-module-scss-module__3_e8kW__badgeContainer{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.productCard-module-scss-module__3_e8kW__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.productCard-module-scss-module__3_e8kW__badge.productCard-module-scss-module__3_e8kW__bestSeller{color:#92400e;background:linear-gradient(135deg,gold,#ffed4e)}.productCard-module-scss-module__3_e8kW__badge.productCard-module-scss-module__3_e8kW__ecoFriendly{color:#fff;background:linear-gradient(135deg,#10b981,#34d399)}.productCard-module-scss-module__3_e8kW__badge.productCard-module-scss-module__3_e8kW__discountBadge{color:#fff;background:linear-gradient(135deg,#ef4444,#f87171)}.productCard-module-scss-module__3_e8kW__cardTitle{color:#1a202c;flex:1;margin:0;font-weight:700}@media (max-width:40rem){.productCard-module-scss-module__3_e8kW__cardTitle{font-size:14px}}.productCard-module-scss-module__3_e8kW__ratingContainer{align-items:center;gap:.5rem;display:flex}.productCard-module-scss-module__3_e8kW__stars{align-items:center;gap:.125rem;display:flex}.productCard-module-scss-module__3_e8kW__star{width:.9rem;height:.9rem;transition:transform .2s}.productCard-module-scss-module__3_e8kW__star.productCard-module-scss-module__3_e8kW__filled{color:#f59e0b;fill:currentColor;filter:drop-shadow(0 1px 2px #f59e0b66)}.productCard-module-scss-module__3_e8kW__star.productCard-module-scss-module__3_e8kW__empty{color:#e5e7eb}.productCard-module-scss-module__3_e8kW__ratingText{color:#6b7280;font-size:.8rem;font-weight:500}.productCard-module-scss-module__3_e8kW__imageContainer{background:#fff;position:relative;overflow:hidden}.productCard-module-scss-module__3_e8kW__cardImage{object-fit:cover;width:100%;transition:all .6s cubic-bezier(.4,0,.2,1)}.productCard-module-scss-module__3_e8kW__cardImage.productCard-module-scss-module__3_e8kW__loading{opacity:0}.productCard-module-scss-module__3_e8kW__cardImage.productCard-module-scss-module__3_e8kW__loaded{opacity:1}.productCard-module-scss-module__3_e8kW__cardImage.productCard-module-scss-module__3_e8kW__zoomed{transform:scale(1.05)}.productCard-module-scss-module__3_e8kW__imageSkeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite productCard-module-scss-module__3_e8kW__loading;position:absolute;top:0;left:0}@keyframes productCard-module-scss-module__3_e8kW__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.productCard-module-scss-module__3_e8kW__quickView{opacity:0;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9)}.productCard-module-scss-module__3_e8kW__quickView.productCard-module-scss-module__3_e8kW__visible{opacity:1;transform:translate(-50%,-50%)scale(1)}.productCard-module-scss-module__3_e8kW__quickViewBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-primary);cursor:pointer;background:#fffffff2;border:1px solid #fffc;border-radius:25px;padding:3px;font-size:.85rem;font-weight:600;transition:all .3s}.productCard-module-scss-module__3_e8kW__quickViewBtn:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.productCard-module-scss-module__3_e8kW__cardContent{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1.5rem;display:flex}.productCard-module-scss-module__3_e8kW__description{color:#64748b;--webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.productCard-module-scss-module__3_e8kW__features{flex-direction:column;gap:.5rem;display:flex}.productCard-module-scss-module__3_e8kW__featureTag{color:#475569;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.productCard-module-scss-module__3_e8kW__featureDot{color:#10b981;font-size:1.2rem;font-weight:700}.productCard-module-scss-module__3_e8kW__cardFooter{border-top:1px solid #e2e8f0cc;grid-template-rows:1fr auto;align-items:end;gap:1rem;margin-top:auto;padding:1.25rem 1.5rem;display:grid}.productCard-module-scss-module__3_e8kW__priceContainer{gap:.575rem;display:flex}.productCard-module-scss-module__3_e8kW__price{align-items:baseline;gap:.375rem;font-weight:700;display:flex}.productCard-module-scss-module__3_e8kW__kesSymbol{color:#059669;font-size:.9rem;font-weight:600}.productCard-module-scss-module__3_e8kW__kesPrice{color:#1a202c;letter-spacing:-.5px;font-weight:800}.productCard-module-scss-module__3_e8kW__originalPrice{color:#94a3b8;align-items:center;gap:.25rem;font-size:.6rem;font-weight:500;text-decoration:line-through;display:flex}.productCard-module-scss-module__3_e8kW__savingsNote{color:#10b981;font-size:.75rem;font-weight:500}.productCard-module-scss-module__3_e8kW__cartIcon{width:1rem;height:1rem;transition:transform .3s}.productCard-module-scss-module__3_e8kW__addButton:hover .productCard-module-scss-module__3_e8kW__cartIcon{transform:scale(1.1)translate(2px)}.productCard-module-scss-module__3_e8kW__buttonOverlay{background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.productCard-module-scss-module__3_e8kW__addButton:hover .productCard-module-scss-module__3_e8kW__buttonOverlay{left:100%}
.productsSection-module-scss-module__vIeIQG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.productsSection-module-scss-module__vIeIQG__sectionTitle{color:#1f2937;margin:0;font-size:1.5rem;font-weight:700}@media (max-width:48rem){.productsSection-module-scss-module__vIeIQG__sectionTitle{margin-left:8px}}.productsSection-module-scss-module__vIeIQG__productsCount{color:#6b7280;margin-left:.5rem;font-size:1rem;font-weight:400}.productsSection-module-scss-module__vIeIQG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-items:stretch;gap:1.5rem;display:grid}.productsSection-module-scss-module__vIeIQG__loadMore{justify-content:center;margin-top:3rem;display:flex}.productsSection-module-scss-module__vIeIQG__loadMoreButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;min-width:200px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.productsSection-module-scss-module__vIeIQG__loadMoreButton:hover{background:#2563eb;transform:translateY(-1px)}.productsSection-module-scss-module__vIeIQG__loadMoreButton:active{background:#1d4ed8;transform:translateY(0)}.productsSection-module-scss-module__vIeIQG__emptyState{text-align:center;color:#6b7280;background:#f9fafb;border-radius:12px;margin:2rem 0;padding:4rem 2rem}.productsSection-module-scss-module__vIeIQG__emptyIcon{color:#d1d5db;margin-bottom:1rem;font-size:3rem}.productsSection-module-scss-module__vIeIQG__emptyTitle{color:#374151;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.productsSection-module-scss-module__vIeIQG__emptyText{color:#6b7280;font-size:1rem}@media (max-width:48rem){.productsSection-module-scss-module__vIeIQG__productsGrid{grid-template-columns:repeat(2,1fr);width:100%;padding:8px 6px;display:grid}}
