.CartDrawer-module__EV39Ia__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;background-color:#0006;transition:all .3s;position:fixed;inset:0}.CartDrawer-module__EV39Ia__overlayVisible{opacity:1;visibility:visible}.CartDrawer-module__EV39Ia__drawer{background-color:var(--background);z-index:2001;flex-direction:column;width:450px;max-width:100vw;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.CartDrawer-module__EV39Ia__drawerOpen{transform:translate(0)}.CartDrawer-module__EV39Ia__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:30px;display:flex}.CartDrawer-module__EV39Ia__header h2{font-size:1.5rem;font-weight:600}.CartDrawer-module__EV39Ia__closeBtn{color:var(--muted);font-size:1.2rem}.CartDrawer-module__EV39Ia__itemList{flex-grow:1;padding:30px;overflow-y:auto}.CartDrawer-module__EV39Ia__emptyCart{text-align:center;margin-top:50px}.CartDrawer-module__EV39Ia__emptyCart p{color:var(--muted);margin-bottom:20px}.CartDrawer-module__EV39Ia__continueBtn{color:var(--primary);font-weight:600;text-decoration:underline}.CartDrawer-module__EV39Ia__cartItem{border-bottom:1px solid var(--border);gap:20px;margin-bottom:30px;padding-bottom:30px;display:flex}.CartDrawer-module__EV39Ia__itemImage img{object-fit:cover;border-radius:8px;width:100px;height:100px}.CartDrawer-module__EV39Ia__itemDetails{flex-grow:1}.CartDrawer-module__EV39Ia__nameRow{justify-content:space-between;align-items:start;margin-bottom:5px;display:flex}.CartDrawer-module__EV39Ia__nameRow h3{font-size:1.1rem;font-weight:600}.CartDrawer-module__EV39Ia__removeBtn{color:#ff4d4d;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.CartDrawer-module__EV39Ia__itemCategory{color:var(--muted);margin-bottom:15px;font-size:.85rem}.CartDrawer-module__EV39Ia__priceRow{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__EV39Ia__quantity{border:1px solid var(--border);border-radius:4px;align-items:center;display:flex}.CartDrawer-module__EV39Ia__quantity button{padding:5px 12px}.CartDrawer-module__EV39Ia__quantity span{text-align:center;min-width:30px;padding:0 10px;font-size:.9rem;font-weight:600}.CartDrawer-module__EV39Ia__itemPrice{color:var(--primary);font-weight:700}.CartDrawer-module__EV39Ia__footer{border-top:1px solid var(--border);background-color:#fff;padding:30px}.CartDrawer-module__EV39Ia__totalRow{justify-content:space-between;margin-bottom:10px;font-size:1.2rem;font-weight:700;display:flex}.CartDrawer-module__EV39Ia__shippingInfo{color:var(--muted);margin-bottom:25px;font-size:.85rem}.CartDrawer-module__EV39Ia__checkoutBtn{text-align:center;background-color:var(--foreground);color:#fff;text-transform:uppercase;letter-spacing:2px;border-radius:4px;width:100%;padding:18px;font-weight:700;text-decoration:none;transition:opacity .3s;display:block}.CartDrawer-module__EV39Ia__checkoutBtn:hover{opacity:.9}
.SearchModal-module__nn2bsq__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:3000;background-color:#0009;justify-content:center;align-items:flex-start;padding-top:100px;animation:.2s SearchModal-module__nn2bsq__fadeIn;display:flex;position:fixed;inset:0}@keyframes SearchModal-module__nn2bsq__fadeIn{0%{opacity:0}to{opacity:1}}.SearchModal-module__nn2bsq__modal{background:#fff;border-radius:12px;width:90%;max-width:800px;animation:.3s cubic-bezier(.16,1,.3,1) SearchModal-module__nn2bsq__slideDown;overflow:hidden;box-shadow:0 20px 50px #0003}@keyframes SearchModal-module__nn2bsq__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SearchModal-module__nn2bsq__searchHeader{border-bottom:1px solid var(--border);align-items:center;padding:20px;display:flex}.SearchModal-module__nn2bsq__searchInput{font-size:1.5rem;font-family:var(--font-serif);color:var(--foreground);border:none;outline:none;flex-grow:1;padding:10px}.SearchModal-module__nn2bsq__searchInput::placeholder{color:#ccc}.SearchModal-module__nn2bsq__closeBtn{color:var(--muted);padding:10px;font-size:1.5rem;transition:color .2s}.SearchModal-module__nn2bsq__closeBtn:hover{color:var(--primary)}.SearchModal-module__nn2bsq__resultsContainer{background:#fafafa;max-height:60vh;padding:20px;overflow-y:auto}.SearchModal-module__nn2bsq__emptyState{text-align:center;color:var(--muted);padding:40px;font-size:1.1rem}.SearchModal-module__nn2bsq__resultsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}.SearchModal-module__nn2bsq__resultItem{color:inherit;background:#fff;border-radius:8px;flex-direction:column;padding:10px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.SearchModal-module__nn2bsq__resultItem:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.SearchModal-module__nn2bsq__imageWrapper{aspect-ratio:1;background:#f0f0f0;border-radius:4px;width:100%;margin-bottom:10px;overflow:hidden}.SearchModal-module__nn2bsq__imageWrapper img{object-fit:cover;width:100%;height:100%}.SearchModal-module__nn2bsq__info h4{white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;font-size:1rem;font-weight:600;overflow:hidden}.SearchModal-module__nn2bsq__info span{color:var(--muted);font-size:.8rem;display:block}.SearchModal-module__nn2bsq__price{margin-top:5px;font-weight:700;color:var(--primary)!important}
.AuthModal-module__eA5lqa__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:3000;background-color:#0009;justify-content:center;align-items:center;animation:.2s AuthModal-module__eA5lqa__fadeIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__eA5lqa__fadeIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__eA5lqa__modal{background:#fff;border-radius:12px;width:90%;max-width:450px;padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) AuthModal-module__eA5lqa__scaleUp;box-shadow:0 20px 50px #0003}@keyframes AuthModal-module__eA5lqa__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.AuthModal-module__eA5lqa__header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.AuthModal-module__eA5lqa__header h2{font-family:var(--font-serif);color:var(--primary);margin:0;font-size:2rem}.AuthModal-module__eA5lqa__closeBtn{color:var(--muted);font-size:1.5rem;transition:color .2s}.AuthModal-module__eA5lqa__closeBtn:hover{color:var(--primary)}.AuthModal-module__eA5lqa__form{flex-direction:column;gap:20px;display:flex}.AuthModal-module__eA5lqa__inputGroup{flex-direction:column;gap:8px;display:flex}.AuthModal-module__eA5lqa__inputGroup label{color:var(--foreground);font-size:.9rem;font-weight:600}.AuthModal-module__eA5lqa__inputGroup input{border:1px solid var(--border);border-radius:6px;outline:none;padding:12px;font-size:1rem;transition:border-color .2s}.AuthModal-module__eA5lqa__inputGroup input:focus{border-color:var(--primary)}.AuthModal-module__eA5lqa__submitBtn{background-color:var(--primary);color:#fff;border-radius:6px;margin-top:10px;padding:15px;font-weight:600;transition:opacity .2s}.AuthModal-module__eA5lqa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.AuthModal-module__eA5lqa__footer{text-align:center;color:var(--muted);margin-top:25px;font-size:.9rem}.AuthModal-module__eA5lqa__footer button{color:var(--primary);margin-left:5px;font-weight:600;text-decoration:underline}.AuthModal-module__eA5lqa__successMessage{text-align:center;flex-direction:column;gap:15px;padding:20px 0;animation:.3s AuthModal-module__eA5lqa__slideUp;display:flex}@keyframes AuthModal-module__eA5lqa__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AuthModal-module__eA5lqa__successIcon{margin-bottom:10px;font-size:3rem}.AuthModal-module__eA5lqa__successMessage h3{font-family:var(--font-serif);color:var(--primary);margin:0;font-size:1.5rem}.AuthModal-module__eA5lqa__successMessage p{color:var(--muted);margin:0;line-height:1.6}.AuthModal-module__eA5lqa__successMessage strong{color:var(--primary)}.AuthModal-module__eA5lqa__contactRegister{text-align:center;flex-direction:column;gap:20px;padding:20px 0;display:flex}.AuthModal-module__eA5lqa__infoIcon{font-size:3rem}.AuthModal-module__eA5lqa__contactRegister h3{font-family:var(--font-serif);color:var(--primary);margin:0;font-size:1.5rem}.AuthModal-module__eA5lqa__contactRegister p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.AuthModal-module__eA5lqa__emailBox{border:1px dashed var(--primary);background:#fdfaf5;border-radius:8px;margin:10px 0;padding:15px}.AuthModal-module__eA5lqa__emailBox a{color:var(--primary);font-size:1.1rem;font-weight:700;text-decoration:none}.AuthModal-module__eA5lqa__hint{font-style:italic;font-size:.85rem!important}.AuthModal-module__eA5lqa__backToLogin{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-top:10px;font-weight:600;text-decoration:underline}
.Header-module__ldgnoG__header{height:var(--header-height);background-color:var(--background);border-bottom:1px solid var(--border);z-index:1000;align-items:center;display:flex;position:sticky;top:0}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__ldgnoG__logo{font-family:var(--font-serif);letter-spacing:1px;color:var(--primary);font-size:1.3rem;font-weight:700}.Header-module__ldgnoG__nav{gap:32px;display:flex}.Header-module__ldgnoG__nav a{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}.Header-module__ldgnoG__nav a:hover{color:var(--primary)}.Header-module__ldgnoG__utilities{align-items:center;gap:15px;display:flex}.Header-module__ldgnoG__cartBtn{position:relative}.Header-module__ldgnoG__cartCount{background-color:var(--primary);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}.Header-module__ldgnoG__utilities button{font-size:1.2rem;transition:transform .2s}.Header-module__ldgnoG__utilities button:hover{transform:translateY(-2px)}.Header-module__ldgnoG__menuBtn{display:none;font-size:1.5rem!important}@media (max-width:768px){.Header-module__ldgnoG__menuBtn{display:block}.Header-module__ldgnoG__nav{top:var(--header-height);width:100%;height:calc(100vh - var(--header-height));background-color:var(--background);z-index:1000;flex-direction:column;gap:30px;padding:40px;transition:transform .3s;position:fixed;left:0;transform:translate(100%)}.Header-module__ldgnoG__navOpen{transform:translate(0)}.Header-module__ldgnoG__nav a{font-size:1.2rem}.Header-module__ldgnoG__searchBtn,.Header-module__ldgnoG__cartBtn{display:none}}
.Footer-module__Grjkva__footer{background-color:var(--accent);color:var(--foreground);padding-top:80px}.Footer-module__Grjkva__container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;padding-bottom:60px;display:grid}.Footer-module__Grjkva__section h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;font-size:1.2rem}.Footer-module__Grjkva__section p{color:var(--muted);max-width:300px;font-size:.95rem}.Footer-module__Grjkva__successMsg{color:var(--primary);margin-top:15px;font-weight:600}.Footer-module__Grjkva__section ul{list-style:none}.Footer-module__Grjkva__section li{margin-bottom:12px}.Footer-module__Grjkva__section a{color:var(--foreground);font-size:.95rem}.Footer-module__Grjkva__section a:hover{color:var(--primary)}.Footer-module__Grjkva__logo{color:var(--primary);margin-bottom:20px}.Footer-module__Grjkva__newsletter{margin-top:20px;display:flex}.Footer-module__Grjkva__newsletter input{border:1px solid var(--border);background-color:var(--card-bg);border-radius:4px 0 0 4px;flex-grow:1;padding:12px 16px}.Footer-module__Grjkva__newsletter button{background-color:var(--primary);color:#fff;border-radius:0 4px 4px 0;padding:12px 24px;font-weight:600;transition:background .3s}.Footer-module__Grjkva__newsletter button:hover{background-color:var(--primary-hover)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--border);text-align:center;color:var(--muted);padding:24px 0;font-size:.85rem}@media (prefers-color-scheme:dark){.Footer-module__Grjkva__section p{color:#aaa}}
.BlogPost-module__JNqrfq__article{background-color:var(--background);padding-bottom:100px}.BlogPost-module__JNqrfq__heroImage{width:100%;height:60vh;position:relative;overflow:hidden}.BlogPost-module__JNqrfq__heroImage img{object-fit:cover;width:100%;height:100%}.BlogPost-module__JNqrfq__heroOverlay{color:#fff;background:#0006;align-items:center;display:flex;position:absolute;inset:0}.BlogPost-module__JNqrfq__category{background:var(--primary);text-transform:uppercase;letter-spacing:1px;border-radius:20px;margin-bottom:20px;padding:5px 15px;font-size:.8rem;font-weight:600;display:inline-block}.BlogPost-module__JNqrfq__heroOverlay h1{font-size:3.5rem;font-family:var(--font-serif);max-width:800px;margin-bottom:20px;line-height:1.2}.BlogPost-module__JNqrfq__meta{opacity:.9;gap:15px;font-size:1rem;display:flex}.BlogPost-module__JNqrfq__contentContainer{z-index:10;margin-top:-80px;position:relative;max-width:800px!important}.BlogPost-module__JNqrfq__content{color:var(--foreground);background:#fff;border-radius:8px;padding:60px;font-size:1.1rem;line-height:1.8;box-shadow:0 10px 40px #0000000d}.BlogPost-module__JNqrfq__content p{margin-bottom:25px}.BlogPost-module__JNqrfq__content h3{font-family:var(--font-serif);color:var(--primary);margin:40px 0 20px;font-size:1.8rem}.BlogPost-module__JNqrfq__backLink{text-align:center;margin-top:50px}.BlogPost-module__JNqrfq__backLink a{color:var(--primary);border-bottom:1px solid #0000;font-weight:600;text-decoration:none;transition:border .2s}.BlogPost-module__JNqrfq__backLink a:hover{border-bottom-color:var(--primary)}@media (max-width:768px){.BlogPost-module__JNqrfq__heroOverlay h1{font-size:2rem}.BlogPost-module__JNqrfq__content{padding:30px}}
.ProductDetails-module__8e09Xq__productMain{background-color:var(--background);padding:80px 0}.ProductDetails-module__8e09Xq__grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.ProductDetails-module__8e09Xq__imageSection img{border-radius:12px;width:100%;box-shadow:0 30px 60px #0000000d}.ProductDetails-module__8e09Xq__category{text-transform:uppercase;letter-spacing:2px;color:var(--muted);margin-bottom:20px;font-size:.9rem;display:block}.ProductDetails-module__8e09Xq__infoSection h1{margin-bottom:10px;font-size:3.5rem}.ProductDetails-module__8e09Xq__price{color:var(--primary);margin-bottom:40px;font-size:2rem;font-weight:700}.ProductDetails-module__8e09Xq__description{color:var(--foreground);margin-bottom:40px;font-size:1.1rem;line-height:1.8}.ProductDetails-module__8e09Xq__features{margin-bottom:50px}.ProductDetails-module__8e09Xq__features h3{margin-bottom:20px;font-size:1.2rem}.ProductDetails-module__8e09Xq__features ul{list-style:none}.ProductDetails-module__8e09Xq__features li{margin-bottom:10px;padding-left:24px;position:relative}.ProductDetails-module__8e09Xq__features li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.ProductDetails-module__8e09Xq__actions{gap:20px;display:flex}.ProductDetails-module__8e09Xq__quantity{border:1px solid var(--border);border-radius:4px;align-items:center;display:flex}.ProductDetails-module__8e09Xq__quantity button{padding:15px 20px;font-size:1.2rem}.ProductDetails-module__8e09Xq__quantity input{text-align:center;width:60px;color:var(--foreground);-moz-appearance:textfield;background:0 0;border:none;font-size:1.1rem;font-weight:600}.ProductDetails-module__8e09Xq__quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ProductDetails-module__8e09Xq__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ProductDetails-module__8e09Xq__quantity input:focus{outline:none}.ProductDetails-module__8e09Xq__addToCart{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:4px;flex-grow:1;font-weight:700;transition:background .3s}.ProductDetails-module__8e09Xq__addToCart:hover{background-color:var(--primary-hover)}@media (max-width:992px){.ProductDetails-module__8e09Xq__grid{grid-template-columns:1fr;gap:40px}.ProductDetails-module__8e09Xq__infoSection h1{font-size:2.5rem}}
.Hero-module__JgYmMq__hero{background-color:var(--accent);color:#fff;background-image:linear-gradient(#0003,#0003),url(https://images.unsplash.com/photo-1596462502278-27bfdc4033c8?auto=format&fit=crop&q=80&w=1600);background-position:50%;background-size:cover;align-items:center;height:80vh;display:flex}.Hero-module__JgYmMq__content{max-width:600px;animation:1s ease-out Hero-module__JgYmMq__fadeInUp}.Hero-module__JgYmMq__title{margin-bottom:24px;font-size:4rem}.Hero-module__JgYmMq__subtitle{opacity:.9;margin-bottom:40px;font-size:1.25rem}.Hero-module__JgYmMq__cta{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:2px;border-radius:4px;padding:16px 40px;font-weight:600;transition:all .3s;display:inline-block}.Hero-module__JgYmMq__cta:hover{background-color:var(--primary-hover);transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}@keyframes Hero-module__JgYmMq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__JgYmMq__title{font-size:2.5rem}}
.Products-module__vGHnKa__section{background-color:var(--background);padding:80px 0}.Products-module__vGHnKa__title{text-align:center;margin-bottom:50px;font-size:2.5rem}.Products-module__vGHnKa__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;display:grid}.Products-module__vGHnKa__card{transition:transform .3s}.Products-module__vGHnKa__imageWrapper{aspect-ratio:4/5;background-color:var(--accent);border-radius:8px;position:relative;overflow:hidden}.Products-module__vGHnKa__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Products-module__vGHnKa__card:hover img{transform:scale(1.05)}.Products-module__vGHnKa__quickAdd{color:var(--foreground);opacity:0;white-space:nowrap;background-color:#fff;border-radius:4px;padding:12px 24px;font-weight:600;transition:all .3s;position:absolute;bottom:20px;left:50%;transform:translate(-50%)translateY(20px)}.Products-module__vGHnKa__card:hover .Products-module__vGHnKa__quickAdd{opacity:1;transform:translate(-50%)translateY(0)}.Products-module__vGHnKa__info{text-align:center;padding:20px 0}.Products-module__vGHnKa__category{text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:8px;font-size:.8rem;display:block}.Products-module__vGHnKa__name{font-size:1.1rem;font-family:var(--font-sans);margin-bottom:8px}.Products-module__vGHnKa__price{color:var(--primary);font-weight:700}
.About-module__8aBknG__aboutMain{background-color:var(--background)}.About-module__8aBknG__hero{background-color:var(--accent);text-align:center;padding:100px 0}.About-module__8aBknG__hero h1{margin-bottom:20px;font-size:3.5rem}.About-module__8aBknG__hero p{color:var(--muted);font-size:1.25rem}.About-module__8aBknG__content{padding:100px 0}.About-module__8aBknG__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.About-module__8aBknG__image img{border-radius:8px;width:100%;box-shadow:0 20px 40px #0000000d}.About-module__8aBknG__text h2{margin-bottom:30px;font-size:2.5rem}.About-module__8aBknG__text p{color:var(--foreground);margin-bottom:20px;font-size:1.1rem}.About-module__8aBknG__values{background-color:var(--card-bg);padding:100px 0}.About-module__8aBknG__valuesTitle{text-align:center;margin-bottom:60px;font-size:2.5rem}.About-module__8aBknG__valuesGrid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.About-module__8aBknG__valueCard{text-align:center;border:1px solid var(--border);border-radius:8px;padding:40px;transition:transform .3s}.About-module__8aBknG__valueCard:hover{transform:translateY(-10px)}.About-module__8aBknG__valueCard h3{color:var(--primary);margin-bottom:20px}@media (max-width:768px){.About-module__8aBknG__grid{grid-template-columns:1fr;gap:40px}.About-module__8aBknG__valuesGrid{grid-template-columns:1fr}}
.Orders-module__Du7BWG__ordersMain{background-color:#f9f9f9;min-height:80vh;padding:60px 0 100px}.Orders-module__Du7BWG__pageHeader{margin-bottom:40px}.Orders-module__Du7BWG__pageHeader h1{font-family:var(--font-serif);color:var(--primary);margin-bottom:10px;font-size:2.5rem}.Orders-module__Du7BWG__pageHeader p{color:var(--muted)}.Orders-module__Du7BWG__ordersList{flex-direction:column;gap:30px;display:flex}.Orders-module__Du7BWG__orderCard{border:1px solid var(--border);background:#fff;border-radius:8px;padding:30px;box-shadow:0 5px 20px #00000008}.Orders-module__Du7BWG__orderHeader{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:flex-start;margin-bottom:25px;padding-bottom:20px;display:flex}.Orders-module__Du7BWG__orderMeta h3{color:var(--foreground);margin-bottom:5px;font-size:1.2rem}.Orders-module__Du7BWG__date{color:var(--muted);font-size:.9rem}.Orders-module__Du7BWG__orderStatus{text-align:right}.Orders-module__Du7BWG__statusBadge{text-transform:uppercase;border-radius:20px;margin-bottom:5px;padding:5px 12px;font-size:.8rem;font-weight:600;display:inline-block}.Orders-module__Du7BWG__statusBadge.Orders-module__Du7BWG__processing{color:orange;background-color:#fff4e5}.Orders-module__Du7BWG__statusBadge.Orders-module__Du7BWG__shipped{color:#2196f3;background-color:#e3f2fd}.Orders-module__Du7BWG__statusBadge.Orders-module__Du7BWG__delivered{color:#4caf50;background-color:#e8f5e9}.Orders-module__Du7BWG__total{color:var(--primary);font-size:1.1rem;font-weight:700;display:block}.Orders-module__Du7BWG__itemsPreview{gap:15px;margin-bottom:25px;display:flex}.Orders-module__Du7BWG__itemThumb{background:#fff;border:1px solid #eee;border-radius:6px;width:70px;height:70px;padding:5px;position:relative}.Orders-module__Du7BWG__itemThumb img{object-fit:contain;width:100%;height:100%}.Orders-module__Du7BWG__qtyBadge{background:var(--foreground);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex;position:absolute;top:-8px;right:-8px}.Orders-module__Du7BWG__actions{gap:15px;display:flex}.Orders-module__Du7BWG__invoiceBtn,.Orders-module__Du7BWG__trackBtn{cursor:pointer;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.Orders-module__Du7BWG__invoiceBtn{border:1px solid var(--border);color:var(--foreground);background:0 0}.Orders-module__Du7BWG__invoiceBtn:hover{background:#f5f5f5}.Orders-module__Du7BWG__trackBtn{background:var(--foreground);color:#fff;border:none}.Orders-module__Du7BWG__trackBtn:hover{opacity:.9}@media (max-width:600px){.Orders-module__Du7BWG__orderHeader{flex-direction:column;gap:15px}.Orders-module__Du7BWG__orderStatus{text-align:left}}
.Blog-module__jW6Nga__blogMain{background-color:var(--background);padding-bottom:100px}.Blog-module__jW6Nga__blogHeader{text-align:center;background-color:#f8f5f2;margin-bottom:60px;padding:80px 0}.Blog-module__jW6Nga__blogHeader h1{font-family:var(--font-serif);color:var(--primary);margin-bottom:20px;font-size:3.5rem}.Blog-module__jW6Nga__blogHeader p{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.2rem}.Blog-module__jW6Nga__postsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;display:grid}.Blog-module__jW6Nga__postCard{background:#fff;border-radius:8px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 5px 20px #00000008}.Blog-module__jW6Nga__postCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.Blog-module__jW6Nga__imageWrapper{height:240px;overflow:hidden}.Blog-module__jW6Nga__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Blog-module__jW6Nga__postCard:hover .Blog-module__jW6Nga__imageWrapper img{transform:scale(1.05)}.Blog-module__jW6Nga__postContent{flex-direction:column;flex-grow:1;padding:30px;display:flex}.Blog-module__jW6Nga__meta{text-transform:uppercase;letter-spacing:1px;justify-content:space-between;margin-bottom:15px;font-size:.85rem;display:flex}.Blog-module__jW6Nga__category{color:var(--primary);font-weight:600}.Blog-module__jW6Nga__date{color:var(--muted)}.Blog-module__jW6Nga__postContent h2{margin-bottom:15px;font-size:1.5rem;line-height:1.3}.Blog-module__jW6Nga__postContent p{color:var(--muted);flex-grow:1;margin-bottom:25px;font-size:1rem;line-height:1.6}.Blog-module__jW6Nga__readMore{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}@media (max-width:768px){.Blog-module__jW6Nga__blogHeader h1{font-size:2.5rem}.Blog-module__jW6Nga__postsGrid{grid-template-columns:1fr}}
.Checkout-module__L-piDa__checkoutMain{background-color:#f8f5f2;min-height:80vh;padding:60px 0 100px}.Checkout-module__L-piDa__pageTitle{font-family:var(--font-serif);color:var(--primary);text-align:center;margin-bottom:40px;font-size:2.5rem}.Checkout-module__L-piDa__checkoutGrid{grid-template-columns:1.5fr 1fr;gap:60px;display:grid}.Checkout-module__L-piDa__section{background:#fff;border-radius:8px;margin-bottom:30px;padding:30px;box-shadow:0 4px 20px #00000008}.Checkout-module__L-piDa__section h2{border-bottom:1px solid var(--border);margin-bottom:25px;padding-bottom:15px;font-size:1.2rem}.Checkout-module__L-piDa__inputFull{border:1px solid var(--border);border-radius:4px;width:100%;margin-bottom:15px;padding:12px;font-size:1rem}.Checkout-module__L-piDa__row{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;display:grid}.Checkout-module__L-piDa__row3{grid-template-columns:2fr 1fr;gap:15px;display:grid}.Checkout-module__L-piDa__row input,.Checkout-module__L-piDa__row3 input{border:1px solid var(--border);border-radius:4px;padding:12px;font-size:1rem}.Checkout-module__L-piDa__paymentMethods{flex-direction:column;gap:15px;display:flex}.Checkout-module__L-piDa__paymentOption{border:1px solid var(--border);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;padding:15px;transition:all .2s;display:flex}.Checkout-module__L-piDa__paymentOption:hover{background-color:#fafafa}.Checkout-module__L-piDa__paymentOption.Checkout-module__L-piDa__selected{border-color:var(--primary);background-color:#c5a0590d}.Checkout-module__L-piDa__paymentOption input{margin-right:15px}.Checkout-module__L-piDa__icons{font-size:1.5rem}.Checkout-module__L-piDa__orderSummary{background:#fff;border-radius:8px;padding:30px;position:sticky;top:100px;box-shadow:0 4px 20px #00000008}.Checkout-module__L-piDa__cartItems{max-height:300px;margin-bottom:20px;overflow-y:auto}.Checkout-module__L-piDa__itemRow{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.Checkout-module__L-piDa__itemInfo{align-items:center;gap:10px;display:flex}.Checkout-module__L-piDa__itemInfo img{object-fit:cover;border-radius:4px;width:50px;height:50px}.Checkout-module__L-piDa__itemInfo h4{margin:0;font-size:.9rem}.Checkout-module__L-piDa__itemInfo span{color:var(--muted);font-size:.8rem}.Checkout-module__L-piDa__totals{border-top:2px solid var(--border);padding-top:20px}.Checkout-module__L-piDa__totalRow{justify-content:space-between;margin-bottom:10px;display:flex}.Checkout-module__L-piDa__grandTotal{color:var(--primary);margin-top:10px;font-size:1.2rem;font-weight:700}.Checkout-module__L-piDa__payBtn{background-color:var(--primary);color:#fff;border-radius:6px;width:100%;margin-top:25px;padding:18px;font-size:1.1rem;font-weight:700;transition:opacity .2s}.Checkout-module__L-piDa__payBtn:disabled{opacity:.7}.Checkout-module__L-piDa__successMessage{text-align:center;background:#fff;border-radius:8px;padding:80px 20px;box-shadow:0 10px 40px #0000000d}.Checkout-module__L-piDa__checkIcon{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 30px;font-size:3rem;display:flex}.Checkout-module__L-piDa__continueBtn{background:var(--foreground);color:#fff;border-radius:4px;margin-top:30px;padding:12px 30px;font-weight:600;text-decoration:none;display:inline-block}@media (max-width:900px){.Checkout-module__L-piDa__checkoutGrid{grid-template-columns:1fr}}
.Contact-module__J3q-aa__contactMain{background-color:var(--background)}.Contact-module__J3q-aa__contactHeader{background-color:var(--accent);text-align:center;padding:80px 0}.Contact-module__J3q-aa__contactHeader h1{margin-bottom:20px;font-size:3rem}.Contact-module__J3q-aa__contactHeader p{color:var(--muted);font-size:1.1rem}.Contact-module__J3q-aa__contactSection{padding:100px 0}.Contact-module__J3q-aa__grid{grid-template-columns:1fr 2fr;gap:80px;display:grid}.Contact-module__J3q-aa__info h2{margin-bottom:30px;font-size:2rem}.Contact-module__J3q-aa__infoLine{margin-bottom:20px;font-size:1.1rem}.Contact-module__J3q-aa__infoLine strong{color:var(--primary);margin-bottom:5px;display:block}.Contact-module__J3q-aa__socials{margin-top:50px}.Contact-module__J3q-aa__socials h3{margin-bottom:20px;font-size:1.2rem}.Contact-module__J3q-aa__socialIcons{gap:20px;display:flex}.Contact-module__J3q-aa__socialIcons span{background-color:var(--accent);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.Contact-module__J3q-aa__socialIcons span:hover{background-color:var(--primary);color:#fff}.Contact-module__J3q-aa__form{background-color:var(--card-bg);border-radius:8px;padding:60px;box-shadow:0 20px 60px #0000000d}.Contact-module__J3q-aa__field{margin-bottom:24px}.Contact-module__J3q-aa__field label{margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.Contact-module__J3q-aa__field input,.Contact-module__J3q-aa__field textarea{border:1px solid var(--border);border-radius:4px;width:100%;padding:14px;font-family:inherit;font-size:1rem}.Contact-module__J3q-aa__field input:focus,.Contact-module__J3q-aa__field textarea:focus{border-color:var(--primary);outline:none}.Contact-module__J3q-aa__submitBtn{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:4px;width:100%;padding:16px;font-weight:700;transition:background .3s}.Contact-module__J3q-aa__submitBtn:hover{background-color:var(--primary-hover)}.Contact-module__J3q-aa__successCard{text-align:center;background:#fff;border-radius:8px;padding:60px 40px;box-shadow:0 5px 30px #0000000d}.Contact-module__J3q-aa__successCard h3{color:var(--primary);margin-bottom:20px;font-size:1.8rem}.Contact-module__J3q-aa__successCard p{color:var(--muted);margin-bottom:30px;line-height:1.6}.Contact-module__J3q-aa__resetBtn{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;padding:12px 25px;transition:all .2s}.Contact-module__J3q-aa__resetBtn:hover{border-color:var(--primary);color:var(--primary);background:#f9f9f9}@media (max-width:768px){.Contact-module__J3q-aa__grid{grid-template-columns:1fr;gap:40px}.Contact-module__J3q-aa__form{padding:30px}}
.Faq-module__t92Hra__faqMain{background-color:var(--background);min-height:80vh;padding:80px 0 100px}.Faq-module__t92Hra__pageHeader{text-align:center;max-width:600px;margin:0 auto 60px}.Faq-module__t92Hra__pageHeader h1{font-family:var(--font-serif);color:var(--primary);margin-bottom:20px;font-size:3rem}.Faq-module__t92Hra__pageHeader p{color:var(--muted);font-size:1.1rem}.Faq-module__t92Hra__faqContent{background:#fff;border-radius:8px;max-width:800px;margin:0 auto;padding:50px;box-shadow:0 5px 30px #00000008}.Faq-module__t92Hra__section{margin-bottom:50px}.Faq-module__t92Hra__section:last-child{margin-bottom:0}.Faq-module__t92Hra__section h2{border-bottom:2px solid var(--border);color:var(--foreground);margin-bottom:25px;padding-bottom:10px;font-size:1.5rem}.Faq-module__t92Hra__item{border-bottom:1px solid #f0f0f0}.Faq-module__t92Hra__item:last-child{border-bottom:none}.Faq-module__t92Hra__question{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 0;font-size:1.1rem;font-weight:600;transition:color .2s;display:flex}.Faq-module__t92Hra__question:hover{color:var(--primary)}.Faq-module__t92Hra__icon{color:var(--muted);font-size:1.5rem;line-height:1}.Faq-module__t92Hra__answer{transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.Faq-module__t92Hra__answer p{color:var(--muted);padding-bottom:20px;line-height:1.6}@media (max-width:768px){.Faq-module__t92Hra__faqContent{padding:30px}.Faq-module__t92Hra__pageHeader h1{font-size:2rem}}
.Shop-module__z430ba__shopMain{background-color:var(--background)}.Shop-module__z430ba__shopHeader{background-color:var(--accent);text-align:center;padding:60px 0}.Shop-module__z430ba__shopHeader h1{margin-bottom:16px;font-size:3rem}.Shop-module__z430ba__shopHeader p{color:var(--muted);font-size:1.1rem}.Shop-module__z430ba__filtersSection{border-bottom:1px solid var(--border);padding:24px 0}.Shop-module__z430ba__filterBar{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.Shop-module__z430ba__categories{gap:20px;display:flex}.Shop-module__z430ba__categories button{color:var(--muted);text-transform:uppercase;letter-spacing:1px;font-weight:500}.Shop-module__z430ba__categories button:hover,.Shop-module__z430ba__activeCat{color:var(--primary)!important}.Shop-module__z430ba__pagination{justify-content:center;align-items:center;gap:10px;padding:40px 0 80px;display:flex}.Shop-module__z430ba__pageBtn{border:1px solid var(--border);color:var(--foreground);background:#fff;border-radius:4px;padding:10px 20px;font-weight:500;transition:all .2s}.Shop-module__z430ba__pageBtn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.Shop-module__z430ba__pageBtn:disabled{opacity:.3;cursor:not-allowed}.Shop-module__z430ba__activePage{background-color:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.Shop-module__z430ba__sort{color:var(--muted);align-items:center;gap:15px;display:flex}.Shop-module__z430ba__sort select{border:1px solid var(--border);color:var(--foreground);background:#fff;padding:8px;font-family:inherit}
.Breadcrumbs-module__TLEauW__breadcrumbs{color:var(--muted);padding:20px 0;font-size:.85rem}.Breadcrumbs-module__TLEauW__list{align-items:center;margin:0;padding:0;list-style:none;display:flex}.Breadcrumbs-module__TLEauW__list li{align-items:center;display:flex}.Breadcrumbs-module__TLEauW__list a{color:var(--muted);text-decoration:none;transition:color .2s}.Breadcrumbs-module__TLEauW__list a:hover{color:var(--primary)}.Breadcrumbs-module__TLEauW__separator{color:#ccc;margin:0 10px;font-size:.7rem}.Breadcrumbs-module__TLEauW__current{color:var(--foreground);font-weight:500}
