/*
Theme Name: Souq Commercial
Theme URI:
Author: Souq Commercial
Author URI:
Description: ثيم متجر إلكتروني عربي متعدد الاستخدامات
Version: 40.0.0
Text Domain: souq
*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');
html,body{width:100%;overflow-x:hidden;margin:0;padding:0}
*,*::before,*::after{box-sizing:border-box}
body{font-family:'Tajawal',Tahoma,sans-serif;direction:rtl;line-height:1.7;min-height:100vh;background:var(--bg,#f0f4f1);color:var(--text,#1a2b1e)}
a{text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none;margin:0;padding:0}
input,button,select,textarea{font-family:inherit}
button{cursor:pointer;border:none;background:none}
:root{--bg:#f0f4f1;--surface:#fff;--text:#1a2b1e;--muted:#6b8070;--border:#dde8e1;--g1:#064e20;--g2:#0f6b2d;--g3:#1a8a3f;--g4:#25a852;--g5:#e8f5ed;--red:#dc2626;--gold:#d97706;--sh1:0 1px 4px rgba(0,50,20,.08);--sh2:0 4px 16px rgba(0,50,20,.12)}
[data-theme="dark"]{--bg:#0a0d0b;--surface:#111710;--text:#e2ede5;--muted:#7a9a80;--border:#1e2b20;--g5:#071a0d;--sh1:0 1px 4px rgba(0,0,0,.4);--sh2:0 4px 16px rgba(0,0,0,.5)}
.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--g3);border-radius:50%;animation:spin .7s linear infinite;margin:0 auto}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.fade-in{animation:fadeIn .3s ease}


/* v23: dropdown subcategories + global theme color binding */
.sq-cat-dropdown.open>.sq-cat-children{display:flex!important}
.sq-cat-dropdown.open>.sq-cat-parent .sq-cat-arrow{transform:rotate(180deg)}
.sq-cat-parent .sq-cat-arrow{transition:.18s}
.sq-cat-children{animation:fadeIn .16s ease}
.sq-shop-section,.sq-page-bg{background:var(--sq-page-bg,var(--bg,#f0f4f1))!important}
.sq-themed-surface{background:var(--sq-surface,#fff)!important;color:var(--sq-text,#1a2b1e)!important;border-color:var(--sq-border,#dde8e1)!important}
.sq-themed-primary{background:var(--sq-primary,#1a8a3f)!important;color:#fff!important}
.sq-themed-button{background:var(--sq-buttons,#064e20)!important;color:#fff!important}


/* v24 real: product card image fix */
.sq-product-card{
  background:color-mix(in srgb,var(--sq-surface,#fff) 82%,var(--sq-secondary,#f5f5f5) 18%)!important;
  border-radius:14px!important;
  box-shadow:0 8px 22px rgba(0,0,0,.10)!important;
  overflow:hidden!important;
  border:1px solid color-mix(in srgb,var(--sq-border,#dde8e1) 70%,transparent)!important;
  cursor:pointer!important;
  padding:8px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
}
.sq-product-image-box{
  position:relative!important;
  width:100%!important;
  height:170px!important;
  min-height:170px!important;
  overflow:hidden!important;
  border-radius:12px!important;
  background:color-mix(in srgb,var(--sq-secondary,#e8f5ed) 72%,#fff 28%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.sq-product-image{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  margin:auto!important;
}
.sq-no-image-icon{
  font-size:3rem!important;
  opacity:.45!important;
  line-height:1!important;
}
.sq-product-info-layer{
  padding:10px!important;
  border-radius:12px!important;
  background:color-mix(in srgb,var(--sq-surface,#fff) 82%,transparent)!important;
  backdrop-filter:blur(6px)!important;
  -webkit-backdrop-filter:blur(6px)!important;
  color:var(--sq-text,#1a2b1e)!important;
}
.sq-product-title{
  font-weight:900!important;
  font-size:.95rem!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:var(--sq-text,#1a2b1e)!important;
  text-align:center!important;
}
.sq-product-desc{
  font-size:.75rem!important;
  color:var(--sq-muted,#6b8070)!important;
  margin:4px 0 7px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-align:center!important;
}
.sq-product-price-row{
  display:flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:5px!important;
  margin-bottom:7px!important;
  flex-wrap:wrap!important;
}
.sq-product-price{font-size:1rem!important;font-weight:900!important;color:var(--sq-primary,#1a8a3f)!important}
.sq-product-old-price{font-size:.73rem!important;color:var(--sq-muted,#888)!important;text-decoration:line-through!important}
.sq-product-unit{font-size:.7rem!important;color:var(--sq-muted,#888)!important}
.sq-unit-badge{position:absolute!important;top:6px!important;right:6px!important;background:var(--sq-primary,#1a8a3f)!important;color:#fff!important;border-radius:50px!important;font-size:.63rem!important;padding:2px 8px!important;font-weight:700!important;z-index:2!important}
.sq-sale-badge{position:absolute!important;top:6px!important;left:6px!important;background:var(--red,#dc2626)!important;color:#fff!important;border-radius:50px!important;font-size:.63rem!important;padding:2px 7px!important;font-weight:700!important;z-index:2!important}
.sq-sale-end-badge{position:absolute!important;right:8px!important;left:8px!important;bottom:8px!important;background:rgba(255,248,225,.92)!important;color:#5c3b00!important;border:1px solid rgba(245,158,11,.32)!important;border-radius:999px!important;font-size:.68rem!important;line-height:1.2!important;padding:5px 9px!important;font-weight:900!important;text-align:center!important;z-index:2!important;box-shadow:0 4px 12px rgba(0,0,0,.10)!important;backdrop-filter:blur(3px)!important}
.sq-stock-qty-pill{display:inline-flex!important;align-items:center!important;gap:4px!important;width:max-content!important;max-width:100%!important;background:rgba(236,253,245,.95)!important;color:#166534!important;border:1px solid #bbf7d0!important;border-radius:999px!important;padding:3px 8px!important;font-size:.70rem!important;font-weight:900!important;margin:0 0 7px!important;box-shadow:0 2px 8px rgba(22,101,52,.08)!important}
.sq-stock-overlay{position:absolute!important;inset:0!important;background:rgba(0,0,0,.42)!important;color:#fff!important;font-weight:700!important;font-size:.85rem!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:3!important}
@media(max-width:600px){.sq-product-image-box{height:150px!important;min-height:150px!important}.sq-product-card{padding:7px!important}.sq-product-info-layer{padding:8px!important}}

/* v25: category filtering + footer child hierarchy fixes */
.sq-footer-cat-group.open .sq-footer-children{display:flex!important}
.sq-cat-children .cat-child-tab::before{content:none!important;display:none!important}
.cat-child-tab{padding-inline-start:12px!important}
.sq-cat-dropdown{overflow:visible!important}
#cat-tabs{overflow:visible!important}

/* v26: فلترة التصنيفات بشكل قاطع ومنع ظهور المنتجات المخفية */
.sq-hidden-product{display:none!important;}
.sq-cat-dropdown .sq-cat-children{display:none!important;}
.sq-cat-dropdown.open > .sq-cat-children{display:flex!important;}
.sq-footer-cat-group .sq-footer-children{display:none!important;}
.sq-footer-cat-group.open > .sq-footer-children{display:flex!important;}
.cat-child-tab::before,.cat-child-tab::after,.sq-footer-children a::before,.sq-footer-children a::after{content:none!important;display:none!important;}

/* صفحات الروابط المهمة */
.sq-info-content img{max-width:100%;height:auto;border-radius:12px;display:block;margin:12px auto}
.sq-info-content iframe,.sq-info-content video{max-width:100%;border-radius:12px;display:block;margin:14px auto}
.sq-info-content table{width:100%;border-collapse:collapse;margin:14px 0;background:#fff}
.sq-info-content table th,.sq-info-content table td{border:1px solid var(--sq-border,#dde8e1);padding:8px 10px}
.sq-info-content a{color:var(--sq-primary,#1a8a3f);font-weight:700}
.sq-info-content h1,.sq-info-content h2,.sq-info-content h3{color:var(--sq-primary,#1a8a3f);line-height:1.5}


/* v32 professional features */
.sq-search-wrap{position:relative;width:100%;max-width:380px}
.sq-search-results{display:none;position:absolute;top:calc(100% + 8px);right:0;left:0;background:var(--sq-surface,#fff);color:var(--sq-text,#111);border:1px solid var(--sq-border,#e5e7eb);border-radius:14px;box-shadow:0 14px 35px rgba(0,0,0,.18);z-index:99999;max-height:360px;overflow:auto;text-align:right}
.sq-search-results.open{display:block}.sq-search-item{display:flex;gap:10px;align-items:center;padding:10px;border-bottom:1px solid var(--sq-border,#eee);cursor:pointer}.sq-search-item:hover{background:var(--sq-secondary,#f3f4f6)}.sq-search-item img{width:46px;height:46px;border-radius:10px;object-fit:cover;background:#f3f4f6}.sq-search-empty{padding:14px;color:#777;text-align:center}
.sq-product-actions{display:flex;gap:6px;margin:8px 0}.sq-product-actions button,.sq-product-actions a{flex:1;display:flex;align-items:center;justify-content:center;height:30px;border:1px solid var(--sq-border,#e5e7eb);background:rgba(255,255,255,.72);border-radius:9px;text-decoration:none;color:var(--sq-text,#111);font-weight:900;cursor:pointer}.sq-product-actions button.active{background:var(--sq-primary,#1a8a3f)!important;color:#fff!important;border-color:var(--sq-primary,#1a8a3f)!important}.sq-wa-product{background:#22c55e!important;color:#fff!important;border-color:#22c55e!important}
.sq-home-section{max-width:1300px;margin:18px auto;padding:0 16px}.sq-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sq-section-head h2{font-size:1.05rem;margin:0;color:var(--sq-text,#111);font-weight:900}.sq-horizontal-products{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}.sq-mini-card{flex:0 0 160px;background:var(--sq-surface,#fff);border:1px solid var(--sq-border,#e5e7eb);border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);scroll-snap-align:start;cursor:pointer}.sq-mini-card img{width:100%;height:130px;object-fit:contain;background:rgba(255,255,255,.55)}.sq-mini-card div{padding:8px}.sq-mini-card b{display:block;font-size:.82rem;color:var(--sq-text,#111);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sq-mini-card span{font-weight:900;color:var(--sq-primary,#1a8a3f);font-size:.8rem}
.sq-offer-top{background:var(--sq-primary,#1a8a3f);color:#fff;text-align:center;font-weight:800;padding:7px 12px;font-size:.86rem}.sq-offer-top a{color:#fff;text-decoration:none}.sq-maintenance-box{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,var(--sq-header,#064e20),var(--sq-primary,#1a8a3f));color:#fff;padding:20px}.sq-maintenance-box>div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:22px;padding:34px;max-width:560px;backdrop-filter:blur(8px)}
.sq-category-icons{max-width:1300px;margin:16px auto;padding:0 16px}.sq-category-icons-track{display:flex;gap:14px;overflow-x:auto;padding:6px 0 10px}.sq-cat-icon-item{flex:0 0 auto;text-align:center;text-decoration:none;color:var(--sq-text,#111);font-weight:800;font-size:.78rem}.sq-cat-icon-img{width:76px;height:76px;border-radius:var(--sq-cat-radius,50%);background:var(--sq-secondary,#f3f4f6);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid rgba(255,255,255,.75);box-shadow:0 4px 14px rgba(0,0,0,.12);margin:0 auto 6px}.sq-cat-icon-img img{width:100%;height:100%;object-fit:cover}.sq-cat-icon-item.active .sq-cat-icon-img{outline:3px solid var(--sq-primary,#1a8a3f)}

/* v33 fixed category image strip */
.sq-category-icons{clear:both;direction:rtl!important;position:relative;z-index:2}
.sq-category-icons *{box-sizing:border-box}
.sq-category-icons-track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;justify-content:flex-start!important;gap:20px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;width:100%!important;min-height:124px!important}
.sq-category-icons-track .sq-cat-icon-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;float:none!important;position:relative!important;text-decoration:none!important;writing-mode:horizontal-tb!important;transform:none!important}
.sq-category-icons-track .sq-cat-icon-title{writing-mode:horizontal-tb!important;transform:none!important;text-align:center!important;color:var(--sq-text,#111)!important}
.sq-cat-icon-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.sq-cat-icon-item:hover .sq-cat-icon-img{transform:translateY(-2px);box-shadow:0 9px 24px rgba(0,0,0,.18)!important}
@media(max-width:700px){.sq-category-icons-track{gap:14px!important}.sq-category-icons-track .sq-cat-icon-item{width:86px!important;max-width:86px!important}.sq-cat-icon-img{width:72px!important;height:72px!important}.sq-cat-icon-title{font-size:.76rem!important}}

/* v35 fixes: single centered search + controllable category icons */
.sq-header-search{flex:1;max-width:420px;margin:0 auto;display:block!important;min-width:220px}
@media(max-width:767px){.sq-header-search{max-width:55vw;min-width:150px}}
.sq-category-icons-track{justify-content:center!important}
.sq-category-icons-track .sq-cat-icon-img img{object-fit:cover;object-position:center}


/* ===== Commercial cleanup: moved global/header/footer CSS from templates ===== */

/* moved from header.php */
.sq-header-cart-btn{display:flex;align-items:center;gap:9px;color:#073b4c;padding:8px 12px;border-radius:15px;background:#fff;border:2px solid rgba(6,182,212,.45);cursor:pointer;min-height:48px;justify-content:center;position:relative;box-shadow:0 5px 16px rgba(0,0,0,.12);font-family:inherit;transition:.2s}
.sq-header-cart-btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(0,0,0,.16)}
.sq-header-cart-icon{font-size:1.65rem;line-height:1}
.sq-header-cart-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2;white-space:nowrap}
.sq-header-cart-text strong{font-size:.82rem;color:#0891b2;font-weight:900}
.sq-header-cart-text small{font-size:.72rem;color:#0f766e;font-weight:900;margin-top:2px}
.sq-cart-badge{position:absolute;top:-8px;right:-8px;background:#ef233c;color:#fff;border-radius:999px;min-width:24px;height:24px;padding:0 6px;font-size:.72rem;font-weight:900;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 2px 7px rgba(239,35,60,.35)}
@media(max-width:767px){.sq-header-cart-btn{padding:6px 8px;min-width:44px;min-height:44px;border-radius:13px}.sq-header-cart-text{display:none}.sq-header-cart-icon{font-size:1.45rem}.sq-cart-badge{top:-7px;right:-7px;min-width:21px;height:21px;font-size:.65rem;border-width:2px}}
@media(min-width:768px){.hdr-desk{display:block!important}}

/* moved from header.php */
.sq-modal.open{opacity:1!important;pointer-events:all!important}
.sq-modal.open .sq-modal-box{transform:translateY(0)!important}
@media(min-width:640px){
  .sq-modal{align-items:center!important;padding:16px!important}
  .sq-modal .sq-modal-box{border-radius:16px!important;max-height:88vh!important}
}
.spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#1a8a3f;border-radius:50%;animation:sq-spin .7s linear infinite;margin:0 auto}
@keyframes sq-spin{to{transform:rotate(360deg)}}
.tab-item{cursor:pointer;transition:.18s;user-select:none}
.tab-item.active{color:#1a8a3f!important;border-bottom-color:#1a8a3f!important}
#cart-side.open{transform:translateX(0)!important}
#cart-ov.open{display:block!important}
[data-theme="dark"] #dash-panel,[data-theme="dark"] #cart-side,[data-theme="dark"] .sq-modal .sq-modal-box,[data-theme="dark"] #notif-panel{background:#111710!important}
html,body{direction:rtl;text-align:right}

/* moved from footer.php */
@media(min-width:768px){.mob-nav{display:none!important}}

/* moved from footer.php */
footer a:hover, footer button:hover{color:#fff!important;transform:translateX(-2px);transition:.18s}
footer button{line-height:1.5}

/* moved from footer.php */
.sq-floating-cart{position:fixed;left:18px;bottom:142px;z-index:875;width:108px;min-height:142px;border:0;border-radius:28px;background:linear-gradient(180deg,#06b6d4,#0f7890);color:#fff;box-shadow:0 12px 30px rgba(2,132,199,.35);cursor:pointer;font-family:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:12px 9px;transition:transform .2s,box-shadow .2s}
.sq-floating-cart:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(2,132,199,.45)}
.sq-floating-cart-icon{font-size:2.35rem;line-height:1}
.sq-floating-cart-count{position:absolute;top:8px;right:10px;background:#ef233c;color:#fff;border-radius:999px;min-width:27px;height:27px;padding:0 7px;font-size:.82rem;font-weight:900;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.22)}
.sq-floating-cart strong{font-size:1rem;font-weight:900;line-height:1.2;direction:ltr}
.sq-floating-cart small{font-size:.72rem;font-weight:800;opacity:.95}
.sq-floating-cart em{font-style:normal;background:#fff;color:#0f7890;border-radius:12px;padding:7px 11px;font-size:.78rem;font-weight:900;margin-top:4px}
.sq-cart-shake{animation:sqCartShake .58s ease both}
@keyframes sqCartShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-5px)}40%{transform:translateX(5px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}
@media(max-width:767px){.sq-floating-cart{display:none!important}.mob-nav button[onclick="sqToggleCart()"]{width:66px!important;height:66px!important;flex-basis:66px!important;margin-top:-24px!important;box-shadow:0 8px 24px rgba(6,182,212,.42)!important;background:linear-gradient(180deg,#06b6d4,#0f7890)!important}.mob-nav button[onclick="sqToggleCart()"] span:first-child{font-size:1.65rem!important}.mob-nav{height:70px!important}}
@media(min-width:768px){body{padding-bottom:0}.sq-floating-cart{display:flex}}
@media(max-width:420px){.mob-nav a,.mob-nav button{font-size:.56rem!important}.mob-nav button[onclick="sqToggleCart()"]{width:60px!important;height:60px!important;flex-basis:60px!important}}


/* ===== Mobile polish for very small screens ===== */
@media (max-width: 767px){
  .hdr-desk{display:none!important}
  header .sq-header-cart-text{display:none!important}
  #cart-side,#dash-panel,#notif-panel{width:min(92vw,360px)!important;max-width:92vw!important}
  .sq-modal .sq-modal-box{max-width:100vw!important}
  .mob-nav{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:850!important}
  body{padding-bottom:78px!important}
}
@media (max-width: 430px){
  header input[type="search"], header input[placeholder*="بحث"]{font-size:.82rem!important;padding:8px 10px!important}
  header [style*="gap:8px"]{gap:5px!important}
  .sq-header-cart-btn{min-width:42px!important;min-height:42px!important;padding:5px 7px!important}
  #notif-panel{width:92vw!important}
}
@media (max-width: 360px){
  .mob-nav a,.mob-nav button{font-size:.52rem!important;padding-left:2px!important;padding-right:2px!important}
  .sq-header-cart-icon{font-size:1.25rem!important}
}

/* Advanced product modal gallery + fashion variants */
.sq-pm-gallery{background:var(--sq-product-image-bg,#f3f4f6);border-radius:16px 16px 0 0;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 78px;gap:10px;padding:10px;align-items:start}
.sq-pm-main{position:relative;background:#f8fafc;display:flex;align-items:center;justify-content:center;min-height:330px;border-radius:14px;overflow:hidden;touch-action:pan-y}
.sq-pm-media,.sq-pm-main img,.sq-pm-main video{width:100%;max-height:560px;aspect-ratio:1/1;object-fit:cover;display:block;cursor:zoom-in;background:#f3f4f6}
.sq-pm-video-embed{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#0f172a;border-radius:14px}.sq-pm-video-embed a{color:#fff;text-decoration:none;font-weight:900;font-size:1.1rem;background:rgba(255,255,255,.12);padding:12px 18px;border-radius:999px}
.sq-pm-noimg{height:330px;display:flex;align-items:center;justify-content:center;font-size:3rem}
.sq-pm-thumbs{display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;padding:0;max-height:560px;background:transparent;border:0;scrollbar-width:thin}
.sq-pm-thumb{width:70px;height:70px;border:2px solid var(--sq-border,#e5e7eb);border-radius:12px;overflow:hidden;background:#fff;padding:0;flex:0 0 auto;cursor:pointer;position:relative}
.sq-pm-thumb.active{border-color:var(--sq-primary,#1a8a3f);box-shadow:0 0 0 3px rgba(26,138,63,.18)}
.sq-pm-thumb img{width:100%;height:100%;object-fit:cover;display:block}.sq-pm-video-thumb{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#111827;color:#fff;font-size:1.4rem}
.sq-pm-count-badge{position:absolute;top:10px;right:10px;background:rgba(17,24,39,.72);color:#fff;border-radius:999px;padding:5px 10px;font-size:.75rem;font-weight:900;z-index:5;backdrop-filter:blur(3px)}
#sq-pm-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:100000;display:flex;align-items:center;justify-content:center;padding:18px;cursor:zoom-out}#sq-pm-lightbox img{max-width:96vw;max-height:92vh;object-fit:contain;border-radius:10px}#sq-pm-lightbox .sq-pm-lightbox-close{position:fixed;top:14px;left:14px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#111;font-size:28px;line-height:1;cursor:pointer}
.sq-pm-info{padding:18px 20px}
.sq-pm-price-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.sq-pm-price{font-size:1.45rem;font-weight:900;color:var(--sq-price,#1a6b2f)}
.sq-pm-unit{color:var(--sq-muted,#888);font-size:.85rem}
.sq-pm-desc{font-size:.9rem;color:var(--sq-muted,#666);margin:0 0 10px;line-height:1.8}
.sq-pm-block{margin:14px 0}.sq-pm-block>b{display:block;margin-bottom:8px;color:var(--sq-text,#111)}
.sq-pm-colors,.sq-pm-sizes{display:flex;gap:8px;flex-wrap:wrap}
.sq-pm-colors button,.sq-pm-sizes button{border:1.8px solid var(--sq-border,#e5e7eb);background:#fff;border-radius:12px;padding:8px 11px;display:inline-flex;align-items:center;gap:7px;font-family:inherit;font-weight:800;cursor:pointer;color:var(--sq-text,#111)}
.sq-pm-colors button.active,.sq-pm-sizes button.active{border-color:var(--sq-primary,#1a8a3f);background:var(--sq-secondary,#e8f5ed);color:var(--sq-primary,#14532d)}
.sq-pm-colors i{width:22px;height:22px;border-radius:50%;border:1px solid #ddd;display:inline-block;background:#ddd}.sq-pm-colors img{width:26px;height:26px;border-radius:50%;object-fit:cover}
.sq-pm-select{width:100%;padding:11px;border:2px solid var(--sq-border,#d1fae5);border-radius:10px;font-family:inherit;font-weight:700;background:#fff;color:var(--sq-text,#111)}
.sq-pm-msg{color:#b91c1c;font-weight:800;font-size:.85rem;margin:6px 0;min-height:18px}.sq-pm-specs{background:#f8fafc;border-radius:10px;padding:10px;margin:14px 0}.sq-pm-specs>div{display:flex;justify-content:space-between;gap:10px;font-size:.82rem;border-bottom:1px solid #e5e7eb;padding:6px 0}.sq-pm-specs>div:last-child{border-bottom:0}
.sq-pm-qty{display:flex;align-items:center;gap:8px;margin:16px 0}.sq-pm-qty button{width:34px;height:34px;border-radius:9px;background:var(--sq-secondary,#e8f5ed);border:1.5px solid var(--sq-primary,#1a8a3f);color:var(--sq-primary,#1a6b2f);font-size:1rem;font-weight:900;cursor:pointer}.sq-pm-qty input{width:70px;text-align:center;padding:7px;border:1.5px solid var(--sq-border,#e5e7eb);border-radius:8px;font-weight:800}
.sq-pm-add{width:100%;padding:13px;background:var(--sq-buttons,#1a8a3f);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:900;cursor:pointer;font-family:inherit}.sq-pm-add:disabled{background:#9ca3af;cursor:not-allowed}
@media(max-width:680px){.sq-pm-gallery{display:block;padding:0;border-radius:16px 16px 0 0}.sq-pm-main{border-radius:16px 16px 0 0;min-height:260px}.sq-pm-thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:10px;background:#fff;border-top:1px solid var(--sq-border,#e5e7eb);max-height:none}.sq-pm-thumb{width:58px;height:58px}.sq-pm-info{padding:14px}.sq-pm-colors button,.sq-pm-sizes button{padding:7px 9px;font-size:.82rem}.sq-pm-price{font-size:1.25rem}}

/* Admin variant image picker */
.sq-var-image-picker{display:grid;gap:4px;align-items:center;justify-items:stretch;max-width:150px}
.sq-var-img-preview{width:72px;height:72px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:auto;color:#94a3b8;font-size:11px;text-align:center}
.sq-var-img-preview img{width:100%;height:100%;object-fit:cover;display:block}
.sq-var-image-picker .button{font-size:11px;line-height:1.6;min-height:26px;padding:0 6px;text-align:center}
@media (max-width: 1200px){
  .sq-var-row,.sq-fashion-var-row{grid-template-columns:1fr 1fr !important}
  .sq-var-image-picker{max-width:none;grid-column:1/-1;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
  .sq-var-img-preview{margin:0}
}

/* Gallery indicator on product cards */
.sq-gallery-count-badge{position:absolute;left:8px;bottom:8px;background:rgba(17,24,39,.78);color:#fff;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:900;backdrop-filter:blur(6px);z-index:4;box-shadow:0 4px 12px rgba(0,0,0,.16)}

/* Final launch polish: cleaner fashion layout and safer mobile header */
@media (max-width: 640px){
  .sq-top-header,
  .sq-header-inner,
  .sq-nav-row{gap:8px!important;}
  .sq-header-actions .sq-action-text,
  .sq-header-actions .sq-money,
  .sq-header-actions .sq-wallet-bal{display:none!important;}
  .sq-header-actions button,
  .sq-header-actions a{min-width:42px!important;height:42px!important;padding:0 8px!important;}
  .sq-search-wrap{width:100%!important;order:5;}
  .sq-pm-gallery{display:block!important;}
  .sq-pm-thumbs{display:flex!important;flex-direction:row!important;overflow-x:auto!important;max-width:100%!important;margin-top:8px;}
  .sq-pm-thumb{min-width:62px!important;width:62px!important;height:76px!important;}
  .sq-pm-info{padding:14px!important;}
  .sq-extra-actions{grid-template-columns:1fr!important;}
}
.prod-card{transition:transform .18s ease, box-shadow .18s ease;}
.prod-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(15,23,42,.12)!important;}
.sq-pm-main{background:#faf7f2;border-radius:18px;overflow:hidden;}
.sq-pm-media{background:#faf7f2;}

/* Unified customer address fields */
.sq-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.sq-address-grid input{box-sizing:border-box;width:100%;font-size:.9rem;outline:none;background:#fff;color:var(--text,#1a2b1e)}
@media(max-width:520px){.sq-address-grid{grid-template-columns:1fr}}

/* V37 Professional Ads/Banners Slider */
.sq-ad-slider{position:relative;max-width:min(1320px,calc(100% - 28px));margin:18px auto;border-radius:20px;overflow:hidden;background:var(--sq-surface,#fff);box-shadow:0 18px 55px rgba(15,23,42,.10);border:1px solid rgba(148,163,184,.22);isolation:isolate}
.sq-ad-viewport{overflow:hidden;width:100%;background:var(--ad-bg,#fce7ef)}
.sq-ad-track{display:flex;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform;direction:ltr}
.sq-ad-slide{min-width:100%;position:relative;overflow:hidden;background:var(--ad-bg,#fce7ef);color:var(--ad-fg,#111827)}
.sq-ad-link{display:block;position:relative;min-height:190px;text-decoration:none;color:inherit}
.sq-ad-slide picture,.sq-ad-slide img{display:block;width:100%;height:var(--sq-ad-height,300px);max-height:var(--sq-ad-height,300px);object-fit:cover}
.sq-ad-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:28px;background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.08));pointer-events:none}
.sq-ad-overlay h3{font-size:clamp(1.4rem,4vw,3.7rem);font-weight:900;margin:0 0 8px;color:var(--ad-fg,#111827);text-shadow:0 2px 20px rgba(255,255,255,.35)}
.sq-ad-subtitle{font-size:clamp(1rem,2vw,1.7rem);font-weight:800;margin:0 0 8px;color:var(--ad-fg,#111827);opacity:.86}
.sq-ad-desc{font-size:clamp(.85rem,1.2vw,1.05rem);margin:0 0 14px;color:var(--ad-fg,#111827);opacity:.78}
.sq-ad-button{display:inline-flex;align-items:center;justify-content:center;background:var(--sq-buttons,#111827);color:#fff;border-radius:12px;padding:10px 26px;font-weight:900;box-shadow:0 10px 28px rgba(15,23,42,.18)}
.sq-ad-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#334155;font-size:2rem;line-height:1;box-shadow:0 8px 25px rgba(15,23,42,.16);cursor:pointer;display:flex;align-items:center;justify-content:center}
.sq-ad-next{right:16px}.sq-ad-prev{left:16px}
.sq-ad-dots{position:absolute;bottom:18px;left:0;right:0;z-index:6;display:flex;justify-content:center;gap:9px;pointer-events:auto}
.sq-ad-dots button{width:11px;height:11px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:rgba(255,255,255,.55);padding:0;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.18)}
.sq-ad-dots button.active{background:var(--sq-primary,#e33563);border-color:var(--sq-primary,#e33563);transform:scale(1.18)}
.sq-effect-fade .sq-ad-slide{opacity:.4;transition:opacity .45s}.sq-effect-fade .sq-ad-slide.active{opacity:1}
.sq-effect-zoom .sq-ad-slide.active img{animation:sqAdZoom 4s ease both}@keyframes sqAdZoom{from{transform:scale(1.02)}to{transform:scale(1.08)}}
.sq-effect-flip .sq-ad-track{transition:transform .6s ease}.sq-effect-flip .sq-ad-slide{backface-visibility:hidden}
@media(max-width:640px){.sq-ad-slider{max-width:calc(100% - 16px);border-radius:16px;margin:14px auto}.sq-ad-slide picture,.sq-ad-slide img{height:min(420px,calc(var(--sq-ad-height,300px) + 120px));max-height:min(420px,calc(var(--sq-ad-height,300px) + 120px))}.sq-ad-overlay{padding:18px;align-items:flex-end;padding-bottom:48px}.sq-ad-nav{width:36px;height:36px;font-size:1.5rem}.sq-ad-dots{bottom:12px}.sq-ad-button{padding:8px 18px;border-radius:10px}}


/* V37.1 polished 300px banners + premium storefront */
.sq-ad-slider{max-width:min(1460px,calc(100% - 48px));margin:22px auto;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.09);border:1px solid rgba(148,163,184,.18)}
.sq-ad-viewport{overflow:hidden;width:100%}.sq-ad-track{overflow:visible}.sq-ad-slide picture,.sq-ad-slide img{height:var(--sq-ad-height,300px)!important;max-height:var(--sq-ad-height,300px)!important;min-height:0!important;object-fit:cover!important}
.sq-ad-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:9px;z-index:5}.sq-ad-dots button{width:11px;height:11px;border-radius:999px;border:2px solid rgba(255,255,255,.85);background:rgba(255,255,255,.58);box-shadow:0 2px 8px rgba(15,23,42,.16);cursor:pointer}.sq-ad-dots button.active{background:#e73564;border-color:#e73564;width:24px}
.sq-ad-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.95);color:#0f172a;font-size:30px;line-height:1;box-shadow:0 12px 26px rgba(15,23,42,.18);z-index:6;cursor:pointer}.sq-ad-prev{right:18px}.sq-ad-next{left:18px}
.sq-ad-overlay{display:none!important}
body .sq-product-card{border-radius:14px!important;box-shadow:0 8px 26px rgba(15,23,42,.07)!important;border:1px solid rgba(226,232,240,.9)!important;background:#fff!important;overflow:hidden!important;transition:transform .2s ease,box-shadow .2s ease}body .sq-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.11)!important}
body .sq-product-card img{object-fit:cover!important;background:#fff!important}
@media(max-width:640px){.sq-ad-slider{max-width:calc(100% - 20px);border-radius:14px;margin:14px auto}.sq-ad-slide picture,.sq-ad-slide img{height:min(360px,calc(var(--sq-ad-height,300px) + 40px))!important}.sq-ad-nav{width:36px;height:36px;font-size:26px}.sq-ad-dots{bottom:10px}}


/* V37.2 premium product carousels: no ugly scrollbar, smooth auto movement */
.sq-view-all-link{color:var(--sq-primary,#e73564);font-weight:900;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.sq-product-carousel{position:relative;max-width:100%;margin:0 auto;overflow:visible;padding:0 44px 18px;box-sizing:border-box}
.sq-product-carousel-viewport{overflow:hidden;width:100%;border-radius:18px;position:relative}
.sq-horizontal-products.sq-auto-products{display:flex!important;gap:14px;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:8px 4px 10px;margin:0;direction:rtl;-webkit-overflow-scrolling:touch;scrollbar-width:none!important;}
.sq-horizontal-products.sq-auto-products::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}
.sq-auto-products .sq-mini-card{flex:0 0 168px;scroll-snap-align:start;border-radius:16px;border:1px solid rgba(231,53,100,.18);background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;overflow:hidden}
.sq-auto-products .sq-mini-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(15,23,42,.12);border-color:rgba(231,53,100,.34)}
.sq-auto-products .sq-mini-card img{height:145px;object-fit:contain;background:linear-gradient(180deg,#fff,#fff7fa)}
.sq-auto-products .sq-mini-card b{font-size:.84rem;color:#172033;font-weight:900;text-align:right;min-height:22px}
.sq-auto-products .sq-mini-card span{color:var(--sq-price,#e73564);font-weight:900}
.sq-product-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border:0;border-radius:999px;background:#fff;color:#172033;box-shadow:0 10px 28px rgba(15,23,42,.14);display:flex;align-items:center;justify-content:center;font-size:30px;line-height:1;cursor:pointer;transition:.2s ease}
.sq-product-nav:hover{background:var(--sq-primary,#e73564);color:#fff;transform:translateY(-50%) scale(1.06)}
.sq-product-next{right:0}.sq-product-prev{left:0}
.sq-product-progress{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(160px,38%);height:3px;background:rgba(15,23,42,.08);border-radius:999px;overflow:hidden}
.sq-product-progress span{display:block;width:34%;height:100%;border-radius:999px;background:var(--sq-primary,#e73564);transition:transform .35s ease}
.sq-home-section{background:rgba(255,255,255,.64);border:1px solid rgba(231,53,100,.08);border-radius:18px;padding:14px 16px 18px;margin-top:20px;margin-bottom:20px;box-shadow:0 10px 35px rgba(15,23,42,.04)}
.sq-section-head{padding:0 4px 6px}.sq-section-head h2{font-size:1.08rem!important;color:#172033!important}
@media(max-width:760px){.sq-product-carousel{padding:0 10px 18px}.sq-product-nav{display:none}.sq-auto-products .sq-mini-card{flex-basis:142px}.sq-auto-products .sq-mini-card img{height:124px}.sq-product-progress{width:120px}}

/* v37.1 — hide internal scrollbars while keeping wheel/touch scrolling */
html, body,
.sq-horizontal-products,
.sq-category-icons-track,
.sq-pm-thumbs,
#cart-list,
#notif-list,
#dash-panel,
#cart-side,
.sq-modal-box,
#pm-content,
.sq-product-carousel-viewport {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.sq-horizontal-products::-webkit-scrollbar,
.sq-category-icons-track::-webkit-scrollbar,
.sq-pm-thumbs::-webkit-scrollbar,
#cart-list::-webkit-scrollbar,
#notif-list::-webkit-scrollbar,
#dash-panel::-webkit-scrollbar,
#dash-panel *::-webkit-scrollbar,
#cart-side::-webkit-scrollbar,
#cart-side *::-webkit-scrollbar,
.sq-modal-box::-webkit-scrollbar,
.sq-modal-box *::-webkit-scrollbar,
#pm-content::-webkit-scrollbar,
.sq-product-carousel-viewport::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent !important;
}

/* === ALSOUQ V37 Premium adaptive storefront skin === */
.sq-prem-home{background:#fff;color:#111827;font-family:inherit;overflow-x:hidden}.sq-prem-container{max-width:1540px;margin:0 auto;padding:0 28px;box-sizing:border-box}.sq-prem-hero{padding:26px 0 14px;background:#fff}.sq-prem-hero-card{height:300px;border-radius:18px;position:relative;overflow:hidden;background:linear-gradient(90deg,var(--skin-soft,#fff1f5),#fff);box-shadow:0 12px 36px rgba(15,23,42,.08);display:grid;grid-template-columns:44% 56%;align-items:center}.sq-prem-hero-copy{position:relative;z-index:2;padding:28px 56px;text-align:right}.sq-prem-sale{display:inline-flex;width:82px;height:82px;border-radius:999px;background:var(--skin-accent,#e73564);color:#fff;align-items:center;justify-content:center;font-weight:900;font-size:1.5rem;margin-bottom:10px}.sq-prem-hero h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1;margin:0 0 18px;color:var(--skin-accent,#e73564);font-weight:950;letter-spacing:-1px}.sq-prem-hero p{font-size:clamp(1.1rem,2vw,1.75rem);margin:0 0 22px;color:#1f2937;font-weight:700}.sq-prem-hero a{display:inline-flex;padding:13px 34px;background:var(--skin-accent,#e73564);color:#fff;border-radius:10px;text-decoration:none;font-weight:900;box-shadow:0 10px 24px color-mix(in srgb,var(--skin-accent,#e73564) 34%,transparent)}.sq-prem-hero-image{height:100%;display:flex;align-items:stretch;justify-content:flex-end}.sq-prem-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.sq-prem-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(15,23,42,.15);font-size:34px;color:#111827;z-index:4;cursor:pointer}.sq-prem-hero-prev{right:18px}.sq-prem-hero-next{left:18px}.sq-prem-dots{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:9px;z-index:5}.sq-prem-dots i{width:12px;height:12px;border-radius:999px;background:rgba(255,255,255,.85);display:block}.sq-prem-dots i.active{background:var(--skin-accent,#e73564)}
.sq-prem-cats{background:#fff;padding:12px 0 18px}.sq-prem-cat-row{display:flex;gap:16px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.sq-prem-cat-row::-webkit-scrollbar{display:none}.sq-prem-cat{flex:0 0 116px;text-align:center;text-decoration:none;color:#111827}.sq-prem-cat span{width:86px;height:86px;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;background:var(--skin-soft,#fff1f5);border-radius:999px;box-shadow:0 8px 24px rgba(15,23,42,.07);overflow:hidden}.sq-prem-cat img{width:76px;height:76px;object-fit:cover;border-radius:999px}.sq-prem-cat b{font-size:.9rem;font-weight:800}.sq-prem-trust{padding:8px 0 22px;background:#fff}.sq-prem-trust .sq-prem-container{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #eef2f7;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.05);overflow:hidden}.sq-prem-trust div div,.sq-prem-trust .sq-prem-container>div{padding:18px;text-align:center;border-left:1px solid #eef2f7}.sq-prem-trust span{display:block;font-size:1.8rem}.sq-prem-trust b{display:block;font-weight:900;margin:4px 0}.sq-prem-trust small{color:#6b7280}.sq-prem-section{padding:14px 0;background:#fff}.sq-prem-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sq-prem-head h2{font-size:1.35rem;font-weight:950;color:#111827;margin:0}.sq-prem-head a{color:var(--skin-accent,#e73564);font-weight:800;text-decoration:none}.sq-prem-carousel{position:relative}.sq-prem-track-wrap{overflow:hidden;border-radius:18px;background:#fff;border:1px solid #eef2f7;box-shadow:0 8px 30px rgba(15,23,42,.04);padding:16px 44px}.sq-prem-track{display:flex;gap:16px;transition:transform .35s ease;will-change:transform}.sq-prem-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border:0;border-radius:999px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.16);font-size:28px;cursor:pointer;color:#111827}.sq-prem-prev{left:8px}.sq-prem-next{right:8px}.sq-prem-card{position:relative;flex:0 0 174px;background:#fff;border:1px solid #eef2f7;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(15,23,42,.05);transition:.2s ease;cursor:pointer}.sq-prem-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(15,23,42,.1)}.sq-prem-img{height:150px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.sq-prem-img img{width:100%;height:100%;object-fit:contain;padding:10px;box-sizing:border-box}.sq-prem-info{padding:11px;text-align:right}.sq-prem-info h3{margin:0 0 6px;font-size:.9rem;line-height:1.35;height:2.6em;overflow:hidden;color:#111827}.sq-prem-info p{margin:0 0 6px;color:#6b7280;font-size:.75rem;height:1.4em;overflow:hidden}.sq-prem-price{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.sq-prem-price b{color:var(--skin-accent,#e73564);font-weight:950}.sq-prem-price del{color:#9ca3af;font-size:.75rem}.sq-prem-add{margin-top:9px;width:100%;border:0;border-radius:10px;padding:8px;background:var(--skin-accent,#e73564);color:#fff;font-weight:900;cursor:pointer;font-family:inherit}.sq-prem-discount{position:absolute;top:9px;right:9px;background:var(--skin-accent,#e73564);color:#fff;border-radius:8px;padding:5px 8px;font-size:.72rem;font-weight:900;z-index:2}.sq-prem-fav{position:absolute;top:9px;left:9px;z-index:2;width:28px;height:28px;border:0;border-radius:999px;background:#fff;color:#111827;box-shadow:0 6px 18px rgba(15,23,42,.12);cursor:pointer}.sq-prem-promos{padding:20px 0;background:#fff}.sq-prem-promos .sq-prem-container{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sq-prem-tile{height:170px;border-radius:18px;overflow:hidden;text-decoration:none;position:relative;display:flex;align-items:center;justify-content:space-between;padding:24px;background:#f8fafc;color:#111827;box-shadow:0 10px 30px rgba(15,23,42,.06)}.sq-prem-tile h3{margin:0 0 6px;font-size:1.4rem;color:var(--tile-accent)}.sq-prem-tile p{margin:0 0 12px;color:#4b5563}.sq-prem-tile span{display:inline-flex;background:var(--tile-accent);color:#fff;border-radius:9px;padding:9px 18px;font-weight:900}.sq-prem-tile img{height:140px;max-width:45%;object-fit:contain}.sq-prem-all-products{padding:24px 0 38px;background:#fff}.sq-prem-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.sq-prem-grid .sq-prem-card{flex:auto}.sq-prem-before-footer{padding:24px 0;background:linear-gradient(180deg,#fff,#f8fafc)}.sq-prem-before-footer .sq-prem-container{border:1px solid #eef2f7;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px}.sq-prem-before-footer b{font-size:1.1rem}.sq-prem-before-footer p{margin:6px 0 0;color:#6b7280}.sq-prem-before-footer form{display:flex;gap:10px;min-width:360px}.sq-prem-before-footer input{flex:1;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.sq-prem-before-footer button{border:0;border-radius:10px;background:var(--skin-accent,#e73564);color:#fff;font-weight:900;padding:0 22px}.sq-skin-grocery .sq-prem-hero-card{background:linear-gradient(90deg,#ecfdf5,#fff)}.sq-skin-electronics .sq-prem-hero-card{background:linear-gradient(90deg,#eff6ff,#f8fafc)}
@media(max-width:1180px){.sq-prem-grid{grid-template-columns:repeat(4,1fr)}.sq-prem-hero-card{grid-template-columns:48% 52%}.sq-prem-hero h1{font-size:3rem}.sq-prem-card{flex-basis:160px}.sq-prem-track-wrap{padding-inline:38px}}
@media(max-width:860px){.sq-prem-container{padding:0 14px}.sq-prem-hero{padding-top:14px}.sq-prem-hero-card{height:270px;grid-template-columns:1fr;border-radius:16px}.sq-prem-hero-image{position:absolute;inset:0;opacity:.38}.sq-prem-hero-copy{padding:24px;text-align:right}.sq-prem-sale{width:60px;height:60px;font-size:1.1rem}.sq-prem-hero h1{font-size:2.3rem}.sq-prem-hero p{font-size:1.05rem}.sq-prem-cat{flex-basis:82px}.sq-prem-cat span{width:68px;height:68px}.sq-prem-cat img{width:60px;height:60px}.sq-prem-trust .sq-prem-container{grid-template-columns:repeat(2,1fr)}.sq-prem-promos .sq-prem-container{grid-template-columns:1fr}.sq-prem-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sq-prem-track-wrap{padding:12px 8px}.sq-prem-nav{display:none}.sq-prem-card{flex-basis:150px}.sq-prem-img{height:128px}.sq-prem-before-footer .sq-prem-container{display:block}.sq-prem-before-footer form{min-width:0;margin-top:14px}.sq-prem-before-footer form{flex-direction:column}.sq-prem-tile{height:145px}.sq-prem-tile img{height:115px}.sq-prem-head h2{font-size:1.15rem}}
@media(max-width:430px){.sq-prem-hero-card{height:230px}.sq-prem-hero h1{font-size:1.8rem}.sq-prem-hero p{font-size:.95rem}.sq-prem-hero a{padding:10px 22px}.sq-prem-cat{flex-basis:74px}.sq-prem-cat b{font-size:.78rem}.sq-prem-card{flex-basis:138px}.sq-prem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-prem-img{height:112px}.sq-prem-info{padding:8px}.sq-prem-info h3{font-size:.78rem}.sq-prem-price b{font-size:.82rem}.sq-prem-add{font-size:.75rem;padding:7px}.sq-prem-trust .sq-prem-container{grid-template-columns:1fr}.sq-prem-tile{height:130px;padding:16px}.sq-prem-tile h3{font-size:1.05rem}.sq-prem-tile img{height:96px}}

/* === V37.3 global premium homepage reset: standard 220px ads and dashboard-linked banners === */
.sq-prem-home{background:#fff!important;color:#111827!important;overflow-x:hidden!important}
.sq-prem-container{max-width:1480px!important;margin-inline:auto!important;padding-inline:26px!important;box-sizing:border-box!important}
.sq-prem-hero{padding:18px 0 10px!important;background:#fff!important}
.sq-prem-hero-card{height:var(--sq-hero-height,220px)!important;min-height:180px!important;max-height:420px!important;border-radius:16px!important;display:block!important;position:relative!important;overflow:hidden!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.07)!important}
.sq-prem-hero-slide{position:absolute!important;inset:0!important;display:block!important;opacity:0!important;visibility:hidden!important;transition:opacity .45s ease,transform .45s ease!important;text-decoration:none!important;color:inherit!important;transform:scale(1.015)!important}
.sq-prem-hero-slide.active{opacity:1!important;visibility:visible!important;transform:scale(1)!important;z-index:1!important}
.sq-prem-hero-slide picture,.sq-prem-hero-slide img{display:block!important;width:100%!important;height:100%!important}
.sq-prem-hero-slide img{object-fit:cover!important;object-position:center!important}
.sq-prem-hero-overlay{position:absolute!important;inset:0!important;z-index:2!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;text-align:right!important;direction:rtl!important;padding:22px 7.5%!important;box-sizing:border-box!important;pointer-events:none!important}
.sq-prem-hero-overlay strong{display:block!important;font-size:clamp(2rem,4.2vw,4.1rem)!important;line-height:1.05!important;font-weight:950!important;color:var(--skin-accent,#e73564)!important;margin:0 0 10px!important;letter-spacing:-1px!important;text-shadow:0 1px 0 rgba(255,255,255,.4)!important}
.sq-prem-hero-overlay em{display:block!important;font-style:normal!important;font-size:clamp(1rem,1.55vw,1.55rem)!important;color:#111827!important;font-weight:800!important;margin-bottom:14px!important;background:rgba(255,255,255,.0)!important}
.sq-prem-hero-overlay b{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:var(--skin-accent,#e73564)!important;color:#fff!important;border-radius:10px!important;padding:9px 26px!important;font-size:1rem!important;font-weight:900!important;box-shadow:0 9px 20px color-mix(in srgb,var(--skin-accent,#e73564) 28%,transparent)!important}
.sq-prem-sale{width:auto!important;height:auto!important;min-width:58px!important;min-height:58px!important;padding:8px 12px!important;border-radius:999px!important;font-size:1.2rem!important;margin:0 0 8px!important;box-shadow:0 8px 22px color-mix(in srgb,var(--skin-accent,#e73564) 25%,transparent)!important}
.sq-prem-hero-arrow{width:38px!important;height:38px!important;font-size:27px!important;border-radius:999px!important;background:rgba(255,255,255,.94)!important;color:#111827!important;box-shadow:0 8px 22px rgba(15,23,42,.12)!important;border:1px solid rgba(15,23,42,.06)!important;z-index:6!important}
.sq-prem-hero-prev{right:14px!important}.sq-prem-hero-next{left:14px!important}
.sq-prem-dots{bottom:13px!important;z-index:7!important;gap:8px!important}.sq-prem-dots i{width:10px!important;height:10px!important;background:#fff!important;border:2px solid rgba(17,24,39,.18)!important;cursor:pointer!important}.sq-prem-dots i.active{background:var(--skin-accent,#e73564)!important;border-color:var(--skin-accent,#e73564)!important}
.sq-prem-cats{padding:10px 0 14px!important}.sq-prem-cat-row{gap:14px!important;justify-content:flex-start!important;scrollbar-width:none!important}.sq-prem-cat{flex-basis:96px!important}.sq-prem-cat span{width:74px!important;height:74px!important;box-shadow:0 8px 22px rgba(15,23,42,.06)!important;border:1px solid #f1f5f9!important}.sq-prem-cat img{width:70px!important;height:70px!important}.sq-prem-cat b{font-size:.84rem!important;color:#111827!important}
.sq-prem-trust{padding:4px 0 16px!important}.sq-prem-trust .sq-prem-container{border-radius:14px!important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important}.sq-prem-trust .sq-prem-container>div{padding:13px!important}.sq-prem-trust span{font-size:1.35rem!important}.sq-prem-trust b{font-size:.93rem!important}.sq-prem-trust small{font-size:.78rem!important}
.sq-prem-section{padding:10px 0!important}.sq-prem-head{margin-bottom:10px!important}.sq-prem-head h2{font-size:1.2rem!important}.sq-prem-track-wrap{border-radius:14px!important;padding:12px 38px!important;box-shadow:0 6px 24px rgba(15,23,42,.035)!important}.sq-prem-track{gap:13px!important}.sq-prem-card{flex-basis:158px!important;border-radius:14px!important}.sq-prem-img{height:126px!important}.sq-prem-info{padding:9px!important}.sq-prem-info h3{font-size:.82rem!important}.sq-prem-price b{font-size:.86rem!important}.sq-prem-add{padding:7px!important;border-radius:9px!important;font-size:.78rem!important}.sq-prem-nav{width:32px!important;height:32px!important;font-size:23px!important}.sq-prem-promos{padding:14px 0!important}.sq-prem-promos .sq-prem-container{gap:13px!important}.sq-prem-tile{height:128px!important;border-radius:14px!important;padding:18px!important;box-shadow:0 8px 26px rgba(15,23,42,.05)!important}.sq-prem-tile h3{font-size:1.12rem!important}.sq-prem-tile p{font-size:.86rem!important}.sq-prem-tile span{padding:7px 14px!important}.sq-prem-tile img{height:110px!important}.sq-prem-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;gap:13px!important}.sq-prem-all-products{padding:18px 0 30px!important}.sq-prem-before-footer{padding:18px 0!important}.sq-prem-before-footer .sq-prem-container{border-radius:14px!important;padding:18px!important}
@media(max-width:860px){.sq-prem-container{padding-inline:12px!important}.sq-prem-hero{padding-top:10px!important}.sq-prem-hero-card{height:210px!important;border-radius:14px!important}.sq-prem-hero-overlay{padding:18px 7%!important}.sq-prem-hero-overlay strong{font-size:1.75rem!important}.sq-prem-hero-overlay em{font-size:.95rem!important;margin-bottom:10px!important}.sq-prem-hero-overlay b{padding:8px 18px!important;font-size:.85rem!important}.sq-prem-sale{min-width:44px!important;min-height:44px!important;font-size:.9rem!important}.sq-prem-cat{flex-basis:74px!important}.sq-prem-cat span{width:58px!important;height:58px!important}.sq-prem-cat img{width:54px!important;height:54px!important}.sq-prem-cat b{font-size:.76rem!important}.sq-prem-track-wrap{padding:10px 8px!important}.sq-prem-card{flex-basis:138px!important}.sq-prem-img{height:105px!important}.sq-prem-promos .sq-prem-container{grid-template-columns:1fr!important}.sq-prem-tile{height:118px!important}.sq-prem-tile img{height:92px!important}.sq-prem-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:430px){.sq-prem-hero-card{height:190px!important}.sq-prem-hero-overlay strong{font-size:1.45rem!important}.sq-prem-hero-overlay em{font-size:.82rem!important}.sq-prem-dots{bottom:9px!important}.sq-prem-card{flex-basis:130px!important}.sq-prem-img{height:96px!important}.sq-prem-info h3{font-size:.76rem!important}.sq-prem-grid{gap:10px!important}}

/* === V37.5 World-class clean storefront skin === */
body.home #hdr, body.front-page #hdr, body[class*="home"] #hdr{background:#fff!important;color:#0f172a!important;box-shadow:0 1px 0 #edf2f7!important;position:sticky!important}
body.home #hdr a, body.home #hdr button, body.front-page #hdr a, body.front-page #hdr button, body[class*="home"] #hdr a, body[class*="home"] #hdr button{color:#0f172a!important}
body.home #hdr>div:first-of-type, body.front-page #hdr>div:first-of-type, body[class*="home"] #hdr>div:first-of-type{height:72px!important;max-width:1480px!important;margin:0 auto!important;padding:0 26px!important;gap:18px!important;direction:rtl!important}
body.home #hdr a:first-child, body.front-page #hdr a:first-child, body[class*="home"] #hdr a:first-child{color:#0f172a!important;min-width:220px!important;justify-content:flex-start!important}
body.home #hdr a:first-child>div:first-child, body.front-page #hdr a:first-child>div:first-child, body[class*="home"] #hdr a:first-child>div:first-child{background:linear-gradient(135deg,#e11d48,#f43f5e)!important;border-radius:14px!important;box-shadow:0 10px 24px rgba(225,29,72,.22)!important}
body.home .sq-header-search, body.front-page .sq-header-search, body[class*="home"] .sq-header-search{max-width:620px!important;margin-inline:auto!important;flex:1 1 520px!important}
body.home #hdr input#hdr-srch, body.front-page #hdr input#hdr-srch, body[class*="home"] #hdr input#hdr-srch{background:#fff!important;border:1px solid #e5e7eb!important;color:#111827!important;height:46px!important;box-shadow:0 6px 18px rgba(15,23,42,.04)!important;text-align:center!important}
body.home #hdr input#hdr-srch::placeholder, body.front-page #hdr input#hdr-srch::placeholder{color:#9ca3af!important}
body.home .sq-header-cart-btn, body.front-page .sq-header-cart-btn, body[class*="home"] .sq-header-cart-btn{background:#fff!important;color:#111827!important;border:0!important;box-shadow:none!important;min-width:92px!important;gap:4px!important}
body.home .sq-header-cart-icon, body.front-page .sq-header-cart-icon{color:#111827!important;font-size:1.8rem!important}
body.home .sq-header-cart-text strong, body.home .sq-header-cart-text small, body.front-page .sq-header-cart-text strong, body.front-page .sq-header-cart-text small{color:#111827!important}
body.home .hdr-desk, body.front-page .hdr-desk, body[class*="home"] .hdr-desk{display:block!important;background:#fff!important;border-top:1px solid #f1f5f9!important;border-bottom:1px solid #f1f5f9!important;box-shadow:none!important}
body.home .hdr-desk>div, body.front-page .hdr-desk>div, body[class*="home"] .hdr-desk>div{max-width:1480px!important;margin:auto!important;justify-content:center!important;gap:22px!important;padding:12px 26px!important;overflow:visible!important}
body.home .hdr-desk a, body.home .hdr-desk button, body.front-page .hdr-desk a, body.front-page .hdr-desk button, body[class*="home"] .hdr-desk a, body[class*="home"] .hdr-desk button{background:transparent!important;color:#111827!important;font-weight:800!important;font-size:.93rem!important;padding:8px 10px!important;position:relative!important;border-radius:0!important}
body.home .hdr-desk a:first-child, body.front-page .hdr-desk a:first-child{color:var(--skin-accent,#e73564)!important;min-width:auto!important}
body.home .hdr-desk a:first-child:after, body.front-page .hdr-desk a:first-child:after{content:"";position:absolute;left:10px;right:10px;bottom:-12px;height:3px;border-radius:8px;background:var(--skin-accent,#e73564)}
.sq-clean-cats-btn{border:0!important;background:linear-gradient(135deg,var(--skin-accent,#e73564),#fb7185)!important;color:#fff!important;border-radius:12px!important;padding:10px 18px!important;font-weight:900!important;box-shadow:0 10px 22px color-mix(in srgb,var(--skin-accent,#e73564) 20%,transparent)!important;cursor:pointer!important}
body.home .sq-offer-top:first-of-type, body.front-page .sq-offer-top:first-of-type{background:#0f172a!important;color:#fff!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important}
body.home .sq-offer-top a, body.front-page .sq-offer-top a{color:#fff!important;text-decoration:none!important}
body.home #admin-bar + .sq-offer-top, body.front-page #admin-bar + .sq-offer-top{margin-top:0!important}
.sq-prem-home{background:#fff!important}.sq-prem-container{max-width:1480px!important;margin:auto!important;padding-inline:26px!important}
.sq-prem-hero{padding:24px 0 16px!important}.sq-prem-hero-card{height:220px!important;max-height:220px!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important}.sq-prem-hero-slide img{object-fit:cover!important;object-position:center!important}.sq-prem-hero-overlay{display:none!important}.sq-prem-sale{display:none!important}.sq-prem-hero-arrow{width:42px!important;height:42px!important;background:#fff!important;color:#111827!important;box-shadow:0 12px 30px rgba(15,23,42,.13)!important}.sq-prem-dots{bottom:14px!important}.sq-prem-dots i{width:11px!important;height:11px!important;background:#fff!important;border:2px solid rgba(17,24,39,.12)!important}.sq-prem-dots i.active{background:var(--skin-accent,#e11d48)!important;border-color:var(--skin-accent,#e11d48)!important}
.sq-prem-cats{padding:8px 0 12px!important;background:#fff!important}.sq-prem-cat-row{justify-content:center!important;gap:22px!important;overflow-x:auto!important;scrollbar-width:none!important;padding:0 26px!important}.sq-prem-cat-row::-webkit-scrollbar{display:none!important}.sq-prem-cat{flex:0 0 92px!important;text-align:center!important;text-decoration:none!important}.sq-prem-cat span{width:76px!important;height:76px!important;border-radius:50%!important;background:#fff5f7!important;border:0!important;box-shadow:0 10px 25px rgba(15,23,42,.07)!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto 8px!important;overflow:hidden!important}.sq-prem-cat img{width:68px!important;height:68px!important;object-fit:cover!important;border-radius:50%!important}.sq-prem-cat b{font-size:.86rem!important;color:#111827!important;font-weight:900!important;white-space:nowrap!important}
.sq-prem-trust{padding:10px 0 20px!important}.sq-prem-trust .sq-prem-container{display:grid!important;grid-template-columns:repeat(4,1fr)!important;border:1px solid #e5e7eb!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.04)!important;overflow:hidden!important}.sq-prem-trust .sq-prem-container>div{padding:16px!important;border-left:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;text-align:right!important}.sq-prem-trust .sq-prem-container>div:last-child{border-left:0!important}.sq-prem-trust span{font-size:1.7rem!important}.sq-prem-trust b{font-size:1rem!important;color:#111827!important}.sq-prem-trust small{display:block!important;color:#6b7280!important;margin-top:4px!important}
.sq-prem-section{padding:14px 0!important}.sq-prem-head{margin:0 0 12px!important}.sq-prem-head h2{font-size:1.28rem!important;color:#111827!important}.sq-prem-head a{font-weight:900!important;color:var(--skin-accent,#e11d48)!important}.sq-prem-track-wrap{background:#fff!important;border:1px solid #eef2f7!important;border-radius:16px!important;padding:16px 46px!important;box-shadow:0 8px 22px rgba(15,23,42,.035)!important;overflow:hidden!important}.sq-prem-track{gap:18px!important;scrollbar-width:none!important}.sq-prem-track::-webkit-scrollbar{display:none!important}.sq-prem-card{flex:0 0 155px!important;border:1px solid #edf2f7!important;border-radius:15px!important;background:#fff!important;box-shadow:0 8px 18px rgba(15,23,42,.035)!important;overflow:hidden!important}.sq-prem-img{height:130px!important;background:#fff!important}.sq-prem-img img{object-fit:contain!important;padding:10px!important;box-sizing:border-box!important}.sq-prem-info{padding:10px!important;text-align:center!important}.sq-prem-info h3{font-size:.82rem!important;min-height:34px!important;color:#111827!important}.sq-prem-add{display:none!important}.sq-prem-price{justify-content:center!important}.sq-prem-price b{color:var(--skin-accent,#e11d48)!important;font-weight:950!important}.sq-prem-discount{background:var(--skin-accent,#e11d48)!important;border-radius:8px!important}.sq-prem-fav{display:none!important}.sq-prem-nav{background:#fff!important;color:#111827!important;border:1px solid #eef2f7!important;box-shadow:0 10px 22px rgba(15,23,42,.08)!important}.sq-prem-promos{padding:18px 0!important}.sq-prem-promos .sq-prem-container{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important}.sq-prem-tile{height:145px!important;border-radius:16px!important;box-shadow:none!important;border:1px solid #eef2f7!important;overflow:hidden!important}.sq-prem-tile h3{font-size:1.25rem!important}.sq-prem-tile img{height:128px!important;object-fit:contain!important}.sq-prem-before-footer{background:#fff!important;padding:24px 0!important}.sq-prem-before-footer .sq-prem-container{border:1px solid #eef2f7!important;border-radius:16px!important;background:#fff!important}
@media(max-width:900px){body.home #hdr>div:first-of-type,body.front-page #hdr>div:first-of-type{height:auto!important;flex-wrap:wrap!important;padding:12px!important}.sq-prem-container{padding-inline:12px!important}.sq-prem-hero-card{height:190px!important}.sq-prem-cat-row{justify-content:flex-start!important;padding:0 12px!important}.sq-prem-trust .sq-prem-container{grid-template-columns:repeat(2,1fr)!important}.sq-prem-promos .sq-prem-container{grid-template-columns:1fr!important}.sq-prem-track-wrap{padding:12px 12px!important}.sq-prem-card{flex-basis:138px!important}.sq-prem-img{height:112px!important}.hdr-desk>div{overflow-x:auto!important;justify-content:flex-start!important}}
@media(max-width:480px){.sq-prem-hero-card{height:165px!important;border-radius:14px!important}.sq-prem-cat{flex-basis:72px!important}.sq-prem-cat span{width:58px!important;height:58px!important}.sq-prem-cat img{width:54px!important;height:54px!important}.sq-prem-cat b{font-size:.74rem!important}.sq-prem-trust .sq-prem-container{grid-template-columns:1fr!important}.sq-prem-card{flex-basis:128px!important}.sq-prem-img{height:96px!important}.sq-prem-promos .sq-prem-container{gap:12px!important}.sq-prem-tile{height:118px!important}.sq-prem-tile img{height:95px!important}}


/* v37.5 — real category links, category menu, shape control */
.sq-header-cats-menu{position:relative;display:inline-flex;align-items:center;z-index:50}
.sq-header-cats-menu .sq-clean-cats-btn{padding:8px 14px;color:rgba(255,255,255,.95);font-weight:800;font-size:.85rem;border-radius:7px;white-space:nowrap;background:rgba(255,255,255,.10);border:0;cursor:pointer;font-family:inherit}
.sq-header-cats-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:240px;background:var(--sq-surface,#fff);color:var(--sq-text,#111827);border:1px solid var(--sq-border,#e5e7eb);border-radius:14px;box-shadow:0 20px 45px rgba(15,23,42,.18);padding:8px;display:none;max-height:70vh;overflow-y:auto;z-index:9999}
.sq-header-cats-menu:hover .sq-header-cats-dropdown,.sq-header-cats-menu.open .sq-header-cats-dropdown{display:block}
.sq-header-cat-group{position:relative}
.sq-header-cat-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;color:inherit;text-decoration:none;font-weight:800;font-size:.88rem;white-space:nowrap}
.sq-header-cat-link:hover{background:var(--sq-secondary,#f5f5f5);color:var(--sq-primary,#e11d48)}
.sq-header-subcats{position:absolute;top:0;right:100%;min-width:220px;background:var(--sq-surface,#fff);border:1px solid var(--sq-border,#e5e7eb);border-radius:12px;box-shadow:0 20px 45px rgba(15,23,42,.16);padding:8px;display:none;z-index:9999}
.sq-header-cat-group:hover>.sq-header-subcats{display:block}
.sq-cat-shape-square .sq-prem-cat span,.sq-cat-shape-square .sq-cat-icon-img{border-radius:18px!important}
.sq-cat-shape-square .sq-prem-cat img,.sq-cat-shape-square .sq-cat-icon-img img{border-radius:14px!important}
.sq-cat-shape-circle .sq-prem-cat span,.sq-cat-shape-circle .sq-cat-icon-img{border-radius:50%!important}
.sq-cat-shape-circle .sq-prem-cat img,.sq-cat-shape-circle .sq-cat-icon-img img{border-radius:50%!important}
.sq-prem-cat{cursor:pointer}.sq-prem-cat:focus-visible,.sq-cat-icon-item:focus-visible,.sq-header-cat-link:focus-visible{outline:3px solid var(--sq-primary,#e11d48);outline-offset:3px}
@media(max-width:900px){.sq-header-cats-dropdown{right:auto;left:0;min-width:230px}.sq-header-subcats{position:static;display:block;box-shadow:none;border:0;background:transparent;padding:0 12px}.sq-header-subcats .sq-header-cat-link{font-size:.8rem;color:var(--sq-muted,#64748b)}}


/* v37.6 — Professional category pages and clean menu */
.sq-header-cats-menu{position:relative!important;z-index:1000!important;overflow:visible!important}
.sq-header-cats-dropdown{display:block!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important;transition:.18s ease!important;position:absolute!important;top:calc(100% + 10px)!important;right:0!important;min-width:280px!important;max-height:none!important;overflow:visible!important;background:#fff!important;color:#111827!important;border:1px solid #eef2f7!important;border-radius:18px!important;box-shadow:0 24px 60px rgba(15,23,42,.18)!important;padding:10px!important;z-index:99999!important;scrollbar-width:none!important}
.sq-header-cats-dropdown::-webkit-scrollbar{display:none!important}
.sq-header-cats-menu:hover .sq-header-cats-dropdown,.sq-header-cats-menu:focus-within .sq-header-cats-dropdown,.sq-header-cats-menu.open .sq-header-cats-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}
.sq-header-cat-group{position:relative!important;margin:2px 0!important;border:0!important}
.sq-header-cat-link{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:11px 13px!important;border-radius:12px!important;color:#111827!important;text-decoration:none!important;font-weight:850!important;font-size:.9rem!important;background:transparent!important;white-space:nowrap!important;line-height:1.3!important;border:0!important;box-shadow:none!important}
.sq-header-cat-link:hover{background:#f8fafc!important;color:var(--sq-primary,#e11d48)!important}
.sq-header-cat-parent b{font-size:1.1rem!important;color:#94a3b8!important;transform:rotate(0deg)!important}
.sq-header-subcats{position:absolute!important;right:calc(100% + 8px)!important;top:0!important;min-width:230px!important;background:#fff!important;border:1px solid #eef2f7!important;border-radius:16px!important;box-shadow:0 20px 50px rgba(15,23,42,.15)!important;padding:8px!important;display:none!important;max-height:none!important;overflow:visible!important}
.sq-header-cat-group:hover>.sq-header-subcats{display:block!important}
.sq-clean-cats-btn{display:inline-flex!important;align-items:center!important;gap:7px!important}
.sq-prem-cat,.sq-cat-icon-item{cursor:pointer!important}
.sq-prem-cat:hover span,.sq-cat-icon-item:hover .sq-cat-icon-img{transform:translateY(-3px)!important;box-shadow:0 14px 32px rgba(15,23,42,.14)!important}
.sq-prem-cat span,.sq-cat-icon-img{transition:.2s ease!important}
.sq-category-icons-track,.sq-prem-cat-row{scrollbar-width:none!important;-ms-overflow-style:none!important}
.sq-category-icons-track::-webkit-scrollbar,.sq-prem-cat-row::-webkit-scrollbar{display:none!important}
.sq-category-page{background:#fff;min-height:70vh;padding-bottom:40px}
.sq-cat-page-hero{background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #eef2f7;padding:32px 0 26px;text-align:right}
.sq-cat-breadcrumb{display:flex;align-items:center;gap:8px;color:#64748b;font-weight:800;margin-bottom:14px}.sq-cat-breadcrumb a{color:#64748b;text-decoration:none}.sq-cat-breadcrumb b{color:#111827}
.sq-cat-page-hero h1{margin:0;font-size:2.1rem;font-weight:950;color:#111827}.sq-cat-desc{margin-top:10px;color:#64748b;line-height:1.8}.sq-cat-subchips{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.sq-cat-subchips a{background:#fff;border:1px solid #eef2f7;border-radius:999px;padding:9px 16px;text-decoration:none;color:#111827;font-weight:850;box-shadow:0 6px 20px rgba(15,23,42,.05)}.sq-cat-subchips a:hover{color:#fff;background:var(--sq-primary,#e11d48);border-color:var(--sq-primary,#e11d48)}.sq-cat-products{padding-top:24px}.sq-empty-cat{text-align:center;border:1px solid #eef2f7;border-radius:20px;background:#fff;padding:50px;box-shadow:0 10px 30px rgba(15,23,42,.04)}.sq-empty-cat div{font-size:3rem}.sq-empty-cat a{display:inline-flex;margin-top:10px;background:var(--sq-primary,#e11d48);color:#fff;text-decoration:none;border-radius:12px;padding:10px 18px;font-weight:900}
@media(max-width:900px){.sq-header-cats-dropdown{right:auto!important;left:0!important;min-width:250px!important}.sq-header-subcats{position:static!important;display:block!important;box-shadow:none!important;border:0!important;background:#f8fafc!important;border-radius:12px!important;margin:2px 10px 8px!important}.sq-header-subcats .sq-header-cat-link{font-size:.82rem!important;color:#475569!important;padding:8px 12px!important}.sq-cat-page-hero h1{font-size:1.65rem}.sq-cat-page-hero{padding:24px 0}}


/* === V38 Mobile Experience Design System ===
   Keeps all existing admin/features, but turns mobile service cards and promo banners
   into clean one-card sliders with touch swipe and autoplay. */
:root{
  --sq-radius-xl:18px;
  --sq-shadow-soft:0 10px 30px rgba(15,23,42,.06);
  --sq-transition-fast:.28s ease;
}
.sq-mobile-slider-dots{display:none}
@media(max-width:767px){
  .sq-prem-home{background:#fff!important}
  .sq-prem-container{padding-inline:14px!important}

  /* Service benefits: one clean card on mobile instead of stacked bulky rows */
  .sq-prem-trust{
    overflow:hidden!important;
    padding:10px 0 16px!important;
    background:#fff!important;
  }
  .sq-prem-trust .sq-prem-container{
    display:flex!important;
    grid-template-columns:none!important;
    gap:0!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    overflow:visible!important;
    padding-inline:14px!important;
    transition:transform var(--sq-transition-fast)!important;
    will-change:transform!important;
  }
  .sq-prem-trust .sq-prem-container>div{
    flex:0 0 100%!important;
    width:100%!important;
    min-height:112px!important;
    border:1px solid #eef2f7!important;
    border-radius:var(--sq-radius-xl)!important;
    background:#fff!important;
    box-shadow:var(--sq-shadow-soft)!important;
    padding:20px 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    text-align:right!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  .sq-prem-trust .sq-prem-container>div span{
    font-size:2.1rem!important;
    width:52px!important;
    height:52px!important;
    border-radius:16px!important;
    background:var(--skin-soft,#fff1f5)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 52px!important;
  }
  .sq-prem-trust .sq-prem-container>div b{
    font-size:1.15rem!important;
    font-weight:950!important;
    color:#111827!important;
    margin:0!important;
  }
  .sq-prem-trust .sq-prem-container>div small{
    display:block!important;
    color:#6b7280!important;
    font-size:.9rem!important;
    margin-top:4px!important;
  }

  /* Promo tiles: one banner at a time on mobile */
  .sq-prem-promos{
    overflow:hidden!important;
    padding:14px 0 18px!important;
    background:#fff!important;
  }
  .sq-prem-promos .sq-prem-container{
    display:flex!important;
    grid-template-columns:none!important;
    gap:0!important;
    transition:transform var(--sq-transition-fast)!important;
    will-change:transform!important;
    padding-inline:14px!important;
  }
  .sq-prem-promos .sq-prem-tile{
    flex:0 0 100%!important;
    width:100%!important;
    min-height:148px!important;
    height:148px!important;
    margin:0!important;
    border-radius:20px!important;
    box-shadow:0 10px 28px rgba(15,23,42,.07)!important;
    padding:18px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .sq-prem-promos .sq-prem-tile h3{
    font-size:1.28rem!important;
    line-height:1.2!important;
    margin-bottom:7px!important;
  }
  .sq-prem-promos .sq-prem-tile p{
    font-size:.92rem!important;
    margin-bottom:10px!important;
  }
  .sq-prem-promos .sq-prem-tile span{
    padding:8px 16px!important;
    border-radius:12px!important;
    font-size:.9rem!important;
  }
  .sq-prem-promos .sq-prem-tile img{
    height:120px!important;
    max-width:42%!important;
    object-fit:contain!important;
  }

  /* Slider dots created by JS */
  .sq-mobile-slider-dots{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    margin:10px auto 0!important;
    direction:ltr!important;
  }
  .sq-mobile-slider-dots button{
    width:7px!important;
    height:7px!important;
    border-radius:999px!important;
    border:0!important;
    padding:0!important;
    background:#dbe1ea!important;
    cursor:pointer!important;
    transition:.22s ease!important;
  }
  .sq-mobile-slider-dots button.active{
    width:20px!important;
    background:var(--skin-accent,var(--sq-primary,#e11d48))!important;
  }

  /* Product rows remain horizontal and clean without visible scrollbars */
  .sq-prem-track-wrap{
    overflow:hidden!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  .sq-prem-track-wrap::-webkit-scrollbar{display:none!important}

  /* Mobile homepage rhythm */
  .sq-prem-section{padding:12px 0!important}
  .sq-prem-head{padding-inline:2px!important}
  .sq-prem-head h2{font-size:1.25rem!important}
  .sq-prem-hero-card{border-radius:18px!important}
}

@media(min-width:768px){
  .sq-prem-trust .sq-prem-container,
  .sq-prem-promos .sq-prem-container{
    transform:none!important;
  }
}

/* V38.1 — reliable clickable mobile bottom navigation */
.sq-mobile-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:9995!important;height:72px!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important;background:rgba(255,255,255,.98)!important;border-top:1px solid rgba(226,232,240,.95)!important;box-shadow:0 -10px 28px rgba(15,23,42,.12)!important;display:flex!important;align-items:center!important;justify-content:space-around!important;gap:4px!important;pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;box-sizing:border-box!important}
.sq-mobile-nav-item{position:relative!important;display:flex!important;flex:1 1 0!important;min-width:0!important;height:56px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:2px!important;text-decoration:none!important;border:0!important;background:transparent!important;color:#64748b!important;border-radius:16px!important;font-family:inherit!important;font-weight:900!important;font-size:.66rem!important;line-height:1.1!important;cursor:pointer!important;pointer-events:auto!important;user-select:none!important;box-sizing:border-box!important;z-index:1!important}
.sq-mobile-nav-item.active,.sq-mobile-nav-item:hover,.sq-mobile-nav-item.touched{color:var(--sq-primary,#1a8a3f)!important;background:rgba(26,138,63,.08)!important}
.sq-mobile-nav-icon{font-size:1.55rem!important;line-height:1!important;display:block!important;pointer-events:none!important}
.sq-mobile-nav-label{font-size:.66rem!important;line-height:1.2!important;white-space:nowrap!important;pointer-events:none!important}
.sq-mobile-nav-cart{flex:0 0 76px!important;width:76px!important;height:76px!important;margin-top:-32px!important;border-radius:999px!important;background:linear-gradient(180deg,#06b6d4,#0f7890)!important;color:#fff!important;box-shadow:0 12px 30px rgba(6,182,212,.42)!important;border:5px solid rgba(255,255,255,.96)!important;z-index:2!important}
.sq-mobile-nav-cart .sq-mobile-nav-icon{font-size:1.9rem!important}.sq-mobile-nav-cart .sq-mobile-nav-label{font-size:.72rem!important;color:#fff!important}.sq-mobile-nav-badge{position:absolute!important;top:0!important;right:4px!important;background:#ef233c!important;color:#fff!important;border:2px solid #fff!important;border-radius:999px!important;min-width:22px!important;height:22px!important;padding:0 5px!important;font-size:.68rem!important;font-weight:950!important;align-items:center!important;justify-content:center!important;line-height:18px!important;box-sizing:border-box!important}.mob-nav-spacer{height:86px!important;display:none!important}
@media(max-width:767px){body{padding-bottom:92px!important}.mob-nav-spacer{display:block!important}.sq-floating-cart{display:none!important}.sq-mobile-nav{display:flex!important}.sq-mobile-nav a,.sq-mobile-nav button{pointer-events:auto!important}}
@media(min-width:768px){.sq-mobile-nav,.mob-nav-spacer{display:none!important}}
@media(max-width:390px){.sq-mobile-nav{height:68px!important;padding-left:5px!important;padding-right:5px!important}.sq-mobile-nav-item{height:52px!important;font-size:.58rem!important}.sq-mobile-nav-label{font-size:.58rem!important}.sq-mobile-nav-icon{font-size:1.35rem!important}.sq-mobile-nav-cart{width:68px!important;height:68px!important;flex-basis:68px!important;margin-top:-28px!important}.sq-mobile-nav-cart .sq-mobile-nav-icon{font-size:1.65rem!important}.sq-mobile-nav-cart .sq-mobile-nav-label{font-size:.64rem!important}}

/* v38.1 Professional full dark mode polish */
html[data-theme="dark"]{
  color-scheme:dark;
  --bg:#0b1020!important;
  --surface:#111827!important;
  --text:#f8fafc!important;
  --muted:#cbd5e1!important;
  --border:#263244!important;
  --g1:#020617!important;
  --g2:#0f172a!important;
  --g3:#38bdf8!important;
  --g4:#0ea5e9!important;
  --g5:#1e293b!important;
  --red:#fb7185!important;
  --gold:#fbbf24!important;
  --sh1:0 1px 4px rgba(0,0,0,.55)!important;
  --sh2:0 12px 32px rgba(0,0,0,.42)!important;
  --sq-header:#020617!important;
  --sq-topbar:#020617!important;
  --sq-menu:#0f172a!important;
  --sq-footer:#020617!important;
  --sq-primary:#38bdf8!important;
  --sq-secondary:#1e293b!important;
  --sq-buttons:#0ea5e9!important;
  --sq-page-bg:#0b1020!important;
  --sq-surface:#111827!important;
  --sq-card-bg:#151f32!important;
  --sq-card-text:#f8fafc!important;
  --sq-text:#f8fafc!important;
  --sq-muted:#cbd5e1!important;
  --sq-border:#263244!important;
  --sq-product-image-bg:#0f172a!important;
  --sq-product-info-bg:#151f32!important;
  --sq-input-bg:#0f172a!important;
  --sq-input-text:#f8fafc!important;
  --sq-link:#7dd3fc!important;
  --sq-price:#7dd3fc!important;
  --sq-hero-start:#111827!important;
  --sq-hero-end:#0f172a!important;
  --sq-banner-bg:#111827!important;
  --sq-cat-strip-bg:#111827!important;
  --sq-cat-icon-bg:#1e293b!important;
  --sq-cat-icon-text:#f8fafc!important;
  --sq-success:#4ade80!important;
  --sq-warning:#fbbf24!important;
  --sq-danger:#fb7185!important;
  --sq-sale:#fb7185!important;
}
html[data-theme="dark"] body,
html[data-theme="dark"] .wrap,
html[data-theme="dark"] main,
html[data-theme="dark"] .site-main,
html[data-theme="dark"] .sq-shop-section,
html[data-theme="dark"] .sq-page-bg{background:var(--sq-page-bg)!important;color:var(--sq-text)!important;}
html[data-theme="dark"] #hdr,
html[data-theme="dark"] .sq-offer-top,
html[data-theme="dark"] .sq-mobile-bottom,
html[data-theme="dark"] .sq-bottom-nav,
html[data-theme="dark"] footer{background:var(--sq-header)!important;color:var(--sq-text)!important;border-color:var(--sq-border)!important;}
html[data-theme="dark"] #hdr nav,
html[data-theme="dark"] .hdr-desk,
html[data-theme="dark"] .sq-menu-bar{background:var(--sq-menu)!important;color:var(--sq-text)!important;}
html[data-theme="dark"] .sq-card,
html[data-theme="dark"] .sq-product-card,
html[data-theme="dark"] .product-card,
html[data-theme="dark"] [data-product],
html[data-theme="dark"] .sq-mini-card,
html[data-theme="dark"] .sq-home-section>div,
html[data-theme="dark"] .sq-features,
html[data-theme="dark"] .sq-feature-card,
html[data-theme="dark"] .sq-category-icons,
html[data-theme="dark"] .sq-category-icons-wrap,
html[data-theme="dark"] .sq-banner,
html[data-theme="dark"] .sq-ad-banner,
html[data-theme="dark"] .sq-home-ad,
html[data-theme="dark"] .sq-modal-box,
html[data-theme="dark"] #dash-panel,
html[data-theme="dark"] #cart-side,
html[data-theme="dark"] #notif-panel,
html[data-theme="dark"] .sq-search-results{background:var(--sq-surface)!important;color:var(--sq-text)!important;border-color:var(--sq-border)!important;box-shadow:var(--sh2)!important;}
html[data-theme="dark"] .sq-product-image-box,
html[data-theme="dark"] .sq-cat-icon-img,
html[data-theme="dark"] .sq-mini-card img,
html[data-theme="dark"] .sq-product-card img{background:var(--sq-product-image-bg)!important;}
html[data-theme="dark"] .sq-product-info-layer{background:rgba(21,31,50,.92)!important;color:var(--sq-text)!important;}
html[data-theme="dark"] .sq-product-title,
html[data-theme="dark"] .sq-section-head h2,
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] strong,
html[data-theme="dark"] b,
html[data-theme="dark"] label{color:var(--sq-text)!important;}
html[data-theme="dark"] .sq-product-desc,
html[data-theme="dark"] .sq-product-unit,
html[data-theme="dark"] .sq-product-old-price,
html[data-theme="dark"] p,
html[data-theme="dark"] small,
html[data-theme="dark"] .muted,
html[data-theme="dark"] .sq-muted{color:var(--sq-muted)!important;}
html[data-theme="dark"] a{color:var(--sq-link)!important;}
html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea,
html[data-theme="dark"] .sq-search-wrap input{background:var(--sq-input-bg)!important;color:var(--sq-input-text)!important;border-color:var(--sq-border)!important;box-shadow:none!important;}
html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder{color:#94a3b8!important;opacity:1!important;}
html[data-theme="dark"] button,
html[data-theme="dark"] .sq-product-actions button,
html[data-theme="dark"] .sq-product-actions a{color:var(--sq-text)!important;border-color:var(--sq-border)!important;}
html[data-theme="dark"] .sq-btn,
html[data-theme="dark"] .sq-btn-primary,
html[data-theme="dark"] button.sq-primary,
html[data-theme="dark"] #submit-btn,
html[data-theme="dark"] #login-btn,
html[data-theme="dark"] #reg-btn,
html[data-theme="dark"] #otp-btn{background:var(--sq-buttons)!important;color:#fff!important;border-color:var(--sq-buttons)!important;}
html[data-theme="dark"] .cat-tab:not(.active),
html[data-theme="dark"] .cat-child-tab,
html[data-theme="dark"] .sq-cat-link,
html[data-theme="dark"] .tab-item:not(.active){background:#111827!important;color:var(--sq-text)!important;border-color:var(--sq-border)!important;}
html[data-theme="dark"] .cat-tab.active,
html[data-theme="dark"] .cat-child-tab.active,
html[data-theme="dark"] .tab-item.active{background:var(--sq-primary)!important;color:#020617!important;border-color:var(--sq-primary)!important;}
html[data-theme="dark"] .sq-stock-qty-pill{background:rgba(20,83,45,.75)!important;color:#bbf7d0!important;border-color:#166534!important;}
html[data-theme="dark"] .sq-sale-end-badge{background:rgba(120,53,15,.85)!important;color:#fde68a!important;border-color:#f59e0b!important;}
html[data-theme="dark"] .sq-float-cart,
html[data-theme="dark"] .sq-floating-cart{background:#0ea5e9!important;color:#fff!important;border-color:#38bdf8!important;}
html[data-theme="dark"] .sq-modal,
html[data-theme="dark"] .modal-overlay{background:rgba(2,6,23,.72)!important;}
html[data-theme="dark"] .sq-overlay{background:rgba(2,6,23,.72)!important;}
html[data-theme="dark"] .sq-mobile-bottom a,
html[data-theme="dark"] .sq-bottom-nav a{color:var(--sq-muted)!important;}
html[data-theme="dark"] .sq-mobile-bottom a.active,
html[data-theme="dark"] .sq-bottom-nav a.active{color:#7dd3fc!important;}
/* Rescue hard-coded inline dark text when dark mode is active */
html[data-theme="dark"] [style*="color:#111"],
html[data-theme="dark"] [style*="color: #111"],
html[data-theme="dark"] [style*="color:#0f172a"],
html[data-theme="dark"] [style*="color: #0f172a"],
html[data-theme="dark"] [style*="color:#1a2b1e"],
html[data-theme="dark"] [style*="color: #1a2b1e"],
html[data-theme="dark"] [style*="color:#222"],
html[data-theme="dark"] [style*="color: #222"],
html[data-theme="dark"] [style*="color:#333"],
html[data-theme="dark"] [style*="color: #333"]{color:var(--sq-text)!important;}
html[data-theme="dark"] [style*="background:#fff"],
html[data-theme="dark"] [style*="background: #fff"],
html[data-theme="dark"] [style*="background:white"],
html[data-theme="dark"] [style*="background: white"],
html[data-theme="dark"] [style*="background-color:#fff"],
html[data-theme="dark"] [style*="background-color: #fff"]{background:var(--sq-surface)!important;color:var(--sq-text)!important;border-color:var(--sq-border)!important;}
html[data-theme="dark"] [style*="border:1px solid #eee"],
html[data-theme="dark"] [style*="border:1px solid #e5e7eb"],
html[data-theme="dark"] [style*="border-color:#eee"],
html[data-theme="dark"] [style*="border-color: #eee"]{border-color:var(--sq-border)!important;}
@media(max-width:767px){html[data-theme="dark"] body{background:#0b1020!important;}html[data-theme="dark"] .sq-mobile-bottom{box-shadow:0 -10px 28px rgba(0,0,0,.45)!important;}}

/* V38.1.1 — iPhone mobile bottom nav + real mobile dark mode override */
@media(max-width:767px){
  body{padding-bottom:78px!important;}
  .sq-mobile-nav{
    height:62px!important;
    min-height:62px!important;
    padding:5px 8px calc(5px + env(safe-area-inset-bottom))!important;
    background:rgba(255,255,255,.98)!important;
    border-top:1px solid rgba(226,232,240,.95)!important;
    box-shadow:0 -8px 22px rgba(15,23,42,.12)!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:2px!important;
    overflow:visible!important;
  }
  .sq-mobile-nav-item{
    height:50px!important;
    min-height:50px!important;
    border-radius:14px!important;
    font-size:.62rem!important;
    gap:1px!important;
    padding:3px 2px!important;
    color:#64748b!important;
    background:transparent!important;
  }
  .sq-mobile-nav-icon{font-size:1.28rem!important;line-height:1!important;}
  .sq-mobile-nav-label{font-size:.61rem!important;line-height:1.1!important;}
  .sq-mobile-nav-cart{
    width:62px!important;
    height:62px!important;
    min-height:62px!important;
    flex:0 0 62px!important;
    margin-top:-22px!important;
    border-width:4px!important;
    box-shadow:0 9px 24px rgba(6,182,212,.32)!important;
  }
  .sq-mobile-nav-cart .sq-mobile-nav-icon{font-size:1.48rem!important;}
  .sq-mobile-nav-cart .sq-mobile-nav-label{font-size:.58rem!important;}
  .sq-mobile-nav-badge{top:-2px!important;right:0!important;min-width:19px!important;height:19px!important;font-size:.58rem!important;line-height:15px!important;padding:0 4px!important;}
  .mob-nav-spacer{height:74px!important;}
}
@media(max-width:374px){
  .sq-mobile-nav{height:58px!important;padding-left:4px!important;padding-right:4px!important;}
  .sq-mobile-nav-item{height:46px!important;font-size:.54rem!important;}
  .sq-mobile-nav-icon{font-size:1.12rem!important;}
  .sq-mobile-nav-label{font-size:.53rem!important;}
  .sq-mobile-nav-cart{width:58px!important;height:58px!important;flex-basis:58px!important;margin-top:-20px!important;}
  .sq-mobile-nav-cart .sq-mobile-nav-icon{font-size:1.35rem!important;}
  .sq-mobile-nav-cart .sq-mobile-nav-label{font-size:.54rem!important;}
}

html[data-theme="dark"] .sq-mobile-nav,
body.sq-dark .sq-mobile-nav{
  background:rgba(15,23,42,.98)!important;
  border-top-color:#263244!important;
  box-shadow:0 -10px 28px rgba(0,0,0,.5)!important;
}
html[data-theme="dark"] .sq-mobile-nav-item,
body.sq-dark .sq-mobile-nav-item{color:#cbd5e1!important;background:transparent!important;}
html[data-theme="dark"] .sq-mobile-nav-item.active,
html[data-theme="dark"] .sq-mobile-nav-item:hover,
html[data-theme="dark"] .sq-mobile-nav-item.touched,
body.sq-dark .sq-mobile-nav-item.active,
body.sq-dark .sq-mobile-nav-item:hover,
body.sq-dark .sq-mobile-nav-item.touched{color:#7dd3fc!important;background:rgba(125,211,252,.12)!important;}
html[data-theme="dark"] .sq-mobile-nav-cart,
body.sq-dark .sq-mobile-nav-cart{background:linear-gradient(180deg,#0891b2,#075985)!important;color:#fff!important;border-color:#0f172a!important;}

/* stronger full-page dark coverage, especially for mobile / inline backgrounds */
html[data-theme="dark"], body.sq-dark{background:#0b1020!important;color:#f8fafc!important;}
html[data-theme="dark"] body, body.sq-dark,
html[data-theme="dark"] #page, body.sq-dark #page,
html[data-theme="dark"] .site, body.sq-dark .site,
html[data-theme="dark"] main, body.sq-dark main,
html[data-theme="dark"] .sq-prem-home, body.sq-dark .sq-prem-home,
html[data-theme="dark"] .sq-prem-section, body.sq-dark .sq-prem-section,
html[data-theme="dark"] .sq-prem-container, body.sq-dark .sq-prem-container{
  background:#0b1020!important;color:#f8fafc!important;
}
html[data-theme="dark"] header#hdr, body.sq-dark header#hdr,
html[data-theme="dark"] #hdr, body.sq-dark #hdr{
  background:#020617!important;color:#f8fafc!important;box-shadow:0 2px 18px rgba(0,0,0,.5)!important;
}
html[data-theme="dark"] #hdr *, body.sq-dark #hdr *{color:#f8fafc!important;}
html[data-theme="dark"] #hdr input, body.sq-dark #hdr input{background:#111827!important;color:#f8fafc!important;border:1px solid #263244!important;}
html[data-theme="dark"] .sq-offer-top, body.sq-dark .sq-offer-top,
html[data-theme="dark"] .sq-menu-bar, body.sq-dark .sq-menu-bar,
html[data-theme="dark"] nav, body.sq-dark nav{background:#0f172a!important;color:#f8fafc!important;border-color:#263244!important;}
html[data-theme="dark"] .sq-prem-hero-card, body.sq-dark .sq-prem-hero-card,
html[data-theme="dark"] .sq-prem-cat-card, body.sq-dark .sq-prem-cat-card,
html[data-theme="dark"] .sq-prem-feature-card, body.sq-dark .sq-prem-feature-card,
html[data-theme="dark"] .sq-prem-product-card, body.sq-dark .sq-prem-product-card,
html[data-theme="dark"] .sq-prem-promo-card, body.sq-dark .sq-prem-promo-card,
html[data-theme="dark"] .sq-prem-footer, body.sq-dark .sq-prem-footer,
html[data-theme="dark"] .sq-cat-link, body.sq-dark .sq-cat-link,
html[data-theme="dark"] .prod-card, body.sq-dark .prod-card,
html[data-theme="dark"] .product-card, body.sq-dark .product-card,
html[data-theme="dark"] .sq-card, body.sq-dark .sq-card,
html[data-theme="dark"] #cart-side, body.sq-dark #cart-side,
html[data-theme="dark"] #dash-panel, body.sq-dark #dash-panel,
html[data-theme="dark"] #checkout-modal .sq-modal, body.sq-dark #checkout-modal .sq-modal,
html[data-theme="dark"] #auth-modal .sq-modal, body.sq-dark #auth-modal .sq-modal,
html[data-theme="dark"] .sq-modal-box, body.sq-dark .sq-modal-box{
  background:#111827!important;color:#f8fafc!important;border-color:#263244!important;box-shadow:0 12px 32px rgba(0,0,0,.42)!important;
}
html[data-theme="dark"] .sq-prem-product-card img,
body.sq-dark .sq-prem-product-card img,
html[data-theme="dark"] .prod-card img,
body.sq-dark .prod-card img{background:#0f172a!important;}
html[data-theme="dark"] input, html[data-theme="dark"] select, html[data-theme="dark"] textarea,
body.sq-dark input, body.sq-dark select, body.sq-dark textarea{
  background:#0f172a!important;color:#f8fafc!important;border-color:#334155!important;
}
html[data-theme="dark"] input::placeholder, html[data-theme="dark"] textarea::placeholder,
body.sq-dark input::placeholder, body.sq-dark textarea::placeholder{color:#94a3b8!important;opacity:1!important;}
html[data-theme="dark"] h1, html[data-theme="dark"] h2, html[data-theme="dark"] h3, html[data-theme="dark"] h4, html[data-theme="dark"] h5,
html[data-theme="dark"] strong, html[data-theme="dark"] b, html[data-theme="dark"] label,
body.sq-dark h1, body.sq-dark h2, body.sq-dark h3, body.sq-dark h4, body.sq-dark h5,
body.sq-dark strong, body.sq-dark b, body.sq-dark label{color:#f8fafc!important;}
html[data-theme="dark"] p, html[data-theme="dark"] small, html[data-theme="dark"] span,
body.sq-dark p, body.sq-dark small, body.sq-dark span{border-color:#263244;}
html[data-theme="dark"] [style*="background:#fff"], html[data-theme="dark"] [style*="background: #fff"], html[data-theme="dark"] [style*="background:white"], html[data-theme="dark"] [style*="background: white"],
body.sq-dark [style*="background:#fff"], body.sq-dark [style*="background: #fff"], body.sq-dark [style*="background:white"], body.sq-dark [style*="background: white"]{background:#111827!important;color:#f8fafc!important;border-color:#263244!important;}
html[data-theme="dark"] [style*="color:#333"], html[data-theme="dark"] [style*="color: #333"], html[data-theme="dark"] [style*="color:#111"], html[data-theme="dark"] [style*="color: #111"], html[data-theme="dark"] [style*="color:#222"], html[data-theme="dark"] [style*="color: #222"], html[data-theme="dark"] [style*="color:#555"], html[data-theme="dark"] [style*="color: #555"],
body.sq-dark [style*="color:#333"], body.sq-dark [style*="color: #333"], body.sq-dark [style*="color:#111"], body.sq-dark [style*="color: #111"], body.sq-dark [style*="color:#222"], body.sq-dark [style*="color: #222"], body.sq-dark [style*="color:#555"], body.sq-dark [style*="color: #555"]{color:#f8fafc!important;}
