/*
Theme Name: Daily Pick
Theme URI: https://dailypick.sa
Author: Daily Pick
Description: قالب متجر ديلي بيك — تصميم عربي RTL سريع ومحسّن للتحويل، مبني خصيصاً لووكومرس.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: dailypick
Tags: e-commerce, rtl-language-support, custom-colors
*/

/* ========== TOKENS ========== */
:root{
  --ink:#0F1B2D; --ink-2:#1E2E45; --ink-3:#5A6B82;
  --brand:#FF6B35; --brand-dk:#E24F1B; --brand-lt:#FFF1EA;
  --gold:#F5A524; --green:#0E9F6E; --red:#E02424;
  --bg:#FFFFFF; --surface:#F6F8FB; --line:#E5E9F0;
  --radius:14px; --radius-sm:10px; --radius-lg:22px;
  --shadow-sm:0 1px 2px rgba(15,27,45,.06),0 1px 3px rgba(15,27,45,.05);
  --shadow:0 4px 16px rgba(15,27,45,.08);
  --shadow-lg:0 18px 44px rgba(15,27,45,.13);
  --max:1280px;
  --font:'Tajawal','Segoe UI',system-ui,-apple-system,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);
  font-size:16px;line-height:1.75;direction:rtl;text-align:right;overflow-x:hidden;
  -webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
svg{max-width:100%;flex:none}
a{color:inherit;text-decoration:none;transition:.18s}
h1,h2,h3,h4{margin:0 0 .5em;line-height:1.3;font-weight:800;letter-spacing:-.01em}
h1{font-size:clamp(28px,4.4vw,46px)} h2{font-size:clamp(23px,3vw,34px)} h3{font-size:clamp(18px,2vw,22px)}
p{margin:0 0 1em}
ul,ol{padding-inline-start:1.3em}
.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ========== BUTTONS ========== */
.btn,.button,button,input[type=submit],
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--font);font-weight:700;font-size:15px;line-height:1;
  padding:14px 26px;border-radius:var(--radius-sm);border:0;cursor:pointer;
  background:var(--brand);color:#fff;transition:.18s;text-align:center}
.btn:hover,.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover,
.woocommerce #respond input#submit:hover,.woocommerce input.button:hover{
  background:var(--brand-dk);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow)}
.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}
.btn-ghost:hover{background:var(--surface);border-color:var(--ink-3)}
.btn-dark{background:var(--ink)} .btn-dark:hover{background:var(--ink-2)}
.btn-lg{padding:17px 38px;font-size:17px}

/* ========== HEADER ========== */
.topbar{background:var(--ink);color:#fff;font-size:13.5px;font-weight:500}
.topbar .wrap{display:flex;align-items:center;justify-content:center;gap:26px;
  min-height:40px;flex-wrap:wrap;text-align:center}
.topbar span{display:inline-flex;align-items:center;gap:7px;opacity:.94}
.topbar svg{width:16px;height:16px;flex:none;stroke:var(--brand)}
.site-head{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line)}
.head-main{display:flex;align-items:center;gap:22px;min-height:76px}
.brand{display:flex;align-items:center;gap:11px;flex:none}
.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--gold));
  display:grid;place-items:center;color:#fff;flex:none;box-shadow:0 4px 12px rgba(255,107,53,.32)}
.brand-mark svg{width:23px;height:23px}
.brand-txt{display:flex;flex-direction:column;line-height:1.12}
.brand-ar{font-weight:800;font-size:19px;color:var(--ink)}
.brand-en{font-size:10.5px;letter-spacing:.18em;color:var(--ink-3);font-weight:600;text-transform:uppercase}
.head-search{flex:1;position:relative;max-width:560px}
.head-search input[type=search],.head-search input[type=text]{
  width:100%;height:48px;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  background:var(--surface);padding:0 46px 0 16px;font-family:var(--font);font-size:15px;color:var(--ink);outline:0}
.head-search input:focus{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px rgba(255,107,53,.1)}
.head-search button{position:absolute;inset-inline-start:6px;top:6px;width:36px;height:36px;padding:0;
  background:transparent;color:var(--ink-3);border-radius:8px}
.head-search button:hover{background:transparent;color:var(--brand);transform:none;box-shadow:none}
.head-search svg{width:19px;height:19px}
.head-acts{display:flex;align-items:center;gap:6px;flex:none;margin-inline-start:auto}
.iconbtn{position:relative;width:44px;height:44px;display:grid;place-items:center;border-radius:11px;color:var(--ink)}
.iconbtn:hover{background:var(--surface);color:var(--brand)}
.iconbtn svg{width:22px;height:22px}
.cart-count{position:absolute;top:4px;inset-inline-start:4px;min-width:19px;height:19px;padding:0 5px;
  background:var(--brand);color:#fff;border-radius:99px;font-size:11px;font-weight:800;
  display:grid;place-items:center;line-height:1}
.navbar{border-top:1px solid var(--line);background:#fff}
.navbar ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2px;overflow-x:auto;
  scrollbar-width:none;min-height:52px}
.navbar ul::-webkit-scrollbar{display:none}
.navbar li{position:relative;flex:none}
.navbar a{display:block;padding:10px 15px;font-size:14.5px;font-weight:600;color:var(--ink-2);border-radius:9px;white-space:nowrap}
.navbar a:hover{color:var(--brand);background:var(--brand-lt)}
.navbar .sub-menu{display:none;position:absolute;top:100%;inset-inline-start:0;min-width:230px;background:#fff;
  border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:8px;z-index:70;flex-direction:column}
.navbar li:hover>.sub-menu{display:flex}
.navbar .sub-menu a{font-weight:500;font-size:14px;padding:9px 13px}
.navclose{display:none}
.burger{display:none;width:44px;height:44px;place-items:center;border-radius:11px;background:transparent;color:var(--ink);padding:0}
.burger svg{width:24px;height:24px}

/* ========== HERO ========== */
.hero{background:linear-gradient(135deg,#0F1B2D 0%,#1B2C48 55%,#243A5E 100%);color:#fff;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,107,53,.35),transparent 68%);top:-190px;inset-inline-start:-130px}
.hero::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(245,165,36,.22),transparent 68%);bottom:-190px;inset-inline-end:-100px}
.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;
  align-items:center;padding-top:56px;padding-bottom:56px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);padding:7px 15px;border-radius:99px;font-size:13.5px;font-weight:700;margin-bottom:20px}
.hero-badge{white-space:nowrap}
.hero-badge b{color:var(--gold)}
.hero-badge svg{width:17px;height:17px;flex:none;stroke-width:2.2}
.sec-head a.more svg{width:17px;height:17px;flex:none}
.foot-top ul svg{width:17px;height:17px;flex:none;display:inline-block;vertical-align:-3px;margin-inline-end:6px}
.foot-top ul li{display:flex;align-items:flex-start;gap:2px}
.hero h1{color:#fff;margin-bottom:16px}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero p.lead{font-size:clamp(16px,1.7vw,18.5px);color:rgba(255,255,255,.82);max-width:520px;margin-bottom:28px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}
.hero-stats{display:flex;gap:34px;flex-wrap:wrap;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}
.hero-stats div b{display:block;font-size:26px;font-weight:800;color:var(--gold);line-height:1.2}
.hero-stats div span{font-size:13.5px;color:rgba(255,255,255,.7)}
.hero-art{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hero-art figure{margin:0;border-radius:var(--radius-lg);overflow:hidden;background:#fff;
  box-shadow:var(--shadow-lg);aspect-ratio:1;position:relative}
.hero-art figure:first-child{grid-row:span 2;aspect-ratio:1/2.06}
.hero-art img{width:100%;height:100%;object-fit:cover}

/* ========== TRUST BAR ========== */
.trust{background:var(--surface);border-bottom:1px solid var(--line)}
.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-top:26px;padding-bottom:26px}
.trust-item{display:flex;align-items:center;gap:13px}
.trust-ico{width:46px;height:46px;border-radius:13px;background:#fff;border:1px solid var(--line);
  display:grid;place-items:center;flex:none;color:var(--brand)}
.trust-ico svg{width:23px;height:23px}
.trust-item b{display:block;font-size:15px;font-weight:800;line-height:1.35}
.trust-item span{font-size:13px;color:var(--ink-3)}

/* ========== SECTIONS ========== */
.sec{padding:60px 0}
.sec.alt{background:var(--surface)}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:32px;flex-wrap:wrap}
.sec-head h2{margin:0}
.sec-head p{margin:6px 0 0;color:var(--ink-3);font-size:15.5px}
.sec-head a.more{font-weight:700;color:var(--brand);font-size:15px;display:inline-flex;align-items:center;gap:6px}
.sec-head a.more:hover{gap:10px}
.eyebrow{display:inline-block;font-size:13px;font-weight:800;color:var(--brand);
  letter-spacing:.06em;margin-bottom:8px}

/* ========== CATEGORY GRID ========== */
.catgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:16px}
.catcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px 16px;
  text-align:center;transition:.2s;display:block}
.catcard:hover{border-color:var(--brand);box-shadow:var(--shadow);transform:translateY(-3px)}
.catcard .ph{width:100%;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;background:var(--surface);margin-bottom:13px}
.catcard .ph img{width:100%;height:100%;object-fit:contain;padding:9px}
.catcard b{display:block;font-size:14.5px;font-weight:700;line-height:1.4}
.catcard span{font-size:12.5px;color:var(--ink-3)}

/* ========== PRODUCT CARDS (Woo) ========== */
.woocommerce ul.products,ul.products{display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:18px;list-style:none;margin:0;padding:0}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product,ul.products li.product{
  width:100% !important;margin:0 !important;float:none !important;background:#fff;
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  display:flex;flex-direction:column;transition:.2s;position:relative;text-align:right}
.woocommerce ul.products li.product:hover{border-color:var(--brand);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.woocommerce ul.products li.product a img,ul.products li.product img{
  width:100%;aspect-ratio:1;object-fit:contain;background:#fff;padding:12px;margin:0 !important;border-radius:0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:14.5px !important;font-weight:600 !important;line-height:1.55;color:var(--ink);
  padding:0 14px !important;margin:0 0 8px !important;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:45px}
.woocommerce ul.products li.product .price{
  padding:0 14px;margin:0 0 12px;font-size:19px !important;font-weight:800;color:var(--ink);display:block}
.woocommerce ul.products li.product .price del{
  color:var(--ink-3);font-weight:500;font-size:14px;opacity:.75;margin-inline-start:8px}
.woocommerce ul.products li.product .price ins{text-decoration:none;color:var(--brand)}
.woocommerce ul.products li.product .button{
  margin:auto 14px 14px !important;border-radius:var(--radius-sm);font-size:14.5px;padding:12px 16px;width:calc(100% - 28px)}
.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{
  position:absolute !important;top:11px !important;inset-inline-end:11px !important;inset-inline-start:auto !important;
  background:var(--red) !important;color:#fff !important;border-radius:8px !important;
  padding:5px 10px !important;font-size:12.5px !important;font-weight:800 !important;
  min-width:0 !important;min-height:0 !important;line-height:1.3 !important;margin:0 !important;z-index:3}
.dpk-stock-pill{position:absolute;top:11px;inset-inline-start:11px;background:rgba(14,159,110,.12);
  color:var(--green);font-size:11.5px;font-weight:800;padding:4px 9px;border-radius:7px;z-index:3}

/* ========== INSTALLMENT BADGE ========== */
.dpk-inst{display:flex;align-items:center;gap:8px;background:var(--brand-lt);border:1px dashed rgba(255,107,53,.4);
  border-radius:var(--radius-sm);padding:11px 14px;margin:0 0 16px;font-size:14px;font-weight:600;color:var(--ink-2)}
.dpk-inst b{color:var(--brand);font-weight:800}
.dpk-inst svg{width:19px;height:19px;color:var(--brand);flex:none}

/* ========== SINGLE PRODUCT ========== */
.woocommerce div.product{padding-top:8px}
.woocommerce div.product .product_title{font-size:clamp(21px,2.6vw,30px);font-weight:800;margin-bottom:12px}
.woocommerce div.product p.price,.woocommerce div.product span.price{
  font-size:32px !important;font-weight:800;color:var(--ink);margin-bottom:6px}
.woocommerce div.product p.price ins{text-decoration:none;color:var(--brand)}
.woocommerce div.product p.price del{font-size:19px;color:var(--ink-3);font-weight:500;margin-inline-start:10px}
.woocommerce div.product .woocommerce-product-details__short-description{
  color:var(--ink-2);font-size:15.5px;margin:14px 0 18px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.woocommerce div.product form.cart{margin-bottom:22px}
.woocommerce div.product form.cart .quantity{margin-inline-end:10px}
.woocommerce .quantity input.qty{width:76px;height:52px;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  text-align:center;font-family:var(--font);font-weight:700;font-size:16px}
.woocommerce div.product form.cart button.button{height:52px;padding:0 34px;font-size:16px}
.woocommerce div.product .product_meta{font-size:13.5px;color:var(--ink-3);border-top:1px solid var(--line);padding-top:16px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0 !important;margin:0 0 22px !important;border-bottom:1px solid var(--line);display:flex;gap:6px}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent !important;border:0 !important;
  border-radius:0 !important;margin:0 !important;padding:0 !important}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none !important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:13px 20px !important;font-weight:700 !important;
  color:var(--ink-3) !important;border-bottom:2.5px solid transparent;font-size:15px}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--brand) !important;border-bottom-color:var(--brand)}
.woocommerce div.product div.images img{border-radius:var(--radius);background:#fff}
.woocommerce div.product div.images .flex-control-thumbs li{width:22%;margin:2%  2% 0 0}
.woocommerce div.product div.images .flex-control-thumbs img{border-radius:9px;border:1.5px solid var(--line)}
.dpk-usp{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:9px}
.dpk-usp li{display:flex;align-items:flex-start;gap:9px;font-size:14.5px;color:var(--ink-2)}
.dpk-usp svg{width:18px;height:18px;color:var(--green);flex:none;margin-top:4px}

/* ========== SHOP / ARCHIVE ========== */
.page-hero{background:var(--surface);border-bottom:1px solid var(--line);padding:32px 0}
.page-hero h1{margin:0;font-size:clamp(24px,3vw,34px)}
.page-hero .crumbs{font-size:13.5px;color:var(--ink-3);margin-bottom:8px}
.page-hero .crumbs a:hover{color:var(--brand)}
.woocommerce .woocommerce-result-count{color:var(--ink-3);font-size:14px}
.woocommerce .woocommerce-ordering select{height:44px;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  padding:0 14px;font-family:var(--font);font-size:14.5px;background:#fff}
.woocommerce nav.woocommerce-pagination ul{border:0;gap:6px;display:flex;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
  min-width:42px;height:42px;display:grid;place-items:center;border:1.5px solid var(--line);
  border-radius:var(--radius-sm);font-weight:700;padding:0}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--brand);color:#fff;border-color:var(--brand)}
.woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error{
  border-top:0;border-inline-start:4px solid var(--brand);background:var(--brand-lt);border-radius:var(--radius-sm);
  color:var(--ink);padding:16px 20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.woocommerce .woocommerce-message::before,.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before{display:none}
.woocommerce .woocommerce-error{border-inline-start-color:var(--red);background:#FEF2F2}

/* ========== CART / CHECKOUT ========== */
.woocommerce table.shop_table{border-radius:var(--radius);border-color:var(--line);overflow:hidden}
.woocommerce table.shop_table th{background:var(--surface);font-weight:800;font-size:14.5px}
.woocommerce-checkout .form-row label{font-weight:700;font-size:14.5px;margin-bottom:6px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce form .form-row select,.select2-container .select2-selection--single{
  height:50px;border:1.5px solid var(--line) !important;border-radius:var(--radius-sm) !important;
  padding:0 15px;font-family:var(--font);font-size:15px;background:#fff}
.woocommerce form .form-row textarea{height:100px;padding-top:12px}
.select2-container .select2-selection--single .select2-selection__rendered{line-height:48px;padding:0}
.woocommerce-checkout #payment{background:var(--surface);border-radius:var(--radius);border:1px solid var(--line)}
.woocommerce-checkout #payment ul.payment_methods{border-bottom-color:var(--line)}
.woocommerce-checkout #payment div.payment_box{background:#fff;border-radius:var(--radius-sm)}
.woocommerce-checkout #payment div.payment_box::before{display:none}

/* ========== BANNER / CTA STRIP ========== */
.strip{background:linear-gradient(120deg,var(--brand),var(--gold));border-radius:var(--radius-lg);
  padding:40px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}
.strip h2{color:#fff;margin:0 0 6px}
.strip p{margin:0;color:rgba(255,255,255,.9);font-size:16px}
.strip .btn{background:#fff;color:var(--ink)}
.strip .btn:hover{background:var(--ink);color:#fff}

/* ========== FOOTER ========== */
.site-foot{background:var(--ink);color:rgba(255,255,255,.72);margin-top:64px}
.foot-top{padding:52px 0 36px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:34px}
.foot-top h4{color:#fff;font-size:16px;margin-bottom:16px}
.foot-top ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:14.5px}
.foot-top a:hover{color:var(--brand)}
.foot-about p{font-size:14.5px;line-height:1.85;max-width:340px}
.foot-brand{display:flex;align-items:center;gap:11px;margin-bottom:16px}
.foot-brand .brand-ar{color:#fff}
.foot-brand .brand-en{color:rgba(255,255,255,.55)}
.foot-pay{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.foot-pay span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:8px;
  padding:7px 11px;font-size:12px;font-weight:700;color:#fff}
.foot-bot{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;font-size:13.5px;
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.wa-float{position:fixed;bottom:22px;inset-inline-start:22px;width:56px;height:56px;border-radius:50%;
  background:#25D366;display:grid;place-items:center;box-shadow:0 8px 24px rgba(37,211,102,.42);z-index:90}
.wa-float svg{width:30px;height:30px;color:#fff}
.wa-float:hover{transform:scale(1.07)}

/* ========== CONTENT PAGES ========== */
.entry{max-width:820px;margin:0 auto;padding:46px 0}
.entry h2{margin-top:1.6em} .entry h3{margin-top:1.4em}
.entry ul li{margin-bottom:8px}

/* ========== RESPONSIVE ========== */
@media(max-width:1024px){
  .hero .wrap{grid-template-columns:1fr;gap:34px}
  .hero-art{max-width:520px}
  .foot-top{grid-template-columns:1fr 1fr;gap:28px}
  .trust .wrap{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .burger{display:grid}
  .head-search{order:5;flex-basis:100%;max-width:none;margin-bottom:12px}
  .head-main{flex-wrap:wrap;padding-top:12px;min-height:0}
  .navbar{position:fixed;inset:0;background:#fff;z-index:100;transform:translateX(100%);
    transition:.26s;overflow-y:auto;padding:16px;display:block}
  .navbar.open{transform:translateX(0)}
  .navbar ul{flex-direction:column;align-items:stretch;gap:2px;min-height:0}
  .navbar li{flex:auto}
  .navbar a{padding:13px 14px;font-size:16px;border-bottom:1px solid var(--line);border-radius:0}
  .navbar .sub-menu{display:flex;position:static;border:0;box-shadow:none;padding:0 0 0 14px}
  .navclose{display:flex;justify-content:flex-end;padding-bottom:10px}
  .navclose button{background:var(--surface);color:var(--ink);width:44px;height:44px;padding:0;border-radius:11px}
}
@media(max-width:640px){
  .sec{padding:42px 0}
  .hero .wrap{padding-top:38px;padding-bottom:38px}
  .hero-art{grid-template-columns:1fr 1fr}
  .hero-art figure:first-child{grid-row:auto;aspect-ratio:1}
  .hero-stats{gap:22px}
  .hero-stats div b{font-size:21px}
  .trust .wrap{grid-template-columns:1fr;gap:14px;padding-top:20px;padding-bottom:20px}
  .woocommerce ul.products,ul.products{grid-template-columns:repeat(2,1fr) !important;gap:12px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px !important;min-height:40px}
  .woocommerce ul.products li.product .price{font-size:16.5px !important}
  .woocommerce ul.products li.product .button{font-size:13px;padding:11px 8px}
  .catgrid{grid-template-columns:repeat(2,1fr);gap:12px}
  .strip{padding:26px;text-align:center;justify-content:center}
  .foot-top{grid-template-columns:1fr}
  .topbar .wrap{gap:14px;font-size:12.5px}
  .woocommerce div.product p.price,.woocommerce div.product span.price{font-size:26px !important}
}

/* ===== product card rules that must apply OUTSIDE .woocommerce wrapper too ===== */
ul.products{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(228px,1fr));
  gap:18px;list-style:none;margin:0;padding:0}
ul.products::before,ul.products::after{display:none !important}
ul.products li.product{width:100% !important;margin:0 !important;float:none !important;background:#fff;
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  display:flex !important;flex-direction:column !important;transition:.2s;position:relative;text-align:right;padding:0 !important}
ul.products li.product:hover{border-color:var(--brand);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
ul.products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1 1 auto}
ul.products li.product img{width:100% !important;aspect-ratio:1;object-fit:contain;background:#fff;
  padding:12px;margin:0 !important;border-radius:0}
ul.products li.product .woocommerce-loop-product__title{
  font-size:14.5px !important;font-weight:600 !important;line-height:1.55 !important;color:var(--ink);
  padding:0 14px !important;margin:0 0 8px !important;
  display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  min-height:45px;max-height:45px}
ul.products li.product .price{padding:0 14px !important;margin:0 0 12px !important;
  font-size:19px !important;font-weight:800 !important;color:var(--ink) !important;display:block !important}
ul.products li.product .price del{color:var(--ink-3) !important;font-weight:500 !important;
  font-size:14px !important;opacity:.75;margin-inline-start:8px;display:inline !important}
ul.products li.product .price ins{text-decoration:none !important;color:var(--brand) !important;background:transparent !important}
ul.products li.product .price .woocommerce-Price-currencySymbol{font-size:.72em;font-weight:700;margin-inline-start:2px}
ul.products li.product .button,ul.products li.product .add_to_cart_button{
  margin:auto 14px 14px !important;border-radius:var(--radius-sm) !important;font-size:14.5px !important;
  padding:12px 16px !important;width:calc(100% - 28px) !important;display:flex !important}
ul.products li.product .star-rating{margin:0 14px 8px !important;font-size:13px}
ul.products li.product span.onsale{position:absolute !important;top:11px !important;
  inset-inline-end:11px !important;inset-inline-start:auto !important;background:var(--red) !important;
  color:#fff !important;border-radius:8px !important;padding:5px 10px !important;font-size:12.5px !important;
  font-weight:800 !important;min-width:0 !important;min-height:0 !important;line-height:1.3 !important;
  margin:0 !important;z-index:3}
ul.products li.product .screen-reader-text,ul.products li.product .woocommerce-loop-product__link .screen-reader-text{
  position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
@media(max-width:640px){
  ul.products{grid-template-columns:repeat(2,1fr) !important;gap:12px}
  ul.products li.product .woocommerce-loop-product__title{font-size:13px !important;min-height:40px;max-height:40px}
  ul.products li.product .price{font-size:16.5px !important}
  ul.products li.product .button{font-size:13px !important;padding:11px 8px !important}
}

/* ===== woocommerce page wrapper ===== */
.dpk-woo{padding-top:28px;padding-bottom:48px}
.dpk-woo .woocommerce-products-header{display:none}
.dpk-woo .woocommerce-notices-wrapper:empty{display:none}
.dpk-woo::before,.dpk-woo::after{content:"";display:table;clear:both}
.woocommerce-result-count,.woocommerce-ordering{margin-bottom:22px !important}
.woocommerce .woocommerce-ordering{float:left}
.woocommerce .woocommerce-result-count{float:right;line-height:44px;margin:0 0 22px !important}
.dpk-woo ul.products{clear:both}
/* single product layout */
.woocommerce div.product div.images.woocommerce-product-gallery{width:46% !important;float:right !important;margin-bottom:2em}
.woocommerce div.product div.summary.entry-summary{width:50% !important;float:left !important;clear:none !important;margin-bottom:2em}
.woocommerce div.product .woocommerce-tabs{clear:both;padding-top:12px}
.woocommerce div.product .related.products,.woocommerce div.product .upsells{clear:both}
.woocommerce-message,.woocommerce-info,.woocommerce-error{clear:both}
@media(max-width:860px){
  .woocommerce div.product div.images.woocommerce-product-gallery,
  .woocommerce div.product div.summary.entry-summary{width:100% !important;float:none !important}
}
/* cart / checkout width */
.woocommerce-account .dpk-woo{max-width:1100px;margin:0 auto}

/* ===== single product: flex layout + inline savings badge ===== */
.woocommerce div.product{display:flex;flex-wrap:wrap;column-gap:4%;align-items:flex-start;position:relative}
.woocommerce div.product>span.onsale{display:none !important}
.woocommerce div.product>div.images{order:2;width:46%;float:none !important;margin:0 0 26px !important}
.woocommerce div.product>div.summary{order:3;width:50%;float:none !important;margin:0 0 26px !important;clear:none !important}
.woocommerce div.product>.woocommerce-tabs{order:4;width:100%}
.woocommerce div.product>.related,.woocommerce div.product>.upsells{order:5;width:100%}
.dpk-save{display:inline-flex;align-items:center;gap:6px;background:#FEF2F2;color:var(--red);
  border:1px solid rgba(224,36,36,.25);border-radius:8px;padding:5px 11px;font-size:13px;
  font-weight:800;margin-bottom:10px}
.woocommerce div.product .stock.in-stock{color:var(--green);font-weight:700;font-size:14px}
.woocommerce div.product .stock.out-of-stock{color:var(--red);font-weight:700}
@media(max-width:860px){
  .woocommerce div.product{display:block}
  .woocommerce div.product>div.images,.woocommerce div.product>div.summary{width:100% !important}
}

/* ===== WooCommerce block cart & checkout ===== */
.wp-block-woocommerce-checkout,.wc-block-checkout{max-width:none}
.wc-block-components-order-summary-item{gap:12px}
.wc-block-components-order-summary-item__description{min-width:0;flex:1 1 auto}
.wc-block-components-order-summary-item__image{width:56px;min-width:56px;flex:none}
.wc-block-components-order-summary-item__image img{width:56px;height:56px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:8px}
.wc-block-components-product-name{font-size:14px !important;font-weight:600;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:normal}
.wc-block-components-order-summary-item__individual-prices,
.wc-block-components-order-summary-item__total-price{font-size:13.5px}
.wc-block-components-title,.wc-block-components-checkout-step__title{font-family:var(--font) !important;font-weight:800 !important}
.wc-block-components-text-input input,.wc-block-components-address-form input,
.wc-block-components-combobox input,.wc-block-components-select select{
  font-family:var(--font) !important;border-radius:var(--radius-sm) !important;border-color:var(--line) !important}
.wc-block-components-button,.wc-block-cart__submit-button a,
.wc-block-components-checkout-place-order-button{
  background:var(--brand) !important;color:#fff !important;border-radius:var(--radius-sm) !important;
  font-family:var(--font) !important;font-weight:800 !important;font-size:16px !important}
.wc-block-components-button:hover,.wc-block-components-checkout-place-order-button:hover{background:var(--brand-dk) !important}
.wc-block-components-totals-item__label{font-weight:600}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:var(--ink);font-weight:800}
.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding-inline-start:0}
.wc-block-components-radio-control__option{font-family:var(--font)}
.wc-block-components-panel__button{font-family:var(--font);font-weight:700}
.wc-block-components-sale-badge{background:#FEF2F2;color:var(--red);font-weight:800;border-radius:7px}

/* keep block cart/checkout in the standard content width, let Woo handle the split */
.woocommerce-cart .dpk-woo,.woocommerce-checkout .dpk-woo{max-width:var(--max)}
.wc-block-components-order-summary-item__description{min-width:0 !important;flex:1 1 auto !important}

/* block cart/checkout: give the summary sidebar real width */
@media(min-width:1000px){
  .wc-block-components-sidebar-layout{display:flex !important;flex-wrap:nowrap !important;
    max-width:none !important;width:100% !important;column-gap:3% !important;align-items:flex-start}
  .wc-block-components-sidebar-layout .wc-block-components-main{
    flex:0 0 59% !important;max-width:59% !important;min-width:0 !important;padding-inline:0 !important}
  .wc-block-components-sidebar-layout .wc-block-components-sidebar{
    flex:0 0 38% !important;max-width:38% !important;min-width:0 !important;padding-inline:0 !important}
}
.wc-block-components-order-summary-item{display:flex !important;align-items:flex-start;gap:12px !important}
.wc-block-components-order-summary-item__image{flex:0 0 56px !important;width:56px !important;padding:0 !important}
.wc-block-components-order-summary-item__description{flex:1 1 auto !important;min-width:0 !important;
  width:auto !important;padding:0 !important}
.wc-block-components-order-summary-item__total-price{flex:0 0 auto !important;white-space:nowrap;
  text-align:start;padding:0 !important}
.wc-block-components-order-summary-item__quantity{inset-inline-start:auto !important;inset-inline-end:-8px !important}
