*{box-sizing:border-box}
:root{
  --bg:#f7f8fa;--surface:#fff;--surface-soft:#f2f5f7;--text:#17212b;--muted:#697586;
  --line:#e5e9ee;--brand:#164e63;--brand-strong:#0f3b4d;--brand-soft:#eaf4f6;
  --accent:#b28a4a;--danger:#b42318;--danger-soft:#fff1f0;--success:#067647;--success-soft:#ecfdf3;
  --shadow:0 10px 30px rgba(23,33,43,.07);--shadow-lg:0 18px 50px rgba(23,33,43,.11);
  --radius:18px;--radius-lg:26px
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);direction:rtl;font-family:Tahoma,Arial,"Noto Sans Arabic",sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}
button,a,input,select,textarea{outline:none}
:focus-visible{outline:3px solid rgba(22,78,99,.22);outline-offset:2px}
.container{width:min(1220px,calc(100% - 32px));margin-inline:auto}
.muted{color:var(--muted)}
.desktop-only{display:block}.mobile-only{display:none}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,233,238,.92)}
.header-main{min-height:78px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:22px}
.brand{display:inline-flex;align-items:center;gap:10px;font-size:21px;font-weight:900;white-space:nowrap}
.brand img{height:46px;max-width:128px;object-fit:contain}
.header-search{position:relative}
.header-search input{padding-inline-start:46px;background:#f8fafb;border-color:#e3e7ec}
.header-search button{position:absolute;right:6px;top:6px;width:34px;height:34px;border:0;border-radius:10px;background:var(--brand);color:#fff;cursor:pointer}
.header-actions{display:flex;align-items:center;gap:8px}
.header-link{height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border-radius:12px;color:#364152;font-weight:800;font-size:13px;border:1px solid transparent}
.header-link:hover{background:var(--surface-soft);border-color:var(--line)}
.cart-pill{background:var(--brand);color:#fff}.cart-pill:hover{background:var(--brand-strong);border-color:transparent}
.cart-count{min-width:23px;height:23px;display:inline-grid;place-items:center;background:#fff;color:var(--brand);border-radius:999px;font-size:12px}
.main-nav{border-top:1px solid #f0f2f4;background:#fff}
.main-nav-inner{min-height:46px;display:flex;align-items:center;gap:24px;font-size:14px;font-weight:800;color:#4b5565}
.main-nav a:hover{color:var(--brand)}
.main-nav .nav-spacer{margin-inline-start:auto}
.nav-admin{color:var(--accent)!important}

/* Generic UI */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border-radius:13px;border:1px solid var(--line);background:#fff;color:#27313c;cursor:pointer;font-weight:900;transition:.18s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(23,33,43,.08)}
.btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn.primary:hover{background:var(--brand-strong)}
.btn.soft{background:var(--brand-soft);border-color:transparent;color:var(--brand)}
.btn.danger{background:#fff;color:var(--danger);border-color:#f6c7c4}.btn.danger:hover{background:var(--danger-soft)}
.btn.block{width:100%}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 8px rgba(23,33,43,.02)}
.card.pad{padding:20px}
.inline{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.field{margin-bottom:15px}label{display:block;font-size:13px;font-weight:900;margin-bottom:7px;color:#344054}
input,select,textarea{width:100%;min-height:48px;border:1px solid #dce2e8;border-radius:13px;padding:10px 13px;background:#fff;color:var(--text);transition:.15s ease}
input:hover,select:hover,textarea:hover{border-color:#cbd3db}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(22,78,99,.09)}
textarea{min-height:112px;resize:vertical}.checkbox{width:auto;min-height:auto}
.flash{width:min(1220px,calc(100% - 32px));margin:14px auto;padding:13px 16px;border-radius:14px;font-weight:700}.flash.error{background:var(--danger-soft);color:#912018;border:1px solid #fecdca}.flash.success{background:var(--success-soft);color:#05603a;border:1px solid #abefc6}
.badge{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:999px;background:#eef4ff;color:#3538cd;font-size:12px;font-weight:900}
.badge.success{background:var(--success-soft);color:var(--success)}.badge.soft{background:#f2f4f7;color:#475467}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:18px}.section-head h2{margin:0;font-size:28px}.section-head p{margin:5px 0 0;color:var(--muted)}
.section-link{font-size:13px;font-weight:900;color:var(--brand)}

/* Home */
.hero-wrap{padding:26px 0 10px}
.hero-modern{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:18px;align-items:stretch}
.hero-copy{min-height:430px;border-radius:var(--radius-lg);padding:46px;background:linear-gradient(135deg,#f3f8f8,#fff 64%);border:1px solid #dfeaec;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.hero-copy:after{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:rgba(22,78,99,.055);left:-70px;bottom:-90px}
.hero-kicker{display:inline-flex;width:max-content;padding:7px 11px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-weight:900;font-size:12px;margin-bottom:16px}
.hero-copy h1{font-size:clamp(36px,5vw,64px);line-height:1.12;margin:0 0 16px;letter-spacing:-.8px;max-width:720px}
.hero-copy p{font-size:17px;color:var(--muted);line-height:1.9;margin:0 0 24px;max-width:650px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:2}
.hero-media{border-radius:var(--radius-lg);overflow:hidden;min-height:430px;position:relative;background:linear-gradient(145deg,#173e4d,#0e2c38);box-shadow:var(--shadow)}
.hero-media img{width:100%;height:100%;min-height:430px;object-fit:cover}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,28,36,.55),transparent 58%)}
.hero-banner-copy{position:absolute;z-index:2;right:28px;left:28px;bottom:25px;color:#fff}.hero-banner-copy h2{font-size:29px;margin:0 0 8px}.hero-banner-copy p{margin:0 0 13px;color:#e6f2f4}
.hero-placeholder{height:100%;min-height:430px;display:grid;place-items:center;color:#fff;text-align:center;padding:32px}.hero-placeholder strong{font-size:46px;display:block;margin-bottom:10px}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0 8px}
.trust-item{display:flex;align-items:center;gap:11px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:15px}.trust-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--brand-soft);color:var(--brand);font-weight:900}.trust-item b{display:block;font-size:13px}.trust-item small{color:var(--muted)}
.home-section{padding-top:40px}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.category-card{display:flex;align-items:center;gap:13px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:18px;transition:.18s ease}.category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#d7e1e5}
.category-card img,.category-placeholder{width:78px;height:78px;border-radius:14px;object-fit:cover;background:#eef2f4}.category-placeholder{display:grid;place-items:center;color:var(--brand);font-size:28px;font-weight:900}
.category-card b{font-size:16px}.category-card small{display:block;color:var(--muted);margin-top:4px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.product-card{position:relative;overflow:hidden;transition:.18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.product-media{position:relative;display:block;background:#eef1f4;overflow:hidden}.product-img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:.28s ease}.product-card:hover .product-img{transform:scale(1.025)}
.product-badges{position:absolute;top:10px;right:10px;display:flex;gap:6px;flex-wrap:wrap;z-index:2}.product-discount{background:#fff;color:#b42318;border:1px solid #fee4e2;border-radius:999px;padding:6px 9px;font-weight:900;font-size:11px;box-shadow:0 4px 12px rgba(0,0,0,.06)}.product-featured{background:var(--brand);color:#fff;border-radius:999px;padding:6px 9px;font-weight:900;font-size:11px}
.card-body{padding:15px}.product-category{color:var(--muted);font-size:11px;margin-bottom:5px}.product-name{font-weight:900;font-size:16px;line-height:1.55;margin-bottom:8px;min-height:49px}.price-row{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.price{font-weight:900;font-size:20px;color:var(--brand-strong)}.compare{color:#98a2b3;text-decoration:line-through;font-size:12px}
.sizes{display:flex;gap:5px;flex-wrap:wrap;margin:11px 0}.size{padding:5px 8px;border:1px solid var(--line);border-radius:8px;font-size:11px;background:#fafbfc;color:#475467}
.product-card-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px}
.catalog-tools{padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px;margin-top:14px}.searchbar{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px}

/* Product page */
.breadcrumbs{font-size:12px;color:var(--muted);margin:3px 0 14px}.breadcrumbs a:hover{color:var(--brand)}
.product-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:30px;align-items:start;padding:26px 0 52px}
.product-gallery-card{padding:14px;background:#fff;border:1px solid var(--line);border-radius:22px}
.gallery{display:grid;grid-template-columns:88px 1fr;gap:12px}.gallery-thumbs{display:flex;flex-direction:column;gap:9px}.gallery-thumbs img{width:84px;height:98px;object-fit:cover;border-radius:12px;border:2px solid transparent;cursor:pointer;background:#f1f3f5}.gallery-thumbs img:hover{border-color:#b9d2d8}.gallery-main img{width:100%;aspect-ratio:4/5;max-height:690px;object-fit:contain;border-radius:16px;background:#f5f6f7}
.product-info{position:sticky;top:146px}.product-info h1{font-size:34px;line-height:1.35;margin:4px 0 10px}.product-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.stock-chip{padding:6px 10px;border-radius:999px;background:var(--success-soft);color:var(--success);font-size:12px;font-weight:900}.sku-chip{padding:6px 10px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:12px}
.product-price-large{font-size:28px}.product-description{color:#475467;line-height:1.95;margin:17px 0}
.purchase-box{margin-top:18px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px}
.size-label{font-size:13px;font-weight:900;margin-bottom:9px}.size-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.size-option input{position:absolute;opacity:0;pointer-events:none}.size-option span{min-width:48px;height:42px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7dde3;border-radius:11px;background:#fff;cursor:pointer;font-weight:900}.size-option input:checked+span{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 0 0 3px rgba(22,78,99,.11)}
.qty-row{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:end}.qty-row .field{margin:0}
.product-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}.product-benefit{padding:10px;border-radius:12px;background:#f8fafb;color:#475467;font-size:12px}

/* Cart */
.page-head{padding:26px 0 12px}.page-head h1{margin:0 0 6px;font-size:34px}
.cart-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr);gap:20px;align-items:start;padding-bottom:55px}
.cart-items{display:flex;flex-direction:column;gap:11px}.cart-line{display:grid;grid-template-columns:96px 1fr 105px auto;gap:14px;align-items:center;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px}.cart-line img{width:96px;height:116px;object-fit:cover;border-radius:13px;background:#f2f4f7}.cart-line-title{font-weight:900;margin-bottom:6px}.cart-line-meta{font-size:12px;color:var(--muted)}
.cart-summary{position:sticky;top:146px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:20px}.cart-summary h3{margin-top:0}.summary-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0}.summary-total{font-size:20px;font-weight:900;border-top:1px solid var(--line);margin-top:8px;padding-top:14px}.summary-note{font-size:12px;color:var(--muted);line-height:1.7}

/* Checkout */
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start;padding:26px 0 58px}.checkout-card{padding:23px;background:#fff;border:1px solid var(--line);border-radius:21px}.checkout-card h1{margin-top:0}.checkout-summary{position:sticky;top:146px}.checkout-item{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f0f2f4;font-size:13px}.checkout-item:last-child{border-bottom:0}.checkout-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.checkout-trust div{padding:10px;border-radius:12px;background:#f7f9fa;font-size:12px;color:#475467}
.checkout-step{display:inline-flex;align-items:center;gap:7px;color:var(--brand);font-size:12px;font-weight:900;margin-bottom:8px}

/* Forms/account/success */
.form-card{width:min(680px,calc(100% - 32px));margin:40px auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}
.success-card{text-align:center;padding:48px 28px}.success-icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:var(--success-soft);color:var(--success);font-size:34px}
.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}

/* Tables/admin */
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:16px;margin-top:18px}table{width:100%;border-collapse:collapse;min-width:820px}th,td{padding:12px;border-bottom:1px solid var(--line);text-align:right;vertical-align:middle}th{background:#fafbfc}.thumb{width:58px;height:58px;object-fit:cover;border-radius:10px;background:#eee}
.admin-wrap{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#102f3b;color:#fff;padding:20px}.sidebar h2{margin-top:0}.sidebar a{display:block;padding:11px 12px;border-radius:10px;margin:4px 0}.sidebar a:hover{background:rgba(255,255,255,.08)}.admin-main{padding:22px;min-width:0}.admin-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}
.stats,.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat,.metric{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.stat b,.metric strong{font-size:26px;display:block;margin-top:7px}
.summary{background:#fafbfc;border:1px solid var(--line);border-radius:14px;padding:14px;margin:14px 0}

/* Banners/footer/mobile navigation */
.banner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.banner{position:relative;overflow:hidden;border-radius:21px;min-height:250px}.banner img{width:100%;height:310px;object-fit:cover}.banner:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,28,36,.68),transparent 62%)}.banner-content{position:absolute;z-index:2;right:22px;left:22px;bottom:20px;color:#fff}.banner-content h2{font-size:27px;margin:0 0 7px}.banner-content p{margin:0 0 12px;color:#e9f1f3}
.site-footer{margin-top:56px;padding:42px 0 28px;background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:26px}.site-footer a,.site-footer span{display:block;color:#667085;margin:7px 0}.site-footer p{color:#667085;max-width:520px}.footer-brand{font-size:20px;font-weight:900;color:var(--text)}
.footer-bottom{border-top:1px solid #f0f2f4;margin-top:25px;padding-top:18px;color:#98a2b3;font-size:12px}
.mobile-bottom-nav{display:none}

/* Responsive */
@media(max-width:1050px){
  .header-main{grid-template-columns:auto 1fr}.header-search{grid-column:1/-1;grid-row:2;margin-bottom:12px}.header-actions{justify-self:end}
  .product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}
  .hero-modern{grid-template-columns:1fr 420px}.trust-grid{grid-template-columns:repeat(2,1fr)}
  .stats,.metric-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .store-body{padding-bottom:72px}.desktop-nav,.header-actions .desktop-action{display:none!important}.desktop-only{display:none!important}.mobile-only{display:block}
  .site-header{position:sticky}.header-main{min-height:66px;grid-template-columns:auto 1fr auto;gap:10px}.header-search{grid-column:auto;grid-row:auto;margin:0}.header-search input{min-height:42px}.brand{font-size:18px}.brand img{height:38px;max-width:92px}
  .hero-modern,.product-page,.cart-layout,.checkout-layout{grid-template-columns:1fr}.hero-copy{min-height:360px;padding:30px}.hero-media,.hero-media img,.hero-placeholder{min-height:340px}.hero-copy h1{font-size:40px}
  .product-info,.cart-summary,.checkout-summary{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.banner-grid{grid-template-columns:1fr}
  .product-page{gap:18px}.gallery{grid-template-columns:1fr}.gallery-thumbs{flex-direction:row;overflow:auto;order:2}.gallery-thumbs img{min-width:70px;width:70px;height:82px}
  .cart-line{grid-template-columns:80px 1fr 88px}.cart-line img{width:80px;height:96px}.cart-line .remove-cell{grid-column:2/-1}
  .checkout-layout{padding-top:14px}.account-grid{grid-template-columns:1fr}.searchbar{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
  .mobile-bottom-nav{position:fixed;z-index:70;display:grid;grid-template-columns:repeat(4,1fr);bottom:0;right:0;left:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:7px 8px max(7px,env(safe-area-inset-bottom));box-shadow:0 -8px 28px rgba(23,33,43,.06)}
  .mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:51px;color:#667085;font-size:10px;font-weight:900}.mobile-bottom-nav a.active{color:var(--brand)}.mobile-bottom-nav .mobile-icon{font-size:20px;line-height:1}.mobile-cart-badge{position:relative}.mobile-cart-badge em{position:absolute;top:-4px;left:calc(50% - 18px);min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:var(--brand);color:#fff;font-size:9px;font-style:normal}
}
@media(max-width:560px){
  .container{width:min(100% - 22px,1220px)}.header-main{grid-template-columns:auto 1fr}.header-search{display:block}.brand{max-width:70vw}
  .hero-wrap{padding-top:14px}.hero-copy{min-height:330px;padding:25px}.hero-copy h1{font-size:34px}.hero-copy p{font-size:15px}.hero-media,.hero-media img,.hero-placeholder{min-height:300px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:11px}.trust-item small{display:none}.home-section{padding-top:30px}.section-head h2{font-size:23px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.card-body{padding:11px}.product-name{font-size:14px;min-height:43px}.price{font-size:17px}.sizes{display:none}.product-card .btn{min-height:39px;padding:0 9px;font-size:12px}.product-category{font-size:10px}
  .category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.category-card{min-width:230px;scroll-snap-align:start}.category-card img,.category-placeholder{width:64px;height:64px}
  .catalog-tools{padding:12px}.searchbar{grid-template-columns:1fr}.product-page{padding-top:14px}.product-info h1{font-size:27px}.product-price-large{font-size:25px}.qty-row{grid-template-columns:92px 1fr}.product-benefits{grid-template-columns:1fr 1fr}
  .cart-line{grid-template-columns:72px 1fr}.cart-line img{width:72px;height:88px}.cart-line .qty-cell,.cart-line .remove-cell{grid-column:auto}.cart-line .qty-cell{width:90px}.cart-line .remove-cell{grid-column:2}
  .footer-grid{grid-template-columns:1fr}.site-footer{padding-bottom:86px}.banner img{height:260px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.pagination{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;margin:24px 0}.page-link{min-width:40px;height:40px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:11px;background:#fff;font-size:13px;font-weight:900;color:#475467}.page-link:hover{border-color:#bfd1d7;color:var(--brand);background:var(--brand-soft)}.page-link.active{background:var(--brand);color:#fff;border-color:var(--brand)}.page-link.disabled{opacity:.45;cursor:not-allowed;background:#f8fafb}

.skip-link{position:fixed;top:-70px;right:16px;z-index:200;background:var(--brand);color:#fff;padding:10px 14px;border-radius:10px;font-weight:900}.skip-link:focus{top:12px}
.admin-logout{margin-top:10px}.admin-logout button{width:100%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);color:#fff;padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:900}.admin-logout button:hover{background:rgba(255,255,255,.12)}
@media(max-width:820px){
  .store-body{padding-bottom:72px}.admin-body{padding-bottom:0}
  .admin-wrap{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:90;display:flex;align-items:center;gap:4px;overflow-x:auto;padding:10px 12px}.sidebar h2{font-size:15px;white-space:nowrap;margin:0 8px 0 0}.sidebar a{display:inline-flex;white-space:nowrap;margin:0;padding:9px 10px}.admin-logout{margin:0}.admin-logout button{white-space:nowrap;padding:9px 10px}.admin-main{padding:14px}
}
@media(max-width:560px){
  .header-main{grid-template-columns:auto auto}.header-search{display:block;grid-column:1/-1;margin:0 0 10px}.header-search input{min-height:42px}.header-actions{justify-self:end}.cart-pill{padding-inline:10px}
}
