nav{align-items:center;background:#fff;box-sizing:border-box;display:flex;justify-content:space-between;padding:.5rem 2rem;position:relative;width:100%;z-index:100}@media(max-width:992px){nav{padding:.5rem 1.5rem}}@media(max-width:768px){nav{padding:.75rem 1rem}}.logo{align-items:center;display:flex}.logo img{cursor:pointer;display:block;height:64px;transition:transform .2s;width:auto}.logo img:hover{transform:scale(1.03)}@media(max-width:768px){.logo img{height:48px}}@media(max-width:480px){.logo img{height:40px}}.header-mobile-sc{align-items:center;display:flex;gap:.25rem;margin-right:1rem}.header-mobile-sc .mobile-menu-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;transition:color .2s}.header-mobile-sc .mobile-menu-close:hover{color:#eab39e}.header-mobile-sc .icon{color:#111;cursor:pointer;font-size:1.5rem;margin-bottom:.25rem;padding:0}@media(max-width:768px){.header-mobile-sc .icon{font-size:1.5rem}}@media(max-width:480px){.header-mobile-sc .icon{font-size:1.5rem}}.header-mobile-sc .icon:hover{color:#eab39e}.menu{display:flex;flex:1 1;justify-content:center}@media(max-width:992px){.menu ul{gap:1.5rem}}@media(max-width:768px){.menu{display:none}}.menu ul{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.menu li a{color:#111;font-family:Montserrat;font-size:1.1rem;font-weight:400;padding:.5rem 0;position:relative;text-decoration:none;transition:color .2s}.menu li a:after{background:#eab39e;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.menu li a:hover:after{width:100%}.mobile-menu-overlay{display:none}@media(max-width:768px){.mobile-menu-overlay{background:#00000080;height:100vh;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:90}.mobile-menu-overlay.active{display:block;opacity:1;visibility:visible}}.mobile-menu-container{display:none}@media(max-width:768px){.mobile-menu-container{background:#fff;box-shadow:-5px 0 15px #0000001a;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:2rem 0;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%;z-index:999}.mobile-menu-container.active{right:0}}.mobile-menu-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.mobile-menu-header .logo{margin-left:1rem}.mobile-menu-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;transition:color .2s}.mobile-menu-close:hover{color:#eab39e}.mobile-menu{flex:1 1;list-style:none;margin:0;padding:0}.mobile-menu hr{background-color:#a2a0a0!important;border:none!important;color:#a2a0a0!important;height:1px;margin:0;padding:0;width:100%}.mobile-menu li{margin-bottom:0}.mobile-menu li a{border-radius:6px;color:#333;display:block;font-family:Montserrat medium;font-size:1.5rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s}.mobile-menu li a:hover{background:#f8f8f8;color:#eab39e}.mobile-menu .utils{align-items:center;color:#333;display:flex;font-size:1.5rem;font-weight:400;justify-content:flex-start;margin-left:3%;margin-top:.5rem;width:100%}.mobile-menu-footer{border-top:1px solid #eee;margin-top:auto;padding-top:1.5rem}.utils{align-items:center;display:flex;gap:.5rem}@media(max-width:768px){.utils{display:none}}.cart-icon-container{align-items:center;cursor:pointer;display:flex;font-family:Montserrat medium;position:relative;transition:all .2s}.cart-icon-container .cart-count{align-items:center;background:#eab39e;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:600;height:20px;justify-content:center;pointer-events:none;position:absolute;right:-8px;top:-8px;width:20px}@media(max-width:480px){.cart-icon-container .cart-count{font-size:.65rem;height:16px;left:-6px;top:-6px;width:16px}}.cart-icon-container:hover,.cart-icon-container:hover .icon{color:#eab39e}.icon{color:#111;cursor:pointer;font-size:1.4rem;height:28px;padding:.25rem;width:28px}@media(max-width:768px){.icon{font-size:1.5rem}}@media(max-width:480px){.icon{font-size:1.5rem}}.mobile-menu-btn{background:none;border:none;color:#111;cursor:pointer;display:none;font-size:1.6rem;margin-right:.5rem;margin-top:.25rem;padding:.25rem;transition:all .2s}.mobile-menu-btn:hover{color:#eab39e;transform:scale(1.1)}@media(max-width:768px){.mobile-menu-btn{display:block}}@media(max-width:480px){.mobile-menu-btn{font-size:1.5rem;margin-right:.25rem}}.search-modal-overlay{align-items:flex-start;animation:fadeIn .3s ease-out;background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding-top:80px;position:fixed;top:0;width:100%;z-index:1000}@media(max-width:768px){.search-modal-overlay{padding-top:60px}}.search-modal{animation:slideDown .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;max-height:80vh;max-width:600px;overflow:hidden;width:90%}@media(max-width:768px){.search-modal{max-height:85vh;width:95%}}.search-modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:15px;padding:20px}.search-modal-header .search-input-container{align-items:center;display:flex;flex:1 1;position:relative}.search-modal-header .search-input-container .search-icon{color:#666;font-size:18px;left:12px;position:absolute;z-index:2}.search-modal-header .search-input-container input{border:2px solid #e0e0e0;border-radius:8px;font-size:16px;outline:none;padding:12px 40px;transition:border-color .3s ease;width:100%}.search-modal-header .search-input-container input:focus{border-color:#eab39e}.search-modal-header .search-input-container input::placeholder{color:#999}.search-modal-header .search-input-container .clear-btn{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;padding:4px;position:absolute;right:8px;transition:background-color .2s ease}.search-modal-header .search-input-container .clear-btn:hover{background-color:#f0f0f0}.search-modal-header .close-btn{background:none;border:none;border-radius:8px;color:#666;cursor:pointer;font-size:20px;padding:8px;transition:background-color .2s ease}.search-modal-header .close-btn:hover{background-color:#f0f0f0}.search-modal-content{flex:1 1;overflow-y:auto;padding:20px}.search-modal-content .search-section{margin-bottom:30px}.search-modal-content .search-section:last-child{margin-bottom:0}.search-modal-content .search-section h3{color:#666;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.search-modal-content .recent-searches{display:flex;flex-direction:column;gap:8px}.search-modal-content .recent-searches .recent-search-item{align-items:center;background:none;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;gap:12px;padding:12px 16px;text-align:left;transition:background-color .2s ease}.search-modal-content .recent-searches .recent-search-item:hover{background-color:#f8f9fa}.search-modal-content .recent-searches .recent-search-item .search-icon{color:#666;font-size:16px}.search-modal-content .recent-searches .recent-search-item span{font-size:14px}.search-modal-content .suggestions{display:flex;flex-direction:column;gap:4px}.search-modal-content .suggestions .suggestion-item{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px;text-align:left;transition:background-color .2s ease}.search-modal-content .suggestions .suggestion-item:hover{background-color:#f8f9fa}.search-modal-content .suggestions .suggestion-item .suggestion-content{display:flex;flex-direction:column;gap:2px}.search-modal-content .suggestions .suggestion-item .suggestion-content .suggestion-name{color:#333;font-size:14px;font-weight:500}.search-modal-content .suggestions .suggestion-item .suggestion-content .suggestion-category{color:#666;font-size:12px}.search-modal-content .suggestions .suggestion-item .arrow-icon{color:#ccc;font-size:16px}.search-modal-content .no-results{padding:20px;text-align:center}.search-modal-content .no-results p{color:#666;font-size:14px;margin-bottom:16px}.search-modal-content .no-results .search-all-btn{background:#eab39e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .2s ease}.search-modal-content .no-results .search-all-btn:hover{background-color:#e19274}.search-modal-content .quick-search{display:flex;flex-direction:column;gap:8px}.search-modal-content .quick-search .quick-search-item{align-items:center;background:none;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px;text-decoration:none;transition:background-color .2s ease}.search-modal-content .quick-search .quick-search-item:hover{background-color:#f8f9fa}.search-modal-content .quick-search .quick-search-item span{font-size:14px;font-weight:500}.search-modal-content .quick-search .quick-search-item .arrow-icon{color:#ccc;font-size:16px}.search-modal-content .loading{color:#666;font-size:14px;padding:20px;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.search-modal{border-radius:12px}.search-modal-header{padding:15px}.search-modal-header .search-input-container input{font-size:16px}.search-modal-content{padding:15px}}.cart-modal{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:80vh;max-width:90vw;min-width:400px;overflow:hidden;position:relative}@media(max-width:768px){.cart-modal{border-radius:10px;max-height:80vh;min-width:90vw}}@media(max-width:480px){.cart-modal{border-radius:8px;max-height:90vh}}.cart-modal .cart-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem}@media(max-width:768px){.cart-modal .cart-header{padding:1.25rem}}@media(max-width:480px){.cart-modal .cart-header{padding:1rem}}.cart-modal .cart-header h2{color:#333;font-size:1.3rem;font-weight:600;margin:0}@media(max-width:480px){.cart-modal .cart-header h2{font-size:1.2rem}}.cart-modal .cart-header .close-btn{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;padding:.5rem;transition:all .3s ease}.cart-modal .cart-header .close-btn:hover{background:#f5f5f5;color:#333}.cart-modal .empty-cart{padding:3rem 2rem;text-align:center}@media(max-width:768px){.cart-modal .empty-cart{padding:2rem 1.5rem}}@media(max-width:480px){.cart-modal .empty-cart{padding:1.5rem 1rem}}.cart-modal .empty-cart p{color:#666;font-size:1rem;margin-bottom:1.5rem}@media(max-width:480px){.cart-modal .empty-cart p{font-size:.95rem}}.cart-modal .empty-cart .continue-shopping-btn{background:#309d22;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.75rem 1.5rem;transition:background-color .3s ease}@media(max-width:480px){.cart-modal .empty-cart .continue-shopping-btn{padding:.65rem 1.25rem}}.cart-modal .empty-cart .continue-shopping-btn:hover{background:#2a8a1e}.cart-modal .cart-items{flex:1 1;overflow-y:auto;padding:0 1.5rem}@media(max-width:768px){.cart-modal .cart-items{padding:0 1.25rem}}@media(max-width:480px){.cart-modal .cart-items{padding:0 1rem}}.cart-modal .cart-items .cart-item{border-bottom:1px solid #f0f0f0;display:flex;gap:1rem;padding:1rem 0}@media(max-width:480px){.cart-modal .cart-items .cart-item{gap:.75rem;padding:.75rem 0}}.cart-modal .cart-items .cart-item:last-child{border-bottom:none}.cart-modal .cart-items .cart-item .item-image{flex-shrink:0;height:60px;width:60px}@media(max-width:480px){.cart-modal .cart-items .cart-item .item-image{height:50px;width:50px}}.cart-modal .cart-items .cart-item .item-image img{border-radius:6px;height:100%;object-fit:cover;width:100%}.cart-modal .cart-items .cart-item .item-details{flex:1 1;min-width:0}.cart-modal .cart-items .cart-item .item-details h4{color:#333;font-size:.95rem;font-weight:600;margin:0 0 .25rem}@media(max-width:480px){.cart-modal .cart-items .cart-item .item-details h4{font-size:.9rem}}.cart-modal .cart-items .cart-item .item-details .item-variants{color:#666;font-size:.8rem;margin:0 0 .5rem}@media(max-width:480px){.cart-modal .cart-items .cart-item .item-details .item-variants{font-size:.75rem}}.cart-modal .cart-items .cart-item .item-details .item-price{color:#309d22;font-size:.95rem;font-weight:600}@media(max-width:480px){.cart-modal .cart-items .cart-item .item-details .item-price{font-size:.9rem}}.cart-modal .cart-items .cart-item .item-actions{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}@media(max-width:480px){.cart-modal .cart-items .cart-item .item-actions{gap:.35rem}}.cart-modal .cart-items .cart-item .item-actions .quantity-controls{align-items:center;display:flex;gap:.25rem}.cart-modal .cart-items .cart-item .item-actions .quantity-controls .quantity-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;font-size:.8rem;height:24px;justify-content:center;transition:all .3s ease;width:24px}@media(max-width:480px){.cart-modal .cart-items .cart-item .item-actions .quantity-controls .quantity-btn{height:22px;width:22px}}.cart-modal .cart-items .cart-item .item-actions .quantity-controls .quantity-btn:hover:not(:disabled){background:#f5f5f5}.cart-modal .cart-items .cart-item .item-actions .quantity-controls .quantity-btn:disabled{cursor:not-allowed;opacity:.5}.cart-modal .cart-items .cart-item .item-actions .quantity-controls .quantity-display{font-size:.8rem;font-weight:600;min-width:20px;text-align:center}.cart-modal .cart-items .cart-item .item-actions .remove-btn{background:none;border:none;border-radius:4px;color:#f44;cursor:pointer;padding:.25rem;transition:background-color .3s ease}.cart-modal .cart-items .cart-item .item-actions .remove-btn:hover{background:#fff5f5}.cart-modal .cart-footer{background:#f9f9f9;border-top:1px solid #eee;padding:1.5rem}@media(max-width:768px){.cart-modal .cart-footer{padding:1.25rem}}@media(max-width:480px){.cart-modal .cart-footer{padding:1rem}}.cart-modal .cart-footer .cart-total{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;margin-bottom:1rem}@media(max-width:480px){.cart-modal .cart-footer .cart-total{font-size:1rem;margin-bottom:.75rem}}.cart-modal .cart-footer .cart-total .total-price{color:#309d22}.cart-modal .cart-footer .cart-actions{display:flex;flex-direction:column;gap:.75rem}@media(max-width:480px){.cart-modal .cart-footer .cart-actions{gap:.5rem}}.cart-modal .cart-footer .cart-actions .view-cart-btn{background:none;border:1px solid #309d22;border-radius:6px;color:#309d22;cursor:pointer;font-size:.9rem;padding:.75rem;transition:all .3s ease}@media(max-width:480px){.cart-modal .cart-footer .cart-actions .view-cart-btn{padding:.65rem}}.cart-modal .cart-footer .cart-actions .view-cart-btn:hover{background:#309d22;color:#fff}.cart-modal .cart-footer .cart-actions .checkout-btn{background:#309d22;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.75rem;transition:background-color .3s ease}@media(max-width:480px){.cart-modal .cart-footer .cart-actions .checkout-btn{padding:.65rem}}.cart-modal .cart-footer .cart-actions .checkout-btn:hover{background:#2a8a1e}footer{align-items:center;background-color:#f5eae4;display:flex;flex-direction:column;font-family:Montserrat;justify-content:center;padding:2rem 0;width:100%}@media(max-width:768px){footer{padding:1.5rem 0}}.footer-content{align-items:flex-start;display:flex;justify-content:space-between;max-width:1200px;width:75%}@media(max-width:992px){.footer-content{width:85%}}@media(max-width:768px){.footer-content{align-items:center;flex-direction:column;gap:2rem;text-align:center;width:90%}}.footer-section{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:fit-content}@media(max-width:768px){.footer-section{align-items:flex-start;font-size:.8rem;width:100%}}.footer-section h3{color:#333;font-size:1rem;font-weight:600;margin-bottom:1rem}@media(max-width:768px){.footer-section h3{margin-bottom:.75rem}}.contact-info{align-items:flex-start;display:flex;flex-direction:column;gap:.8rem}@media(max-width:768px){.contact-info{gap:.6rem;width:100%}}.contact-item{align-items:center;display:flex;gap:.5rem}@media(max-width:768px){.contact-item{flex-wrap:wrap;justify-content:center}}.contact-item .icon{color:#333;font-size:1.25rem;min-width:16px}.contact-item span{color:#333;font-size:.95rem}@media(max-width:480px){.contact-item span{font-size:1.25rem}}.social-links{display:flex;gap:1.5rem}@media(max-width:768px){.social-links{gap:1.2rem;justify-content:center}}.social-links .social-icon{color:#333;cursor:pointer;font-size:1.5rem;transition:color .2s}@media(max-width:480px){.social-links .social-icon{font-size:1.5rem}}.social-links .social-icon:hover{color:#666}.language-selector{align-items:center;display:flex;gap:.5rem;justify-content:center;width:100%}@media(max-width:768px){.language-selector{justify-content:flex-start;width:100%}}.language-selector select{background:#0000;border:1px solid #333;border-radius:4px;color:#333;cursor:pointer;font-family:Montserrat;font-size:.9rem;padding:.5rem}@media(max-width:768px){.language-selector select{font-size:1rem;padding:.4rem .8rem}}.language-selector select:focus{border-color:#666;outline:none}.footer-bottom{border-top:1px solid #333;margin-top:2rem;padding-bottom:1rem;padding-top:1rem;width:100%}@media(max-width:768px){.footer-bottom{margin-top:1.5rem;padding-top:.8rem;width:90%}}.footer-bottom .copyright{align-items:center;color:#333;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;text-align:center}@media(max-width:768px){.footer-bottom .copyright{flex-direction:row;gap:0;width:100%}}.footer-bottom .copyright .footer-logo{height:26px;margin-right:0}@media(max-width:768px){.footer-bottom .copyright .footer-logo{height:32px;margin-right:0}.footer-bottom .copyright span{margin:0;padding:0;width:248px}}.footer-bottom .copyright a{color:#333;text-decoration:underline;white-space:nowrap}.footer-bottom .copyright a:hover{color:#666}.hero-section{align-items:center;background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}.hero-section:before{background-color:#00000040;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-section>*{position:relative;z-index:2}.hero-overlay{align-items:center;display:flex;flex-direction:column;height:100%;margin-top:15rem;padding:4rem 1rem;width:100%}.hero-overlay h1{color:#fff;font-family:Montserrat;font-size:3rem;font-weight:300;line-height:3rem;margin:0;padding:0;text-align:center;word-spacing:.35rem}.hero-cta{align-items:center;background:#0000;border:1px solid #fff;border-radius:11px;box-shadow:0 2px 8px #00000014;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1.5rem;font-weight:300;margin-top:2rem;padding:.5rem 1rem;transition:background .2s,color .2s}.hero-cta:hover{background:beige;color:#a07c5b}.categories-section{align-items:center;background:url(/static/media/categories-bg.e6936ef724bfe9a15b31.png) no-repeat 50%;background-size:100% 100%;display:flex;flex-direction:column;justify-content:center;min-height:40vh;overflow:visible;position:relative;width:100%}.categories-section h2{color:#333;font-size:2rem;font-weight:400;margin-bottom:2rem;margin-left:19%;text-align:left;width:100%}.categories-list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:15rem;justify-content:center;margin-left:2.5%;position:relative;z-index:2}.loading,.no-categories,.no-products{color:#666;font-size:1.1rem;line-height:1.6;padding:3rem 1rem;text-align:center}.loading{color:#b89c8b;font-weight:500}.no-categories,.no-products{background:#f9f9f9;border-radius:8px;margin:2rem auto;max-width:400px}.no-categories p,.no-products p{margin:.5rem 0}.no-categories p:first-child,.no-products p:first-child{color:#333;font-size:1.2rem;font-weight:500}.no-categories p:last-child,.no-products p:last-child{color:#888;font-size:.95rem}.nouveautes-section,.top-ventes-section{background:#fff;padding:0 2rem}.nouveautes-section h2,.top-ventes-section h2{color:#333;font-size:2rem;font-weight:400;margin-bottom:2rem;margin-left:7.5%;text-align:left}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center;margin:0 auto;max-width:1200px}.testimonials-section{background:url(/static/media/frame-flowers.821c758d646ec0b81b66.png) no-repeat 50%;background-size:cover;min-height:120vh;overflow:hidden;padding:4rem 0;position:relative;width:100%}.testimonials-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem;margin-top:7.5rem}.testimonial-card{align-items:center;background:#fff;border:1px solid #a6a6a6;border-radius:12px;display:flex;flex-direction:column;padding:.5rem .25rem;position:relative;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.testimonial-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.testimonial-avatar-container{position:absolute;top:-20%}.testimonial-avatar{border:3px solid #f4f4f4;border-radius:50%;height:80px;object-fit:cover;width:80px}.testimonial-name{font-size:1.5rem;font-weight:500;padding-top:1.25rem}.testimonial-name,.testimonial-text{color:#000;font-family:Montserrat;margin:0 0 1rem}.testimonial-text{flex:1 1;font-size:1rem;font-weight:400;line-height:1.65;width:88%;word-spacing:.1rem}.testimonial-rating{display:flex;gap:.2rem;justify-content:center;margin-top:auto}.star{color:#cd740e;font-size:2.25rem}.brand-description-section{background:linear-gradient(135deg,#fefefe,#f8f6f3);overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.brand-content{margin-left:40%;margin-top:10rem;max-width:800px;position:relative;z-index:1}.brand-title{color:#333;font-family:Georgia,serif;font-size:2.5rem;letter-spacing:2px;margin-bottom:2rem;text-transform:uppercase}.brand-description{color:#555;font-family:Montserrat;font-size:1.2rem;font-weight:400;line-height:1.8;margin:0;max-width:512px;text-align:left}@media(max-width:1024px){.hero-section{min-height:70vh}.hero-overlay h1{font-size:2.5rem}.categories-section{min-height:30vh}.categories-list,.categories-section{align-items:center;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:auto;padding:2rem 0}.categories-list{gap:8rem}.testimonials-section{min-height:100vh;padding:3rem 0}.brand-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:0;margin-top:0;width:90%}.brand-title{font-size:2.2rem;text-align:center;width:100%}}@media(max-width:768px){.hero-section{min-height:60vh}.hero-overlay h1{font-size:2rem;font-weight:500;line-height:2rem;margin:0;padding:0}.hero-cta{margin-top:1.5rem;padding:.7rem 1.8rem}.categories-section{align-items:center;background-size:cover;background:url(/static/media/categories-bg-mobile.0dcf063bba935b9c19b2.svg) no-repeat 50%;display:flex;flex-direction:column;justify-content:center;min-height:75vh;padding:2rem 0;width:100%}.categories-section h2{font-size:1.8rem;margin-bottom:1.5rem;margin-left:10%}.categories-list{gap:4rem;margin-left:10%;width:90%}.nouveautes-section,.top-ventes-section{padding:0 1rem}.nouveautes-section h2,.top-ventes-section h2{font-size:1.8rem;margin-left:2.5%}.testimonials-section{align-items:center;background:url(/static/media/test-style-mobile.cf89bdbab557f5921fda.svg) no-repeat 50%;display:flex;flex-direction:column;justify-content:center;min-height:auto;padding:2rem 0}.testimonials-section .testimonials-grid{margin-top:5rem;padding:0 1rem}.brand-description-section{padding:2rem 1rem}.brand-description-section .brand-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:0;margin-top:5rem}.brand-description-section .brand-title{font-size:2rem}.brand-description-section .brand-description{font-size:.9rem}}@media(max-width:480px){.hero-section{min-height:50vh}.hero-overlay{padding:2rem 1rem}.hero-overlay h1{font-size:1.5rem}.hero-cta{font-size:1.1rem;font-weight:400;margin-top:1rem;padding:.6rem 1.5rem}.categories-section{align-items:flex-start;background-size:cover;display:flex;flex-direction:column;justify-content:flex-start;min-height:75vh;padding:2rem 0;width:100%}.categories-section h2{font-size:1.5rem;margin-bottom:1rem;margin-left:7.5%;width:auto}.categories-list{gap:2rem;margin-left:5%}.nouveautes-section h2,.top-ventes-section h2{font-size:1.5rem;margin-bottom:1rem;margin-left:2.5%}.products-grid{gap:1.5rem;padding:0 1rem}.products-grid.no-prod{grid-template-columns:repeat(auto-fill,minmax(200px,2fr))}.products-grid.yes-prod{grid-template-columns:repeat(auto-fill,minmax(128px,2fr))}.testimonials-section{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.testimonials-section .testimonials-grid{gap:4rem;grid-template-columns:1fr;margin-top:4rem}.testimonials-section .testimonial-card{padding:1rem}.testimonials-section .testimonial-avatar-container{top:-20%}.testimonials-section .testimonial-avatar{height:96px;width:96px}.testimonials-section .testimonial-name{margin-top:.75rem}.testimonials-section .testimonial-text{font-size:1rem;font-weight:300;width:100%}.brand-description{padding:1.5rem 1rem;text-align:center;width:100%}.brand-description .brand-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:0;margin-top:3rem}.brand-description .brand-title{font-size:1.8rem;margin-bottom:1rem}.brand-description .brand-description{font-size:1rem}}@media(max-width:320px){.hero-overlay h1{font-size:1.3rem}.hero-cta{font-size:.8rem;padding:.5rem 1.2rem}.categories-section h2,.nouveautes-section h2,.top-ventes-section h2{font-size:1.3rem}.testimonial-name{font-size:1rem}.testimonial-text{font-size:.85rem;width:100%}.brand-title{font-size:1.5rem}.brand-description{font-size:.9rem}}.card-container{position:relative}.card-container.left .black-circle{transform:translateX(-30%)}.card-container.right .black-circle{transform:translateX(30%)}@media(max-width:768px){.card-container.left .black-circle{transform:translateX(15%)}.card-container.right .black-circle{transform:translateX(-15%)}}.black-circle{background:#f5eae4;border-radius:50%;height:240px;position:absolute;transition:transform .2s ease;width:240px;z-index:0}@media(max-width:992px){.black-circle{height:220px;width:220px}}@media(max-width:768px){.black-circle{height:200px;width:200px}}@media(max-width:480px){.black-circle{height:180px;width:180px}}.categories-card{align-items:flex-end;background:#0000;border-radius:50%;box-shadow:0 2px 12px #0000000a;cursor:pointer;display:flex;height:240px;justify-content:center;overflow:hidden;position:relative;transition:all .18s;width:240px;z-index:1}@media(max-width:992px){.categories-card{height:220px;width:220px}}@media(max-width:768px){.categories-card{height:200px;width:200px}.categories-card.left .black-circle{margin-left:20%}.categories-card.right .black-circle{margin-left:50%}}@media(max-width:480px){.categories-card{height:180px;width:180px}.categories-card.left{margin-left:-15%}.categories-card.right{margin-left:15%}}.categories-card:hover{box-shadow:0 6px 24px #0000001a;transform:translateY(-6px) scale(1.04)}.categories-card:hover .black-circle,.categories-card:hover .category-image{transform:translateX(0)}@media(max-width:768px){.categories-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-4px) scale(1.02)}}.category-image{background-position:50%;background-size:cover;border-radius:50%;height:100%;left:0;position:absolute;top:0;transition:transform .2s ease;width:100%;z-index:1}.category-label{color:#fff;font-size:1.2rem;font-weight:500;margin-bottom:1.2rem;pointer-events:none;position:relative;text-shadow:0 2px 8px #0000002e;z-index:2}@media(max-width:992px){.category-label{font-size:1.1rem;margin-bottom:1rem}}@media(max-width:768px){.category-label{font-size:1rem;margin-bottom:.8rem}}@media(max-width:480px){.category-label{font-size:.9rem;margin-bottom:.6rem}}.product-card{background:#fff;cursor:pointer;display:flex;flex-direction:column;height:420px;overflow:hidden;position:relative;transition:transform .2s ease;width:252px}.product-card:hover{transform:translateY(-10px)}.product-card .product-image{height:320px;overflow:hidden;position:relative;width:100%}.product-card .product-image img{border-radius:0;height:100%;object-fit:cover;object-position:center;width:100%}.product-card .product-image .discount-badge{background-color:#ef3434;border-radius:4px;bottom:20px;color:#fff;font-size:16px;font-weight:700;left:0;padding:6px 12px;position:absolute}.product-card .product-info{display:flex;flex-direction:column;flex-grow:1}.product-card .product-info .product-name{color:#333;font-family:Montserrat;font-size:16px;font-weight:500;margin-bottom:8px}.product-card .product-info .product-price{align-items:center;display:flex;font-family:Montserrat;font-size:16px;gap:8px}.product-card .product-info .product-price .original-price{color:#999;font-size:14px;font-weight:500;text-decoration:line-through}.product-card .product-info .product-price .discounted-price{color:#ef3434}.product-card .add-to-cart-btn{background:#eab39e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Montserrat;font-size:14px;margin:.5rem auto 0;padding:12px 8px;transition:background-color .2s ease;width:100%}.product-card .add-to-cart-btn:hover{background:#e19274}.product-card .add-to-cart-btn:active{background:#dc825f}@media(max-width:768px){.product-card{background:#fff;cursor:pointer;display:flex;flex-direction:column;height:420px;margin-bottom:1rem;overflow:hidden;position:relative;transition:transform .2s ease;width:156px}}.category-page{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:95%;min-height:100vh;padding:2rem 0}.category-page .category-header{align-items:flex-start;margin-bottom:1rem;width:100%}.category-page .category-header .header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.category-page .category-header .header-content .header-left .page-title{color:#333;font-size:2.5rem;font-weight:400;margin-bottom:1rem}.category-page .category-header .header-content .header-left .breadcrumb{align-items:center;color:#000;display:flex;gap:.25rem;justify-content:center;width:100%}.category-page .category-header .header-content .header-left .breadcrumb .separator{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center;width:auto}.category-page .category-header .header-content .header-left .breadcrumb .breadcrumb-item{font-family:Montserrat;font-size:1.1rem;font-weight:500;transition:color .2s ease}.category-page .category-header .header-content .header-left .breadcrumb .breadcrumb-item.clickable{cursor:pointer}.category-page .category-header .header-content .header-left .breadcrumb .breadcrumb-item.clickable:hover{color:#eab39e;text-decoration:underline}.category-page .header-right{align-items:center;display:flex;justify-content:space-between;width:100%}.category-page .header-right .filter-btn{align-items:center;background:#0000;border:none;border-radius:11px;color:#000;cursor:pointer;display:flex;font-family:Montserrat;font-size:1rem;font-weight:400;gap:.5rem;padding:.5rem 0;position:relative;transition:all .3s ease}.category-page .header-right .filter-btn:hover{background:#f8f8f8;color:#eab39e}.category-page .header-right .filter-btn.active{background:#f0f8ff;border-color:#007bff;color:#007bff}.category-page .header-right .filter-btn .filter-count{align-items:center;background:#ff4757;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:20px;justify-content:center;min-width:20px;position:absolute;right:-8px;top:-8px;width:20px}.category-page .header-right .product-count{color:#000;font-weight:400}.category-page .products-section{margin-bottom:3rem}.category-page .products-section .products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:2rem}.category-page .products-section .products-grid .loading{font-size:1.1rem}.category-page .products-section .products-grid .loading,.category-page .products-section .products-grid .no-products{color:#666;grid-column:1/-1;padding:3rem;text-align:center}.category-page .products-section .products-grid .no-products p:first-child{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.category-page .products-section .products-grid .no-products p:last-child{color:#999;font-size:1rem}.category-page .pagination-section{margin-bottom:3rem;padding:0 1rem}.category-page .pagination-section .pagination{align-items:center;display:flex;gap:.5rem;justify-content:center}.category-page .pagination-section .pagination .page-btn{background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;min-width:40px;padding:.75rem 1rem;text-align:center;transition:all .3s ease}.category-page .pagination-section .pagination .page-btn:hover{background:#f8f9fa;border-color:#999}.category-page .pagination-section .pagination .page-btn.active{background:#eab39e;border-color:#fff;color:#fff}.category-page .pagination-section .pagination .page-btn.arrow{font-weight:700}.category-page .promotions-section{padding:0 1rem;width:100%}.category-page .promotions-section .promotions-title{color:#333;font-family:Montserrat;font-size:2rem;font-weight:400;margin-bottom:2rem;text-align:left}.category-page .promotions-section .promotions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(240px,4fr));margin:0 auto;width:77.5%}.category-page .promotions-section .promotions-grid .loading{color:#666;font-size:1.1rem;grid-column:1/-1;padding:3rem;text-align:center}.category-page .promotions-section .promotions-grid .no-promotions{color:#666;grid-column:1/-1;padding:3rem;text-align:center}.category-page .promotions-section .promotions-grid .no-promotions p:first-child{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.category-page .promotions-section .promotions-grid .no-promotions p:last-child{color:#999;font-size:1rem}.category-page .promotions-section .promotions-pagination .pagination{align-items:center;display:flex;gap:.5rem;justify-content:center}.category-page .promotions-section .promotions-pagination .pagination .page-btn{background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;min-width:40px;padding:.75rem 1rem;text-align:center;transition:all .3s ease}.category-page .promotions-section .promotions-pagination .pagination .page-btn:hover{background:#f8f9fa;border-color:#999}.category-page .promotions-section .promotions-pagination .pagination .page-btn.active{background:#333;border-color:#333;color:#fff}.category-page .promotions-section .promotions-pagination .pagination .page-btn.arrow{font-weight:700}@media(max-width:768px){.category-page{margin:0;max-width:100%;padding:1rem 0;width:100%}.category-page .category-header{width:90%}.category-page .category-header .header-content{align-items:flex-start;flex-direction:column;gap:1rem;width:100%}.category-page .category-header .header-content .header-left .page-title{font-size:2rem}.category-page .header-right{justify-content:space-between;width:90%}.category-page .products-section{margin-bottom:0;width:100%}.category-page .products-section .products-grid,.category-page .promotions-section .promotions-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(100px,2fr))}.category-page .promotions-section .promotions-grid{width:100%}}@media(max-width:480px){.category-page{width:100%}.category-page .products-section .products-grid{gap:.25rem;grid-template-columns:repeat(auto-fill,minmax(144px,1fr))}.category-page .promotions-section{width:90%}.category-page .promotions-section .promotions-grid{gap:.25rem;grid-template-columns:repeat(auto-fill,minmax(144px,2fr));width:100%}}.filter-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}@media(max-width:768px){.filter-modal-overlay{align-items:flex-end}}.filter-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:480px;overflow:hidden;width:90%}@media(max-width:768px){.filter-modal{border-radius:16px 16px 0 0;max-height:85vh;max-width:none;width:100%}}.filter-modal-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.filter-modal-header .header-left{align-items:center;display:flex;gap:.75rem}.filter-modal-header .header-left .filter-icon{color:#eab39e;font-size:1.25rem}.filter-modal-header .header-left h2{color:#333;font-family:Montserrat;font-size:1.25rem;font-weight:600;margin:0}.filter-modal-header .header-left .active-filters-count{align-items:center;background:#eab39e;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:20px;justify-content:center;width:20px}.filter-modal-header .close-btn{background:none;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s}.filter-modal-header .close-btn:hover{background:#f5f5f5;color:#333}.filter-modal-content{flex:1 1;overflow-y:auto;padding:1.5rem 2rem}@media(max-width:768px){.filter-modal-content{padding:1rem 1.5rem}}.filter-section{margin-bottom:2rem}.filter-section:last-child{margin-bottom:0}.filter-section h3{color:#333;font-family:Montserrat;font-size:1rem;font-weight:600;margin:0 0 1rem}.price-range .price-inputs{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.price-range .price-inputs .price-input{display:flex;flex:1 1;flex-direction:column;gap:.5rem;position:relative}.price-range .price-inputs .price-input label{color:#666;font-size:.875rem;font-weight:500}.price-range .price-inputs .price-input input{border:1px solid #ddd;border-radius:8px;font-size:.875rem;padding:.75rem 2.5rem .75rem .75rem;transition:border-color .2s}.price-range .price-inputs .price-input input:focus{border-color:#eab39e;outline:none}.price-range .price-inputs .price-input span{color:#666;font-size:.875rem;pointer-events:none;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.price-range .price-inputs .price-separator{color:#666;font-weight:500;margin-top:1.5rem}.price-range .price-display{margin-top:.5rem;text-align:center}.price-range .price-display span{color:#666;font-size:.875rem;font-weight:500}.filter-options{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}@media(max-width:480px){.filter-options{grid-template-columns:1fr}}.filter-option{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;position:relative;transition:background-color .2s}.filter-option:hover{background:#f8f9fa}.filter-option input[type=checkbox]{display:none}.filter-option .checkmark{border:2px solid #ddd;border-radius:4px;height:18px;position:relative;transition:all .2s;width:18px}.filter-option .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:5px;opacity:0;position:absolute;top:2px;transform:rotate(45deg);transition:opacity .2s;width:6px}.filter-option input[type=checkbox]:checked+.checkmark{background:#eab39e;border-color:#eab39e}.filter-option input[type=checkbox]:checked+.checkmark:after{opacity:1}.filter-option .option-label{color:#333;font-size:.875rem;font-weight:500}.sort-options{display:flex;flex-direction:column;gap:.5rem}.sort-option{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:background-color .2s}.sort-option:hover{background:#f8f9fa}.sort-option input[type=radio]{display:none}.sort-option .radio-checkmark{border:2px solid #ddd;border-radius:50%;height:18px;position:relative;transition:all .2s;width:18px}.sort-option .radio-checkmark:after{background:#fff;border-radius:50%;content:"";height:8px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s;width:8px}.sort-option input[type=radio]:checked+.radio-checkmark{background:#eab39e;border-color:#eab39e}.sort-option input[type=radio]:checked+.radio-checkmark:after{opacity:1}.sort-option .option-label{color:#333;font-size:.875rem;font-weight:500}.filter-modal-footer{background:#fff;border-top:1px solid #f0f0f0;display:flex;gap:1rem;padding:1.5rem 2rem}@media(max-width:768px){.filter-modal-footer{padding:1rem 1.5rem}}.filter-modal-footer .clear-filters-btn{background:#fff;border:1px solid #ddd;border-radius:8px;color:#666;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;padding:.875rem 1rem;transition:all .2s}.filter-modal-footer .clear-filters-btn:hover{background:#f8f9fa;border-color:#ccc}.filter-modal-footer .apply-filters-btn{background:#eab39e;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:600;padding:.875rem 1rem;transition:all .2s}.filter-modal-footer .apply-filters-btn:hover{background:#e19274;transform:translateY(-1px)}.filter-modal-footer .apply-filters-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.filter-modal-content::-webkit-scrollbar{width:6px}.filter-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.filter-modal-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.filter-modal-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.search-results-page{margin:0 auto;max-width:90%;min-height:100vh;padding:2rem 0}.search-results-page .no-query{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:40px 20px;text-align:center}.search-results-page .no-query .search-icon{color:#ccc;font-size:64px;margin-bottom:20px}.search-results-page .no-query h1{color:#333;font-size:32px;font-weight:600;margin-bottom:12px}.search-results-page .no-query p{color:#666;font-size:16px;max-width:400px}.search-results-page .search-header{margin-bottom:2rem;padding:0 1rem}.search-results-page .search-header .header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.search-results-page .search-header .header-content .header-left .page-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.search-results-page .search-header .header-content .header-left .breadcrumb{align-items:center;color:#000;display:flex;gap:.25rem;justify-content:flex-start;width:100%}.search-results-page .search-header .header-content .header-left .breadcrumb .separator{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center;width:auto}.search-results-page .search-header .header-content .header-left .breadcrumb .breadcrumb-item{font-family:Montserrat;font-size:1.1rem;font-weight:500;transition:color .2s ease}.search-results-page .search-header .header-content .header-left .breadcrumb .breadcrumb-item.clickable{cursor:pointer}.search-results-page .search-header .header-content .header-left .breadcrumb .breadcrumb-item.clickable:hover{color:#eab39e;text-decoration:underline}.search-results-page .search-header .header-content .header-right{align-items:center;display:flex;gap:1rem}.search-results-page .search-header .header-content .header-right .filter-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;color:#333;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.search-results-page .search-header .header-content .header-right .filter-btn:hover{background:#f8f9fa;border-color:#999}.search-results-page .search-header .header-content .header-right .filter-btn.active{background:#f0f8ff;border-color:#007bff;color:#007bff}.search-results-page .search-header .header-content .header-right .filter-btn svg{height:16px;width:16px}.search-results-page .search-header .header-content .header-right .filter-btn .filter-count{align-items:center;background:#ff4757;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:20px;justify-content:center;min-width:20px;position:absolute;right:-8px;top:-8px;width:20px}.search-results-page .search-header .header-content .header-right .product-count{color:#666;font-weight:600}.search-results-page .search-results-section{margin-bottom:3rem;padding:0 1rem}.search-results-page .search-results-section .results-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:2rem}.search-results-page .search-results-section .results-grid .loading{color:#666;font-size:1.1rem;grid-column:1/-1;padding:3rem;text-align:center}.search-results-page .search-results-section .results-grid .no-results{color:#666;grid-column:1/-1;padding:3rem;text-align:center}.search-results-page .search-results-section .results-grid .no-results .no-results-icon{color:#ccc;font-size:64px;margin-bottom:20px}.search-results-page .search-results-section .results-grid .no-results h2{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.search-results-page .search-results-section .results-grid .no-results p{color:#999;font-size:1rem;margin-bottom:1rem}.search-results-page .search-results-section .results-grid .no-results .suggestions{margin:0 auto;max-width:500px;text-align:left}.search-results-page .search-results-section .results-grid .no-results .suggestions h3{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.search-results-page .search-results-section .results-grid .no-results .suggestions ul{list-style:none;margin:0;padding:0}.search-results-page .search-results-section .results-grid .no-results .suggestions ul li{color:#666;font-size:.9rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.search-results-page .search-results-section .results-grid .no-results .suggestions ul li:before{color:#007bff;content:"•";font-weight:700;left:0;position:absolute}.search-results-page .pagination-section{margin-bottom:3rem;padding:0 1rem}.search-results-page .pagination-section .pagination{align-items:center;display:flex;gap:.5rem;justify-content:center}.search-results-page .pagination-section .pagination .page-btn{background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;min-width:40px;padding:.75rem 1rem;text-align:center;transition:all .3s ease}.search-results-page .pagination-section .pagination .page-btn:hover{background:#f8f9fa;border-color:#999}.search-results-page .pagination-section .pagination .page-btn.active{background:#333;border-color:#333;color:#fff}.search-results-page .pagination-section .pagination .page-btn.arrow{font-weight:700}@media(max-width:768px){.search-results-page{margin:0;max-width:100%;padding:1rem 0;width:100%}.search-results-page .search-header .header-content{align-items:flex-start;flex-direction:column;gap:1rem}.search-results-page .search-header .header-content .header-left .page-title{font-size:2rem}.search-results-page .search-header .header-content .header-right{justify-content:space-between;width:100%}.search-results-page .search-results-section .results-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:480px){.search-results-page{width:100%}.search-results-page .search-results-section .results-grid{gap:1rem;grid-template-columns:1fr}}@media(max-width:768px){.search-results-page .search-header .header-content .header-left .breadcrumb{width:100%}.search-results-page .search-results-section .results-grid{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}}.contact-page{align-items:center;display:flex;margin:0 auto;min-height:80vh;padding:2rem}@media(max-width:992px){.contact-page{min-height:75vh;padding:1.5rem}}@media(max-width:768px){.contact-page{min-height:70vh;padding:1.25rem}}@media(max-width:480px){.contact-page{align-items:flex-start;margin-top:1rem;min-height:65vh;padding:1rem}}.contact-container{width:100%}.contact-header{margin-bottom:3rem}@media(max-width:768px){.contact-header{margin-bottom:2rem}}@media(max-width:480px){.contact-header{margin-bottom:1.5rem}}.contact-header .page-title{color:#333;font-family:Montserrat;font-size:2.5rem;line-height:1.3;margin:0 0 .25rem}@media(max-width:992px){.contact-header .page-title{font-size:2.25rem}}@media(max-width:768px){.contact-header .page-title{font-size:2rem}}@media(max-width:480px){.contact-header .page-title{font-size:1.8rem;margin-bottom:.75rem}}.contact-header .breadcrumb{align-items:center;color:#000;display:flex;gap:.25rem;justify-content:flex-start;width:100%}.contact-header .breadcrumb .separator{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center;width:auto}.contact-header .breadcrumb .breadcrumb-item{font-family:Montserrat;font-size:1.1rem;font-weight:500;transition:color .2s ease}.contact-header .breadcrumb .breadcrumb-item.clickable{cursor:pointer}.contact-header .breadcrumb .breadcrumb-item.clickable:hover{color:#eab39e;text-decoration:underline}.contact-form-container{align-items:center;display:flex;justify-content:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem;max-width:500px;width:100%}@media(max-width:768px){.contact-form{gap:1.25rem}}@media(max-width:480px){.contact-form{gap:1rem}}.form-group{width:100%}.form-group input,.form-group textarea{background:#fff;border:1px solid #ddd;border-radius:8px;color:#333;font-family:Montserrat;font-size:1rem;padding:1rem;transition:border-color .2s ease,box-shadow .2s ease;width:90%}@media(max-width:768px){.form-group input,.form-group textarea{font-size:.95rem;padding:.9rem}}@media(max-width:480px){.form-group input,.form-group textarea{font-size:.9rem;padding:.8rem}}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;font-family:Montserrat}.form-group input:focus,.form-group textarea:focus{border-color:#eab39e;box-shadow:0 0 0 3px #f4a4601a;outline:none}.form-group input:hover,.form-group textarea:hover{border-color:#bbb}.form-group textarea{line-height:1.5;min-height:120px;resize:vertical}@media(max-width:480px){.form-group textarea{min-height:100px}}.submit-btn{align-items:center;background:#eab39e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Montserrat;font-size:1.1rem;justify-content:center;margin:1rem auto 0;padding:1rem;transition:background-color .2s ease;width:75%}@media(max-width:768px){.submit-btn{font-size:1rem;padding:.9rem}}@media(max-width:480px){.submit-btn{font-size:.95rem;margin-top:.75rem;padding:.85rem}}.submit-btn:hover{background:#e19274}.submit-btn:active{transform:translateY(1px)}.submit-btn:focus{box-shadow:0 0 0 3px #f4a4604d;outline:none}@media(max-width:360px){.contact-page{padding:.75rem}.contact-header .page-title{font-size:1.7rem}.contact-header .breadcrumb{font-size:.8rem}.form-group input,.form-group textarea{padding:.7rem}.submit-btn{padding:.8rem}}.product-page{margin:0 auto;max-width:1200px;padding:2rem}.product-page .breadcrumb{align-items:center;color:#000;display:flex;gap:.25rem;justify-content:flex-start;width:100%}.product-page .breadcrumb .separator{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center;width:auto}.product-page .breadcrumb .breadcrumb-item{font-family:Montserrat;font-size:1.1rem;font-weight:500;transition:color .2s ease}@media(max-width:768px){.product-page .breadcrumb .breadcrumb-item{font-size:.75rem}}.product-page .breadcrumb .breadcrumb-item.clickable{cursor:pointer}.product-page .breadcrumb .breadcrumb-item.clickable:hover{color:#eab39e;text-decoration:underline}.product-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:60% 40%;margin-top:2rem}.product-images .main-image{display:flex;gap:1.5rem;height:77vh;overflow:hidden;width:100%}.product-images .main-image img{height:100%;object-fit:cover;object-position:center}.product-images .main-image img:first-child{width:60%}.product-images .main-image img:last-child{width:40%}.product-info{margin:0;width:90%}.product-info .product-title{color:#333;font-family:Montserrat;font-size:2rem;font-weight:400;margin-bottom:.75rem;margin-top:0;padding:0}.product-info .stock-status{align-items:flex;border-radius:6px;display:flex;gap:.5rem;justify-content:flex-start;margin-bottom:.5rem;padding:.5rem 0}.product-info .stock-status .stock-icon{font-size:16px}.product-info .stock-status .stock-icon svg{color:#ed1c24}.product-info .stock-status .stock-text{color:#ed1c24;font-family:Montserrat;font-size:16px}.product-info .dimension-selection{margin:1rem 0}.product-info .dimension-selection h3{color:#333;font-family:Montserrat;font-size:1.1rem;font-weight:300;margin:0 0 .5rem}.product-info .dimension-selection .dimension-options{display:flex;flex-wrap:wrap;gap:.5rem}.product-info .dimension-selection .dimension-options .dimension-btn{background:#fff;border:1px solid #000;color:#333;cursor:pointer;font-family:Montserrat;font-size:.9rem;font-weight:300;padding:.5rem .75rem;transition:all .2s ease}.product-info .dimension-selection .dimension-options .dimension-btn:hover{border-color:#eab39e}.product-info .dimension-selection .dimension-options .dimension-btn.selected{background:#eab39e;border-color:#eab39e;color:#fff}.product-info .material-info{margin-bottom:.5rem;width:92.5%}.product-info .material-info h3{color:#333;font-family:Montserrat;font-size:1.1rem;font-weight:300;margin:0 0 1rem}.product-info .material-info .material-badge{align-items:center;background:#f0efe6;color:#000;display:inline-block;display:flex;font-size:1rem;font-weight:250;justify-content:center;padding:.9rem 1rem;width:100%}@media(max-width:768px){.product-info .material-info .material-badge{padding:.9rem .75rem;width:100%}}.product-info .color-selection{margin-bottom:.5rem}.product-info .color-selection .color-display{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 0;position:relative}.product-info .color-selection .color-display .color-label,.product-info .color-selection .color-display .color-value{color:#000;font-family:Montserrat;font-size:1rem;font-weight:300}.product-info .color-selection .color-display .color-value{flex:1 1}.product-info .color-selection .color-display .color-select{cursor:pointer;font-size:16px;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.product-info .color-selection .color-display:after{color:#999;content:"▼";font-size:.8rem;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1}.product-info .description-section{margin-bottom:.5rem}.product-info .description-section .description-toggle{align-items:center;border-bottom:1px solid #f0f0f0;color:#333;cursor:pointer;display:flex;font-family:Montserrat;font-size:1.1rem;font-weight:300;justify-content:space-between;margin:0 0 1rem;padding:.5rem 0}.product-info .description-section .description-toggle .arrow{font-size:.8rem;transition:transform .2s ease}.product-info .description-section .description-toggle .arrow.up{transform:rotate(180deg)}.product-info .description-section .product-description{color:#555;font-family:Montserrat;font-size:1rem;font-weight:300;line-height:1.6;margin:1rem 0 0}.product-info .quantity-selection{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.product-info .quantity-selection h3{color:#333;font-family:Montserrat;font-size:1.1rem;font-weight:300;margin:0}.product-info .quantity-selection .quantity-controls{align-items:center;border:1px solid #000;border-radius:10px;color:#000;display:flex;font-family:Montserrat;font-size:1.2rem;gap:1rem;justify-content:center;padding:.25rem .5rem}.product-info .quantity-selection .quantity-controls .quantity-btn{background:none;border:none;color:#000;cursor:pointer;font-size:1.75rem;margin-bottom:0;padding:0;transition:opacity .2s ease}.product-info .quantity-selection .quantity-controls .quantity-btn:disabled{cursor:not-allowed;opacity:.3}.product-info .quantity-selection .quantity-controls .quantity-display{min-width:20px;text-align:center}.product-info .pricing-summary{font-weight:300;margin-bottom:.5rem}.product-info .pricing-summary .price-row{align-items:center;color:#333;display:flex;font-family:Montserrat;font-size:.95rem;font-weight:500;justify-content:space-between;padding:.5rem 0}.product-info .pricing-summary .price-row.total{border-top:1px solid #dee2e6;font-size:1.1rem;font-weight:450;margin-top:.5rem;padding-top:1rem}.product-info .shipping-info{align-items:flex-start;background-color:#f0efe6;display:flex;font-size:.9rem;font-weight:100;gap:.5rem;margin-bottom:1rem;padding:.5rem;width:71%}.product-info .shipping-info .shipping-icon{margin-top:.1rem}@media(max-width:768px){.product-info .shipping-info{width:95%}}.product-info .add-to-cart-section .add-to-cart-btn{background:#eab39e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Montserrat;font-size:1.1rem;padding:.75rem 1rem;transition:background-color .2s ease;width:75%}.product-info .add-to-cart-section .add-to-cart-btn:hover:not(:disabled){background:#e19274}.product-info .add-to-cart-section .add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.feature-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:4rem 0}.feature-cards .feature-card{align-items:center;background:#f5eae4;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center;transition:transform .2s ease}.feature-cards .feature-card:hover{transform:translateY(-2px)}.feature-cards .feature-card .feature-icon{font-size:2rem;margin-bottom:1rem}.feature-cards .feature-card h3{color:#000;font-size:1.1rem;font-weight:600;margin:0}.feature-cards .feature-card p{color:#000;font-size:1rem;font-weight:400;line-height:1.6;margin:0;width:100%}.related-products{margin-top:4rem}.related-products .related-title{color:#333;font-family:Montserrat;font-size:2rem;font-weight:300;margin-bottom:2rem;text-align:center}@media(max-width:768px){.related-products .related-title{text-align:left;width:100%}}.related-products .related-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media(max-width:768px){.related-products .related-grid{grid-template-columns:repeat(auto-fit,minmax(144px,2fr))}}.related-products .related-product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.related-products .related-product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.related-products .related-product-card .related-product-image{height:200px;overflow:hidden;width:100%}.related-products .related-product-card .related-product-image img{height:100%;object-fit:cover;object-position:center;width:100%}.related-products .related-product-card .related-product-info{padding:1rem}.related-products .related-product-card .related-product-info .related-product-name{color:#333;font-family:Montserrat;font-size:1rem;margin:0 0 .5rem}.related-products .related-product-card .related-product-info .related-product-price{color:#666;font-family:Montserrat;font-size:.9rem;margin:0}@media(max-width:768px){.product-page{padding:1rem}.product-container{gap:2rem;grid-template-columns:1fr}}@media(max-width:768px)and (max-width:768px){.product-container{align-items:center;display:flex;flex-direction:column;justify-content:center}}@media(max-width:768px){.product-images .main-image{height:400px}.product-images .image-thumbnails .thumbnail{height:60px;width:60px}.product-info{width:100%}.product-info .product-title{font-size:1.5rem}.product-info .dimension-options .dimension-btn{font-size:.8rem;padding:.5rem 1rem}.feature-cards{gap:1.5rem;grid-template-columns:1fr;margin:2rem 1rem}.related-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(max-width:480px){.product-page{padding:.5rem}.product-container{gap:1.5rem}.product-images .main-image{height:300px}.product-images .image-thumbnails .thumbnail{height:50px;width:50px}.product-info .product-title{font-size:1.3rem}.product-info .dimension-options .dimension-btn{font-size:.75rem;padding:.4rem .8rem}.feature-cards .feature-card{padding:1.5rem}}.cart-page{min-height:80vh;padding:2rem 0}.cart-page .cart-container{margin:0 auto;max-width:1200px;padding:0 1rem}.cart-page .cart-container .cart-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.cart-page .cart-container .cart-header .back-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;transition:color .3s ease}.cart-page .cart-container .cart-header .back-btn:hover{color:#333}.cart-page .cart-container .cart-header h1{color:#333;font-size:2rem;font-weight:600;margin:0}.cart-page .cart-container .empty-cart{padding:4rem 2rem;text-align:center}.cart-page .cart-container .empty-cart .empty-cart-content h2{color:#333;font-size:2rem;margin-bottom:1rem}.cart-page .cart-container .empty-cart .empty-cart-content p{color:#666;font-size:1.1rem;margin-bottom:2rem}.cart-page .cart-container .empty-cart .empty-cart-content .continue-shopping-btn{background:#309d22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:background-color .3s ease}.cart-page .cart-container .empty-cart .empty-cart-content .continue-shopping-btn:hover{background:#2a8a1e}.cart-page .cart-container .cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}@media(max-width:768px){.cart-page .cart-container .cart-content{grid-template-columns:1fr}}.cart-page .cart-container .cart-content .cart-items-section .cart-items-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.cart-page .cart-container .cart-content .cart-items-section .cart-items-header h2{color:#333;font-size:1.5rem;margin:0}.cart-page .cart-container .cart-content .cart-items-section .cart-items-header .clear-cart-btn{background:none;border:1px solid #f44;border-radius:6px;color:#f44;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.cart-page .cart-container .cart-content .cart-items-section .cart-items-header .clear-cart-btn:hover{background:#f44;color:#fff}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item{grid-gap:1rem;align-items:center;border:1px solid #eee;border-radius:8px;display:grid;gap:1rem;grid-template-columns:100px 1fr auto auto auto;margin-bottom:1rem;padding:1.5rem}@media(max-width:768px){.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item{gap:.5rem;grid-template-columns:80px 1fr;padding:1rem}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-quantity,.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-total{grid-column:1/-1;justify-self:start;margin-top:.5rem}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .remove-btn{grid-column:1/-1;justify-self:end;margin-top:.5rem}}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-image img{border-radius:6px;height:80px;object-fit:cover;width:100%}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-details .item-name{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-details .item-variants{display:flex;gap:1rem;margin-bottom:.5rem}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-details .item-variants .variant{color:#666;font-size:.9rem}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-details .item-price{color:#309d22;font-size:1.1rem;font-weight:600}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-quantity .quantity-controls{align-items:center;display:flex;gap:.5rem}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-quantity .quantity-controls .quantity-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .3s ease;width:30px}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-quantity .quantity-controls .quantity-btn:hover:not(:disabled){background:#f5f5f5}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-quantity .quantity-controls .quantity-btn:disabled{cursor:not-allowed;opacity:.5}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-quantity .quantity-controls .quantity-display{font-weight:600;min-width:30px;text-align:center}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .item-total .total-price{color:#333;font-size:1.1rem;font-weight:600}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .remove-btn{background:none;border:none;border-radius:4px;color:#f44;cursor:pointer;padding:.5rem;transition:background-color .3s ease}.cart-page .cart-container .cart-content .cart-items-section .cart-items .cart-item .remove-btn:hover{background:#fff5f5}.cart-page .cart-container .cart-content .cart-summary{background:#f9f9f9;border-radius:8px;height:fit-content;padding:2rem;position:sticky;top:2rem}.cart-page .cart-container .cart-content .cart-summary h2{color:#333;font-size:1.5rem;margin:0 0 1.5rem}.cart-page .cart-container .cart-content .cart-summary .summary-items{margin-bottom:1.5rem}.cart-page .cart-container .cart-content .cart-summary .summary-items .summary-item{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:1rem}.cart-page .cart-container .cart-content .cart-summary .summary-items .summary-item.total{border-top:1px solid #ddd;color:#333;font-size:1.2rem;font-weight:600;margin-top:1rem;padding-top:1rem}.cart-page .cart-container .cart-content .cart-summary .shipping-info{background:#e8f5e8;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.cart-page .cart-container .cart-content .cart-summary .shipping-info p{color:#309d22;font-size:.9rem;margin:0}.cart-page .cart-container .cart-content .cart-summary .cart-actions{display:flex;flex-direction:column;gap:1rem}.cart-page .cart-container .cart-content .cart-summary .cart-actions .continue-shopping-btn{background:none;border:1px solid #309d22;border-radius:8px;color:#309d22;cursor:pointer;font-size:1rem;padding:1rem;transition:all .3s ease}.cart-page .cart-container .cart-content .cart-summary .cart-actions .continue-shopping-btn:hover{background:#309d22;color:#fff}.cart-page .cart-container .cart-content .cart-summary .cart-actions .checkout-btn{background:#309d22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem;transition:background-color .3s ease}.cart-page .cart-container .cart-content .cart-summary .cart-actions .checkout-btn:hover{background:#2a8a1e}.checkout-page{min-height:80vh;padding:2rem 0}@media(max-width:768px){.checkout-page{min-height:auto;padding:1.5rem 0}}.checkout-page .checkout-container{margin:0 auto;max-width:1200px;padding:0 1rem}@media(max-width:768px){.checkout-page .checkout-container{padding:0 .75rem}}.checkout-page .checkout-container .checkout-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-header{gap:.75rem;margin-bottom:1.5rem}}.checkout-page .checkout-container .checkout-header .back-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;transition:color .3s ease}@media(max-width:480px){.checkout-page .checkout-container .checkout-header .back-btn{font-size:.9rem}}.checkout-page .checkout-container .checkout-header .back-btn:hover{color:#333}.checkout-page .checkout-container .checkout-header h1{color:#333;font-size:2rem;font-weight:600;margin:0}@media(max-width:768px){.checkout-page .checkout-container .checkout-header h1{font-size:1.8rem}}@media(max-width:480px){.checkout-page .checkout-container .checkout-header h1{font-size:1.5rem}}.checkout-page .checkout-container .empty-cart{padding:4rem 2rem;text-align:center}@media(max-width:768px){.checkout-page .checkout-container .empty-cart{padding:3rem 1.5rem}}@media(max-width:480px){.checkout-page .checkout-container .empty-cart{padding:2rem 1rem}}.checkout-page .checkout-container .empty-cart h2{color:#333;font-size:2rem;margin-bottom:1rem}@media(max-width:768px){.checkout-page .checkout-container .empty-cart h2{font-size:1.8rem}}@media(max-width:480px){.checkout-page .checkout-container .empty-cart h2{font-size:1.5rem}}.checkout-page .checkout-container .empty-cart p{color:#666;font-size:1.1rem;margin-bottom:2rem}@media(max-width:480px){.checkout-page .checkout-container .empty-cart p{font-size:1rem;margin-bottom:1.5rem}}.checkout-page .checkout-container .empty-cart .continue-shopping-btn{background:#309d22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:background-color .3s ease}@media(max-width:480px){.checkout-page .checkout-container .empty-cart .continue-shopping-btn{font-size:.95rem;padding:.85rem 1.5rem}}.checkout-page .checkout-container .empty-cart .continue-shopping-btn:hover{background:#2a8a1e}.checkout-page .checkout-container .checkout-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}@media(max-width:1024px){.checkout-page .checkout-container .checkout-content{gap:1.5rem;grid-template-columns:1fr}}.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative}@media(max-width:768px){.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps{margin-bottom:1.5rem}}.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps:before{background:#ddd;content:"";height:2px;left:0;position:absolute;right:0;top:20px;z-index:1}.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps .step{align-items:center;display:flex;flex-direction:column;position:relative;z-index:2}.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps .step .step-number{align-items:center;background:#ddd;border-radius:50%;color:#fff;display:flex;font-weight:600;height:40px;justify-content:center;margin-bottom:.5rem;transition:all .3s ease;width:40px}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps .step .step-number{font-size:.9rem;height:36px;width:36px}}.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps .step span{color:#666;font-size:.9rem;text-align:center}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps .step span{font-size:.8rem}}.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps .step.active .step-number{background:#309d22}.checkout-page .checkout-container .checkout-content .checkout-form .progress-steps .step.active span{color:#309d22;font-weight:600}.checkout-page .checkout-container .checkout-content .checkout-form .form-step h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step h2{font-size:1.3rem;margin-bottom:1.25rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}@media(max-width:768px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-row{gap:.75rem;grid-template-columns:1fr}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-group{margin-bottom:1rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-group{margin-bottom:.75rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-group label{font-size:.95rem;margin-bottom:.4rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-group input{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:92.5%}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-group input{font-size:.95rem;padding:.65rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-group input:focus{border-color:#309d22;outline:none}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method{margin-bottom:1rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method{margin-bottom:.75rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method input[type=radio]{display:none}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method label{align-items:center;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .3s ease}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method label{padding:.75rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method label:hover{border-color:#309d22}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method input[type=radio]:checked+label{background:#f8fff8;border-color:#309d22}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info{margin-left:1rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info{margin-left:.75rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info h4{color:#333;margin:0 0 .25rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info h4{font-size:.95rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info p{color:#666;font-size:.9rem;margin:0}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info p{font-size:.85rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info .payment-status{margin-top:.5rem}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info .payment-status p{font-size:.85rem;font-weight:500;margin:0}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info .payment-status p.loading{color:#f39c12}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info .payment-status p.success{color:#27ae60}.checkout-page .checkout-container .checkout-content .checkout-form .form-step .payment-methods .payment-method .payment-info .payment-status p.error{color:#e74c3c}.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation{border-top:1px solid #eee;display:flex;justify-content:space-between;margin-top:2rem;padding-top:2rem}@media(max-width:768px){.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation{margin-top:1.5rem;padding-top:1.5rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .prev-btn{background:none;border:1px solid #666;border-radius:6px;color:#666;cursor:pointer;padding:.75rem 1.5rem;transition:all .3s ease}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .prev-btn{font-size:.75rem;padding:.3rem 1.25rem;width:40%}}.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .prev-btn:hover{background:#666;color:#fff}.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .next-btn,.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .submit-btn{background:#309d22;border:none;border-radius:6px;color:#fff;cursor:pointer;margin:0;padding:.75rem 1.5rem;transition:background-color .3s ease}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .next-btn,.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .submit-btn{font-size:.95rem;padding:.65rem 1.25rem}}.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .next-btn:hover:not(:disabled),.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .submit-btn:hover:not(:disabled){background:#2a8a1e}.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .next-btn:disabled,.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .submit-btn:disabled{cursor:not-allowed;opacity:.5}.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .next-btn.loading,.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .submit-btn.loading{background:#666;cursor:not-allowed}.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .next-btn.loading:hover,.checkout-page .checkout-container .checkout-content .checkout-form .form-navigation .submit-btn.loading:hover{background:#666}.checkout-page .checkout-container .checkout-content .order-summary{background:#f9f9f9;border-radius:8px;height:fit-content;padding:2rem;position:sticky;top:2rem}@media(max-width:1024px){.checkout-page .checkout-container .checkout-content .order-summary{margin-top:1.5rem;position:static}}@media(max-width:768px){.checkout-page .checkout-container .checkout-content .order-summary{padding:1.5rem}}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary{padding:1.25rem}}.checkout-page .checkout-container .checkout-content .order-summary h2{color:#333;font-size:1.5rem;margin:0 0 1.5rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary h2{font-size:1.3rem;margin-bottom:1.25rem}}.checkout-page .checkout-container .checkout-content .order-summary .order-items{margin-bottom:1.5rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary .order-items{margin-bottom:1.25rem}}.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item{align-items:flex-start;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 0}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item{padding:.75rem 0}}.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item:last-child{border-bottom:none}.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-info{flex:1 1}.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-info h4{color:#333;font-size:1rem;margin:0 0 .25rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-info h4{font-size:.95rem}}.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-info p{color:#666;font-size:.9rem;margin:0 0 .25rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-info p{font-size:.85rem}}.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-info span{color:#999;font-size:.8rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-info span{font-size:.75rem}}.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-price{color:#333;font-weight:600}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary .order-items .order-item .item-price{font-size:.95rem}}.checkout-page .checkout-container .checkout-content .order-summary .order-totals{border-top:2px solid #ddd;padding-top:1rem}.checkout-page .checkout-container .checkout-content .order-summary .order-totals .total-row{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.5rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary .order-totals .total-row{font-size:.95rem}}.checkout-page .checkout-container .checkout-content .order-summary .order-totals .total-row.final{border-top:1px solid #ddd;color:#333;font-size:1.2rem;font-weight:600;margin-top:.5rem;padding-top:.5rem}@media(max-width:480px){.checkout-page .checkout-container .checkout-content .order-summary .order-totals .total-row.final{font-size:1.1rem}}.checkout-success-page{background:#f9f9f9;min-height:80vh;padding:2rem 0}@media(max-width:768px){.checkout-success-page{min-height:auto;padding:1.5rem 0}}.checkout-success-page .success-container{margin:0 auto;max-width:800px;padding:0 1rem}@media(max-width:768px){.checkout-success-page .success-container{padding:0 .75rem}}.checkout-success-page .success-container .success-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:3rem 2rem;text-align:center}@media(max-width:768px){.checkout-success-page .success-container .success-content{padding:2rem 1.5rem}}@media(max-width:480px){.checkout-success-page .success-container .success-content{border-radius:10px;padding:1.5rem 1rem}}.checkout-success-page .success-container .success-content .success-icon{color:#309d22;margin-bottom:2rem}@media(max-width:480px){.checkout-success-page .success-container .success-content .success-icon{margin-bottom:1.5rem}}.checkout-success-page .success-container .success-content .success-icon.error{color:#e74c3c}.checkout-success-page .success-container .success-content .success-icon .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#309d22;height:80px;margin:0 auto;width:80px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.checkout-success-page .success-container .success-content .error-message{background:#fdf2f2;border:1px solid #fecaca;border-radius:6px;color:#e74c3c;font-size:1rem;margin:1rem 0;padding:1rem}@media(max-width:480px){.checkout-success-page .success-container .success-content .error-message{font-size:.95rem;padding:.75rem}}.checkout-success-page .success-container .success-content h1{color:#333;font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}@media(max-width:768px){.checkout-success-page .success-container .success-content h1{font-size:2rem}}@media(max-width:480px){.checkout-success-page .success-container .success-content h1{font-size:1.8rem;margin-bottom:1.25rem}}.checkout-success-page .success-container .success-content .order-details{margin-bottom:2rem;text-align:left}@media(max-width:480px){.checkout-success-page .success-container .success-content .order-details{margin-bottom:1.5rem}}.checkout-success-page .success-container .success-content .order-details h3{color:#309d22;font-size:1.2rem;margin-bottom:1rem;text-align:center}@media(max-width:480px){.checkout-success-page .success-container .success-content .order-details h3{font-size:1.1rem}}.checkout-success-page .success-container .success-content .order-details .order-info-card{background:#f0f8ff;border:2px solid #309d22;border-radius:8px;margin:0 auto;max-width:400px;padding:1.5rem}@media(max-width:480px){.checkout-success-page .success-container .success-content .order-details .order-info-card{padding:1rem}}.checkout-success-page .success-container .success-content .order-details .order-info-card p{color:#333;font-size:1rem;margin:.5rem 0;text-align:center}@media(max-width:480px){.checkout-success-page .success-container .success-content .order-details .order-info-card p{font-size:.95rem}}.checkout-success-page .success-container .success-content .order-details .order-info-card p strong{color:#309d22}.checkout-success-page .success-container .success-content .success-message{margin-bottom:2rem}@media(max-width:480px){.checkout-success-page .success-container .success-content .success-message{margin-bottom:1.5rem}}.checkout-success-page .success-container .success-content .success-message p{color:#666;font-size:1.1rem;line-height:1.6;margin:0}@media(max-width:768px){.checkout-success-page .success-container .success-content .success-message p{font-size:1rem}}@media(max-width:480px){.checkout-success-page .success-container .success-content .success-message p{font-size:.95rem}}.checkout-success-page .success-container .success-content .order-info{background:#f8fff8;border-left:4px solid #309d22;border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:left}@media(max-width:480px){.checkout-success-page .success-container .success-content .order-info{margin-bottom:1.5rem;padding:1rem}}.checkout-success-page .success-container .success-content .order-info h3{color:#309d22;font-size:1.2rem;margin-bottom:1rem}@media(max-width:480px){.checkout-success-page .success-container .success-content .order-info h3{font-size:1.1rem}}.checkout-success-page .success-container .success-content .order-info ul{list-style:none;margin:0;padding:0}.checkout-success-page .success-container .success-content .order-info ul li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}@media(max-width:480px){.checkout-success-page .success-container .success-content .order-info ul li{font-size:.95rem;padding-left:1.25rem}}.checkout-success-page .success-container .success-content .order-info ul li:before{color:#309d22;content:"✓";font-weight:700;left:0;position:absolute}.checkout-success-page .success-container .success-content .contact-info{background:#f5f5f5;border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:left}@media(max-width:480px){.checkout-success-page .success-container .success-content .contact-info{margin-bottom:1.5rem;padding:1rem}}.checkout-success-page .success-container .success-content .contact-info h3{color:#333;font-size:1.2rem;margin-bottom:1rem}@media(max-width:480px){.checkout-success-page .success-container .success-content .contact-info h3{font-size:1.1rem}}.checkout-success-page .success-container .success-content .contact-info p{color:#666;font-size:1rem;margin-bottom:1rem}@media(max-width:480px){.checkout-success-page .success-container .success-content .contact-info p{font-size:.95rem}}.checkout-success-page .success-container .success-content .contact-info .contact-details p{align-items:center;color:#333;display:flex;font-size:1rem;gap:.5rem;margin:.5rem 0}@media(max-width:480px){.checkout-success-page .success-container .success-content .contact-info .contact-details p{font-size:.95rem}}.checkout-success-page .success-container .success-content .success-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(max-width:480px){.checkout-success-page .success-container .success-content .success-actions{flex-direction:column;gap:.75rem}}.checkout-success-page .success-container .success-content .success-actions .home-btn{align-items:center;background:#309d22;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;gap:.5rem;padding:1rem 2rem;transition:background-color .3s ease}@media(max-width:768px){.checkout-success-page .success-container .success-content .success-actions .home-btn{padding:.9rem 1.75rem}}@media(max-width:480px){.checkout-success-page .success-container .success-content .success-actions .home-btn{font-size:.95rem;justify-content:center;padding:.8rem 1.5rem;width:100%}}.checkout-success-page .success-container .success-content .success-actions .home-btn:hover{background:#2a8a1e}.checkout-success-page .success-container .success-content .success-actions .home-btn.secondary{background:#6c757d;color:#fff}.checkout-success-page .success-container .success-content .success-actions .home-btn.secondary:hover{background:#5a6268}.admin-login{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:100vh;padding:20px}.admin-login .login-container{animation:fadeInUp .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;max-width:400px;padding:40px;width:100%}.admin-login .login-container .login-header{margin-bottom:30px;text-align:center}.admin-login .login-container .login-header h1{color:#333;font-size:28px;font-weight:600;margin-bottom:8px}.admin-login .login-container .login-header p{color:#666;font-size:14px;margin:0}.admin-login .login-container .login-form .error-message{background:#fee;border:1px solid #feb2b2;border-radius:6px;color:#c53030;font-size:14px;margin-bottom:20px;padding:12px}.admin-login .login-container .login-form .form-group{margin-bottom:20px}.admin-login .login-container .login-form .form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.admin-login .login-container .login-form .form-group input{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:16px;padding:12px 16px;transition:all .3s ease;width:100%}.admin-login .login-container .login-form .form-group input:focus{border-color:#eab39e;box-shadow:0 0 0 3px #eab39e1a;outline:none}.admin-login .login-container .login-form .form-group input:disabled{background-color:#f7fafc;cursor:not-allowed}.admin-login .login-container .login-form .login-button{background:#eab39e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:14px;transition:all .3s ease;width:100%}.admin-login .login-container .login-form .login-button:hover:not(:disabled){background:#e19274;box-shadow:0 4px 12px #eab39e4d;transform:translateY(-1px)}.admin-login .login-container .login-form .login-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.admin-login .login-container .login-footer{border-top:1px solid #e2e8f0;margin-top:30px;padding-top:20px;text-align:center}.admin-login .login-container .login-footer p{color:#666;font-size:12px;margin:5px 0}.admin-login .login-container .login-footer p strong{color:#333}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.admin-login{padding:10px}.admin-login .login-container{padding:30px 20px}.admin-login .login-container .login-header h1{font-size:24px}}.admin-dashboard{align-items:center;background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.admin-dashboard .loading{align-items:center;color:#666;display:flex;font-size:18px;height:100vh;justify-content:center}@media(max-width:768px){.admin-dashboard .dashboard-header .header-content{flex-direction:column;gap:16px;text-align:center}.admin-dashboard .dashboard-nav{overflow-x:auto;white-space:nowrap}.admin-dashboard .dashboard-nav button{font-size:13px;padding:12px 16px}.admin-dashboard .dashboard-content{padding:20px 10px}.admin-dashboard .dashboard-content .stats-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.admin-dashboard .dashboard-content .filter-section .filter-controls{align-items:stretch;flex-direction:column;gap:12px}.admin-dashboard .dashboard-content .filter-section .filter-controls .category-select{min-width:auto}.admin-dashboard .dashboard-content .filter-section .filter-controls .product-count{margin-left:0;text-align:center}.admin-dashboard .dashboard-content .tab-header{align-items:stretch;flex-direction:column;gap:16px}.admin-dashboard .dashboard-content .tab-header .add-btn{align-self:flex-start}.admin-dashboard .dashboard-content .table-container{overflow-x:auto}.admin-dashboard .dashboard-content .table-container table{min-width:600px}.admin-dashboard .dashboard-content .table-container .pagination{flex-direction:column;gap:16px}.admin-dashboard .dashboard-content .table-container .pagination .page-numbers{flex-wrap:wrap;justify-content:center}.admin-dashboard .modal-overlay .modal{margin:10px;max-width:calc(100% - 20px)}.admin-dashboard .image-modal-overlay .image-modal{margin:10px;max-height:calc(100vh - 20px);max-width:calc(100% - 20px)}}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #0000001a;padding:20px 0;width:100%}.dashboard-header .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;padding:0 20px}.dashboard-header .header-content h1{color:#333;font-size:24px;font-weight:600;margin:0}.dashboard-header .header-content .admin-info{align-items:center;display:flex;gap:20px}.dashboard-header .header-content .admin-info span{color:#666;font-size:14px}.dashboard-header .header-content .admin-info .logout-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s ease}.dashboard-header .header-content .admin-info .logout-btn:hover{background:#dc2626}.dashboard-nav{background:#fff;border-bottom:1px solid #e2e8f0;margin:0 auto 1rem;padding:0;width:50%}.dashboard-nav button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:16px 24px;transition:all .3s ease}.dashboard-nav button.active,.dashboard-nav button:hover{background:#f8fafc;color:#eab39e}.dashboard-nav button.active{border-bottom-color:#eab39e}.overview-tab{display:flex;justify-content:center;width:100%}.overview-tab .stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.overview-tab .stats-grid .stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px;text-align:center;transition:transform .3s ease}.overview-tab .stats-grid .stat-card:hover{transform:translateY(-2px)}.overview-tab .stats-grid .stat-card h3{color:#eab39e;font-size:32px;font-weight:600;margin:0 0 8px}.overview-tab .stats-grid .stat-card p{color:#666;font-size:14px;margin:0}.categories-tab{width:100%}.categories-tab .tab-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.categories-tab .tab-header h2{color:#333;font-size:24px;font-weight:600;margin:0}.categories-tab .tab-header .add-btn{background:#eab39e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .3s ease}.categories-tab .tab-header .add-btn:hover{background:#e19274;transform:translateY(-1px)}.categories-tab .table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.categories-tab .table-container table{border-collapse:collapse;width:100%}.categories-tab .table-container table td,.categories-tab .table-container table th{border-bottom:1px solid #e2e8f0;padding:16px;text-align:left}.categories-tab .table-container table th{background:#f8fafc;color:#333;font-size:14px;font-weight:600}.categories-tab .table-container table td{color:#666;font-size:14px}.categories-tab .table-container table img[style*="cursor: pointer"]{transition:all .2s ease}.categories-tab .table-container table img[style*="cursor: pointer"]:hover{box-shadow:0 4px 8px #0003;transform:scale(1.05)}.categories-tab .table-container table .delete-btn,.categories-tab .table-container table .edit-btn{border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;margin-right:8px;padding:6px 12px;transition:all .3s ease}.categories-tab .table-container table .delete-btn.edit-btn,.categories-tab .table-container table .edit-btn.edit-btn{background:#3b82f6;color:#fff}.categories-tab .table-container table .delete-btn.edit-btn:hover,.categories-tab .table-container table .edit-btn.edit-btn:hover{background:#2563eb}.categories-tab .table-container table .delete-btn.delete-btn,.categories-tab .table-container table .edit-btn.delete-btn{background:#ef4444;color:#fff}.categories-tab .table-container table .delete-btn.delete-btn:hover,.categories-tab .table-container table .edit-btn.delete-btn:hover{background:#dc2626}.products-tab .tab-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.products-tab .tab-header h2{color:#333;font-size:24px;font-weight:600;margin:0}.products-tab .tab-header .add-btn{background:#eab39e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .3s ease}.products-tab .tab-header .add-btn:hover{background:#e19274;transform:translateY(-1px)}.products-tab .filter-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:20px}.products-tab .filter-section .filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.products-tab .filter-section .filter-controls label{color:#333;font-size:14px;font-weight:500;white-space:nowrap}.products-tab .filter-section .filter-controls .category-select{background:#fff;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;min-width:200px;padding:8px 12px;transition:all .3s ease}.products-tab .filter-section .filter-controls .category-select:focus{border-color:#eab39e;box-shadow:0 0 0 3px #eab39e1a;outline:none}.products-tab .filter-section .filter-controls .product-count{color:#666;font-size:14px;margin-left:auto}.products-tab .table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.products-tab .table-container table{border-collapse:collapse;width:100%}.products-tab .table-container table td,.products-tab .table-container table th{border-bottom:1px solid #e2e8f0;padding:16px;text-align:left}.products-tab .table-container table th{background:#f8fafc;color:#333;font-size:14px;font-weight:600}.products-tab .table-container table td{color:#666;font-size:14px}.products-tab .table-container table .status{border-radius:20px;font-size:12px;font-weight:500;padding:4px 12px}.products-tab .table-container table .status.active{background:#dcfce7;color:#166534}.products-tab .table-container table .status.inactive{background:#fef2f2;color:#dc2626}.products-tab .table-container table .delete-btn,.products-tab .table-container table .edit-btn{border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;margin-right:8px;padding:6px 12px;transition:all .3s ease}.products-tab .table-container table .delete-btn.edit-btn,.products-tab .table-container table .edit-btn.edit-btn{background:#3b82f6;color:#fff}.products-tab .table-container table .delete-btn.edit-btn:hover,.products-tab .table-container table .edit-btn.edit-btn:hover{background:#2563eb}.products-tab .table-container table .delete-btn.delete-btn,.products-tab .table-container table .edit-btn.delete-btn{background:#ef4444;color:#fff}.products-tab .table-container table .delete-btn.delete-btn:hover,.products-tab .table-container table .edit-btn.delete-btn:hover{background:#dc2626}.products-tab .table-container table img[style*="cursor: pointer"]{transition:all .2s ease}.products-tab .table-container table img[style*="cursor: pointer"]:hover{box-shadow:0 4px 8px #0003;transform:scale(1.05)}.products-tab .table-container table .product-flags{display:flex;flex-direction:column;gap:4px}.products-tab .table-container table .product-flags .flag{border-radius:4px;font-size:10px;font-weight:500;letter-spacing:.5px;padding:2px 6px;text-transform:uppercase}.products-tab .table-container table .product-flags .flag.new{background:#dbeafe;color:#1e40af}.products-tab .table-container table .product-flags .flag.best{background:#fce7f3;color:#be185d}.products-tab .table-container table .product-images{align-items:center;display:flex;gap:4px}.products-tab .table-container .pagination{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:center;padding:20px}.products-tab .table-container .pagination .pagination-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.products-tab .table-container .pagination .pagination-btn:hover:not(:disabled){background:#eab39e;border-color:#eab39e;color:#fff}.products-tab .table-container .pagination .pagination-btn:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.5}.products-tab .table-container .pagination .page-numbers{display:flex;gap:4px}.products-tab .table-container .pagination .page-numbers .page-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;min-width:40px;padding:8px 12px;transition:all .3s ease}.products-tab .table-container .pagination .page-numbers .page-btn:hover{background:#f3f4f6;border-color:#eab39e}.products-tab .table-container .pagination .page-numbers .page-btn.active{background:#eab39e;border-color:#eab39e;color:#fff}.orders-tab .tab-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.orders-tab .tab-header h2{color:#333;font-size:24px;font-weight:600;margin:0}.orders-tab .tab-header .orders-info{color:#666;display:flex;font-size:14px;gap:16px}.orders-tab .tab-header .orders-info span{background:#f8fafc;border-radius:4px;padding:4px 8px}.orders-tab .table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px;overflow:hidden}.orders-tab .table-container table{border-collapse:collapse;width:100%}.orders-tab .table-container table td,.orders-tab .table-container table th{border-bottom:1px solid #e2e8f0;padding:16px;text-align:left}.orders-tab .table-container table th{background:#f8fafc;color:#333;font-size:14px;font-weight:600}.orders-tab .table-container table td{color:#666;font-size:14px}.orders-tab .table-container table .status-select-container{align-items:center;display:flex;gap:8px}.orders-tab .table-container table .status-select-container .status-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:6px 12px}.orders-tab .table-container table .status-select-container .status-update{font-size:12px}.orders-tab .table-container table .status-select-container .status-update.success{color:#166534}.orders-tab .table-container table .status-select-container .status-update.error{color:#dc2626}.orders-tab .table-container table .payment-status{border-radius:20px;font-size:12px;font-weight:500;padding:4px 12px}.orders-tab .table-container table .payment-status.pending{background:#fef3c7;color:#92400e}.orders-tab .table-container table .payment-status.paid{background:#dcfce7;color:#166534}.orders-tab .table-container table .payment-status.failed{background:#fef2f2;color:#dc2626}.orders-tab .table-container table .view-btn{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;margin-right:8px;padding:6px 12px;transition:all .3s ease}.orders-tab .table-container table .view-btn:hover{background:#059669}.orders-tab .pagination{align-items:center;border-radius:12px;display:flex;gap:16px;justify-content:center;margin-top:24px;padding:16px}.orders-tab .pagination .pagination-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#333;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.orders-tab .pagination .pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#9ca3af}.orders-tab .pagination .pagination-btn:disabled{cursor:not-allowed;opacity:.5}.orders-tab .pagination .pagination-btn.prev{margin-right:8px}.orders-tab .pagination .pagination-btn.next{margin-left:8px}.orders-tab .pagination .page-numbers{display:flex;gap:4px}.orders-tab .pagination .page-numbers .page-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#333;cursor:pointer;font-size:14px;font-weight:500;min-width:40px;padding:8px 12px;transition:all .3s ease}.orders-tab .pagination .page-numbers .page-btn:hover:not(:disabled){background:#f8fafc;border-color:#9ca3af}.orders-tab .pagination .page-numbers .page-btn.active{background:#eab39e;border-color:#eab39e;color:#fff}.orders-tab .pagination .page-numbers .page-btn.active:hover{background:#eab39e}.orders-tab .pagination .page-numbers .page-btn.ellipsis{background:#0000;border:none;color:#666;cursor:default}.orders-tab .pagination .page-numbers .page-btn.ellipsis:hover{background:#0000}.orders-tab .pagination .page-numbers .page-btn:disabled{cursor:not-allowed;opacity:.5}.profile-tab{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:30px;width:100%}.profile-tab h2{color:#333;font-size:24px;font-weight:600;margin:0 0 24px}.profile-tab .profile-settings{max-width:500px}.profile-tab .profile-settings .message{border-radius:6px;font-size:14px;margin-bottom:20px;padding:12px}.profile-tab .profile-settings .message.success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.profile-tab .profile-settings .message.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.profile-tab .profile-settings .form-group{margin-bottom:20px}.profile-tab .profile-settings .form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.profile-tab .profile-settings .form-group input{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:16px;padding:12px 16px;transition:all .3s ease;width:100%}.profile-tab .profile-settings .form-group input:focus{border-color:#eab39e;box-shadow:0 0 0 3px #eab39e1a;outline:none}.profile-tab .profile-settings .form-group input:disabled{background-color:#f7fafc;cursor:not-allowed}.profile-tab .profile-settings .update-btn{background:#eab39e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 24px;transition:all .3s ease}.profile-tab .profile-settings .update-btn:hover:not(:disabled){background:#e19274;transform:translateY(-1px)}.profile-tab .profile-settings .update-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:0;position:fixed;right:0;top:0;z-index:1000}.modal-overlay .modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-overlay .modal .modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px}.modal-overlay .modal .modal-header h3{color:#333;font-size:20px;font-weight:600;margin:0}.modal-overlay .modal .modal-header .close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.modal-overlay .modal .modal-header .close-btn:hover{background:#f1f5f9;color:#333}.modal-overlay .modal form{padding:24px}.modal-overlay .modal form .form-group{margin-bottom:20px}.modal-overlay .modal form .form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.modal-overlay .modal form .form-group input,.modal-overlay .modal form .form-group select,.modal-overlay .modal form .form-group textarea{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:16px;padding:12px 16px;transition:all .3s ease;width:100%}.modal-overlay .modal form .form-group input:focus,.modal-overlay .modal form .form-group select:focus,.modal-overlay .modal form .form-group textarea:focus{border-color:#eab39e;box-shadow:0 0 0 3px #eab39e1a;outline:none}.modal-overlay .modal form .form-group textarea{min-height:100px;resize:vertical}.modal-overlay .modal form .form-group .current-image{margin-top:8px}.modal-overlay .modal form .form-group .current-image img{border:2px solid #e2e8f0;border-radius:6px}.modal-overlay .modal form .form-group .checkbox-group{display:flex;flex-direction:column;gap:12px;margin-top:8px}.modal-overlay .modal form .form-group .checkbox-group label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:8px}.modal-overlay .modal form .form-group .checkbox-group label input[type=checkbox]{accent-color:#eab39e;cursor:pointer;height:16px;width:16px}.modal-overlay .modal form .form-group .checkbox-group label:hover{color:#eab39e}.modal-overlay .modal form .modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.modal-overlay .modal form .modal-actions .cancel-btn,.modal-overlay .modal form .modal-actions .save-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .3s ease}.modal-overlay .modal form .modal-actions .cancel-btn.cancel-btn,.modal-overlay .modal form .modal-actions .save-btn.cancel-btn{background:#f1f5f9;color:#666}.modal-overlay .modal form .modal-actions .cancel-btn.cancel-btn:hover,.modal-overlay .modal form .modal-actions .save-btn.cancel-btn:hover{background:#e2e8f0;color:#333}.modal-overlay .modal form .modal-actions .cancel-btn.save-btn,.modal-overlay .modal form .modal-actions .save-btn.save-btn{background:#eab39e;color:#fff}.modal-overlay .modal form .modal-actions .cancel-btn.save-btn:hover:not(:disabled),.modal-overlay .modal form .modal-actions .save-btn.save-btn:hover:not(:disabled){background:#e19274}.modal-overlay .modal form .modal-actions .cancel-btn.save-btn:disabled,.modal-overlay .modal form .modal-actions .save-btn.save-btn:disabled{cursor:not-allowed;opacity:.7}.modal-overlay .modal .order-details{padding:24px}.modal-overlay .modal .order-details .order-info{margin-bottom:24px}.modal-overlay .modal .order-details .order-info h4{color:#333;font-size:18px;font-weight:600;margin:0 0 16px}.modal-overlay .modal .order-details .order-info .info-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.modal-overlay .modal .order-details .order-info .info-grid div strong{color:#333}.modal-overlay .modal .order-details .order-items table{border-collapse:collapse;width:100%}.modal-overlay .modal .order-details .order-items table td,.modal-overlay .modal .order-details .order-items table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.modal-overlay .modal .order-details .order-items table th{background:#f8fafc;color:#333;font-size:14px;font-weight:600}.modal-overlay .modal .order-details .order-items table td{color:#666;font-size:14px}@font-face{font-family:Montserrat;font-style:normal;font-weight:lighter;src:url(/static/media/Montserrat-VariableFont_wght.4df14eb5e72bf55c4497.ttf) format("truetype")}@font-face{font-family:Montserrat medium;font-style:normal;src:url(/static/media/Montserrat-Medium.d3f3d769c2fc1af5c0b4.ttf) format("truetype")}*{word-wrap:break-word;font-family:Montserrat;overflow-wrap:anywhere;word-break:normal}h1,h2,h3{font-weight:200}h4,h5,h6{font-weight:100}body,html{margin:0;padding:0}html{overflow-x:hidden}.image-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.image-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:90vw;overflow:hidden}.image-modal .image-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 24px}.image-modal .image-modal-header h3{color:#333;font-size:18px;font-weight:600;margin:0}.image-modal .image-modal-header .close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.image-modal .image-modal-header .close-btn:hover{background:#e2e8f0;color:#333}.image-modal .image-modal-content{align-items:center;display:flex;justify-content:center;max-height:calc(90vh - 80px);overflow:auto;padding:24px}
/*# sourceMappingURL=main.60b37bae.css.map*/