
:root{
  --accent:#12bfae;--accent-dark:#078f84;--accent-deep:#076a63;
  --accent-soft:#e9faf8;--ink:#18343a;--text:#35525a;--muted:#6c858b;
  --line:#dcebea;--surface:#fff;--soft:#f6fbfa;--warm:#fffaf2;
  --shadow:0 18px 50px rgba(21,93,87,.10);--shadow-soft:0 10px 28px rgba(21,93,87,.075);
  --font-scale:1;--line-scale:1;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;font-size:calc(16px * var(--font-scale))}
body{margin:0;padding-top:78px;background:#fff;color:var(--text);font-family:Arial,"Noto Sans Hebrew",sans-serif;line-height:calc(1.62 * var(--line-scale));-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;top:10px;right:10px;z-index:9999;transform:translateY(-180%);background:#111;color:#fff;padding:10px 14px;border-radius:10px}
.skip-link:focus{transform:translateY(0)}

.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);box-shadow:0 5px 20px rgba(21,93,87,.055);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:18px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:156px;height:auto}
.main-nav{display:flex;align-items:center;gap:20px;margin-inline:auto;font-size:.89rem;font-weight:800;color:#49636a;white-space:nowrap}
.main-nav a{padding:25px 0;position:relative}
.main-nav a::after{content:"";position:absolute;inset-inline:0;bottom:17px;height:2px;background:var(--accent);transform:scaleX(0);transition:.2s}
.main-nav a:hover::after,.main-nav a[aria-current="page"]::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:8px}
.language-switcher{display:flex;padding:4px;border:1px solid var(--line);border-radius:13px;background:#fff}
.lang-btn{width:37px;height:37px;border:0;border-radius:9px;background:transparent;color:#526c73}
.lang-btn.active{background:var(--accent);color:#fff;font-weight:900}
.cart-link{height:46px;min-width:52px;padding:0 13px;border:1px solid #cfe7e4;border-radius:13px;background:#fff;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:900}
.cart-count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:inline-grid;place-items:center;background:var(--accent);color:#fff;font-size:.76rem}
.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:13px;padding:10px 18px;font-weight:900;transition:.18s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 25px rgba(18,191,174,.22)}
.btn-soft{background:var(--accent-soft);color:var(--accent-deep)}
.btn-outline{background:#fff;color:var(--ink);border-color:#b9dcda}
.btn-dark{background:#13272b;color:#fff}
.btn[disabled],.btn.is-disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.menu-btn{display:none;border:0;background:transparent;font-size:28px;color:var(--ink)}
.mobile-menu{display:none}

.page-hero{padding:56px 0 40px;background:radial-gradient(circle at 15% 0%,rgba(18,191,174,.12),transparent 30%),linear-gradient(180deg,#fff,#f8fefd)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid #c7eeea;background:var(--accent-soft);border-radius:999px;color:var(--accent-dark);font-size:.84rem;font-weight:900}
.dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}
h1,h2,h3,p{margin-top:0}
h1{margin:18px 0 14px;color:var(--ink);font-size:clamp(2.5rem,4.4vw,4.7rem);line-height:1.02;letter-spacing:-.045em}
h1 span{color:var(--accent)}
h2{color:var(--ink)}
.lead{max-width:760px;color:#567178;font-size:1.05rem}

.section{padding:58px 0}
.section-soft{background:var(--soft)}
.section-warm{background:var(--warm)}
.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.section-title-row h2{font-size:clamp(1.8rem,3vw,2.7rem);margin-bottom:7px}
.section-title-row p{margin:0;color:var(--muted);max-width:650px}
.kicker{display:block;color:var(--accent-dark);font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.02em;margin-bottom:7px}

.toolbar{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:10px;margin:24px 0 12px}
.field{display:grid;gap:7px}
.field span{font-size:.82rem;font-weight:800;color:#516d73}
.input,.select,.textarea{width:100%;border:1px solid #cfe4e1;background:#fff;color:var(--ink);border-radius:13px;padding:12px 13px;outline:none}
.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(18,191,174,.12)}
.textarea{min-height:110px;resize:vertical}
.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 20px}
.filter-chip{border:1px solid #cde5e2;background:#fff;color:#49656b;border-radius:999px;padding:8px 13px;font-weight:800}
.filter-chip.active{background:var(--accent);border-color:var(--accent);color:#fff}
.results-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:10px 0 20px;color:var(--muted);font-size:.9rem}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{overflow:hidden;border:1px solid #d7e9e6;border-radius:24px;background:#fff;box-shadow:var(--shadow-soft);transition:.2s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-photo{aspect-ratio:4/3;background:linear-gradient(145deg,#edfafa,#fff);overflow:hidden}
.product-photo img{width:100%;height:100%;object-fit:cover}
.product-body{padding:20px}
.product-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}
.badge{display:inline-flex;align-items:center;min-height:27px;padding:4px 9px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-size:.72rem;font-weight:900}
.sku{font-size:.74rem;color:#8aa0a5}
.product-card h3{font-size:1.2rem;line-height:1.25;margin-bottom:8px}
.product-card p{color:var(--muted);font-size:.9rem;margin-bottom:16px}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px}
.price{font-size:1.25rem;font-weight:900;color:var(--ink)}
.stock{font-size:.76rem;font-weight:900;border-radius:999px;padding:5px 8px}
.stock.in_stock{background:#e9f9ef;color:#227a48}
.stock.on_order{background:#fff6df;color:#8b6912}
.stock.out_of_stock{background:#f8e9e9;color:#a23a3a}
.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}
.card-actions .btn{padding-inline:10px;font-size:.88rem}
.empty-state{grid-column:1/-1;padding:40px;text-align:center;border:1px dashed #bfdeda;border-radius:22px;background:#fbfefe;color:var(--muted)}

.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}
.detail-media{position:sticky;top:104px}
.detail-image{overflow:hidden;border:1px solid #d6e9e6;border-radius:28px;background:#f3fbfa;box-shadow:var(--shadow)}
.detail-image img{width:100%;aspect-ratio:4/3;object-fit:cover}
.detail-copy h1{font-size:clamp(2.3rem,4vw,4rem)}
.detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 18px}
.detail-price{font-size:2rem;font-weight:900;color:var(--ink);margin:18px 0}
.spec-table{display:grid;border:1px solid #d9eae8;border-radius:18px;overflow:hidden;margin:22px 0}
.spec-row{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:13px 15px;border-bottom:1px solid #e5f0ef}
.spec-row:last-child{border-bottom:0}
.spec-row b{color:var(--ink)}
.purchase-box{padding:20px;border:1px solid #cde6e3;border-radius:20px;background:#f9fdfc;box-shadow:var(--shadow-soft)}
.qty-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.qty-input{width:82px;text-align:center}
.fulfillment-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 18px}
.fulfillment-tag{padding:7px 10px;border-radius:999px;background:#eef9f8;color:#3d6669;font-size:.83rem;font-weight:800}
.purchase-actions{display:flex;flex-wrap:wrap;gap:9px}
.notice{padding:14px 16px;border-radius:15px;border:1px solid #cfe6e3;background:#f8fdfc;color:#526c73;font-size:.9rem}
.notice-warning{border-color:#ead9a4;background:#fffaf0;color:#75601c}

.cart-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(290px,.7fr);gap:28px;align-items:start}
.cart-list{display:grid;gap:12px}
.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:16px;align-items:center;padding:14px;border:1px solid #d8e9e7;border-radius:20px;background:#fff}
.cart-thumb{width:110px;height:86px;border-radius:14px;object-fit:cover;background:#f3fbfa}
.cart-item h3{margin:0 0 6px;font-size:1rem}
.cart-item small{color:var(--muted)}
.cart-controls{display:flex;align-items:center;gap:8px;margin-top:10px}
.qty-btn{width:34px;height:34px;border:1px solid #cfe3e0;border-radius:10px;background:#fff;color:var(--ink);font-weight:900}
.remove-btn{border:0;background:transparent;color:#a24c4c;font-size:.82rem;font-weight:800}
.cart-item-price{text-align:end}
.cart-item-price b{display:block;color:var(--ink);font-size:1.05rem}
.summary-card{position:sticky;top:105px;padding:22px;border:1px solid #d4e8e5;border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.summary-card h2{font-size:1.35rem;margin-bottom:18px}
.summary-line{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:8px 0;color:#587177}
.summary-line.total{margin-top:8px;padding-top:14px;border-top:1px solid #dbe9e7;color:var(--ink);font-weight:900;font-size:1.12rem}
.summary-card .btn{width:100%;margin-top:14px}
.summary-note{font-size:.82rem;color:var(--muted);margin-top:10px}

.checkout-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:28px;align-items:start}
.checkout-card{padding:24px;border:1px solid #d7e9e6;border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-grid .span-2{grid-column:1/-1}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.choice{position:relative}
.choice input{position:absolute;opacity:0}
.choice label{display:block;height:100%;padding:16px;border:1px solid #cfe4e1;border-radius:16px;background:#fff}
.choice input:checked+label{border-color:var(--accent);box-shadow:0 0 0 3px rgba(18,191,174,.10);background:#f8fffe}
.checkbox-row{display:flex;align-items:flex-start;gap:9px;margin-top:12px;font-size:.9rem}
.payment-status{margin-top:18px}
.profile-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}

.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#71878c;font-size:.84rem;margin-bottom:18px}
.breadcrumbs a:hover{color:var(--accent-dark)}

.footer{padding:34px 0;border-top:1px solid var(--line);background:#fff}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer-logo{width:136px}
.footer-links{display:flex;gap:17px;flex-wrap:wrap;font-size:.86rem;font-weight:800;color:#60777d}

.a11y-fab{position:fixed;left:20px;bottom:20px;z-index:130;width:52px;height:52px;border:3px solid #fff;border-radius:50%;background:#2459ef;color:#fff;box-shadow:0 10px 28px rgba(26,65,180,.28);font-size:24px}
.a11y-panel{position:fixed;left:20px;bottom:82px;z-index:140;width:min(360px,calc(100vw - 40px));border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(17,42,68,.22);border:1px solid #d9e5ef;overflow:hidden;display:none}
.a11y-panel.open{display:block}
.a11y-head{padding:15px 17px;background:#2d4be8;color:#fff;display:flex;justify-content:space-between;align-items:center}
.a11y-head button{border:0;background:transparent;color:#fff;font-size:22px}
.a11y-body{padding:14px}
.a11y-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.a11y-grid button,.a11y-reset{border:0;border-radius:13px;background:#f1f3f6;padding:12px;color:#24343e}
.a11y-reset{width:100%;margin-top:9px}
.high-contrast{filter:contrast(1.35)}
.grayscale{filter:grayscale(1)}
.hide-images img{visibility:hidden}
.highlight-links a{text-decoration:underline!important;text-decoration-thickness:2px!important}

.toast{position:fixed;inset-inline-end:20px;bottom:20px;z-index:200;max-width:360px;padding:13px 16px;border-radius:14px;background:#152d31;color:#fff;box-shadow:0 14px 35px rgba(0,0,0,.18);opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}
.toast.show{opacity:1;transform:translateY(0)}

@media(max-width:1040px){
  .main-nav{display:none}.menu-btn{display:block;margin-inline-start:auto}
  .header-actions .btn-soft{display:none}
  .mobile-menu.open{display:grid;padding:12px 20px 18px;border-top:1px solid var(--line);background:#fff;gap:4px}
  .mobile-menu a{padding:10px 0;font-weight:800}
  .toolbar{grid-template-columns:1fr 1fr}
  .product-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .container{width:min(100% - 24px,1180px)}
  .header-inner{min-height:70px;gap:8px}.brand img{width:128px}
  .language-switcher{display:none}
  .page-hero{padding:40px 0 28px}
  h1{font-size:clamp(2.2rem,11vw,3.4rem)}
  .section{padding:42px 0}
  .section-title-row{align-items:start;flex-direction:column}
  .toolbar{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  .detail-grid,.cart-layout,.checkout-grid{grid-template-columns:1fr}
  .detail-media,.summary-card{position:static}
  .form-grid,.choice-grid{grid-template-columns:1fr}
  .form-grid .span-2{grid-column:auto}
  .cart-item{grid-template-columns:82px 1fr}.cart-thumb{width:82px;height:72px}.cart-item-price{grid-column:2;text-align:start}
  .footer-inner{align-items:flex-start;flex-direction:column}
  .header-actions .btn{display:none}
}


/* BUILD v13 — mobile width hardening for all store pages / all languages */
html,body{max-width:100%;overflow-x:clip}
main,header,footer,section,.container{max-width:100%}
.header-inner>* ,.page-hero *,.section *,.detail-grid>*,.cart-layout>*,.checkout-grid>*,.product-card,.cart-item,.checkout-card,.summary-card{min-width:0}
h1,h2,h3,p,a,button,span,b,small,label,.spec-row>*{overflow-wrap:break-word}

@media(max-width:760px){
  .container{width:calc(100% - 20px)!important;max-width:100%!important}
  .header-inner{min-height:64px!important;gap:5px!important;flex-wrap:nowrap}
  .brand{flex:0 1 108px;max-width:108px;min-width:0}
  .brand img{width:108px!important;max-width:100%}
  .language-switcher{display:flex!important;flex:0 0 auto;padding:3px;gap:1px;border-radius:10px}
  .lang-btn{width:25px!important;min-width:25px!important;height:28px!important;padding:0!important;font-size:.58rem;border-radius:7px}
  .header-actions{display:flex!important;flex:0 0 auto;gap:0}
  .header-actions .btn{display:none!important}
  .cart-link{width:40px;min-width:40px;height:36px;padding:0 4px;gap:2px;font-size:.76rem}
  .cart-count{min-width:17px;height:17px;padding:0 4px;font-size:.62rem}
  .menu-btn{display:block;flex:0 0 32px;width:32px;min-width:32px;padding:0;margin:0!important;font-size:22px;line-height:1}
  .mobile-menu.open{padding-inline:10px}

  .page-hero{padding:32px 0 24px}
  h1{width:100%;max-width:100%;font-size:clamp(2rem,9.6vw,2.7rem);line-height:1.06;letter-spacing:-.03em}
  .lead{width:100%;max-width:100%;font-size:.96rem;line-height:1.58}
  .eyebrow{max-width:100%;white-space:normal;line-height:1.35}
  .section{padding:40px 0}
  .section-title-row{width:100%;max-width:100%;gap:10px}
  .toolbar,.product-grid,.detail-grid,.cart-layout,.checkout-grid,.form-grid,.choice-grid{width:100%;max-width:100%;min-width:0}
  .product-card,.detail-image,.purchase-box,.cart-item,.summary-card,.checkout-card{width:100%;max-width:100%}
  .card-actions,.purchase-actions,.profile-actions{max-width:100%}
  .card-actions{grid-template-columns:1fr}
  .spec-row{grid-template-columns:minmax(92px,.8fr) minmax(0,1.2fr);gap:10px;padding-inline:12px}
  .cart-item{grid-template-columns:72px minmax(0,1fr)!important;gap:11px;padding:11px}
  .cart-thumb{width:72px!important;height:66px!important}
  .cart-controls{flex-wrap:wrap}
  .qty-input{width:68px}
  .summary-line{min-width:0}
  .footer-inner{width:100%}
  .toast{inset-inline:10px;max-width:none}
  .a11y-panel{left:8px;width:calc(100vw - 16px);max-width:calc(100vw - 16px)}
}
@media(max-width:390px){
  .container{width:calc(100% - 16px)!important}
  .brand{flex-basis:98px;max-width:98px}.brand img{width:98px!important}
  .lang-btn{width:23px!important;min-width:23px!important;font-size:.54rem}
  .cart-link{width:36px;min-width:36px}
  .menu-btn{flex-basis:29px;width:29px;min-width:29px}
  h1{font-size:clamp(1.9rem,9.2vw,2.35rem)}
}


/* BATTERY FIX v14 — privacy */
.privacy-inline{margin-top:18px;padding:15px 17px;border:1px solid #cfe8e4;border-radius:16px;background:#f4fbfa;color:#526b71;font-size:.86rem;line-height:1.7}
.privacy-inline p{margin:0 0 7px}
.privacy-inline a{font-weight:900;color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}
.policy-shell{padding:56px 0 80px;background:linear-gradient(180deg,#f4fbfa 0,#fff 320px)}
.policy-wrap{max-width:900px;margin:0 auto}
.policy-card{padding:clamp(22px,4vw,42px);border:1px solid #d7e9e6;border-radius:28px;background:#fff;box-shadow:var(--shadow-soft)}
.policy-card h1{margin:0 0 12px;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;color:var(--ink)}
.policy-card .policy-lead{margin:0 0 22px;color:var(--muted);font-size:1.02rem;line-height:1.75}
.policy-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px;color:#60777d;font-weight:800;font-size:.86rem}
.policy-meta span{padding:7px 10px;border:1px solid #d7e9e6;border-radius:999px;background:#f8fbfb}
.policy-section{padding:24px 0;border-top:1px solid #e5efed}
.policy-section:first-of-type{border-top:0}
.policy-section h2{margin:0 0 10px;font-size:1.25rem;color:var(--ink)}
.policy-section p,.policy-section li{color:#526b71;line-height:1.8}
.policy-section ul{margin:10px 0 0;padding-inline-start:22px}
.policy-highlight{padding:18px 20px;border-radius:18px;background:#eafaf7;border:1px solid #ccece7}
.policy-contact{display:grid;gap:6px;margin-top:10px}
.policy-contact a{color:var(--accent-dark);font-weight:900}
@media(max-width:760px){.policy-shell{padding:30px 0 60px}.policy-card{border-radius:20px;padding:20px}.policy-section{padding:20px 0}.policy-meta{gap:7px}}

/* BUILD v15 — header always visible */
[id]{scroll-margin-top:96px}
@media(max-width:680px){body{padding-top:64px}[id]{scroll-margin-top:78px}}


/* BUILD v16 — mobile app-style navigation */
.mobile-app-nav{display:none}.mobile-language-switch{display:none}
@media(max-width:760px){
  body{padding-top:64px;padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .header-inner{display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;width:100%;gap:8px!important;direction:ltr}
  .main-nav,.header-actions,.language-switcher{display:none!important}
  .menu-btn{display:grid!important;place-items:center;grid-column:1;width:44px!important;min-width:44px!important;height:44px;padding:0!important;font-size:25px!important;border-radius:13px;border:1px solid #d7e8e5;background:#fff;color:var(--ink)}
  .brand{grid-column:2;justify-self:center;width:132px!important;max-width:132px!important;min-width:0;flex:none!important;padding:0!important}
  .brand img{width:132px!important;max-width:100%}
  .cart-link{grid-column:3;justify-self:end;display:inline-flex!important;position:relative;width:44px!important;min-width:44px!important;height:44px!important;padding:0!important;border-radius:13px;font-size:1rem}
  .cart-count{position:absolute;inset-inline-end:-3px;top:-4px;min-width:18px;height:18px;font-size:.63rem;box-shadow:0 0 0 2px #fff}
  .mobile-menu.open{display:grid!important;position:fixed;top:64px;left:0;right:0;z-index:995;gap:4px;padding:12px 14px 18px!important;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.985);box-shadow:0 18px 35px rgba(21,55,61,.12);max-height:calc(100vh - 140px);overflow:auto}
  .mobile-menu>a{min-height:46px;display:flex;align-items:center;padding:10px 12px!important;border-radius:12px;font-size:.95rem}
  .mobile-menu>a:hover{background:var(--accent-soft)}
  .mobile-language-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:4px 0 10px;margin-bottom:4px;border-bottom:1px solid var(--line);direction:ltr}
  .mobile-language-switch .lang-btn{width:auto!important;min-width:0!important;height:42px!important;padding:0 8px!important;border:1px solid #d6e8e5;border-radius:11px;background:#fff;color:#526b71;font-size:.78rem!important;font-weight:900}
  .mobile-language-switch .lang-btn.active{border-color:var(--accent);background:var(--accent);color:#fff}
  .mobile-app-nav{position:fixed;left:0;right:0;bottom:0;z-index:900;display:grid;grid-template-columns:repeat(5,1fr);min-height:68px;padding:5px max(6px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));border-top:1px solid #d7e8e5;background:rgba(255,255,255,.98);box-shadow:0 -12px 30px rgba(18,52,58,.11);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);direction:ltr}
  .app-nav-item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 2px;border-radius:12px;color:#60777d;font-size:.72rem;font-weight:800;line-height:1.05;text-align:center;text-decoration:none;white-space:nowrap}
  .app-nav-item svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .app-nav-item.active,.app-nav-item:active{color:var(--accent-dark);background:#eafaf7}
  .app-nav-shop{color:#0a8f83}.app-nav-item.whatsapp-link{color:#159c62}.app-nav-item.call-link{color:#29434a}
  .footer{padding-bottom:24px}.a11y-fab{bottom:calc(82px + env(safe-area-inset-bottom))}.a11y-panel{bottom:calc(78px + env(safe-area-inset-bottom));max-height:calc(100vh - 92px - env(safe-area-inset-bottom))}
}
@media(max-width:360px){.brand{width:120px!important;max-width:120px!important}.brand img{width:120px!important}.app-nav-item{font-size:.61rem}.app-nav-item svg{width:20px;height:20px}}


/* BUILD v17 — one-line mobile header + robust mobile app nav */
@media (max-width:760px){
  body{padding-top:64px!important;padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}
  .site-header{height:64px!important;min-height:64px!important;overflow:visible}
  .site-header .container.header-inner{
    height:64px!important;
    min-height:64px!important;
    width:calc(100% - 16px)!important;
    margin-inline:auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    grid-template-rows:64px!important;
    align-items:center!important;
    gap:8px!important;
    direction:ltr!important;
  }
  .main-nav,.language-switcher{display:none!important}
  .menu-btn{
    grid-column:1!important;grid-row:1!important;
    justify-self:start!important;align-self:center!important;
    display:grid!important;place-items:center!important;
    width:44px!important;min-width:44px!important;height:44px!important;
    margin:0!important;padding:0!important;
    border:1px solid #d7e8e5!important;border-radius:13px!important;
    background:#fff!important;color:var(--ink)!important;
    font-size:25px!important;line-height:1!important;
  }
  .site-header .brand{
    grid-column:2!important;grid-row:1!important;
    justify-self:center!important;align-self:center!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:132px!important;max-width:132px!important;min-width:0!important;
    margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;
  }
  .site-header .brand img{display:block!important;width:132px!important;max-width:132px!important;height:auto!important;margin:0!important}
  .header-actions{
    grid-column:3!important;grid-row:1!important;
    justify-self:end!important;align-self:center!important;
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    width:48px!important;min-width:48px!important;margin:0!important;padding:0!important;gap:0!important;
  }
  .header-actions .btn{display:none!important}
  .cart-link{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    position:relative!important;width:44px!important;min-width:44px!important;height:44px!important;
    margin:0!important;padding:0!important;border-radius:13px!important;font-size:1rem!important;
  }
  .cart-count{position:absolute!important;inset-inline-end:-3px!important;top:-4px!important;min-width:18px!important;height:18px!important;font-size:.63rem!important;box-shadow:0 0 0 2px #fff!important}
  .mobile-menu.open{top:64px!important}
  .mobile-app-nav{
    position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:900!important;
    display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;
    width:100%!important;min-height:70px!important;margin:0!important;
    padding:5px max(6px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left))!important;
    border-top:1px solid #d7e8e5!important;background:rgba(255,255,255,.985)!important;
    box-shadow:0 -10px 28px rgba(18,52,58,.12)!important;
    direction:ltr!important;
  }
  .mobile-app-nav .app-nav-item{
    min-width:0!important;max-width:none!important;height:auto!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    gap:3px!important;padding:4px 1px!important;margin:0!important;border-radius:11px!important;
    font-size:.67rem!important;line-height:1.05!important;white-space:nowrap!important;text-align:center!important;
  }
  .mobile-app-nav .app-nav-item svg{
    display:block!important;width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;
    min-width:22px!important;min-height:22px!important;flex:0 0 22px!important;
    fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;
  }
  .a11y-fab{bottom:calc(84px + env(safe-area-inset-bottom))!important}
}
@media (max-width:360px){
  .site-header .container.header-inner{grid-template-columns:44px minmax(0,1fr) 44px!important;gap:5px!important}
  .site-header .brand{width:118px!important;max-width:118px!important}
  .site-header .brand img{width:118px!important;max-width:118px!important}
  .menu-btn,.cart-link{width:42px!important;min-width:42px!important;height:42px!important}
  .header-actions{width:44px!important;min-width:44px!important}
  .mobile-app-nav .app-nav-item{font-size:.59rem!important}
  .mobile-app-nav .app-nav-item svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;flex-basis:20px!important}
}


/* BUILD v18 — mobile language switch back in the header */
@media (max-width:760px){
  .site-header .container.header-inner{
    grid-template-columns:44px 104px minmax(92px,1fr) 44px!important;
    gap:6px!important;
  }
  .menu-btn{grid-column:1!important}
  .site-header .brand{
    grid-column:2!important;grid-row:1!important;justify-self:center!important;
    width:104px!important;max-width:104px!important;
  }
  .site-header .brand img{width:96px!important;max-width:96px!important}
  .language-switcher{
    grid-column:3!important;grid-row:1!important;justify-self:center!important;align-self:center!important;
    display:flex!important;width:auto!important;max-width:100%!important;min-width:0!important;
    padding:3px!important;gap:2px!important;border:1px solid #d7e8e5!important;border-radius:11px!important;
    background:#fff!important;direction:ltr!important;
  }
  .language-switcher .lang-btn{
    display:grid!important;place-items:center!important;width:28px!important;min-width:28px!important;height:32px!important;
    padding:0!important;border:0!important;border-radius:8px!important;font-size:.67rem!important;font-weight:900!important;line-height:1!important;
  }
  .language-switcher .lang-btn.active{background:var(--accent)!important;color:#fff!important}
  .header-actions{grid-column:4!important;width:44px!important;min-width:44px!important}
  .mobile-language-switch{display:none!important}
  .mobile-menu.open{padding-top:10px!important}
}
@media (max-width:360px){
  .site-header .container.header-inner{grid-template-columns:40px 88px minmax(84px,1fr) 40px!important;gap:4px!important}
  .site-header .brand{width:88px!important;max-width:88px!important}
  .site-header .brand img{width:82px!important;max-width:82px!important}
  .language-switcher{padding:2px!important;gap:1px!important}
  .language-switcher .lang-btn{width:25px!important;min-width:25px!important;height:30px!important;font-size:.61rem!important}
  .menu-btn,.cart-link{width:40px!important;min-width:40px!important;height:40px!important}
  .header-actions{width:40px!important;min-width:40px!important}
}


/* v20: customer profile page without roadmap/development sidebar */
.profile-grid-single{max-width:920px;margin-inline:auto}
.profile-grid-single .checkout-card{width:100%}

/* BUILD v22 — active language button visibility fix */


/* ============================================================
   v23 — STORE ON/OFF SWITCH
   ============================================================ */
.store-closed-section{display:none;}
body.store-disabled .store-open-only{display:none!important;}
body.store-disabled .store-closed-section{display:block;}
body.store-enabled .store-closed-section{display:none!important;}
.store-closed-section{padding-top:clamp(38px,7vw,86px);padding-bottom:clamp(52px,9vw,110px);}
.store-closed-card{max-width:760px;margin:0 auto;padding:clamp(30px,6vw,62px);text-align:center;background:linear-gradient(145deg,#ffffff 0%,#effbf9 100%);border:1px solid #cfe9e6;border-radius:30px;box-shadow:0 24px 70px rgba(24,94,88,.12);}
.store-closed-icon{width:78px;height:78px;margin:0 auto 22px;display:grid;place-items:center;border-radius:24px;background:#e7faf7;font-size:38px;box-shadow:inset 0 0 0 1px #c7ece7;}
.store-closed-card h1{max-width:620px;margin:14px auto 16px;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;color:var(--ink);}
.store-closed-card p{max-width:610px;margin:0 auto;color:var(--muted);font-size:1.05rem;line-height:1.8;}
.store-closed-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px;}
.store-closed-actions .btn{min-width:180px;}
@media(max-width:560px){
  .store-closed-section{padding-top:28px;padding-bottom:88px;}
  .store-closed-card{padding:30px 20px;border-radius:24px;}
  .store-closed-icon{width:64px;height:64px;border-radius:20px;font-size:31px;}
  .store-closed-card h1{font-size:clamp(1.75rem,9vw,2.45rem);}
  .store-closed-actions{flex-direction:column;}
  .store-closed-actions .btn{width:100%;}
}

/* Closed-store header: remove cart cleanly and keep mobile header in one row. */
body.store-disabled .cart-link,
body.store-disabled .header-cart-link,
body.store-disabled a[href="cart.html"],
body.store-disabled a[href="checkout.html"]{display:none!important;}
@media(max-width:680px){
  body.store-disabled .site-header .container.header-inner{
    grid-template-columns:44px 104px minmax(92px,1fr)!important;
  }
  body.store-disabled .menu-btn{grid-column:1!important;}
  body.store-disabled .site-header .brand{grid-column:2!important;}
  body.store-disabled .language-switch{grid-column:3!important;justify-self:end!important;}
}
@media(max-width:360px){
  body.store-disabled .site-header .container.header-inner{
    grid-template-columns:40px 88px minmax(84px,1fr)!important;
  }
}


/* BATTERY FIX v30 — unified code-only logo. No image asset is used. */
:root{--bf-logo-lime:#c8ff2b;--bf-logo-black:#0c1011;--bf-logo-white:#f7fbfb}
.brand.bf-brand{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:auto!important;max-width:none!important;min-width:0!important;flex:0 0 auto!important;
  min-height:46px;padding:6px 12px!important;border-radius:13px!important;
  background:var(--bf-logo-black)!important;border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 9px 24px rgba(8,18,19,.17),inset 0 1px 0 rgba(255,255,255,.05)!important;
  overflow:visible!important;
}
.bf-logo{display:inline-flex;align-items:center;gap:8px;direction:ltr;white-space:nowrap;line-height:1}
.bf-logo-icon{
  position:relative;display:block;flex:0 0 auto;width:31px;height:31px;border-radius:8px;background:var(--bf-logo-lime);
  box-shadow:0 0 0 1px rgba(200,255,43,.18),0 0 20px rgba(200,255,43,.10)
}
.bf-logo-icon::after{
  content:"";position:absolute;left:50%;top:50%;width:15px;height:21px;transform:translate(-50%,-50%);
  background:var(--bf-logo-black);clip-path:polygon(55% 0,22% 46%,46% 46%,30% 100%,78% 38%,54% 38%)
}
.bf-logo-copy{display:grid;gap:1px;text-align:left;font-family:Arial,"Noto Sans Hebrew",sans-serif;letter-spacing:.055em}
.bf-logo-battery{color:var(--bf-logo-white);font-size:12px;font-weight:900;line-height:.9}
.bf-logo-fix{color:var(--bf-logo-lime);font-size:11px;font-weight:950;line-height:.9;letter-spacing:.11em}
.bf-logo-footer{display:inline-flex;padding:6px 10px;border-radius:12px;background:var(--bf-logo-black);box-shadow:0 7px 20px rgba(8,18,19,.12)}
.bf-logo-footer .bf-logo-icon{width:28px;height:28px;border-radius:7px}
.bf-logo-footer .bf-logo-icon::after{width:13px;height:19px}
.bf-logo-footer .bf-logo-battery{font-size:11px}.bf-logo-footer .bf-logo-fix{font-size:10px}
@media(max-width:760px){
  .site-header .brand.bf-brand{
    width:112px!important;max-width:112px!important;min-width:112px!important;height:38px!important;min-height:38px!important;
    padding:4px 7px!important;border-radius:10px!important;justify-self:center!important
  }
  .site-header .bf-logo{gap:6px}
  .site-header .bf-logo-icon{width:25px;height:25px;border-radius:6px}
  .site-header .bf-logo-icon::after{width:12px;height:17px}
  .site-header .bf-logo-battery{font-size:9px}.site-header .bf-logo-fix{font-size:8px}
}
@media(max-width:360px){
  .site-header .brand.bf-brand{width:98px!important;max-width:98px!important;min-width:98px!important;padding-inline:6px!important}
  .site-header .bf-logo{gap:5px}.site-header .bf-logo-icon{width:23px;height:23px}
  .site-header .bf-logo-battery{font-size:8px}.site-header .bf-logo-fix{font-size:7.5px}
}



/* ============================================================
   BATTERY FIX v33 — COMPACT SHOP CATALOG
   Compact product cards + scalable category navigation.
   ============================================================ */

.shop-page .page-hero{
  padding-top:54px;
  padding-bottom:34px;
}

.shop-page .shop-category-strip{
  display:flex;
  gap:9px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:thin;
  padding:2px 1px 12px;
  margin:12px 0 16px;
  scroll-snap-type:x proximity;
}

.shop-page .shop-category{
  flex:0 0 auto;
  scroll-snap-align:start;
  border:1px solid #cde5e2;
  background:#fff;
  color:#3f6166;
  border-radius:999px;
  padding:9px 14px;
  min-height:40px;
  font:inherit;
  font-weight:800;
  white-space:nowrap;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}

.shop-page .shop-category:hover{
  border-color:#9fd9d2;
  transform:translateY(-1px);
}

.shop-page .shop-category.active{
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
  box-shadow:0 8px 18px rgba(18,191,174,.18);
}

.shop-page #productGrid.catalog-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}

.shop-page #productGrid .catalog-product-card{
  position:relative;
  border-radius:20px;
  min-width:0;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(25,73,76,.08);
}

.shop-page #productGrid .catalog-product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(25,73,76,.13);
}

.shop-page .catalog-product-link{
  display:flex;
  flex-direction:column;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.shop-page .catalog-category{
  position:absolute;
  z-index:2;
  top:10px;
  inset-inline-start:10px;
  max-width:calc(100% - 20px);
  padding:5px 9px;
  border:1px solid rgba(166,221,215,.85);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#168f83;
  font-size:.72rem;
  font-weight:900;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  box-shadow:0 5px 15px rgba(30,83,84,.08);
}

.shop-page .catalog-product-photo{
  display:block;
  aspect-ratio:1/1;
  padding:16px;
  background:#fff;
  border-bottom:1px solid #e6f1f0;
}

.shop-page .catalog-product-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transition:transform .22s ease;
}

.shop-page .catalog-product-card:hover .catalog-product-photo img{
  transform:scale(1.025);
}

.shop-page .catalog-product-info{
  display:grid;
  gap:5px;
  padding:12px 13px 14px;
  margin-top:auto;
}

.shop-page .catalog-product-title{
  display:block;
  color:var(--ink);
  font-size:1rem;
  line-height:1.25;
  min-height:2.5em;
  font-weight:900;
}

.shop-page .catalog-product-price{
  display:block;
  color:#0b8f82;
  font-size:1.18rem;
  line-height:1.1;
  font-weight:950;
}

.shop-page .catalog-product-stock{
  display:block;
  width:max-content;
  max-width:100%;
  font-size:.73rem;
  line-height:1.2;
}

.shop-page #productGrid .product-body,
.shop-page #productGrid .product-top,
.shop-page #productGrid .card-actions{
  display:none!important;
}

@media (max-width:1100px){
  .shop-page #productGrid.catalog-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .shop-page .page-hero{
    padding-top:26px;
    padding-bottom:22px;
  }

  .shop-page .page-hero h1{
    font-size:clamp(1.8rem,8vw,2.45rem);
    line-height:1.04;
  }

  .shop-page .section{
    padding-top:28px;
    padding-bottom:34px;
  }

  .shop-page .section-title-row{
    gap:8px;
    margin-bottom:10px;
  }

  .shop-page .section-title-row h2{
    font-size:1.55rem;
  }

  .shop-page .section-title-row>p{
    font-size:.9rem;
  }

  .shop-page .toolbar{
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:14px 0 10px;
  }

  .shop-page .toolbar .field:first-child{
    grid-column:1/-1;
  }

  .shop-page .shop-category-strip{
    margin-inline:-8px;
    padding-inline:8px;
    padding-bottom:10px;
  }

  .shop-page .shop-category{
    min-height:37px;
    padding:7px 11px;
    font-size:.78rem;
  }

  .shop-page #productGrid.catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  .shop-page #productGrid .catalog-product-card{
    border-radius:16px;
  }

  .shop-page .catalog-category{
    top:7px;
    inset-inline-start:7px;
    max-width:calc(100% - 14px);
    padding:4px 7px;
    font-size:.62rem;
  }

  .shop-page .catalog-product-photo{
    aspect-ratio:1/1;
    padding:10px;
  }

  .shop-page .catalog-product-info{
    gap:4px;
    padding:9px 9px 11px;
  }

  .shop-page .catalog-product-title{
    font-size:.86rem;
    min-height:2.5em;
  }

  .shop-page .catalog-product-price{
    font-size:1rem;
  }

  .shop-page .catalog-product-stock{
    font-size:.65rem;
  }

  .shop-page .results-row{
    margin-bottom:12px;
  }
}

@media (max-width:390px){
  .shop-page .toolbar{
    grid-template-columns:1fr;
  }
  .shop-page .toolbar .field:first-child{
    grid-column:auto;
  }
  .shop-page #productGrid.catalog-grid{
    gap:8px!important;
  }
  .shop-page .catalog-product-photo{
    padding:8px;
  }
  .shop-page .catalog-product-info{
    padding:8px;
  }
  .shop-page .catalog-product-title{
    font-size:.8rem;
  }
}


/* ============================================================
   BATTERY FIX v34 — COMPACT SHOP TOP
   Products appear immediately below a compact search/filter area.
   ============================================================ */

.shop-page .shop-catalog-section{
  padding-top:28px;
  padding-bottom:52px;
}

.shop-page .shop-catalog-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}

.shop-page .shop-catalog-heading{
  min-width:0;
}

.shop-page .shop-catalog-kicker{
  display:block;
  margin-bottom:3px;
  color:#0b9689;
  font-size:.72rem;
  line-height:1;
  font-weight:950;
  letter-spacing:.05em;
}

.shop-page .shop-catalog-head h1{
  margin:0;
  color:var(--ink);
  font-size:clamp(1.85rem,3vw,2.55rem);
  line-height:1;
  font-weight:950;
  letter-spacing:-.03em;
}

.shop-page .shop-results-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border:1px solid #cce7e3;
  border-radius:999px;
  background:#f3fbfa;
  color:#477076;
  font-size:.78rem;
  font-weight:850;
  white-space:nowrap;
}

.shop-page .shop-control-bar{
  position:relative;
  z-index:12;
  display:grid;
  grid-template-columns:minmax(320px,1fr) 190px 150px;
  grid-template-areas:"search sort filters";
  gap:10px;
  align-items:end;
  margin-bottom:8px;
}

.shop-page .shop-search-field{
  grid-area:search;
  min-width:0;
}

.shop-page .shop-sort-field{
  grid-area:sort;
  min-width:0;
}

.shop-page .shop-filter-drawer{
  grid-area:filters;
  position:relative;
  min-width:0;
}

.shop-page .shop-control-label{
  display:block;
  margin:0 0 5px;
  color:#58747a;
  font-size:.72rem;
  line-height:1;
  font-weight:850;
}

.shop-page .shop-search-box{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding-inline:13px;
  border:1px solid #c9e3e0;
  border-radius:14px;
  background:#fff;
  color:#6c898d;
  box-shadow:0 5px 18px rgba(23,76,78,.04);
}

.shop-page .shop-search-box:focus-within{
  border-color:#72cfc6;
  box-shadow:0 0 0 3px rgba(18,191,174,.10);
}

.shop-page .shop-search-box .input{
  min-width:0;
  width:100%;
  height:auto;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  outline:0;
}

.shop-page .shop-sort-field .select{
  min-height:46px;
  border-radius:14px;
}

.shop-page .shop-filter-drawer>summary{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:46px;
  padding:0 12px;
  border:1px solid #c9e3e0;
  border-radius:14px;
  background:#fff;
  color:#244b50;
  font-weight:900;
  cursor:pointer;
  list-style:none;
  user-select:none;
  box-shadow:0 5px 18px rgba(23,76,78,.04);
}

.shop-page .shop-filter-drawer>summary::-webkit-details-marker{
  display:none;
}

.shop-page .shop-filter-drawer[open]>summary{
  border-color:#75d0c7;
  background:#f2fbfa;
}

.shop-page .shop-filter-icon{
  font-size:.9rem;
}

.shop-page .shop-filter-count{
  display:inline-grid;
  place-items:center;
  min-width:20px;
  height:20px;
  padding:0 5px;
  border-radius:999px;
  background:var(--accent);
  color:#fff;
  font-size:.68rem;
  font-weight:950;
}

.shop-page .shop-filter-panel{
  position:absolute;
  z-index:50;
  top:calc(100% + 8px);
  inset-inline-end:0;
  width:min(330px,calc(100vw - 32px));
  display:grid;
  gap:12px;
  padding:15px;
  border:1px solid #cce5e2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 45px rgba(22,62,66,.16);
}

.shop-page .shop-filter-panel .field{
  margin:0;
}

.shop-page .shop-filter-panel .select{
  min-height:44px;
}

.shop-page .shop-clear-filters{
  width:100%;
  min-height:42px;
}

.shop-page .shop-clear-filters[hidden]{
  display:none!important;
}

.shop-page .shop-category-strip{
  margin:6px 0 14px;
  padding-bottom:6px;
}

.shop-page .shop-category{
  min-height:36px;
  padding:7px 12px;
  font-size:.78rem;
}

.shop-page #productGrid.catalog-grid{
  margin-top:0;
}

.shop-page .results-row{
  display:none!important;
}

/* Старый большой hero магазина больше не используется. */
.shop-page .page-hero.store-open-only{
  display:none!important;
}

@media (max-width:760px){
  .shop-page .shop-catalog-section{
    padding-top:14px!important;
    padding-bottom:26px!important;
  }

  .shop-page .shop-catalog-head{
    align-items:center;
    gap:10px;
    margin-bottom:10px;
  }

  .shop-page .shop-catalog-kicker{
    font-size:.62rem;
    margin-bottom:2px;
  }

  .shop-page .shop-catalog-head h1{
    font-size:1.5rem;
    line-height:1.05;
  }

  .shop-page .shop-results-badge{
    min-height:28px;
    padding:5px 8px;
    font-size:.67rem;
  }

  .shop-page .shop-control-bar{
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "search search"
      "filters sort";
    gap:7px;
    margin-bottom:5px;
  }

  .shop-page .shop-control-label{
    display:none;
  }

  .shop-page .shop-search-box,
  .shop-page .shop-sort-field .select,
  .shop-page .shop-filter-drawer>summary{
    min-height:41px;
    border-radius:12px;
  }

  .shop-page .shop-search-box{
    padding-inline:11px;
  }

  .shop-page .shop-search-box svg{
    width:17px;
    height:17px;
  }

  .shop-page .shop-search-box .input,
  .shop-page .shop-sort-field .select,
  .shop-page .shop-filter-drawer>summary{
    font-size:.82rem;
  }

  .shop-page .shop-filter-panel{
    top:calc(100% + 6px);
    width:min(310px,calc(100vw - 24px));
    padding:12px;
    border-radius:15px;
  }

  .shop-page .shop-category-strip{
    margin:3px -8px 10px;
    padding:2px 8px 5px;
    gap:6px;
  }

  .shop-page .shop-category{
    min-height:32px;
    padding:6px 9px;
    font-size:.69rem;
  }

  .shop-page #productGrid.catalog-grid{
    gap:8px!important;
  }

  .shop-page .catalog-product-info{
    padding-top:7px;
  }
}

@media (max-width:390px){
  .shop-page .shop-catalog-head h1{
    font-size:1.35rem;
  }

  .shop-page .shop-control-bar{
    gap:6px;
  }

  .shop-page .shop-search-box,
  .shop-page .shop-sort-field .select,
  .shop-page .shop-filter-drawer>summary{
    min-height:39px;
  }

  .shop-page .shop-filter-drawer>summary{
    padding-inline:8px;
  }
}


/* ============================================================
   BATTERY FIX v35 — MOBILE SHOP POLISH
   ============================================================ */

.shop-page .shop-category-shell{position:relative}
.shop-page .shop-category-edge,
.shop-page .shop-category-swipe-hint,
.shop-page .shop-filter-sheet-head,
.shop-page .shop-filter-sheet-actions,
.shop-page .shop-how-mobile{display:none}

.shop-page .shop-empty-state{
  display:grid;gap:7px;justify-items:center;max-width:430px;
  margin:6px auto;padding:18px 20px
}
.shop-page .shop-empty-state strong{color:var(--ink);font-size:1.05rem}
.shop-page .shop-empty-state span{color:var(--muted);font-size:.86rem}
.shop-page .shop-empty-state .empty-reset{
  min-height:36px;padding:7px 13px;margin-top:2px;font-size:.78rem
}

@media(max-width:760px){
  .shop-page .shop-filter-drawer{position:static}

  .shop-page .shop-filter-drawer[open]::before{
    content:"";position:fixed;z-index:998;inset:0;
    background:rgba(12,34,38,.34);backdrop-filter:blur(2px)
  }

  .shop-page .shop-filter-panel{
    position:fixed!important;z-index:999!important;
    inset-inline:10px!important;top:auto!important;
    bottom:calc(66px + env(safe-area-inset-bottom,0px) + 8px)!important;
    width:auto!important;max-height:min(62vh,470px);overflow:auto;
    display:grid;gap:11px;
    padding:13px 13px calc(13px + env(safe-area-inset-bottom,0px));
    border:1px solid #c9e6e2;border-radius:20px 20px 16px 16px;
    background:#fff;box-shadow:0 22px 60px rgba(12,44,48,.28);
    animation:bfShopSheetIn .2s ease-out
  }
  @keyframes bfShopSheetIn{
    from{transform:translateY(18px);opacity:.7}
    to{transform:translateY(0);opacity:1}
  }

  .shop-page .shop-filter-sheet-head{
    position:sticky;top:-13px;z-index:2;display:flex;
    align-items:center;justify-content:space-between;gap:12px;
    margin:-13px -13px 2px;padding:12px 13px 10px;
    border-bottom:1px solid #e5f0ef;background:#fff
  }
  .shop-page .shop-filter-sheet-head strong{color:var(--ink);font-size:1rem}

  .shop-page .shop-filter-close{
    display:grid;place-items:center;width:34px;height:34px;padding:0;
    border:1px solid #d2e7e4;border-radius:11px;background:#f7fbfb;
    color:#31575b;font-size:1.35rem;line-height:1;cursor:pointer
  }

  .shop-page .shop-filter-panel .field>span{
    display:block;margin-bottom:5px;color:#46676c;
    font-size:.75rem;font-weight:850
  }
  .shop-page .shop-filter-panel .select{min-height:43px;border-radius:12px}

  .shop-page .shop-filter-sheet-actions{
    position:sticky;bottom:calc(-13px - env(safe-area-inset-bottom,0px));
    display:grid;grid-template-columns:1fr 1.25fr;gap:8px;
    margin:2px -13px calc(-13px - env(safe-area-inset-bottom,0px));
    padding:10px 13px calc(12px + env(safe-area-inset-bottom,0px));
    border-top:1px solid #e5f0ef;background:#fff
  }
  .shop-page .shop-filter-sheet-actions .btn{
    min-height:42px;padding:8px 10px;font-size:.78rem
  }

  .shop-page .shop-category-shell{margin-inline:-8px;padding-inline:8px}

  .shop-page .shop-category-shell::before,
  .shop-page .shop-category-shell::after{
    content:"";position:absolute;z-index:3;top:0;bottom:0;width:24px;
    pointer-events:none
  }
  .shop-page .shop-category-shell::before{
    inset-inline-start:0;
    background:linear-gradient(to right,rgba(255,255,255,.96),rgba(255,255,255,0))
  }
  .shop-page .shop-category-shell::after{
    inset-inline-end:0;
    background:linear-gradient(to left,rgba(255,255,255,.96),rgba(255,255,255,0))
  }
  [dir="rtl"] .shop-page .shop-category-shell::before{
    background:linear-gradient(to left,rgba(255,255,255,.96),rgba(255,255,255,0))
  }
  [dir="rtl"] .shop-page .shop-category-shell::after{
    background:linear-gradient(to right,rgba(255,255,255,.96),rgba(255,255,255,0))
  }

  .shop-page .shop-category-edge{
    position:absolute;z-index:5;top:50%;display:grid;place-items:center;
    width:21px;height:21px;margin-top:-11px;border:1px solid #c9e5e1;
    border-radius:50%;background:rgba(255,255,255,.96);color:#07988a;
    font-size:1rem;font-weight:950;line-height:1;pointer-events:none;
    box-shadow:0 3px 9px rgba(20,80,80,.10)
  }
  .shop-page .shop-category-edge-start{inset-inline-start:2px}
  .shop-page .shop-category-edge-end{inset-inline-end:2px}

  .shop-page .shop-category-strip{
    margin:3px 0 3px!important;padding-inline:20px!important;
    padding-bottom:4px!important;scrollbar-width:none
  }
  .shop-page .shop-category-strip::-webkit-scrollbar{display:none}

  .shop-page .shop-category-swipe-hint{
    display:block;min-height:17px;margin:0 0 6px;color:#789397;
    text-align:center;font-size:.62rem;font-weight:750;
    transition:opacity .2s ease,max-height .2s ease,margin .2s ease
  }
  .shop-page .shop-category-swipe-hint.is-hidden{
    opacity:0;max-height:0;min-height:0;margin:0;overflow:hidden
  }

  .shop-page #productGrid .shop-empty-state{
    grid-column:1/-1;width:min(100%,310px);min-height:0!important;
    margin:3px auto 5px;padding:13px 14px!important;border-radius:15px!important
  }
  .shop-page .shop-empty-state strong{font-size:.92rem}
  .shop-page .shop-empty-state span{font-size:.74rem}
  .shop-page .shop-empty-state .empty-reset{
    min-height:32px;padding:5px 11px;font-size:.7rem
  }

  .shop-page .shop-how-section{
    padding-top:17px!important;padding-bottom:20px!important
  }
  .shop-page .shop-how-heading{margin-bottom:9px!important}
  .shop-page .shop-how-heading .kicker{font-size:.65rem}
  .shop-page .shop-how-heading h2{
    margin-top:3px;font-size:1.22rem!important;line-height:1.08
  }
  .shop-page .shop-how-desktop{display:none!important}

  .shop-page .shop-how-mobile{
    display:grid;grid-template-columns:1fr auto 1fr auto 1fr;
    align-items:center;gap:4px;padding:9px 8px;
    border:1px solid #cfe7e4;border-radius:16px;background:#fff;
    box-shadow:0 6px 18px rgba(28,80,82,.06)
  }
  .shop-page .shop-how-mini-step{
    display:grid;justify-items:center;gap:4px;min-width:0;text-align:center
  }
  .shop-page .shop-how-mini-number{
    display:grid;place-items:center;width:25px;height:25px;border-radius:9px;
    background:#e9faf7;color:#079889;font-size:.7rem;font-weight:950
  }
  .shop-page .shop-how-mini-step strong{
    max-width:100%;color:#31575c;font-size:.69rem;line-height:1.1;white-space:nowrap
  }
  .shop-page .shop-how-arrow{color:#69bdb5;font-size:1rem;font-weight:950}
  [dir="rtl"] .shop-page .shop-how-arrow{transform:scaleX(-1)}
}

@media(max-width:360px){
  .shop-page .shop-filter-panel{inset-inline:7px!important}
  .shop-page .shop-how-mobile{gap:2px;padding-inline:5px}
  .shop-page .shop-how-mini-step strong{font-size:.64rem}
  .shop-page .shop-how-arrow{font-size:.86rem}
}


/* ============================================================
   BATTERY FIX v36 — CLICKABLE "HOW IT WORKS" MODAL
   ============================================================ */

.shop-page .shop-how-mobile{
  appearance:none;
  width:100%;
  font:inherit;
  color:inherit;
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.shop-page .shop-how-mobile:hover{
  border-color:#9fd8d2;
  box-shadow:0 8px 22px rgba(28,80,82,.09);
}

.shop-page .shop-how-mobile:active{
  transform:scale(.992);
}

.shop-page .shop-how-mobile:focus-visible{
  outline:3px solid rgba(18,191,174,.22);
  outline-offset:2px;
}

.shop-modal-open{
  overflow:hidden;
}

.shop-how-modal[hidden]{
  display:none!important;
}

.shop-how-modal{
  position:fixed;
  z-index:3000;
  inset:0;
  display:grid;
  place-items:center;
  padding:18px;
  opacity:0;
  transition:opacity .16s ease;
}

.shop-how-modal.is-open{
  opacity:1;
}

.shop-how-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(13,32,36,.42);
  backdrop-filter:blur(3px);
}

.shop-how-dialog{
  position:relative;
  z-index:1;
  width:min(100%,500px);
  max-height:min(78vh,620px);
  overflow:auto;
  padding:22px;
  border:1px solid #c9e6e2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 70px rgba(10,39,43,.25);
  transform:translateY(10px) scale(.985);
  transition:transform .16s ease;
}

.shop-how-modal.is-open .shop-how-dialog{
  transform:translateY(0) scale(1);
}

.shop-how-dialog-close{
  position:absolute;
  top:12px;
  inset-inline-end:12px;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid #d5e9e6;
  border-radius:11px;
  background:#f7fbfb;
  color:#355b60;
  font-size:1.3rem;
  line-height:1;
  cursor:pointer;
}

.shop-how-dialog-kicker{
  display:block;
  margin-bottom:5px;
  color:#07988a;
  font-size:.72rem;
  font-weight:950;
}

.shop-how-dialog h2{
  margin:0;
  padding-inline-end:38px;
  color:var(--ink);
  font-size:1.55rem;
  line-height:1.08;
}

.shop-how-dialog-steps{
  display:grid;
  gap:9px;
  margin:18px 0;
}

.shop-how-dialog-step{
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  gap:10px;
  padding:10px 11px;
  border:1px solid #e0efed;
  border-radius:14px;
  background:#fbfefe;
}

[dir="rtl"] .shop-how-dialog-step{
  grid-template-columns:34px 1fr;
}

.shop-how-dialog-step>span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:10px;
  background:#e7faf7;
  color:#07988a;
  font-size:.75rem;
  font-weight:950;
}

.shop-how-dialog-step p{
  margin:0;
  color:#4f7075;
  font-size:.86rem;
  line-height:1.4;
}

.shop-how-dialog-done{
  width:100%;
  min-height:42px;
}

@media(max-width:760px){
  .shop-how-modal{
    align-items:end;
    padding:10px 10px calc(76px + env(safe-area-inset-bottom,0px));
  }

  .shop-how-dialog{
    width:100%;
    max-height:min(68vh,520px);
    padding:18px 16px 16px;
    border-radius:22px 22px 18px 18px;
  }

  .shop-how-dialog h2{
    font-size:1.25rem;
  }

  .shop-how-dialog-steps{
    gap:7px;
    margin:14px 0;
  }

  .shop-how-dialog-step{
    grid-template-columns:30px 1fr;
    gap:8px;
    padding:8px 9px;
    border-radius:12px;
  }

  .shop-how-dialog-step>span{
    width:27px;
    height:27px;
    border-radius:9px;
    font-size:.68rem;
  }

  .shop-how-dialog-step p{
    font-size:.76rem;
    line-height:1.35;
  }
}
