.Navbar-module___rHu7W__navbar{background-color:var(--white);z-index:1000;align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000000d}.Navbar-module___rHu7W__container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:0 auto;display:flex}.Navbar-module___rHu7W__logo{color:var(--primary-color);letter-spacing:1px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module___rHu7W__logo a{text-decoration:none}.Navbar-module___rHu7W__navLinks{gap:2rem;list-style:none;display:flex}.Navbar-module___rHu7W__navLinks li a{color:var(--text-color);font-weight:500;transition:color .3s}.Navbar-module___rHu7W__navLinks li a:hover{color:var(--accent-color)}.Navbar-module___rHu7W__actions{align-items:center;gap:1rem;display:flex}.Navbar-module___rHu7W__iconBtn{cursor:pointer;color:var(--primary-color);background:0 0;border:none;align-items:center;font-size:1.2rem;text-decoration:none;display:flex;position:relative}.Navbar-module___rHu7W__badge{background-color:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.Navbar-module___rHu7W__hamburger{cursor:pointer;color:var(--primary-color);background:0 0;border:none;display:none}@media (max-width:768px){.Navbar-module___rHu7W__hamburger{display:block}.Navbar-module___rHu7W__navLinks{background-color:var(--white);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:calc(100vh - 80px);padding-top:2rem;transition:left .3s ease-in-out;position:fixed;top:80px;left:-100%;box-shadow:0 2px 10px #0000000d}.Navbar-module___rHu7W__navLinks.Navbar-module___rHu7W__active{left:0}.Navbar-module___rHu7W__navLinks li{margin:1.5rem 0}.Navbar-module___rHu7W__navLinks li a{font-size:1.2rem}}
.Footer-module__Grjkva__footer{background-color:var(--primary-color);color:var(--white);margin-top:auto;padding:4rem 0 1rem}.Footer-module__Grjkva__container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:90%;max-width:1200px;margin:0 auto 3rem;display:grid}.Footer-module__Grjkva__column h3{color:var(--accent-color);margin-bottom:1rem;font-size:1.5rem}.Footer-module__Grjkva__column h4{color:var(--accent-color);margin-bottom:1rem;font-size:1.1rem}.Footer-module__Grjkva__column p{opacity:.9;font-size:.9rem;line-height:1.6}.Footer-module__Grjkva__column ul{list-style:none}.Footer-module__Grjkva__column ul li{margin-bottom:.5rem}.Footer-module__Grjkva__column ul li a{color:var(--white);opacity:.8;font-size:.9rem;transition:opacity .3s}.Footer-module__Grjkva__column ul li a:hover{opacity:1;color:var(--accent-color)}.Footer-module__Grjkva__copyright{text-align:center;opacity:.7;border-top:1px solid #ffffff1a;padding-top:1rem;font-size:.8rem}
.Layout-module__cbqlla__layout{flex-direction:column;min-height:100vh;display:flex}.Layout-module__cbqlla__main{flex:1;width:100%;padding-top:80px}
.Hero-module__JgYmMq__hero{background-color:var(--primary-color);color:var(--white);border-radius:40px;justify-content:center;align-items:center;min-height:60vh;margin:10px;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__content{text-align:center;z-index:2;max-width:800px}.Hero-module__JgYmMq__title{color:var(--accent-color);letter-spacing:2px;margin-bottom:1.5rem;font-size:4rem;font-weight:300}.Hero-module__JgYmMq__subtitle{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.Hero-module__JgYmMq__ctaButton{background-color:var(--accent-color);color:var(--white);text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:1rem 2.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}.Hero-module__JgYmMq__ctaButton:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 15px #0003}.Hero-module__JgYmMq__meshContainer{z-index:1;background:var(--primary-color);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__JgYmMq__meshItem{filter:blur(80px);opacity:.8;will-change:transform;border-radius:50%;animation:20s ease-in-out infinite Hero-module__JgYmMq__meshAnimation;position:absolute}.Hero-module__JgYmMq__meshItem:first-child{background:var(--accent-color);opacity:.6;width:800px;height:800px;animation-duration:20s;animation-delay:0s;top:-200px;left:-200px}.Hero-module__JgYmMq__meshItem:nth-child(2){background:#008f7a;width:600px;height:600px;animation-duration:25s;animation-delay:-5s;bottom:-100px;right:-100px}.Hero-module__JgYmMq__meshItem:nth-child(3){opacity:.5;background:#c58d74;width:500px;height:500px;animation-duration:22s;animation-delay:-10s;bottom:10%;left:20%}.Hero-module__JgYmMq__meshItem:nth-child(4){background:#005c4e;width:700px;height:700px;animation-duration:28s;animation-delay:-15s;top:20%;right:10%}@keyframes Hero-module__JgYmMq__meshAnimation{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}@media (max-width:768px){.Hero-module__JgYmMq__hero{border-radius:20px;min-height:50vh;margin:10px;padding:4rem 1.5rem}.Hero-module__JgYmMq__title{letter-spacing:1px;margin-bottom:1rem;font-size:2.5rem}.Hero-module__JgYmMq__subtitle{margin-bottom:2rem;font-size:1rem}.Hero-module__JgYmMq__ctaButton{padding:.8rem 2rem;font-size:.85rem}.Hero-module__JgYmMq__meshItem{filter:blur(50px)}}@media (max-width:480px){.Hero-module__JgYmMq__hero{min-height:45vh;padding:3rem 1rem}.Hero-module__JgYmMq__title{font-size:2rem}}
.ProductCard-module__g-pugq__card{background-color:var(--white);border:1px solid #eee;border-radius:40px;transition:transform .3s,box-shadow .3s;overflow:hidden}.ProductCard-module__g-pugq__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.ProductCard-module__g-pugq__imageContainer{background-color:var(--light-bg);background:#f3f7f6;border-radius:24px 24px 0 0;justify-content:center;align-items:center;height:250px;display:flex;position:relative;overflow:hidden}.ProductCard-module__g-pugq__imageSlider{width:100%;height:100%;position:relative}.ProductCard-module__g-pugq__imageSlide{width:100%;height:100%;transition:transform .6s ease-in-out;position:absolute;top:0;left:0}.ProductCard-module__g-pugq__productImage{object-fit:cover}.ProductCard-module__g-pugq__wishlistBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;opacity:0;color:#666;z-index:3;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:12px;right:12px;transform:scale(.8);box-shadow:0 2px 8px #0000001a}.ProductCard-module__g-pugq__card:hover .ProductCard-module__g-pugq__wishlistBtn{opacity:1;transform:scale(1)}.ProductCard-module__g-pugq__wishlistBtn:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.ProductCard-module__g-pugq__wishlistBtn.ProductCard-module__g-pugq__active{color:#e74c3c;opacity:1;transform:scale(1)}.ProductCard-module__g-pugq__wishlistBtn svg{width:20px;height:20px;transition:transform .2s}.ProductCard-module__g-pugq__wishlistBtn:active svg{transform:scale(.9)}.ProductCard-module__g-pugq__tag{background-color:var(--accent-color);color:#fff;text-transform:uppercase;z-index:2;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.ProductCard-module__g-pugq__details{padding:1.5rem}.ProductCard-module__g-pugq__name{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ProductCard-module__g-pugq__category{color:var(--light-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.85rem}.ProductCard-module__g-pugq__priceRow{justify-content:space-between;align-items:center;display:flex}.ProductCard-module__g-pugq__price{color:var(--primary-color);font-size:1.2rem;font-weight:700}.ProductCard-module__g-pugq__addBtn{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;background-color:#0000;border-radius:40px;padding:.5rem 1rem;font-size:.8rem;transition:all .2s}.ProductCard-module__g-pugq__addBtn:hover{background-color:var(--primary-color);color:#fff}.ProductCard-module__g-pugq__addBtn:disabled{color:#999;cursor:not-allowed;background-color:#f5f5f5;border-color:#ddd}.ProductCard-module__g-pugq__oldPrice{color:var(--light-text);margin-left:.5rem;font-size:.9rem;text-decoration:line-through}.ProductCard-module__g-pugq__offerBadge{align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.ProductCard-module__g-pugq__imageContainer{height:200px}.ProductCard-module__g-pugq__wishlistBtn{width:36px;height:36px}.ProductCard-module__g-pugq__name{font-size:1rem}.ProductCard-module__g-pugq__price{font-size:1.1rem}}
.wishlist-module__YoxK0W__wishlistPage{background:linear-gradient(#fff 0%,#f9f9f9 100%);min-height:70vh;padding:4rem 0}.wishlist-module__YoxK0W__container{max-width:1200px;margin:0 auto;padding:0 2rem}.wishlist-module__YoxK0W__header{text-align:center;margin-bottom:3rem}.wishlist-module__YoxK0W__pageTitle{color:#2c2c2c;letter-spacing:1px;margin:0 0 .5rem;font-size:2.5rem;font-weight:300}.wishlist-module__YoxK0W__subtitle{color:#666;margin:0;font-size:1rem;font-weight:300}.wishlist-module__YoxK0W__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.wishlist-module__YoxK0W__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:4rem 2rem;display:flex}.wishlist-module__YoxK0W__emptyIcon{color:#d4af37;opacity:.6;margin-bottom:1.5rem}.wishlist-module__YoxK0W__emptyTitle{color:#2c2c2c;letter-spacing:.5px;margin:0 0 1rem;font-size:1.75rem;font-weight:300}.wishlist-module__YoxK0W__emptyText{color:#666;max-width:400px;margin:0 0 2rem;font-size:1rem}.wishlist-module__YoxK0W__shopButton{color:#fff;letter-spacing:.5px;background:#2c2c2c;border:2px solid #2c2c2c;border-radius:4px;padding:.875rem 2rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block}.wishlist-module__YoxK0W__shopButton:hover{color:#2c2c2c;background:0 0}@media (max-width:768px){.wishlist-module__YoxK0W__wishlistPage{padding:3rem 0}.wishlist-module__YoxK0W__container{padding:0 1.5rem}.wishlist-module__YoxK0W__pageTitle{font-size:2rem}.wishlist-module__YoxK0W__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.wishlist-module__YoxK0W__emptyState{min-height:300px;padding:3rem 1.5rem}.wishlist-module__YoxK0W__emptyTitle{font-size:1.5rem}.wishlist-module__YoxK0W__emptyText{font-size:.95rem}}@media (max-width:480px){.wishlist-module__YoxK0W__wishlistPage{padding:2rem 0}.wishlist-module__YoxK0W__container{padding:0 1rem}.wishlist-module__YoxK0W__header{margin-bottom:2rem}.wishlist-module__YoxK0W__pageTitle{font-size:1.75rem}.wishlist-module__YoxK0W__subtitle{font-size:.9rem}.wishlist-module__YoxK0W__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.wishlist-module__YoxK0W__emptyState{padding:2rem 1rem}.wishlist-module__YoxK0W__emptyIcon svg{width:60px;height:60px}.wishlist-module__YoxK0W__emptyTitle{font-size:1.25rem}.wishlist-module__YoxK0W__emptyText{font-size:.9rem}.wishlist-module__YoxK0W__shopButton{padding:.75rem 1.5rem;font-size:.9rem}}
.PageHeader-module__s-SOiG__pageHeader{background-color:var(--light-bg);text-align:center;margin-bottom:2rem;padding:3rem 0}.PageHeader-module__s-SOiG__title{color:var(--primary-color);letter-spacing:1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:300}.PageHeader-module__s-SOiG__subtitle{color:var(--light-text);font-size:1.1rem}.PageHeader-module__s-SOiG__container{width:90%;max-width:1200px;margin:0 auto}@media (max-width:768px){.PageHeader-module__s-SOiG__pageHeader{margin-bottom:2rem;padding:2rem 0}.PageHeader-module__s-SOiG__title{font-size:2rem}.PageHeader-module__s-SOiG__subtitle{font-size:1rem}}@media (max-width:480px){.PageHeader-module__s-SOiG__pageHeader{padding:1.5rem 0}.PageHeader-module__s-SOiG__title{font-size:1.75rem}.PageHeader-module__s-SOiG__subtitle{font-size:.95rem}.PageHeader-module__s-SOiG__container{width:95%}}
.Cart-module__P4ZVPa__cartContainer{width:90%;max-width:1200px;min-height:60vh;margin:0 auto;padding-bottom:1rem}.Cart-module__P4ZVPa__title{color:var(--primary-color);border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem;font-weight:300}.Cart-module__P4ZVPa__cartLayout{align-items:flex-start;gap:3rem;display:flex}.Cart-module__P4ZVPa__cartItems{flex:2}.Cart-module__P4ZVPa__cartItem{border-bottom:1px solid #eee;align-items:center;padding:1.5rem 0;display:flex}.Cart-module__P4ZVPa__itemImage{background-color:var(--light-bg);object-fit:cover;border-radius:20px;flex-shrink:0;width:100px;height:100px;margin-right:1.5rem}.Cart-module__P4ZVPa__itemDetails{flex:1}.Cart-module__P4ZVPa__itemName{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.Cart-module__P4ZVPa__itemName:hover{color:var(--primary-color)}.Cart-module__P4ZVPa__itemCategory{color:var(--light-text);margin-bottom:.5rem;font-size:.9rem}.Cart-module__P4ZVPa__itemPrice{color:var(--primary-color);font-weight:600}.Cart-module__P4ZVPa__quantityControls{align-items:center;gap:1rem;margin-right:2rem;display:flex}.Cart-module__P4ZVPa__qtyBtn{cursor:pointer;width:30px;height:30px;color:var(--text-color);background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.Cart-module__P4ZVPa__qtyBtn:hover{border-color:var(--primary-color);color:var(--primary-color)}.Cart-module__P4ZVPa__qtyValue{text-align:center;min-width:20px;font-weight:600}.Cart-module__P4ZVPa__removeBtn{color:#ff4d4f;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.9rem;transition:opacity .2s}.Cart-module__P4ZVPa__removeBtn:hover{opacity:.7}.Cart-module__P4ZVPa__summary{background-color:var(--light-bg);border-radius:40px;flex:1;padding:2rem;position:sticky;top:100px}.Cart-module__P4ZVPa__summaryTitle{color:var(--text-color);margin-bottom:1.5rem;font-size:1.5rem}.Cart-module__P4ZVPa__summaryRow{color:var(--light-text);justify-content:space-between;margin-bottom:1rem;display:flex}.Cart-module__P4ZVPa__totalRow{color:var(--primary-color);border-top:1px solid #0000001a;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem;font-size:1.2rem;font-weight:700;display:flex}.Cart-module__P4ZVPa__checkoutBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:40px;width:100%;margin-top:2rem;padding:1rem;font-size:1rem;font-weight:600;transition:background-color .3s}.Cart-module__P4ZVPa__checkoutBtn:disabled{opacity:.6;cursor:not-allowed}.Cart-module__P4ZVPa__emptyCart{text-align:center;padding:4rem 0}.Cart-module__P4ZVPa__emptyTitle{color:var(--light-text);margin-bottom:2rem;font-size:2rem}.Cart-module__P4ZVPa__continueBtn{background-color:var(--primary-color);color:#fff;border-radius:50px;padding:1rem 2rem;text-decoration:none;transition:background-color .3s;display:inline-block}.Cart-module__P4ZVPa__continueBtn:hover{background-color:var(--accent-hover)}.Cart-module__P4ZVPa__addAddressBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background-color .3s}.Cart-module__P4ZVPa__addAddressBtn:hover{background-color:var(--accent-hover)}.Cart-module__P4ZVPa__addressSection{border-top:1px solid #0000001a;margin-top:2rem;padding-top:1.5rem}.Cart-module__P4ZVPa__addressHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Cart-module__P4ZVPa__addressLabel{color:var(--text-color);font-size:.95rem;font-weight:600}.Cart-module__P4ZVPa__changeAddressBtn{color:var(--primary-color);border:2px solid var(--primary-color);cursor:pointer;background-color:#0000;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.Cart-module__P4ZVPa__changeAddressBtn:hover{background-color:var(--primary-color);color:#fff}.Cart-module__P4ZVPa__selectedAddressCard{background-color:#00000008;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;padding:1rem}.Cart-module__P4ZVPa__selectedTag{color:var(--primary-color);letter-spacing:1px;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.Cart-module__P4ZVPa__selectedAddressCard p{color:var(--text-color);margin:.25rem 0;font-size:.85rem;line-height:1.4}.Cart-module__P4ZVPa__selectedAddressCard p strong{color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.Cart-module__P4ZVPa__addressEmpty{color:var(--light-text);text-align:center;background-color:#00000005;border-radius:8px;padding:1rem;font-size:.85rem;font-style:italic}.Cart-module__P4ZVPa__addressModalOverlay{z-index:9999;background-color:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.Cart-module__P4ZVPa__addressModal{background-color:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:900px;max-height:85vh;display:flex;position:relative;box-shadow:0 20px 60px #0000004d}.Cart-module__P4ZVPa__modalHeader{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Cart-module__P4ZVPa__modalTitle{color:var(--text-color);margin:0;font-size:1.5rem;font-weight:600}.Cart-module__P4ZVPa__modalClose{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}.Cart-module__P4ZVPa__modalClose:hover{color:var(--text-color);background-color:#f5f5f5}.Cart-module__P4ZVPa__modalBody{flex:1;min-height:200px;padding:1.5rem 2rem;overflow:hidden auto}.Cart-module__P4ZVPa__addressGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.Cart-module__P4ZVPa__modalAddressCard{cursor:pointer;background-color:#fff;border:2px solid #e5e5e5;border-radius:12px;padding:1.25rem;transition:all .2s;position:relative}.Cart-module__P4ZVPa__modalAddressCard:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.Cart-module__P4ZVPa__modalAddressCard strong{color:var(--text-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}.Cart-module__P4ZVPa__modalAddressCard p{color:var(--light-text);margin:.4rem 0;font-size:.9rem;line-height:1.4}.Cart-module__P4ZVPa__modalSelected{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color);background-color:#00000005}.Cart-module__P4ZVPa__modalSelected:after{content:"✓";background-color:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:.75rem;right:.75rem}.Cart-module__P4ZVPa__noAddresses{text-align:center;color:var(--light-text);padding:3rem 1rem}.Cart-module__P4ZVPa__noAddresses p{margin:0;font-size:1rem}.Cart-module__P4ZVPa__modalFooter{border-top:1px solid #eee;flex-shrink:0;justify-content:flex-end;gap:1rem;padding:1.25rem 2rem;display:flex}.Cart-module__P4ZVPa__modalCancel{color:var(--text-color);cursor:pointer;background-color:#fff;border:2px solid #ddd;border-radius:8px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.Cart-module__P4ZVPa__modalCancel:hover{background-color:#f5f5f5;border-color:#999}.Cart-module__P4ZVPa__modalAddAddress{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:background-color .3s}.Cart-module__P4ZVPa__modalAddAddress:hover{background-color:var(--accent-hover)}@media (max-width:768px){.Cart-module__P4ZVPa__cartContainer{width:95%;padding:2rem 0}.Cart-module__P4ZVPa__title{font-size:2rem}.Cart-module__P4ZVPa__cartLayout{flex-direction:column}.Cart-module__P4ZVPa__cartItems,.Cart-module__P4ZVPa__summary{width:100%}.Cart-module__P4ZVPa__summary{margin-top:2rem;position:static}.Cart-module__P4ZVPa__cartItem{flex-wrap:wrap;gap:1rem}.Cart-module__P4ZVPa__itemImage{width:80px;height:80px}.Cart-module__P4ZVPa__quantityControls{margin-right:0}.Cart-module__P4ZVPa__addressModal{max-height:90vh}.Cart-module__P4ZVPa__modalHeader{padding:1.25rem 1.5rem}.Cart-module__P4ZVPa__modalTitle{font-size:1.25rem}.Cart-module__P4ZVPa__modalBody{padding:1.25rem 1.5rem}.Cart-module__P4ZVPa__addressGrid{grid-template-columns:1fr}.Cart-module__P4ZVPa__modalFooter{flex-direction:column;padding:1rem 1.5rem}.Cart-module__P4ZVPa__modalCancel,.Cart-module__P4ZVPa__modalAddAddress{width:100%}}@media (max-width:480px){.Cart-module__P4ZVPa__cartContainer{padding:1rem 0}.Cart-module__P4ZVPa__title{font-size:1.75rem}.Cart-module__P4ZVPa__itemName{font-size:1rem}.Cart-module__P4ZVPa__itemCategory{font-size:.85rem}.Cart-module__P4ZVPa__itemPrice{font-size:.9rem}.Cart-module__P4ZVPa__qtyBtn{width:28px;height:28px;font-size:1rem}.Cart-module__P4ZVPa__summary{padding:1.5rem}.Cart-module__P4ZVPa__summaryTitle{font-size:1.25rem}.Cart-module__P4ZVPa__addressModalOverlay{padding:.5rem}.Cart-module__P4ZVPa__modalHeader{padding:1rem}.Cart-module__P4ZVPa__modalTitle{font-size:1.1rem}.Cart-module__P4ZVPa__modalBody,.Cart-module__P4ZVPa__modalFooter{padding:1rem}}.Cart-module__P4ZVPa__loader{justify-content:center;align-items:center;min-height:50vh;display:flex}
.Home-module__Ho9lYW__container{width:90%;max-width:1200px;margin:0 auto;padding:4rem 0}.Home-module__Ho9lYW__sectionTitle{text-align:center;color:var(--primary-color);letter-spacing:1px;margin-bottom:3rem;font-size:2.5rem;font-weight:300}.Home-module__Ho9lYW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.Home-module__Ho9lYW__aboutSection{background-color:var(--light-bg);text-align:center;padding:5rem 0}.Home-module__Ho9lYW__aboutContent{max-width:800px;margin:0 auto}.Home-module__Ho9lYW__aboutContent p{color:var(--light-text);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}
.Categories-module__ufVq2a__categoriesSection{background:#fff;border-bottom:1px solid #f0f0f0;padding:2rem 0}.Categories-module__ufVq2a__categoriesWrapper{max-width:1400px;margin:0 auto;padding:0 2rem;overflow:hidden}.Categories-module__ufVq2a__categoriesScroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:1rem .5rem;display:flex;overflow:auto hidden}.Categories-module__ufVq2a__categoriesScroll::-webkit-scrollbar{display:none}.Categories-module__ufVq2a__categoryCard{cursor:pointer;flex-direction:column;align-items:center;gap:.75rem;min-width:120px;margin:0 auto;text-decoration:none;transition:transform .2s;display:flex}.Categories-module__ufVq2a__categoryCard:hover{transform:translateY(-4px)}.Categories-module__ufVq2a__categoryImageWrapper{background:#f8f8f8;border-radius:16px;width:120px;height:120px;transition:box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #00000014}.Categories-module__ufVq2a__categoryCard:hover .Categories-module__ufVq2a__categoryImageWrapper{box-shadow:0 6px 20px #0000001f}.Categories-module__ufVq2a__categoryImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Categories-module__ufVq2a__categoryCard:hover .Categories-module__ufVq2a__categoryImage{transform:scale(1.05)}.Categories-module__ufVq2a__categoryName{color:#2c2c2c;text-align:center;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.3px;max-width:120px;margin:0;font-size:.9rem;font-weight:400;overflow:hidden}@media (max-width:768px){.Categories-module__ufVq2a__categoriesWrapper{padding:0 1rem}.Categories-module__ufVq2a__categoriesScroll{gap:1.5rem}.Categories-module__ufVq2a__categoryCard{min-width:100px}.Categories-module__ufVq2a__categoryImageWrapper{border-radius:14px;width:100px;height:100px}.Categories-module__ufVq2a__categoryName{max-width:100px;font-size:.85rem}}@media (max-width:480px){.Categories-module__ufVq2a__categoriesSection{padding:1.5rem 0}.Categories-module__ufVq2a__categoriesWrapper{padding:0 .75rem}.Categories-module__ufVq2a__categoriesScroll{gap:1.25rem}.Categories-module__ufVq2a__categoryCard{min-width:85px}.Categories-module__ufVq2a__categoryImageWrapper{border-radius:12px;width:85px;height:85px}.Categories-module__ufVq2a__categoryName{max-width:85px;font-size:.8rem}}
.ls-module__tAuG9a__spinner_container{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:200px;display:flex}.ls-module__tAuG9a__fullScreen{z-index:9999;background:#000;min-height:100vh;position:fixed;inset:0}.ls-module__tAuG9a__spinner_inner{box-sizing:border-box;border:3px solid #0000;border-top-color:#006e5e;border-radius:50%;width:24px;height:24px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite ls-module__tAuG9a__spinner;display:block;position:absolute}.ls-module__tAuG9a__loading_text{color:#006e5e;margin:0;font-size:.875rem}.ls-module__tAuG9a__spinner{width:24px;height:24px;display:inline-block;position:relative}@keyframes ls-module__tAuG9a__spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.order-sucess-module__4BxCxG__page{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.order-sucess-module__4BxCxG__card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:500px;padding:1.5rem 2rem;animation:.5s ease-out order-sucess-module__4BxCxG__slideUp;position:relative;box-shadow:0 10px 40px #0000001a}.order-sucess-module__4BxCxG__downloadIcon{background:linear-gradient(135deg,var(--primary-color)0%,#5a4a7e 100%);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #667eea4d}.order-sucess-module__4BxCxG__downloadIcon:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 16px #667eea66}.order-sucess-module__4BxCxG__downloadIcon:disabled{opacity:.5;cursor:not-allowed}@keyframes order-sucess-module__4BxCxG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.order-sucess-module__4BxCxG__logo{object-fit:cover;border-radius:50%;margin:0 auto .8rem}.order-sucess-module__4BxCxG__checkWrapper{justify-content:center;margin-bottom:1rem;display:flex}.order-sucess-module__4BxCxG__check{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;animation:.5s ease-out .2s both order-sucess-module__4BxCxG__scaleIn;display:flex;box-shadow:0 8px 20px #667eea66}@keyframes order-sucess-module__4BxCxG__scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.order-sucess-module__4BxCxG__checkIcon{color:#fff;font-size:1.5rem;animation:.6s ease-out .5s both order-sucess-module__4BxCxG__checkBounce}@keyframes order-sucess-module__4BxCxG__checkBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.order-sucess-module__4BxCxG__title{color:var(--text-color);margin-bottom:.4rem;font-size:1.5rem;font-weight:600;animation:.5s ease-out .3s both order-sucess-module__4BxCxG__fadeIn}@keyframes order-sucess-module__4BxCxG__fadeIn{0%{opacity:0}to{opacity:1}}.order-sucess-module__4BxCxG__subtitle{color:var(--light-text);margin-bottom:1.2rem;font-size:.9rem;line-height:1.4;animation:.5s ease-out .4s both order-sucess-module__4BxCxG__fadeIn}.order-sucess-module__4BxCxG__orderInfo{background-color:#f8f9fa;border-radius:12px;flex-direction:column;gap:.3rem;margin-bottom:1rem;padding:1rem;animation:.5s ease-out .5s both order-sucess-module__4BxCxG__fadeIn;display:flex}.order-sucess-module__4BxCxG__orderLabel{color:var(--light-text);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.order-sucess-module__4BxCxG__orderNumber{color:var(--primary-color);font-size:1.3rem;font-weight:700}.order-sucess-module__4BxCxG__orderDetails{background-color:#f8f9fa;border-radius:12px;flex-direction:column;gap:.8rem;margin-bottom:1.5rem;padding:1rem;animation:.5s ease-out .6s both order-sucess-module__4BxCxG__fadeIn;display:flex}.order-sucess-module__4BxCxG__detailRow{justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.order-sucess-module__4BxCxG__detailRow span{color:var(--light-text)}.order-sucess-module__4BxCxG__detailRow strong{color:var(--text-color);font-size:1rem}.order-sucess-module__4BxCxG__statusPaid{background-color:#e6f7e9;border-radius:20px;padding:.3rem .8rem;color:#2e7d32!important;font-size:.85rem!important}.order-sucess-module__4BxCxG__actions{flex-direction:row;gap:.8rem;margin-bottom:1rem;animation:.5s ease-out .7s both order-sucess-module__4BxCxG__fadeIn;display:flex}.order-sucess-module__4BxCxG__primaryBtn{background:linear-gradient(135deg,var(--primary-color)0%,#5a4a7e 100%);color:#fff;cursor:pointer;border:none;border-radius:50px;flex:1;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.order-sucess-module__4BxCxG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.order-sucess-module__4BxCxG__primaryBtn:active{transform:translateY(0)}.order-sucess-module__4BxCxG__secondaryBtn{color:var(--primary-color);border:2px solid var(--primary-color);cursor:pointer;background:#fff;border-radius:50px;flex:1;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.order-sucess-module__4BxCxG__secondaryBtn:hover:not(:disabled){background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}.order-sucess-module__4BxCxG__secondaryBtn:active:not(:disabled){transform:translateY(0)}.order-sucess-module__4BxCxG__secondaryBtn:disabled{opacity:.5;cursor:not-allowed}.order-sucess-module__4BxCxG__message{border-top:1px solid #e0e0e0;padding-top:.8rem;animation:.5s ease-out .8s both order-sucess-module__4BxCxG__fadeIn}.order-sucess-module__4BxCxG__message p{color:var(--light-text);margin-bottom:0;font-size:.8rem;line-height:1.4}.order-sucess-module__4BxCxG__message p:last-child{margin-bottom:0}.order-sucess-module__4BxCxG__link{color:var(--primary-color);cursor:pointer;font-weight:600;text-decoration:underline;transition:color .2s}.order-sucess-module__4BxCxG__link:hover{color:#5a4a7e}@media (max-width:768px){.order-sucess-module__4BxCxG__page{padding:1.5rem 1rem}.order-sucess-module__4BxCxG__card{padding:1.5rem}.order-sucess-module__4BxCxG__title{font-size:1.4rem}.order-sucess-module__4BxCxG__subtitle{font-size:.85rem}.order-sucess-module__4BxCxG__orderNumber{font-size:1.2rem}.order-sucess-module__4BxCxG__check{width:45px;height:45px}.order-sucess-module__4BxCxG__checkIcon{font-size:1.3rem}.order-sucess-module__4BxCxG__logo{width:60px;height:60px}.order-sucess-module__4BxCxG__downloadIcon{width:36px;height:36px;font-size:.9rem}}@media (max-width:480px){.order-sucess-module__4BxCxG__actions{flex-direction:column;gap:.7rem}.order-sucess-module__4BxCxG__primaryBtn,.order-sucess-module__4BxCxG__secondaryBtn{padding:.7rem 1.2rem;font-size:.85rem}}
.Collections-module__4evWPq__pageHeader{background-color:var(--light-bg);text-align:center;margin-bottom:3rem;padding:3rem 0}.Collections-module__4evWPq__title{color:var(--primary-color);letter-spacing:1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:300}.Collections-module__4evWPq__subtitle{color:var(--light-text);font-size:1.1rem}.Collections-module__4evWPq__container{width:90%;max-width:1200px;margin:0 auto}.Collections-module__4evWPq__contentWrapper{gap:3rem;margin-bottom:4rem;display:flex}.Collections-module__4evWPq__sidebar{flex:0 0 250px}.Collections-module__4evWPq__filterGroup{margin-bottom:2.5rem}.Collections-module__4evWPq__filterTitle{color:var(--text-color);border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}.Collections-module__4evWPq__searchInput{width:100%;font-family:var(--font-main);border:1px solid #ddd;border-radius:40px;outline:none;padding:.8rem;transition:border-color .2s}.Collections-module__4evWPq__searchInput:focus{border-color:var(--primary-color)}.Collections-module__4evWPq__categoryList{padding:0;list-style:none}.Collections-module__4evWPq__categoryList li{cursor:pointer;color:var(--light-text);padding:.5rem 0;transition:all .2s}.Collections-module__4evWPq__categoryList li:hover{color:var(--primary-color);padding-left:5px}.Collections-module__4evWPq__activeCategory{font-weight:600;color:var(--primary-color)!important}.Collections-module__4evWPq__rangeWrapper{padding:.5rem 0}.Collections-module__4evWPq__rangeInput{cursor:pointer;width:100%}.Collections-module__4evWPq__priceLabels{color:var(--light-text);justify-content:space-between;margin-top:.5rem;font-size:.9rem;display:flex}.Collections-module__4evWPq__mainContent{flex:1}.Collections-module__4evWPq__resultsInfo{color:var(--light-text);margin-bottom:1.5rem;font-size:.9rem}.Collections-module__4evWPq__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.Collections-module__4evWPq__noResults{text-align:center;background-color:var(--light-bg);border-radius:8px;padding:4rem}.Collections-module__4evWPq__noResults h3{color:var(--text-color);margin-bottom:.5rem}.Collections-module__4evWPq__noResults p{color:var(--light-text);margin-bottom:1.5rem}.Collections-module__4evWPq__resetBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.8rem 1.5rem;font-size:.9rem;transition:background-color .2s}.Collections-module__4evWPq__resetBtn:hover{background-color:var(--accent-hover)}@media (max-width:768px){.Collections-module__4evWPq__contentWrapper{flex-direction:column}.Collections-module__4evWPq__sidebar{flex:none;width:100%;margin-bottom:2rem}.Collections-module__4evWPq__categoryList{flex-wrap:wrap;gap:1rem;display:flex}.Collections-module__4evWPq__categoryList li{background-color:#f5f5f5;border-radius:20px;padding:.5rem 1rem}.Collections-module__4evWPq__categoryList li:hover{padding-left:1rem}.Collections-module__4evWPq__activeCategory{background-color:var(--primary-color)!important;color:#fff!important}}
.Orders-module__rBJ_sG__ordersContainer{width:90%;max-width:1200px;min-height:60vh;margin:0 auto}.Orders-module__rBJ_sG__title{color:var(--primary-color);border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem;font-weight:300}.Orders-module__rBJ_sG__ordersList{flex-direction:column;gap:1.5rem;display:flex}.Orders-module__rBJ_sG__orderCard{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem;transition:box-shadow .2s}.Orders-module__rBJ_sG__orderCard:hover{box-shadow:0 5px 15px #0000000d}.Orders-module__rBJ_sG__orderHeader{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;display:flex}.Orders-module__rBJ_sG__orderId{color:var(--text-color);font-size:1.1rem;font-weight:600}.Orders-module__rBJ_sG__orderDate{color:var(--light-text);font-size:.9rem}.Orders-module__rBJ_sG__orderStatus{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.Orders-module__rBJ_sG__statusDelivered{color:#2e7d32;background-color:#e6f7e9}.Orders-module__rBJ_sG__statusShipped{color:#1565c0;background-color:#e3f2fd}.Orders-module__rBJ_sG__statusProcessing{color:#f57f17;background-color:#fff8e1}.Orders-module__rBJ_sG__statusCancelled{color:#c62828;background-color:#ffebee}.Orders-module__rBJ_sG__orderBody{justify-content:space-between;align-items:center;display:flex}.Orders-module__rBJ_sG__orderTotal{color:var(--text-color);font-size:1rem}.Orders-module__rBJ_sG__totalLabel{color:var(--light-text);margin-right:.5rem}.Orders-module__rBJ_sG__totalAmount{color:var(--primary-color);font-weight:700}.Orders-module__rBJ_sG__viewDetailsBtn{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;background-color:#0000;border-radius:40px;padding:.5rem 1.5rem;font-size:.9rem;text-decoration:none;transition:all .2s}.Orders-module__rBJ_sG__viewDetailsBtn:hover{background-color:var(--primary-color);color:#fff}.Orders-module__rBJ_sG__orderDetailsContainer{width:90%;max-width:1200px;min-height:60vh;margin:0 auto;padding:4rem 0}.Orders-module__rBJ_sG__orderInfo{border-bottom:1px solid #eee;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.Orders-module__rBJ_sG__orderTitle{color:var(--primary-color);margin-bottom:.5rem;font-size:2rem;font-weight:300}.Orders-module__rBJ_sG__status{text-transform:uppercase;border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:600}.Orders-module__rBJ_sG__orderContent{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.Orders-module__rBJ_sG__orderItems{flex-direction:column;gap:1rem;display:flex}.Orders-module__rBJ_sG__orderItems h2{color:var(--text-color);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.Orders-module__rBJ_sG__orderItem{background-color:#fff;border:1px solid #eee;border-radius:8px;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.Orders-module__rBJ_sG__itemDetails{flex:1}.Orders-module__rBJ_sG__itemDetails h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.Orders-module__rBJ_sG__itemVariant{color:var(--light-text);margin-bottom:.5rem;font-size:.9rem}.Orders-module__rBJ_sG__itemDescription{color:var(--light-text);font-size:.9rem;line-height:1.5}.Orders-module__rBJ_sG__itemPrice{color:var(--primary-color);white-space:nowrap;margin-left:1rem;font-size:1.2rem;font-weight:700}.Orders-module__rBJ_sG__orderSidebar{flex-direction:column;gap:1.5rem;display:flex}.Orders-module__rBJ_sG__summaryCard,.Orders-module__rBJ_sG__addressCard,.Orders-module__rBJ_sG__paymentCard{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem}.Orders-module__rBJ_sG__summaryCard h2,.Orders-module__rBJ_sG__addressCard h2,.Orders-module__rBJ_sG__paymentCard h2{color:var(--text-color);border-bottom:1px solid #f5f5f5;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:600}.Orders-module__rBJ_sG__summaryRow{justify-content:space-between;margin-bottom:.8rem;font-size:.95rem;display:flex}.Orders-module__rBJ_sG__summaryRow.Orders-module__rBJ_sG__total{color:var(--primary-color);border-top:1px solid #eee;margin-top:.5rem;padding-top:.8rem;font-size:1.1rem;font-weight:700}.Orders-module__rBJ_sG__addressType{color:var(--primary-color);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.Orders-module__rBJ_sG__addressCard p{color:var(--text-color);margin-bottom:.3rem;font-size:.95rem;line-height:1.6}.Orders-module__rBJ_sG__noAddress{color:var(--light-text);font-style:italic}.Orders-module__rBJ_sG__paymentCard p{color:var(--text-color);font-size:.95rem}.Orders-module__rBJ_sG__backLink{color:var(--light-text);align-items:center;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex}.Orders-module__rBJ_sG__backLink:hover{color:var(--primary-color)}.Orders-module__rBJ_sG__downloadButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:40px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;transition:all .2s;display:inline-flex}.Orders-module__rBJ_sG__downloadButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.Orders-module__rBJ_sG__noItems{text-align:center;color:var(--light-text);padding:3rem;font-style:italic}.Orders-module__rBJ_sG__loading{text-align:center;color:var(--light-text);padding:4rem;font-size:1.2rem}.Orders-module__rBJ_sG__error{text-align:center;color:#c62828;padding:4rem;font-size:1.2rem}@media (max-width:768px){.Orders-module__rBJ_sG__ordersContainer,.Orders-module__rBJ_sG__orderDetailsContainer{width:95%;padding:2rem 0}.Orders-module__rBJ_sG__title,.Orders-module__rBJ_sG__orderTitle{font-size:1.8rem}.Orders-module__rBJ_sG__orderHeader{flex-direction:column;align-items:flex-start;gap:.8rem}.Orders-module__rBJ_sG__orderBody{flex-direction:column;align-items:flex-start;gap:1rem}.Orders-module__rBJ_sG__orderContent{grid-template-columns:1fr}.Orders-module__rBJ_sG__orderItem{flex-direction:column;gap:1rem}.Orders-module__rBJ_sG__itemPrice{margin-left:0}.Orders-module__rBJ_sG__orderInfo{flex-direction:column;gap:1rem}.Orders-module__rBJ_sG__downloadButton{justify-content:center;width:100%}}
.Product-module__yvlZSq__container{width:90%;max-width:1200px;margin:0 auto;padding:4rem 0}.Product-module__yvlZSq__productWrapper{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.Product-module__yvlZSq__imageSection{flex-direction:column;gap:1rem;display:flex;position:sticky;top:2rem}.Product-module__yvlZSq__imageContainer{background-color:var(--light-bg);border-radius:40px;justify-content:center;align-items:center;min-height:500px;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.Product-module__yvlZSq__imageContainer:hover{box-shadow:0 8px 30px #0000001f}.Product-module__yvlZSq__productImage{object-fit:cover;transition:transform .4s}.Product-module__yvlZSq__imageContainer:hover .Product-module__yvlZSq__productImage{transform:scale(1.05)}.Product-module__yvlZSq__thumbnailContainer{scrollbar-width:thin;scrollbar-color:var(--primary-color)transparent;gap:.75rem;padding:.5rem 0;display:flex;overflow-x:auto}.Product-module__yvlZSq__thumbnailContainer::-webkit-scrollbar{height:6px}.Product-module__yvlZSq__thumbnailContainer::-webkit-scrollbar-track{background:0 0}.Product-module__yvlZSq__thumbnailContainer::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px;transition:background .3s}.Product-module__yvlZSq__thumbnailContainer::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.Product-module__yvlZSq__thumbnail{cursor:pointer;background:#f3f7f6;border:3px solid #0000;border-radius:20px;flex-shrink:0;width:90px;height:90px;padding:0;transition:all .3s;position:relative;overflow:hidden}.Product-module__yvlZSq__thumbnail:hover{border-color:#ddd;transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.Product-module__yvlZSq__thumbnailActive{border-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 4px 16px #00000026}.Product-module__yvlZSq__thumbnailImage{object-fit:cover}.Product-module__yvlZSq__details{padding-top:1rem}.Product-module__yvlZSq__category{text-transform:uppercase;letter-spacing:1.5px;color:var(--light-text);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.Product-module__yvlZSq__title{color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem;font-weight:300;line-height:1.2}.Product-module__yvlZSq__price{color:var(--text-color);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;font-size:2rem;font-weight:600;display:flex}.Product-module__yvlZSq__offerPrice{color:var(--primary-color)}.Product-module__yvlZSq__oldPrice{color:var(--light-text);font-size:1.4rem;font-weight:400;text-decoration:line-through}.Product-module__yvlZSq__specs{flex-direction:column;gap:.75rem;margin-bottom:2rem;padding-top:2rem;display:flex}.Product-module__yvlZSq__price:after{content:""}.Product-module__yvlZSq__description{color:var(--light-text);font-size:1.05rem;line-height:1.8}.Product-module__yvlZSq__detailList{margin:0 0 2rem;padding:0;list-style:none}.Product-module__yvlZSq__detailList li{color:var(--light-text);padding:.5rem 0 .5rem 1.5rem;position:relative}.Product-module__yvlZSq__detailList li:before{content:"✓";color:var(--primary-color);font-weight:700;position:absolute;left:0}.Product-module__yvlZSq__actions{gap:1rem;margin-bottom:1rem;display:flex}.Product-module__yvlZSq__addToCartBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;flex:1;max-width:250px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.Product-module__yvlZSq__addToCartBtn:hover:not(:disabled){background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 5px 20px #00000026}.Product-module__yvlZSq__addToCartBtn:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}.Product-module__yvlZSq__wishlistBtn{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;transition:all .3s;display:flex}.Product-module__yvlZSq__wishlistBtn:hover{border-color:var(--accent-color);color:var(--accent-color);background-color:#ff00000d;transform:scale(1.1)}.Product-module__yvlZSq__meta{border-top:1px solid #eee;flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.Product-module__yvlZSq__meta>div{color:var(--light-text);font-size:.9rem;display:flex}.Product-module__yvlZSq__meta strong{min-width:120px;color:var(--text-color);font-weight:600}@media (max-width:968px){.Product-module__yvlZSq__container{width:95%;padding:3rem 0}.Product-module__yvlZSq__productWrapper{gap:3rem}.Product-module__yvlZSq__title{font-size:2rem}}@media (max-width:768px){.Product-module__yvlZSq__productWrapper{grid-template-columns:1fr;gap:2rem}.Product-module__yvlZSq__imageSection{position:relative;top:0}.Product-module__yvlZSq__imageContainer{border-radius:24px;min-height:350px}.Product-module__yvlZSq__thumbnail{border-radius:16px;width:70px;height:70px}.Product-module__yvlZSq__title{font-size:1.75rem}.Product-module__yvlZSq__price{font-size:1.5rem}.Product-module__yvlZSq__oldPrice{font-size:1.1rem}.Product-module__yvlZSq__addToCartBtn{max-width:100%}.Product-module__yvlZSq__wishlistBtn{align-self:flex-start}}@media (max-width:480px){.Product-module__yvlZSq__container{padding:2rem 0}.Product-module__yvlZSq__imageContainer{border-radius:20px;min-height:280px}.Product-module__yvlZSq__thumbnail{border-radius:12px;width:60px;height:60px}.Product-module__yvlZSq__thumbnailContainer{gap:.5rem}.Product-module__yvlZSq__title{font-size:1.5rem}.Product-module__yvlZSq__category{font-size:.8rem}.Product-module__yvlZSq__description{font-size:.95rem}}.Product-module__yvlZSq__breadcrumb{color:#666;gap:8px;margin-bottom:12px;font-size:14px;display:flex}.Product-module__yvlZSq__separator{color:#999}.Product-module__yvlZSq__subcategory{color:#666}.Product-module__yvlZSq__rating{align-items:center;gap:6px;margin-bottom:12px;display:flex}.Product-module__yvlZSq__stars{color:#ffa41c;font-size:18px}.Product-module__yvlZSq__ratingValue{color:#333;font-weight:600}.Product-module__yvlZSq__discount{color:#fff;background:#f44;border-radius:4px;margin-left:8px;padding:4px 8px;font-size:12px;font-weight:600}.Product-module__yvlZSq__variantSection{margin:24px 0}.Product-module__yvlZSq__variantLabel{color:#333;margin-bottom:12px;font-weight:600;display:block}.Product-module__yvlZSq__variantGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.Product-module__yvlZSq__variantBtn{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:12px;transition:all .2s}.Product-module__yvlZSq__variantBtn:hover{border-color:#999}.Product-module__yvlZSq__variantBtnActive{background:#f9f9f9;border-color:#000}.Product-module__yvlZSq__variantBtnContent{text-align:left;flex-direction:column;gap:4px;display:flex}.Product-module__yvlZSq__variantPrice{color:#333;font-weight:600}.Product-module__yvlZSq__variantLowStock{color:#f44;font-size:11px;font-weight:500}.Product-module__yvlZSq__inStock{color:#00a650;font-weight:600}.Product-module__yvlZSq__outOfStock{color:#f44;font-weight:600}.Product-module__yvlZSq__detailsSection,.Product-module__yvlZSq__specificationsSection{margin-top:24px}.Product-module__yvlZSq__detailsSection h3,.Product-module__yvlZSq__specificationsSection h3{color:#333;margin-bottom:12px;font-size:18px}.Product-module__yvlZSq__specList{padding-left:20px;list-style:outside}
.Profile-module__2c4ImG__profileContainer{max-width:800px;margin:0 auto;padding:2rem 0}.Profile-module__2c4ImG__pageHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Profile-module__2c4ImG__title{color:var(--primary-color);margin:0;font-size:2rem}.Profile-module__2c4ImG__backLink{color:var(--light-text);align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.Profile-module__2c4ImG__backLink:hover{color:var(--primary-color)}.Profile-module__2c4ImG__section{background:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 10px #0000000d}.Profile-module__2c4ImG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Profile-module__2c4ImG__sectionTitle{color:var(--text-color);margin:0;font-size:1.5rem}.Profile-module__2c4ImG__editBtn{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;background:0 0;border-radius:40px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s}.Profile-module__2c4ImG__editBtn:hover{background:var(--primary-color);color:#fff}.Profile-module__2c4ImG__profileGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.Profile-module__2c4ImG__infoGroup{flex-direction:column;display:flex}.Profile-module__2c4ImG__label{color:var(--light-text);margin-bottom:.5rem;font-size:.9rem}.Profile-module__2c4ImG__value{color:var(--text-color);font-size:1.1rem;font-weight:500}.Profile-module__2c4ImG__form{flex-direction:column;gap:1.5rem;display:flex}.Profile-module__2c4ImG__formGroup{flex-direction:column;display:flex}.Profile-module__2c4ImG__input{border:1px solid #ddd;border-radius:4px;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.Profile-module__2c4ImG__input:focus{border-color:var(--primary-color);outline:none}.Profile-module__2c4ImG__submitBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:40px;margin-top:1rem;padding:1rem;font-size:1rem;transition:background-color .2s}.Profile-module__2c4ImG__submitBtn:hover{background-color:#005c4e}.Profile-module__2c4ImG__cancelBtn{color:var(--text-color);cursor:pointer;text-align:center;background:0 0;border:1px solid #ddd;border-radius:40px;padding:1rem;font-size:1rem;text-decoration:none;transition:all .2s}.Profile-module__2c4ImG__cancelBtn:hover{background-color:#f5f5f5;border-color:#ccc}.Profile-module__2c4ImG__buttonGroup{gap:1rem;margin-top:1rem;display:flex}.Profile-module__2c4ImG__buttonGroup>*{flex:1;margin-top:0}.Profile-module__2c4ImG__addressList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.Profile-module__2c4ImG__addressCard{border:1px solid #eee;border-radius:40px;padding:1.5rem;transition:box-shadow .2s;position:relative}.Profile-module__2c4ImG__addressCard:hover{box-shadow:0 4px 12px #0000000d}.Profile-module__2c4ImG__addressCard.Profile-module__2c4ImG__default{border-color:var(--primary-color);background-color:var(--light-bg)}.Profile-module__2c4ImG__addressHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Profile-module__2c4ImG__addressType{color:var(--primary-color);align-items:center;gap:.5rem;font-weight:600;display:flex}.Profile-module__2c4ImG__defaultBadge{background-color:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:12px;padding:.2rem .5rem;font-size:.7rem}.Profile-module__2c4ImG__addressDetails{color:var(--light-text);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Profile-module__2c4ImG__addressActions{border-top:1px solid #eee;gap:.8rem;padding-top:1rem;display:flex}.Profile-module__2c4ImG__actionBtn{cursor:pointer;color:var(--light-text);background:0 0;border:none;padding:0;font-size:.9rem;transition:color .2s}.Profile-module__2c4ImG__actionBtn:hover{color:var(--primary-color)}.Profile-module__2c4ImG__deleteBtn:hover{color:#e53935}.Profile-module__2c4ImG__addAddressCard{cursor:pointer;color:var(--light-text);border:2px dashed #ddd;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem;text-decoration:none;transition:all .2s;display:flex}.Profile-module__2c4ImG__addAddressCard:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:var(--light-bg)}.Profile-module__2c4ImG__plusIcon{margin-bottom:.5rem;font-size:2rem}@media (max-width:768px){.Profile-module__2c4ImG__profileGrid,.Profile-module__2c4ImG__addressList{grid-template-columns:1fr}}.Profile-module__2c4ImG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:768px){.Profile-module__2c4ImG__formRow{grid-template-columns:1fr}}
