@charset "UTF-8";body{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.top-bar{background:#000000;color:#fff;text-align:center;position:relative;overflow:hidden;transition:max-height .4s ease,opacity .4s ease,padding .4s ease;max-height:60px;opacity:1;padding:10px 0}.top-bar.hidden{max-height:0;opacity:0;padding:0}.top-bar .wrapper{max-width:1440px;margin:0 auto;padding:0 40px;display:flex;justify-content:center;align-items:center;position:relative}.top-bar .tagline-carousel{position:relative;overflow:hidden;width:100%;display:flex;justify-content:center;align-items:center}.top-bar .tagline{font-style:italic;font-weight:400;font-size:15px;letter-spacing:.5px;padding-right:30px;display:inline-block;white-space:nowrap;transition:transform .5s ease,opacity .5s ease;will-change:transform,opacity;transform:translate(0);opacity:1}.top-bar .tagline.slide-out-left{transform:translate(-100%);opacity:0}.top-bar .tagline.slide-in-right{animation:slideInRight .5s ease forwards}.top-bar .close-tagline{background:none;border:none;color:#fffc;cursor:pointer;position:absolute;right:40px;top:50%;transform:translateY(-50%);padding:4px;transition:color .2s}.top-bar .close-tagline:hover{color:#fff}.top-bar .close-tagline svg{font-size:18px}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.navbar{background:#ffffff;box-shadow:0 4px 18px #c0808114;position:sticky;top:0;z-index:998;height:80px;border-bottom:1px solid #f0d9dd}.navbar .wrapper{width:100%;max-width:1440px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;text-decoration:none}.brand .brand-logo{width:68px;height:68px;object-fit:contain;display:block;transition:transform .3s ease}.brand:hover .brand-logo{transform:scale(1.04)}.hamburger{display:none;background:none;border:none;color:#4a3b3c;cursor:pointer;padding:8px}.hamburger svg{font-size:28px}.nav-links{display:flex;align-items:center;gap:40px;margin-left:auto;margin-right:40px;font-style:italic}.nav-links a,.nav-links .shop-trigger{text-decoration:none;color:#4a3b3c;font-weight:500;font-size:18px;padding:8px 0;position:relative;transition:color .3s ease;cursor:pointer;display:flex;align-items:center;gap:4px}.nav-links a:after,.nav-links .shop-trigger:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#000000;transition:width .3s ease;border-radius:2px}.nav-links a:hover,.nav-links .shop-trigger:hover{color:#000}.nav-links a:hover:after,.nav-links .shop-trigger:hover:after{width:100%}.nav-links .arrow{font-size:12px;margin-left:2px}.shop-dropdown{position:relative}.shop-dropdown .dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;background:#ffffff;min-width:260px;border-radius:16px;box-shadow:0 12px 30px #c080811f;padding:12px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s ease;z-index:10;border:1px solid #f0d9dd}.shop-dropdown .dropdown-menu a{display:block;padding:12px 24px;color:#4a3b3c;font-size:15px;font-weight:400;text-decoration:none;transition:background .2s,color .2s}.shop-dropdown .dropdown-menu a:hover{background:#ffeef2;color:#000}.shop-dropdown .dropdown-menu.visible{opacity:1;visibility:visible;transform:translateY(0)}.nav-actions{display:flex;align-items:center;gap:16px}.search-box{display:flex;align-items:center;border:1px solid transparent;transition:all .3s ease;border-radius:24px;background:#ffeef2}.search-box .search-input{width:0;opacity:0;border:none;outline:none;background:transparent;padding:0;transition:all .3s ease;font-size:14px;color:#4a3b3c}.search-box .search-input::placeholder{color:#a39596}.search-box.active{border-color:#f0d9dd;background:#ffffff;padding:2px 12px}.search-box.active .search-input{width:170px;opacity:1;padding:8px}.search-box .search-icon{background:none;border:none;cursor:pointer;color:#000;padding:8px;display:flex;align-items:center;transition:color .3s ease}.search-box .search-icon:hover{color:#a45d5f}.search-box .search-icon svg{font-size:22px}.icon-btn{background:none;border:none;cursor:pointer;position:relative;color:#4a3b3c;padding:8px;transition:color .3s ease}.icon-btn svg{font-size:24px}.icon-btn:hover{color:#000}.icon-btn .wishlist-dot{position:absolute;top:4px;right:4px;width:9px;height:9px;background:#e63946;border-radius:50%;border:1px solid #ffffff}.cart-btn .cart-badge{position:absolute;top:-6px;right:-8px;background:#000000;color:#fff;font-size:11px;font-weight:700;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #c080814d}.user-avatar{margin-left:4px;display:flex;align-items:center}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.3);z-index:998}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:320px;max-width:85%;height:100vh;background:#ffffff;box-shadow:-5px 0 20px #c0808126;z-index:999;transition:right .35s ease;flex-direction:column}.mobile-menu.open{right:0}.mobile-menu .mobile-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f0d9dd}.mobile-menu .mobile-header .mobile-brand-logo{width:64px;height:64px;object-fit:contain;display:block}.mobile-menu .mobile-header .close-btn{background:none;border:none;cursor:pointer;color:#4a3b3c}.mobile-menu .mobile-header .close-btn svg{font-size:26px}.mobile-menu .mobile-body{flex:1;overflow-y:auto;padding:20px}.mobile-menu .mobile-body .mobile-section{margin-bottom:30px}.mobile-menu .mobile-body .mobile-section h4{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#8b7a7b;margin-bottom:12px}.mobile-menu .mobile-body .mobile-section a,.mobile-menu .mobile-body .mobile-section .mobile-link-btn{display:block;padding:12px 0;text-decoration:none;color:#4a3b3c;font-size:16px;font-weight:500;border-bottom:1px solid #f0d9dd;background:none;width:100%;text-align:left;cursor:pointer}.mobile-menu .mobile-body .mobile-section a:hover,.mobile-menu .mobile-body .mobile-section .mobile-link-btn:hover{color:#000}.mobile-menu .mobile-body .mobile-section .mobile-link-btn{border:none;font-family:inherit;font-size:16px}.search-panel{position:fixed;top:0;right:-100%;width:320px;max-width:90%;height:100vh;background:#ffffff;box-shadow:-5px 0 20px #c0808126;z-index:999;transition:right .35s ease;display:flex;flex-direction:column}.search-panel.open{right:0}.search-panel .search-panel-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f0d9dd}.search-panel .search-panel-header h3{font-size:18px;color:#000;margin:0}.search-panel .search-panel-header .close-btn{background:none;border:none;cursor:pointer;color:#4a3b3c}.search-panel .search-panel-header .close-btn svg{font-size:26px}.search-panel .search-panel-body{padding:20px}.search-panel .search-panel-body .search-panel-input{width:100%;padding:14px 16px;border:1px solid #f0d9dd;border-radius:12px;font-size:16px;outline:none;color:#4a3b3c;background:#ffeef2}.search-panel .search-panel-body .search-panel-input::placeholder{color:#a39596}@media (max-width: 1024px){.brand{display:none}.hamburger{display:block}.nav-links{display:none}.mobile-menu{display:flex}.mobile-overlay{display:block}.navbar .wrapper{padding:0 16px}}@media (max-width: 768px){.top-bar .wrapper{padding:0 20px}.top-bar .tagline{font-size:13px;padding-right:25px}.top-bar .close-tagline{right:20px}.navbar{height:70px}.navbar .brand-logo{width:58px;height:58px}.search-box.active,.search-box .search-input{display:none}.nav-actions{gap:7px}.icon-btn svg{font-size:22px}}@media (max-width: 480px){.top-bar .wrapper{padding:0 12px}.top-bar .tagline{font-size:11px;padding-right:20px}.top-bar .close-tagline{right:8px}.navbar{height:60px}.navbar .wrapper{padding:0 10px}.navbar .brand-logo{width:50px;height:50px}.hide-mobile{display:none!important}.nav-actions{gap:4px}.cart-btn .cart-badge{width:18px;height:18px;font-size:10px;top:-5px;right:-7px}.mobile-menu,.search-panel{width:100%;max-width:100%}}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;justify-content:flex-end}.cart-container{width:450px;max-width:90vw;height:100vh;background:#fff;display:flex;flex-direction:column;box-shadow:-5px 0 25px #0000001a;animation:slideIn .3s ease-out}.cart-container .cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0}.cart-container .cart-header h2{font-size:1.4rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem;margin:0}.cart-container .cart-header .close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#94a3b8;transition:color .2s;line-height:1}.cart-container .cart-header .close-btn:hover{color:#ef4444}.cart-container .cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-container .cart-items::-webkit-scrollbar{width:5px}.cart-container .cart-items::-webkit-scrollbar-track{background:#f1f1f1}.cart-container .cart-items::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.cart-container .cart-items .empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#94a3b8}.cart-container .cart-items .empty-cart svg{font-size:4rem;margin-bottom:1rem}.cart-container .cart-items .empty-cart p{margin-bottom:1.5rem;font-size:1rem}.cart-container .cart-items .empty-cart .shop-now-btn{background:#2879fe;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:2rem;cursor:pointer;transition:background .2s}.cart-container .cart-items .empty-cart .shop-now-btn:hover{background:#1a5fd8}.cart-container .cart-items .cart-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #f0f0f0}.cart-container .cart-items .cart-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cart-container .cart-items .cart-item .item-link{flex-shrink:0;width:70px;height:70px;border-radius:12px;overflow:hidden}.cart-container .cart-items .cart-item .item-link img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.cart-container .cart-items .cart-item .item-link:hover img{transform:scale(1.05)}.cart-container .cart-items .cart-item .item-details{flex:1}.cart-container .cart-items .cart-item .item-details .item-title{display:inline-block;font-size:.95rem;font-weight:500;color:#1e293b;text-decoration:none;margin-bottom:.25rem}.cart-container .cart-items .cart-item .item-details .item-title:hover{color:#c9a86a}.cart-container .cart-items .cart-item .item-details .item-size{font-size:.78rem;color:#94a3b8;margin:0 0 2px;font-style:italic}.cart-container .cart-items .cart-item .item-details .item-price{font-size:.85rem;color:#64748b;margin:0 0 8px}.cart-container .cart-items .cart-item .item-details .qty-stepper{display:flex;align-items:center;gap:8px}.cart-container .cart-items .cart-item .item-details .qty-stepper .qty-btn{width:28px;height:28px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#1e293b;padding:0}.cart-container .cart-items .cart-item .item-details .qty-stepper .qty-btn:hover:not(:disabled){border-color:#c9a86a;background:rgba(201,168,106,.1);color:#c9a86a}.cart-container .cart-items .cart-item .item-details .qty-stepper .qty-btn:disabled{opacity:.35;cursor:not-allowed}.cart-container .cart-items .cart-item .item-details .qty-stepper .qty-val{min-width:22px;text-align:center;font-weight:600;font-size:.95rem;color:#1e293b}.cart-container .cart-items .cart-item .item-details .stock-warn{font-size:.75rem;color:#f59e0b;margin:4px 0 0}.cart-container .cart-items .cart-item .item-total{font-weight:600;color:#1e293b;font-size:.95rem}.cart-container .cart-items .cart-item .delete-icon{color:#cbd5e1;cursor:pointer;transition:color .2s;font-size:1.25rem}.cart-container .cart-items .cart-item .delete-icon:hover{color:#ef4444}.cart-container .cart-footer{border-top:1px solid #f0f0f0;padding:1.25rem 1.5rem;background:#fff}.cart-container .cart-footer .total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:1rem;color:#475569}.cart-container .cart-footer .total-row.final{margin-top:.5rem;padding-top:.75rem;border-top:1px solid #f0f0f0;font-weight:600;font-size:1.125rem;color:#1e293b}.cart-container .cart-footer .total-row.final span:last-child{color:#c9a86a}.cart-container .cart-footer .checkout-btn{width:100%;background:#c9a86a;color:#111827;border:none;padding:.85rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s;margin-top:.5rem}.cart-container .cart-footer .checkout-btn:hover{background:#b89759}.cart-container .cart-footer .reset-cart-btn{width:100%;background:transparent;border:1px solid #e2e8f0;padding:.7rem;border-radius:12px;margin-top:.75rem;cursor:pointer;color:#ef4444;font-weight:500;transition:all .2s}.cart-container .cart-footer .reset-cart-btn:hover{background:#fef2f2;border-color:#ef4444}@media (max-width: 640px){.cart-container{width:100%;max-width:100vw}}.wishlist-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;justify-content:flex-end}.wishlist-container{width:450px;max-width:90vw;height:100vh;background:#fff;display:flex;flex-direction:column;box-shadow:-5px 0 25px #0000001a;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.wishlist-container .wishlist-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0}.wishlist-container .wishlist-header h2{font-size:1.4rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem;margin:0}.wishlist-container .wishlist-header .close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#94a3b8;transition:color .2s;line-height:1}.wishlist-container .wishlist-header .close-btn:hover{color:#ef4444}.wishlist-container .wishlist-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.wishlist-container .wishlist-items::-webkit-scrollbar{width:5px}.wishlist-container .wishlist-items::-webkit-scrollbar-track{background:#f1f1f1}.wishlist-container .wishlist-items::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.wishlist-container .wishlist-items .empty-wishlist{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#94a3b8}.wishlist-container .wishlist-items .empty-wishlist svg{font-size:4rem;margin-bottom:1rem}.wishlist-container .wishlist-items .empty-wishlist p{margin-bottom:1.5rem;font-size:1rem}.wishlist-container .wishlist-items .empty-wishlist .shop-now-btn{background:#2879fe;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:2rem;cursor:pointer;transition:background .2s}.wishlist-container .wishlist-items .empty-wishlist .shop-now-btn:hover{background:#1a5fd8}.wishlist-container .wishlist-items .wishlist-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #f0f0f0}.wishlist-container .wishlist-items .wishlist-item:last-child{border-bottom:none}.wishlist-container .wishlist-items .wishlist-item .item-link{flex-shrink:0;width:70px;height:70px;border-radius:12px;overflow:hidden}.wishlist-container .wishlist-items .wishlist-item .item-link img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.wishlist-container .wishlist-items .wishlist-item .item-link:hover img{transform:scale(1.05)}.wishlist-container .wishlist-items .wishlist-item .item-details{flex:1}.wishlist-container .wishlist-items .wishlist-item .item-details .item-title{display:inline-block;font-size:.95rem;font-weight:500;color:#1e293b;text-decoration:none;margin-bottom:.25rem}.wishlist-container .wishlist-items .wishlist-item .item-details .item-title:hover{color:#2879fe}.wishlist-container .wishlist-items .wishlist-item .item-details .item-price{font-weight:600;color:#2879fe;font-size:.9rem;margin:0}.wishlist-container .wishlist-items .wishlist-item .delete-icon{color:#cbd5e1;cursor:pointer;transition:color .2s;font-size:1.25rem}.wishlist-container .wishlist-items .wishlist-item .delete-icon:hover{color:#ef4444}.wishlist-container .wishlist-footer{border-top:1px solid #f0f0f0;padding:1.25rem 1.5rem;background:#fff}.wishlist-container .wishlist-footer .continue-shopping{width:100%;background:transparent;border:1px solid #e2e8f0;padding:.85rem;border-radius:12px;font-weight:500;cursor:pointer;color:#475569;transition:all .2s}.wishlist-container .wishlist-footer .continue-shopping:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width: 640px){.wishlist-container{width:100%;max-width:100vw}}.srch__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(30,28,24,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1200;display:flex;justify-content:flex-end;animation:srchFadeIn .2s ease}@keyframes srchFadeIn{0%{opacity:0}to{opacity:1}}.srch__panel{width:460px;max-width:100vw;height:100vh;background:#fefaf5;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000026;animation:srchSlideIn .3s cubic-bezier(.22,1,.36,1);overflow:hidden}@media (max-width: 500px){.srch__panel{width:100vw}}@keyframes srchSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.srch__header{display:flex;align-items:center;gap:.75rem;padding:1.2rem 1.25rem;border-bottom:1px solid #e8e2d8;background:#fffdf9;flex-shrink:0}.srch__input-row{flex:1;display:flex;align-items:center;gap:.5rem;background:#fefaf5;border:1px solid #e8e2d8;border-radius:40px;padding:.5rem 1rem;transition:border-color .25s ease,box-shadow .25s ease}.srch__input-row:focus-within{border-color:#c9a86a;box-shadow:0 0 0 3px #c9a86a26}.srch__icon{color:#c9a86a!important;font-size:1.1rem!important;flex-shrink:0}.srch__input{flex:1;border:none;outline:none;background:transparent;font-size:.9rem;color:#2c2b28;font-family:Inter,sans-serif}.srch__input::placeholder{color:#6b645c;font-size:.85rem}.srch__clear{background:none;border:none;cursor:pointer;display:flex;align-items:center;color:#6b645c;padding:0;transition:color .25s ease}.srch__clear svg{font-size:1rem}.srch__clear:hover{color:#c9a86a}.srch__close{background:none;border:none;cursor:pointer;color:#6b645c;display:flex;align-items:center;padding:6px;border-radius:50%;flex-shrink:0;transition:color .25s ease,background .25s ease}.srch__close svg{font-size:1.3rem}.srch__close:hover{color:#2c2b28;background:#e8e2d8}.srch__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1.25rem}.srch__body::-webkit-scrollbar{width:4px}.srch__body::-webkit-scrollbar-track{background:transparent}.srch__body::-webkit-scrollbar-thumb{background:#e8e2d8;border-radius:4px}.srch__hint{display:flex;flex-direction:column;align-items:center;padding:4rem 1rem 2rem;text-align:center;color:#6b645c;gap:.5rem}.srch__hint p{font-size:.875rem;margin:0}.srch__hint-icon{font-size:2.5rem!important;color:#e8e2d8!important;margin-bottom:.5rem}.srch__no-results{font-size:1rem;color:#2c2b28;margin:0}.srch__no-results-sub{font-size:.8rem;color:#6b645c;margin:0}.srch__skeletons{display:flex;flex-direction:column;gap:1rem}.srch__skeleton-row{display:flex;gap:.9rem;align-items:center}@keyframes srchShimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.srch__sk-line,.srch__sk-img{background:linear-gradient(90deg,#e8e2d8 25%,rgb(224.4322580645,216.4580645161,203.1677419355) 50%,#e8e2d8 75%);background-size:800px 100%;animation:srchShimmer 1.4s infinite linear;border-radius:8px}.srch__sk-img{width:56px;height:56px;border-radius:12px;flex-shrink:0}.srch__sk-lines{flex:1;display:flex;flex-direction:column;gap:.5rem}.srch__sk-line{height:12px}.srch__sk-line.srch__sk-long{width:70%}.srch__sk-line.srch__sk-short{width:40%}.srch__meta{font-size:.78rem;color:#6b645c;margin:0 0 1.25rem}.srch__meta strong{color:#2c2b28}.srch__results{display:flex;flex-direction:column}.srch__group{margin-bottom:1.5rem}.srch__group-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#c9a86a;margin-bottom:.5rem;padding-bottom:.4rem;border-bottom:1px solid #e8e2d8}.srch__item{display:flex;align-items:center;gap:.85rem;padding:.65rem .5rem;border-radius:14px;text-decoration:none;transition:background .25s ease}.srch__item:hover{background:#fffdf9}.srch__item:hover .srch__arrow{opacity:1;transform:translate(0)}.srch__item-img{width:56px;height:56px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#fffdf9;border:1px solid #e8e2d8}.srch__item-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.srch__item-info{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.srch__item-title{font-size:.875rem;font-weight:500;color:#2c2b28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.srch__item-cats{font-size:.72rem;color:#6b645c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.srch__item-price{font-size:.82rem;font-weight:600;color:#2c2b28;display:flex;align-items:center;gap:.4rem}.srch__old-price{font-weight:400;font-size:.75rem;color:#6b645c;text-decoration:line-through}.srch__arrow{font-size:.75rem!important;color:#c9a86a;opacity:0;transform:translate(-4px);transition:opacity .25s ease,transform .25s ease;flex-shrink:0}.footer{background-color:#000;color:#fff;padding-top:60px;position:relative;overflow:hidden}.footer .footer-main{max-width:1200px;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media (max-width: 992px){.footer .footer-main{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 576px){.footer .footer-main{grid-template-columns:1fr;gap:30px}}.footer .footer-main .footer-section .footer-title{font-size:1.2rem;font-weight:600;margin-bottom:25px;color:#fff;position:relative;padding-bottom:10px}.footer .footer-main .footer-section .footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#2879fe;border-radius:2px}.footer .footer-main .footer-section .footer-links{list-style:none;padding:0;margin:0}.footer .footer-main .footer-section .footer-links li{margin-bottom:12px}.footer .footer-main .footer-section .footer-links li:last-child{margin-bottom:0}.footer .footer-main .footer-section .footer-links li a{color:#b0b0b0;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block;position:relative}.footer .footer-main .footer-section .footer-links li a:before{content:"→";position:absolute;left:-20px;opacity:0;transition:all .3s ease;color:#2879fe}.footer .footer-main .footer-section .footer-links li a:hover{color:#fff;transform:translate(5px)}.footer .footer-main .footer-section .footer-links li a:hover:before{opacity:1;left:-15px}.footer .footer-main .footer-section .footer-text{color:#b0b0b0;line-height:1.6;margin-bottom:25px;font-size:.95rem}.footer .footer-main .footer-section .social-icons{display:flex;gap:15px;margin-top:20px}.footer .footer-main .footer-section .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;color:#fff;transition:all .3s ease}.footer .footer-main .footer-section .social-icons a:hover{background:#2879fe;transform:translateY(-3px)}.footer .footer-main .footer-section .social-icons a svg{font-size:20px}.footer .footer-main .footer-section .contact-info .contact-item{display:flex;align-items:flex-start;margin-bottom:15px;color:#b0b0b0;font-size:.95rem}.footer .footer-main .footer-section .contact-info .contact-item:last-child{margin-bottom:25px}.footer .footer-main .footer-section .contact-info .contact-item .contact-icon{margin-right:10px;color:#2879fe;font-size:20px;flex-shrink:0;margin-top:2px}.footer .footer-main .footer-section .contact-info .contact-item span,.footer .footer-main .footer-section .contact-info .contact-item a{line-height:1.5;color:#b0b0b0}.footer .footer-main .footer-section .contact-info .contact-item a{text-decoration:none;transition:color .2s ease}.footer .footer-main .footer-section .contact-info .contact-item a:hover{color:#fff}.footer .footer-main .footer-section .payment-methods{margin-top:20px}.footer .footer-main .footer-section .payment-methods img{max-width:250px;height:auto;filter:brightness(.9)}@media (max-width: 576px){.footer .footer-main .footer-section .payment-methods img{max-width:200px}}.footer .footer-bottom{background:rgba(0,0,0,.3);padding:25px 0;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-bottom .footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:25px;text-align:center}}.footer .footer-bottom .footer-bottom-content .copyright-section{display:flex;flex-direction:column;gap:10px}.footer .footer-bottom .footer-bottom-content .copyright-section .footer-logo-image{width:92px;height:92px;object-fit:contain;display:block}.footer .footer-bottom .footer-bottom-content .copyright-section .copyright{color:#999;font-size:.9rem}.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links{display:flex;gap:20px;margin-top:5px}.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links a{color:#b0b0b0;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links a:hover{color:#2879fe}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links a{font-size:.8rem}}@media (max-width: 576px){.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links{justify-content:center;flex-wrap:wrap;gap:15px}}.footer .footer-bottom .footer-bottom-content .mobile-apps h4{color:#fff;margin-bottom:10px;font-size:1rem;font-weight:500}.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores{display:flex;gap:15px}.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores a{display:block;transition:transform .3s ease}.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores a:hover{transform:translateY(-3px)}.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores a img{height:40px;width:auto;border-radius:8px}@media (max-width: 576px){.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores a img{height:35px}}@media (max-width: 576px){.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores{justify-content:center}}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-content .mobile-apps{margin-top:10px}}.footer .back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(45deg,#2879fe,#1a5fd8);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .3s ease;z-index:1000;opacity:0;visibility:hidden;transform:translateY(20px)}.footer .back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.footer .back-to-top:hover{transform:translateY(-5px);box-shadow:0 5px 15px #2879fe66}@media (max-width: 768px){.footer .back-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:18px}}@media (max-width: 1200px){.footer .footer-top,.footer .footer-main,.footer .footer-bottom-content{max-width:100%;padding:0 30px}}@media (max-width: 768px){.footer{padding-top:40px}.footer .footer-top{margin-bottom:40px}.footer .footer-top .newsletter{padding:30px 20px}.footer .footer-main{margin-bottom:40px}.footer .footer-bottom{padding:20px 0}}@media (max-width: 576px){.footer{padding-top:30px}.footer .footer-top,.footer .footer-main,.footer .footer-bottom-content{padding:0 15px}.footer .footer-main{gap:25px}.footer .footer-section .footer-title{margin-bottom:20px;font-size:1.1rem}}@media print{.footer{display:none}}.floating-actions{position:fixed;bottom:2rem;right:1.75rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;z-index:900}@media (max-width: 480px){.floating-actions{bottom:1.25rem;right:1rem}}.fab{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 4px 16px #00000026;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;text-decoration:none}.fab svg{font-size:1.4rem;color:#fff}.fab:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0003}.fab:active{transform:translateY(-1px)}.fab--whatsapp{background:#25d366}.fab--whatsapp:hover{background:#1ebe5d}.fab--top{background:#c9a86a;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,background .25s ease,box-shadow .25s ease}.fab--top:hover{background:#b8924a}.fab--top.fab--visible{opacity:1;transform:translateY(0);pointer-events:auto}.admin-login{min-height:100vh;background:#0f0f0f;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.admin-login .login-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:24px;padding:56px 48px;width:100%;max-width:420px;text-align:center}.admin-login .login-card .login-brand{margin-bottom:36px}.admin-login .login-card .login-brand .login-logo{font-size:2.5rem;color:#c9a86a;display:block;margin-bottom:12px}.admin-login .login-card .login-brand h1{font-family:Playfair Display,serif;font-size:2rem;color:#fff;margin-bottom:6px}.admin-login .login-card .login-brand p{color:#a0aab4;font-size:.9rem}.admin-login .login-card .input-wrap input{width:100%;padding:14px 18px;background:#0f0f0f;border:1px solid #333;border-radius:10px;color:#fff;font-size:1rem;margin-bottom:12px;box-sizing:border-box;transition:border-color .2s}.admin-login .login-card .input-wrap input:focus{outline:none;border-color:#c9a86a}.admin-login .login-card .login-error{color:#ef4444;font-size:.88rem;margin-bottom:12px}.admin-login .login-card .login-btn{width:100%;padding:14px;background:#c9a86a;color:#111827;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s}.admin-login .login-card .login-btn:hover{background:#b89759}.admin-dashboard{display:flex;min-height:100vh;font-family:Inter,sans-serif;background:#f5f4f0}.admin-dashboard .admin-sidebar{width:240px;min-height:100vh;background:linear-gradient(180deg,#111418 0%,#090b0e 100%);border-right:1px solid rgba(255,255,255,.07);box-shadow:14px 0 34px #090b0e1f;display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:100;transition:width .3s ease;overflow:hidden}.admin-dashboard.sidebar-closed .admin-sidebar{width:68px}.admin-dashboard .sidebar-header{display:flex;align-items:center;min-height:74px;box-sizing:border-box;padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.07);gap:11px}.admin-dashboard .sidebar-header .brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;font-size:1.2rem;color:#f6d58e;background:linear-gradient(135deg,rgba(201,168,106,.28),rgba(201,168,106,.06));border:1px solid rgba(201,168,106,.27);flex-shrink:0}.admin-dashboard .sidebar-header .brand-name{font-family:Playfair Display,serif;color:#f8f5ef;font-size:1.22rem;font-weight:700;letter-spacing:.1px;flex:1;white-space:nowrap}.admin-dashboard .sidebar-header .toggle-btn{background:none;border:none;color:#87919e;cursor:pointer;font-size:.8rem;width:28px;height:28px;padding:0;border-radius:8px;margin-left:auto}.admin-dashboard .sidebar-header .toggle-btn:hover{color:#fff;background:rgba(255,255,255,.08)}.admin-dashboard .sidebar-nav{flex:1;padding:18px 10px;display:flex;flex-direction:column;gap:5px}.admin-dashboard .nav-item{display:flex;align-items:center;gap:11px;min-height:46px;padding:10px 12px;border:none;background:none;color:#a0aab4;border-radius:11px;cursor:pointer;font-size:.91rem;font-weight:500;text-align:left;white-space:nowrap;transition:color .2s,background .2s,transform .2s;width:100%}.admin-dashboard .nav-item .nav-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:rgba(255,255,255,.045);font-size:.98rem;flex-shrink:0}.admin-dashboard .nav-item:focus{outline:none}.admin-dashboard .nav-item:focus-visible{box-shadow:0 0 0 2px #c9a86aa6}.admin-dashboard .nav-item:hover{background:rgba(255,255,255,.075);color:#f8f5ef;transform:translate(2px)}.admin-dashboard .nav-item.active{background:linear-gradient(90deg,rgba(201,168,106,.25),rgba(201,168,106,.09));color:#f5d486;font-weight:700;box-shadow:inset 3px 0 #c9a86a}.admin-dashboard .nav-item.active .nav-icon{background:rgba(201,168,106,.2)}.admin-dashboard .nav-item.logout-btn{color:#f87171}.admin-dashboard .nav-item.logout-btn .nav-icon{background:rgba(248,113,113,.1)}.admin-dashboard .nav-item.logout-btn:hover{background:rgba(239,68,68,.12);color:#fca5a5}.admin-dashboard .sidebar-footer{padding:14px 10px 18px;border-top:1px solid rgba(255,255,255,.07)}.admin-dashboard .admin-main{flex:1;margin-left:240px;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .3s ease}.admin-dashboard.sidebar-closed .admin-main{margin-left:68px}.admin-dashboard .admin-topbar{background:#ffffff;border-bottom:1px solid #e5e7eb;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.admin-dashboard .admin-topbar h2{font-family:Playfair Display,serif;font-size:1.5rem;color:#1f2937;margin:0}.admin-dashboard .admin-content{padding:32px;flex:1}.toast{padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:500}.toast.toast-success{background:rgba(34,197,94,.15);color:#22c55e;border:1px solid rgba(34,197,94,.3)}.toast.toast-error{background:rgba(239,68,68,.15);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.dashboard-view .stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:32px}.dashboard-view .stat-card{background:#ffffff;border-radius:14px;padding:28px 24px;border:1px solid #e5e7eb;box-shadow:0 4px 20px #00000014;position:relative;overflow:hidden}.dashboard-view .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent)}.dashboard-view .stat-card .stat-value{display:block;font-size:2.5rem;font-weight:700;color:var(--accent);line-height:1;margin-bottom:8px}.dashboard-view .stat-card .stat-label{color:#6b7280;font-size:.9rem}.dashboard-view .recent-section{background:#ffffff;border-radius:14px;border:1px solid #e5e7eb;padding:24px}.dashboard-view .recent-section h3{font-family:Playfair Display,serif;font-size:1.2rem;color:#1f2937;margin-bottom:16px}.dashboard-view .recent-section .recent-table table{width:100%;border-collapse:collapse}.dashboard-view .recent-section th{text-align:left;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#6b7280;padding:10px 14px;border-bottom:2px solid #e5e7eb}.dashboard-view .recent-section td{padding:12px 14px;color:#1f2937;font-size:.95rem;border-bottom:1px solid #e5e7eb}.dashboard-view .recent-section .empty-row{text-align:center;color:#6b7280;padding:32px}.status-badge{padding:4px 12px;border-radius:20px;font-size:.78rem;font-weight:600;text-transform:capitalize}.status-badge.status-paid{background:rgba(34,197,94,.12);color:#22c55e}.status-badge.status-processing{background:rgba(234,179,8,.12);color:#ca8a04}.status-badge.status-shipped{background:rgba(59,130,246,.12);color:#2563eb}.status-badge.status-delivered{background:rgba(34,197,94,.12);color:#22c55e}.status-badge.status-cancelled{background:rgba(239,68,68,.12);color:#ef4444}.newsletter-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px;margin-bottom:22px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#1f1a17,#6b4f2b);box-shadow:0 4px 20px #00000014}.newsletter-hero .newsletter-kicker{display:block;color:#e6c98f;font-size:.72rem;font-weight:700;letter-spacing:1.8px}.newsletter-hero h3{margin:8px 0;font-family:Playfair Display,serif;font-size:1.7rem}.newsletter-hero p{margin:0;color:#ffffffc2}.subscriber-count{min-width:112px;padding:16px;border:1px solid rgba(255,255,255,.22);border-radius:12px;text-align:center;background:rgba(255,255,255,.1)}.subscriber-count strong{display:block;font-size:2rem;line-height:1}.subscriber-count span{display:block;margin-top:7px;font-size:.75rem;text-transform:uppercase;letter-spacing:1px}.newsletter-table-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:14px;background:#ffffff;box-shadow:0 4px 20px #00000014}.newsletter-table-card table{width:100%;border-collapse:collapse}.newsletter-table-card th{padding:14px 18px;text-align:left;color:#6b7280;font-size:.75rem;letter-spacing:1px;text-transform:uppercase;background:#fcfaf7}.newsletter-table-card td{padding:15px 18px;color:#1f2937;border-top:1px solid #e5e7eb}.newsletter-table-card td:last-child{text-align:right}.subscriber-avatar{display:inline-grid;place-items:center;width:30px;height:30px;margin-right:10px;border-radius:50%;background:rgba(201,168,106,.16);color:#8a642c;font-weight:700}@media (max-width: 640px){.newsletter-hero{align-items:flex-start;flex-direction:column}.newsletter-table-card{overflow-x:auto}.newsletter-table-card table{min-width:560px}}.section-view .section-controls{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px;margin-bottom:24px;padding:14px;background:rgba(255,255,255,.82);border:1px solid rgba(229,231,235,.72);border-radius:14px;box-shadow:0 8px 24px #271f140b}.section-view .section-controls h3{font-size:1.1rem;color:#1f2937;margin:0}.section-view .search-input{flex:1 1 280px;width:min(100%,430px);max-width:430px;min-height:44px;padding:11px 15px;border:1px solid #e5e7eb;border-radius:11px;font-size:.95rem;color:#1f2937;background:#ffffff;box-shadow:inset 0 1px 2px #271f140a;transition:border-color .2s,box-shadow .2s}.section-view .search-input:focus{outline:none;border-color:#c9a86a;box-shadow:0 0 0 3px #c9a86a29}.section-view .filter-select{min-width:150px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;color:#1f2937;background:#ffffff;cursor:pointer}.section-view .filter-select:focus{outline:none;border-color:#c9a86a}.section-view .loading-bar{text-align:center;padding:40px;color:#c9a86a;font-weight:500}.section-view .empty-state{text-align:center;padding:60px 20px;color:#6b7280;font-size:1rem;background:#ffffff;border-radius:14px;border:1px dashed #e5e7eb}.section-view .recommendation-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;max-height:230px;overflow-y:auto;padding:4px}.section-view .recommendation-option{display:flex;align-items:center;gap:9px;min-width:0;padding:10px 12px;border:1px solid #e5e7eb;border-radius:9px;background:#ffffff;color:#6b7280;font-size:.88rem;cursor:pointer}.section-view .recommendation-option.selected{border-color:#c9a86a;background:rgba(201,168,106,.1);color:#1f2937}.section-view .recommendation-option input{accent-color:#c9a86a;flex:0 0 auto}.section-view .recommendation-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.orders-grid .order-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;box-shadow:0 4px 20px #00000014}.orders-grid .order-card .order-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.orders-grid .order-card .order-top .order-id{font-size:.8rem;font-weight:700;color:#c9a86a;letter-spacing:1px;display:block}.orders-grid .order-card .order-top .order-customer{font-size:1rem;font-weight:600;color:#1f2937;margin-top:3px}.orders-grid .order-card .order-info{margin-bottom:14px}.orders-grid .order-card .order-info p{font-size:.9rem;color:#6b7280;margin:4px 0}.orders-grid .order-card .order-info strong{color:#1f2937;font-size:1.1rem}.orders-grid .order-card .order-info .order-date{font-size:.8rem;color:#9399a5}.orders-grid .order-card .order-actions{display:flex;gap:10px;align-items:center}.orders-grid .order-card .order-actions select{flex:1;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:.88rem;color:#1f2937;background:#ffffff;cursor:pointer}.orders-grid .order-card .order-actions select:focus{outline:none;border-color:#c9a86a}.order-detail-view{max-width:1100px;margin:0 auto}.order-detail-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px;padding:24px 28px;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 4px 20px #00000014}.order-detail-header h3{margin:5px 0;color:#1f2937;font-size:1.35rem}.order-detail-header p{margin:0;color:#6b7280;font-size:.9rem}.order-detail-header .order-id{color:#c9a86a;font-size:.76rem;font-weight:700;letter-spacing:1.2px}.back-button{border:0;background:transparent;color:#6b7280;cursor:pointer;font-weight:600;white-space:nowrap}.back-button:hover{color:#c9a86a}.detail-status{display:flex;align-items:center;gap:10px}.detail-status select{padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;background:#ffffff}.order-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:18px}.detail-card{padding:22px;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 4px 20px #00000014}.detail-card h4{margin:0 0 14px;color:#1f2937;font-family:Playfair Display,serif;font-size:1.12rem}.detail-card p{margin:6px 0;color:#6b7280;line-height:1.45}.detail-card strong{color:#1f2937}.detail-card .payment-id{overflow-wrap:anywhere;font-size:.8rem}.order-items-card{padding:0;overflow:hidden}.items-heading,.order-total-row{display:flex;justify-content:space-between;align-items:center;padding:20px 22px}.items-heading{border-bottom:1px solid #e5e7eb}.items-heading h4{margin:0}.items-heading strong{color:#c9a86a;font-size:1.2rem}.order-total-row{background:#fcfaf7;border-top:1px solid #e5e7eb;color:#1f2937;font-size:1.05rem}.order-line-item{display:grid;grid-template-columns:52px minmax(0,1fr) 80px 110px;align-items:center;gap:14px;padding:15px 22px;border-bottom:1px solid #e5e7eb;color:#6b7280}.order-line-item img,.order-line-item .order-item-image{width:52px;height:52px;border-radius:8px;object-fit:cover;background:#f5f4f0;display:grid;place-items:center}.order-line-item .order-item-name{display:grid;gap:4px;color:#1f2937}.order-line-item .order-item-name span{font-size:.82rem;color:#6b7280}.order-line-item>strong{text-align:right;color:#1f2937}@media (max-width: 800px){.order-detail-header{align-items:flex-start;flex-wrap:wrap}.order-detail-grid{grid-template-columns:1fr}.order-line-item{grid-template-columns:48px 1fr 70px;padding:14px}.order-line-item>strong{grid-column:2/-1;text-align:left}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.products-grid .product-card-admin{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #00000014;position:relative;display:flex;flex-direction:column;transition:box-shadow .2s}.products-grid .product-card-admin:hover{box-shadow:0 8px 24px #c9a86a26}.products-grid .product-card-admin .product-thumb{width:100%;height:180px;object-fit:cover}.products-grid .product-card-admin .product-info{padding:16px;flex:1}.products-grid .product-card-admin .product-info h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:8px;line-height:1.3}.products-grid .product-card-admin .product-info .product-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px}.products-grid .product-card-admin .product-info .product-meta .price-tag{font-size:1.1rem;font-weight:700;color:#c9a86a}.products-grid .product-card-admin .product-info .product-meta .old-price{font-size:.85rem;color:#6b7280;text-decoration:line-through}.products-grid .product-card-admin .product-info .product-meta .stock-tag{font-size:.78rem;color:#6b7280;background:#f5f4f0;padding:2px 8px;border-radius:10px}.products-grid .product-card-admin .product-info .categories{font-size:.82rem;color:#6b7280;margin-bottom:10px}.products-grid .product-card-admin .product-info .product-flags{display:flex;gap:6px;flex-wrap:wrap}.products-grid .product-card-admin .product-info .product-flags .flag{font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:12px;letter-spacing:.5px;text-transform:uppercase}.products-grid .product-card-admin .product-info .product-flags .flag.new{background:rgba(34,197,94,.1);color:#22c55e}.products-grid .product-card-admin .product-info .product-flags .flag.featured{background:rgba(201,168,106,.15);color:#c9a86a}.products-grid .product-card-admin .product-info .product-flags .flag.trending{background:rgba(239,68,68,.1);color:#ef4444}.products-grid .product-card-admin .icon-btn{position:absolute;top:10px;right:10px}.product-view-btn{margin:0 14px 14px}.product-detail-view{max-width:1180px;margin:0 auto}.product-detail-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;margin-bottom:22px;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 4px 20px #00000014}.product-detail-header h3{margin:5px 0 0;color:#1f2937;font-size:1.35rem}.product-detail-header .order-id{color:#c9a86a;font-size:.76rem;font-weight:700;letter-spacing:1px}.product-edit-layout{display:grid;grid-template-columns:300px 1fr;gap:22px;align-items:start}.product-preview-panel{position:sticky;top:105px;padding:14px;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 4px 20px #00000014}.product-preview-panel img,.product-preview-panel .product-preview-empty{width:100%;aspect-ratio:.78;object-fit:cover;border-radius:10px;background:#f5f4f0;display:grid;place-items:center;color:#6b7280}.product-preview-panel p{margin:12px 4px 2px;color:#6b7280;font-size:.82rem;line-height:1.4}.product-edit-form{max-width:none}.product-flags-editor{display:flex;flex-wrap:wrap;gap:18px}.product-flags-editor label{color:#1f2937;font-weight:600}.product-flags-editor label input{margin-right:7px;accent-color:#c9a86a}.product-import-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;border-color:#c9a86a61!important;background:linear-gradient(115deg,#fffdf8,#fff)!important}.product-import-panel h3{margin-bottom:8px!important}.product-import-panel .form-hint{max-width:560px;margin:0!important;line-height:1.55}.import-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:10px}.import-file-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer}.import-file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.import-file-button.is-loading{cursor:wait;opacity:.72}.recommendation-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.recommendation-heading h3{margin:0}.recommendation-heading .form-hint{margin:6px 0 0}.recommendation-count{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:rgba(201,168,106,.14);color:#8f6f34;font-size:.78rem;font-weight:700}.recommendation-search{width:100%;box-sizing:border-box;min-height:42px;margin:0 0 12px;padding:10px 13px;border:1px solid #e5e7eb;border-radius:10px;color:#1f2937;background:#fff;font-size:.9rem}.recommendation-search:focus{outline:none;border-color:#c9a86a;box-shadow:0 0 0 3px #c9a86a24}.recommendation-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:9px;max-height:280px;overflow-y:auto;padding:3px}.recommendation-option{display:flex;align-items:center;gap:10px;min-width:0;padding:11px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#6b7280;font-size:.88rem;cursor:pointer;transition:border-color .18s,background .18s,transform .18s}.recommendation-option:hover{border-color:#c9a86acc;transform:translateY(-1px)}.recommendation-option.selected{border-color:#c9a86a;background:rgba(201,168,106,.11);color:#1f2937;font-weight:600}.recommendation-option input{width:16px;height:16px;margin:0;accent-color:#c9a86a;flex:0 0 auto}.recommendation-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 800px){.product-detail-header{align-items:flex-start;flex-wrap:wrap}.product-edit-layout{grid-template-columns:1fr}.product-preview-panel{position:static;max-width:320px}.recommendation-heading{align-items:flex-start;flex-direction:column;gap:8px}.product-import-panel{align-items:flex-start;flex-direction:column}}.btn-primary{min-height:44px;padding:10px 20px;background:#c9a86a;color:#111827;border:none;border-radius:10px;font-weight:700;font-size:.92rem;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-primary:hover{background:#b89759}.btn-secondary{min-height:44px;padding:10px 20px;background:#f5f4f0;color:#1f2937;border:1px solid #e5e7eb;border-radius:10px;font-weight:600;font-size:.92rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{border-color:#c9a86a;color:#c9a86a}.btn-danger{padding:8px 16px;background:rgba(239,68,68,.1);color:#ef4444;border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-danger:hover{background:rgba(239,68,68,.2)}.btn-danger.icon-btn{padding:8px 10px;font-size:1rem}.admin-form{max-width:860px}.admin-form .form-section{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;margin-bottom:20px}.admin-form .form-section h3{font-family:Playfair Display,serif;font-size:1.1rem;color:#1f2937;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.admin-form .form-section .form-hint{font-size:.85rem;color:#6b7280;margin-bottom:12px}.admin-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-form .form-grid .span-2{grid-column:span 2}.admin-form .form-input{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:.95rem;color:#1f2937;background:#f5f4f0;font-family:Inter,sans-serif;box-sizing:border-box;resize:vertical;transition:border-color .2s}.admin-form .form-input:focus{outline:none;border-color:#c9a86a;background:#ffffff}.admin-form .form-input.blog-textarea{font-size:.95rem;line-height:1.7;min-height:400px}.admin-form .size-row{display:flex;gap:10px;align-items:center;margin-bottom:10px}.admin-form .size-row .form-input{flex:1}.admin-form .size-row .btn-danger{padding:10px 12px}.admin-form .checkbox-row{display:flex;gap:24px;flex-wrap:wrap}.admin-form .checkbox-label{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#1f2937;cursor:pointer}.admin-form .checkbox-label input[type=checkbox]{accent-color:#c9a86a;width:16px;height:16px}.admin-form .form-actions{display:flex;gap:12px;flex-wrap:wrap}.admin-form .cover-preview{margin-top:14px;border-radius:10px;overflow:hidden;height:200px}.admin-form .cover-preview img{width:100%;height:100%;object-fit:cover}.blogs-list{display:flex;flex-direction:column;gap:14px}.blogs-list .blog-row{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:18px 20px;display:flex;align-items:center;gap:18px;box-shadow:0 4px 20px #00000014;transition:border-color .2s}.blogs-list .blog-row:hover{border-color:#c9a86a}.blogs-list .blog-row .blog-thumb{width:80px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.blogs-list .blog-row .blog-row-info{flex:1}.blogs-list .blog-row .blog-row-info h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:4px}.blogs-list .blog-row .blog-row-info p{font-size:.88rem;color:#6b7280;margin-bottom:4px}.blogs-list .blog-row .blog-row-info .blog-date{font-size:.8rem;color:#858c99}.blogs-list .blog-row .blog-row-actions{display:flex;gap:8px}.testimonials-layout{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:start}@media (max-width: 900px){.testimonials-layout{grid-template-columns:1fr}}.testimonials-layout .testimonials-form-panel .admin-form{max-width:100%}.testimonials-layout .testimonials-list-panel h3{font-family:Playfair Display,serif;font-size:1.1rem;color:#1f2937;margin-bottom:16px}.testimonials-layout .testimonials-list-panel .list-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.testimonials-layout .testimonials-list-panel .list-panel-heading h3{margin:0}.testimonials-layout .testimonials-list-panel .testimonial-admin-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;margin-bottom:14px;box-shadow:0 4px 20px #00000014}.testimonials-layout .testimonials-list-panel .testimonial-admin-card .t-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.testimonials-layout .testimonials-list-panel .testimonial-admin-card .t-header .t-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #c9a86a}.testimonials-layout .testimonials-list-panel .testimonial-admin-card .t-header .t-avatar-placeholder{width:44px;height:44px;border-radius:50%;background:#c9a86a;color:#111827;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.testimonials-layout .testimonials-list-panel .testimonial-admin-card .t-header strong{display:block;font-size:.95rem;color:#1f2937}.testimonials-layout .testimonials-list-panel .testimonial-admin-card .t-header p{font-size:.82rem;color:#6b7280;margin:2px 0}.testimonials-layout .testimonials-list-panel .testimonial-admin-card .t-header .t-stars{font-size:.85rem}.testimonials-layout .testimonials-list-panel .testimonial-admin-card .t-comment{font-size:.9rem;color:#6b7280;font-style:italic;margin-bottom:12px;line-height:1.6}@media (max-width: 768px){.admin-dashboard .admin-sidebar{width:68px}.admin-dashboard .admin-main{margin-left:68px}.admin-dashboard.sidebar-open .admin-sidebar{width:240px}.admin-dashboard.sidebar-open .admin-main{margin-left:68px}.admin-dashboard .brand-name{display:none}.admin-content{padding:20px}.section-view .section-controls{align-items:stretch;padding:12px}.section-view .section-controls .search-input{flex-basis:100%;max-width:none;width:100%}.section-view .section-controls .filter-select,.section-view .section-controls button{flex:1 1 auto}.admin-form .form-grid{grid-template-columns:1fr}.admin-form .form-grid .span-2{grid-column:span 1}.orders-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}html{scroll-behavior:smooth;scroll-padding-top:84px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}.app .link{color:inherit;text-decoration:none}
