@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap";.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:var(--surface-color)}.error-boundary-content{background:var(--surface-color);padding:60px 40px;border-radius:16px;box-shadow:0 10px 40px #0003;text-align:center;max-width:600px}.error-boundary-content h1{font-size:2.5rem;margin-bottom:20px;color:#efe5c9}.error-boundary-content p{font-size:1.1rem;color:#ddd3b7;margin-bottom:30px}.error-details{margin-top:30px;text-align:left;background:var(--surface-muted);padding:20px;border-radius:8px;border:1px solid #dee2e6}.error-details summary{cursor:pointer;font-weight:600;margin-bottom:10px;color:#dc3545}.error-details pre{background:var(--surface-color);color:#f8f9fa;padding:15px;border-radius:6px;overflow-x:auto;font-size:.85rem;margin-top:10px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.modal{background:var(--surface-color);border-radius:12px;box-shadow:0 15px 50px #0000004d;max-width:90vw;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.modal-small{width:350px}.modal-medium{width:500px}.modal-large{width:700px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:1px solid #313946}.modal-header h2{margin:0;font-size:1.5rem;color:#efe5c9}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#bdb39a;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.modal-close:hover{background:var(--surface-color);color:#efe5c9;transform:rotate(90deg)}.modal-body{padding:25px;color:#ddd3b7;line-height:1.6}.modal-body p{margin:0 0 15px}.modal-body p:last-child{margin-bottom:0}.modal-overlay.success{--modal-accent: #4caf50}.modal-overlay.success .modal-header{border-bottom-color:#4caf5033;background:#4caf500d}.modal-overlay.success .modal-header h2{color:#2e7d32}.modal-overlay.error{--modal-accent: #f44336}.modal-overlay.error .modal-header{border-bottom-color:#f4433633;background:#f443360d}.modal-overlay.error .modal-header h2{color:#c62828}.modal-overlay.warning{--modal-accent: #ff9800}.modal-overlay.warning .modal-header{border-bottom-color:#ff980033;background:#ff98000d}.modal-overlay.warning .modal-header h2{color:#e65100}.modal-overlay.info{--modal-accent: #2196f3}.modal-overlay.info .modal-header{border-bottom-color:#2196f333;background:#2196f30d}.modal-overlay.info .modal-header h2{color:#1565c0}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:25px;padding-top:20px;border-top:1px solid #313946}.modal-actions .btn{padding:10px 24px;font-size:1rem;min-width:100px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.modal-small,.modal-medium,.modal-large{width:90vw}.modal-header,.modal-body{padding:20px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}.alert-modal-content{text-align:center}.alert-modal-icon{font-size:3rem;margin-bottom:15px;line-height:1}.modal-overlay.success .alert-modal-icon{color:#4caf50}.modal-overlay.error .alert-modal-icon{color:#f44336}.modal-overlay.warning .alert-modal-icon{color:#ff9800}.modal-overlay.info .alert-modal-icon{color:#2196f3}.alert-modal-content p{font-size:1.05rem;line-height:1.5;margin:15px 0;color:#555}.alert-modal-content .modal-actions{margin-top:25px}.alert-modal-content .btn{min-width:120px}.navbar{background:var(--charcoal-900);padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 4px 16px #00000059;transform:translateY(0);transition:transform .3s ease-in-out}.navbar-hidden{transform:translateY(-100%)}.navbar-visible{transform:translateY(0)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.navbar-logo-image{height:42px;width:auto;max-width:64px;display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.25))}.navbar-logo-text{font-size:1.5rem;font-weight:700;letter-spacing:.03em;color:var(--gold-2);line-height:1;white-space:nowrap}.nav-menu{display:flex;list-style:none;gap:30px;margin:0;padding:0}.nav-link{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#e6ddc4;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;padding-bottom:5px}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold-1);transition:width .3s ease}.nav-link:hover{text-shadow:0 0 10px rgba(255,222,46,.45);transform:translateY(-2px)}.nav-link:hover:after{width:100%;box-shadow:0 0 8px #ffde2ea6}.mobile-only,.mobile-top-actions{display:none}.nav-icons{display:flex;align-items:center;gap:20px}.user-greeting{color:#d6cfb8;font-size:.9rem}.btn-logout{background-color:transparent;color:var(--gold-1);border:1px solid var(--gold-1);padding:6px 16px;border-radius:5px;cursor:pointer;font-size:.9rem;transition:all .3s}.btn-logout:hover{background-color:var(--gold-1);color:#111318;transform:translateY(-2px) scale(1.05);box-shadow:0 6px 18px #ffde2e59}.cart-icon{position:relative;font-size:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-icon:hover{transform:scale(1.15) rotate(-5deg);filter:brightness(1.2)}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:var(--gold-1);color:#13161b;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background-color:var(--gold-1);transition:.3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 1024px){.nav-menu{gap:20px}.navbar-logo{max-width:240px}.navbar-logo-image{height:38px}.navbar-logo-text{font-size:1.3rem}}@media (max-width: 768px){.navbar{padding:.8rem 0}.navbar-container{padding:0 15px}.navbar-logo{max-width:210px;gap:8px}.navbar-logo-image{height:32px}.navbar-logo-text{font-size:1.1rem}.mobile-top-actions{display:flex;align-items:center;gap:10px}.mobile-cart-shortcut{position:relative;display:inline-flex;align-items:center;gap:6px;text-decoration:none;border:1px solid rgba(255,222,46,.35);border-radius:999px;padding:6px 10px;background:#14171de6;color:#efe6cc;line-height:1}.mobile-cart-shortcut-icon{font-size:1rem}.mobile-cart-shortcut-text{font-size:.85rem;font-weight:600;letter-spacing:.02em}.mobile-cart-shortcut .cart-badge{top:-7px;right:-7px}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:68px;flex-direction:column;background:var(--surface-color);width:100%;text-align:center;transition:.3s;padding:18px 0 24px;min-height:calc(100vh - 68px);overflow-y:auto;box-shadow:0 16px 30px #00000059;z-index:120;border-top:1px solid rgba(255,222,46,.18)}.nav-menu.active{left:0}.nav-icons{gap:15px}.cart-icon{font-size:1.3rem}.nav-item{padding:10px 0}.nav-icons{display:none}.user-greeting{font-size:1rem}.mobile-only{display:block}.mobile-user-row{display:flex;flex-direction:column;align-items:center;gap:10px}.mobile-user-greeting{color:#e7ddc3;font-size:.98rem}.mobile-logout{min-width:110px}.mobile-cart-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #3d4552;border-radius:999px;background:var(--surface-color)}}.footer{position:relative;background:var(--surface-color);color:#e8dfc6;padding:56px 24px 24px;margin-top:84px;border-top:1px solid rgba(255,222,46,.28)}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(1200px,calc(100% - 48px));height:1px;background:linear-gradient(90deg,transparent,rgba(255,222,46,.62),transparent)}.footer-container{position:relative;max-width:1240px;margin:0 auto 34px;display:grid;grid-template-columns:1.2fr 1fr 1fr .9fr;gap:34px}.footer-section h3{font-size:clamp(1.6rem,2.3vw,2rem);margin-bottom:14px;color:var(--gold-2);letter-spacing:.02em}.footer-brand{display:inline-flex;align-items:center;gap:10px}.footer-brand-logo{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 3px 10px rgba(0,0,0,.25))}.footer-section h4{font-size:1.03rem;margin-bottom:14px;color:var(--gold-4);letter-spacing:.04em;text-transform:uppercase}.footer-section p{font-size:.95rem;line-height:1.75;color:#d7ceb4;max-width:320px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#d8cfb5;text-decoration:none;opacity:.92;transition:color .25s ease,transform .2s ease,text-shadow .25s ease;display:inline-flex;align-items:center;gap:6px}.footer-section ul li a:hover{color:var(--gold-2);text-shadow:0 0 12px rgba(255,222,46,.35);transform:translate(4px)}.social-links{display:flex;gap:12px;font-size:1.25rem;flex-wrap:wrap}.social-links a{color:var(--gold-2);transition:all .28s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffde2e14;border:1px solid rgba(255,222,46,.28)}.social-icon{width:20px;height:20px;fill:currentColor}.social-links a:hover{transform:translateY(-2px) scale(1.06);background:#ffde2e33;border-color:#ffd54a8f;filter:drop-shadow(0 6px 12px rgba(255,222,46,.28))}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:22px;border-top:1px solid rgba(255,222,46,.2);font-size:.9rem;color:#cfc4a7}.branding-link{display:inline-flex;align-items:center;gap:8px;color:#d6cfb8;text-decoration:none;transition:color .25s ease,transform .2s ease}.branding-link:hover{color:var(--gold-2);transform:translateY(-2px)}.branding-text{font-size:clamp(1.05rem,1.3vw,1.25rem);font-weight:700;letter-spacing:.02em}@media (max-width: 1024px){.footer-container{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.footer-section p{max-width:100%}}@media (max-width: 768px){.footer{padding:46px 16px 18px;margin-top:64px}.footer-container{grid-template-columns:1fr;text-align:center;gap:22px}.footer-brand{justify-content:center}.footer-brand-logo{width:40px;height:40px}.social-links{justify-content:center}.footer-bottom{flex-direction:column;gap:10px}}.product-card{background:var(--surface-color);border-radius:0;overflow:hidden;border:1px solid var(--card-border);box-shadow:0 8px 24px #00000047;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%;position:relative}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,rgba(255,222,46,.08));opacity:0;transition:opacity .4s ease;z-index:0;pointer-events:none}.product-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 18px 34px #0000006b}.product-card:hover:before{opacity:1}.product-image-link{display:block;width:100%;height:250px;overflow:hidden;position:relative}.out-of-stock-badge,.low-stock-badge{position:absolute;top:10px;right:10px;padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:600;z-index:1;text-transform:uppercase;animation:badgeFloat 2s ease-in-out infinite;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.out-of-stock-badge{background-color:#dc3545;color:#fff}.low-stock-badge{background-color:var(--primary-color);color:#fff}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image{transform:scale(1.08) rotate(1deg)}.product-info{padding:20px;display:flex;flex-direction:column;flex:1;gap:15px}.product-title-link{text-decoration:none;color:inherit;display:block}.product-title{font-size:1.3rem;margin-bottom:0;color:#ece5ce;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;line-height:1.3}.product-title-link:hover .product-title{color:var(--gold-1);transform:translate(5px)}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.product-price{font-size:1.5rem;font-weight:700;color:var(--gold-1);display:flex;flex-direction:column;gap:3px;animation:priceFloat 3s ease-in-out infinite}@keyframes priceFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.product-weight{font-size:.8rem;color:#bbb39d;font-weight:400}.add-to-cart-btn{padding:10px 20px;font-size:.9rem;white-space:nowrap;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.add-to-cart-btn:hover{animation:buttonShake .5s ease;box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}@keyframes buttonShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.btn-disabled{background-color:#ccc;color:#666;cursor:not-allowed;padding:10px 20px;font-size:.9rem}.stock-warning{color:var(--primary-color);font-size:.85rem;font-weight:600;text-align:center;animation:pulse 2s ease-in-out infinite;padding:8px;background:rgba(var(--primary-rgb),.1);border-radius:6px}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@media (max-width: 1024px){.product-image-link{height:220px}.product-info{padding:15px}}@media (max-width: 768px){.product-image-link{height:200px}.product-info{padding:15px}.product-title{font-size:1.1rem}.product-description{font-size:.85rem}.product-footer{flex-direction:column;align-items:stretch;gap:10px}.product-price{font-size:1.2rem}.add-to-cart-btn,.btn-disabled{width:100%}}.product-carousel-section{margin:42px 0}.product-carousel-title{font-size:clamp(1.6rem,2.2vw,2rem);color:var(--gold-1);margin-bottom:8px}.product-carousel-subtitle{color:#d8cfb5;margin-bottom:20px}.product-carousel-empty{color:#d8cfb5;margin:0}.product-carousel-container{position:relative}.product-carousel-track{overflow:hidden}.product-carousel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-carousel-btn{position:absolute;top:126px;transform:translateY(-50%);z-index:20;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,222,46,.46);color:var(--gold-1);background:#0000006b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.product-carousel-btn:hover{background:#00000094;transform:translateY(-50%) scale(1.05)}.product-carousel-btn:active{transform:translateY(-50%) scale(.95)}.product-carousel-btn-prev{left:10px}.product-carousel-btn-next{right:10px}.product-carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:20px;flex-wrap:wrap}.product-carousel-indicator{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,222,46,.45);background:#ffde2e33;cursor:pointer;transition:all .3s ease}.product-carousel-indicator.active{width:28px;background:var(--gold-1);border-color:var(--gold-1);box-shadow:0 4px 12px #ffde2e52}@media (max-width: 1024px){.product-carousel-grid{gap:16px}}@media (max-width: 768px){.product-carousel-grid{grid-template-columns:1fr;gap:16px}.product-carousel-btn{width:40px;height:40px;top:104px;font-size:1.2rem}.product-carousel-btn-prev{left:6px}.product-carousel-btn-next{right:6px}}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:40px;animation:fadeIn .3s ease-out}.spinner{border:4px solid rgba(var(--primary-rgb),.1);border-top:4px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin .8s cubic-bezier(.5,0,.5,1) infinite;box-shadow:0 0 20px rgba(var(--primary-rgb),.2)}.loading-message{margin-top:20px;font-size:1.1rem;color:#666;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.category-carousel-section{margin:70px 0;padding:0 6px}.carousel-title{text-align:center;font-size:clamp(2rem,3vw,2.6rem);margin-bottom:30px;color:var(--gold-1)}.carousel-container{position:relative;padding:0}.carousel-btn{position:absolute;top:clamp(94px,18vw,140px);transform:translateY(-50%);background:#0000006b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,222,46,.46);color:var(--gold-1);width:48px;height:48px;border-radius:50%;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:20}.carousel-btn:hover{background:#00000094;border-color:#ffde2e99;box-shadow:0 8px 16px #ffde2e1a;transform:translateY(-50%) scale(1.05)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-btn-prev{left:10px}.carousel-btn-next{right:10px}@media (max-width: 767px){.carousel-btn{width:40px;height:40px;font-size:1.4rem;top:clamp(84px,30vw,112px)}.carousel-btn-prev{left:8px}.carousel-btn-next{right:8px}}.carousel-track{flex:1;overflow:hidden;position:relative}.carousel-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 767px){.carousel-items{grid-template-columns:1fr}}.category-card{background:var(--surface-color);border:1px solid rgba(255,222,46,.22);border-radius:0;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%;box-shadow:0 8px 24px #00000047;position:relative}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,rgba(255,222,46,.08));opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.category-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 18px 34px #0000006b;border-color:#ffde2e80}.category-card:hover:before{opacity:1}.category-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden;flex-shrink:0}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-image{transform:scale(1.08) rotate(1deg)}.category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 100%);opacity:0;transition:opacity .3s ease}.category-card:hover .category-overlay{opacity:1}.category-info{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1;position:relative;z-index:2}.category-name{font-size:1.4rem;font-weight:600;color:var(--gold-1);margin:0;transition:color .3s ease}.category-card:hover .category-name{color:var(--gold-2)}.recent-product-name{font-size:.95rem;color:#d8cfb5;margin:0;line-height:1.4;flex:1;transition:color .3s ease}.category-card:hover .recent-product-name{color:#e7dec5}.btn-small{padding:10px 16px;font-size:.95rem;width:fit-content;margin-top:auto}.carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:24px;flex-wrap:wrap}.indicator{width:8px;height:8px;border-radius:50%;background:#ffde2e33;border:1px solid rgba(255,222,46,.3);cursor:pointer;transition:all .3s ease;padding:0}.indicator.active{background:var(--gold-1);width:24px;border-radius:4px;box-shadow:0 4px 12px #ffde2e4d}.indicator:hover{background:#ffde2e66}.all-categories-action{margin-top:24px;display:flex;justify-content:center}@media (max-width: 767px){.carousel-container{gap:8px;padding:0}.category-image-wrapper{height:220px}.category-info{padding:16px}.category-name{font-size:1.2rem}.recent-product-name{font-size:.9rem}}@media (max-width: 480px){.carousel-title{font-size:clamp(1.6rem,2vw,1.8rem);margin-bottom:20px}.carousel-btn{width:36px;height:36px;font-size:1.2rem}.category-image-wrapper{height:200px}.category-info{padding:14px;gap:10px}.category-name{font-size:1.1rem}}.testimonials-section{background:var(--surface-color);border:1px solid rgba(255,222,46,.2);border-radius:0;box-shadow:none;padding:52px 24px;margin:46px 0}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-section .section-title{font-size:clamp(2rem,3vw,2.6rem);text-align:center;margin-bottom:14px;color:var(--gold-1);font-weight:700}.testimonials-section .section-subtitle{text-align:center;color:#e2d8be;margin-bottom:36px;font-size:1.02rem;max-width:700px;margin-left:auto;margin-right:auto}.testimonials-carousel{position:relative;overflow:visible;margin-bottom:30px}.testimonial-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.testimonial-slide{min-width:0;padding:0}.testimonial-card{background:var(--surface-color);border:1px solid rgba(255,222,46,.2);border-radius:0;padding:30px;box-shadow:var(--shadow-soft);transition:all .3s ease}.testimonial-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-4px)}.testimonial-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.avatar{font-size:3rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(var(--primary-rgb),.1);border-radius:50%;flex-shrink:0}.avatar-image{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--primary-color)}.testimonial-author h3{margin:0;font-size:1.1rem;color:var(--gold-1)}.testimonial-author p{margin:5px 0 0;color:#ded3b8;font-size:.9rem}.location{margin:5px 0 0!important}.testimonial-rating{font-size:1.2rem;letter-spacing:2px;margin-bottom:15px}.testimonial-text{font-size:1rem;line-height:1.75;color:#f7edd2;margin:0;font-style:normal;font-weight:500}.testimonial-carousel-btn{position:absolute;top:130px;transform:translateY(-50%);width:45px;height:45px;border:1px solid rgba(255,222,46,.46);background:#0000006b;color:var(--gold-1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.testimonial-carousel-btn:hover{background:#00000094;border-color:#ffde2e99;transform:translateY(-50%) scale(1.1)}.testimonial-carousel-btn-prev{left:10px}.testimonial-carousel-btn-next{right:10px}.testimonial-dots{display:flex;justify-content:center;gap:10px;margin-bottom:40px}.dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,222,46,.45);background:#ffde2e33;cursor:pointer;transition:all .3s ease}.dot.active{background:var(--gold-1);border-color:var(--gold-1);width:30px;border-radius:5px;box-shadow:0 4px 12px #ffde2e52}.dot:hover{background:#ffde2e7a}@media (max-width: 768px){.testimonials-section{padding:28px 14px}.testimonials-section .section-title{font-size:1.8rem}.testimonials-section .section-subtitle{font-size:.9rem;margin-bottom:30px}.testimonial-card{padding:20px}.testimonial-header{gap:10px}.avatar{width:50px;height:50px;font-size:2rem}.testimonial-author h3{font-size:1rem}.testimonial-track{grid-template-columns:1fr;gap:16px}.testimonial-carousel-btn{width:40px;height:40px;font-size:1.2rem;top:104px}.testimonial-carousel-btn-prev{left:5px}.testimonial-carousel-btn-next{right:5px}.testimonial-dots{margin-bottom:30px}}@media (max-width: 480px){.testimonials-section .section-title{font-size:1.5rem}.testimonial-carousel-btn{width:35px;height:35px;font-size:1rem;top:96px}.testimonial-card{padding:15px}.testimonial-text{font-size:.85rem}}.testimonial-submission{margin-bottom:30px}.btn-submit-testimonial{width:100%;padding:15px;font-size:1rem}.testimonial-form-container{background:var(--surface-color);border:2px solid var(--primary-color);border-radius:8px;padding:25px;margin-bottom:20px}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.form-header h3{margin:0;font-size:1.3rem;color:#efe5c9;font-weight:600}.btn-close{background:none;border:none;font-size:1.5rem;color:#bcb299;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.btn-close:hover{color:#e9debf;transform:scale(1.1)}.testimonial-form{display:flex;flex-direction:column;gap:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{font-weight:600;color:#e7dec5}.form-group input[type=text],.form-group input[type=email],.form-group textarea{padding:12px;border:1px solid var(--border-color);background:var(--surface-muted);color:#e9dfc4;border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .3s ease}.form-group input[type=text]::placeholder,.form-group input[type=email]::placeholder,.form-group textarea::placeholder{color:#b9b099}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1)}.rating-picker{display:flex;gap:10px}.star-btn{background:none;border:2px solid var(--border-color);width:50px;height:50px;border-radius:6px;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.star-btn:hover{border-color:var(--primary-color);transform:scale(1.1)}.star-btn.active{border-color:var(--primary-color);background:rgba(var(--primary-rgb),.1)}.rating-display{font-size:1.2rem;letter-spacing:2px;margin:0;color:#e7dec4}.image-upload{position:relative}.file-input{display:none}.file-label{display:inline-block;padding:12px 20px;background:var(--surface-muted);border:2px dashed var(--primary-color);border-radius:6px;color:var(--primary-color);font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;width:100%;box-sizing:border-box}.file-label:hover{background:rgba(var(--primary-rgb),.05)}.image-preview{position:relative;display:inline-block;margin-top:15px;width:100%}.image-preview img{max-width:200px;max-height:200px;border-radius:6px;border:1px solid var(--border-color)}.btn-remove-image{position:absolute;top:5px;right:5px;background:var(--surface-muted);color:#721c24;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.btn-remove-image:hover{background:var(--surface-muted)}.char-count{color:#bdb39a;font-size:.85rem;text-align:right}.form-actions{display:flex;gap:10px;margin-top:15px}.form-note{background:var(--surface-muted);color:#ddd3b7;padding:12px;border-radius:6px;font-size:.9rem;margin:0;border-left:4px solid var(--gold-5)}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.testimonial-form-container{padding:15px}.form-header{flex-direction:column;align-items:flex-start;gap:10px}.star-btn{width:45px;height:45px;font-size:1.2rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.hero-section{background:linear-gradient(110deg,#0c0f15e6,#0c0f15c7 42%,#0c0f159e),url(https://i.pinimg.com/736x/f0/e1/c3/f0e1c3247edd033f7c38483fc8c49e5f.jpg) center/cover no-repeat;color:#f3e9ca;padding:46px 26px;border-radius:0;margin-bottom:56px;position:relative;overflow:visible}.home-page{display:flex;flex-direction:column;gap:0;background:var(--charcoal-950)}.hero-section:before{display:none}.hero-content{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:stretch}.hero-text{display:flex;flex-direction:column;justify-content:center}.hero-kicker{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:4px 10px;border:1px solid rgba(255,222,46,.35);background:#ffde2e1f;color:var(--gold-1);font-size:.78rem;letter-spacing:.04em;font-weight:600}.hero-content h1{font-size:clamp(2.15rem,3.2vw,3.3rem);line-height:1.12;margin-bottom:18px;animation:none;color:var(--gold-1);text-align:left}.hero-content p{font-size:1.12rem;margin-bottom:12px;animation:none;text-align:left}.hero-subtitle{font-size:1.02rem!important;opacity:.92;margin-bottom:24px!important;color:#ddd6c1;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{min-height:380px;background:linear-gradient(#0a0c1238,#0a0c1266),url(https://i.pinimg.com/736x/42/ed/ce/42edce8e89a20200950e110c2d8d41b2.jpg) center/cover no-repeat;border:1px solid rgba(255,222,46,.24)}.btn-large{padding:12px 28px;font-size:1.02rem;animation:none}.featured-section,.features-section{margin:70px 0}.featured-section,.features-section,.home-testimonial-submit-section{padding:0 6px}.section-title{text-align:center;font-size:clamp(2rem,3vw,2.6rem);margin-bottom:20px;color:var(--gold-1)}.home-testimonial-submit-section{background:var(--charcoal-900);border:1px solid rgba(255,222,46,.2);border-radius:0;padding:38px 24px;margin-top:34px;box-shadow:none}.home-testimonial-submit-inner{max-width:920px;margin:0 auto}.home-testimonial-submit-subtitle{text-align:center;margin:0 auto 26px;max-width:700px;color:#ddd6c1;font-size:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:40px}.featured-carousel-container{position:relative}.featured-carousel-track{flex:1;overflow:hidden}.featured-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-bottom:26px}.featured-products-grid .product-card{animation:slideInUp .35s ease-out forwards;opacity:0}.featured-products-grid .product-card:nth-child(1){animation-delay:0s}.featured-products-grid .product-card:nth-child(2){animation-delay:.04s}.featured-products-grid .product-card:nth-child(3){animation-delay:.08s}.featured-indicators{margin-top:0}.featured-carousel-container .carousel-btn{position:absolute;top:126px;transform:translateY(-50%);z-index:20;background:#0000006b;border-color:#ffde2e75;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.featured-carousel-container .carousel-btn-prev{left:10px}.featured-carousel-container .carousel-btn-next{right:10px}.featured-carousel-container .carousel-btn:hover{background:#00000094;transform:translateY(-50%) scale(1.05)}.featured-carousel-container .carousel-btn:active{transform:translateY(-50%) scale(.95)}.products-grid .product-card{animation:slideInUp .6s ease-out forwards;opacity:0}.products-grid .product-card:nth-child(1){animation-delay:.1s}.products-grid .product-card:nth-child(2){animation-delay:.2s}.products-grid .product-card:nth-child(3){animation-delay:.3s}.products-grid .product-card:nth-child(4){animation-delay:.4s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.view-all-container{text-align:center;margin-top:26px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.features-carousel-container{position:relative}.features-carousel-track{overflow:hidden}.features-carousel-container .carousel-btn{position:absolute;top:130px;transform:translateY(-50%);z-index:20;background:#0000006b;border-color:#ffde2e75;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.features-carousel-container .carousel-btn-prev{left:10px}.features-carousel-container .carousel-btn-next{right:10px}.features-carousel-container .carousel-btn:hover{background:#00000094;transform:translateY(-50%) scale(1.05)}.features-carousel-container .carousel-btn:active{transform:translateY(-50%) scale(.95)}.features-indicators{margin-top:22px}.feature-card{text-align:center;padding:34px 22px;background:var(--surface-color);border-radius:0;border:1px solid rgba(255,222,46,.22);box-shadow:none;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000047}.feature-icon{font-size:3rem;margin-bottom:20px}.feature-card h3{font-size:1.4rem;margin-bottom:15px;color:var(--gold-1)}.feature-card p{font-size:1rem;color:#d3cdb9;line-height:1.6}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .35s ease-out,transform .35s ease-out}.fade-in-visible{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:20px}.hero-visual{min-height:300px}.hero-content h1{font-size:2.5rem}.products-grid{grid-template-columns:repeat(2,1fr)}.featured-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.features-grid{grid-template-columns:repeat(2,1fr)}.features-carousel-container .carousel-btn{top:122px}}@media (max-width: 768px){.hero-section{padding:28px 12px;margin-bottom:36px}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.hero-subtitle{font-size:.92rem}.hero-actions{gap:10px}.hero-visual{min-height:230px}.products-grid{grid-template-columns:1fr;gap:16px}.featured-carousel-container{gap:8px}.featured-carousel-container .carousel-btn{top:104px}.featured-products-grid{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.features-grid{grid-template-columns:1fr}.features-carousel-container .carousel-btn{top:106px}.featured-section,.features-section,.home-testimonial-submit-section{margin:30px 0;padding-left:0;padding-right:0}.home-testimonial-submit-section{padding:22px 14px}}.shop-page{padding:20px 0;animation:fadeIn .5s ease-out}.search-input{width:100%;padding:15px 50px 15px 20px;font-size:1rem;border:2px solid var(--border-color);border-radius:50px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 4px 16px rgba(var(--primary-rgb),.2);transform:translateY(-2px)}.advanced-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px;padding:20px;background:var(--surface-color);border-radius:8px}.filter-group{display:flex;flex-direction:column;gap:10px}.filter-group label{font-weight:600;color:#2c2f1f;font-size:.95rem}.price-slider{width:100%;height:6px;border-radius:3px;background:var(--surface-muted);outline:none;-webkit-appearance:none}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary-color);cursor:pointer;box-shadow:0 2px 4px #0003}.price-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary-color);cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.sort-select{padding:10px 15px;border:2px solid var(--border-color);border-radius:4px;font-size:.95rem;cursor:pointer;transition:all .3s ease}opacity: .5; } .filter-section{background:var(--surface-color);padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:40px}.filter-section h3{margin-bottom:15px;color:var(--text-color);font-size:1.2rem;font-weight:600}.category-buttons{display:flex;flex-wrap:wrap;gap:15px}.category-btn{padding:10px 24px;border:2px solid var(--primary-color);background:var(--surface-color);color:var(--primary-color);border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.category-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--primary-color);transform:translate(-50%,-50%);transition:width .5s,height .5s;z-index:-1}.category-btn:hover:before,.category-btn.active:before{width:300px;height:300px}.category-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.2)}.category-btn.active{background:var(--primary-color);color:#fff;box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.shop-page{padding:10px 0}.products-grid{grid-template-columns:1fr;gap:15px}.category-buttons{gap:10px}.filter-btn{padding:8px 16px;font-size:.9rem}.filter-section{padding:15px}.search-input{padding:12px 45px 12px 15px}}@media (max-width: 480px){.page-header h1{font-size:1.5rem}.page-header p{font-size:.9rem}.filter-section h3{font-size:1rem}}text-align: center; } } .all-categories-page{padding:20px 0}.all-categories-breadcrumbs{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:14px;color:#d8cfb5}.all-categories-link{color:var(--gold-1);text-decoration:none}.all-categories-link:hover{color:var(--gold-2)}.all-categories-grid-section{padding:0 6px}.all-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:26px}.all-category-card{background:var(--surface-color);border:1px solid rgba(255,222,46,.22);cursor:pointer;transition:all .35s ease;display:flex;flex-direction:column}.all-category-card:hover{transform:translateY(-6px);box-shadow:0 14px 28px #00000059;border-color:#ffde2e73}.all-category-image-wrap{width:100%;height:220px;overflow:hidden}.all-category-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.all-category-card:hover .all-category-image{transform:scale(1.06)}.all-category-content{padding:18px;display:flex;flex-direction:column;gap:10px}.all-category-content h3{color:var(--gold-1);font-size:1.25rem}.all-category-content p{color:#d8cfb5}.all-category-cta{width:fit-content;margin-top:4px}@media (max-width: 768px){.all-categories-grid{grid-template-columns:1fr;gap:16px}.all-category-image-wrap{height:200px}}.category-page{padding:20px 0;animation:fadeIn .5s ease-out}.header-content{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px;font-size:.95rem}.breadcrumb{color:var(--gold-1);text-decoration:none;transition:color .3s ease}.breadcrumb:hover{color:var(--gold-2)}.breadcrumb-separator{color:#ffde2e80;margin:0 4px}.breadcrumb-current{color:#d8cfb5}.search-section{margin-bottom:30px}.search-box{position:relative;max-width:600px;margin:0 auto}.search-input{width:100%;padding:15px 50px 15px 20px;font-size:1rem;border:2px solid rgba(255,222,46,.3);border-radius:50px;background:var(--surface-color);color:var(--text-color);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0003}.search-input::placeholder{color:#d8cfb599}.search-input:focus{outline:none;border-color:var(--gold-1);box-shadow:0 4px 16px #ffde2e33;transform:translateY(-2px)}.search-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:1.3rem;pointer-events:none}.filters-section{display:grid;grid-template-columns:auto auto 1fr;gap:20px;margin-bottom:30px;padding:20px;background:var(--surface-color);border:1px solid rgba(255,222,46,.18);border-radius:8px;align-items:center}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-weight:600;color:var(--gold-1);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.filter-select{padding:10px 15px;border:1px solid rgba(255,222,46,.3);border-radius:4px;font-size:.95rem;cursor:pointer;background:var(--surface-color);color:var(--text-color);transition:all .3s ease}.filter-select:hover{border-color:#ffde2e99}.filter-select:focus{outline:none;border-color:var(--gold-1);box-shadow:0 0 0 2px #ffde2e1a}.filter-select option{background:#1a1f28;color:var(--text-color)}.price-inputs{display:flex;align-items:center;gap:10px}.price-input{width:120px;padding:8px 12px;border:1px solid rgba(255,222,46,.3);border-radius:4px;font-size:.9rem;background:var(--surface-color);color:var(--text-color);transition:all .3s ease}.price-input::placeholder{color:#d8cfb580}.price-input:focus{outline:none;border-color:var(--gold-1);box-shadow:0 0 0 2px #ffde2e1a}.price-separator{color:#ffde2e66}.filter-info{text-align:right;color:#d8cfb5;font-size:.95rem}.category-content{padding:0 6px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.no-results{text-align:center;padding:60px 20px;background:var(--surface-color);border:1px solid rgba(255,222,46,.18);border-radius:8px;color:#d8cfb5}@media (max-width: 768px){.filters-section{grid-template-columns:1fr;gap:15px}.filter-info{text-align:left}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}}@media (max-width: 480px){.header-content{flex-direction:column;gap:4px}.breadcrumb-separator{display:none}.filters-section{padding:15px}.filter-group label{font-size:.8rem}.filter-select,.price-input{font-size:.85rem;padding:8px 10px}.price-input{width:100px}.products-grid{grid-template-columns:1fr;gap:15px}}.image-gallery{display:flex;flex-direction:column;gap:15px}.main-image-container{position:relative;width:100%;aspect-ratio:1;background:var(--surface-color);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.main-image{width:100%;height:100%;position:relative;cursor:zoom-in;overflow:hidden}.main-image.zoomed{cursor:zoom-out;background-size:200%;background-repeat:no-repeat}.main-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.main-image img.hidden{display:none}.zoom-indicator{position:absolute;top:10px;right:10px;background:#000000b3;color:#fff;padding:8px 12px;border-radius:4px;font-size:.85rem;font-weight:600;pointer-events:none}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.nav-btn:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.nav-btn.prev{left:10px}.nav-btn.next{right:10px}.image-counter{position:absolute;bottom:10px;right:10px;background:#000000b3;color:#fff;padding:6px 12px;border-radius:4px;font-size:.85rem;font-weight:600}.thumbnails{display:flex;gap:10px;overflow-x:auto;padding:5px 0}.thumbnails::-webkit-scrollbar{height:6px}.thumbnails::-webkit-scrollbar-track{background:var(--surface-color);border-radius:3px}.thumbnails::-webkit-scrollbar-thumb{background:var(--surface-color);border-radius:3px}.thumbnails::-webkit-scrollbar-thumb:hover{background:var(--surface-color)}.thumbnail{flex:0 0 auto;width:80px;height:80px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:var(--surface-color);padding:3px}.thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.thumbnail:hover{border-color:#ddd;transform:scale(1.05)}.thumbnail:hover img{transform:scale(1.1)}.thumbnail.active{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.3)}@media (max-width: 768px){.main-image-container{aspect-ratio:1}.nav-btn{width:35px;height:35px;font-size:1.2rem}.thumbnail{width:70px;height:70px}.thumbnails{gap:8px}}.review-section{background:var(--surface-color);padding:30px;border-radius:8px;margin-top:40px;box-shadow:0 2px 8px #0000000d}.review-section h2{font-size:1.6rem;margin-bottom:25px;color:#2c2f1f;font-weight:700}.rating-summary{display:grid;grid-template-columns:1fr auto;gap:30px;padding:25px;background:var(--surface-muted);border-radius:8px;margin-bottom:30px;align-items:center}.rating-display{display:flex;align-items:center}.average-rating{text-align:center}.rating-number{font-size:3.5rem;font-weight:700;color:var(--primary-color);display:block;line-height:1}.rating-stars{font-size:1.5rem;margin:10px 0;letter-spacing:2px}.review-count{color:#666;margin:10px 0 0;font-size:.9rem}.login-prompt{background:var(--surface-color);padding:15px 20px;border-radius:6px;text-align:center;color:#0c5460;border-left:4px solid #0c5460}.review-form-container{background:var(--surface-muted);padding:25px;border-radius:8px;margin-bottom:30px}.review-form-container h3{font-size:1.3rem;margin-bottom:20px;color:#2c2f1f;font-weight:600}.review-form{display:flex;flex-direction:column;gap:20px}.form-group label{font-weight:600;color:#2c2f1f}.rating-selector{display:flex;gap:10px}.star{background:none;border:2px solid #ddd;width:45px;height:45px;border-radius:4px;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.star:hover{border-color:var(--primary-color);transform:scale(1.1)}.star.active{border-color:var(--primary-color);background:rgba(var(--primary-rgb),.1)}.review-form input[type=text],.review-form textarea{padding:12px;border:1px solid var(--border-color);border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .3s ease}.review-form input[type=text]:focus,.review-form textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1)}.form-group small{color:#999;font-size:.85rem;text-align:right}.form-actions{display:flex;gap:10px;margin-top:10px}.form-actions .btn{flex:1}.reviews-list{display:flex;flex-direction:column;gap:20px}.loading,.no-reviews{text-align:center;padding:40px;color:#999;font-size:1rem}.review-item{border:1px solid var(--border-color);padding:20px;border-radius:8px;transition:all .3s ease}.review-item:hover{box-shadow:0 2px 8px #00000014}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.reviewer-info h4{font-size:1.1rem;margin:0 0 8px;color:#2c2f1f;font-weight:600}.reviewer-name{font-size:.9rem;color:#666;margin:0;display:flex;align-items:center;gap:10px}.verified-badge{background:var(--surface-color);color:#155724;padding:2px 8px;border-radius:3px;font-size:.8rem;font-weight:600;white-space:nowrap}.btn-delete-review{background:var(--surface-color);border:none;color:#721c24;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.btn-delete-review:hover{background:var(--surface-color);transform:scale(1.1)}.review-rating{font-size:1.2rem;margin-bottom:12px;letter-spacing:2px}.review-comment{color:#333;line-height:1.6;margin:12px 0;font-size:.95rem}.review-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid var(--border-color);font-size:.85rem;color:#999}.review-date{font-style:italic}.helpful-count{background:var(--surface-color);padding:4px 10px;border-radius:3px;color:#0c5460}.sort-section{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:15px;background:var(--surface-muted);border-radius:6px}.sort-section label{font-weight:600;color:#2c2f1f;margin:0}.sort-select{padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem;background:var(--surface-color);color:#e7dec5;cursor:pointer;transition:all .3s ease}.sort-select:hover{border-color:var(--primary-color)}.sort-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1)}@media (max-width: 768px){.review-section{padding:20px}.rating-summary{grid-template-columns:1fr;gap:20px;padding:20px}.review-form-container{padding:20px}.review-item{padding:15px}.star{width:40px;height:40px;font-size:1.3rem}.review-footer{flex-direction:column;align-items:flex-start;gap:8px}}.product-detail-page{padding:20px 0;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn-back{background:none;border:none;color:var(--primary-color);font-size:1rem;cursor:pointer;margin-bottom:20px;padding:10px 0;transition:color .3s}.btn-back:hover{color:var(--secondary-color)}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:50px;background:var(--surface-color);padding:40px;border-radius:12px;box-shadow:0 2px 12px #0000001a}.product-image-section img{width:100%;border-radius:12px;object-fit:cover;max-height:500px}.product-info-section h1{font-size:2.2rem;color:#2c2f1f;margin-bottom:15px;font-weight:700;line-height:1.3}.product-category{display:flex;gap:10px;margin-bottom:20px}.product-info-section .product-price{font-size:2rem;color:var(--primary-color);font-weight:700;margin:20px 0}.product-info-section .weight-info{font-size:1.2rem;color:#666;font-weight:400}.product-description{margin:30px 0;padding:20px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.product-description h3{font-size:1.3rem;margin-bottom:15px;color:var(--secondary-color)}.product-description p{font-size:1.05rem;line-height:1.8;color:#666}.stock-warning{color:var(--warning-color);font-weight:600;margin:15px 0;padding:10px;background:rgba(var(--primary-rgb),.12);border-radius:5px;text-align:center}.product-actions{margin-top:30px}.quantity-selector{display:flex;align-items:center;gap:15px;margin-bottom:20px}.quantity-selector label{font-weight:600;font-size:1.1rem}.quantity-selector input{width:80px;padding:10px;font-size:1.1rem;border:2px solid var(--border-color);border-radius:5px;text-align:center}.action-buttons{display:flex;gap:15px}.action-buttons .btn{flex:1;padding:15px;font-size:1.1rem}.btn-wishlist{background:var(--surface-muted);border:2px solid var(--card-border);color:var(--warning-color);transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600}.btn-wishlist:hover{border-color:var(--warning-color);background:var(--brand-gradient);color:#111217}.btn-wishlist.active{background:var(--brand-gradient);border-color:var(--warning-color);color:#111217}.out-of-stock-message{background:var(--surface-muted);color:#e9dfc4;padding:20px;border-radius:8px;text-align:center;margin-top:20px;font-weight:600}.similar-products-section{margin-top:44px;padding:26px;background:var(--surface-color);border:1px solid rgba(255,222,46,.18);border-radius:12px}.similar-products-title{font-size:clamp(1.6rem,2.4vw,2rem);color:var(--gold-1);margin-bottom:10px}.similar-products-subtitle{color:#d8cfb5;margin-bottom:24px;line-height:1.6}.similar-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.similar-carousel-container{position:relative}.similar-carousel-track{overflow:hidden}.similar-carousel-btn{position:absolute;top:126px;transform:translateY(-50%);z-index:20;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,222,46,.46);color:var(--gold-1);background:#0000006b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.similar-carousel-btn:hover{background:#00000094;transform:translateY(-50%) scale(1.05)}.similar-carousel-btn:active{transform:translateY(-50%) scale(.95)}.similar-carousel-btn-prev{left:10px}.similar-carousel-btn-next{right:10px}.similar-indicators{display:flex;justify-content:center;gap:8px;margin-top:20px}.similar-indicator{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,222,46,.45);background:#ffde2e33;cursor:pointer;transition:all .3s ease}.similar-indicator.active{width:28px;background:var(--gold-1);border-color:var(--gold-1);box-shadow:0 4px 12px #ffde2e52}@media (max-width: 1024px){.product-detail-container{grid-template-columns:1fr;gap:25px}}@media (max-width: 768px){.product-detail-container{grid-template-columns:1fr;padding:15px;gap:20px}.product-info-section h1{font-size:1.5rem}.product-price{font-size:1.4rem}.similar-products-section{padding:18px}.similar-products-grid{grid-template-columns:1fr;gap:16px}.similar-carousel-btn{width:40px;height:40px;top:104px;font-size:1.2rem}.similar-carousel-btn-prev{left:6px}.similar-carousel-btn-next{right:6px}.quantity-selector{width:100%}.action-buttons{flex-direction:column;gap:10px}.action-buttons button{width:100%}}@media (max-width: 480px){.product-image-container{height:250px}.product-info-section h1{font-size:1.3rem}.similar-products-grid{grid-template-columns:1fr}}.cart-page{padding:20px 0}.empty-cart{min-height:400px;display:flex;align-items:center;justify-content:center}.empty-cart-content{text-align:center;padding:60px 20px;animation:bounceIn .8s cubic-bezier(.34,1.56,.64,1)}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}.empty-cart-content h2{font-size:2rem;margin-bottom:15px;color:#2c2f1f;font-weight:700}.empty-cart-content p{font-size:1.1rem;color:#555;margin-bottom:30px}.cart-container{display:grid;grid-template-columns:1fr 400px;gap:30px;align-items:start}.cart-items{background:var(--surface-color);border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000001a}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid var(--border-color)}.cart-header h2{font-size:1.5rem;color:#2c2f1f;font-weight:700}.btn-sm{padding:8px 16px;font-size:.9rem}.cart-table{display:flex;flex-direction:column;gap:20px}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:20px;align-items:center;padding:20px;background:var(--surface-muted);border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideInFromLeft .5s ease-out}.cart-item:hover{box-shadow:0 4px 16px #0000001f;transform:translate(5px)}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:8px}.item-details h3{font-size:1.1rem;margin-bottom:8px;color:var(--text-color)}.item-price{font-size:1rem;color:#666;font-weight:600}.item-quantity{display:flex;flex-direction:column;gap:8px}.item-quantity label{font-size:.9rem;color:#666}.item-quantity input{width:70px;padding:8px;border:1px solid var(--border-color);border-radius:5px;text-align:center;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.item-quantity input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.2);transform:scale(1.1)}.item-total{font-size:1.2rem;font-weight:700;color:var(--primary-color)}.btn-remove{background:var(--danger-color);color:#fff;border:none;width:35px;height:35px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-remove:hover{background:var(--surface-color);transform:scale(1.2) rotate(90deg);box-shadow:0 4px 12px #dc354566}.cart-summary{background:var(--surface-color);border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000001a;position:sticky;top:90px}.cart-summary h2{font-size:1.4rem;margin-bottom:20px;color:#2c2f1f;font-weight:700}.summary-row{display:flex;justify-content:space-between;padding:12px 0;font-size:1rem;color:#666;border-bottom:1px solid var(--border-color)}.summary-row.discount{color:var(--success-color);font-weight:600}.coupon-section{background:var(--surface-muted);padding:15px;border-radius:6px;margin:15px 0;border-left:4px solid var(--primary-color)}.coupon-section h3{font-size:.95rem;margin:0 0 10px;color:#2c2f1f;font-weight:600}.coupon-input-group{display:flex;gap:8px;margin-bottom:10px}.coupon-input{flex:1;padding:10px;border:1px solid var(--border-color);border-radius:4px;font-size:.9rem;transition:all .3s ease;text-transform:uppercase}.coupon-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1)}.coupon-applied{background:var(--surface-color);padding:10px;border-radius:4px}.coupon-success{margin:0 0 10px;color:var(--success-color);font-size:.9rem;font-weight:600}.coupon-hint{font-size:.8rem;color:#999;margin:10px 0 0;font-style:italic}.summary-row.total{font-size:1.3rem;font-weight:700;color:var(--text-color);border-top:2px solid var(--border-color);border-bottom:none;margin-top:10px;padding-top:15px;animation:glowPulse 3s ease-in-out infinite}@keyframes glowPulse{0%,to{box-shadow:0 0 rgba(var(--primary-rgb),0)}50%{box-shadow:0 0 20px rgba(var(--primary-rgb),.3)}}.cart-summary .btn{margin-top:15px}@media (max-width: 1024px){.cart-container{grid-template-columns:1fr;gap:20px}.cart-summary{position:static}}@media (max-width: 768px){.cart-page{padding:10px 0}.cart-items{padding:15px}.cart-item{grid-template-columns:70px 1fr;gap:12px;padding:15px}.cart-item img{width:70px;height:70px}.item-details h3{font-size:.95rem}.item-quantity input{width:60px;padding:6px}.item-total{font-size:1rem}.cart-summary{padding:20px}.item-details{grid-column:1 / 3}.item-quantity{grid-column:1}.item-total{grid-column:2;text-align:right}.btn-remove{grid-column:2;justify-self:end}}@media (max-width: 480px){.cart-header h2{font-size:1.2rem}.cart-item{grid-template-columns:1fr;text-align:center}.cart-item img{margin:0 auto;width:100px;height:100px}.item-details,.item-quantity,.item-total,.btn-remove{grid-column:1;margin:5px auto}.summary-row{font-size:.9rem}.summary-row.total{font-size:1.1rem}}.why-choose-carousel{margin:34px 0}.why-choose-title{color:var(--gold-1);font-size:clamp(1.6rem,2.2vw,2rem);margin-bottom:18px;text-align:center}.why-choose-container{position:relative}.why-choose-track{overflow:hidden}.why-choose-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.why-choose-card{background:var(--surface-color);border:1px solid rgba(255,222,46,.22);padding:24px;text-align:center}.why-choose-icon{font-size:2.6rem;margin-bottom:12px}.why-choose-card h3{color:var(--gold-1);margin-bottom:10px}.why-choose-card p{color:#d8cfb5;line-height:1.6}.why-choose-btn{position:absolute;top:108px;transform:translateY(-50%);z-index:20;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,222,46,.46);color:var(--gold-1);background:#0000006b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;font-size:1.4rem;display:flex;align-items:center;justify-content:center}.why-choose-btn:hover{background:#00000094;transform:translateY(-50%) scale(1.05)}.why-choose-btn-prev{left:8px}.why-choose-btn-next{right:8px}.why-choose-indicators{display:flex;justify-content:center;gap:8px;margin-top:18px}.why-choose-indicator{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,222,46,.45);background:#ffde2e33}.why-choose-indicator.active{width:28px;background:var(--gold-1);border-color:var(--gold-1)}@media (max-width: 768px){.why-choose-grid{grid-template-columns:1fr;gap:14px}.why-choose-btn{width:38px;height:38px;top:92px;font-size:1.2rem}}.checkout-page{padding:20px 0}.checkout-container{display:grid;grid-template-columns:1fr 400px;gap:30px;align-items:start}.checkout-form{background:var(--surface-color);padding:30px;border-radius:8px;border-left:5px solid var(--accent-color);box-shadow:0 2px 8px #0000001a}.checkout-form h2{font-size:1.6rem;margin-bottom:25px;color:var(--primary-color);font-weight:700}.payment-options{display:flex;flex-direction:column;gap:15px;margin-top:10px}.radio-option{display:flex;align-items:center;padding:15px;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s}.radio-option:hover{border-color:var(--accent-color);background-color:#f6c8cc0d}} .radio-option input[type="radio"]{margin-right:12px;width:18px;height:18px;cursor:pointer}.radio-option input[type=radio]:checked+span{color:var(--primary-color);font-weight:600}.order-summary{background:var(--surface-color);padding:25px;border-radius:8px;box-shadow:0 2px 8px #0000001a;position:sticky;top:90px;animation:fadeInRight .6s ease-out;position:relative;overflow:hidden}.order-summary:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:var(--surface-color);45deg,transparent 30%,rgba(var(--primary-rgb),.05) 50%,transparent 70% );animation:shimmer 3s infinite}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.order-summary h2{font-size:1.4rem;margin-bottom:20px;color:#2c2f1f;font-weight:700}.summary-items{margin-bottom:20px;border-bottom:1px solid var(--border-color);padding-bottom:20px}.summary-item{display:grid;grid-template-columns:60px 1fr auto;gap:15px;align-items:center;margin-bottom:15px}.summary-item img{width:60px;height:60px;object-fit:cover;border-radius:8px}.summary-item .item-info h4{font-size:.95rem;margin-bottom:5px}.summary-item .item-info p{font-size:.85rem;color:#666}.summary-item .item-total{font-weight:700;color:var(--primary-color)}.summary-totals{margin-top:20px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:1rem;color:#666}.summary-row.total{font-size:1.3rem;font-weight:700;color:var(--text-color);border-top:2px solid var(--border-color);margin-top:10px;padding-top:15px}@media (max-width: 1024px){.checkout-container{grid-template-columns:1fr;gap:20px}.order-summary{position:static}}@media (max-width: 768px){.checkout-page{padding:10px 0}.checkout-form{padding:20px 15px}.checkout-form h2{font-size:1.3rem}.form-row{grid-template-columns:1fr;gap:15px}.order-summary{padding:20px 15px}.summary-item{grid-template-columns:50px 1fr auto;gap:10px}.summary-item img{width:50px;height:50px}}@media (max-width: 480px){.radio-option{padding:12px;font-size:.9rem}}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--light-bg)}.auth-container{width:100%;max-width:500px}.auth-card{background:var(--surface-color);padding:40px;border-radius:12px;border-top:5px solid var(--accent-color);box-shadow:0 4px 20px #0000001a}.auth-card h1{text-align:center;color:var(--primary-color);margin-bottom:10px;font-size:2rem}.auth-subtitle{text-align:center;color:#666;margin-bottom:30px;font-size:1rem}.auth-form{margin-top:30px}.btn-block{width:100%;margin-top:10px;padding:14px;font-size:1.1rem}.auth-footer{text-align:center;margin-top:25px;color:#666}.auth-footer a{color:var(--primary-color);text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.demo-credentials{margin-top:25px;padding:15px;background:var(--surface-muted);border-radius:8px;text-align:center;font-size:.9rem}.demo-credentials p{margin:5px 0}.demo-credentials strong{color:var(--secondary-color)}.captcha-section{margin:30px 0;padding:20px;background:var(--surface-muted);border-radius:8px;border-left:4px solid var(--secondary-color)}.captcha-section h4{margin:0 0 15px;color:var(--primary-color);font-size:1rem}.captcha-container{display:flex;flex-direction:column;gap:12px}.captcha-question{margin:0;font-size:1.1rem;color:#333;text-align:center}.captcha-math{font-weight:700;color:var(--secondary-color);font-size:1.3rem;font-family:Courier New,monospace;padding:8px 12px;background:var(--surface-color);border-radius:4px;display:inline-block;min-width:120px;text-align:center}.captcha-input-group{display:flex;gap:10px;align-items:center}.captcha-input-group input{flex:1;padding:10px;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.captcha-input-group input:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 3px #dc91381a}.captcha-input-group input:disabled{background:var(--surface-color);cursor:not-allowed}.captcha-input-group button{white-space:nowrap;flex-shrink:0}.captcha-verified{padding:10px 15px;background:var(--surface-color);color:#155724;border-radius:6px;text-align:center;font-weight:600;font-size:.95rem}.btn-outline{background:var(--surface-color);color:var(--secondary-color);border:2px solid var(--secondary-color);transition:all .3s;width:100%}.btn-outline:hover:not(:disabled){background:var(--secondary-color);color:#fff}@media (max-width: 768px){.auth-card{padding:30px 20px}.auth-card h1{font-size:1.6rem}.captcha-input-group{flex-direction:column}.captcha-input-group button{width:100%}}.confirm-email-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:20px;background:var(--surface-color)}.confirm-container{background:var(--surface-color);border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:50px 40px;max-width:500px;width:100%;text-align:center}.confirm-success,.confirm-error{animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-icon,.error-icon{font-size:60px;margin-bottom:20px;animation:scaleIn .5s ease-out}.success-icon{color:#27ae60}.error-icon{color:#e74c3c}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.confirm-email-page h2{color:#2c2f1f;font-size:28px;margin:20px 0 10px}.confirm-email-page p{color:#666;font-size:16px;line-height:1.6;margin:10px 0}.redirect-message,.error-message{color:#999;font-size:14px;margin-top:20px;font-style:italic}.confirm-email-page .btn{margin-top:30px;padding:12px 30px;font-size:16px}@media (max-width: 768px){.confirm-container{padding:40px 20px}.success-icon,.error-icon{font-size:48px}.confirm-email-page h2{font-size:24px}}.orders-page{padding:20px 0}.orders-list{display:flex;flex-direction:column;gap:25px}.order-card{background:var(--surface-color);border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid var(--border-color)}.order-header h3{font-size:1.3rem;color:#2c2f1f;margin-bottom:5px;font-weight:700}.order-date{color:#666;font-size:.9rem}.order-items{margin:20px 0}.order-item{display:grid;grid-template-columns:80px 1fr auto;gap:15px;align-items:center;padding:15px;background:var(--surface-muted);border-radius:8px;margin-bottom:10px}.order-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.order-item .item-info h4{font-size:1rem;margin-bottom:5px}.order-item .item-info p{font-size:.9rem;color:#666}.order-item .item-subtotal{font-weight:700;color:var(--primary-color);font-size:1.1rem}.order-footer{display:grid;grid-template-columns:1fr auto;gap:30px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border-color)}.order-info p{margin:5px 0;font-size:.95rem;color:#666}.order-info p strong{color:var(--text-color)}.order-total h3{font-size:1.4rem;color:var(--primary-color);text-align:right}.order-total{display:flex;flex-direction:column;gap:15px;align-items:flex-end}.order-total .btn{padding:10px 20px;font-size:.9rem;white-space:nowrap}.btn-danger{background-color:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s}.btn-danger:hover{background-color:#c82333;transform:translateY(-2px);box-shadow:0 4px 8px #dc35454d}.cancellation-info{background:rgba(var(--primary-rgb),.08);border-left:4px solid var(--primary-color);padding:15px;margin-bottom:15px;border-radius:4px}.cancellation-info p{margin:8px 0;color:#333;font-size:.95rem}.cancellation-info strong{color:var(--primary-dark)}.return-info{background:var(--surface-muted);border-left:4px solid var(--primary-color);padding:15px;margin-bottom:15px;border-radius:4px}.return-info .info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.return-info h4{font-size:1.1rem;color:#0056b3;margin:0}.return-info p{margin:8px 0;color:#333;font-size:.95rem}.return-info strong{color:#004085}.return-info .rejection-reason{color:#e9dfc4;background:var(--surface-muted);padding:10px;border-radius:4px;margin-top:10px}.refund-info{margin-top:10px;padding-top:10px;border-top:1px solid rgba(0,86,179,.2)}.btn-warning{background-color:var(--primary-color);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s}.btn-warning:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 8px rgba(var(--primary-rgb),.3)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:var(--surface-color);padding:30px;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease}.modal-content h2{margin-bottom:15px;color:#2c2f1f}.modal-content textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;resize:vertical;margin:15px 0;transition:border .3s}.modal-content textarea:focus{outline:none;border-color:var(--primary-color)}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.modal-actions .btn{padding:10px 20px;font-size:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.order-header{flex-direction:column;gap:10px}.order-item{grid-template-columns:60px 1fr}.order-item img{width:60px;height:60px}.order-item .item-subtotal{grid-column:2;text-align:right}.order-footer{grid-template-columns:1fr;gap:15px}.order-total h3{text-align:left}}.profile-page{padding:44px 20px;max-width:800px;margin:0 auto;min-height:calc(100vh - 200px)}.profile-container h1{font-size:2.1rem;margin-bottom:30px;color:var(--gold-2)}.profile-card{background:var(--surface-color);border-radius:14px;padding:30px;margin-bottom:30px;border:1px solid var(--card-border);box-shadow:0 12px 30px #00000047}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid rgba(255,222,46,.3)}.profile-header h2{font-size:1.5rem;color:var(--gold-2);margin:0}.profile-info{display:flex;flex-direction:column;gap:20px}.info-item{display:flex;align-items:center;padding:15px;background:var(--surface-muted);border:1px solid var(--card-border);border-radius:8px}.info-label{font-weight:600;color:#bfb695;min-width:120px;font-size:.95rem}.info-value{color:#ece2c7;font-size:1rem}.info-value.badge{background:var(--gold-4)!important;color:#12151a!important;border:1px solid rgba(183,151,54,.5)!important}.profile-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#d7ceb3;font-size:.95rem}.form-control{padding:12px 15px;border:1px solid #3d4654;border-radius:8px;font-size:1rem;background:var(--surface-muted);color:#ece2c7;transition:all .3s}.form-control:focus{outline:none;border-color:var(--gold-4);box-shadow:0 0 0 3px #ffde2e33}.form-control::placeholder{color:#aaa187}.form-text{font-size:.85rem;color:#b3a98d;margin-top:5px}.form-actions{display:flex;gap:15px;margin-top:10px}.form-actions button{flex:1;padding:12px 24px}.security-info{color:#d5cdb4;font-size:.95rem;margin:0;padding:15px;background:var(--surface-muted);border:1px solid var(--card-border);border-radius:8px}@media (max-width: 768px){.profile-page{padding:20px 15px}.profile-card{padding:20px}.profile-header{flex-direction:column;align-items:flex-start;gap:15px}.profile-header button{width:100%}.info-item{flex-direction:column;align-items:flex-start;gap:8px}.info-label{min-width:auto}.form-actions{flex-direction:column}.form-actions button{width:100%}}.about-page{padding:20px 0}.about-content{max-width:1000px;margin:0 auto}.about-section{background:var(--surface-color);padding:40px;margin-bottom:30px;border-radius:12px;border-left:5px solid var(--accent-color);box-shadow:0 2px 8px #0000001a}.about-section h2{font-size:2rem;color:var(--primary-color);margin-bottom:20px;border-bottom:3px solid var(--accent-color);padding-bottom:10px;font-weight:700}.about-section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:20px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin-top:30px}.about-features-carousel{position:relative}.about-features-track{overflow:hidden}.about-features-carousel .carousel-btn{position:absolute;top:124px;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,222,46,.46);color:var(--gold-1);background:#0000006b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;font-size:1.5rem;transition:all .3s ease}.about-features-carousel .carousel-btn:hover{background:#00000094;transform:translateY(-50%) scale(1.05)}.about-features-carousel .carousel-btn-prev{left:10px}.about-features-carousel .carousel-btn-next{right:10px}.about-features-indicators{display:flex;justify-content:center;gap:8px;margin-top:20px}.about-features-indicators .indicator{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,222,46,.45);background:#ffde2e33;cursor:pointer;transition:all .3s ease}.about-features-indicators .indicator.active{width:28px;background:var(--gold-1);border-color:var(--gold-1)}.feature-box{text-align:center;padding:30px 20px;background:var(--light-bg);border-radius:12px;border-top:4px solid var(--accent-color);transition:transform .3s,box-shadow .3s}.feature-box:hover{transform:translateY(-5px);box-shadow:0 6px 15px #f6c8cc33}.feature-icon{font-size:3.5rem;margin-bottom:15px}.feature-box h3{font-size:1.3rem;color:var(--primary-color);margin-bottom:12px;font-weight:700}.feature-box p{font-size:.95rem;line-height:1.6;color:#555;margin:0}.values-list{list-style:none;padding:0}.values-list li{padding:15px 20px;margin-bottom:15px;background:var(--surface-muted);border-left:4px solid var(--primary-color);border-radius:5px;font-size:1.05rem;line-height:1.6}.values-list li strong{color:var(--secondary-color)}.contact-info{margin-top:20px;padding:25px;background:var(--surface-color);color:#fff;border-radius:12px}.contact-info p{font-size:1.1rem;margin:10px 0;color:#fff}@media (max-width: 768px){.about-section{padding:25px 20px}.about-section h2{font-size:1.6rem}.features-grid{grid-template-columns:1fr}.about-features-carousel .carousel-btn{width:40px;height:40px;top:104px;font-size:1.2rem}.about-features-carousel .carousel-btn-prev{left:6px}.about-features-carousel .carousel-btn-next{right:6px}}.shipping-policy-page{padding:20px 0;animation:fadeIn .6s ease}.policy-content{max-width:900px;margin:0 auto;padding:0 20px}.policy-section{background:var(--surface-color);padding:30px;margin-bottom:25px;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s}.policy-section:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f}.policy-section h2{font-size:1.6rem;color:var(--text-color);margin-bottom:20px;font-weight:700;border-bottom:2px solid var(--primary-color);padding-bottom:10px}.policy-section h3{font-size:1.2rem;color:var(--text-color);margin-bottom:8px;font-weight:600}.policy-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:15px}.policy-list{list-style:none;padding-left:0}.policy-list li{padding:12px 0 12px 35px;position:relative;font-size:1rem;color:#555;line-height:1.6;transition:transform .2s}.policy-list li:hover{transform:translate(5px)}.policy-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:25px}.timeline-item{background:var(--surface-color);padding:25px;border-radius:12px;text-align:center;border:2px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:12px;min-height:220px;position:relative;overflow:hidden}.timeline-item:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 20px rgba(var(--primary-rgb),.15)}.timeline-icon{font-size:3rem;margin-bottom:15px;animation:bounce 2s infinite}.timeline-item h3{font-size:1.2rem;color:var(--text-color);margin-bottom:8px}.timeline-item p{font-size:1.1rem;color:var(--primary-color);font-weight:600;margin-bottom:10px}.timeline-desc{font-size:.95rem;color:var(--primary-dark);display:block;margin-top:auto;padding:10px 12px;background:rgba(var(--primary-rgb),.08);border-radius:10px;line-height:1.5}.shipping-charges{background:var(--surface-muted);padding:20px;border-radius:8px;margin-top:20px}.charge-item{display:flex;justify-content:space-between;align-items:center;padding:15px;margin-bottom:10px;background:var(--surface-color);border-radius:8px}.charge-item:last-child{margin-bottom:0}.free-badge,.charge-amount{background:var(--brand-gradient);color:#111217;padding:8px 20px;border-radius:20px;font-weight:600;font-size:.9rem}.location-note{background:var(--surface-muted);border-left:4px solid var(--warning-color);padding:15px;margin-top:20px;border-radius:4px}.location-note strong{color:#856404;margin-right:8px}.contact-section{background:var(--surface-color)}.contact-info{margin-top:20px}.contact-item{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #ddd}.contact-item:last-child{border-bottom:none}.contact-item strong{min-width:80px;color:var(--text-color)}.contact-item a{color:var(--primary-color);text-decoration:none;transition:color .3s}.contact-item a:hover{color:var(--primary-dark);text-decoration:underline}.contact-item span{color:#555}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.policy-section{padding:20px}.policy-section h2{font-size:1.3rem}.timeline-grid{grid-template-columns:1fr}.charge-item{flex-direction:column;gap:10px;text-align:center}.contact-item{flex-direction:column;align-items:flex-start;gap:5px}}@media (max-width: 480px){.policy-content{padding:0 15px}.policy-section{padding:15px}.timeline-icon{font-size:2.5rem}}.contact-page{min-height:100vh;background-color:var(--charcoal-950);padding:2rem 0}.contact-page .page-header{background:var(--surface-color);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem}.contact-page .page-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.contact-page .page-header p{font-size:1.1rem;opacity:.95}.contact-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-info-section,.contact-form-section{background:var(--surface-color);border-radius:10px;padding:2rem;box-shadow:0 2px 10px #00000014}.contact-info-section h2,.contact-form-section h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem;border-bottom:3px solid var(--primary-dark);padding-bottom:.5rem}.contact-info-section p{color:#555;line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.contact-methods{display:grid;gap:2rem}.contact-method{border-left:4px solid var(--primary-color);padding-left:1.5rem}.contact-method .method-icon{font-size:2rem;margin-bottom:.5rem}.contact-method h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem}.contact-method p{margin-bottom:.25rem;color:#555;font-size:.95rem}.contact-method p.highlight{font-weight:700;color:var(--primary-color);font-size:1rem}.contact-method p.hours{font-size:.85rem;color:#888;font-style:italic}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:var(--primary-color);font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.12)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:.875rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--primary-rgb),.3)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.faq-section{max-width:1200px;margin:0 auto;padding:0 2rem}.faq-section h2{color:var(--primary-color);font-size:2rem;margin-bottom:2rem;text-align:center;border-bottom:3px solid var(--primary-dark);padding-bottom:1rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:var(--surface-color);border-radius:10px;padding:1.5rem;box-shadow:0 2px 10px #00000014;border-top:4px solid var(--primary-color);transition:transform .3s,box-shadow .3s}.faq-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.faq-item h3{color:var(--primary-color);margin-bottom:.75rem;font-size:1.1rem}.faq-item p{color:#555;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-page .page-header h1{font-size:2rem}.contact-page .page-header{padding:2.5rem 1.5rem;margin-bottom:2rem}.contact-info-section,.contact-form-section{padding:1.5rem}.faq-grid{grid-template-columns:1fr}.contact-methods{gap:1.5rem}}@media (max-width: 480px){.contact-page{padding:1rem 0}.contact-page .page-header h1{font-size:1.5rem}.contact-page .page-header p{font-size:.95rem}.contact-content{padding:0 1rem}.contact-info-section,.contact-form-section{padding:1rem}}.terms-page{min-height:100vh;background-color:var(--light-bg);padding:2rem 0}.terms-page .page-header{background:var(--surface-color);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem}.terms-page .page-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.terms-page .page-header p{font-size:1.1rem;opacity:.95}.terms-content{max-width:900px;margin:0 auto;padding:0 2rem}.terms-section{background:var(--surface-color);border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #00000014}.terms-section h2{color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem;border-bottom:3px solid var(--primary-dark);padding-bottom:.5rem}.terms-section p{color:#333;line-height:1.8;margin-bottom:1rem;font-size:.95rem}.terms-section ul{list-style:none;padding-left:0;margin-bottom:1rem}.terms-section ul li{color:#333;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.terms-section ul li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:0}.contact-details p{margin-bottom:.5rem;color:#333}.last-updated{text-align:center;color:#888;font-size:.9rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}@media (max-width: 768px){.terms-page .page-header h1{font-size:2rem}.terms-section{padding:1.5rem}.terms-section h2{font-size:1.2rem}.terms-content{padding:0 1rem}}.privacy-page{min-height:100vh;background-color:var(--light-bg);padding:2rem 0}.privacy-page .page-header{background:var(--surface-color);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem}.privacy-page .page-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.privacy-page .page-header p{font-size:1.1rem;opacity:.95}.privacy-content{max-width:900px;margin:0 auto;padding:0 2rem}.privacy-section{background:var(--card-bg);border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #00000014}.privacy-section h2{color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem;border-bottom:3px solid var(--primary-dark);padding-bottom:.5rem}.privacy-section h3{color:var(--primary-color);font-size:1.1rem;margin-top:1.5rem;margin-bottom:1rem}.privacy-section p{color:var(--text-color);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.privacy-section ul{list-style:none;padding-left:0;margin-bottom:1rem}.privacy-section ul li{color:#333;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.privacy-section ul li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:0}.data-types{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0}.data-type{background:var(--light-bg);padding:1.5rem;border-radius:8px;border-left:4px solid var(--primary-color)}.data-type h4{color:var(--primary-color);margin-bottom:1rem;font-size:1rem}.data-type ul{margin-bottom:0}.data-type ul li{padding:.35rem 0;font-size:.9rem}.contact-details{background:var(--light-bg);padding:1.5rem;border-left:4px solid var(--primary-color);border-radius:6px;margin-top:1rem}.contact-details p{margin-bottom:.5rem;color:var(--text-color);font-size:.95rem}.contact-details strong{color:var(--primary-color)}.last-updated{text-align:center;color:var(--muted-color);font-size:.9rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}@media (max-width: 768px){.privacy-page .page-header h1{font-size:2rem}.privacy-section{padding:1.5rem}.privacy-section h2{font-size:1.2rem}.data-types{grid-template-columns:1fr}.privacy-content{padding:0 1rem}}.products-management{padding:20px 0}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.management-header h2{font-size:1.8rem;color:#2c2f1f;font-weight:700}.inventory-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-bottom:30px}.summary-card{background:var(--surface-color);padding:20px;border-radius:8px;box-shadow:0 2px 8px #00000014;border-left:4px solid #8b7355}.summary-card h4{font-size:.9rem;color:#666;margin:0 0 10px;text-transform:uppercase;font-weight:600}.summary-value{font-size:2rem;font-weight:700;color:#2c2f1f;margin:0}.summary-good{color:#27ae60}.summary-warning{color:#f39c12}.summary-danger{color:#e74c3c}.product-form-card{background:var(--surface-color);padding:30px;border-radius:12px;margin-bottom:30px;box-shadow:0 2px 8px #00000014}.product-form-card h3{font-size:1.4rem;margin-bottom:20px;color:#2c2f1f;font-weight:700}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.form-actions{display:flex;gap:15px;margin-top:20px}.products-table{overflow-x:auto}.products-table table{width:100%;border-collapse:collapse;background:var(--surface-color)}.products-table th{background:var(--secondary-color);color:#fff;padding:15px;text-align:left;font-weight:600}.products-table td{padding:15px;border-bottom:1px solid var(--border-color)}.product-thumb{width:60px;height:60px;object-fit:cover;border-radius:8px}.product-weight{font-size:.85rem;color:#666;margin-top:5px}.stock-good{color:var(--success-color);font-weight:600}.stock-low{color:var(--warning-color);font-weight:600}.stock-out{color:var(--danger-color);font-weight:600}.action-buttons{display:flex;gap:10px}.btn-edit,.btn-delete{padding:6px 12px;border:none;border-radius:5px;font-size:.9rem;cursor:pointer;transition:all .3s}.btn-edit{background:var(--info-color);color:#fff}.btn-edit:hover{background:var(--surface-muted)}.btn-delete{background:var(--danger-color);color:#fff}@media (max-width: 1024px){.products-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.products-table table{min-width:800px}}@media (max-width: 768px){.products-management{padding:10px 0}.management-header{flex-direction:column;gap:15px;align-items:flex-start}.management-header h2{font-size:1.4rem}.management-header .btn{width:100%}.product-form-card{padding:20px 15px}.form-actions{flex-direction:column}.form-actions button{width:100%}.stock-good{color:#27ae60;font-weight:600}.stock-low{color:#f39c12;font-weight:600}.stock-out{color:#e74c3c;font-weight:600}.stock-badge{padding:5px 10px;border-radius:4px;font-size:.85rem;font-weight:600;display:inline-block}.stock-badge.stock-good{background-color:#d4edda}.stock-badge.stock-low{background-color:rgba(var(--primary-rgb),.16)}.stock-badge.stock-out{background-color:#f8d7da}.form-row{grid-template-columns:1fr}.products-table{font-size:.9rem}.products-table th,.products-table td{padding:10px 8px}.action-buttons{flex-direction:column}}@media (max-width: 480px){.management-header h2,.product-form-card h3{font-size:1.2rem}.product-form-card{padding:15px 10px}.product-thumb{width:50px;height:50px}.products-table th,.products-table td{padding:8px 5px;font-size:.85rem}}.image-mode-toggle{display:flex;gap:20px;padding:12px;background:var(--surface-muted);border-radius:6px}.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;color:#2c2f1f}.radio-label input[type=radio]{cursor:pointer;width:18px;height:18px}.radio-label:hover{color:#8b7355}.image-links-container{display:flex;flex-direction:column;gap:10px}.image-link-input{display:flex;gap:10px;align-items:center}.image-link-input .form-control{flex:1}.btn-remove-image,.btn-add-image{padding:8px 12px;border:none;border-radius:5px;cursor:pointer;font-weight:500;transition:all .3s ease}.btn-image-order{padding:8px 10px;border:1px solid #b8ad9a;border-radius:5px;background:#f7f4ed;color:#2c2f1f;cursor:pointer;font-weight:600;transition:all .2s ease}.btn-image-order:hover:not(:disabled){background:#ede5d4}.btn-image-order:disabled{opacity:.5;cursor:not-allowed}.btn-remove-image{background-color:#e74c3c;color:#fff;width:40px;padding:8px}.btn-remove-image:hover{background-color:#c0392b}.btn-add-image{background-color:#27ae60;color:#fff;margin-top:8px;align-self:flex-start}.btn-add-image:hover{background-color:#229954}.image-upload-container{border:2px dashed #8b7355;border-radius:8px;padding:20px;text-align:center;background-color:var(--surface-muted)}.image-upload-container .form-control{padding:10px;cursor:pointer}.file-hint{margin:10px 0 0;font-size:.9rem;color:#666}.image-previews{margin-top:20px;padding-top:20px;border-top:1px solid #ddd}.image-previews h5{margin:0 0 15px;color:#2c2f1f;font-weight:600}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px}.preview-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.preview-order-actions{position:absolute;left:6px;bottom:6px;display:flex;gap:6px}.preview-order-actions .btn-image-order{padding:4px 8px;font-size:.75rem;background:#fffffff0}.preview-item img{width:100%;height:120px;object-fit:cover;display:block}.btn-remove-preview{position:absolute;top:5px;right:5px;background-color:#e74c3c;color:#fff;border:none;border-radius:50%;width:28px;height:28px;padding:0;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-remove-preview:hover{background-color:#c0392b;transform:scale(1.1)}@media (max-width: 768px){.image-mode-toggle{flex-direction:column;gap:10px}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}}.orders-management{padding:20px 0}.orders-management h2{font-size:1.8rem;color:var(--secondary-color);margin-bottom:10px}.filters-section{margin-bottom:25px;display:flex;flex-direction:column;gap:15px}.search-box{width:100%}.search-input{width:100%;padding:12px 20px;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:all .3s}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4299e11a}.status-filters{display:flex;gap:10px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:2px solid var(--primary-color);background:var(--surface-color);color:var(--primary-color);border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--primary-color);color:#fff}.orders-count{font-size:1.1rem;color:#666;margin-bottom:30px}.orders-table{overflow-x:auto}.orders-table table{width:100%;border-collapse:collapse;background:var(--surface-color)}.orders-table th{background:var(--secondary-color);color:#fff;padding:15px;text-align:left;font-weight:600}.orders-table td{padding:15px;border-bottom:1px solid var(--border-color);vertical-align:top}.customer-info{line-height:1.6}.customer-email,.customer-phone{font-size:.85rem;color:#666}.status-select{padding:6px 10px;border:1px solid var(--border-color);border-radius:5px;font-size:.9rem;cursor:pointer;background:var(--surface-color)}.btn-view{padding:6px 12px;background:var(--info-color);color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:.9rem;transition:all .3s;margin-bottom:5px}.btn-view:hover{background:var(--surface-muted)}.action-buttons{display:flex;flex-direction:column;gap:8px}.modal-body{max-height:70vh;overflow-y:auto}.order-detail-section{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid var(--border-color)}.order-detail-section:last-child{border-bottom:none}.order-detail-section h4{font-size:1.2rem;color:var(--secondary-color);margin-bottom:15px}.order-detail-section p{margin:8px 0;line-height:1.6}.cancellation-section{background:rgba(var(--primary-rgb),.08);padding:15px;border-radius:4px;border-left:4px solid var(--primary-color)}.cancellation-section h4{color:var(--primary-dark)}.cancellation-section p{color:#333}.modal-actions{display:flex;gap:10px;padding-top:20px;margin-top:20px;border-top:1px solid var(--border-color)}.modal-actions button{flex:1;padding:12px 20px;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:all .3s}.modal-actions .btn-danger{background-color:#dc3545;color:#fff}.modal-actions .btn-danger:hover{background-color:#c82333;transform:translateY(-2px);box-shadow:0 4px 8px #dc35454d}.order-item-detail{display:grid;grid-template-columns:60px 1fr auto;gap:15px;align-items:center;padding:15px;background:var(--surface-muted);border-radius:8px;margin-bottom:10px}.order-item-detail img{width:60px;height:60px;object-fit:cover;border-radius:8px}.order-item-detail strong{display:block;margin-bottom:5px}.order-item-detail p{font-size:.9rem;color:#666;margin:0}.return-section{background:var(--surface-muted);border-left:4px solid #0056b3;padding:20px;border-radius:4px}.return-section h4{color:#0056b3;margin-bottom:15px}.return-actions{display:flex;gap:10px;margin-top:15px}.refund-section{margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,86,179,.2)}.refund-section h5{color:#0056b3;margin-bottom:10px}.refund-actions{margin-top:15px}.refund-actions label{display:block;margin-bottom:8px;color:#0056b3}.text-muted{color:#999}.reject-modal textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;resize:vertical;margin-top:15px;transition:border .3s}.reject-modal textarea:focus{outline:none;border-color:var(--primary-color)}.btn-success{background-color:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;transition:all .3s}.btn-success:hover{background-color:#218838;transform:translateY(-2px);box-shadow:0 4px 8px #28a7454d}@media (max-width: 768px){.orders-table{font-size:.85rem}.orders-table th,.orders-table td{padding:10px 8px}.action-buttons{align-items:stretch}.status-select{width:100%}}.admin-review-moderation{padding:25px;background:var(--surface-color);border-radius:8px;min-height:60vh}.admin-review-moderation h2{font-size:1.8rem;margin-bottom:25px;color:#2c2f1f;font-weight:700}.filter-section{display:flex;gap:10px;margin-bottom:25px;flex-wrap:wrap}.filter-btn{padding:10px 20px;border:2px solid var(--primary-color);background:var(--surface-color);color:var(--primary-color);border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.filter-btn:hover{background:rgba(var(--primary-rgb),.1)}.filter-btn.active{background:var(--primary-color);color:#fff}.reviews-moderation-list{display:flex;flex-direction:column;gap:15px}.moderation-review-item{background:var(--surface-muted);border:1px solid var(--border-color);border-radius:8px;padding:20px;transition:all .3s ease}.moderation-review-item:hover{box-shadow:0 2px 8px #00000014}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;gap:15px}.review-info h4{margin:0 0 8px;font-size:1.1rem;color:#2c2f1f;font-weight:600}.reviewer-details{margin:0;font-size:.85rem;color:#666;display:flex;align-items:center;gap:10px}.verified-badge{background:var(--surface-color);color:#155724;padding:2px 8px;border-radius:3px;font-size:.8rem;font-weight:600}.review-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status-badge{padding:6px 12px;border-radius:4px;font-size:.85rem;font-weight:600;white-space:nowrap}.status-badge.pending{background:rgba(var(--primary-rgb),.2);color:#856404}.status-badge.approved{background:var(--surface-color);color:#155724}.review-date{font-size:.85rem;color:#999}.review-rating{font-size:1.1rem;letter-spacing:1px;margin-bottom:12px}.review-content{color:#555;line-height:1.6;margin:12px 0;font-size:.95rem}.moderation-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:12px;border-top:1px solid var(--border-color);margin-top:12px}.btn{padding:8px 16px;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-approve{background:var(--surface-color);color:#155724;border:1px solid #c3e6cb}.btn-approve:hover{background:var(--surface-muted)}.btn-reject{background:var(--surface-muted);color:#721c24;border:1px solid #f5c6cb}.btn-reject:hover{background:var(--surface-muted)}.btn-delete{background:var(--surface-muted);color:#383d41;border:1px solid #d3d6db}.btn-delete:hover{background:var(--surface-muted)}.loading,.no-data{text-align:center;padding:40px;color:#999;font-size:1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:30px;padding-top:20px;border-top:1px solid var(--border-color)}.page-btn{padding:8px 16px;border:1px solid var(--primary-color);background:var(--surface-color);color:var(--primary-color);border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.page-btn:hover:not(:disabled){background:var(--primary-color);color:#fff}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{color:#666;font-weight:600}@media (max-width: 768px){.admin-review-moderation{padding:15px}.review-header{flex-direction:column}.review-meta{align-items:flex-start}.moderation-actions{flex-direction:column}.btn{width:100%}.filter-section{flex-direction:column}.filter-btn{width:100%}}.admin-dashboard{padding:20px 0}.admin-header{background:var(--surface-color);color:#fff;padding:40px;border-radius:12px;margin-bottom:30px;text-align:center;box-shadow:0 4px 20px #00000026;position:relative;overflow:hidden}.admin-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#ffffff0d,#fff0);pointer-events:none}.admin-header h1{font-size:2.5rem;margin-bottom:12px;position:relative;z-index:1}.admin-badge{display:inline-block;background:#ffd700e6;color:var(--surface-color);padding:6px 20px;border-radius:20px;font-weight:700;font-size:.85rem;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.admin-header p{font-size:1.1rem;opacity:.95;position:relative;z-index:1}.admin-tabs{display:flex;gap:15px;margin-bottom:30px;flex-wrap:wrap}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:var(--surface-color);padding:25px;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;align-items:center;gap:20px;transition:transform .3s,box-shadow .3s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.stat-icon{font-size:2.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:var(--surface-color);border-radius:12px;box-shadow:0 4px 15px #667eea4d}.stat-content h3{font-size:2rem;margin:0 0 5px;color:#2c3e50;font-weight:700}.stat-content p{margin:0;color:#7f8c8d;font-size:.95rem;font-weight:500}.tab-link{padding:12px 26px;background:var(--surface-color);border:1px solid #3d4552;border-radius:999px;text-decoration:none;color:var(--primary-color);font-weight:600;font-size:1rem;transition:all .3s;display:inline-flex;align-items:center;justify-content:center;min-width:130px}.tab-link:hover{border-color:var(--gold-5);color:var(--gold-2);background:var(--surface-color)}.tab-link.active{background:var(--primary-color);color:#11141a;border-color:var(--primary-color);box-shadow:0 8px 22px rgba(var(--primary-rgb),.28)}.admin-content{background:var(--surface-color);border-radius:8px;padding:30px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.admin-tabs{flex-direction:column}.tab-link{text-align:center;width:100%}.admin-content{padding:20px}}.page-header{text-align:center;padding:48px 22px;background:linear-gradient(135deg,#141922,#1b212b);color:#efe6cc;margin-bottom:34px;border-radius:14px;border:1px solid rgba(255,222,46,.3);box-shadow:0 12px 30px #00000052}.page-header h1{font-size:2.5rem;margin-bottom:10px}.page-header p{font-size:1.1rem;opacity:.95}.empty-state{text-align:center;padding:60px 20px;background:var(--surface-color);border:1px solid rgba(255,222,46,.18);border-radius:14px}.empty-state img{width:200px;margin-bottom:20px;opacity:.5}.empty-state h2{font-size:1.8rem;margin-bottom:10px;color:var(--gold-2)}.empty-state p{font-size:1.1rem;color:#d8cfb5;margin-bottom:20px}.error-message{background:var(--surface-color);border:1px solid #7d4147;border-radius:12px;padding:20px;margin:20px 0;text-align:center;color:#f0d6d8}.error-message h3{color:#f0a3aa;margin-bottom:10px}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.badge-success{background-color:#d4edda;color:#155724}.badge-warning{background-color:rgba(var(--primary-rgb),.2);color:#11141a}.badge-danger{background-color:#f8d7da;color:#721c24}.badge-info{background-color:#d1ecf1;color:#0c5460}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:var(--surface-color);border:1px solid rgba(255,222,46,.26);border-radius:12px;padding:30px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;color:#e7dec5}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#cdbf98}.modal-close:hover{color:var(--gold-2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}:root{--charcoal-900: #000000;--charcoal-950: #000000;--charcoal-980: #000000;--gold-1: #ffde2e;--gold-2: #ffe69a;--gold-3: #d8b64f;--gold-4: #ffde2e;--gold-5: #ebcb66;--gold-6: #b9973b;--brand-gradient: linear-gradient( to right, #f9e27d 0%, #e6c65c 25%, #d4a73a 50%, #b8871f 75%, #f2d36b 100% );--primary-color: #f9e27d;--secondary-color: #f9e27d;--primary-rgb: 255, 222, 46;--primary-dark: #000000;--accent-color: #c8a96a;--text-color: #e9dfc4;--light-bg: #000000;--taupe: #000000;--text-gradient: var(--brand-gradient);--white: #ffffff;--border-color: #d8ccb1;--danger-color: #b64b45;--warning-color: #c8a96a;--success-color: #5e8d4b;--info-color: #6b8f98;--surface-color: #000000;--surface-muted: #000000;--card-border: #313946;--shadow-soft: 0 8px 28px rgba(0, 0, 0, .08);--shadow-medium: 0 12px 32px rgba(0, 0, 0, .12);--radius-md: 12px;--radius-lg: 18px}:root .gradient-border{border:2px solid;border-image:var(--brand-gradient) 1}.text-gradient{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color);background-color:#000;padding-top:70px}.app{display:flex;flex-direction:column;min-height:100vh}.page-header{text-align:center;margin-bottom:40px;padding:60px 20px;animation:fadeInDown .6s ease-out;background:var(--surface-color);border-radius:16px;box-shadow:0 4px 20px #00000026}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.page-header h1{font-size:2.5rem;color:#fff;margin-bottom:10px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.2);letter-spacing:-.5px}.page-header p{font-size:1.1rem;color:#fffffff2;font-weight:500;max-width:600px;margin:0 auto;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.15)}.main-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:20px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block;text-align:center;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:var(--surface-color);color:var(--brand-yellow-start);box-shadow:0 6px 20px #0006;font-weight:700;border:2px solid var(--brand-yellow-start);padding:14px 26px;border-radius:40px;transition:background .3s,color .3s}.btn-primary:hover{background:var(--brand-gradient);color:#111217;box-shadow:0 14px 36px #d8b64f40;transform:translateY(-3px) scale(1.02)}.btn-secondary{background-color:var(--taupe);color:#fff;box-shadow:0 2px 8px #af8d8433}.btn-secondary:hover{background-color:#9d7d73;transform:translateY(-3px);box-shadow:0 8px 20px #af8d8459}.btn-danger{background-color:var(--danger-color);color:#fff;box-shadow:0 2px 8px #dc354533}.btn-danger:hover{background-color:#c82333;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px #dc354559}.btn-outline{background-color:transparent;border:2px solid var(--brand-yellow-start);color:var(--brand-yellow-start);box-shadow:0 0 rgba(var(--primary-rgb),0);transition:background .3s,color .3s}.btn-outline:hover{background:var(--brand-gradient);color:#111217;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px rgba(var(--primary-rgb),.3)}.btn:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--primary-color);font-size:.95rem}.form-control{width:100%;padding:12px;border:2px solid var(--border-color);border-radius:8px;font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1);background:var(--surface-color)}.form-control:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #f6c8cc33;transform:translateY(-1px)}.card{background:var(--surface-color);border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 8px 20px #0000002e}.loading{display:flex;justify-content:center;align-items:center;min-height:300px}.spinner{border:4px solid var(--light-bg);border-top:4px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert{padding:15px 20px;border-radius:5px;margin-bottom:20px}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-danger{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-warning{background-color:rgba(var(--primary-rgb),.16);border:1px solid rgba(var(--primary-rgb),.4);color:#e7dec4}.alert-info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media (max-width: 1024px){.main-content{padding:15px}}@media (max-width: 768px){.main-content{padding:10px}.grid{grid-template-columns:1fr}.btn{padding:10px 20px;font-size:.95rem}.btn-large{padding:12px 30px;font-size:1rem}}html body,html body .app,html body .main-content{background:var(--surface-color)!important;color:#e9dfc4!important}html body .page-header,html body .admin-header,html body .footer,html body .card,html body .product-card,html body .feature-card,html body .testimonial-card,html body .featured-testimonial,html body .summary-card,html body .stat-card,html body .profile-card,html body .auth-card,html body .contact-info-section,html body .contact-form-section,html body .policy-section,html body .terms-section,html body .privacy-section,html body .about-section,html body .order-card,html body .cart-items,html body .cart-summary,html body .checkout-form,html body .order-summary,html body .admin-content,html body .product-form-card,html body .moderation-review-item,html body .faq-item,html body .empty-state,html body .modal,html body .modal-content{background:var(--surface-color)!important;border-color:var(--card-border)!important;color:#ddd5bf!important}html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,html body .section-title,html body .section-subtitle,html body .footer-section h3,html body .footer-section h4,html body .product-title,html body .product-price,html body .order-total h3,html body .summary-row.total,html body .item-total,html body .item-subtotal{color:var(--gold-2)!important}html body p,html body li,html body label,html body .text-muted,html body .customer-email,html body .customer-phone,html body .review-date,html body .file-hint,html body .last-updated,html body .product-weight,html body .empty-state p,html body .no-data,html body .loading,html body .modal-body,html body .review-comment,html body .product-description p,html body .order-info p,html body .item-price,html body .order-date,html body .faq-item p,html body .contact-method p,html body .policy-section p,html body .policy-list li,html body .terms-section p,html body .terms-section ul li,html body .privacy-section p,html body .privacy-section ul li,html body .about-section p,html body .feature-box p,html body .values-list li,html body .contact-info-section p,html body .timeline-desc,html body .orders-count,html body .review-content,html body .reviewer-details,html body .contact-item span,html body .timeline-box p,html body .info-box ul li,html body .cancellation-steps p,html body .refund-steps p{color:#d7ceb5!important}html body .btn-primary{color:var(--brand-yellow-start)!important}html body .btn-primary:hover{color:#111217!important}html body .products-table th,html body .orders-table th{background:var(--surface-color)!important;color:var(--gold-2)!important}html body .status-badge,html body .verified-badge,html body .stock-badge,html body .badge,html body .admin-badge{background:var(--gold-4)!important;color:#11141a!important;border-color:#b7973680!important}html body .testimonials-section .testimonial-text,html body .testimonials-section .featured-text{color:#f2e8cd!important}@media (max-width: 768px){html body .navbar .nav-menu{background:var(--surface-color)!important}}html body .testimonial-author p,html body .featured-header p,html body .testimonials-section .section-subtitle,html body .contact-method p,html body .order-info p,html body .item-price,html body .item-quantity label,html body .summary-row,html body .shop-page .filter-group label{color:#ddd3b7!important}html body .terms-section,html body .policy-section,html body .about-section,html body .feature-box,html body .values-list li,html body .contact-details,html body .timeline-item,html body .timeline-box,html body .shipping-charges,html body .charge-item,html body .contact-section,html body .order-card,html body .order-item,html body .checkout-form,html body .order-summary,html body .cart-items,html body .cart-item,html body .cart-summary,html body .coupon-section,html body .coupon-applied,html body .auth-card,html body .demo-credentials,html body .captcha-section,html body .captcha-math,html body .confirm-container,html body .contact-info-section,html body .contact-form-section,html body .faq-item,html body .product-detail-container,html body .refund-steps .step,html body .cancellation-steps .step,html body .eligibility-item,html body .info-box,html body .important-notes li,html body .important-points li,html body .products-management .summary-card,html body .products-management .product-form-card,html body .products-management .products-table table,html body .orders-management .orders-table table,html body .orders-management .order-item-detail,html body .admin-review-moderation,html body .admin-review-moderation .moderation-review-item,html body .admin-dashboard .stat-card,html body .admin-dashboard .admin-content,html body .shop-page .advanced-filters,html body .shop-page .filter-section,html body .review-section,html body .review-form,html body .review-item,html body .testimonial-form-container,html body .featured-testimonial,html body .modal,html body .modal-content,html body .error-boundary,html body .image-gallery{background:var(--surface-color)!important;border-color:#313946!important;color:#e9dfc4!important}html body .location-note,html body .return-info,html body .return-section,html body .out-of-stock-message,html body .return-info .rejection-reason{background:var(--surface-muted)!important;border-color:var(--gold-5)!important;color:#e9dfc4!important}html body .order-card h1,html body .order-card h2,html body .order-card h3,html body .checkout-form h1,html body .checkout-form h2,html body .order-summary h2,html body .cart-header h2,html body .cart-summary h2,html body .terms-section h2,html body .policy-section h2,html body .policy-section h3,html body .about-section h2,html body .feature-box h3,html body .contact-info-section h2,html body .contact-form-section h2,html body .faq-item h3,html body .product-info-section h1,html body .product-description h3,html body .confirm-email-page h2,html body .admin-dashboard .stat-content h3,html body .admin-review-moderation h2,html body .review-info h4,html body .orders-management h2,html body .products-management .management-header h2,html body .products-management .product-form-card h3{color:#efe5c9!important}html body .order-card p,html body .order-item p,html body .summary-row,html body .auth-subtitle,html body .auth-footer,html body .contact-info-section p,html body .faq-item p,html body .policy-list li,html body .terms-section p,html body .terms-section ul li,html body .about-section p,html body .feature-box p,html body .values-list li,html body .product-description p,html body .weight-info,html body .confirm-email-page p,html body .shop-page .filter-group label,html body .shop-page .filter-section h3{color:#d7ceb5!important}html body .contact-page,html body .terms-page,html body .shipping-policy-page,html body .refund-policy-page,html body .cancellation-policy-page,html body .confirm-email-page,html body .auth-page{background:var(--charcoal-950)!important}html body .terms-section,html body .policy-section,html body .contact-details,html body .timeline-item,html body .shipping-charges,html body .charge-item,html body .contact-section,html body .order-card,html body .order-item,html body .checkout-form,html body .order-summary,html body .cart-items,html body .cart-item,html body .cart-summary,html body .coupon-section,html body .coupon-applied,html body .auth-card,html body .demo-credentials,html body .captcha-section,html body .captcha-math,html body .contact-info-section,html body .contact-form-section,html body .faq-item,html body .product-detail-container,html body .products-management .summary-card,html body .products-management .product-form-card,html body .products-management .products-table table,html body .orders-management .orders-table table,html body .orders-management .order-item-detail,html body .admin-review-moderation,html body .admin-review-moderation .moderation-review-item,html body .admin-dashboard .stat-card,html body .admin-dashboard .admin-content,html body .shop-page .advanced-filters,html body .shop-page .filter-section,html body .review-section,html body .review-form,html body .review-item,html body .testimonial-form-container,html body .featured-testimonial,html body .modal,html body .modal-content,html body .error-boundary,html body .image-gallery{background:var(--surface-color)!important;border-color:#313946!important;color:#e9dfc4!important}html body .location-note,html body .return-info,html body .return-section{background:var(--surface-muted)!important;border-color:var(--gold-5)!important;color:#e9dfc4!important}html body .order-card h1,html body .order-card h2,html body .order-card h3,html body .checkout-form h1,html body .checkout-form h2,html body .order-summary h2,html body .cart-header h2,html body .cart-summary h2,html body .terms-section h2,html body .policy-section h2,html body .policy-section h3,html body .contact-info-section h2,html body .contact-form-section h2,html body .faq-item h3,html body .product-info-section h1,html body .product-description h3,html body .admin-dashboard .stat-content h3,html body .admin-review-moderation h2,html body .review-info h4,html body .orders-management h2,html body .products-management .management-header h2,html body .products-management .product-form-card h3{color:#efe5c9!important}html body .order-card p,html body .order-item p,html body .summary-row,html body .auth-subtitle,html body .auth-footer,html body .contact-info-section p,html body .faq-item p,html body .policy-list li,html body .terms-section p,html body .terms-section ul li,html body .product-description p,html body .weight-info,html body .shop-page .filter-group label,html body .shop-page .filter-section h3{color:#d7ceb5!important}html body .btn-wishlist{background:var(--surface-color)!important;color:#f0978a!important;border-color:#3d4552!important}html body .btn-wishlist:hover,html body .btn-wishlist.active{background:var(--surface-color)!important;border-color:#e27d70!important;color:#ffb2a8!important}html body .price-slider{background:var(--surface-color)!important}html body .contact-page,html body .terms-page,html body .shipping-policy-page,html body .refund-policy-page,html body .cancellation-policy-page,html body .auth-page{background:var(--charcoal-950)!important}html body .admin-dashboard .tab-link:not(.active){background:var(--surface-color)!important;color:var(--gold-1)!important;border-color:#3d4552!important}html body .admin-dashboard .tab-link:not(.active):hover{background:var(--surface-color)!important;color:var(--gold-2)!important;border-color:var(--gold-5)!important}html body .admin-dashboard .stat-card,html body .admin-dashboard .admin-content,html body .products-management .summary-card,html body .products-management .product-form-card,html body .products-management .products-table table,html body .orders-management .orders-table table,html body .orders-management .order-item-detail,html body .admin-review-moderation,html body .admin-review-moderation .moderation-review-item,html body .admin-review-moderation .page-btn{background:var(--surface-color)!important;border-color:var(--card-border)!important;color:#e7dec5!important}html body .shop-page .advanced-filters,html body .shop-page .filter-section{background:var(--surface-color)!important;border:1px solid var(--card-border)!important;color:#e7dec5!important}html body .shop-page .filter-group label,html body .shop-page .filter-section h3,html body .shop-page .price-range,html body .shop-page .sort-by{color:#d7ceb5!important}html,body{max-width:100%;overflow-x:hidden}*,*:before,*:after{min-width:0}img,video,canvas,svg,iframe{max-width:100%;height:auto}.main-content,.container,.navbar-container,.footer-container,.profile-page,.profile-container,.about-content,.contact-content,.policy-content,.privacy-content,.terms-content,.checkout-container,.cart-container,.product-detail-container,.orders-list{width:100%;max-width:100%}.products-table,.orders-table,.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.products-table table,.orders-table table{min-width:700px}.nav-menu,.nav-icons,.admin-tabs,.status-filters,.category-buttons,.form-actions,.modal-actions,.action-buttons,.return-actions{flex-wrap:wrap}.info-value,.customer-email,.customer-phone,.product-title,.review-content,.testimonial-text,.featured-text,.policy-section p,.terms-section p,.privacy-section p,.about-section p,.contact-info-section p{overflow-wrap:anywhere;word-break:break-word}.main-content,.container{padding-left:12px!important;padding-right:12px!important}.hero-content{grid-template-columns:1fr!important;gap:16px!important}.hero-visual{min-height:220px!important}.footer-container,.contact-content,.features-grid,.products-grid,.faq-grid,.admin-stats,.timeline-grid,.refund-steps,.eligibility-list,.data-types{grid-template-columns:1fr!important}@media (min-width: 640px){.main-content,.container{padding-left:16px!important;padding-right:16px!important}.products-grid,.features-grid,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width: 992px){.main-content,.container{padding-left:20px!important;padding-right:20px!important}.hero-content{grid-template-columns:1.05fr .95fr!important;gap:34px!important}.footer-container{grid-template-columns:1.2fr 1fr 1fr .9fr!important}.products-grid,.features-grid,.faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}html body a,html body .contact-item a,html body .footer a,html body .policy-section a,html body .terms-section a,html body .privacy-section a,html body .about-section a{color:var(--gold-2)!important}html body a:hover,html body .contact-item a:hover,html body .footer a:hover,html body .policy-section a:hover,html body .terms-section a:hover,html body .privacy-section a:hover,html body .about-section a:hover{color:#f2e8c9!important}html body .products-table td,html body .orders-table td,html body .order-detail-section,html body .order-item-detail,html body .review-header,html body .review-info,html body .customer-info,html body .contact-details,html body .location-note,html body .info-box,html body .timeline-box,html body .charge-item{color:#ddd5bf!important}html body .modal-close,html body .btn-close,html body .close-button,html body .carousel-btn,html body .dot{color:#e7debf!important}html body .modal-close:hover,html body .btn-close:hover,html body .close-button:hover,html body .carousel-btn:hover,html body .dot:hover{color:var(--gold-2)!important}html body input,html body select,html body textarea,html body .form-control,html body .search-input,html body .status-select,html body .sort-select,html body .coupon-input{background:var(--surface-color)!important;color:#e6ddc4!important;border-color:#3c4452!important}html body input:focus,html body select:focus,html body textarea:focus,html body .form-control:focus,html body .search-input:focus,html body .status-select:focus,html body .sort-select:focus,html body .coupon-input:focus{border-color:var(--gold-4)!important;box-shadow:0 0 0 3px #ffde2e33!important}html body .badge-danger,html body .btn-danger,html body .btn-delete,html body .btn-remove,html body .btn-reject,html body .btn-remove-image,html body .btn-remove-preview,html body .modal-actions .btn-danger{color:#f7ecec!important}html body .review-rating,html body .testimonial-rating,html body .featured-rating,html body .star-rating{color:var(--gold-4)!important}html body .navbar .btn-logout:hover{background:var(--gold-2)!important;color:var(--charcoal-950)!important}html body .btn-primary,html body .btn-view,html body .btn-edit,html body .submit-btn,html body .btn-approve,html body .btn-success,html body .btn-add-image,html body .tab-link.active,html body .filter-btn.active,html body .category-btn.active,html body .free-badge,html body .charge-amount,html body .step-number,html body .timeline-item span,html body .low-stock-badge,html body .stock-warning{color:#101318!important}html body .tab-link,html body .filter-btn,html body .category-btn,html body .page-btn{background:var(--surface-color)!important;color:var(--gold-1)!important;border-color:#3b4350!important}html body input::placeholder,html body textarea::placeholder,html body .search-input::placeholder,html body .coupon-input::placeholder{color:#b6ad93!important;opacity:1!important}html body .btn:disabled,html body button:disabled,html body .page-btn:disabled,html body .submit-btn:disabled,html body .btn-outline:disabled{background:var(--surface-color)!important;color:#a79e85!important;border-color:#4a5260!important;opacity:1!important}html body .text-muted,html body .customer-email,html body .customer-phone,html body .review-date,html body .file-hint,html body .last-updated,html body .product-weight,html body .empty-state p,html body .no-data,html body .loading{color:#c8c0a8!important}body .navbar{background:linear-gradient(90deg,var(--charcoal-980),var(--charcoal-900))!important;box-shadow:0 6px 20px #00000059!important}body .navbar .navbar-logo,body .navbar .nav-link,body .navbar .user-greeting,body .navbar .cart-icon{color:#efe6cc!important}body .navbar .nav-link:hover,body .navbar .navbar-logo:hover{color:var(--gold-2)!important}body .navbar .btn-logout{background:transparent!important;color:var(--gold-2)!important;border:1px solid var(--gold-2)!important;opacity:1!important}body .navbar .btn-logout:hover{background:var(--gold-2)!important;color:var(--charcoal-950)!important}body .btn-primary,body .btn-view,body .btn-edit,body .submit-btn,body .btn-approve,body .btn-success,body .btn-add-image,body .tab-link.active,body .filter-btn.active,body .category-btn.active,body .page-btn:hover:not(:disabled),body .free-badge,body .charge-amount,body .step-number,body .timeline-item span,body .low-stock-badge,body .stock-warning{color:#12151a!important}body .tab-link,body .filter-btn,body .category-btn,body .page-btn{background:var(--surface-color)!important;color:var(--gold-1)!important;border-color:#3a414d!important}body .tab-link:hover,body .filter-btn:hover,body .category-btn:hover,body .page-btn:hover{color:var(--gold-2)!important;border-color:var(--gold-5)!important}body .products-table th,body .orders-table th{background:var(--surface-color)!important;color:var(--gold-2)!important}body .modal-body,body .review-comment,body .product-description p,body .order-info p,body .item-price,body .order-date,body .empty-state p,body .faq-item p,body .contact-method p,body .policy-section p,body .policy-list li,body .terms-section p,body .terms-section ul li,body .privacy-section p,body .privacy-section ul li,body .about-section p,body .feature-box p,body .values-list li,body .contact-info-section p,body .timeline-desc,body .orders-count,body .customer-email,body .customer-phone,body .review-content,body .reviewer-details,body .review-date,body .page-info,body .product-weight,body .file-hint,body .text-muted,body .loading,body .no-data,body .last-updated,body .contact-item span,body .timeline-box p,body .info-box ul li,body .cancellation-steps p,body .refund-steps p{color:#ddd5bf!important}.navbar{background:linear-gradient(90deg,var(--charcoal-980),var(--charcoal-900))!important}.navbar .navbar-logo,.navbar .nav-link,.navbar .user-greeting,.navbar .cart-icon{color:#e7ddc3!important}.navbar .nav-link:hover,.navbar .navbar-logo:hover{color:var(--gold-2)!important}.navbar .btn-logout{color:var(--gold-1)!important;border-color:var(--gold-1)!important;background:transparent!important}.navbar .btn-logout:hover{background:var(--gold-1)!important;color:var(--charcoal-950)!important}.btn-primary,.btn-view,.btn-edit,.submit-btn,.btn-approve,.btn-success,.btn-add-image,.tab-link.active,.filter-btn.active,.category-btn.active,.page-btn:hover:not(:disabled),.free-badge,.charge-amount,.step-number,.timeline-item span,.low-stock-badge,.stock-warning{color:var(--charcoal-950)!important}.btn-primary:hover,.btn-view:hover,.btn-edit:hover,.submit-btn:hover,.btn-approve:hover,.btn-success:hover,.btn-add-image:hover,.tab-link.active:hover,.filter-btn.active:hover,.category-btn.active:hover,.page-btn:hover:not(:disabled):hover{color:var(--charcoal-950)!important}.products-table th,.orders-table th{background:var(--charcoal-900)!important;color:var(--gold-2)!important}.status-badge,.verified-badge,.stock-badge,.badge,.admin-badge{color:var(--charcoal-900)!important;background:var(--gold-4)!important;border-color:#b7973680!important}.policy-section p,.policy-list li,.terms-section p,.terms-section ul li,.privacy-section p,.privacy-section ul li,.about-section p,.feature-box p,.values-list li,.contact-info-section p,.contact-method p,.faq-item p,.timeline-desc,.orders-count,.customer-email,.customer-phone,.review-content,.reviewer-details,.review-date,.page-info,.product-weight,.file-hint,.text-muted,.loading,.no-data,.last-updated,.contact-item span,.timeline-box p,.info-box ul li,.cancellation-steps p,.refund-steps p,.modal-body,.review-comment,.product-description p,.order-info p,.item-price,.order-date,.empty-state p{color:#d8d0b8!important}.tab-link,.filter-btn,.page-btn,.category-btn{background:var(--surface-color)!important;color:var(--gold-1)!important;border-color:#343943!important}.tab-link:hover,.filter-btn:hover,.page-btn:hover,.category-btn:hover{border-color:var(--gold-5)!important;color:var(--gold-2)!important}.footer,.footer a,.footer p,.footer h3,.footer h4,.footer .branding-link,.footer .branding-by,.footer .branding-name{color:#e6ddc4!important}:root{--primary-color: var(--gold-1);--secondary-color: var(--gold-6);--primary-rgb: 255, 222, 46;--primary-dark: var(--gold-2);--accent-color: var(--gold-4);--text-color: #ddd5bf;--light-bg: var(--charcoal-950);--taupe: #000000;--border-color: #2f333c;--surface-color: #000000;--surface-muted: #000000;--shadow-soft: 0 10px 30px rgba(0, 0, 0, .3);--shadow-medium: 0 14px 34px rgba(0, 0, 0, .42)}body{background:var(--charcoal-950)!important;color:#ddd5bf!important}.main-content,.container{max-width:1280px!important}.btn-primary{background:var(--gold-1)!important;color:var(--charcoal-950)!important;box-shadow:0 8px 24px #ffde2e47!important}.btn-primary:hover{background:var(--gold-2)!important;color:var(--charcoal-950)!important}box-shadow: 0 0 0 3px rgba(255,222,46,.2) !important; border-top: 1px solid rgba(255,222,46,.28); background: linear-gradient(90deg,transparent,rgba(255,222,46,.62),transparent); .btn-outline{border-color:var(--gold-1)!important;color:var(--gold-1)!important;background:transparent!important}.btn-outline:hover{background:var(--gold-1)!important;color:var(--charcoal-950)!important}.page-header,.admin-header,.hero-section,.testimonials-section,.home-testimonial-submit-section,.about-section,.policy-section,.terms-section,.privacy-section,.contact-form-section,.contact-info-section,.order-card,.cart-items,.cart-summary,.checkout-form,.order-summary,.profile-card,.auth-card,.admin-content,.product-form-card,.summary-card,.stat-card,.moderation-review-item,.faq-item,.feature-card,.product-card,.testimonial-card,.featured-testimonial{background:var(--surface-color)!important;border-color:#2f333c!important;color:#ddd5bf!important}.section-title,.section-subtitle,.page-header h1,.page-header p,.order-header h3,.cart-header h2,.checkout-form h2,.order-summary h2,.profile-header h2,.admin-header h1,.admin-review-moderation h2,.orders-management h2,.products-management h2{color:var(--gold-1)!important}.page-header,.admin-header{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important;color:#fff7e8!important;box-shadow:var(--shadow-medium)!important}.admin-header:before{background:linear-gradient(45deg,#fff7e81a,#fff7e800)!important}.admin-badge,.free-badge,.charge-amount,.step-number,.timeline-item span{background:var(--primary-color)!important;color:#fff7e8!important}.policy-section,.terms-section,.privacy-section,.about-section,.contact-info-section,.contact-form-section,.timeline-box,.info-box,.cancellation-steps .step,.refund-steps .step,.timeline-item,.shipping-charges,.charge-item,.contact-info,.location-note,.return-section,.cancellation-section,.order-item-detail,.image-mode-toggle,.image-upload-container,.preview-item,.faq-item,.feature-box,.data-type,.eligibility-item,.summary-card,.stat-card,.product-form-card,.moderation-review-item,.admin-content,.admin-review-moderation{background:var(--surface-color)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-soft)!important}.location-note,.return-section,.cancellation-section,.image-mode-toggle,.image-upload-container,.cancellation-steps .step,.refund-steps .step,.timeline-box,.info-box,.data-type,.feature-box,.values-list li{background:var(--surface-muted)!important}.policy-section h2,.policy-section h3,.terms-section h2,.privacy-section h2,.privacy-section h3,.about-section h2,.contact-info-section h2,.contact-form-section h2,.timeline-box h3,.info-box h3,.feature-box h3,.data-type h4,.orders-management h2,.products-management h2,.admin-review-moderation h2,.management-header h2,.order-detail-section h4,.return-section h4,.refund-section h5,.contact-method h3,.faq-section h2,.faq-item h3{color:var(--primary-dark)!important;border-color:var(--accent-color)!important}.policy-section p,.policy-list li,.terms-section p,.terms-section ul li,.privacy-section p,.privacy-section ul li,.about-section p,.feature-box p,.values-list li,.contact-info-section p,.contact-method p,.faq-item p,.timeline-desc,.orders-count,.customer-email,.customer-phone,.review-content,.reviewer-details,.review-date,.page-info,.product-weight,.file-hint,.text-muted,.loading,.no-data,.last-updated,.contact-item span,.timeline-box p,.info-box ul li,.cancellation-steps p,.refund-steps p{color:#5a4f3f!important}.policy-list li:before,.terms-section ul li:before,.privacy-section ul li:before,.important-notes li:before,.important-points li:before,.values-list li:before,.contact-item a{color:var(--accent-color)!important}.search-input,.status-select,.reject-modal textarea,.form-group input,.form-group select,.form-group textarea,.image-upload-container .form-control,.image-link-input .form-control{background:var(--surface-color)!important;border:1px solid var(--border-color)!important;color:#e9dfc4!important}.search-input:focus,.reject-modal textarea:focus,.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(var(--primary-rgb),.12)!important}.products-table table,.orders-table table{background:var(--surface-color)!important}.products-table th,.orders-table th{background:var(--primary-dark)!important;color:#fff7e8!important}.products-table td,.orders-table td,.order-detail-section,.modal-actions,.moderation-actions,.pagination,.contact-item,.image-previews{border-color:var(--border-color)!important}.btn-approve,.btn-success,.btn-add-image{background:var(--primary-color)!important;color:#fff7e8!important;border:1px solid var(--primary-color)!important}.btn-reject,.btn-delete,.btn-remove-image,.btn-remove-preview,.modal-actions .btn-danger{background:var(--surface-color)!important;color:#fff7e8!important;border:1px solid #9f3d3d!important}.btn-view,.btn-edit,.submit-btn,.tab-link.active,.filter-btn.active,.page-btn:hover:not(:disabled){background:var(--primary-color)!important;color:#fff7e8!important;border-color:var(--primary-color)!important}.tab-link,.filter-btn,.page-btn,.category-btn{background:var(--surface-color)!important;color:var(--gold-1)!important;border-color:#3d4552!important}.status-badge,.verified-badge,.stock-badge{border-radius:999px!important;border:1px solid var(--border-color)!important;background:var(--surface-muted)!important;color:var(--primary-dark)!important}.status-badge.pending,.status-badge.approved,.stock-badge.stock-good,.stock-badge.stock-low,.stock-badge.stock-out{background:var(--surface-muted)!important;color:var(--primary-dark)!important}.home-page,.shop-page,.product-detail-page,.cart-page,.checkout-page,.orders-page,.contact-page,.about-page,.auth-page,.profile-page,.confirm-email-page,.terms-page,.privacy-page,.shipping-policy-page,.refund-policy-page,.cancellation-policy-page,.admin-dashboard,.products-management,.orders-management,.admin-review-moderation{background:transparent!important;color:var(--text-color)!important}.terms-content,.privacy-content,.policy-content,.about-content,.contact-content,.checkout-container,.cart-container,.product-detail-container,.orders-list,.admin-content,.featured-testimonials,.faq-grid,.features-grid,.timeline-grid,.refund-steps,.eligibility-list,.data-types{gap:24px!important}.terms-section,.privacy-section,.policy-section,.about-section,.contact-form-section,.contact-info-section,.shipping-charges,.timeline-item,.eligibility-item,.data-type,.feature-box,.values-list li,.contact-details,.location-note,.order-card,.cart-items,.cart-summary,.checkout-form,.order-summary,.auth-card,.profile-card,.testimonial-form-container,.testimonial-card,.featured-testimonial,.moderation-review-item,.summary-card,.stat-card,.product-form-card{background:var(--surface-color)!important;border:1px solid var(--border-color)!important;border-radius:16px!important;box-shadow:var(--shadow-soft)!important}.terms-section h2,.privacy-section h2,.policy-section h2,.about-section h2,.contact-form-section h2,.contact-info-section h2,.shipping-charges h3,.timeline-item h3,.eligibility-item h3,.data-type h4,.feature-box h3,.order-header h3,.cart-header h2,.checkout-form h2,.order-summary h2,.profile-header h2,.form-header h3,.admin-header h1,.admin-review-moderation h2,.orders-management h2,.products-management h2{color:var(--primary-dark)!important;border-color:var(--accent-color)!important}.terms-section p,.privacy-section p,.policy-section p,.about-section p,.feature-box p,.values-list li,.contact-details p,.location-note,.timeline-desc,.timeline-item span,.eligibility-item ul li,.data-type ul li,.order-date,.item-price,.item-info p,.order-info p,.review-comment,.testimonial-text,.featured-text,.section-subtitle,.home-testimonial-submit-subtitle,.empty-state p,.faq-item p,.contact-method p,.last-updated{color:#5a4f3f!important}.terms-section ul li:before,.privacy-section ul li:before,.policy-list li:before,.important-notes li:before,.values-list li:before{color:var(--accent-color)!important}.timeline-item,.contact-section,.shipping-charges,.coupon-section,.return-info,.cancellation-info,.refund-info,.form-note{background:var(--surface-muted)!important;border-color:var(--border-color)!important}.free-badge,.charge-amount,.timeline-item span,.step-number{background:var(--primary-color)!important;color:#fff7e8!important}.btn-danger,.btn-remove{background:var(--danger-color)!important}.btn-warning{background:var(--primary-color)!important;color:#fff7e8!important}.navbar,.footer,.admin-header,.page-header,.navbar .nav-link,.navbar .navbar-logo,.footer a,.footer p,.footer h3,.footer .branding-by,.footer .branding-name{color:#fff7e8!important}.admin-dashboard .tab-link,.status-badge,.badge,.filter-btn,.category-btn,.coupon-success,.btn-close,.modal-close{border-radius:999px!important}.admin-dashboard .tab-link,.filter-btn,.category-btn{border:1px solid var(--border-color)!important;color:var(--gold-1)!important;background:var(--surface-color)!important}.admin-dashboard .tab-link.active,.filter-btn.active,.category-btn.active{background:var(--primary-color)!important;color:#fff7e8!important;border-color:var(--primary-color)!important}@media (max-width: 768px){.terms-section,.privacy-section,.policy-section,.about-section,.contact-form-section,.contact-info-section,.shipping-charges,.timeline-item,.eligibility-item,.data-type,.feature-box,.values-list li,.contact-details,.location-note,.order-card,.cart-items,.cart-summary,.checkout-form,.order-summary,.auth-card,.profile-card,.testimonial-form-container,.testimonial-card,.featured-testimonial,.moderation-review-item,.summary-card,.stat-card,.product-form-card{border-radius:14px!important}}@media (max-width: 480px){body{font-size:14px}.main-content{padding:8px}.btn{padding:8px 16px;font-size:.9rem}}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}.p-1{padding:10px}.p-2{padding:20px}.p-3{padding:30px}.section-title{font-size:2rem;text-align:center;margin-bottom:40px;color:var(--secondary-color);position:relative;padding-bottom:15px;animation:slideInFromLeft .8s ease-out}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);border-radius:2px;animation:expandWidth 1s ease-out .3s both}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes expandWidth{0%{width:0}to{width:80px}}body,.app,.main-content{background:var(--light-bg);color:var(--text-color)}.page-header{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-medium)!important}.navbar{background:linear-gradient(90deg,var(--primary-dark),var(--primary-color))!important;box-shadow:0 8px 24px #0003!important}.nav-menu,.nav-icons{background-color:transparent}.footer{background:var(--surface-color)!important;color:#f7f0df!important}.footer-section h4{color:#ecd8ae!important}.card,.product-card,.summary-card,.stat-card,.profile-card,.auth-card,.contact-method,.order-card,.moderation-review-item,.product-form-card,.testimonial-form-container,.review-form-container{background:var(--surface-color)!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-soft)!important}.btn{border-radius:999px!important;font-weight:600!important;letter-spacing:.2px}.btn-primary{background:linear-gradient(135deg,var(--accent-color),#b99552)!important;color:#2f2a1f!important;box-shadow:0 8px 22px #c8a96a59!important}.btn-primary:hover{background:linear-gradient(135deg,#d3b578,#b78f4c)!important;color:#2f2a1f!important}.btn-secondary{background:var(--surface-color)!important;color:var(--primary-color)!important}.btn-outline{border-color:var(--primary-color)!important;color:var(--primary-color)!important;background:transparent!important}.btn-outline:hover{background:var(--primary-color)!important;color:#fffaf0!important}input,select,textarea,.form-control,.search-input,.status-select,.sort-select,.coupon-input{background:var(--surface-color)!important;border:1.5px solid var(--border-color)!important;color:#e9dfc4!important;border-radius:10px!important}input:focus,select:focus,textarea:focus,.form-control:focus,.search-input:focus,.status-select:focus,.sort-select:focus,.coupon-input:focus{border-color:var(--accent-color)!important;box-shadow:0 0 0 3px #c8a96a33!important}.badge,.status-badge,.admin-badge{border-radius:999px!important;border:1px solid transparent}.badge-success{background:#5e8d4b24!important;color:#3f6630!important}.badge-warning{background:#c8a96a33!important;color:#7a5f29!important}.badge-danger{background:#b64b4529!important;color:#8c3a35!important}.badge-info{background:#6b8f982e!important;color:#35535a!important}.modal,.modal-content{background:var(--surface-color)!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-medium)!important}.modal-header,.modal-actions{border-color:var(--border-color)!important}.modal-overlay.success .modal-header,.modal-overlay.error .modal-header,.modal-overlay.warning .modal-header,.modal-overlay.info .modal-header{background:var(--surface-muted)!important}.modal-overlay.success .modal-header h2,.modal-overlay.error .modal-header h2,.modal-overlay.warning .modal-header h2,.modal-overlay.info .modal-header h2{color:var(--primary-dark)!important}.admin-dashboard,.admin-header,.admin-stats,.admin-content,.products-management,.orders-management,.admin-review-moderation{background:transparent!important}.admin-header{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important;border-radius:var(--radius-lg)!important}.tab-link{border-radius:999px!important;border:1px solid var(--border-color)!important}.tab-link.active{background:var(--primary-color)!important;color:#fffaf0!important;border-color:var(--primary-color)!important}a{color:var(--primary-color)}a:hover{color:var(--primary-dark)}:root{--section-space: 72px;--section-space-sm: 44px;--content-max: 1240px}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Times New Roman,Georgia,serif;letter-spacing:.2px;color:var(--primary-dark)}p,label,input,select,textarea,button,a,span,li{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.main-content,.navbar-container,.footer-container{max-width:var(--content-max)!important}.home-page section,.shop-page,.product-detail-page,.cart-page,.checkout-page,.orders-page,.contact-page,.about-page,.profile-page,.admin-dashboard,.products-management,.orders-management,.admin-review-moderation{margin-top:var(--section-space-sm);margin-bottom:var(--section-space-sm)}.hero-section,.featured-section,.features-section,.filter-section,.advanced-filters,.product-detail-container,.cart-items,.cart-summary,.checkout-form,.order-summary,.order-card,.contact-form-section,.contact-info-section,.profile-card,.admin-header,.admin-stats,.admin-content{border-radius:var(--radius-lg)!important}.hero-section{background:linear-gradient(120deg,#000000e6,#000000db),url(https://i.pinimg.com/736x/55/a1/09/55a109d09e0d9cf603558049338d96e8.jpg) center/cover no-repeat!important;background-attachment:scroll!important;padding:110px 24px!important;margin-bottom:var(--section-space)!important}.hero-content h1{font-size:clamp(2.2rem,4vw,3.4rem)!important;line-height:1.15!important;margin-bottom:14px!important;color:#fff8ea!important}.hero-content p{font-size:clamp(1.04rem,2vw,1.32rem)!important;color:#fff8eaeb!important}.section-title{font-size:clamp(1.85rem,2.8vw,2.6rem)!important;margin-bottom:28px!important}.products-grid,.features-grid,.reviews-list,.orders-list,.admin-stats{gap:24px!important}.product-card,.feature-card,.stat-card,.order-item,.cart-item,.summary-item,.moderation-review-item,.review-item,.contact-method,.faq-item{border-radius:14px!important;border:1px solid var(--border-color)!important;background:var(--surface-color)!important}.feature-card,.order-card,.cart-items,.cart-summary,.checkout-form,.order-summary,.filter-section,.advanced-filters,.product-detail-container,.contact-form-section,.contact-info-section,.auth-card,.profile-card,.admin-content,.admin-header,.admin-stats,.products-management,.orders-management,.admin-review-moderation{padding:28px!important}.search-section{margin-bottom:24px!important}.search-box{max-width:760px!important}.search-input{border-radius:999px!important;padding:16px 52px 16px 20px!important}.category-buttons{gap:12px!important}.category-btn,.filter-btn,.tab-link{border-radius:999px!important;padding:10px 18px!important}.product-info-section h1,.order-header h3,.cart-header h2,.checkout-form h2,.order-summary h2,.profile-header h2,.admin-header h1{color:var(--primary-dark)!important;line-height:1.2!important}.product-price,.order-total h3,.summary-row.total,.item-total,.item-subtotal{color:var(--primary-color)!important}.modal-body,.review-comment,.product-description p,.order-info p,.item-price,.order-date,.empty-state p,.faq-item p,.contact-method p{color:#4d4434!important}.modal-overlay{background:#2a241785!important}.alert-modal-icon{filter:saturate(.8)}@media (max-width: 1024px){.feature-card,.order-card,.cart-items,.cart-summary,.checkout-form,.order-summary,.filter-section,.advanced-filters,.product-detail-container,.contact-form-section,.contact-info-section,.auth-card,.profile-card,.admin-content,.admin-header,.admin-stats,.products-management,.orders-management,.admin-review-moderation{padding:22px!important}}@media (max-width: 768px){.home-page section,.shop-page,.product-detail-page,.cart-page,.checkout-page,.orders-page,.contact-page,.about-page,.profile-page,.admin-dashboard,.products-management,.orders-management,.admin-review-moderation{margin-top:24px;margin-bottom:24px}.hero-section{padding:74px 16px!important;margin-bottom:36px!important}.feature-card,.order-card,.cart-items,.cart-summary,.checkout-form,.order-summary,.filter-section,.advanced-filters,.product-detail-container,.contact-form-section,.contact-info-section,.auth-card,.profile-card,.admin-content,.admin-header,.admin-stats,.products-management,.orders-management,.admin-review-moderation{padding:16px!important;border-radius:14px!important}}html body .navbar{background:linear-gradient(90deg,var(--charcoal-980),var(--charcoal-900))!important}html body .navbar .navbar-logo,html body .navbar .nav-link,html body .navbar .user-greeting,html body .navbar .cart-icon{color:#efe6cc!important}html body .navbar .btn-logout{background:transparent!important;color:var(--gold-2)!important;border:1px solid var(--gold-2)!important}html body .navbar .btn-logout:hover{background:var(--gold-2)!important;color:#12151a!important}html body .btn-primary,html body .btn-view,html body .btn-edit,html body .submit-btn,html body .btn-approve,html body .btn-success,html body .btn-add-image,html body .tab-link.active,html body .filter-btn.active,html body .category-btn.active,html body .free-badge,html body .charge-amount,html body .step-number,html body .timeline-item span,html body .low-stock-badge,html body .stock-warning,html body .page-btn:hover:not(:disabled){color:#11141a!important}html body .tab-link,html body .filter-btn,html body .category-btn,html body .page-btn{background:var(--surface-color)!important;color:var(--gold-1)!important;border-color:#3d4552!important}html body .tab-link:hover,html body .filter-btn:hover,html body .category-btn:hover,html body .page-btn:hover{color:var(--gold-2)!important;border-color:var(--gold-5)!important}html body .modal-body,html body .review-comment,html body .product-description p,html body .order-info p,html body .item-price,html body .order-date,html body .empty-state p,html body .faq-item p,html body .contact-method p,html body .policy-section p,html body .policy-list li,html body .terms-section p,html body .terms-section ul li,html body .privacy-section p,html body .privacy-section ul li,html body .about-section p,html body .feature-box p,html body .values-list li,html body .contact-info-section p,html body .timeline-desc,html body .orders-count,html body .customer-email,html body .customer-phone,html body .review-content,html body .reviewer-details,html body .review-date,html body .page-info,html body .product-weight,html body .file-hint,html body .text-muted,html body .loading,html body .no-data,html body .last-updated,html body .contact-item span,html body .timeline-box p,html body .info-box ul li,html body .cancellation-steps p,html body .refund-steps p{color:#d7ceb5!important}html body input::placeholder,html body textarea::placeholder,html body .search-input::placeholder,html body .coupon-input::placeholder{color:#b9b099!important;opacity:1!important}html body .btn:disabled,html body button:disabled,html body .page-btn:disabled,html body .submit-btn:disabled,html body .btn-outline:disabled{background:var(--surface-color)!important;color:#a89f87!important;border-color:#4d5664!important;opacity:1!important}html body .navbar .navbar-logo,html body .navbar .nav-link,html body .navbar .user-greeting,html body .navbar .cart-icon{background:var(--brand-gradient)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}html body .error-boundary,html body .image-gallery,html body .review-item,html body .testimonial-form-container,html body .featured-testimonial,html body .modal,html body .modal-content,html body .orders-management .order-item-detail,html body .admin-review-moderation,html body .admin-review-moderation .moderation-review-item,html body .admin-review-moderation .page-btn,html body .shop-page .advanced-filters,html body .shop-page .filter-section{background:var(--surface-color)!important;border-color:var(--card-border)!important}html body .location-note,html body .return-info,html body .return-section{background:var(--surface-muted)!important}.card,.product-card,.auth-card,.contact-method,.order-card,.profile-card,.summary-card,.stat-card,.modal-content,.testimonial-form-container,.review-form-container,.form-container,.admin-header,.moderation-review-item,.product-form-card,.checkout-section{border:2px solid!important;border-image:var(--brand-gradient) 1!important}
