/* Spare Zone KSA — custom landing template. Tokens follow the active DESIGN.md (Chrome & Electric Blue). */
.szc-landing-page{
  --black:#0c1114;
  --charcoal:#161d22;
  --charcoal-2:#1c252b;
  --steel:#263238;
  --line:#324049;
  --silver:#b0b3b8;
  --white:#f4f6f7;
  --accent:#1976d2;
  --accent-dark:#0d47a1;
  --accent-glow: rgba(25,118,210,0.35);
  --chrome:#4a4f57;
  --radius:14px;
  --font-display:'Cairo', sans-serif;
  --font-en:'Montserrat', sans-serif;
  --font-body:'Cairo', sans-serif;
  background:var(--black);
  color:var(--white);
  font-family:var(--font-body);
  line-height:1.6;
  overflow-x:hidden;
}
.szc-landing-page :where(h1,h2,h3,h4,h5){font-family:var(--font-display); margin:0; line-height:1.15;}
.szc-landing-page :where(a){color:inherit; text-decoration:none;}
.szc-landing-page :where(button,input,select){font-family:inherit;}
.szc-landing-page :where(img){max-width:100%; display:block;}
.szc-landing-page *{box-sizing:border-box;}
.szc-landing-page ::selection{background:var(--accent); color:#fff;}
.szc-container{max-width:1280px; margin:0 auto; padding:0 24px;}

/* ---------- TOPBAR ---------- */
.szc-topbar{background:var(--black); border-bottom:1px solid var(--line); font-size:13px; color:var(--silver);}
.szc-topbar .szc-container{display:flex; justify-content:space-between; align-items:center; height:38px; flex-wrap:wrap; gap:8px;}
.szc-topbar .szc-left, .szc-topbar .szc-right{display:flex; align-items:center; gap:18px;}
.szc-topbar .szc-right span{cursor:pointer; transition:color .2s;}
.szc-topbar .szc-right span:hover{color:var(--accent);}
.szc-topbar .szc-phone{color:var(--white); font-weight:600; display:flex; align-items:center; gap:6px;}
.szc-topbar .szc-phone svg{stroke:var(--accent);}
.szc-topbar .szc-phone a{color:inherit;}

/* ---------- HEADER ---------- */
.szc-header{position:sticky; top:0; z-index:100; background:rgba(11,12,14,0.92); backdrop-filter:blur(14px); border-bottom:1px solid var(--line);}
.szc-header-inner{display:flex; align-items:center; justify-content:space-between; padding:16px 0; gap:24px;}
.szc-logo{display:flex; align-items:center; gap:10px; flex-shrink:0;}
.szc-logo img{height:44px; width:auto;}
.szc-logo .szc-txt{display:flex; flex-direction:column; line-height:1.1;}
.szc-logo .szc-txt b{color:#fff; font-family:var(--font-en); font-weight:900; font-size:20px; letter-spacing:.5px;}
.szc-logo .szc-txt small{font-family:var(--font-body); font-size:10px; color:var(--silver); font-weight:400; letter-spacing:2px;}

.szc-nav{display:flex; align-items:center; gap:2px; flex-wrap:wrap;}
.szc-nav > a{padding:10px 16px; font-weight:600; font-size:14.5px; color:var(--white); border-radius:8px; transition:.2s;}
.szc-nav > a:hover{background:var(--charcoal-2); color:var(--accent);}
.szc-nav > a.active{color:var(--accent);}

.szc-header-actions{display:flex; align-items:center; gap:10px;}
.szc-icon-btn{width:42px; height:42px; border-radius:10px; background:var(--charcoal-2); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:.2s; position:relative;}
.szc-icon-btn:hover{border-color:var(--accent); background:var(--steel);}
.szc-icon-btn svg{width:19px; height:19px; stroke:var(--white);}
.szc-badge{position:absolute; top:-6px; left:-6px; background:var(--accent); color:#fff; font-size:10px; font-weight:700; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center;}
.szc-btn-account{display:flex; align-items:center; gap:8px; background:var(--charcoal-2); border:1px solid var(--line); padding:9px 16px; border-radius:10px; font-size:14px; font-weight:600; cursor:pointer; transition:.2s;}
.szc-btn-account:hover{border-color:var(--accent);}
.szc-cart-total{font-family:var(--font-en); font-weight:700; font-size:13px; color:var(--white);}

/* ---------- HERO ---------- */
.szc-hero{position:relative; background:radial-gradient(circle at 82% 20%, rgba(25,118,210,0.18), transparent 45%), linear-gradient(180deg, var(--black) 0%, var(--charcoal) 100%); padding:64px 0 0; overflow:hidden; border-bottom:1px solid var(--line);}
.szc-hero::before{content:''; position:absolute; inset:0; background-image:repeating-linear-gradient(115deg, transparent 0 78px, rgba(255,255,255,0.025) 78px 80px); pointer-events:none;}
.szc-hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:40px; align-items:center; position:relative; z-index:2;}
.szc-eyebrow{display:inline-flex; align-items:center; gap:8px; background:rgba(25,118,210,0.12); border:1px solid rgba(25,118,210,0.4); color:#6db3ff; font-size:13px; font-weight:700; padding:7px 14px; border-radius:99px; margin-bottom:22px;}
.szc-eyebrow::before{content:''; width:7px; height:7px; border-radius:50%; background:var(--accent); box-shadow:0 0 10px var(--accent);}
.szc-hero h1{font-size:52px; font-weight:900; line-height:1.15; color:#fff; margin-bottom:20px;}
.szc-hero h1 em{font-style:normal; background:linear-gradient(90deg, var(--accent), #6db3ff); -webkit-background-clip:text; background-clip:text; color:transparent;}
.szc-hero p.szc-sub{color:var(--silver); font-size:16.5px; max-width:480px; margin-bottom:32px;}
.szc-hero-ctas{display:flex; gap:14px; margin-bottom:44px; flex-wrap:wrap;}
.szc-btn-primary{background:linear-gradient(135deg, var(--accent), var(--accent-dark)); color:#fff; font-weight:700; padding:15px 30px; border-radius:11px; box-shadow:0 10px 30px var(--accent-glow); border:none; cursor:pointer; font-size:15px; font-family:var(--font-body); display:inline-flex; align-items:center; gap:10px; transition:transform .2s, box-shadow .2s;}
.szc-btn-primary:hover{transform:translateY(-2px); box-shadow:0 14px 34px var(--accent-glow);}
.szc-btn-outline{background:transparent; color:#fff; font-weight:700; padding:15px 26px; border-radius:11px; border:1.5px solid var(--line); cursor:pointer; font-size:15px; font-family:var(--font-body); transition:.2s;}
.szc-btn-outline:hover{border-color:var(--accent); color:var(--accent);}
.szc-hero-stats{display:flex; gap:36px; flex-wrap:wrap;}
.szc-hero-stats div{border-inline-start:2px solid var(--accent); padding-inline-start:14px;}
.szc-hero-stats b{display:block; font-size:26px; font-family:var(--font-display); font-weight:900;}
.szc-hero-stats span{color:var(--silver); font-size:13px;}

.szc-hero-visual{position:relative; height:460px;}
.szc-ring{position:absolute; inset:0; margin:auto; width:380px; height:380px; border-radius:50%; border:1px dashed var(--line); animation:szc-spin 40s linear infinite;}
.szc-ring2{position:absolute; inset:0; margin:auto; width:300px; height:300px; border-radius:50%; border:1px solid rgba(25,118,210,0.3);}
@keyframes szc-spin{to{transform:rotate(360deg);}}
.szc-core{position:absolute; inset:0; margin:auto; width:220px; height:220px; background:linear-gradient(145deg, var(--charcoal-2), var(--black)); border:1px solid var(--line); border-radius:32px; display:flex; align-items:center; justify-content:center; box-shadow:0 30px 70px rgba(0,0,0,0.6), inset 0 0 40px rgba(25,118,210,0.08);}
.szc-core svg{width:110px; height:110px; stroke:var(--accent); opacity:.9;}
.szc-float-chip{position:absolute; background:var(--charcoal-2); border:1px solid var(--line); border-radius:12px; padding:12px 16px; display:flex; align-items:center; gap:10px; box-shadow:0 12px 30px rgba(0,0,0,.4); font-size:13px; font-weight:600; animation:szc-float 5s ease-in-out infinite;}
.szc-float-chip svg{width:16px; height:16px;}
.szc-chip1{top:30px; inset-inline-start:0; animation-delay:0s;}
.szc-chip2{bottom:70px; inset-inline-start:20px; animation-delay:1.2s;}
.szc-chip3{top:60%; inset-inline-end:0; animation-delay:2.4s;}
@keyframes szc-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}
@media (prefers-reduced-motion: reduce){.szc-ring, .szc-float-chip{animation:none;}}

.szc-finder{position:relative; z-index:3; margin-top:26px; background:linear-gradient(135deg, var(--charcoal-2), var(--steel)); border:1px solid var(--line); border-radius:20px; padding:26px; display:grid; grid-template-columns:auto repeat(4,1fr) auto; gap:14px; align-items:center; box-shadow:0 24px 60px rgba(0,0,0,0.45); transform:translateY(30px);}
.szc-finder-label{display:flex; flex-direction:column; gap:2px; white-space:nowrap; padding-inline-end:10px; border-inline-end:1px solid var(--line);}
.szc-finder-label b{font-size:15px;}
.szc-finder-label span{font-size:12px; color:var(--silver);}
.szc-finder select{width:100%; background:var(--black); border:1px solid var(--line); color:#fff; padding:13px 14px; border-radius:10px; font-family:var(--font-body); font-size:14px; appearance:none; cursor:pointer; transition:.2s;}
.szc-finder select:hover, .szc-finder select:focus{border-color:var(--accent); outline:none;}
.szc-finder-field{position:relative;}
.szc-finder-field::after{content:'▾'; position:absolute; top:50%; inset-inline-end:14px; transform:translateY(-50%); color:var(--silver); pointer-events:none; font-size:12px;}
.szc-finder-go{background:var(--accent); border:none; color:#fff; font-weight:800; font-size:15px; padding:14px 26px; border-radius:10px; cursor:pointer; white-space:nowrap; display:flex; align-items:center; gap:8px; transition:.2s;}
.szc-finder-go:hover{background:var(--accent-dark);}
.szc-hero-bottom-space{height:70px;}

/* ---------- TRUST STRIP ---------- */
.szc-trust{background:var(--charcoal); border-bottom:1px solid var(--line); padding:22px 0;}
.szc-trust .szc-container{display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px;}
.szc-trust-item{display:flex; align-items:center; gap:12px; font-size:14px; color:var(--silver); flex:1; min-width:200px;}
.szc-trust-item .szc-ic{width:38px; height:38px; border-radius:10px; background:var(--charcoal-2); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.szc-trust-item .szc-ic svg{width:18px; height:18px; stroke:var(--accent);}
.szc-trust-item b{color:#fff; display:block; font-size:14px;}

/* ---------- SECTIONS ---------- */
.szc-section{padding:80px 0;}
.szc-sec-head{display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:40px; flex-wrap:wrap; gap:16px;}
.szc-sec-head .szc-tag{color:var(--accent); font-weight:700; font-size:13px; letter-spacing:2px; text-transform:uppercase; margin-bottom:8px; display:block;}
.szc-sec-head h2{font-size:32px; font-weight:900; color:#fff;}
.szc-sec-head p{color:var(--silver); font-size:14.5px; margin-top:6px; max-width:460px;}
.szc-link-all{color:#fff; font-weight:700; font-size:14px; display:flex; align-items:center; gap:8px; border-bottom:2px solid var(--accent); padding-bottom:4px; transition:.2s;}
.szc-link-all:hover{gap:12px;}

/* ---------- BRAND CARDS ---------- */
.szc-brands{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.szc-brand-card{background:linear-gradient(160deg, var(--charcoal-2), var(--charcoal)); border:1px solid var(--line); border-radius:20px; padding:34px; position:relative; overflow:hidden; cursor:pointer; transition:.3s; min-height:220px; display:flex; flex-direction:column; justify-content:space-between;}
.szc-brand-card:hover{border-color:var(--accent); transform:translateY(-6px); box-shadow:0 20px 40px rgba(0,0,0,.4);}
.szc-brand-card .szc-glow{position:absolute; width:160px; height:160px; border-radius:50%; background:var(--accent); filter:blur(70px); opacity:.18; top:-40px; inset-inline-start:-40px;}
.szc-brand-card .szc-icon{width:52px; height:52px; stroke:var(--accent); position:relative; z-index:2;}
.szc-brand-card h3{font-size:24px; font-weight:800; color:#fff; margin-top:20px; position:relative; z-index:2;}
.szc-brand-card span.szc-count{color:var(--silver); font-size:13px; position:relative; z-index:2;}
.szc-brand-card .szc-arrow{position:absolute; bottom:28px; inset-inline-start:28px; width:38px; height:38px; border-radius:50%; border:1px solid var(--line); display:flex; align-items:center; justify-content:center; transition:.3s;}
.szc-brand-card:hover .szc-arrow{background:var(--accent); border-color:var(--accent); transform:rotate(-45deg);}

/* ---------- PRODUCTS ---------- */
.szc-products-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.szc-p-card{background:var(--charcoal-2); border:1px solid var(--line); border-radius:16px; overflow:hidden; transition:.3s;}
.szc-p-card:hover{border-color:var(--accent); transform:translateY(-4px);}
.szc-p-thumb{height:170px; background:radial-gradient(circle at 50% 40%, rgba(25,118,210,0.12), transparent 70%), var(--steel); display:flex; align-items:center; justify-content:center; position:relative;}
.szc-p-thumb img{width:100%; height:100%; object-fit:contain; padding:16px; background:#fff;}
.szc-p-thumb:has(img){background:#fff;}
.szc-p-tag{position:absolute; top:12px; inset-inline-end:12px; background:var(--accent); color:#fff; font-size:11px; font-weight:800; padding:4px 10px; border-radius:6px;}
.szc-p-wish{position:absolute; top:12px; inset-inline-start:12px; width:32px; height:32px; border-radius:8px; background:rgba(0,0,0,0.4); backdrop-filter:blur(4px); display:flex; align-items:center; justify-content:center; border:1px solid var(--line); cursor:pointer;}
.szc-p-wish svg{width:15px; height:15px; stroke:#fff;}
.szc-p-body{padding:16px;}
.szc-p-cat{color:var(--accent); font-size:11.5px; font-weight:700; letter-spacing:1px; margin-bottom:6px; display:block;}
.szc-p-title{font-size:14.5px; font-weight:700; color:#fff; margin-bottom:10px; min-height:38px; display:block;}
.szc-p-foot{display:flex; align-items:center; justify-content:space-between;}
.szc-p-price{font-family:var(--font-display); font-weight:900; font-size:17px; color:#fff;}
.szc-p-price small{font-size:11px; color:var(--silver); font-weight:400;}
.szc-p-add{width:36px; height:36px; border-radius:9px; background:var(--accent); border:none; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:.2s;}
.szc-p-add:hover{background:var(--accent-dark); transform:scale(1.08);}
.szc-p-add svg{width:16px; height:16px; stroke:#fff;}

/* ---------- WHY US ---------- */
.szc-why{background:var(--charcoal); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.szc-why-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:18px; overflow:hidden;}
.szc-why-item{background:var(--charcoal); padding:34px 26px;}
.szc-why-item .szc-n{font-family:var(--font-display); font-size:14px; color:var(--accent); font-weight:900; margin-bottom:14px;}
.szc-why-item svg{width:30px; height:30px; stroke:#fff; margin-bottom:16px;}
.szc-why-item h4{font-size:17px; margin-bottom:8px; color:#fff;}
.szc-why-item p{color:var(--silver); font-size:13.5px;}

/* ---------- OFFER BANNER ---------- */
.szc-offer{background:linear-gradient(120deg, rgba(25,118,210,.9), rgba(13,71,161,.95)), repeating-linear-gradient(45deg, rgba(0,0,0,0.08) 0 12px, transparent 12px 24px); border-radius:24px; padding:56px 50px; position:relative; overflow:hidden; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:24px;}
.szc-offer h2{font-size:34px; color:#fff; font-weight:900; margin-bottom:10px;}
.szc-offer p{color:rgba(255,255,255,0.85); font-size:15px; max-width:420px;}
.szc-offer .szc-btn-outline{border-color:rgba(255,255,255,.6); color:#fff;}
.szc-offer .szc-btn-outline:hover{background:#fff; color:var(--accent-dark); border-color:#fff;}
.szc-offer-badge{position:absolute; top:-30px; inset-inline-start:40px; width:150px; height:150px; border-radius:50%; border:14px solid rgba(255,255,255,.12);}

/* ---------- STATS ---------- */
.szc-stats{display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center;}
.szc-stat b{font-family:var(--font-display); font-size:44px; font-weight:900; color:#fff; display:block; background:linear-gradient(90deg, #fff, var(--silver)); -webkit-background-clip:text; background-clip:text;}
.szc-stat span{color:var(--silver); font-size:13.5px; margin-top:6px; display:block;}

/* ---------- NEWSLETTER ---------- */
.szc-newsletter{background:var(--charcoal-2); border:1px solid var(--line); border-radius:22px; padding:50px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;}
.szc-newsletter h3{font-size:24px; color:#fff; margin-bottom:6px;}
.szc-newsletter p{color:var(--silver); font-size:14px;}
.szc-nl-form{display:flex; gap:10px; flex:1; max-width:420px; min-width:280px;}
.szc-nl-form input{flex:1; background:var(--black); border:1px solid var(--line); border-radius:10px; padding:14px 16px; color:#fff; font-family:var(--font-body); font-size:14px;}
.szc-nl-form input:focus{outline:none; border-color:var(--accent);}
.szc-nl-msg{font-size:13px; color:var(--accent); margin-top:8px; display:none;}

/* ---------- FOOTER ---------- */
.szc-footer{background:var(--black); border-top:1px solid var(--line); padding:64px 0 24px;}
.szc-footer-grid{display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:40px; margin-bottom:50px;}
.szc-footer-brand p{color:var(--silver); font-size:13.5px; margin:16px 0 20px; max-width:280px;}
.szc-socials{display:flex; gap:10px;}
.szc-socials a{width:36px; height:36px; border-radius:9px; background:var(--charcoal-2); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; transition:.2s;}
.szc-socials a:hover{background:var(--accent); border-color:var(--accent);}
.szc-socials svg{width:15px; height:15px; stroke:#fff;}
.szc-f-col h5{color:#fff; font-size:15px; margin-bottom:18px;}
.szc-f-col a{display:block; color:var(--silver); font-size:13.5px; margin-bottom:12px; transition:.2s;}
.szc-f-col a:hover{color:var(--accent);}
.szc-footer-bottom{border-top:1px solid var(--line); padding-top:22px; display:flex; justify-content:space-between; color:var(--silver); font-size:13px; flex-wrap:wrap; gap:12px;}

/* ---------- MOBILE NAV ---------- */
.szc-mobile-toggle{display:none; width:42px; height:42px; border-radius:10px; background:var(--charcoal-2); border:1px solid var(--line); align-items:center; justify-content:center; cursor:pointer;}
.szc-mobile-toggle svg{width:20px; height:20px; stroke:#fff;}

@media(max-width:1100px){
  .szc-header-inner .szc-nav{display:none;}
  .szc-mobile-toggle{display:flex;}
  .szc-landing-page.szc-nav-open .szc-nav{display:flex; position:absolute; top:100%; inset-inline-start:0; inset-inline-end:0; background:var(--black); flex-direction:column; padding:12px; border-bottom:1px solid var(--line); z-index:99;}
  .szc-hero-grid{grid-template-columns:1fr;}
  .szc-hero-visual{display:none;}
  .szc-finder{grid-template-columns:repeat(2,1fr);}
  .szc-finder-label{grid-column:1/-1; border-inline-end:none; border-bottom:1px solid var(--line); padding-bottom:12px;}
  .szc-brands, .szc-why-grid, .szc-products-grid{grid-template-columns:repeat(2,1fr);}
  .szc-stats{grid-template-columns:repeat(2,1fr);}
  .szc-footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:640px){
  .szc-hero h1{font-size:36px;}
  .szc-brands, .szc-why-grid, .szc-products-grid, .szc-stats, .szc-footer-grid{grid-template-columns:1fr;}
}

/* ---------- SEARCH TOGGLE ---------- */
.szc-search-wrap{position:relative;}
.szc-search-box{position:absolute; top:calc(100% + 10px); inset-inline-end:0; width:280px; background:var(--charcoal-2); border:1px solid var(--line); border-radius:12px; padding:10px; display:none; gap:8px; box-shadow:0 20px 40px rgba(0,0,0,.5); z-index:150;}
.szc-search-wrap.szc-open .szc-search-box{display:flex;}
.szc-search-box input{flex:1; background:var(--black); border:1px solid var(--line); border-radius:8px; padding:10px 12px; color:#fff; font-size:14px;}
.szc-search-box button{background:var(--accent); border:none; border-radius:8px; width:38px; display:flex; align-items:center; justify-content:center; cursor:pointer;}
.szc-search-box button svg{width:16px; height:16px; stroke:#fff;}

/* ---------- ENGLISH (LTR) TYPE OVERRIDE ---------- */
.szc-landing-page.szc-lang-en{ --font-display:'Montserrat', sans-serif; --font-body:'Montserrat', sans-serif; }

/* ---------- SHOP ARCHIVE ---------- */
.szc-shop-head{padding:40px 0 0;}
.szc-shop-head h1{font-size:30px; font-weight:900; color:#fff;}
.szc-breadcrumb{color:var(--silver); font-size:13px; margin-bottom:10px;}
.szc-breadcrumb a{color:var(--silver);}
.szc-breadcrumb a:hover{color:var(--accent);}
.szc-shop-wrap{display:grid; grid-template-columns:260px 1fr; gap:36px; padding:32px 0 80px; align-items:start;}
.szc-sidebar{background:var(--charcoal-2); border:1px solid var(--line); border-radius:16px; padding:22px; position:sticky; top:100px;}
.szc-sidebar h3{font-size:15px; color:#fff; margin-bottom:14px;}
.szc-cat-tree, .szc-cat-tree ul{list-style:none; margin:0; padding:0;}
.szc-cat-tree ul{padding-inline-start:16px; margin-top:6px;}
.szc-cat-tree li{margin-bottom:6px;}
.szc-cat-tree a{display:flex; justify-content:space-between; gap:8px; color:var(--silver); font-size:13.5px; padding:6px 8px; border-radius:8px; transition:.2s;}
.szc-cat-tree a:hover{background:var(--steel); color:#fff;}
.szc-cat-tree a.active{background:var(--accent); color:#fff;}
.szc-cat-tree .szc-c{color:var(--silver); font-size:11.5px;}
.szc-cat-tree a.active .szc-c{color:rgba(255,255,255,.8);}
.szc-toolbar{display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; margin-bottom:24px; padding-bottom:18px; border-bottom:1px solid var(--line);}
.szc-result-count{color:var(--silver); font-size:13.5px;}
.szc-sort select{background:var(--charcoal-2); border:1px solid var(--line); color:#fff; padding:10px 14px; border-radius:9px; font-size:13.5px; cursor:pointer;}
.szc-shop-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.szc-empty{color:var(--silver); padding:60px 0; text-align:center;}
.szc-pagination{display:flex; gap:8px; justify-content:center; margin-top:44px; flex-wrap:wrap;}
.szc-pagination .page-numbers{display:flex; align-items:center; justify-content:center; min-width:38px; height:38px; padding:0 10px; border-radius:9px; background:var(--charcoal-2); border:1px solid var(--line); color:var(--silver); font-size:13.5px;}
.szc-pagination .page-numbers.current{background:var(--accent); border-color:var(--accent); color:#fff;}
.szc-pagination .page-numbers:hover{border-color:var(--accent); color:#fff;}
@media(max-width:900px){
  .szc-shop-wrap{grid-template-columns:1fr;}
  .szc-sidebar{position:static;}
  .szc-shop-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .szc-shop-grid{grid-template-columns:1fr;}
}

.szc-p-thumb svg{width:64px; height:64px; stroke:var(--silver); opacity:.7;}

/* ---------- CART (restyle default WooCommerce cart shortcode) ---------- */
.szc-cart-wrap{padding:32px 0 80px; color:var(--white) !important; background:transparent !important;}
.szc-cart-wrap, .szc-cart-wrap *{background-image:none;}
.szc-cart-wrap .woocommerce-notices-wrapper .woocommerce-message,
.szc-cart-wrap .woocommerce-notices-wrapper .woocommerce-info{background:var(--charcoal-2) !important; border:1px solid var(--line) !important; border-inline-start:3px solid var(--accent) !important; color:var(--white) !important; border-radius:10px !important; padding:14px 18px !important; margin-bottom:20px !important; list-style:none !important;}
.szc-cart-wrap .woocommerce-notices-wrapper .woocommerce-message a, .szc-cart-wrap .woocommerce-notices-wrapper .woocommerce-info a{color:var(--accent) !important; font-weight:700 !important;}
.szc-cart-wrap table.shop_table{width:100% !important; border-collapse:separate !important; border-spacing:0 10px !important; background:transparent !important;}
.szc-cart-wrap table.cart thead{display:none !important;}
.szc-cart-wrap table.cart tr.cart_item{background:var(--charcoal-2) !important; border:1px solid var(--line) !important;}
.szc-cart-wrap table.cart tr.cart_item td{padding:16px !important; border:none !important; border-top:1px solid var(--line) !important; border-bottom:1px solid var(--line) !important; vertical-align:middle !important; background:transparent !important; color:var(--white) !important;}
.szc-cart-wrap table.cart tr.cart_item td:first-child{border-inline-start:1px solid var(--line) !important; border-start-start-radius:12px !important; border-end-start-radius:12px !important;}
.szc-cart-wrap table.cart tr.cart_item td:last-child{border-inline-end:1px solid var(--line) !important; border-start-end-radius:12px !important; border-end-end-radius:12px !important;}
.szc-cart-wrap td.product-thumbnail img{width:64px !important; height:64px !important; object-fit:contain !important; background:var(--steel) !important; border-radius:10px !important; padding:8px !important;}
.szc-cart-wrap td.product-name a{color:#fff !important; font-weight:700 !important; font-size:14.5px !important;}
.szc-cart-wrap td.product-name{color:var(--silver) !important; font-size:13px !important;}
.szc-cart-wrap .product-price, .szc-cart-wrap .product-price *, .szc-cart-wrap .product-subtotal, .szc-cart-wrap .product-subtotal *{color:#fff !important; font-family:var(--font-display) !important; font-weight:800 !important;}
.szc-cart-wrap td.product-remove a.remove{color:var(--silver) !important; background:transparent !important; font-size:22px !important; width:28px !important; height:28px !important; display:flex !important; align-items:center !important; justify-content:center !important; border-radius:8px !important;}
.szc-cart-wrap td.product-remove a.remove:hover{color:#fff !important; background:var(--accent) !important;}
.szc-cart-wrap .quantity .qty{width:64px !important; background:var(--black) !important; border:1px solid var(--line) !important; color:#fff !important; border-radius:8px !important; padding:8px !important; text-align:center !important; font-family:var(--font-body) !important;}
.szc-cart-wrap table.cart .coupon{display:flex !important; gap:10px !important; align-items:center !important; flex-wrap:wrap !important;}
.szc-cart-wrap table.cart .coupon input#coupon_code{background:var(--charcoal-2) !important; border:1px solid var(--line) !important; color:#fff !important; border-radius:9px !important; padding:12px 14px !important; font-size:13.5px !important; width:auto !important;}
.szc-cart-wrap table.cart .button, .szc-cart-wrap table.cart input.button, .szc-cart-wrap table.cart button.button{background:var(--accent) !important; background-image:none !important; border:none !important; color:#fff !important; font-weight:700 !important; padding:12px 22px !important; border-radius:9px !important; cursor:pointer !important; font-size:13.5px !important; transition:.2s !important; box-shadow:none !important; text-shadow:none !important;}
.szc-cart-wrap table.cart .button:hover, .szc-cart-wrap table.cart input.button:hover, .szc-cart-wrap table.cart button.button:hover{background:var(--accent-dark) !important;}
.szc-cart-wrap table.cart .button:disabled{opacity:.5 !important; cursor:not-allowed !important;}
.szc-cart-wrap table.cart > tbody > tr:last-child td{background:transparent !important; border:none !important; padding-top:20px !important;}
.szc-cart-wrap .cart-collaterals{margin-top:36px !important; display:flex !important; justify-content:flex-end !important; background:transparent !important;}
.szc-cart-wrap .cart-collaterals .products-wrapper{width:100% !important; max-width:380px !important; background:transparent !important;}
.szc-cart-wrap .cart_totals{background:var(--charcoal-2) !important; border:1px solid var(--line) !important; border-radius:16px !important; padding:26px !important; width:100% !important;}
.szc-cart-wrap .cart_totals h2{font-size:18px !important; color:#fff !important; margin-bottom:16px !important;}
.szc-cart-wrap .cart_totals table{width:100% !important; background:transparent !important;}
.szc-cart-wrap .cart_totals table th{color:var(--silver) !important; font-weight:400 !important; text-align:start !important; padding:10px 0 !important; border-top:1px solid var(--line) !important; font-size:13.5px !important; background:transparent !important;}
.szc-cart-wrap .cart_totals table td, .szc-cart-wrap .cart_totals table td *{color:#fff !important; font-weight:700 !important; text-align:end !important; padding:10px 0 !important; border-top:1px solid var(--line) !important; font-size:13.5px !important; background:transparent !important;}
.szc-cart-wrap .cart_totals table tr:first-child th, .szc-cart-wrap .cart_totals table tr:first-child td{border-top:none !important;}
.szc-cart-wrap .cart_totals .order-total th, .szc-cart-wrap .cart_totals .order-total td, .szc-cart-wrap .cart_totals .order-total td *{font-size:17px !important; font-family:var(--font-display) !important; font-weight:900 !important;}
.szc-cart-wrap .wc-proceed-to-checkout{margin-top:18px !important;}
.szc-cart-wrap .wc-proceed-to-checkout a.checkout-button{display:block !important; text-align:center !important; background-color:var(--accent) !important; background-image:linear-gradient(135deg, var(--accent), var(--accent-dark)) !important; color:#fff !important; font-weight:800 !important; padding:15px !important; border-radius:11px !important; font-size:15px !important; box-shadow:0 10px 30px var(--accent-glow) !important; border:none !important; text-shadow:none !important;}
.szc-cart-wrap .cart-empty{color:var(--silver) !important; text-align:center !important; padding:60px 0 20px !important; font-size:15px !important; list-style:none !important; background:transparent !important;}
.szc-cart-wrap p.return-to-shop{text-align:center !important;}
.szc-cart-wrap .wc-backward{display:inline-flex !important; margin-top:10px !important; background:var(--accent) !important; color:#fff !important; font-weight:700 !important; padding:12px 24px !important; border-radius:10px !important;}
@media(max-width:780px){
  .szc-cart-wrap table.cart, .szc-cart-wrap table.cart tbody, .szc-cart-wrap table.cart tr, .szc-cart-wrap table.cart td{display:block !important; width:100% !important;}
  .szc-cart-wrap table.cart tr.cart_item{border-radius:14px !important; padding:14px !important; margin-bottom:14px !important;}
  .szc-cart-wrap table.cart tr.cart_item td{border:none !important; border-radius:0 !important; padding:8px 0 !important;}
  .szc-cart-wrap td.product-remove{position:absolute !important; inset-inline-end:14px !important; top:14px !important; width:auto !important;}
  .szc-cart-wrap tr.cart_item{position:relative !important;}
  .szc-cart-wrap table.cart > tbody > tr:last-child{display:block !important; padding-top:10px !important;}
  .szc-cart-wrap .cart-collaterals{justify-content:stretch !important;}
  .szc-cart-wrap .cart_totals{max-width:100% !important;}
}

/* ---------- SINGLE PRODUCT ---------- */
.szc-product-hero{display:grid; grid-template-columns:1fr 1fr; gap:44px; padding:36px 0 50px; align-items:start;}
.szc-product-media{background:radial-gradient(circle at 50% 40%, rgba(25,118,210,0.12), transparent 70%), var(--steel); border:1px solid var(--line); border-radius:20px; min-height:380px; display:flex; align-items:center; justify-content:center; position:sticky; top:100px;}
.szc-product-media svg{width:140px; height:140px; stroke:var(--silver); opacity:.7;}
.szc-product-media img{width:100%; height:100%; object-fit:contain; padding:28px;}
.szc-product-media:has(img){background:#fff;}
.szc-product-info h1{font-size:28px; font-weight:900; color:#fff; margin:10px 0 14px;}
.szc-product-price{font-family:var(--font-display); font-weight:900; font-size:30px; color:#fff; margin-bottom:14px;}
.szc-product-price ins{text-decoration:none; color:var(--accent);}
.szc-product-price del{color:var(--silver); font-size:18px; margin-inline-end:10px;}
.szc-product-stock{display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:700; padding:6px 14px; border-radius:99px; margin-bottom:20px;}
.szc-product-stock.in{background:rgba(25,118,210,.12); color:#6db3ff; border:1px solid rgba(25,118,210,.4);}
.szc-product-stock.out{background:rgba(224,33,43,.12); color:#ff8a8a; border:1px solid rgba(224,33,43,.35);}
.szc-product-excerpt{color:var(--silver); font-size:14.5px; line-height:1.8; margin-bottom:26px;}
.szc-product-cart-form{margin-bottom:20px;}
.szc-product-cart-form form.cart{display:flex; align-items:center; gap:14px; flex-wrap:wrap;}
.szc-product-cart-form .quantity{display:inline-block;}
.szc-product-cart-form .qty{width:70px; background:var(--black) !important; border:1px solid var(--line) !important; color:#fff !important; border-radius:10px !important; padding:13px !important; text-align:center !important; font-family:var(--font-body) !important; font-size:15px !important;}
.szc-product-cart-form .single_add_to_cart_button{background-color:var(--accent) !important; background-image:linear-gradient(135deg, var(--accent), var(--accent-dark)) !important; color:#fff !important; font-weight:800 !important; padding:15px 34px !important; border-radius:11px !important; border:none !important; cursor:pointer !important; font-size:15px !important; box-shadow:0 10px 30px var(--accent-glow) !important; text-shadow:none !important;}
.szc-product-cart-form .single_add_to_cart_button:hover{background:var(--accent-dark) !important;}
.szc-product-cart-form .single_add_to_cart_button.disabled{opacity:.5 !important; cursor:not-allowed !important;}
.szc-product-meta{color:var(--silver); font-size:12.5px; padding-top:16px; border-top:1px solid var(--line);}
.szc-product-description{padding:20px 0 60px; border-top:1px solid var(--line); max-width:820px;}
.szc-product-description h2{font-size:20px; color:#fff; margin-bottom:16px;}
.szc-product-description-content{color:var(--silver); font-size:14.5px; line-height:1.9;}
.szc-related-products{padding:10px 0 70px; border-top:1px solid var(--line);}
@media(max-width:900px){
  .szc-product-hero{grid-template-columns:1fr; gap:26px;}
  .szc-product-media{position:static; min-height:280px;}
  .szc-related-products .szc-shop-grid{grid-template-columns:repeat(2,1fr) !important;}
}
@media(max-width:640px){
  .szc-related-products .szc-shop-grid{grid-template-columns:1fr !important;}
}
