/*
Theme Name: TDSD Child
Theme URI: https://tdsd.co.il
Description: ערכת-בת ל-Hello Elementor — עיצוב ט.ד.ס.ד (Woodmart Mega Electronics, RTL). שוחזר 1:1 מ-tdsd-demo.
Author: Sahar Hazan
Template: hello-elementor
Version: 1.0.0
Text Domain: tdsd-child
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&family=Heebo:wght@300;400;500;600;700;800&display=swap');

:root{
  --blue:#1c61e7; --blue-d:#1550c8; --blue-l:#e6effd; --blue-l2:#f2f6fe;
  --ink:#101010; --t1:#333333; --t2:#777777; --t3:#9a9a9a;
  --bd:#ececec; --bd-l:#f3f3f3; --bd-2:#dedede;
  --bg:#fff; --bg-2:#f6f6f6; --red:#e22d2d; --green:#438e44;
  --orange:#f5a623; --yellow:#fbbf24; --star:#f8b400;
  --radius:8px; --shadow:0 6px 24px rgba(0,0,0,.06); --shadow-h:0 10px 34px rgba(28,97,231,.14);
}
*{box-sizing:border-box}
html,body{font-family:'Open Sans','Heebo',Arial,sans-serif;font-size:14px;line-height:1.6;color:var(--t2);background:var(--bg-2);-webkit-font-smoothing:antialiased}
body{margin:0}
h1,h2,h3,h4,h5{font-family:'Rubik','Heebo',Arial,sans-serif;color:var(--ink);font-weight:500}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:none;background:none}
img{display:block;max-width:100%}
.wrap{max-width:1290px;margin:0 auto;padding:0 15px}

/* === TOP UTIL BAR === */
.top-util{background:var(--blue-l);font-size:13px;color:var(--t1)}
.top-util-in{max-width:1290px;margin:0 auto;padding:0 15px;height:42px;display:flex;justify-content:space-between;align-items:center}
.top-util a{color:var(--t1);display:inline-flex;align-items:center;gap:7px}
.top-util a:hover{color:var(--blue)}
.top-util a svg{width:15px;height:15px;color:var(--blue)}
.top-util-l{display:flex;gap:26px}
.top-util-l b{color:var(--ink);font-weight:600;margin-inline-start:3px}
.top-util-r{display:flex;gap:20px;align-items:center;font-weight:500}
.top-util-r .sel{display:inline-flex;align-items:center;gap:5px;cursor:pointer}
.top-util-r .sel svg{width:11px;height:11px;color:var(--t2)}

/* === HEADER === */
header.site{background:#fff;padding:22px 0}
.header-in{max-width:1290px;margin:0 auto;padding:0 15px;display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center}
.logo{display:flex;align-items:center;gap:9px}
.logo .circle{width:40px;height:40px;border-radius:11px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-family:'Rubik';font-size:18px;box-shadow:0 6px 16px rgba(28,97,231,.3)}
.logo .text{display:flex;flex-direction:column;line-height:1.05}
.logo .text .top{font-family:'Rubik';font-weight:700;font-size:24px;letter-spacing:-.5px}
.logo .text .top .a{color:var(--ink)}
.logo .text .top .b{color:var(--blue)}
.logo .text .sub{font-size:11px;color:var(--t2);margin-top:3px;font-weight:500}
.search-row{display:flex;align-items:stretch;background:#fff;border:2px solid var(--blue);border-radius:50px;overflow:hidden;max-width:720px;height:48px}
.search-cat{display:flex;align-items:center;gap:7px;padding:0 20px;font-size:13px;font-weight:600;color:var(--blue);white-space:nowrap;border-inline-end:1px solid var(--blue-l);cursor:pointer}
.search-cat svg{width:12px;height:12px}
.search-row input{flex:1;border:none;padding:0 22px;font-size:14px;font-family:inherit;outline:none;background:#fff;color:var(--ink)}
.search-row input::placeholder{color:var(--t3)}
.search-row .submit{background:var(--blue);color:#fff;border:none;width:54px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}
.search-row .submit:hover{background:var(--blue-d)}
.search-row .submit svg{width:19px;height:19px}
.head-actions{display:flex;align-items:center;gap:22px}
.head-actions .tool{position:relative;color:var(--t1);cursor:pointer;display:flex;align-items:center;justify-content:center}
.head-actions .tool svg{width:23px;height:23px;stroke-width:1.6}
.head-actions .tool:hover{color:var(--blue)}
.head-actions .tool .cb{position:absolute;top:-7px;left:-9px;background:var(--blue);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;padding:0 4px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-family:'Rubik'}
.head-actions .cart{display:flex;align-items:center;gap:10px}
.head-actions .cart .circle{width:48px;height:48px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;box-shadow:0 6px 16px rgba(28,97,231,.3)}
.head-actions .cart .circle svg{width:21px;height:21px}
.head-actions .cart .circle .cb{background:#fff;color:var(--blue);top:-4px;left:-4px}
.head-actions .cart .circle .cb:empty{display:none}
.head-actions .cart .total{display:flex;flex-direction:column;line-height:1.15}
.head-actions .cart .total .lbl{font-size:11px;color:var(--t2)}
.head-actions .cart .total .amt{font-size:15px;font-weight:700;color:var(--ink);font-family:'Rubik'}

/* === NAVBAR === */
.navbar{background:var(--blue-l);position:sticky;top:0;z-index:40}
.navbar-in{max-width:1290px;margin:0 auto;padding:0 15px;display:flex;align-items:stretch;gap:0;height:52px}
.cats-btn{display:flex;align-items:center;gap:10px;padding:0 22px;font-weight:600;font-size:14px;color:#fff;background:var(--blue);width:270px;margin:8px 0;border-radius:8px}
.cats-btn svg.menu{width:17px;height:17px}
.cats-btn svg.chev{width:13px;height:13px;margin-inline-start:auto;opacity:.85}
.nav-links{display:flex;flex:1;align-items:stretch;padding-inline-start:26px;margin:0;list-style:none}
.nav-links a,.nav-links li>a{padding:0 17px;font-size:14px;color:var(--t1);font-weight:600;display:flex;align-items:center;position:relative;transition:color .12s}
.nav-links a:hover,.nav-links a.active,.nav-links li.current-menu-item>a{color:var(--blue)}
.nav-links .nav-grow{flex:1}
.nav-links .pill{display:flex;align-items:center;gap:6px;color:var(--blue)}
.nav-links .pill svg{width:15px;height:15px}
/* categories dropdown */
.cats-dd{position:relative;align-self:center}
.cats-dd .cats-btn{cursor:pointer}
.cats-dd.open .cats-btn .chev{transform:rotate(180deg)}
.cats-panel{position:absolute;top:calc(100% + 6px);inset-inline-start:0;width:286px;background:#fff;border-radius:10px;box-shadow:var(--shadow-h);z-index:60;padding:8px 0;display:none;max-height:72vh;overflow:auto}
.cats-dd.open .cats-panel{display:block}
.cats-panel ul{list-style:none;margin:0;padding:0}
.cats-panel li a{display:flex;align-items:center;gap:11px;padding:9px 18px;font-size:13.5px;color:var(--t1);transition:all .12s}
.cats-panel li a svg{width:18px;height:18px;color:var(--t2);flex-shrink:0}
.cats-panel li a:hover{background:var(--blue-l2);color:var(--blue)}
.cats-panel li a:hover svg{color:var(--blue)}
.cats-panel li a em{margin-inline-start:auto;font-style:normal;font-size:11px;color:var(--t3)}
.cats-panel li.all a{color:var(--blue);font-weight:700;border-top:1px solid var(--bd-l);margin-top:4px}

/* === BREADCRUMB === */
.breadcrumb-bar,.woocommerce-breadcrumb{background:#fff;padding:13px 0;border-bottom:1px solid var(--bd);font-size:13px;color:var(--t2)}
.woocommerce-breadcrumb{max-width:1290px;margin:0 auto;padding:13px 15px}
.woocommerce-breadcrumb a{color:var(--t2)}
.woocommerce-breadcrumb a:hover{color:var(--blue)}

/* === SECTION HEAD === */
.section{max-width:1290px;margin:0 auto;padding:26px 15px}
.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.section-head h2{font-size:26px;font-weight:500;color:var(--ink);letter-spacing:-.4px}

/* === WOOCOMMERCE PRODUCT GRID → demo .product card === */
.woocommerce ul.products,.woocommerce-page ul.products{display:grid !important;grid-template-columns:repeat(5,1fr);gap:18px;margin:0 !important;padding:0;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none !important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto !important;margin:0 !important;background:#fff;border-radius:var(--radius);padding:18px 16px;transition:all .18s;position:relative;border:1px solid var(--bd-l);box-shadow:0 1px 0 rgba(0,0,0,.03);text-align:start;float:none !important;display:flex;flex-direction:column}
.woocommerce ul.products li.product:hover{box-shadow:var(--shadow-h);border-color:transparent;transform:translateY(-3px);z-index:2}
.woocommerce li.product .tdsd-card-link{display:flex;flex-direction:column;color:inherit}
.woocommerce li.product .pic{height:170px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;padding:6px}
.woocommerce li.product .pic img{max-width:100%;max-height:100%;width:auto;object-fit:contain;mix-blend-mode:multiply}
.woocommerce li.product .pn{font-family:'Rubik';font-size:10.5px;color:var(--t3);font-weight:500;letter-spacing:.3px;margin-bottom:5px;text-transform:uppercase}
.woocommerce li.product .title{font-size:13.5px;color:var(--ink);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:39px;margin-bottom:8px;font-weight:500}
.woocommerce li.product:hover .title{color:var(--blue)}
.woocommerce li.product .stars{display:flex;gap:2px;margin-bottom:9px}
.woocommerce li.product .stars svg{width:14px;height:14px;color:var(--star);fill:var(--star)}
.woocommerce li.product .stars svg.empty{color:var(--bd-2);fill:var(--bd-2)}
.woocommerce li.product .price-block{margin-top:auto}
.woocommerce li.product .price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:11px}
.woocommerce li.product .price-row .price{font-family:'Rubik';font-weight:700;font-size:19px;color:var(--blue);letter-spacing:-.3px}
.woocommerce li.product .price-row .price .cur{font-size:14px;font-weight:600;margin-inline-end:1px}
.woocommerce li.product .price-old{font-size:13px;color:var(--t3);text-decoration:line-through;font-family:'Rubik'}
.woocommerce li.product .price-ask{font-family:'Rubik';font-weight:600;font-size:15px;color:var(--t1)}
.woocommerce li.product .add{width:100%;background:var(--blue);color:#fff;padding:11px;border-radius:6px;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center;gap:7px;transition:background .15s;border:none;cursor:pointer}
.woocommerce li.product .add:hover{background:var(--blue-d);color:#fff}
.woocommerce li.product .add svg{width:15px;height:15px}
.woocommerce li.product .add.ask{background:#fff;color:var(--blue);border:1.5px solid var(--blue)}
.woocommerce li.product .add.ask:hover{background:var(--blue-l)}
.woocommerce li.product .sku{font-size:11px;color:var(--t3);margin-top:9px;font-family:'Rubik'}
.woocommerce li.product .ribbon{position:absolute;top:14px;inset-inline-start:14px;background:var(--red);color:#fff;font-family:'Rubik';font-size:11px;font-weight:600;padding:3px 10px;border-radius:4px;letter-spacing:.3px;z-index:2}
.woocommerce li.product .ribbon.new{background:var(--green)}

/* === SINGLE PRODUCT PAGE (demo layout) === */
.product-page{max-width:1290px;margin:24px auto 0;padding:0 15px;display:grid;grid-template-columns:1fr 430px;gap:36px;align-items:start;direction:rtl}
.product-gallery{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:30px}
.product-gallery .disclaimer{text-align:center;color:var(--t3);font-size:11.5px;margin-bottom:16px}
.product-gallery .main-img{height:440px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.product-gallery .main-img img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}
.product-gallery .thumbs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.product-gallery .thumb{width:70px;height:70px;border:2px solid var(--bd);border-radius:8px;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fff}
.product-gallery .thumb.active{border-color:var(--blue)}
.product-gallery .thumb img{max-width:100%;max-height:100%;object-fit:contain}
.product-info{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:30px;position:sticky;top:70px}
.product-info h1{font-size:25px;font-weight:600;color:var(--ink);line-height:1.3;margin-bottom:14px;letter-spacing:-.3px;font-family:'Rubik'}
.product-info .stars-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.product-info .stars-row .stars{display:flex;gap:2px}
.product-info .stars-row .stars svg{width:16px;height:16px;color:var(--star);fill:var(--star)}
.product-info .stars-row .rc{font-size:12.5px;color:var(--t2)}
.product-info .meta-grid{display:flex;flex-direction:column;gap:9px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--bd)}
.product-info .meta-row{display:flex;gap:10px;font-size:13.5px;color:var(--t1)}
.product-info .meta-row .key{color:var(--t2);min-width:74px}
.product-info .meta-row .val{font-weight:600;color:var(--ink)}
.product-info .meta-row .val.instock{color:var(--green)}
.product-info .price-large{font-family:'Rubik';font-weight:700;font-size:38px;color:var(--blue);letter-spacing:-1px;margin-bottom:6px}
.product-info .price-large .cur{font-size:25px;font-weight:600;margin-inline-end:2px}
.product-info .price-large .old{font-size:20px;color:var(--t3);text-decoration:line-through;margin-inline-start:10px;font-weight:500}
.product-info .price-save{font-size:12.5px;color:var(--green);font-weight:600;margin-bottom:18px}
.product-info .ask-price{font-family:'Rubik';font-size:22px;font-weight:600;color:var(--ink);margin-bottom:18px}
.product-info form.cart{margin:0 0 16px}
.product-info form.cart .quantity{display:inline-flex;align-items:center;border:1.5px solid var(--bd-2);border-radius:50px;overflow:hidden;margin-inline-end:10px}
.product-info form.cart .quantity input.qty{width:54px;height:46px;border:none;text-align:center;font-size:15px;font-weight:600;font-family:'Rubik';outline:none}
.product-info form.cart button.single_add_to_cart_button{background:var(--blue) !important;color:#fff !important;padding:14px 30px !important;border-radius:50px;font-weight:700;font-size:15px;border:none}
.product-info form.cart button.single_add_to_cart_button:hover{background:var(--blue-d) !important}
.product-info .warranty{display:flex;gap:10px;align-items:flex-start;background:var(--bg-2);padding:13px 16px;border-radius:8px;margin-bottom:16px;cursor:pointer}
.product-info .warranty input{margin-top:3px;accent-color:var(--blue)}
.product-info .warranty .text{font-size:12.5px;color:var(--t1)}
.product-info .ctas-row{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}
.product-info .quote-btn{flex:1;background:#fff;color:var(--blue);border:2px solid var(--blue);padding:13px;border-radius:50px;font-weight:700;font-size:14px;text-align:center;min-width:150px}
.product-info .quote-btn:hover{background:var(--blue-l)}
.product-info .norton-row{display:flex;align-items:center;gap:8px;background:var(--bg-2);border-radius:8px;padding:10px 14px;font-size:12px;color:var(--t1);font-weight:600}
.product-info .norton-row .cb{width:18px;height:18px;background:var(--green);border-radius:3px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:11px}
.product-short{font-size:13.5px;line-height:1.8;color:var(--t1);margin-top:16px}
.product-info .wishlist-line{margin-bottom:14px}
.product-info .wishlist-line a{display:inline-flex;align-items:center;gap:7px;color:var(--t1);font-size:13.5px;font-weight:600}
.product-info .wishlist-line a:hover{color:var(--blue)}
.product-info .wishlist-line img,.yith-wcwl-add-to-wishlist .ajax-loading{display:none !important}
.product-info .wishlist-line .yith-wcwl-icon{color:var(--red)}
.product-info .installments{font-size:13px;color:var(--t1);margin-bottom:14px;background:var(--blue-l2);border:1px solid var(--blue-l);border-radius:8px;padding:9px 14px}
.product-info .installments strong{color:var(--blue);font-family:'Rubik'}
.product-info .ctas-row .quote-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px}
.product-info .quote-btn.wa{background:#25D366;color:#fff;border-color:#25D366}
.product-info .quote-btn.wa:hover{background:#1ebe5a}
.product-info .quote-btn.wa svg{width:17px;height:17px}
.product-info .ship-badges{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}
.product-info .ship-badges .sb{display:flex;align-items:center;gap:9px;font-size:11.5px;color:var(--t2);background:var(--bg-2);border-radius:8px;padding:9px 11px;line-height:1.35}
.product-info .ship-badges .sb svg{width:22px;height:22px;color:var(--blue);flex-shrink:0}
.product-info .ship-badges .sb b{color:var(--ink);font-weight:700;font-size:12px}
.buy-info{display:grid;border:1px solid var(--bd-l);border-radius:8px;overflow:hidden;margin-top:14px}
.buy-info .bi{display:grid;grid-template-columns:130px 1fr;gap:10px;padding:12px 16px;font-size:13px}
.buy-info .bi:nth-child(even){background:var(--bg-2)}
.buy-info .bi-t{color:var(--t2);font-weight:700}
.buy-info .bi-v{color:var(--ink);line-height:1.6}
.buy-info .bi-v a{color:var(--blue);font-weight:600}
.desc-real{font-size:14px;line-height:1.9;color:var(--t1);margin-bottom:16px}
.desc-real p{margin-bottom:10px}
.desc-specs{font-size:13.5px;color:var(--t2);line-height:1.8;margin-bottom:6px}

/* sticky add-to-cart bar */
.tdsd-sticky{position:fixed;bottom:0;inset-inline:0;background:#fff;border-top:1px solid var(--bd);box-shadow:0 -6px 24px rgba(0,0,0,.09);z-index:200;transform:translateY(110%);transition:transform .22s;padding:10px 0}
.tdsd-sticky.show{transform:translateY(0)}
.tdsd-sticky-in{max-width:1290px;margin:0 auto;padding:0 15px;display:flex;align-items:center;gap:16px}
.tdsd-sticky img{width:48px;height:48px;object-fit:contain;mix-blend-mode:multiply}
.tdsd-sticky .nm{font-size:13.5px;font-weight:600;color:var(--ink);flex:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.tdsd-sticky .pr{font-family:'Rubik';font-weight:700;font-size:20px;color:var(--blue);white-space:nowrap}
.tdsd-sticky .sbtn{background:var(--blue);color:#fff;padding:12px 30px;border-radius:50px;font-weight:700;font-size:14px;white-space:nowrap}
.tdsd-sticky .sbtn:hover{background:var(--blue-d)}
@media(max-width:760px){.tdsd-sticky .nm{display:none}.tdsd-sticky-in{gap:10px}}

/* spec table + overview */
.spec-section,.product-overview{max-width:1290px;margin:24px auto;padding:0 15px}
.spec-card,.product-overview-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.spec-card .head,.product-overview-card .head{padding:18px 24px;border-bottom:1px solid var(--bd)}
.spec-card .head h2,.product-overview-card .head h2{font-size:18px;font-weight:600;color:var(--ink);font-family:'Rubik'}
.spec-table{padding:8px 0}
.spec-row{display:grid;grid-template-columns:260px 1fr}
.spec-row:nth-child(even){background:var(--bg-2)}
.spec-row .k{padding:11px 24px;font-size:13.5px;color:var(--t2);font-weight:500}
.spec-row .v{padding:11px 24px;font-size:13.5px;color:var(--ink);font-weight:600}
.product-overview-card .body{padding:24px}
.product-overview-card .body p{font-size:14px;line-height:1.85;color:var(--t1);margin-bottom:14px}
.product-overview-card .body h3{font-size:16px;font-family:'Rubik';color:var(--ink);margin:18px 0 10px}
.product-overview-card .body ul{margin:10px 0 14px;padding-inline-start:20px}
.product-overview-card .body li{font-size:13.5px;color:var(--t1);margin-bottom:7px;line-height:1.7}
.product-overview-card .body .meta-line{margin-top:14px;padding-top:14px;border-top:1px solid var(--bd-l);font-size:12px;color:var(--t2)}
.related.products>h2,.up-sells>h2{max-width:1290px;margin:10px auto 0;padding:0 15px;font-size:24px;font-weight:500;color:var(--ink);font-family:'Rubik'}
.related.products,.up-sells{max-width:1290px;margin:0 auto;padding:14px 15px 0}

.woocommerce span.onsale{background:var(--red);color:#fff;font-family:'Rubik';font-size:11px;font-weight:600;padding:3px 10px;border-radius:4px;min-height:auto;min-width:auto;line-height:1.6;top:14px;inset-inline-start:14px;inset-inline-end:auto;margin:0}

/* === BUTTONS (global Woo) === */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce .button.alt,.woocommerce #place_order{background:var(--blue) !important;color:#fff !important;border-radius:50px;font-weight:700;padding:13px 26px;transition:background .15s}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce .button.alt:hover{background:var(--blue-d) !important}
.woocommerce .price,.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--blue);font-family:'Rubik';font-weight:700}

/* === SINGLE PRODUCT === */
.single-product div.product .product_title{font-family:'Rubik';font-size:25px;font-weight:600;color:var(--ink)}
.single-product div.product{max-width:1290px;margin:24px auto;padding:0 15px}

/* === CONTAINER WIDTH for Woo pages === */
.woocommerce,.woocommerce-page{max-width:1290px;margin:0 auto;padding:24px 15px}

/* === FOOTER === */
footer.site-foot{background:#fff;margin-top:20px;border-top:1px solid var(--bd);font-size:13px}
.foot-in{max-width:1290px;margin:0 auto;padding:44px 15px 0}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:36px;padding-bottom:36px}
.foot-col h5{color:var(--ink);font-size:16px;font-weight:600;margin-bottom:16px;font-family:'Rubik'}
.foot-col ul{list-style:none;padding:0;margin:0}
.foot-col li{margin-bottom:9px}
.foot-col a{color:var(--t2);font-size:13px}
.foot-col a:hover{color:var(--blue)}
.foot-about p{font-size:13px;line-height:1.7;margin-bottom:16px;max-width:300px;color:var(--t2)}
.foot-contact a{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--ink);font-size:14px;font-weight:600}
.foot-contact a svg{width:15px;height:15px;color:var(--blue)}
.foot-bottom{border-top:1px solid var(--bd);padding:18px 15px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--t3);max-width:1290px;margin:0 auto}
.foot-bottom .pay{display:flex;gap:7px}
.foot-bottom .pay span{padding:5px 9px;background:var(--bg-2);border:1px solid var(--bd-l);border-radius:4px;font-size:10px;font-weight:700;color:var(--t2);letter-spacing:.5px;font-family:'Rubik'}

/* === HOME: HERO ROW === */
.hero-wrap{max-width:1290px;margin:0 auto;padding:24px 15px 0;display:grid;grid-template-columns:270px 1fr 320px;gap:22px;align-items:stretch}
.cat-rail{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;align-self:start}
.cat-rail .rh{display:flex;align-items:center;gap:10px;padding:14px 20px;font-weight:600;color:#fff;background:var(--blue);font-size:14px}
.cat-rail .rh svg{width:17px;height:17px}
.cat-rail ul{list-style:none;padding:6px 0;margin:0}
.cat-rail li a{display:flex;align-items:center;gap:12px;padding:9px 20px;font-size:13.5px;color:var(--t1);font-weight:500;transition:all .12s}
.cat-rail li a svg{width:19px;height:19px;color:var(--t2);stroke-width:1.6;flex-shrink:0}
.cat-rail li a:hover{color:var(--blue);background:var(--blue-l2)}
.cat-rail li a:hover svg{color:var(--blue)}
.cat-rail li a .chev{margin-inline-start:auto;width:13px;height:13px;color:var(--t3)}
.hero-c{position:relative;border-radius:var(--radius);overflow:hidden;background:linear-gradient(120deg,#eef2fb 0%,#dfe7fa 55%,#cdd9f6 100%);min-height:430px;padding:48px 56px;display:flex;align-items:center;color:var(--ink)}
.hero-c .text{flex:1;z-index:2;max-width:62%}
.hero-c .label{display:inline-block;background:var(--blue);color:#fff;padding:5px 14px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:18px}
.hero-c h1{font-family:'Rubik';font-size:44px;font-weight:700;line-height:1.07;letter-spacing:-1px;margin-bottom:14px;color:var(--ink)}
.hero-c h1 strong{font-weight:700;color:var(--blue)}
.hero-c .sub{font-size:15px;font-weight:400;margin-bottom:24px;max-width:420px;color:var(--t1)}
.hero-c .perks{display:flex;gap:20px;font-size:13px;font-weight:600;margin-bottom:26px;color:var(--t1);flex-wrap:wrap}
.hero-c .perks span{display:flex;align-items:center;gap:6px}
.hero-c .perks span::before{content:'✓';color:var(--blue);font-weight:900}
.hero-c .shop-btn{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;padding:14px 30px;border-radius:50px;font-size:14px;font-weight:700;box-shadow:0 10px 24px rgba(28,97,231,.3);transition:all .15s}
.hero-c .shop-btn:hover{background:var(--blue-d);transform:translateY(-2px)}
.hero-banners{display:flex;flex-direction:column;gap:22px}
.hero-banner{position:relative;border-radius:var(--radius);overflow:hidden;padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:0}
.hero-banner.tall{flex:1.5;background:linear-gradient(135deg,#3a8dff 0%,#1c61e7 100%)}
.hero-banner.small{flex:1;background:linear-gradient(135deg,#ffd34e 0%,#f5a623 100%);color:#5b3b00}
.hero-banner .label{font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;opacity:.9;margin-bottom:5px}
.hero-banner h3{font-size:21px;font-weight:700;line-height:1.15;margin-bottom:8px;color:inherit;font-family:'Rubik'}
.hero-banner p{font-size:12.5px;opacity:.92;margin-bottom:12px}
.hero-banner .lnk{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;color:inherit;border-bottom:1.5px solid currentColor;padding-bottom:2px;width:fit-content}
.hero-banner.b-pink{background:linear-gradient(135deg,#f78fb3 0%,#c86dd7 100%);color:#fff}
.hero-banner.b-blue{background:linear-gradient(135deg,#3a8dff 0%,#1c61e7 100%);color:#fff}
.hero-banner.b-yellow{background:linear-gradient(135deg,#ffd34e 0%,#f5a623 100%);color:#5b3b00}
/* real images: rail + banners + dropdown */
.hero-banner{position:relative;overflow:hidden}
.hero-banner .label,.hero-banner h3,.hero-banner p,.hero-banner .lnk{position:relative;z-index:2}
.hero-banner .banner-img{position:absolute;inset-inline-end:-8px;bottom:-8px;width:118px;height:118px;object-fit:contain;mix-blend-mode:multiply;opacity:.96;pointer-events:none;filter:drop-shadow(0 8px 18px rgba(0,0,0,.2));z-index:1}
.hero-banner .banner-img.sm{width:82px;height:82px}
.cat-rail li a .rail-img,.cats-panel li a .cdd-img{width:30px;height:30px;border-radius:7px;background:#fff;border:1px solid var(--bd-l);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;padding:3px}
.cat-rail li a .rail-img img,.cats-panel li a .cdd-img img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}
/* hero slider */
.hero-slider{position:relative;overflow:hidden;padding:0 !important}
.hero-slide{position:absolute;inset:0;display:flex;align-items:center;gap:28px;padding:36px 48px;opacity:0;visibility:hidden;transition:opacity .5s ease;pointer-events:none;z-index:1}
.hero-slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.hero-slide .text{flex:1;min-width:0}
.hero-slide h1{font-size:28px;line-height:1.2;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}
.hero-slide .visual{flex:0 0 36%;display:flex;align-items:center;justify-content:center;align-self:stretch}
.hero-slide .visual img{max-width:100%;max-height:300px;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(0,0,0,.18));mix-blend-mode:multiply}
.hero-c .hprice{font-family:'Rubik';font-size:32px;font-weight:700;color:var(--blue);margin-bottom:18px;letter-spacing:-1px}
.hero-c .hprice .old{font-size:18px;color:var(--t3);text-decoration:line-through;margin-inline-start:10px;font-weight:500}
.hero-c .dots{position:absolute;bottom:20px;inset-inline-start:56px;display:flex;gap:8px;z-index:4}
.hero-c .dots i{width:9px;height:9px;border-radius:50%;background:rgba(28,97,231,.3);cursor:pointer;transition:all .2s}
.hero-c .dots i.on{background:var(--blue);width:24px;border-radius:5px}

/* === HOME: TRUST STRIP === */
.trust-row{max-width:1290px;margin:0 auto;padding:24px 15px}
.trust-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:8px 4px;display:grid;grid-template-columns:repeat(4,1fr)}
.trust-it{display:flex;align-items:center;gap:13px;padding:16px 22px;border-inline-end:1px solid var(--bd-l)}
.trust-it:last-child{border:none}
.trust-it .ic{width:44px;height:44px;border-radius:50%;background:var(--blue-l);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}
.trust-it .ic svg{width:22px;height:22px;stroke-width:1.6}
.trust-it .h{font-size:14px;font-weight:700;color:var(--ink);line-height:1.2;margin-bottom:2px;font-family:'Rubik'}
.trust-it .s{font-size:12px;color:var(--t2)}

/* === HOME: SECTION HEAD extras === */
.section-head .all{font-size:13px;color:var(--blue);font-weight:600;display:inline-flex;align-items:center;gap:7px;background:var(--blue-l);padding:8px 18px;border-radius:50px;transition:all .15s}
.section-head .all:hover{background:var(--blue);color:#fff}
.section-head .all svg{width:13px;height:13px}

/* === HOME: POPULAR CATEGORIES === */
.pop-cats{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}
.pop-cat{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 10px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;transition:all .18s}
.pop-cat:hover{transform:translateY(-4px);box-shadow:var(--shadow-h)}
.pop-cat .ph{width:64px;height:64px;border-radius:50%;background:var(--bg-2);display:flex;align-items:center;justify-content:center;padding:10px}
.pop-cat .ph img{max-width:100%;max-height:100%;object-fit:contain}
.pop-cat .ph svg{width:30px;height:30px;color:var(--blue);stroke-width:1.5}
.pop-cat .nm{font-size:12.5px;font-weight:600;color:var(--ink);line-height:1.25}
.pop-cat .ct{font-size:11px;color:var(--t3)}

/* === HOME: BRANDS === */
.brands-section .brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.brand-cell{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);height:92px;display:flex;align-items:center;justify-content:center;padding:18px 20px;transition:all .18s;border:1px solid var(--bd-l)}
.brand-cell:hover{box-shadow:var(--shadow-h);transform:translateY(-3px)}
.brand-cell img{max-width:100%;max-height:48px;object-fit:contain;filter:grayscale(1);opacity:.65;transition:all .2s}
.brand-cell:hover img{filter:none;opacity:1}
.brand-cell .brand-name{font-family:'Rubik';font-weight:600;color:var(--t1);font-size:15px}

/* === HOME: SUB BANNERS === */
.sub-banners{max-width:1290px;margin:0 auto;padding:26px 15px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}
.sub-banner{position:relative;border-radius:var(--radius);overflow:hidden;min-height:170px;color:#fff;cursor:pointer;padding:26px 28px;display:flex;flex-direction:column;justify-content:center}
.sub-banner.b1{background:linear-gradient(120deg,#1c61e7 0%,#3a8dff 100%)}
.sub-banner.b2{background:linear-gradient(120deg,#e22d2d 0%,#ff7b54 100%)}
.sub-banner.b3{background:linear-gradient(120deg,#0f172a 0%,#334155 100%)}
.sub-banner .label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;opacity:.85;margin-bottom:7px}
.sub-banner h3{font-size:23px;font-weight:700;line-height:1.12;margin-bottom:7px;letter-spacing:-.4px;color:#fff;font-family:'Rubik'}
.sub-banner p{font-size:13px;opacity:.92;margin-bottom:16px;max-width:300px}
.sub-banner .cta{display:inline-flex;align-items:center;gap:6px;background:#fff;color:var(--ink);padding:9px 20px;border-radius:50px;font-weight:700;font-size:12.5px;width:fit-content}

/* cookie banner */
.tdsd-cookie{position:fixed;bottom:16px;inset-inline-start:16px;max-width:390px;background:#fff;border-radius:12px;box-shadow:0 12px 44px rgba(0,0,0,.18);padding:18px 20px;z-index:300;font-size:13px;color:var(--t1);line-height:1.7}
.tdsd-cookie a{color:var(--blue);font-weight:600}
.tdsd-cookie-btns{display:flex;gap:10px;margin-top:12px}
.tdsd-cookie-btns button{background:var(--blue);color:#fff;border-radius:50px;padding:9px 24px;font-weight:700;font-size:13px;cursor:pointer;border:none}
.tdsd-cookie-btns button:hover{background:var(--blue-d)}
.tdsd-cookie-btns button.ghost{background:#fff;color:var(--t2);border:1.5px solid var(--bd-2)}
.tdsd-cookie-btns button.ghost:hover{background:var(--bg-2);color:var(--t1)}
@media(max-width:760px){.tdsd-cookie{inset-inline:12px;max-width:none;bottom:12px}}

/* === "עדי" CHAT === */
.adi-fab{position:fixed;bottom:22px;inset-inline-end:22px;z-index:340;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--blue) 0%,#1550c8 100%);color:#fff;border-radius:50px;padding:9px 20px 9px 9px;box-shadow:0 10px 30px rgba(28,97,231,.4);cursor:pointer;transition:transform .15s}
.adi-fab:hover{transform:translateY(-2px)}
.adi-ava{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-family:'Rubik';font-weight:800;font-size:16px;flex-shrink:0}
.adi-ava.sm{width:38px;height:38px;font-size:15px}
.adi-fab-txt{font-weight:700;font-size:14.5px;font-family:'Rubik'}
.adi-fab .adi-dot{position:absolute;top:8px;inset-inline-start:8px;width:11px;height:11px;border-radius:50%;background:#46e06a;border:2px solid #fff}
.adi-win{position:fixed;bottom:22px;inset-inline-end:22px;z-index:341;width:370px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 90px);background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden}
.adi-win[hidden]{display:none!important}
.adi-head{display:flex;align-items:center;gap:11px;padding:14px 16px;background:linear-gradient(135deg,var(--blue) 0%,#1550c8 100%);color:#fff}
.adi-head-t{flex:1;line-height:1.2}
.adi-head-t b{font-family:'Rubik';font-size:16px;display:block}
.adi-head-t span{font-size:12px;opacity:.9}
.adi-head-t span::before{content:'●';color:#46e06a;font-size:9px;margin-inline-end:5px;vertical-align:1px}
.adi-x{color:#fff;font-size:26px;line-height:1;opacity:.85;width:30px;height:30px}
.adi-x:hover{opacity:1}
.adi-msgs{flex:1;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:10px;background:var(--bg-2)}
.adi-msg{max-width:82%;padding:11px 14px;border-radius:14px;font-size:14px;line-height:1.6;word-wrap:break-word}
.adi-msg.bot{background:#fff;color:var(--t1);align-self:flex-start;border-end-start-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.adi-msg.user{background:var(--blue);color:#fff;align-self:flex-end;border-end-end-radius:4px}
.adi-msg a{color:var(--blue);font-weight:600}
.adi-msg.user a{color:#fff;text-decoration:underline}
.adi-typing{display:inline-flex;gap:4px;padding:2px 0}
.adi-typing i{width:7px;height:7px;border-radius:50%;background:var(--t3);animation:adi-bounce 1s infinite}
.adi-typing i:nth-child(2){animation-delay:.15s}.adi-typing i:nth-child(3){animation-delay:.3s}
@keyframes adi-bounce{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}
.adi-prods{display:flex;flex-direction:column;gap:7px;margin-top:9px}
.adi-prod{display:flex;align-items:center;gap:10px;background:var(--bg-2);border-radius:10px;padding:7px 9px;color:var(--ink)}
.adi-prod:hover{background:var(--blue-l2)}
.adi-prod img{width:42px;height:42px;object-fit:contain;mix-blend-mode:multiply;background:#fff;border-radius:7px;flex-shrink:0}
.adi-prod span{font-size:12.5px;line-height:1.3}
.adi-prod b{display:block;font-weight:600;color:var(--ink);margin-bottom:2px}
.adi-prod span{color:var(--blue);font-weight:700;font-family:'Rubik'}
.adi-chips{display:flex;flex-wrap:wrap;gap:7px;padding:10px 14px 4px;background:var(--bg-2)}
.adi-chips button{background:#fff;border:1px solid var(--bd);border-radius:50px;padding:7px 14px;font-size:12.5px;color:var(--blue);font-weight:600;cursor:pointer;transition:all .12s}
.adi-chips button:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.adi-input{display:flex;align-items:center;gap:8px;padding:12px 14px 6px;background:var(--bg-2)}
.adi-input input{flex:1;border:1.5px solid var(--bd-2);border-radius:50px;padding:11px 16px;font:inherit;font-size:14px;outline:none}
.adi-input input:focus{border-color:var(--blue)}
.adi-input button{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.adi-input button:hover{background:var(--blue-d)}
.adi-input button svg{width:19px;height:19px;transform:scaleX(-1)}
.adi-wa{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12.5px;font-weight:600;color:#128c7e;padding:8px 0 12px;background:var(--bg-2)}
.adi-wa svg{width:17px;height:17px;flex-shrink:0}
.adi-wa:hover{color:#075e54}
.wa-fab{position:fixed;bottom:88px;inset-inline-end:22px;z-index:339;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(37,211,102,.45);transition:transform .15s}
.wa-fab:hover{transform:translateY(-2px);color:#fff}
.wa-fab svg{width:30px;height:30px}
@media(max-width:480px){.adi-win{inset-inline:8px;width:auto;bottom:8px;height:calc(100vh - 70px)}.adi-fab-txt{display:none}.adi-fab{padding:9px}.wa-fab{bottom:82px;width:50px;height:50px}}

/* === CONTENT PAGES (about/contact/policy) === */
.tdsd-page{max-width:1000px;margin:24px auto;padding:32px 36px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}
.tdsd-page .lead{font-size:16.5px;color:var(--ink);line-height:1.8;margin-bottom:22px;font-weight:500}
.tdsd-page h2{font-size:20px;font-family:'Rubik';color:var(--ink);margin:24px 0 10px}
.tdsd-page p{font-size:14.5px;line-height:1.9;color:var(--t1);margin-bottom:12px}
.tdsd-page ul{padding-inline-start:20px;margin-bottom:14px}
.tdsd-page li{font-size:14px;line-height:1.85;margin-bottom:8px;color:var(--t1)}
.tdsd-page a{color:var(--blue);font-weight:600}
.faq-list{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.faq-item{background:var(--bg-2);border-radius:10px;overflow:hidden}
.faq-item summary{cursor:pointer;padding:16px 20px;font-weight:600;font-size:15px;color:var(--ink);font-family:'Rubik';list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';color:var(--blue);font-size:22px;font-weight:400;flex-shrink:0}
.faq-item[open] summary::after{content:'−'}
.faq-item .faq-a{padding:0 20px 18px;font-size:14px;line-height:1.85;color:var(--t1)}
.faq-item .faq-a a{color:var(--blue);font-weight:600}
.contact-grid{display:grid;grid-template-columns:310px 1fr;gap:32px;margin-top:22px}
.contact-info{display:flex;flex-direction:column;gap:12px}
.ci-card{display:flex;align-items:center;gap:14px;background:var(--bg-2);border-radius:10px;padding:15px 16px}
.ci-card .ci-ic{font-size:22px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:var(--shadow)}
.ci-card b{display:block;font-size:13px;color:var(--ink);font-family:'Rubik';margin-bottom:2px}
.ci-card a,.ci-card span{font-size:13.5px;color:var(--t1)}
.contact-form h2{margin-top:0}
.tdsd-cf p{margin-bottom:12px}
.tdsd-cf label{display:block;font-size:13px;font-weight:600;color:var(--t1)}
.tdsd-cf input,.tdsd-cf textarea{width:100%;border:1.5px solid var(--bd-2);border-radius:8px;padding:11px 13px;font:inherit;font-size:14px;margin-top:5px;outline:none;background:#fff}
.tdsd-cf input:focus,.tdsd-cf textarea:focus{border-color:var(--blue)}
.tdsd-cf textarea{min-height:120px;resize:vertical}
.tdsd-cf .wpcf7-submit{width:auto;background:var(--blue);color:#fff;border:none;border-radius:50px;padding:13px 40px;font-weight:700;font-size:15px;cursor:pointer;margin-top:6px}
.tdsd-cf .wpcf7-submit:hover{background:var(--blue-d)}
.tdsd-cf .cf-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
/* B2B page */
.b2b-page{max-width:1100px}
.b2b-hero{text-align:center;background:linear-gradient(135deg,var(--blue) 0%,#3a8dff 100%);color:#fff;border-radius:12px;padding:44px 30px;margin-bottom:28px}
.b2b-hero .b2b-badge{display:inline-block;background:rgba(255,255,255,.2);padding:5px 16px;border-radius:50px;font-size:12px;font-weight:700;margin-bottom:14px}
.b2b-hero h1{color:#fff;font-size:34px;margin-bottom:12px;font-family:'Rubik'}
.b2b-hero p{color:#fff;opacity:.95;font-size:15px;max-width:660px;margin:0 auto;line-height:1.85}
.b2b-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:30px}
.b2b-card{background:var(--bg-2);border-radius:10px;padding:22px 18px;text-align:center}
.b2b-card .bc-ic{font-size:28px;display:block;margin-bottom:10px}
.b2b-card b{display:block;font-family:'Rubik';font-size:15px;color:var(--ink);margin-bottom:6px}
.b2b-card span{font-size:13px;color:var(--t2);line-height:1.6}
.b2b-form-wrap{background:#fff;border:1px solid var(--bd-l);border-radius:12px;padding:30px;box-shadow:var(--shadow)}
.b2b-form-wrap h2{margin-top:0}
.b2b-sub{color:var(--t2);margin-bottom:18px}
.b2b-or{margin-top:16px;font-size:13.5px;color:var(--t2)}
@media(max-width:760px){.b2b-benefits{grid-template-columns:1fr 1fr}.tdsd-cf .cf-row{grid-template-columns:1fr}.b2b-hero h1{font-size:26px}}

/* === WOOCOMMERCE NOTICES === */
.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews{border-radius:8px;border:none;padding:14px 18px 14px 44px;font-size:13.5px;box-shadow:var(--shadow);background:#fff;margin:0 0 18px}
.woocommerce-message{border-inline-start:4px solid var(--green)}
.woocommerce-info{border-inline-start:4px solid var(--blue)}
.woocommerce-error{border-inline-start:4px solid var(--red);list-style:none}
.woocommerce-message::before{color:var(--green)}.woocommerce-info::before{color:var(--blue)}.woocommerce-error::before{color:var(--red)}
.woocommerce-message .button,.woocommerce-info .button{border-radius:50px}

/* === FORMS (shared) === */
.woocommerce form .form-row label{font-size:13px;color:var(--t1);font-weight:600;margin-bottom:5px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection,.woocommerce-account input.input-text{border:1.5px solid var(--bd-2) !important;border-radius:8px !important;padding:11px 13px !important;font:inherit !important;font-size:14px !important;min-height:46px;outline:none;background:#fff}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{border-color:var(--blue) !important}

/* === CART === */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{max-width:1290px;margin:0 auto;padding:24px 15px}
.woocommerce-cart h1.entry-title,.woocommerce-checkout h1.entry-title,.woocommerce-account h1.entry-title{font-size:28px;font-family:'Rubik';color:var(--ink);margin-bottom:18px}
.woocommerce table.shop_table{border:none;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;background:#fff;border-collapse:separate;border-spacing:0}
.woocommerce table.shop_table th{background:var(--bg-2);color:var(--ink);font-family:'Rubik';font-size:13.5px;padding:14px 18px;border:none}
.woocommerce table.shop_table td{padding:16px 18px;border-top:1px solid var(--bd-l);font-size:13.5px;vertical-align:middle}
.woocommerce table.cart img{width:64px;border-radius:8px}
.woocommerce table.cart .product-name a{color:var(--ink);font-weight:600}
.woocommerce table.cart .product-name a:hover{color:var(--blue)}
.woocommerce .cart .quantity input.qty{border:1.5px solid var(--bd-2);border-radius:50px;width:64px;height:42px;text-align:center;font-family:'Rubik';font-weight:600}
.woocommerce a.remove{color:var(--red) !important;font-weight:700}
.woocommerce a.remove:hover{background:var(--red);color:#fff !important}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%}
.cart_totals h2{font-size:18px;font-family:'Rubik';margin-bottom:14px}
.cart_totals table.shop_table .order-total .amount{color:var(--blue);font-family:'Rubik';font-size:20px}
.woocommerce .wc-proceed-to-checkout a.checkout-button{background:var(--blue) !important;color:#fff !important;border-radius:50px;font-size:16px;padding:15px;font-weight:700;text-align:center;display:block}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{background:var(--blue-d) !important}
.cart-collaterals{display:grid;grid-template-columns:1fr;gap:18px;margin-top:20px}
@media(min-width:980px){.woocommerce-cart .cart-collaterals{max-width:420px;margin-inline-start:auto}}

/* === CHECKOUT === */
.woocommerce-checkout #customer_details{margin-bottom:8px}
.woocommerce-checkout h3{font-size:18px;font-family:'Rubik';color:var(--ink);margin-bottom:14px}
.woocommerce-checkout .col2-set,.woocommerce .col2-set{display:grid;grid-template-columns:1fr;gap:0}
.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-checkout-review-order{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;position:sticky;top:70px}
#payment{background:var(--bg-2) !important;border-radius:8px}
#payment .place-order #place_order{background:var(--blue) !important;color:#fff !important;border-radius:50px;font-size:16px;padding:15px 30px;font-weight:700;width:100%}
@media(min-width:980px){.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.4fr 1fr;gap:28px;align-items:start}.woocommerce-checkout #customer_details{grid-column:1}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:2}.woocommerce-checkout #order_review_heading{margin:0}}

/* === MY ACCOUNT === */
.woocommerce-account .woocommerce-MyAccount-navigation{width:24%;float:right}
.woocommerce-account .woocommerce-MyAccount-content{width:72%;float:left;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:26px}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--bd-l)}
.woocommerce-MyAccount-navigation li a{display:block;padding:13px 18px;color:var(--t1);font-weight:600;font-size:13.5px}
.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation li a:hover{background:var(--blue-l2);color:var(--blue)}
.woocommerce-account .woocommerce form.login,.woocommerce-account .woocommerce form.register,.woocommerce .col2-set .col-1 form{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;border:none}
.woocommerce form.login .button,.woocommerce form.register .button{background:var(--blue) !important;color:#fff !important;border-radius:50px;padding:13px 30px;font-weight:700}
.u-columns.col2-set{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media(max-width:760px){.u-columns.col2-set{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none;margin-bottom:16px}}

/* === SHOP / CATEGORY with sidebar === */
.shop-wrap{max-width:1290px;margin:0 auto;padding:14px 15px 0;display:grid;grid-template-columns:262px 1fr;gap:24px;align-items:start;direction:rtl}
.shop-sidebar{display:flex;flex-direction:column;gap:18px}
.filter-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}
.filter-card h3{font-size:15px;font-weight:600;color:var(--ink);font-family:'Rubik';margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--bd-l)}
.filter-cats,.filter-brands{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;max-height:340px;overflow:auto}
.filter-cats li a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;border-radius:6px;font-size:13.5px;color:var(--t1);transition:all .12s}
.filter-cats li a:hover{background:var(--blue-l2);color:var(--blue)}
.filter-cats li.active>a{background:var(--blue-l);color:var(--blue);font-weight:600}
.filter-cats li a em,.filter-brands li a em{font-style:normal;font-size:11.5px;color:var(--t3)}
.filter-cats li a em{background:var(--bg-2);border-radius:20px;padding:1px 8px}
.filter-cats li.back a{color:var(--blue);font-weight:600}
.price-filter .price-inputs{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.price-filter input{width:100%;border:1.5px solid var(--bd-2);border-radius:8px;padding:9px 10px;font:inherit;font-size:13px;outline:none}
.price-filter input:focus{border-color:var(--blue)}
.price-filter button{width:100%;background:var(--blue);color:#fff;border-radius:50px;padding:10px;font-weight:600;font-size:13.5px}
.price-filter button:hover{background:var(--blue-d)}
.price-filter .clear{display:block;text-align:center;margin-top:8px;font-size:12.5px;color:var(--t2)}
.filter-brands li a{display:flex;align-items:center;gap:9px;padding:6px 8px;border-radius:6px;font-size:13px;color:var(--t1)}
.filter-brands li a:hover{background:var(--blue-l2);color:var(--blue)}
.filter-brands li.active>a{color:var(--blue);font-weight:600}
.filter-brands .cbx{width:16px;height:16px;border:1.5px solid var(--bd-2);border-radius:4px;flex-shrink:0;position:relative}
.filter-brands .cbx.on{background:var(--blue);border-color:var(--blue)}
.filter-brands .cbx.on::after{content:'✓';color:#fff;font-size:11px;position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.help-card{background:linear-gradient(135deg,var(--blue) 0%,#3a8dff 100%);color:#fff}
.help-card h3{color:#fff;border-color:rgba(255,255,255,.2)}
.help-card p{font-size:12.5px;opacity:.92;margin-bottom:12px;line-height:1.6}
.help-card .help-call{display:block;text-align:center;background:#fff;color:var(--blue);border-radius:50px;padding:10px;font-weight:700;font-family:'Rubik'}
.shop-main ul.products{grid-template-columns:repeat(4,1fr) !important}
.shop-head h1{font-size:28px;font-weight:600;color:var(--ink);font-family:'Rubik'}
.shop-desc{font-size:13.5px;color:var(--t2);margin-top:6px;line-height:1.7;max-width:760px}
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 18px;padding:11px 16px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap}
.shop-toolbar .woocommerce-result-count{margin:0;font-size:13px;color:var(--t2)}
.shop-toolbar .woocommerce-ordering{margin:0}
.shop-toolbar select{border:1.5px solid var(--bd-2);border-radius:8px;padding:8px 12px;font:inherit;font-size:13px;background:#fff;cursor:pointer}
.shop-main .woocommerce-pagination{margin-top:24px}
.shop-main .woocommerce-pagination ul{display:flex;gap:6px;justify-content:center;list-style:none;border:none !important;padding:0;margin:0}
.shop-main .woocommerce-pagination ul li{border:none !important;margin:0}
.shop-main .woocommerce-pagination a,.shop-main .woocommerce-pagination span{display:flex !important;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:8px;background:#fff;box-shadow:var(--shadow);color:var(--t1);font-weight:600;font-family:'Rubik';padding:0}
.shop-main .woocommerce-pagination .current{background:var(--blue) !important;color:#fff !important}
.no-products{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:50px 20px;text-align:center;color:var(--t2)}
.no-products .btn{display:inline-block;margin-top:14px;background:var(--blue);color:#fff;padding:12px 26px;border-radius:50px;font-weight:600}

/* === MOBILE === */
@media (max-width:1100px){
  .woocommerce ul.products{grid-template-columns:repeat(3,1fr) !important}
  .shop-wrap{grid-template-columns:1fr}
  .shop-sidebar{flex-direction:row;flex-wrap:wrap}
  .shop-sidebar .filter-card{flex:1;min-width:240px}
  .contact-grid{grid-template-columns:1fr}
  .tdsd-page{padding:24px 20px}
  .hero-wrap{grid-template-columns:1fr}
  .cat-rail,.hero-banners{display:none}
  .pop-cats{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:760px){
  .top-util-l{gap:14px}.top-util-r{display:none}
  .header-in{grid-template-columns:auto auto;gap:14px}
  .search-row{grid-column:1/-1;order:3;width:100%;max-width:none}
  .search-cat{display:none}
  .head-actions .cart .total{display:none}
  .navbar-in{height:auto;padding:0}
  .cats-btn{display:none}
  .nav-links{overflow-x:auto;flex-wrap:nowrap;padding:0 10px;white-space:nowrap}
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr) !important}
  .foot-grid{grid-template-columns:1fr 1fr}
  .foot-bottom{flex-direction:column;gap:10px}
  .pop-cats{grid-template-columns:repeat(3,1fr)}
  .brands-section .brand-grid{grid-template-columns:repeat(3,1fr)}
  .product-page{grid-template-columns:1fr;gap:20px}
  .product-info{position:static}
  .product-gallery .main-img{height:300px}
  .spec-row{grid-template-columns:1fr 1fr}
  .spec-row .k,.spec-row .v{padding:10px 16px}
  .hero-c{padding:24px 20px 34px;min-height:360px}
  .hero-c .text,.hero-slide .text{max-width:100%;min-width:0}
  .hero-slide{padding:24px 20px 34px}
  .hero-slide .visual{display:none}
  .hero-c h1,.hero-slide h1{font-size:22px;line-height:1.18;margin-bottom:10px;overflow-wrap:anywhere;word-break:break-word;-webkit-line-clamp:3}
  .hero-c .label{margin-bottom:12px}
  .hero-c .hprice{font-size:26px;margin-bottom:12px}
  .hero-c .perks{gap:8px 16px;font-size:12px;margin-bottom:16px}
  .hero-c .shop-btn{padding:12px 24px}
  .hero-c .dots{bottom:12px;inset-inline-start:22px}
  .trust-card{grid-template-columns:repeat(2,1fr)}
  .trust-it:nth-child(2){border:none}
  .sub-banners{grid-template-columns:1fr}
}
