
:root{--primary:#2457e5;--primary-dark:#193fb6;--dark:#111d39;--gray:#52617a;--border:#dfe6f0;--light:#f4f7fc}
html{scroll-behavior:smooth;scroll-padding-top:110px}body{background:#f5f7fb;font-size:1rem;line-height:1.85}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #eaa51c!important;outline-offset:4px}img{max-width:100%}.container{max-width:1240px;padding-inline:28px}.skip-link{position:fixed;top:-100px;inset-inline-start:16px;z-index:9999;background:#fff;padding:12px}.skip-link:focus{top:12px}.free-shipping-bar{background:#101e3a;font-size:.875rem;font-weight:600;white-space:normal}.shipping-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:9px}.shipping-inner i{margin-inline-end:8px}.shipping-inner>span:last-child{color:#c4cee1}header{box-shadow:none;border-bottom:1px solid var(--border);background:#fff}.header-inner{min-height:90px;padding-block:16px}.logo-mark{width:48px;height:48px}.logo-name{width:164px}nav{gap:24px;font-size:.95rem}.header-actions{gap:16px}.cart-icon,.lang-switch,.account-trigger{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.lang-switch{border:1px solid var(--border);background:#fff}.account-menu:hover .account-dropdown{display:none}.account-menu.open .account-dropdown,.account-menu:focus-within .account-dropdown{display:block}.account-menu:hover .account-chevron{transform:none}.categories-bar{padding:12px 0}.categories-list{justify-content:flex-start;gap:8px}.cat-link{border-radius:8px;font-size:.875rem;padding:8px 16px;min-height:44px}.cat-link.active{background:#eaf0ff;color:var(--primary)}main{padding:36px 0;min-height:48vh}.store-hero{padding:34px 0 0;background:#f5f7fb}.hero-panel{background:#11264e;color:#fff;border-radius:24px;padding:40px 46px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:32px;border:1px solid #253d65}.eyebrow{font-size:.875rem;font-weight:700;color:#aac4ff;display:block;margin-bottom:10px}.hero-panel h1{font-size:clamp(2rem,3.8vw,3.35rem);font-weight:800;line-height:1.5;max-width:660px;margin-bottom:12px}.hero-panel h1 span{color:#8db2ff}.hero-panel p{color:#d2dced;max-width:530px;font-size:1rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-actions a{padding:11px 22px;border-radius:9px;font-weight:700;display:inline-flex;align-items:center;gap:10px;min-height:46px}.hero-primary{background:#fff;color:#152a4b}.hero-secondary{border:1px solid #6880a6;color:#fff}.hero-service{background:#1a3460;border:1px solid #385079;border-radius:16px;overflow:hidden}.hero-service img{display:block;width:100%;aspect-ratio:800/450;object-fit:cover}.hero-service div{padding:16px 20px}.hero-service small{display:block;color:#c5d4ed;font-size:.875rem}.hero-service strong{font-size:1.125rem}.store-benefits{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding:20px 8px;gap:16px;color:var(--gray);font-size:.875rem}.store-benefits span{display:flex;align-items:center;gap:9px}.store-benefits i{color:var(--primary)}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.catalog-title h2,.section-head h2{font-size:1.55rem;font-weight:800}.catalog-title p{color:var(--gray);font-size:.875rem}.home-search{display:flex;gap:8px;flex:0 1 510px;min-width:0}.home-search input{min-width:0;flex:1;border:1px solid var(--border);border-radius:10px;background:#fff;padding:12px 16px}.home-search button{border:0;border-radius:10px;background:var(--primary);color:#fff;padding:10px 19px;min-width:48px}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--border);border-radius:15px;background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #16294d0d}.product-image{position:relative;background:#f0f3f9;height:225px}.product-image-link{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.product-image img{width:100%;height:100%;object-fit:contain;padding:20px}.image-unavailable{color:#65758d;text-align:center;font-size:.875rem}.image-unavailable i{display:block;font-size:2.5rem;margin-bottom:10px}.condition-mini{position:absolute;top:12px;inset-inline-start:12px;background:#e6f5ed;color:#1b643c;padding:3px 10px;border-radius:6px;font-size:.875rem;font-weight:600}.condition-mini.used{background:#fff0cc;color:#775214}.wishlist-form{top:10px;inset-inline-end:10px}.wishlist-btn{width:44px;height:44px;box-shadow:none;border:1px solid var(--border)}.product-info{padding:19px}.product-info h3{font-size:1rem;font-weight:700;line-height:1.8;margin-bottom:12px}.product-price{font-size:1.35rem;font-weight:800;color:var(--dark);font-variant-numeric:tabular-nums}.product-stock{font-size:.875rem;margin:4px 0 14px;color:#33704b}.product-stock.unavailable{color:#a33136}.btn-view{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #d7e1f7;border-radius:8px;background:#edf2ff;color:#244bb9;padding:9px;font-weight:700;font-size:.875rem}.btn-view:hover{background:var(--primary);color:#fff}.empty-catalog{grid-column:1/-1;background:#fff;border:1px dashed #c8d3e5;border-radius:16px;text-align:center;padding:38px 20px}.empty-catalog>i{font-size:2rem;color:#8295b6;margin-bottom:12px}.empty-catalog h3{font-size:1.125rem}.empty-catalog p{color:var(--gray);font-size:.95rem;margin:6px 0 12px}.empty-catalog a{color:var(--primary);font-weight:700}.services-section{margin-top:44px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.service-card{display:grid;grid-template-columns:155px 1fr;background:#fff;border:1px solid var(--border);border-radius:15px;overflow:hidden;align-items:stretch}.service-card img{height:100%;width:155px;object-fit:cover}.service-card>div{padding:24px}.service-card h3{font-size:1.05rem;margin-bottom:8px}.service-card p{font-size:.875rem;color:var(--gray)}.pagination{display:flex;justify-content:center;gap:10px;margin:24px 0}.pagination a,.pagination span{padding:8px 18px;background:#fff;border:1px solid var(--border);border-radius:8px}.pagination span{background:var(--primary);color:#fff}footer{background:#101e3a;margin-top:20px;padding-top:40px}.footer-col p,.footer-col a{color:#bdc9de;font-size:.875rem}.footer-bottom{color:#b1bfd6}.btn,.btn-auth,.btn-checkout{min-height:44px}.auth-box,.cart-items,.cart-summary{box-shadow:none!important;border:1px solid var(--border)}.preview-banner{background:#fff4d6;color:#684700;text-align:center;padding:10px;font-size:.875rem}.preview-notice{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#101e3a;color:#fff;padding:18px 24px;border-radius:12px;z-index:9999;max-width:calc(100vw - 32px);width:520px;box-shadow:0 8px 35px #0003}.preview-notice[hidden]{display:none}
@media(max-width:1000px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-panel{padding:30px;gap:24px}.service-card{grid-template-columns:110px 1fr}.service-card img{width:110px}.header-inner{flex-wrap:wrap}.store-benefits{flex-wrap:wrap}}
@media(max-width:700px){.container{padding-inline:18px}.header-inner{gap:10px;min-height:80px;flex-wrap:wrap}.logo{flex:1}.logo-mark{width:38px;height:38px}.logo-name{width:125px}.header-inner nav{order:3;flex:1 0 100%;display:flex;justify-content:space-between;border-top:1px solid var(--border);padding-top:6px;font-size:.875rem}.account-trigger{font-size:.875rem}.account-trigger>i:first-child{font-size:1rem}.header-actions{gap:8px}.lang-switch{font-size:.875rem;padding:6px}.cart-icon{font-size:1.2rem}.cart-badge{width:20px;height:20px;font-size:.75rem}.shipping-inner>span:last-child{display:none}.shipping-inner{justify-content:center;font-size:.875rem}.categories-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.cat-link{flex:none;font-size:.875rem}.store-hero{padding-top:20px}.hero-panel{grid-template-columns:1fr;padding:26px 24px;border-radius:18px}.hero-panel h1{font-size:2rem}.hero-service{display:none}.hero-actions a{padding:10px 16px;font-size:.875rem}.store-benefits{gap:12px;padding:16px 0}.store-benefits span{font-size:.875rem}.store-benefits span:last-child{display:none}main{padding:26px 0}.catalog-toolbar{flex-direction:column;align-items:stretch;gap:16px}.home-search{flex:auto;width:100%}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-image{height:175px}.product-info{padding:13px}.product-info h3{font-size:.95rem}.product-price{font-size:1.15rem}.services-grid{grid-template-columns:1fr}.service-card{grid-template-columns:110px 1fr}.service-card>div{padding:18px}.services-section{margin-top:32px}.footer-grid{grid-template-columns:1fr}.auth-box{padding:24px!important}.account-dropdown{inset-inline-start:auto;inset-inline-end:0}.cart-item{padding:16px}.empty-cart{padding:28px!important}table{font-size:.875rem}.table-responsive,.products-table,.variants-table{overflow-x:auto}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Announcements use physical motion; text direction remains language-specific. */
.announcement-bar{display:flex;align-items:center;direction:ltr;background:#163ea4;color:#fff;min-height:46px;padding-inline:12px;gap:12px}.announcement-window{overflow:hidden;flex:1;min-width:0}.announcement-track{display:flex;direction:ltr;width:max-content;animation:announcement-scroll 34s linear infinite;will-change:transform}.announcement-group{flex:none;min-width:100vw;display:flex;align-items:center;justify-content:center;padding-inline:40px;white-space:nowrap;font-size:.875rem;font-weight:600;line-height:1.8}.announcement-group span{display:block}.announcement-toggle{flex:none;display:grid;place-items:center;width:36px;min-height:36px;background:#ffffff15;border:1px solid #ffffff66;border-radius:8px;color:#fff;cursor:pointer}.announcement-toggle:disabled{opacity:.65;cursor:default}.announcement-bar.is-paused .announcement-track,.announcement-bar:hover .announcement-track{animation-play-state:paused}html[dir="ltr"] .announcement-track{animation-direction:reverse}@keyframes announcement-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:7px 12px;border:1px solid var(--border);border-radius:9px;background:#fff;color:var(--dark);font-size:.875rem;font-weight:700;cursor:pointer}.theme-toggle i{width:17px}.service-card{grid-template-columns:190px 1fr}.service-card img{width:190px;min-height:200px;object-fit:cover;object-position:center}.hero-service img{height:auto;aspect-ratio:3/2;object-fit:cover}
html[data-theme="light"]{color-scheme:light}
html[data-theme="dark"]{color-scheme:dark;--primary:#91b3ff;--primary-dark:#bed0ff;--dark:#eaf0fc;--gray:#b2bfd4;--light:#1b2940;--border:#33445e;--success:#53cc9c;--danger:#ff929e;--warning:#ffd176}
html[data-theme="dark"] body,html[data-theme="dark"] .store-hero{background:#0c1423;color:var(--dark)}
html[data-theme="dark"] :is(header,.categories-bar,.account-dropdown,.product-card,.empty-catalog,.service-card,.theme-toggle,.lang-switch,.wishlist-btn,.auth-box,.account-box,.checkout-form,.order-summary,.cancel-dialog,.saved-tracking,.tracking-card,.tracking-form,.confirmation-box,.cart-items,.cart-summary,.product-gallery,.product-info-detail,.related-card,.reviews-section,.variant-option,.variant-selector-below-images,.variant-form,.variants-table,.inventory-table,.categories-table,.form-card,.filter-bar,.orders-table,.admin-section,.stat-card,.order-card,.products-table,.image-item,.admin-card,.pm-card){background:#142137!important;color:var(--dark);border-color:var(--border)!important;box-shadow:none!important}
html[data-theme="dark"] :is(input,select,textarea){background:#0e192c!important;color:#eaf0fc!important;border-color:#4a5d7d!important}html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#a8b7d0;opacity:1}html[data-theme="dark"] :is(input,select,textarea):disabled{opacity:.65}
html[data-theme="dark"] :is(.product-image,.variant-tag,th,.step-dot){background:#1c2c46!important;color:#d2e1ff}html[data-theme="dark"] :is(td,th){border-color:var(--border)!important}html[data-theme="dark"] .cat-link.active,html[data-theme="dark"] .cat-link:hover,html[data-theme="dark"] .account-dropdown a:hover{background:#233c64;color:#bfd2ff}
html[data-theme="dark"] .btn-view{background:#213757;color:#b9d0ff;border-color:#46618c}html[data-theme="dark"] .btn-view:hover{background:#315185;color:#fff}html[data-theme="dark"] :is(.btn-primary,.btn-auth,.btn-checkout,.home-search button){background:#315ed4!important;color:#fff!important}html[data-theme="dark"] .product-stock{color:#82ddb0}html[data-theme="dark"] .product-stock.unavailable{color:#ffadb4}html[data-theme="dark"] .condition-mini{background:#174433;color:#b1edc8}html[data-theme="dark"] .condition-mini.used{background:#4a3c1d;color:#ffe0a0}html[data-theme="dark"] .pagination a{background:#142137;color:#c6d8ff}html[data-theme="dark"] .pagination span{background:#315ed4;color:white}html[data-theme="dark"] .preview-banner{background:#3e321c;color:#ffe5a7}html[data-theme="dark"] .alert-success{background:#164331;color:#c0f5d6}html[data-theme="dark"] .alert-danger{background:#4b2632;color:#ffd0d7}html[data-theme="dark"] .alert-warning{background:#493b20;color:#ffe6b0}html[data-theme="dark"] .alert-info{background:#20385b;color:#d4e3ff}html[data-theme="dark"] .omr-currency-symbol img{filter:brightness(0) invert(1)}html[data-theme="dark"] .logo{background:#fff;padding:5px 9px;border-radius:10px;flex-grow:0}html[data-theme="dark"] .hero-primary{color:#152a4b}html[data-theme="dark"] .hero-panel{border-color:#36507b}html[data-theme="dark"] .footer-brand{background:#fff!important}
@media(max-width:1000px){.service-card{grid-template-columns:140px 1fr}.service-card img{width:140px}}
@media(max-width:700px){.theme-label{display:none}.theme-toggle{min-width:44px;padding:8px}.announcement-group{padding-inline:24px}.service-card{grid-template-columns:120px 1fr}.service-card img{width:120px;min-height:175px}.header-actions{gap:6px}html[data-theme="dark"] .logo{margin-inline-end:auto}.hero-service{display:none}}
@media(prefers-reduced-motion:reduce){.announcement-track{animation:none!important;transform:none!important;width:100%}.announcement-group{min-width:0;width:100%;white-space:normal;padding:8px 12px;text-align:center}.announcement-group[aria-hidden="true"]{display:none}.announcement-window{overflow:visible}}

/* Preserve the full composition of the new service photographs. */
.service-card{display:block}.service-card img{display:block;width:100%;height:auto;min-height:0;aspect-ratio:3/2;object-fit:contain}.service-card>div{padding:22px 24px}
.management-nav{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 28px}.management-nav a{padding:10px 15px;border:1px solid var(--border);border-radius:9px;background:#fff;color:var(--dark);font-size:.875rem}.management-nav a[aria-current]{background:#2457e5;color:#fff}.management-card{padding:24px;background:#fff;border:1px solid var(--border);border-radius:14px;margin:20px 0}.management-card h2,.management-card h3{margin-bottom:12px}.management-form{display:grid;gap:18px;max-width:900px}.management-form label{display:grid;gap:6px}.management-form input:not([type=checkbox]),.management-form textarea,.management-search input,.management-actions input[type=number]{padding:10px 12px;border:1px solid var(--border);border-radius:8px;max-width:100%;min-width:0}.management-form textarea{min-height:90px}.management-form input[type=checkbox]{width:19px;height:19px;accent-color:#2457e5}.permission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;border:1px solid var(--border);padding:18px}.permission-grid label{display:flex;align-items:center;gap:8px}.management-actions,.management-search{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.management-actions input[type=number]{width:100px}.table-scroll{overflow-x:auto}.table-scroll table{width:100%;border-collapse:collapse}.table-scroll td,.table-scroll th{text-align:start;padding:14px;border-bottom:1px solid var(--border)}.table-scroll th{white-space:nowrap}.google-signin{display:flex!important;align-items:center;justify-content:center;gap:12px;width:100%;min-height:44px;padding:12px 18px;border:1px solid #747775!important;border-radius:8px;background:#fff!important;color:#1f1f1f!important;font-size:1rem;font-weight:600;box-shadow:none!important}.google-signin svg{flex:none}.google-signin:hover{background:#f2f5fa!important}.discount-badge{display:inline-block;padding:3px 9px;border-radius:6px;background:#ffe2e8;color:#9d1e3d;font-size:.875rem;font-weight:700;margin-bottom:6px}.original-price{color:var(--gray);font-size:.875rem}html[data-theme=dark] .management-card,html[data-theme=dark] .management-nav a{background:#142137;color:#eaf0fc}html[data-theme=dark] .management-nav a[aria-current]{background:#315ed4;color:#fff}html[data-theme=dark] .discount-badge{background:#542a3a;color:#ffd3df}html[data-theme=dark] .category-checks,html[data-theme=dark] .category-checks label,html[data-theme=dark] .categories-checks label,html[data-theme=dark] label:has(input[name=category_ids]){background:#1c2e49!important;color:#f0f5ff!important;border-color:#6c83a6!important}html[data-theme=dark] label:has(input[name=category_ids]:checked){background:#26477b!important;color:#fff!important;border-color:#a5c4ff!important}input[name=category_ids]{accent-color:#4e82fa}html[data-theme=dark] .google-signin{background:#fff!important;color:#1f1f1f!important}
/* Account management, checkout and currency refinements. */
.management-nav a{display:inline-flex;align-items:center;gap:.6rem}.management-nav a i{width:1.35rem;text-align:center;font-size:1.05rem;opacity:.95}
.customer-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.customer-info dt{color:var(--gray);font-size:.9rem}.customer-info dd{margin:.4rem 0;overflow-wrap:anywhere}.customer-product{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.customer-product a{flex:1;min-width:160px}.customer-order{padding:1rem 0;border-bottom:1px solid var(--border)}.customer-order summary{display:flex;flex-wrap:wrap;gap:1rem;cursor:pointer;align-items:center}.customer-order summary:before{content:'＋';color:var(--primary)}.customer-order[open] summary:before{content:'−'}.deletion-card{border:1px solid #dc5968}.deletion-card input{padding:.75rem;border:1px solid var(--border);border-radius:.6rem;background:#fff;color:var(--dark)}
.address-fields{border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin:1.5rem 0;min-width:0}.address-fields legend{padding:0 .5rem;font-weight:700}.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.address-fields input,.address-fields textarea{box-sizing:border-box;width:100%;background:#fff;color:var(--dark)}.address-hint{color:var(--gray);font-size:.9rem}.field-error{color:#b42335;font-size:.9rem}
html body .omr-currency-symbol{display:inline-flex;align-items:center;vertical-align:middle;line-height:1;flex-shrink:0}html body .omr-currency-symbol>img{display:block!important;width:1.35em!important;height:.9em!important;min-width:0!important;max-width:none!important;max-height:none!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;object-fit:contain!important;background:transparent!important;box-shadow:none!important;filter:none!important}html[data-theme="dark"] body .omr-currency-symbol>img{filter:brightness(0) invert(1)!important}
.purchase-under-gallery{padding:1.25rem;margin-top:1rem;border:1px solid var(--border);border-radius:14px;background:#fff}.purchase-under-gallery .btn-add-cart{width:100%;min-height:50px;font-size:1.05rem}.purchase-under-gallery input{min-height:44px}.coupon-box{background:#edf4ff!important;color:#162b4d}.coupon-box input{background:#fff;color:#162b4d}.btn-place-order{background:#08704d!important;color:#fff!important;min-height:52px;display:flex;align-items:center;justify-content:center;gap:.6rem}.order-details{text-align:start}
html[data-theme="dark"] .coupon-box,html[data-theme="dark"] .order-details,html[data-theme="dark"] .detail,html[data-theme="dark"] .order-number-box,html[data-theme="dark"] .saved-tracking-item a{background:#17263c!important;color:#edf3fc!important;border-color:#405571!important}html[data-theme="dark"] .coupon-box input,html[data-theme="dark"] .address-fields input,html[data-theme="dark"] .address-fields textarea{background:#0d192b!important;color:#f3f7ff!important;border-color:#62748e!important}html[data-theme="dark"] .coupon-box input::placeholder{color:#b7c5d8}html[data-theme="dark"] .coupon-box h3,html[data-theme="dark"] .order-details h3,html[data-theme="dark"] .order-details strong,html[data-theme="dark"] .detail strong{color:#f3f7ff!important}html[data-theme="dark"] .field-error{color:#ff9aa9}html[data-theme="dark"] .step.done .step-dot,html[data-theme="dark"] .step.current .step-dot{background:#186e51!important;color:white!important;border-color:#4ad5a0!important}html[data-theme="dark"] .countdown-text{color:#ffd28a!important}html[data-theme="dark"] .btn-place-order{background:#117657!important;color:white!important}html[data-theme="dark"] .coupon-box [style*="var(--success)"]{color:#71e9b9!important}
@media(max-width:600px){.address-grid{grid-template-columns:1fr}.customer-info{grid-template-columns:1fr}.purchase-under-gallery{padding:1rem}.customer-order summary{gap:.65rem;font-size:.9rem}}

html[data-theme="dark"] .purchase-under-gallery,html[data-theme="dark"] .saved-tracking-item>button:first-child{background:#142137!important;color:#eaf0fc!important} .confirmation-box .order-details{text-align:start}
/* Keep the brand intrinsically sized when the mobile navigation wraps. */
header .header-inner .logo{flex:0 0 auto;min-width:172px;width:max-content;max-width:none;overflow:visible;box-sizing:content-box}header .logo .logo-mark{flex:0 0 38px;width:38px;min-width:38px;height:38px;max-width:none}header .logo .logo-name{flex:0 0 125px;width:125px;min-width:125px;max-width:none;height:auto;max-height:48px}html[data-theme=dark] header .logo{background:#fff;padding:6px 9px;border-radius:10px}header .header-actions{flex-shrink:0}@media(min-width:701px){header .header-inner .logo{min-width:220px}header .logo .logo-name{flex-basis:170px;width:170px;min-width:170px}}@media(max-width:380px){header .header-inner .logo{min-width:140px}header .logo .logo-name{flex-basis:96px;width:96px;min-width:96px}header .header-inner{gap:6px}}
.order-date{display:block;font-size:.9rem;color:var(--gray);margin-top:.3rem}.order-date i{margin-inline-end:.35rem}.legal-page{line-height:1.9}.legal-page h2{margin-top:1.25rem}
html[data-theme=dark] :is(.legal-page,.review-card,.review-form,.account-note,.rating-summary,.main-image-wrap,.gallery-thumb,.product-description,.empty-cart,.empty-orders,.empty-state){background:#17263c!important;color:#eaf0fc!important;border-color:#405571!important}html[data-theme=dark] :is(.review-comment,.review-name,.legal-page h1,.legal-page h2,.legal-page p){color:#edf3fc!important}html[data-theme=dark] :is(.review-date,.order-date,.account-note){color:#bdcbe0!important}html[data-theme=dark] .stars{color:#ffd166!important}html[data-theme=dark] :is(.btn-success,.btn-save,.btn-add-cart){background:#137550!important;color:#fff!important}html[data-theme=dark] .btn-danger{background:#a92842!important;color:#fff!important}html[data-theme=dark] .btn-warning{background:#f1c269!important;color:#251c0b!important}html[data-theme=dark] .btn-secondary{background:#334966!important;color:#f1f5fc!important}html[data-theme=dark] .variant-option.selected{background:#234575!important;color:#fff!important;border-color:#a3c3ff!important}html[data-theme=dark] :is(.status-pending,.badge-pending){background:#493b20!important;color:#ffe6b0!important}html[data-theme=dark] :is(.status-processing,.status-shipped){background:#203d60!important;color:#d3e8ff!important}html[data-theme=dark] .status-delivered{background:#164331!important;color:#c0f5d6!important}html[data-theme=dark] .status-cancelled{background:#4b2632!important;color:#ffd0d7!important}
html[data-theme=dark] :is(.related-card-image,.variant-thumb,.filter-bar a,.btn-cancel){background:#1c2c46!important;color:#d2e1ff!important}html[data-theme=dark] :is(.btn-update,.btn-edit,.btn-variants,.btn-primary-sm,.search-bar button,.status-form button,.admin-card .save,.admin-card .mini,.filter-bar a.active){background:#315ed4!important;color:#fff!important}html[data-theme=dark] .btn-delete{background:#a92842!important;color:#fff!important}html[data-theme=dark] .star-picker label{color:#8496b0}html[data-theme=dark] .star-picker label.active,html[data-theme=dark] .star-picker label:hover{color:#ffd166}html[data-theme=dark] button:disabled{opacity:.6;cursor:not-allowed}
