:root{color-scheme:light;font-family:Manrope,system-ui,sans-serif;background:#fafafa;color:#111;line-height:1.5}*{box-sizing:border-box}body{margin:0}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000014}.promo-bar{background:#0f2747;color:#fff;text-align:center;font-size:.82rem;font-weight:600;padding:8px 24px;letter-spacing:.02em}.utility-nav{background:#f5f7fa;border-bottom:1px solid #e8eaed}.utility-nav-inner{max-width:1380px;margin:0 auto;padding:6px 24px;display:flex;align-items:center;gap:20px}.ulink{font-size:.78rem;color:#555;text-decoration:none;font-weight:500;white-space:nowrap;transition:color .15s}.ulink:hover{color:#0f2747}.ulink-sep{flex:1}.main-header{background:#fff;border-bottom:1px solid #ebebeb}.main-header-inner{max-width:1380px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:24px}.header-logo-link{flex-shrink:0}.header-logo{height:52px;width:auto;display:block}.header-search-form{flex:1;display:flex;max-width:720px;border:2px solid #0F2747;border-radius:10px;overflow:hidden;background:#fff}.header-search-input{flex:1;border:none;outline:none;padding:11px 16px;font-size:.95rem;font-family:inherit;color:#111;background:transparent}.header-search-input::placeholder{color:#aaa}.header-search-btn{background:#0f2747;border:none;padding:0 18px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s}.header-search-btn:hover{background:#1a3d6b}.header-actions{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.haction{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 14px;border-radius:10px;text-decoration:none;color:#0f2747;font-size:.75rem;font-weight:700;white-space:nowrap;border:none;background:transparent;cursor:pointer;transition:background .15s}.haction:hover{background:#f0f4fa}.haction span{font-size:.72rem}.haction-btn{display:flex;flex-direction:column;align-items:center;gap:3px}.haction-cart{position:relative;background:#f5f7fa;border:1px solid #e0e4ea;padding:8px 16px;flex-direction:row;gap:10px}.haction-cart-info{display:flex;flex-direction:column;gap:1px}.haction-cart-label{font-size:.85rem;font-weight:700}.haction-cart-count{font-size:.7rem;color:#c9a44c;font-weight:700}.category-nav{background:#0f2747;overflow-x:auto;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-nav-inner{max-width:1380px;margin:0 auto;padding:0 24px;display:flex;align-items:stretch;gap:0}.cat-nav-all{display:flex;align-items:center;gap:8px;padding:11px 18px;color:#fff;text-decoration:none;font-size:.85rem;font-weight:700;background:#ffffff1f;white-space:nowrap;border-right:1px solid rgba(255,255,255,.1);transition:background .15s}.cat-nav-all:hover,.cat-nav-all.active{background:#fff3}.cat-nav-link{display:flex;align-items:center;padding:11px 16px;color:#ffffffd9;text-decoration:none;font-size:.83rem;font-weight:500;white-space:nowrap;border-right:1px solid rgba(255,255,255,.08);transition:background .15s,color .15s}.cat-nav-link:hover{background:#ffffff1a;color:#fff}.cat-nav-link.active{color:#c9a44c;font-weight:700}.app-main{flex:1;padding:32px 24px;max-width:1220px;margin:0 auto;width:100%}.page-title{margin:0 0 20px;color:#0f2747;font-size:2rem;font-family:Manrope,system-ui,sans-serif;font-weight:800}.homepage{display:flex;flex-direction:column}.hero-banner{background:linear-gradient(135deg,#0f2747,#1a3d6b 60%,#0f2747);padding:52px 24px;text-align:center;color:#fff}.hero-banner-inner{max-width:720px;margin:0 auto}.hero-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#c9a44c;margin:0 0 12px}.hero-title{font-size:2.4rem;font-weight:800;margin:0 0 14px;line-height:1.2;font-family:Manrope,system-ui,sans-serif}.hero-sub{font-size:1rem;color:#ffffffc7;margin:0 0 28px}.button-hero{background:#c9a44c;color:#0f2747;font-weight:800;padding:14px 32px;border-radius:10px;border:none;font-size:.95rem;text-decoration:none;display:inline-flex;cursor:pointer}.button-hero:hover{background:#b8923e}.homepage-content{max-width:1380px;margin:0 auto;width:100%;padding:28px 24px 48px}.active-filter-bar{display:flex;align-items:center;justify-content:space-between;background:#f0f4fa;border:1px solid #d8e2f0;border-radius:10px;padding:10px 16px;margin-bottom:20px;font-size:.88rem;font-weight:600;color:#0f2747}.clear-filter{color:#dc3545;text-decoration:none;font-weight:700;font-size:.82rem}.products-count{font-size:.85rem;color:#888;margin-bottom:16px}.products-grid,.products-loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.card-skeleton{background:#f0f0f0;border-radius:14px;height:320px;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.product-card{background:#fff;border:1px solid #ebebeb;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 6px 24px #0f27471a;transform:translateY(-2px)}.product-card-img-link{position:relative;display:block;aspect-ratio:1 / 1;background:#f8f8f8;overflow:hidden}.product-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.product-card:hover .product-card-img{transform:scale(1.04)}.product-card-no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.product-card-badge{position:absolute;bottom:8px;left:8px;background:#c9a44c;color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.product-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card-brand{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#888}.product-card-name{margin:0;font-size:.9rem;font-weight:700;line-height:1.3;color:#111}.product-card-name a{text-decoration:none;color:inherit}.product-card-name a:hover{color:#0f2747}.product-card-cats{display:flex;flex-wrap:wrap;gap:4px}.cat-chip{font-size:.68rem;background:#f0f4fa;color:#0f2747;border-radius:999px;padding:2px 8px;text-decoration:none;font-weight:600}.cat-chip:hover{background:#0f2747;color:#fff}.product-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #f5f5f5}.product-card-price{display:flex;align-items:baseline;gap:6px}.product-card-price strong{font-size:1.05rem;color:#0f2747}.product-card-price-public{font-size:.78rem;color:#bbb;text-decoration:line-through}.button-card{background:#0f2747;color:#fff;padding:7px 14px;border-radius:8px;font-size:.78rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;white-space:nowrap}.button-card:hover{background:#1a3d6b}.no-results{text-align:center;padding:60px 0;color:#888}.no-results p{margin-bottom:20px}@media (max-width: 768px){.main-header-inner{flex-wrap:wrap;gap:12px}.header-search-form{order:3;flex:1 0 100%;max-width:100%}.hero-title{font-size:1.6rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.utility-nav{display:none}}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.card img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.card-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.badge-primary{background:#0f2747;color:#fff}.card-title{margin:0;font-size:1rem;font-weight:700;color:#111}.card-subtitle{margin:0;color:#888;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;padding:12px 16px;font-weight:700;cursor:pointer}.button-primary{background:#0f2747;color:#fff}.button-secondary{background:transparent;color:#0f2747;border:1px solid #0F2747}.table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #f0f0f0}.table th,.table td{padding:14px 16px;border-top:1px solid #f5f5f5;text-align:left}.table th{background:#fafafa;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#666}.input-row{display:grid;grid-template-columns:1fr 120px;gap:12px;align-items:center}.input-row input{width:100%;border:1px solid #d9d9d9;border-radius:10px;padding:12px 14px}.admin-panel{display:grid;grid-template-columns:1fr;gap:22px}.admin-nav{display:flex;gap:12px}.admin-nav a{text-decoration:none;color:#0f2747;padding:10px 16px;border:1px solid #d9d9d9;border-radius:999px}.admin-nav a.active{background:#0f2747;color:#fff;border-color:#0f2747}.status-chip{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:700;font-size:.75rem}.status-pending{background:#fff3cd;color:#8a5e00}.status-shipped,.status-delivered{background:#e8f5ee;color:#1f8a5b}.alert{background:#f9f9f9;padding:16px;border-radius:14px;border:1px solid #e5e5e5}.alert-error{background:#ffe8e8;color:#781111;border-color:#f5c2c2}.login-page{display:flex;justify-content:center;align-items:center;min-height:70vh}.login-card{width:min(520px,100%);background:#fff;border:1px solid #f0f0f0;border-radius:22px;padding:32px;box-shadow:0 20px 60px #0f274714}.login-card h1{margin-top:0;margin-bottom:12px}.login-intro{margin:0 0 24px;color:#5c6b7f}.login-form{display:grid;gap:16px}.form-label{display:grid;gap:10px;font-weight:600;color:#22303c}.form-label input{width:100%;border:1px solid #d9d9d9;border-radius:12px;padding:14px 16px;font-size:1rem}.login-hint{margin-top:22px;font-size:.94rem;color:#4f585f;line-height:1.6}.login-hint strong{display:block;margin-bottom:10px}.user-badge{margin-top:8px;font-size:.85rem;color:#4f585f}.logout-button{padding:10px 16px;display:inline-flex;align-items:center}.nav-icon-link{display:inline-flex;align-items:center;gap:6px;position:relative}.nav-icon-link span{line-height:1}.cart-badge{position:absolute;top:-8px;right:-8px;background:#dc3545;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;line-height:1}.brand-card{border:1px solid #ebebeb;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.brand-logo-wrap{aspect-ratio:16 / 9;background:#f9f9f9;display:flex;align-items:center;justify-content:center;padding:12px}.brand-logo-img{max-height:60px;max-width:100%;object-fit:contain}.brand-logo-placeholder{width:52px;height:52px;border-radius:50%;background:#0f2747;color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center}.brand-card-body{padding:10px 14px;flex:1;display:flex;flex-direction:column;gap:3px;justify-content:center}.brand-card-name{font-size:.95rem;color:#111}.brand-card-url{font-size:.78rem;color:#888;text-decoration:none}.brand-card-url:hover{color:#0f2747}.brand-card-actions{padding:10px;display:flex;align-items:center}.brand-form-card{background:#fff;border:1px solid #ebebeb;border-radius:16px;padding:28px;max-width:740px}.brand-form-title{font-size:1.05rem;font-weight:700;color:#0f2747;margin:0 0 20px}.brand-form{display:flex;flex-direction:column;gap:18px}.brand-logo-field{display:flex;flex-direction:column}.brands-grid{display:flex;flex-direction:column;gap:10px;max-width:740px}.brand-card{display:flex;align-items:center;border:1px solid #ebebeb;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .15s}.brand-card:hover{box-shadow:0 2px 12px #0f274714}.brand-logo-wrap{width:80px;height:64px;flex-shrink:0;background:#f9f9f9;border-right:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;padding:8px}.brand-logo-img{max-height:46px;max-width:64px;object-fit:contain}.brand-logo-placeholder{width:36px;height:36px;border-radius:50%;background:#0f2747;color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:24px 0}.stat-card{background:#fff;border:1px solid #f0f0f0;border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:10px}.stat-label{font-size:.85rem;color:#5c6b7f;text-transform:uppercase;letter-spacing:.08em}.stat-card strong{font-size:1.9rem;color:#0f2747}.recent-orders h2{margin-top:0}.admin-form-card{background:#fff;border:1px solid #ebebeb;border-radius:16px;padding:28px;max-width:740px}.admin-form-title{font-size:1.05rem;font-weight:700;color:#0f2747;margin:0 0 20px}.admin-form{display:flex;flex-direction:column;gap:18px}.product-form{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:24px;display:grid;gap:16px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.form-label{display:grid;gap:8px;font-weight:600;font-size:.95rem;color:#22303c}.form-label input,.form-label textarea{width:100%;border:1px solid #d9d9d9;border-radius:10px;padding:12px 14px;font-size:.95rem;font-family:inherit}.form-label textarea{resize:vertical}.button-danger{background:#dc3545;color:#fff;margin-left:8px}.button-danger:hover{background:#c82333}.admin-sections{margin-top:32px}.admin-sections h2{margin-top:0}.checkout-page{max-width:1000px;margin:0 auto}.checkout-grid{display:grid;grid-template-columns:1fr 350px;gap:32px;margin-top:28px}.checkout-items,.checkout-summary{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:24px}.checkout-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f5f5f5}.checkout-item:last-child{border-bottom:none}.checkout-item p{margin:4px 0 0;font-size:.85rem;color:#888}.checkout-summary h2{margin-top:0;font-size:1.1rem}.summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f5f5f5}.summary-row.total{border-bottom:none;padding-top:16px;padding-bottom:16px;font-size:1.1rem;border-top:2px solid #f0f0f0;font-weight:700}.cart-container{display:grid;grid-template-columns:1fr 350px;gap:32px;margin-top:28px;max-width:1200px}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item-card{display:grid;grid-template-columns:100px 1fr 120px 100px 100px;align-items:center;gap:16px;background:#fff;border:1px solid #f0f0f0;border-radius:14px;padding:16px}.cart-item-image{width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f5f5f5}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details h3{margin:0 0 6px;font-size:1rem}.cart-item-details p{margin:0;font-size:.85rem;color:#666}.cart-item-quantity{display:flex;align-items:center;border:1px solid #d9d9d9;border-radius:8px;overflow:hidden}.cart-item-quantity button{width:36px;height:36px;border:none;background:#f5f5f5;cursor:pointer;font-weight:600;color:#0f2747}.cart-item-quantity input{width:50px;height:36px;border:none;text-align:center;font-weight:600;background:#fff}.cart-item-total{text-align:right;font-weight:600;color:#0f2747}.cart-summary{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:24px;height:fit-content;position:sticky;top:20px}.cart-summary h2{margin-top:0;font-size:1.1rem}.summary-line{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f5f5f5}.summary-line:last-of-type{border-bottom:none}.cart-summary .button{width:100%;margin-top:12px}@media (max-width: 768px){.cart-container{grid-template-columns:1fr}.cart-item-card{grid-template-columns:80px 1fr;gap:12px}.cart-item-quantity,.cart-item-total{grid-column:2;margin-top:-4px}.cart-summary{position:relative;top:0}}.summary-row.discount{color:#1f8a5b}.discount-section{margin:20px 0;padding:16px;background:#fafafa;border-radius:12px}.discount-section h3{margin:0 0 12px;font-size:.95rem}.discount-input{display:flex;gap:8px}.discount-input input{flex:1;border:1px solid #d9d9d9;border-radius:10px;padding:10px 12px}.secure-badge{text-align:center;font-size:.85rem;color:#666;margin-top:16px}@media (max-width: 768px){.checkout-grid{grid-template-columns:1fr}}.layout-with-sidebar{display:flex;min-height:calc(100vh - 65px)}.sidebar{width:230px;min-width:230px;background:#0f2747;display:flex;flex-direction:column;padding:24px 0 16px;position:sticky;top:0;height:calc(100vh - 65px);overflow-y:auto}.sidebar-client{background:#1a1a2e}.sidebar-label{padding:0 20px 16px;color:#c9a44c;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:8px}.sidebar-nav{display:flex;flex-direction:column;flex:1}.sidebar-nav a{display:flex;align-items:center;gap:10px;color:#fff9;text-decoration:none;padding:11px 20px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;border-left:3px solid transparent}.sidebar-nav a:hover{color:#fff;background:#ffffff0f}.sidebar-nav a.active{color:#fff;background:#c9a44c26;border-left-color:#c9a44c}.sidebar-bottom{padding:16px 20px 0;border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.sidebar-back-link{color:#ffffff80;text-decoration:none;font-size:.85rem}.sidebar-back-link:hover{color:#fff}.sidebar-content{flex:1;padding:28px 32px;background:#fafafa;overflow-y:auto;min-width:0}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.page-header .page-title{margin:0}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.detail-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:24px}.detail-card h2{margin:0 0 16px;font-size:1rem;font-weight:700;color:#0f2747}.detail-list{display:grid;grid-template-columns:auto 1fr;gap:8px 16px;margin:0}.detail-list dt{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.06em;padding-top:2px}.detail-list dd{margin:0;font-weight:500}.select-input{width:100%;border:1px solid #d9d9d9;border-radius:10px;padding:12px 14px;font-size:.95rem;font-family:inherit;background:#fff}.categories-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.checkbox-label{display:flex;align-items:center;gap:6px;font-weight:500;cursor:pointer;padding:6px 10px;border:1px solid #e0e0e0;border-radius:8px;font-size:.875rem}.checkbox-label:has(input:checked){background:#0f2747;color:#fff;border-color:#0f2747}.category-add-row{display:flex;gap:8px;margin-top:10px}.category-add-row input{flex:1;border:1px solid #d9d9d9;border-radius:10px;padding:10px 12px;font-size:.9rem;font-family:inherit}.form-error{color:#d32f2f;margin-top:4px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}@media (max-width: 768px){.sidebar{width:60px;min-width:60px}.sidebar-label,.sidebar-nav a span,.sidebar-bottom{display:none}.sidebar-nav a{justify-content:center;padding:14px;gap:0}.sidebar-content{padding:16px}}.admin-product-form{display:flex;flex-direction:column;gap:24px}.admin-layout{--admin-navy: #0b1d33;--admin-ink: #132238;--admin-gold: #c9a44c;--admin-paper: #f4f1ea;--admin-font: Arial, Helvetica, sans-serif;min-height:calc(100vh - 65px);background:var(--admin-paper);font-family:var(--admin-font)}.admin-sidebar{width:236px;min-width:236px;height:auto;min-height:100%;padding:0 14px 28px;position:relative;top:auto;overflow:visible;background:#fbfaf7;border-right:1px solid #dedbd3}.admin-sidebar-brand{display:flex;align-items:center;gap:12px;min-height:80px;margin:0 6px 14px;border-bottom:1px solid #e5e1d9;color:var(--admin-navy)}.admin-brand-mark{display:grid;place-items:center;width:38px;height:38px;border:0;background:var(--admin-navy);color:#fff;font-family:var(--admin-font);font-weight:700;font-size:1.35rem;border-radius:8px;box-shadow:4px 4px #d9b85f}.admin-sidebar-brand>span:last-child,.admin-sidebar-status>span:last-child{display:flex;flex-direction:column}.admin-sidebar-brand strong{font-family:var(--admin-font);font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.admin-sidebar-brand small{color:#8b8e91;font-size:.65rem;letter-spacing:.13em;text-transform:uppercase}.admin-sidebar .sidebar-nav{gap:2px}.sidebar-group-label{margin:16px 14px 5px;color:#a29f98;font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.admin-sidebar .sidebar-nav a{position:relative;margin:0;padding:10px 13px;border:0;border-radius:8px;color:#657080;font-size:.82rem}.admin-sidebar .sidebar-nav a svg{opacity:.78}.admin-sidebar .sidebar-nav a:hover{background:#f0ede7;color:var(--admin-navy)}.admin-sidebar .sidebar-nav a.active{background:var(--admin-navy);color:#fff;box-shadow:0 7px 18px #0b1d3324;font-weight:700}.admin-sidebar .sidebar-nav a.active:after{content:"";position:absolute;right:11px;width:5px;height:5px;border-radius:50%;background:#d9b85f}.admin-sidebar-status{display:flex;align-items:center;gap:10px;margin:18px 8px 0;padding:14px 12px 2px;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3}.admin-sidebar-status strong{font-size:.7rem;font-weight:600}.admin-sidebar-status small{font-size:.58rem;color:#ffffff59}.status-dot{width:7px;height:7px;border-radius:50%;background:#60bd89;box-shadow:0 0 0 4px #60bd891f}.admin-content{position:relative;padding:42px clamp(28px,4vw,64px) 64px;background:linear-gradient(rgba(11,29,51,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(11,29,51,.025) 1px,transparent 1px),var(--admin-paper);background-size:32px 32px}.admin-content>*{max-width:1240px;margin-inline:auto}.admin-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.admin-eyebrow{display:block;margin-bottom:8px;color:#8d6f2d;font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.admin-hero h1{margin:0;color:var(--admin-ink);font-family:var(--admin-font);font-size:clamp(2.15rem,4vw,3.25rem);font-weight:700;line-height:1.08;letter-spacing:-.045em}.admin-hero p{margin:10px 0 0;color:#6f7780;font-size:.92rem}.admin-primary-action{display:inline-flex;align-items:center;gap:12px;padding:12px 18px 12px 12px;border-radius:8px;background:var(--admin-navy);color:#fff;text-decoration:none;font-size:.78rem;font-weight:700;box-shadow:0 12px 28px #0b1d332e;transition:transform .2s,box-shadow .2s}.admin-primary-action span{display:grid;place-items:center;width:25px;height:25px;background:var(--admin-gold);color:var(--admin-navy);border-radius:5px;font-size:1.15rem}.admin-primary-action:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0b1d333d}.admin-dashboard .dashboard-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:0 0 46px}.admin-dashboard .stat-card{position:relative;min-height:208px;padding:19px;gap:0;border:1px solid rgba(19,34,56,.1);border-radius:10px;overflow:hidden;box-shadow:0 8px 26px #1322380d;transition:transform .2s,box-shadow .2s}.admin-dashboard .stat-card:hover{transform:translateY(-3px);box-shadow:0 15px 34px #1322381a}.admin-dashboard .stat-card:before{content:"";position:absolute;inset:auto -30px -55px auto;width:120px;height:120px;border:1px solid currentColor;border-radius:50%;opacity:.06}.stat-card-navy{background:var(--admin-navy)!important;color:#fff}.stat-card-gold{background:#d5b563!important;color:var(--admin-navy)}.stat-card-blue{background:#fff!important;color:#315d89}.stat-card-green{background:#e8eee8!important;color:#326346}.stat-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:auto}.stat-icon{display:grid;place-items:center;width:37px;height:37px;border:1px solid currentColor;border-radius:50%;opacity:.8}.stat-icon svg{width:17px;height:17px}.stat-trend{padding:4px 7px;border:1px solid currentColor;border-radius:999px;font-size:.56rem;font-weight:700;letter-spacing:.08em;opacity:.6;text-transform:uppercase}.admin-dashboard .stat-card strong{margin-top:23px;color:inherit;font-family:var(--admin-font);font-size:clamp(1.55rem,2.4vw,2.15rem);font-weight:700;line-height:1;letter-spacing:-.035em}.admin-dashboard .stat-label{margin-top:8px;color:inherit;font-size:.66rem;font-weight:800;letter-spacing:.12em;opacity:.85}.admin-dashboard .stat-card small{margin-top:4px;font-size:.7rem;opacity:.55}.admin-quick-panel{padding:29px;border:1px solid rgba(19,34,56,.12);border-radius:11px;background:#ffffffb3;box-shadow:0 10px 35px #1322380d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:21px}.section-heading h2{margin:0;color:var(--admin-ink);font-family:var(--admin-font);font-size:1.45rem;font-weight:700;letter-spacing:-.025em}.section-index{color:#9a9b98;font-family:var(--admin-font);font-size:.62rem;font-weight:700;letter-spacing:.08em}.admin-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d9d7d1;border-bottom:1px solid #d9d7d1}.admin-quick-grid a{position:relative;display:flex;min-height:142px;padding:18px;flex-direction:column;color:var(--admin-ink);text-decoration:none;border-right:1px solid #d9d7d1;transition:background .2s,padding .2s}.admin-quick-grid a:last-child{border-right:0}.admin-quick-grid a:hover{background:#f6f0df;padding-left:22px}.quick-number{color:#a2a09a;font-family:var(--admin-font);font-size:.62rem;font-weight:700}.admin-quick-grid strong{margin-top:auto;font-family:var(--admin-font);font-size:1rem;font-weight:700}.admin-quick-grid small{color:#858683;font-size:.68rem}.admin-quick-grid b{position:absolute;right:17px;bottom:20px;color:#9b792f;font-size:1.15rem;font-weight:400}.admin-loading{display:flex;align-items:center;gap:12px;color:#6f7780}.admin-loading span{width:18px;height:18px;border:2px solid #d2ccc0;border-top-color:var(--admin-gold);border-radius:50%;animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.table-actions{display:flex;align-items:center;gap:8px}.table-subtitle{display:block;margin-top:3px;color:#888;font-size:.75rem}.brand-form-preview{width:120px;max-height:80px;object-fit:contain;padding:8px;border:1px solid #e3e0d9;border-radius:8px;background:#fff}.admin-client-search{display:flex;align-items:center;width:min(520px,100%);height:48px;margin-bottom:24px;padding:0 14px;border:1px solid #d8d4cb;border-radius:8px;background:#ffffffd1;box-shadow:0 4px 14px #1322380a;transition:border-color .15s,box-shadow .15s,background .15s}.admin-client-search:focus-within{border-color:#315d89;background:#fff;box-shadow:0 0 0 3px #315d891a}.admin-client-search svg{width:18px;height:18px;flex:0 0 auto;color:#7c8794}.admin-client-search input{flex:1;min-width:0;height:100%;padding:0 12px;border:0;outline:0;background:transparent;color:var(--admin-ink);font:inherit;font-size:.88rem}.admin-client-search input::placeholder{color:#959b9f}.admin-client-search input::-webkit-search-cancel-button{display:none}.admin-client-search button{padding:5px 8px;border:0;border-radius:5px;background:#eeece7;color:#66717c;font:inherit;font-size:.68rem;font-weight:700;cursor:pointer}.admin-client-search button:hover{background:var(--admin-navy);color:#fff}.detail-value{color:var(--admin-ink);font-size:1.8rem}.client-orders-card{margin-top:20px}.form-related-link{width:fit-content;color:#315d89;font-size:.8rem;font-weight:700;text-decoration:none}.order-tracking{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0}.order-tracking>div{position:relative;display:flex;align-items:center;gap:10px;padding-right:12px;color:#999}.order-tracking>div:after{content:"";position:absolute;z-index:0;top:15px;right:0;left:31px;height:2px;background:#ddd}.order-tracking>div:last-child:after{display:none}.order-tracking span{z-index:1;display:grid;place-items:center;width:31px;height:31px;flex:0 0 auto;border-radius:50%;background:#e8e8e8;font-size:.72rem}.order-tracking strong{z-index:1;padding-right:8px;background:#fafafa;font-size:.75rem}.order-tracking .complete{color:#1f6b45}.order-tracking .complete:after,.order-tracking .complete span{background:#1f6b45;color:#fff}@media (max-width: 700px){.order-tracking{grid-template-columns:1fr;gap:14px}.order-tracking>div:after{display:none}}.admin-content .page-title{color:var(--admin-ink);font-family:var(--admin-font);font-weight:700;letter-spacing:-.035em}.admin-content .table,.admin-content .admin-form-card,.admin-content .product-form,.admin-content .detail-card{border-color:#1322381c;border-radius:10px;box-shadow:0 9px 30px #1322380d}.admin-content .table th{background:var(--admin-navy);color:#ffffffb3}.admin-content .table tbody tr{transition:background .15s}.admin-content .table tbody tr:hover{background:#f8f3e7}@media (max-width: 1050px){.admin-dashboard .dashboard-cards,.admin-quick-grid{grid-template-columns:repeat(2,1fr)}.admin-quick-grid a:nth-child(2){border-right:0}.admin-quick-grid a:nth-child(-n+2){border-bottom:1px solid #d9d7d1}}@media (max-width: 768px){.admin-sidebar{width:66px;min-width:66px;padding-inline:7px}.admin-sidebar-brand{justify-content:center;margin-inline:0}.admin-sidebar-brand>span:last-child,.sidebar-group-label,.admin-sidebar-status{display:none}.admin-sidebar .sidebar-nav a{justify-content:center;padding:12px}.admin-sidebar .sidebar-nav a.active:after{display:none}.admin-content{padding:28px 18px 48px}.admin-hero{align-items:flex-start;flex-direction:column}.admin-hero h1{font-size:2.5rem}}@media (max-width: 560px){.admin-dashboard .dashboard-cards,.admin-quick-grid{grid-template-columns:1fr}.admin-quick-grid a{border-right:0;border-bottom:1px solid #d9d7d1}.admin-quick-grid a:last-child{border-bottom:0}.admin-quick-panel{padding:20px}.section-index{display:none}}.image-uploader{display:flex;flex-direction:column;gap:16px}.image-drop-zone{border:2px dashed #d0d0d0;border-radius:12px;padding:28px;text-align:center;color:#888;cursor:pointer;transition:border-color .2s,background .2s;font-size:.9rem}.image-drop-zone:hover{border-color:#0f2747;background:#f5f8ff;color:#0f2747}.image-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.image-thumb-card{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e8e8e8;background:#fff}.image-thumb-preview{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.cover-badge{position:absolute;top:6px;left:6px;background:#c9a44c;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:3px 7px;border-radius:999px;text-transform:uppercase}.image-thumb-actions{display:flex;justify-content:space-between;padding:6px;background:#f9f9f9}.img-action-btn{border:1px solid #e0e0e0;background:#fff;border-radius:6px;padding:4px 8px;cursor:pointer;font-size:.8rem;color:#444}.img-action-btn:hover{background:#f0f0f0}.img-action-btn:disabled{opacity:.3;cursor:default}.img-action-delete{color:#dc3545;border-color:#f5c2c2}.img-action-delete:hover{background:#ffe8e8}.variant-builder{display:flex;flex-direction:column;gap:20px}.variant-attrs-section{display:flex;flex-direction:column;gap:14px}.attr-row{background:#f9f9f9;border:1px solid #ebebeb;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}.attr-row-header{display:flex;align-items:center;justify-content:space-between}.attr-name{font-weight:700;color:#0f2747;font-size:.9rem}.attr-remove-btn{background:none;border:none;color:#dc3545;cursor:pointer;font-size:.8rem;padding:2px 6px}.attr-values-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.attr-chip{display:inline-flex;align-items:center;gap:4px;background:#0f2747;color:#fff;padding:5px 10px;border-radius:999px;font-size:.8rem;font-weight:600}.attr-chip button{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:0;font-size:1rem;line-height:1}.attr-chip button:hover{color:#fff}.attr-add-value{display:flex;gap:6px;align-items:center}.attr-add-value input{border:1px solid #d9d9d9;border-radius:8px;padding:7px 10px;font-size:.85rem;font-family:inherit;width:180px}.add-attr-row{display:flex;gap:10px;align-items:center}.add-attr-row input{flex:1;border:1px solid #d9d9d9;border-radius:10px;padding:11px 14px;font-size:.9rem;font-family:inherit}.variant-matrix-label{font-size:.85rem;color:#666;margin:0 0 10px}.stock-input-inline{width:80px;border:1px solid #d9d9d9;border-radius:8px;padding:7px 10px;font-family:inherit}.price-tier-editor{display:flex;flex-direction:column;gap:12px}.price-tier-table th,.price-tier-table td{padding:10px 12px}.tier-input{width:100px;border:1px solid #d9d9d9;border-radius:8px;padding:8px 10px;font-size:.875rem;font-family:inherit}.tier-hint{font-size:.85rem;color:#888;margin:4px 0 0}.form-section{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden}.form-section-title{font-size:1rem;font-weight:700;color:#0f2747;margin:0;padding:16px 24px;background:#fafafa;border-bottom:1px solid #f0f0f0}.form-section-hint{font-size:.85rem;color:#666;margin:0;padding:10px 24px 0}.form-section .product-form{border:none;border-radius:0;margin:0;padding:20px 24px}.product-page{max-width:1100px}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-top:8px}.product-gallery-col{display:flex;flex-direction:column;gap:10px}.product-main-image{border-radius:16px;overflow:hidden;background:#f5f5f5;aspect-ratio:1 / 1}.product-main-image img{width:100%;height:100%;object-fit:cover;display:block}.product-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:.9rem}.product-thumbnails{display:flex;gap:8px;flex-wrap:wrap}.product-thumb-btn{width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;transition:border-color .15s}.product-thumb-btn.active{border-color:#0f2747}.product-thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}.product-info-col{display:flex;flex-direction:column;gap:14px}.variant-selector{display:flex;flex-direction:column;gap:8px}.variant-selector-label{font-weight:700;font-size:.85rem;color:#555;text-transform:uppercase;letter-spacing:.06em}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-option-btn{padding:8px 16px;border:1.5px solid #d0d0d0;border-radius:8px;background:#fff;cursor:pointer;font-size:.875rem;font-weight:500;color:#333;transition:all .15s}.variant-option-btn:hover{border-color:#0f2747;color:#0f2747}.variant-option-btn.selected{background:#0f2747;color:#fff;border-color:#0f2747}.stock-indicator{font-size:.875rem;color:#1f8a5b;margin:0}.stock-indicator.low-stock{color:#e67e22}.stock-indicator.out-of-stock{color:#dc3545}.price-tiers-display{background:#fafafa;border:1px solid #ebebeb;border-radius:12px;padding:14px}.price-tiers-title{font-weight:700;font-size:.85rem;color:#555;margin:0 0 10px;text-transform:uppercase;letter-spacing:.06em}.price-tiers-table{width:100%;border-collapse:collapse;font-size:.875rem}.price-tiers-table th,.price-tiers-table td{padding:7px 10px;border-top:1px solid #ebebeb;text-align:left}.price-tiers-table th{color:#888;font-weight:600;font-size:.8rem;text-transform:uppercase}.price-tiers-table tr.active-tier td{background:#c9a44c1f;color:#0f2747}.product-buy-row{display:flex;flex-direction:column;gap:8px}.product-current-price{display:flex;align-items:baseline;gap:4px}.price-big{font-size:2rem;font-weight:700;color:#0f2747}.price-unit{font-size:.9rem;color:#888}.product-subtotal{font-size:.875rem;color:#555;margin:0}.variant-label{color:#888;font-size:.82rem;margin:2px 0 0}.tier-badge{display:inline-flex;margin-left:8px;background:#c9a44c26;color:#8a6800;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:700;letter-spacing:.04em}@media (max-width: 768px){.product-page-grid{grid-template-columns:1fr;gap:24px}}.homepage,.site-header,.app-main{--store-navy: #102844;--store-ink: #172331;--store-cream: #f4f1ea;--store-line: #ddd9d0;font-family:Arial,Helvetica,sans-serif}.site-header{box-shadow:0 1px #1028441f}.promo-bar{padding:7px 24px;font-size:.73rem;font-weight:500}.utility-nav-inner{padding-block:5px}.main-header-inner{padding-block:12px}.header-logo{height:46px}.header-search-form{height:44px;border-width:1px;border-radius:6px;background:#fafafa}.header-search-btn{width:54px;padding:0}.haction{border-radius:6px;font-weight:600}.haction-cart{background:#f8f7f4;border-color:#dedbd4}.category-nav-inner{border:0;background:transparent}.cat-nav-all{background:#ffffff1a}.hero-banner{padding:0;background:var(--store-cream);color:var(--store-ink);text-align:left;border-bottom:1px solid var(--store-line)}.hero-banner-inner{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);width:min(1440px,100%);max-width:none;min-height:360px;margin:0 auto}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:32px clamp(32px,4vw,58px)}.hero-eyebrow{margin:0 0 15px;color:#8b6e28;font-size:.66rem;letter-spacing:.18em}.hero-title{max-width:720px;margin:0;color:var(--store-ink);font-size:clamp(2.35rem,4vw,3.6rem);font-weight:600;line-height:.98;letter-spacing:-.055em}.hero-sub{max-width:570px;margin:18px 0 22px;color:#68717a;font-size:.94rem;line-height:1.58}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.button-hero{padding:14px 21px;border-radius:4px;background:var(--store-navy);color:#fff;font-size:.78rem;font-weight:700}.button-hero:hover{background:#1c3c60}.hero-text-link{color:var(--store-ink);font-size:.78rem;font-weight:700;text-decoration:none}.hero-text-link span{display:inline-block;margin-left:8px;color:#a27d29;transition:transform .2s}.hero-text-link:hover span{transform:translate(4px)}.hero-proof{display:grid;grid-template-columns:auto 1fr auto 1fr;align-items:center;gap:5px 12px;margin-top:28px;padding-top:14px;border-top:1px solid var(--store-line);color:#8b9095;font-size:.68rem}.hero-proof strong{color:var(--store-ink);font-size:.72rem}.hero-showcase{position:relative;min-height:360px;overflow:hidden;background:#d7d5cf}.hero-showcase:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(9,23,38,.55))}.hero-showcase>img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.hero-showcase:hover>img{transform:scale(1.025)}.hero-monogram{display:grid;place-items:center;width:100%;height:100%;color:#1028442e;font-size:12rem;font-weight:700}.hero-showcase-caption{position:absolute;z-index:1;right:30px;bottom:27px;left:30px;display:grid;grid-template-columns:1fr auto;color:#fff}.hero-showcase-caption span{grid-column:1 / -1;margin-bottom:6px;color:#ffffffa6;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}.hero-showcase-caption strong{font-size:1rem}.hero-showcase-caption a{color:#fff;font-size:.72rem;font-weight:700;text-decoration:none}.hero-showcase-caption b{margin-left:7px;color:#d8b65c}.store-benefits{display:grid;grid-template-columns:repeat(3,1fr);width:min(1380px,calc(100% - 48px));margin:0 auto;border-right:1px solid var(--store-line);border-left:1px solid var(--store-line)}.store-benefits>div{position:relative;display:grid;grid-template-columns:auto 1fr;gap:2px 16px;min-height:72px;padding:14px 26px;border-right:1px solid var(--store-line)}.store-benefits>div:last-child{border-right:0}.store-benefits span{grid-row:1 / 3;color:#b1944e;font-size:.62rem;font-weight:700}.store-benefits strong{color:var(--store-ink);font-size:.83rem}.store-benefits small{color:#858a8e;font-size:.7rem}.homepage-content{padding:36px 24px 80px}.catalogue-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--store-line)}.catalogue-heading span{color:#95762d;font-size:.63rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.catalogue-heading h2{margin:6px 0 0;color:var(--store-ink);font-size:clamp(1.75rem,3vw,2.65rem);font-weight:600;letter-spacing:-.035em}.catalogue-heading p{margin:0;color:#858a8e;font-size:.72rem}.active-filter-bar{border:0;border-radius:0;background:var(--store-navy);color:#fff}.clear-filter{color:#d9ba68}.products-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:12px}.product-card{border-color:var(--store-line);border-radius:3px;box-shadow:none}.product-card:hover{transform:none;border-color:#a8a39a;box-shadow:0 12px 32px #10284414}.product-card-img-link{aspect-ratio:4 / 4.25;background:#eeece7}.product-card:hover .product-card-img{transform:scale(1.025)}.product-card-badge{top:12px;right:12px;bottom:auto;left:auto;border-radius:3px;background:#ffffffeb;color:var(--store-navy);padding:6px 8px}.product-card-no-img span{color:#c3beb4;font-size:3rem;font-weight:700}.product-card-body{padding:17px 17px 15px;gap:7px}.product-card-brand{color:#9b7b32;font-size:.63rem;letter-spacing:.14em}.product-card-name{color:var(--store-ink);font-size:.92rem;font-weight:600}.cat-chip{padding:0;background:transparent;color:#8a8d90;font-size:.65rem;font-weight:400}.cat-chip+.cat-chip:before{content:"/";margin-right:4px;color:#c4c0b8}.cat-chip:hover{background:transparent;color:var(--store-navy)}.product-card-footer{margin-top:9px;padding-top:13px;border-color:#e7e3dc}.product-card-price strong{color:var(--store-ink);font-size:.95rem}.button-card{display:grid;place-items:center;width:31px;height:31px;padding:0;border-radius:50%;background:transparent;color:var(--store-navy);border:1px solid #c7c2b9;font-size:1rem}.button-card:hover{background:var(--store-navy);color:#fff}.app-main{max-width:1280px;padding-top:48px;padding-bottom:72px}.app-main .page-title{font-family:Arial,Helvetica,sans-serif;color:var(--store-ink);font-weight:600;letter-spacing:-.035em}.product-page{max-width:1180px;margin:0 auto}.product-page-grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(42px,6vw,82px)}.product-main-image{border-radius:3px;background:#efede8}.product-thumb-btn{border-radius:2px}.product-info-col{padding-top:14px}.product-info-col .badge{border-radius:2px;background:#eeece7;color:#6f7479}.variant-option-btn{border-width:1px;border-radius:3px}.price-tiers-display{border-radius:3px;background:#f7f5f0}.price-big{color:var(--store-ink);font-weight:600}.cart-item-card,.cart-summary{border-color:var(--store-line);border-radius:3px}.cart-summary{background:#f7f5f0}@media (max-width: 720px){.hero-banner-inner{grid-template-columns:1fr}.hero-copy{min-height:0}.hero-showcase{min-height:260px}.store-benefits{width:100%}}@media (max-width: 640px){.hero-copy{min-height:0;padding:34px 18px}.hero-title{font-size:2.4rem}.hero-showcase{display:none}.hero-proof{grid-template-columns:auto 1fr}.store-benefits{display:flex;overflow-x:auto;border-right:0;border-left:0;scrollbar-width:none}.store-benefits::-webkit-scrollbar{display:none}.store-benefits>div{min-width:225px;min-height:78px;border-right:1px solid var(--store-line);border-bottom:1px solid var(--store-line)}.catalogue-heading{align-items:flex-start;flex-direction:column;gap:10px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card-body{padding:12px}}.payment-success{display:flex;justify-content:center;align-items:center;min-height:70vh}.success-card{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:22px;padding:48px 32px;max-width:500px;box-shadow:0 20px 60px #1f8a5b1a}.payment-spinner{width:46px;height:46px;margin:0 auto 20px;border:3px solid #e4e1da;border-top-color:#0f2747;border-radius:50%;animation:admin-spin .8s linear infinite}.success-icon.payment-error{background:#fbe5e5;color:#a52b2b}.success-icon.payment-pending{background:#f5edda;color:#8a6800}html{overflow-x:hidden}img,svg{max-width:100%}.table-container{width:100%;overflow-x:auto;border-radius:8px;-webkit-overflow-scrolling:touch}.data-table{width:100%;min-width:680px;border-collapse:collapse;background:#fff}.data-table th,.data-table td{padding:13px 15px;border-bottom:1px solid #eceae5;text-align:left;vertical-align:middle}.data-table th{color:#69717a;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.admin-content,.sidebar-content,.app-main,.homepage-content{min-width:0}@media (max-width: 1024px){.main-header-inner,.utility-nav-inner,.category-nav-inner{padding-inline:18px}.admin-content{padding:32px 28px 52px}.product-page-grid{gap:36px}.cart-container{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.cart-item-card{grid-template-columns:80px minmax(150px,1fr) 110px 90px}.cart-item-card>.button-danger{grid-column:2 / -1;justify-self:end}.cart-item-image{width:80px;height:80px}}@media (max-width: 768px){.promo-bar{padding:6px 12px;font-size:.66rem;line-height:1.35}.main-header-inner{display:grid;grid-template-columns:minmax(0,1fr);position:relative;padding:9px 14px;gap:8px}.header-logo-link{grid-column:1;grid-row:1;width:fit-content}.header-actions{position:absolute;z-index:2;top:9px;right:14px;width:auto;min-width:78px;min-height:38px}.header-search-form{grid-column:1;grid-row:2;width:100%;min-width:0;max-width:100%}.header-search-input{min-width:0}.header-logo{height:38px}.header-actions{gap:0}.haction{min-width:42px;padding:7px 9px}.haction>span,.haction-cart-info{display:none}.haction-cart{padding-inline:10px}.header-search-form{height:40px;margin-top:3px}.header-search-input{padding:9px 12px;font-size:.85rem}.category-nav-inner{min-width:max-content;padding-inline:12px}.cat-nav-all,.cat-nav-link{padding:10px 13px;font-size:.75rem}.app-main{padding:28px 16px 52px}.page-title{font-size:clamp(1.55rem,7vw,2rem);overflow-wrap:anywhere}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:20px}.page-header>.button,.page-header>a.button{width:100%}.layout-with-sidebar{display:flex;flex-direction:column;min-height:0}.sidebar,.admin-sidebar{width:100%;min-width:0;height:auto;min-height:0;padding:0;position:static;overflow:visible}.admin-sidebar-brand{min-height:56px;margin:0;padding:0 16px;border-bottom-color:#dedbd3}.admin-brand-mark{width:30px;height:30px;font-size:.95rem;box-shadow:3px 3px #d9b85f}.admin-sidebar-brand>span:last-child{display:flex}.admin-sidebar-brand small{font-size:.55rem}.sidebar-label,.sidebar-bottom,.sidebar-group-label{display:none}.sidebar-nav,.admin-sidebar .sidebar-nav{display:flex;flex-direction:row;gap:5px;padding:8px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav a,.admin-sidebar .sidebar-nav a{width:auto;min-width:max-content;justify-content:center;gap:7px;margin:0;padding:9px 12px;border:0;border-radius:7px;font-size:.74rem;white-space:nowrap}.sidebar-nav a span,.admin-sidebar .sidebar-nav a span{display:inline}.sidebar-nav a svg{width:15px;height:15px}.sidebar-content,.admin-content{width:100%;padding:26px 16px 48px;overflow:visible}.admin-content{background-size:24px 24px}.admin-dashboard .dashboard-cards,.dashboard-cards,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-dashboard .stat-card,.stat-card{min-height:150px;padding:15px}.admin-dashboard .stat-card strong{font-size:1.55rem}.admin-quick-panel{padding:20px 16px}.detail-grid{grid-template-columns:1fr}.detail-card{padding:18px;overflow-x:auto}.admin-form-card,.brand-form-card{width:100%;max-width:none;padding:20px 16px}.form-row,.input-row{grid-template-columns:1fr}.form-section-title{padding:14px 16px}.form-section-hint{padding:10px 16px 0}.form-section .product-form,.product-form{padding:16px}.form-actions{flex-wrap:wrap}.form-actions .button{flex:1 1 140px}.table,.price-tier-table{min-width:620px}.detail-card>.table,.admin-content>div>.table,.sidebar-content>div>.table,.form-section .table{display:block;width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.table-actions{min-width:max-content}.brands-grid{max-width:none}.product-page-grid{grid-template-columns:1fr;gap:28px}.product-info-col{padding-top:0}.product-main-image{max-height:none}.checkout-grid,.cart-container{grid-template-columns:1fr;gap:20px}.checkout-summary,.cart-summary{position:static;width:100%}.cart-item-card{grid-template-columns:72px minmax(0,1fr);gap:12px}.cart-item-image{width:72px;height:72px}.cart-item-quantity,.cart-item-total,.cart-item-card>.button-danger{grid-column:2;justify-self:start}.cart-item-card>.button-danger{width:auto}.login-page{min-height:auto;padding:18px 0}.login-card{padding:24px 18px;border-radius:12px}}@media (max-width: 560px){.utility-nav{display:none}.hero-copy{min-height:0;padding:34px 18px}.hero-title{font-size:clamp(2.2rem,12vw,3rem)}.hero-sub{margin-block:20px 24px;font-size:.9rem}.hero-actions{align-items:stretch;flex-direction:column;gap:14px}.button-hero{width:100%}.hero-proof{margin-top:34px}.hero-showcase{min-height:300px}.hero-showcase-caption{right:18px;bottom:18px;left:18px}.homepage-content{padding:44px 12px 60px}.store-benefits>div{padding-inline:20px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-brand{font-size:.57rem}.product-card-name{font-size:.8rem}.product-card-cats{display:none}.product-card-price{align-items:flex-start;flex-direction:column;gap:1px}.product-card-price strong{font-size:.82rem}.product-card-price-public{font-size:.66rem}.admin-dashboard .dashboard-cards,.dashboard-cards,.stats-grid{grid-template-columns:1fr}.admin-dashboard .stat-card,.stat-card{min-height:132px}.admin-quick-grid{grid-template-columns:1fr}.section-heading{gap:12px}.admin-client-search{width:100%}.brand-card{align-items:stretch;flex-wrap:wrap}.brand-logo-wrap{width:68px}.brand-card-actions{width:100%;padding-top:0}.brand-card-actions .button{flex:1}.attr-row,.attr-add-value,.add-attr-row{align-items:stretch;flex-direction:column}.attr-add-value input,.add-attr-row input{width:100%}.image-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.image-drop-zone{padding:20px 12px}.product-buy-row{padding-top:8px}.price-big{font-size:1.7rem}.success-card{padding:28px 18px}}@media (max-width: 360px){.main-header-inner{padding-inline:10px}.header-logo{height:33px}.haction{min-width:37px;padding-inline:7px}.homepage-content{padding-inline:10px}.products-grid{gap:6px}.product-card-body{padding:10px}.sidebar-content,.admin-content{padding-inline:12px}}.site-footer{margin-top:auto;padding-top:1px;background:#0d2139;color:#fff;font-family:Arial,Helvetica,sans-serif}.footer-newsletter{display:grid;grid-template-columns:1fr minmax(360px,.75fr);gap:clamp(40px,8vw,120px);align-items:center;width:min(1316px,calc(100% - 64px));margin:42px auto 0;padding:34px 36px;border:1px solid rgba(255,255,255,.18);background:#142f4d;box-shadow:0 16px 38px #0000001f}.footer-newsletter span{color:#d2ad54;font-size:.64rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.footer-newsletter h2{margin:8px 0 7px;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:600;letter-spacing:-.035em}.footer-newsletter p{margin:0;color:#ffffff8f;font-size:.82rem}.footer-newsletter form label{display:block;margin-bottom:9px;color:#ffffff9e;font-size:.68rem}.footer-newsletter form>div{display:flex;overflow:hidden;border:1px solid rgba(255,255,255,.7);background:#fff}.footer-newsletter input{flex:1;min-width:0;padding:13px 14px;border:0;outline:0;background:#fff;color:#17283c;font:inherit}.footer-newsletter input::placeholder{color:#8a9198}.footer-newsletter button{padding:0 18px;border:0;border-left:1px solid #dedbd4;background:#d4b35f;color:#0d2139;font:inherit;font-size:.75rem;font-weight:700;cursor:pointer}.footer-newsletter input:focus{box-shadow:inset 0 0 0 2px #d4b35f}.footer-newsletter form small{display:block;margin-top:8px;color:#d8b65c}.footer-main{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:clamp(28px,4vw,64px);max-width:1380px;margin:0 auto;padding:58px 32px 48px}.footer-wordmark{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:#fff;text-decoration:none}.footer-wordmark span{display:grid;place-items:center;width:36px;height:36px;border:1px solid #d4b35f;border-radius:50%;color:#d4b35f;font-size:1.05rem;font-weight:700}.footer-wordmark strong{font-size:.88rem;letter-spacing:.16em}.footer-brand>p{max-width:245px;margin:0 0 28px;color:#ffffff80;font-size:.76rem;line-height:1.65}.footer-social{display:flex;flex-wrap:wrap;gap:9px 10px}.footer-social span{flex:0 0 100%;color:#ffffff61;font-size:.61rem;letter-spacing:.12em;text-transform:uppercase}.footer-social a{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.24);border-radius:50%;color:#fff;text-decoration:none;transition:color .15s,border-color .15s,background .15s}.footer-social a svg{width:17px;height:17px;fill:currentColor}.footer-social a:last-child svg{fill:none;stroke:currentColor;stroke-width:1.7}.footer-social a:last-child .social-dot{fill:currentColor;stroke:none}.footer-main nav{display:flex;align-items:flex-start;flex-direction:column;gap:11px}.footer-main nav h3{margin:0 0 7px;color:#d4b35f;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.footer-main nav a{color:#ffffffa8;font-size:.74rem;line-height:1.35;text-decoration:none;transition:color .15s,transform .15s}.footer-main nav a:hover{color:#fff;transform:translate(2px)}.footer-social a:hover{border-color:#d4b35f;background:#d4b35f;color:#0d2139}.footer-legal{max-width:1380px;margin:0 auto;padding:22px 32px 28px;border-top:1px solid rgba(255,255,255,.12)}.footer-legal>div{display:flex;flex-wrap:wrap;gap:8px 20px}.footer-legal a{color:#ffffff7a;font-size:.64rem;text-decoration:none}.footer-legal a:hover{color:#fff}.footer-legal p{margin:22px 0 0;color:#ffffff4d;font-size:.62rem}.info-page{width:min(960px,100%);margin:0 auto;padding:66px 24px 90px;font-family:Arial,Helvetica,sans-serif}.info-hero{max-width:760px;margin-bottom:54px}.info-hero>span{color:#927227;font-size:.64rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.info-hero h1{margin:10px 0 16px;color:#15263a;font-size:clamp(2.25rem,5vw,4rem);font-weight:600;line-height:1.04;letter-spacing:-.045em}.info-hero p{margin:0;color:#68717a;font-size:1rem;line-height:1.75}.legal-warning{margin:-22px 0 38px;padding:16px 18px;border-left:3px solid #c89f3e;background:#f8f1df;color:#66552e;font-size:.78rem;line-height:1.55}.legal-warning strong{display:block;margin-bottom:2px;color:#392f18}.info-sections{border-top:1px solid #dedbd4}.info-sections section{display:grid;grid-template-columns:42px 1fr;gap:24px;padding:30px 0;border-bottom:1px solid #dedbd4}.info-sections section>span{padding-top:5px;color:#aa8734;font-size:.63rem;font-weight:700}.info-sections h2{margin:0 0 8px;color:#17283c;font-size:1.04rem;font-weight:700}.info-sections p{margin:0;color:#636c75;font-size:.87rem;line-height:1.75}.info-contact{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:46px;padding:24px;background:#f2efe8;color:#17283c}.info-contact a{color:#17283c;font-size:.78rem;font-weight:700;text-decoration:none}@media (max-width: 1024px){.footer-main{grid-template-columns:1.2fr repeat(2,1fr)}.footer-brand{grid-row:span 2}}@media (max-width: 700px){.footer-newsletter{grid-template-columns:1fr;gap:28px;width:calc(100% - 32px);margin-top:28px;padding:28px 20px}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 24px;padding:44px 20px}.footer-brand{grid-column:1 / -1;grid-row:auto}.footer-brand>p{max-width:360px}.footer-legal{padding:22px 20px 28px}.info-page{padding:44px 18px 64px}.info-hero{margin-bottom:38px}.info-sections section{grid-template-columns:30px 1fr;gap:12px;padding:24px 0}.info-contact{align-items:flex-start;flex-direction:column}}@media (max-width: 380px){.footer-newsletter form>div{align-items:stretch;flex-direction:column;overflow:visible;border:0;background:transparent}.footer-newsletter input{padding:12px;border:1px solid rgba(255,255,255,.7)}.footer-newsletter button{margin-top:8px;padding:12px;border:0;background:#d4b35f;color:#0d2139}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}}.success-icon{width:80px;height:80px;background:#1f8a5b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 24px}.success-card h1{color:#1f8a5b;margin:0 0 12px}.success-card p{color:#666;margin-bottom:32px}
