
:root{
  --green:#2c8b3e;
  --green-dark:#1d6a2d;
  --green-soft:#edf5ee;
  --dark:#182126;
  --dark-2:#232d33;
  --text:#202629;
  --muted:#65706e;
  --line:#dde5df;
  --bg:#f4f6f3;
  --white:#fff;
  --radius:16px;
  --container:1240px;
  --shadow:0 18px 45px rgba(18,29,22,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#fff;color:var(--text);line-height:1.45}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,select{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.section{padding:52px 0}
.section--soft{background:#f6f8f5}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 0 24px}
.section-head--center{justify-content:center;text-align:center}
.section-head h2,.calculator h2,.split-service h2,.production-info h2,.contact-strip h2{font-size:34px;line-height:1.02;margin:0;font-weight:900;letter-spacing:-.04em}
.section-head a{font-size:14px;color:var(--green);font-weight:800}
.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.14em;color:var(--green);font-size:12px;font-weight:900}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:10px;padding:14px 22px;font-weight:800;cursor:pointer;transition:.2s ease}
.btn--primary{background:var(--green);color:#fff}
.btn--primary:hover{background:var(--green-dark);transform:translateY(-1px)}
.btn--ghost{background:#fff;color:var(--text);border-color:#ced7d1}
.btn--ghost:hover{border-color:var(--green);color:var(--green)}
.topbar{background:#131b20;color:#fff;font-size:13px}
.topbar__inner{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:8px 0}
.topbar__item{opacity:.92}
.topbar a{color:#fff}
.header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 6px 18px rgba(0,0,0,.04)}
.header__inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo img{width:248px;max-width:100%}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}
.nav a{position:relative;white-space:nowrap}
.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--green);opacity:0;transform:scaleX(.6);transition:.2s}
.nav a:hover:after{opacity:1;transform:scaleX(1)}
.header__contacts{display:flex;flex-direction:column;align-items:flex-end;line-height:1.15}
.header__phone{font-size:22px;font-weight:900;white-space:nowrap}
.link-btn{border:0;background:transparent;padding:4px 0;color:var(--green);font-weight:800;cursor:pointer}
.burger{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.burger span{width:20px;height:2px;background:var(--dark);display:block}
.hero{border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcfb)}
.hero__grid{display:grid;grid-template-columns:1fr 1.15fr;align-items:stretch;gap:0}
.hero__content{padding:72px 52px 54px 0;display:flex;flex-direction:column;justify-content:center}
.hero h1{font-size:62px;line-height:.97;letter-spacing:-.06em;margin:0 0 22px;font-weight:900}
.hero__text{font-size:18px;color:#4f595b;margin:0 0 28px;max-width:560px}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.hero__bullets{display:flex;flex-wrap:wrap;gap:16px 18px;font-size:13px;font-weight:800;color:#4d5653}
.hero__bullets span:before{content:"✓";display:inline-grid;place-items:center;margin-right:8px;width:18px;height:18px;border:1px solid var(--green);color:var(--green);border-radius:50%;font-size:11px}
.hero__media{position:relative;min-height:510px;overflow:hidden;border-radius:0 0 0 26px}
.hero__media img{width:100%;height:100%;object-fit:cover}
.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,0))}
.stats{background:var(--dark);color:#fff}
.stats__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:26px 24px;border-left:1px solid rgba(255,255,255,.13)}
.stat:last-child{border-right:1px solid rgba(255,255,255,.13)}
.stat b{display:block;font-size:30px;line-height:1.03;color:#7ccd5d;margin-bottom:8px;font-weight:900}
.stat p{margin:0;color:rgba(255,255,255,.78);font-size:14px;max-width:180px}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.category-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04);transition:.2s}
.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.category-card img{height:130px;width:100%;object-fit:cover}
.category-card span{display:block;padding:14px 10px;text-align:center;font-weight:850;font-size:15px}
.calculator{padding:34px 0;background:#eff3ee}
.calculator__wrap{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 24px 20px;box-shadow:0 8px 26px rgba(0,0,0,.04)}
.calculator__intro{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.calculator__icon{width:64px;height:64px;border-radius:14px;border:2px solid var(--green);display:grid;place-items:center;color:var(--green);font-size:34px;font-weight:900;flex:0 0 auto}
.calculator__intro p{margin:8px 0 0;color:var(--muted)}
.calculator__form{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:14px;align-items:end}
.calculator label span{display:block;font-size:12px;font-weight:800;margin:0 0 6px;color:#56605c}
.calculator input,.calculator select,.contact-strip input,.modal input{width:100%;height:50px;border:1px solid #d5ddd7;border-radius:8px;background:#fff;padding:0 14px;color:var(--text);outline:none}
.calculator input:focus,.calculator select:focus,.contact-strip input:focus,.modal input:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(44,139,62,.1)}
.calculator__checks{display:flex;gap:24px;flex-wrap:wrap;font-size:13px;color:#42504a;margin-top:16px}
.calculator__checks span:before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.product-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px;display:flex;flex-direction:column;min-height:372px;transition:.2s;box-shadow:0 4px 16px rgba(0,0,0,.03)}
.product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.product-card img{height:156px;object-fit:cover;border-radius:10px;margin:0 0 12px}
.product-card h3{font-size:15px;line-height:1.2;margin:0 0 8px;font-weight:850}
.product-card p{margin:0 0 10px;color:#65706e;font-size:13px}
.product-card b{font-size:21px;margin-top:auto}
.stock{color:var(--green);font-size:12px;font-weight:800;margin:6px 0 12px}
.product-card button{height:42px;border:0;border-radius:8px;background:var(--green);color:white;font-weight:800;cursor:pointer}
.product-card button:hover{background:var(--green-dark)}
.split-service{display:grid;grid-template-columns:1fr 1.1fr;align-items:stretch;gap:24px;background:#fff;border-radius:18px}
.split-service__content{background:var(--green-soft);border:1px solid var(--line);border-radius:18px;padding:34px}
.split-service__content p{color:#586361;font-size:16px;margin:0 0 20px}
.icon-list,.check-list,.info-card ul,.b2b-card ul{list-style:none;padding:0;margin:0}
.icon-list li,.check-list li,.b2b-card li{position:relative;padding-left:28px;margin:12px 0;color:#3e4745}
.icon-list li:before,.check-list li:before,.b2b-card li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:900}
.split-service__media{overflow:hidden;border-radius:18px;min-height:360px}
.split-service__media img{width:100%;height:100%;object-fit:cover}
.services-layout{display:grid;grid-template-columns:1.2fr .95fr;gap:24px;align-items:stretch}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.03)}
.service-card img{height:145px;width:100%;object-fit:cover}
.service-card h3{font-size:16px;line-height:1.18;margin:14px 14px 8px;font-weight:850}
.service-card p{font-size:13px;color:var(--muted);margin:0 14px 16px;min-height:54px}
.service-card a{display:block;background:var(--green);color:#fff;padding:12px 14px;font-weight:800;font-size:13px}
.b2b-card{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:18px;background:var(--dark);color:#fff;min-height:100%}
.b2b-card div{padding:30px}
.b2b-card h3{font-size:27px;line-height:1.05;margin:0 0 18px}
.b2b-card li{color:rgba(255,255,255,.84)}
.b2b-card img{width:100%;height:100%;object-fit:cover;opacity:.9}
.production-layout{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:stretch}
.production-info{border:1px solid var(--line);border-radius:18px;padding:32px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.03)}
.production-info p{color:#56605c}
.production-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.production-gallery img{width:100%;height:214px;object-fit:cover;border-radius:18px;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.process{background:#f6f8f5}
.process__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.process__grid--cards{grid-template-columns:repeat(4,1fr)}
.process__grid--cards div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 4px 16px rgba(0,0,0,.03)}
.process__grid--cards b{width:38px;height:38px;border-radius:50%;background:#edf5ef;color:var(--green);display:grid;place-items:center;font-weight:900;margin-bottom:16px}
.process__grid--cards h3{margin:0 0 8px;font-size:18px;line-height:1.1}
.process__grid--cards p{margin:0;color:var(--muted);font-size:14px}
.object-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.object-grid article{position:relative;border-radius:14px;overflow:hidden;min-height:184px;background:#ddd;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.object-grid img{height:100%;width:100%;object-fit:cover}
.object-grid span{position:absolute;left:0;right:0;bottom:0;padding:34px 14px 14px;background:linear-gradient(0deg,rgba(0,0,0,.84),rgba(0,0,0,0));color:#fff;font-size:13px;font-weight:800}
.delivery{background:#f1f4ef}
.delivery-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:22px;align-items:stretch}
.delivery-media{overflow:hidden;border-radius:18px}
.delivery-media img{width:100%;height:100%;object-fit:cover;min-height:340px}
.delivery-cards{display:grid;gap:14px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 4px 16px rgba(0,0,0,.03)}
.info-card h2{font-size:28px;margin:0 0 12px;line-height:1.05}
.info-card ul li{position:relative;padding-left:24px;margin:10px 0;color:#52605b}
.info-card ul li:before{content:"•";position:absolute;left:8px;top:0;color:var(--green);font-weight:900}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 4px 16px rgba(0,0,0,.03)}
.review-card p{margin:12px 0 14px;color:#55605d}
.stars{color:#efb73f;letter-spacing:.08em;font-size:18px}
.faq__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px}
.faq summary{cursor:pointer;list-style:none;padding:18px 18px;font-weight:800;font-size:14px;display:flex;justify-content:space-between;gap:12px}
.faq summary:after{content:"+";font-size:20px;color:var(--green)}
.faq details[open] summary:after{content:"−"}
.faq p{margin:0;padding:0 18px 17px;color:var(--muted);font-size:14px}
.contact-strip{background:linear-gradient(135deg,var(--green-dark),#1b5537);color:#fff;padding:36px 0}
.contact-strip__grid{display:grid;grid-template-columns:320px 1fr 260px;align-items:center;gap:24px}
.contact-strip p{margin:0;color:rgba(255,255,255,.78)}
.contact-strip__form{display:grid;grid-template-columns:1fr 1fr 1.35fr auto;gap:10px}
.contact-strip input{border-color:transparent}
.contact-strip__links{display:flex;flex-direction:column;gap:8px;font-weight:900}
.contact-strip__links span{font-weight:600;color:rgba(255,255,255,.78);font-size:14px}
.footer{background:#182226;color:#fff;padding:46px 0 18px}
.footer__grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr .8fr;gap:30px}
.footer img{width:220px;background:#fff;border-radius:10px;padding:6px;margin-bottom:14px}
.footer p,.footer a{color:rgba(255,255,255,.72);font-size:14px}
.footer h3{font-size:16px;margin:0 0 12px}
.footer a{display:block;margin:8px 0}
.messenger{color:#fff!important;padding:9px 12px;border-radius:7px;text-align:center;font-weight:900}
.messenger--wa{background:#24a344}
.messenger--tg{background:#2797d8}
.messenger--vb{background:#6c4abd}
.footer__bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:rgba(255,255,255,.55);font-size:13px}
.footer__bottom a{margin:0;color:rgba(255,255,255,.55)}
.modal[hidden]{display:none}
.modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px}
.modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.54)}
.modal__box{position:relative;background:#fff;border-radius:18px;padding:30px;width:min(420px,100%);box-shadow:0 20px 70px rgba(0,0,0,.25)}
.modal__close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:30px;cursor:pointer}
.modal h2{margin:0 0 8px}
.modal p{margin:0 0 18px;color:var(--muted)}
.modal form{display:grid;gap:10px}
@media(max-width:1200px){
  .header__inner{gap:18px}
  .nav{gap:16px}
  .hero h1{font-size:52px}
  .category-grid,.product-grid{grid-template-columns:repeat(3,1fr)}
  .services-layout,.production-layout,.delivery-layout{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .object-grid{grid-template-columns:repeat(3,1fr)}
  .reviews-grid,.faq__grid{grid-template-columns:1fr 1fr}
  .contact-strip__grid{grid-template-columns:1fr}
  .contact-strip__form{grid-template-columns:1fr 1fr}
}
@media(max-width:920px){
  .topbar{display:none}
  .container{width:min(var(--container),calc(100% - 24px))}
  .header__inner{height:72px}
  .logo img{width:208px}
  .burger{display:flex}
  .nav{position:fixed;top:72px;left:12px;right:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}
  .nav.is-open{display:flex}
  .header__contacts{display:none}
  .hero__grid,.split-service{grid-template-columns:1fr}
  .hero__content{padding:44px 0 30px}
  .hero h1{font-size:44px}
  .hero__media{min-height:320px;border-radius:18px;margin-bottom:12px}
  .stats__grid{grid-template-columns:1fr 1fr}
  .stat{border:1px solid rgba(255,255,255,.12)}
  .calculator__form{grid-template-columns:1fr 1fr}
  .process__grid--cards{grid-template-columns:1fr 1fr}
  .footer__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .section{padding:38px 0}
  .section-head{align-items:flex-start;flex-direction:column}
  .section-head--center{align-items:center}
  .section-head h2,.calculator h2,.split-service h2,.production-info h2,.contact-strip h2{font-size:30px}
  .hero h1{font-size:38px}
  .hero__text{font-size:16px}
  .hero__actions{display:grid}
  .hero__bullets{display:grid}
  .stats__grid,.category-grid,.product-grid,.service-grid,.object-grid,.reviews-grid,.faq__grid,.footer__grid,.production-gallery,.process__grid--cards{grid-template-columns:1fr}
  .category-card img{height:170px}
  .product-card{min-height:auto}
  .product-card img{height:190px}
  .calculator__intro{align-items:flex-start}
  .calculator__form,.contact-strip__form{grid-template-columns:1fr}
  .calculator__checks{flex-direction:column;gap:8px}
  .production-info,.split-service__content,.info-card{padding:24px}
  .object-grid article{min-height:210px}
  .footer__bottom{flex-direction:column;gap:10px}
}


/* Header shop actions */
.header__shop-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}
.shop-action{
  position:relative;
  display:grid;
  place-items:center;
  gap:5px;
  min-width:66px;
  padding:8px 6px;
  border:1px solid transparent;
  border-radius:12px;
  background:#fff;
  color:var(--dark);
  cursor:pointer;
  transition:.2s ease;
}
.shop-action:hover{
  border-color:var(--line);
  background:var(--green-soft);
  color:var(--green-dark);
}
.shop-action svg{
  width:25px;
  height:25px;
  fill:currentColor;
}
.shop-action span{
  font-size:11px;
  line-height:1;
  font-weight:850;
}
.shop-action em{
  position:absolute;
  top:3px;
  right:4px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-style:normal;
  font-size:11px;
  font-weight:900;
}

/* Fullscreen panels */
.fullscreen-panel[hidden]{display:none}
.fullscreen-panel{
  position:fixed;
  inset:0;
  z-index:70;
  background:#f6f8f5;
  color:var(--text);
  overflow:auto;
  animation:panelFade .18s ease;
}
@keyframes panelFade{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
.fullscreen-panel__top{
  position:sticky;
  top:0;
  z-index:2;
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px max(24px,calc((100vw - var(--container)) / 2));
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px);
}
.fullscreen-panel__top h2{
  margin:0;
  font-size:38px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.fullscreen-panel__top .eyebrow{margin-bottom:8px}
.fullscreen-panel__close{
  width:54px;
  height:54px;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--dark);
  font-size:34px;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
}
.fullscreen-panel__close:hover{
  background:var(--dark);
  color:#fff;
  border-color:var(--dark);
}
.fullscreen-panel__body{
  width:min(var(--container),calc(100% - 40px));
  margin:0 auto;
  padding:46px 0 70px;
}
.fullscreen-panel__body--account{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.auth-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:34px;
  box-shadow:var(--shadow);
}
.auth-card h3{
  margin:0 0 10px;
  font-size:28px;
  letter-spacing:-.03em;
}
.auth-card p{
  margin:0 0 22px;
  color:var(--muted);
}
.auth-card form{
  display:grid;
  gap:12px;
}
.auth-card input{
  width:100%;
  height:52px;
  border:1px solid #d5ddd7;
  border-radius:10px;
  background:#fff;
  padding:0 15px;
  outline:none;
}
.auth-card input:focus{
  border-color:var(--green);
  box-shadow:0 0 0 4px rgba(44,139,62,.1);
}
.auth-card--dark{
  background:var(--dark);
  color:#fff;
}
.auth-card--dark p{color:rgba(255,255,255,.75)}
.auth-card--dark input{border-color:transparent}
.text-link{
  margin-top:14px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--green);
  font-weight:850;
  cursor:pointer;
}
.empty-state{
  min-height:430px;
  display:grid;
  place-items:center;
  align-content:center;
  text-align:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:44px 24px;
  box-shadow:var(--shadow);
}
.empty-state--compact{min-height:360px}
.empty-state__icon{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:50%;
  background:var(--green-soft);
  color:var(--green);
  font-size:42px;
  font-weight:900;
}
.empty-state h3{
  margin:0 0 10px;
  font-size:18px;
  letter-spacing:-.03em;
}
.empty-state p{
  max-width:520px;
  margin:0 0 22px;
  color:var(--muted);
}
.fullscreen-panel__body--cart{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:20px;
  align-items:start;
}
.cart-summary{
  position:sticky;
  top:130px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  box-shadow:var(--shadow);
}
.cart-summary h3{
  margin:0 0 18px;
  font-size:26px;
}
.cart-summary__row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.cart-summary p{
  color:var(--muted);
  font-size:14px;
  margin:18px 0;
}

@media(max-width:1200px){
  .header__shop-actions{margin-left:0}
  .shop-action{min-width:54px}
  .shop-action span{display:none}
}
@media(max-width:920px){
  .header__shop-actions{
    margin-left:auto;
    gap:6px;
  }
  .shop-action{
    min-width:42px;
    width:42px;
    height:42px;
    padding:0;
  }
  .shop-action svg{
    width:22px;
    height:22px;
  }
  .shop-action em{
    top:-3px;
    right:-3px;
  }
  .fullscreen-panel__top{
    min-height:82px;
    padding:18px 16px;
  }
  .fullscreen-panel__top h2{font-size:30px}
  .fullscreen-panel__close{
    width:46px;
    height:46px;
    font-size:18px;
  }
  .fullscreen-panel__body{
    width:calc(100% - 24px);
    padding:28px 0 46px;
  }
  .fullscreen-panel__body--account,
  .fullscreen-panel__body--cart{
    grid-template-columns:1fr;
  }
  .cart-summary{position:static}
}
@media(max-width:620px){
  .logo img{width:172px}
  .header__inner{gap:10px}
  .shop-action:nth-child(2){display:none}
  .fullscreen-panel__top h2{font-size:26px}
  .auth-card{padding:24px}
  .empty-state h3{font-size:25px}
}


/* arm_v3 improvements */
.section-subtitle{
  margin:10px 0 0;
  max-width:720px;
  color:var(--muted);
  font-size:16px;
}
.section-actions{
  display:flex;
  margin-top:24px;
}
.section-actions--center{justify-content:center}
.hero{
  min-height:calc(100vh - 246px);
  display:flex;
  align-items:stretch;
}
.hero__grid{
  min-height:calc(100vh - 246px);
}
.hero__content{
  padding:42px 48px 32px 0;
}
.hero h1{
  font-size:clamp(44px,4.15vw,72px);
  margin-bottom:18px;
}
.hero__text{
  font-size:clamp(16px,1.25vw,20px);
  margin-bottom:24px;
}
.hero__media{
  min-height:420px;
  background:#eef1ec;
  border-radius:0 0 0 24px;
}
.hero__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#eef1ec;
}
.stats__grid{
  min-height:124px;
}
.stats .container{
  max-width:1400px;
}
.stats .stat{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.categories-home .category-grid{
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.category-card img{
  height:176px;
}
.calculator{
  padding:40px 0;
}
.calculator__wrap{
  padding:28px;
}
.calculator__form--full{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.calculator__form--full .field-wide{
  grid-column:span 2;
}
.calculator__submit{
  grid-column:span 1;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
}
.calculator__submit p{
  margin:0;
  color:var(--muted);
  font-size:13px;
}
.calculator__result{
  margin-top:18px;
  padding:16px 18px;
  border:1px solid #c7dccd;
  background:#f2faf4;
  color:#21582d;
  border-radius:14px;
  font-weight:700;
}
.calculator__result strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
}
.split-service__content{
  padding:40px 36px;
}
.split-service__content .eyebrow{
  display:none;
}
.split-service__lead{
  margin-top:24px !important;
  margin-bottom:26px !important;
}
.split-service__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.services-layout{
  grid-template-columns:minmax(0,1.5fr) minmax(360px,0.9fr);
  gap:22px;
  align-items:stretch;
}
.services-column{
  display:flex;
  flex-direction:column;
}
.services-column .section-head{
  margin-bottom:18px;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  height:100%;
}
.service-card{
  min-height:470px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 4px 16px rgba(0,0,0,.03);
}
.service-card img{
  height:190px;
  width:100%;
  object-fit:cover;
}
.service-card__body{
  padding:18px 20px 20px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.service-card__body h3{
  font-size:20px;
  line-height:1.1;
  margin:0;
}
.service-card__body p{
  margin:0;
  color:var(--muted);
  font-size:16px;
}
.service-card a{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:58px;
  background:var(--green);
  color:#fff;
  padding:0 20px;
  font-weight:900;
  font-size:16px;
}
.service-card a:hover{
  background:var(--green-dark);
}
.b2b-card{
  min-height:470px;
}
.b2b-card__content{
  padding:34px 34px 24px;
}
.b2b-card img{
  min-height:470px;
}
.production-layout{
  grid-template-columns:minmax(300px,0.95fr) minmax(0,1.55fr);
  align-items:stretch;
}
.production-info{
  min-height:100%;
  padding:44px;
}
.production-gallery{
  grid-template-columns:repeat(2,1fr);
  grid-auto-rows:240px;
  gap:18px;
}
.production-gallery img{
  height:240px;
}
.faq .section-head{
  justify-content:flex-start;
  text-align:left;
}
.faq__grid--single{
  grid-template-columns:1fr;
  gap:14px;
}
.faq__grid--single details{
  overflow:hidden;
}
.faq__grid--single summary{
  padding:24px 24px;
  font-size:18px;
}
.faq__grid--single p{
  padding:0 24px 22px;
  font-size:16px;
}
.contact-strip{
  padding:54px 0;
  background:linear-gradient(135deg,#1f7c35,#173623);
}
.contact-strip__grid--enhanced{
  grid-template-columns:minmax(280px,0.95fr) minmax(420px,1.2fr);
  align-items:stretch;
  gap:28px;
}
.contact-strip__lead{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:20px;
}
.contact-strip__benefits{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.contact-strip__benefits li{
  position:relative;
  padding-left:24px;
  color:rgba(255,255,255,.9);
  font-weight:700;
}
.contact-strip__benefits li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#c8f2c6;
}
.contact-strip__lead .contact-strip__links{
  margin-top:8px;
}
.contact-form-card{
  background:#fff;
  border-radius:22px;
  padding:26px;
  box-shadow:var(--shadow);
  color:var(--text);
}
.contact-strip__form--enhanced{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.contact-strip__form--enhanced label{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.contact-strip__form--enhanced label span{
  font-size:12px;
  font-weight:800;
  color:#56605c;
}
.contact-strip__form--enhanced textarea{
  width:100%;
  min-height:120px;
  border:1px solid #d5ddd7;
  border-radius:10px;
  background:#fff;
  padding:14px;
  resize:vertical;
  outline:none;
  font:inherit;
}
.contact-strip__form--enhanced textarea:focus{
  border-color:var(--green);
  box-shadow:0 0 0 4px rgba(44,139,62,.1);
}
.contact-strip__form--enhanced .field-wide{
  grid-column:1 / -1;
}
.contact-strip__submit{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:6px;
}
.contact-strip__submit p{
  color:var(--muted);
  font-size:13px;
}
.form-success{
  margin-top:18px;
  padding:14px 16px;
  border-radius:12px;
  background:#eef7ef;
  border:1px solid #cce0d0;
  color:#205a2b;
  font-weight:700;
}
.categories-page h1{
  font-size:58px;
  line-height:1;
  margin:0;
  letter-spacing:-.04em;
}
.categories-page__list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px;
}
.categories-page__list a{
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  font-size:20px;
  line-height:1.15;
  font-weight:500;
  transition:.2s ease;
}
.categories-page__list a:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
  border-color:#cfd9d2;
}
@media (min-width: 921px){
  .hero + .stats{
    position:relative;
    z-index:1;
  }
}
@media(max-width:1200px){
  .hero,.hero__grid{
    min-height:auto;
  }
  .categories-home .category-grid,
  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .calculator__form--full{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .calculator__form--full .field-wide,
  .calculator__submit{
    grid-column:auto;
  }
  .categories-page__list{
    grid-template-columns:1fr;
  }
}
@media(max-width:920px){
  .hero__content{
    padding:34px 0 26px;
  }
  .hero__media{
    min-height:280px;
  }
  .categories-home .category-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .services-layout,
  .contact-strip__grid--enhanced,
  .production-layout{
    grid-template-columns:1fr;
  }
  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .production-gallery{
    grid-auto-rows:220px;
  }
  .contact-strip__submit{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:620px){
  .categories-home .category-grid,
  .service-grid{
    grid-template-columns:1fr;
  }
  .calculator__form--full,
  .contact-strip__form--enhanced{
    grid-template-columns:1fr;
  }
  .calculator__form--full .field-wide,
  .contact-strip__form--enhanced .field-wide{
    grid-column:auto;
  }
  .service-card,
  .b2b-card{
    min-height:auto;
  }
  .production-info{
    padding:24px;
  }
  .production-gallery,
  .production-gallery img{
    grid-template-columns:1fr;
    grid-auto-rows:200px;
    height:200px;
  }
  .faq__grid--single summary{
    font-size:16px;
    padding:18px;
  }
  .faq__grid--single p{
    font-size:14px;
    padding:0 18px 18px;
  }
  .categories-page h1{
    font-size:42px;
  }
}


/* arm_v4 refinements */
.logo img{
  width:300px;
  max-height:72px;
  object-fit:contain;
}
.header__phone{
  font-size:18px;
}
.header__shop-actions{
  gap:6px;
}
.shop-action{
  min-width:60px;
}
@media (min-width: 921px){
  .hero{
    height:calc(100vh - 218px);
    min-height:0;
  }
  .hero__grid{
    height:100%;
    min-height:0;
  }
  .hero__content{
    padding:30px 42px 18px 0;
  }
  .hero h1{
    font-size:clamp(42px,3.6vw,58px);
    margin-bottom:14px;
  }
  .hero__text{
    font-size:16px;
    margin-bottom:20px;
  }
  .hero__actions{
    margin-bottom:20px;
  }
  .hero__bullets{
    gap:12px 16px;
    font-size:12px;
  }
  .hero__media{
    min-height:0;
    height:100%;
  }
  .stats__grid{
    min-height:88px;
  }
  .stat{
    padding:16px 22px;
  }
  .stat b{
    font-size:24px;
    margin-bottom:4px;
  }
  .stat p{
    font-size:13px;
  }
}
.hero__media{
  border-radius:0 !important;
  background:#eef1ec;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero__media img{
  object-fit:contain !important;
  object-position:center;
}
.hero__media:after{
  display:none !important;
}
.split-service__content .icon-list{
  margin-top:26px;
}
.split-service__content .btn{
  margin-top:26px;
}
.services-layout{
  display:block !important;
}
.services-column{
  display:block;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.b2b-card{
  width:100%;
  margin-top:22px;
  display:grid !important;
  grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);
  min-height:350px;
}
.b2b-card__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.b2b-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.production-layout{
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
}
.production-info{
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.production-gallery{
  height:100%;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-template-rows:repeat(2,1fr);
  gap:18px;
}
.production-gallery img{
  width:100%;
  height:100% !important;
  min-height:0;
  object-fit:cover;
}
.faq .section-subtitle{
  display:none;
}
.faq__grid--single details{
  transition:.18s ease;
}
.faq__grid--single details:hover{
  border-color:#9ad0a5;
  background:#f7fcf7;
}
.faq__grid--single summary{
  transition:.18s ease;
}
.faq__grid--single details:hover summary{
  color:var(--green-dark);
}
.contact-strip__grid--enhanced{
  grid-template-columns:minmax(250px,.82fr) minmax(420px,1.18fr);
  gap:18px;
}
.contact-strip__lead{
  gap:12px;
}
.contact-strip__lead p:not(.eyebrow){
  max-width:520px;
}
.contact-strip input,
.contact-strip__form--enhanced textarea{
  border-color:#d5ddd7 !important;
}
.contact-strip input:hover,
.contact-strip input:focus,
.contact-strip__form--enhanced textarea:hover,
.contact-strip__form--enhanced textarea:focus{
  border-color:var(--green) !important;
}
@media (max-width:1200px){
  .logo img{
    width:250px;
  }
}
@media (max-width:920px){
  .logo img{
    width:230px;
    max-height:58px;
  }
  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .b2b-card{
    grid-template-columns:1fr;
  }
  .b2b-card img{
    min-height:260px;
  }
  .production-info{
    min-height:auto;
  }
}
@media (max-width:620px){
  .logo img{
    width:190px;
  }
  .service-grid{
    grid-template-columns:1fr;
  }
}


/* arm_v5 refinements */
@media (min-width: 921px){
  .hero{
    height:calc(100vh - 300px);
    min-height:390px;
    max-height:520px;
  }
  .hero__grid{
    height:100%;
    min-height:0;
  }
  .hero__content{
    padding:20px 40px 16px 0;
  }
  .hero h1{
    font-size:clamp(38px,3.25vw,52px);
    margin-bottom:12px;
  }
  .hero__text{
    font-size:15px;
    line-height:1.42;
    margin-bottom:16px;
    max-width:540px;
  }
  .hero__actions{
    margin-bottom:16px;
  }
  .hero__bullets{
    gap:8px 14px;
    font-size:12px;
  }
  .hero__bullets span:before{
    width:16px;
    height:16px;
    font-size:10px;
    margin-right:6px;
  }
  .hero__media{
    height:100%;
    min-height:0;
  }
  .stats__grid{
    min-height:72px;
  }
  .stat{
    padding:12px 20px;
  }
  .stat b{
    font-size:22px;
    margin-bottom:2px;
  }
  .stat p{
    font-size:12px;
    line-height:1.25;
  }
}

/* Calculator submit */
.calculator__submit .btn{
  width:100%;
  min-height:58px;
}
.calculator__submit p{
  width:100%;
  max-width:none;
  line-height:1.35;
}

/* Production spacing */
.production-info .check-list{
  margin-top:24px;
}
.production-info .btn{
  width:100%;
  margin-top:24px;
}
.production-info h2 + p{
  margin-top:24px;
}

/* Final form left block spacing */
.contact-strip__lead{
  justify-content:flex-start !important;
  gap:22px !important;
}
.contact-strip__lead h2{
  margin:0 0 18px;
}
.contact-strip__lead > p{
  margin:0 0 18px;
}
.contact-strip__benefits{
  margin:0 0 18px;
  gap:12px;
}
.contact-strip__lead .contact-strip__links{
  margin-top:8px;
  gap:8px;
}

/* Keep desktop hero compact on taller Safari windows too */
@media (min-width: 921px) and (min-height: 900px){
  .hero{
    height:500px;
  }
}

/* Mobile safety */
@media (max-width:920px){
  .hero{
    height:auto;
    max-height:none;
  }
  .calculator__submit{
    grid-column:1 / -1;
  }
}


/* arm_v6 final refinements */
/* Desktop hero image should fully fill its area */
.hero__media{background:#eef1ec;overflow:hidden;}
.hero__media img{width:100%;height:100%;object-fit:cover !important;object-position:center;}

/* Desktop calculator action full width */
@media (min-width:921px){
  .calculator__form--full{grid-template-columns:repeat(5,minmax(0,1fr));}
  .calculator__form--full .field-wide{grid-column:span 2;}
  .calculator__submit{grid-column:1 / -1;display:flex;flex-direction:column;align-items:flex-start;gap:12px;}
  .calculator__submit .btn,
  .calculator__submit p{width:100%;max-width:none;}
}

/* Mobile/tablet header layout */
.shop-action--favorite{display:grid;}
.nav__submenu,
.nav__contact{display:none;}
.nav__section{display:contents;}

@media (max-width:920px){
  body{overflow-x:hidden;}
  .header__inner{height:86px;gap:10px;position:relative;}
  .logo{flex:1 1 auto;min-width:0;}
  .logo img{width:clamp(190px,42vw,250px);max-height:64px;}
  .header__contacts{display:none !important;}
  .header__shop-actions{order:2;margin-left:auto;gap:8px;flex:0 0 auto;}
  .header__shop-actions .shop-action{min-width:auto;padding:0;border:none;background:transparent;gap:0;width:32px;height:32px;}
  .header__shop-actions .shop-action span{display:none;}
  .header__shop-actions .shop-action svg{width:26px;height:26px;}
  .shop-action--favorite{display:inline-flex !important;}
  .shop-action em{top:-6px;right:-6px;min-width:26px;height:26px;font-size:14px;padding:0 7px;}
  .burger{display:flex;order:3;margin-left:8px;width:88px;height:88px;max-width:54px;max-height:54px;flex:0 0 auto;border-radius:16px;}
  .burger span{width:28px;height:4px;border-radius:3px;}

  .nav{
    position:fixed;
    top:86px;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    border:none;
    border-top:1px solid var(--line);
    border-radius:0;
    padding:24px 24px 36px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    box-shadow:none;
    overflow:auto;
    z-index:50;
  }
  .nav.is-open{display:flex;}
  .nav__section{display:block;}
  .nav__link,
  .nav__contact,
  .nav__link--catalog{
    display:block;
    width:100%;
    padding:18px 0;
    font-size:24px;
    line-height:1.12;
    font-weight:800;
    border-bottom:1px solid #e7ece8;
    position:relative;
  }
  .nav__link:after{display:none !important;}
  .nav__link--catalog{padding-right:30px;}
  .nav__link--catalog::before,
  .nav__link--catalog::after{
    content:"";
    position:absolute;
    right:2px;
    top:50%;
    width:14px;
    height:2px;
    background:var(--text);
    transform:translateY(-50%);
    transition:.2s ease;
  }
  .nav__link--catalog::after{transform:translateY(-50%) rotate(90deg);}
  .nav__section--catalog.is-open .nav__link--catalog::after{transform:translateY(-50%) rotate(0deg);}
  .nav__submenu{
    display:none;
    padding:10px 0 16px 0;
    border-bottom:1px solid #e7ece8;
  }
  .nav__section--catalog.is-open .nav__submenu{display:grid;gap:0;}
  .nav__submenu a{
    padding:12px 0 12px 18px;
    font-size:18px;
    line-height:1.25;
    color:#4f595b;
  }
  .nav__contact{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:18px;
    padding:16px 18px;
    border:none;
    border-radius:16px;
    background:var(--green);
    color:#fff;
    font-size:18px;
    font-weight:900;
  }

  /* Hero/mobile */
  .hero__grid{grid-template-columns:1fr;}
  .hero__content{padding:26px 0 18px;}
  .hero__actions{display:grid;grid-template-columns:1fr;gap:12px;}
  .hero__bullets{display:grid;grid-template-columns:1fr;gap:14px;}
  .hero__media{min-height:0;height:clamp(230px,48vw,350px);margin:0;border-radius:0 !important;background:#eef1ec;}
  .hero__media img{object-fit:cover !important;}

  /* Mobile grids */
  .category-grid,
  .product-grid,
  .service-grid,
  .object-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px;}
  .category-card img{height:120px;}
  .product-card{min-height:auto;padding:10px;}
  .product-card img{height:126px;margin-bottom:10px;}
  .product-card h3{font-size:15px;margin-bottom:6px;}
  .product-card p{font-size:13px;margin-bottom:8px;}
  .product-card b{font-size:20px;}
  .product-card button{height:48px;font-size:15px;}
  .service-card img{height:150px;}
  .service-card__body{padding-bottom:0;}
  .service-card h3{font-size:15px;}
  .service-card p{font-size:13px;min-height:0;}
  .object-grid article{min-height:210px;}

  /* Production gallery and contact form below text */
  .production-layout{grid-template-columns:1fr !important;}
  .production-gallery{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;grid-auto-rows:150px !important;height:auto !important;gap:12px !important;overflow:visible;}
  .production-gallery img{width:100%;height:150px !important;object-fit:cover;border-radius:14px;}
  .contact-strip__grid--enhanced{grid-template-columns:1fr !important;gap:18px !important;}
  .contact-strip__grid--enhanced > *{min-width:0;}
  .contact-strip__lead{gap:18px !important;}
  .contact-form-card{padding:18px;width:100%;}
  .contact-strip__form--enhanced{grid-template-columns:1fr !important;gap:12px;}
  .contact-strip__submit{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;}
  .contact-strip__submit .btn{width:100%;}
  .contact-strip__submit p{width:100%;}
}

@media (max-width:620px){
  .container{width:calc(100% - 24px);}
  .section-head{margin-bottom:18px;}
  .section-head h2,.calculator h2,.split-service h2,.production-info h2,.contact-strip h2{font-size:28px;}
  .product-grid,.category-grid,.service-grid,.object-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .category-card img{height:108px;}
  .category-card span{font-size:13px;padding:12px 8px;}
  .product-card img{height:118px;}
  .product-card h3{font-size:14px;}
  .product-card p{font-size:12px;}
  .product-card b{font-size:18px;}
  .product-card .stock{font-size:11px;}
  .product-card button{height:44px;font-size:14px;}
  .service-card img{height:132px;}
  .service-card a{padding:12px;font-size:14px;}
  .object-grid article{min-height:180px;}
  .object-grid span{font-size:12px;padding:28px 12px 12px;}
  .production-info{padding:24px;}
  .production-gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important;grid-auto-rows:128px !important;height:auto !important;}
  .production-gallery img{height:128px !important;}
  .contact-strip{padding:40px 0;}
  .contact-strip__lead h2{margin-bottom:14px;}
  .contact-strip__lead > p{margin-bottom:14px;}
  .contact-strip__benefits{margin-bottom:14px;}
}


/* arm_v7 mobile menu + spacing fixes */
@media (max-width:920px){
  /* меньше расстояния в зелёном блоке формы */
  .contact-strip{
    padding:32px 0 !important;
  }
  .contact-strip__grid--enhanced{
    gap:14px !important;
  }
  .contact-strip__lead{
    gap:10px !important;
  }
  .contact-strip__lead h2{
    margin:0 0 10px !important;
    line-height:1.05;
  }
  .contact-strip__lead > p{
    margin:0 0 10px !important;
    line-height:1.42;
  }
  .contact-strip__benefits{
    gap:7px !important;
    margin:0 0 10px !important;
  }
  .contact-strip__benefits li{
    line-height:1.35;
  }
  .contact-strip__lead .contact-strip__links{
    margin-top:2px !important;
    gap:5px !important;
  }

  /* бургер тоньше и превращается в крестик */
  .burger{
    width:54px !important;
    height:54px !important;
    border-radius:14px !important;
    gap:5px !important;
    transition:.22s ease;
  }
  .burger span{
    width:26px !important;
    height:2.5px !important;
    border-radius:3px;
    transition:transform .24s ease, opacity .18s ease;
  }
  .burger.is-active span:nth-child(1){
    transform:translateY(7.5px) rotate(45deg);
  }
  .burger.is-active span:nth-child(2){
    opacity:0;
  }
  .burger.is-active span:nth-child(3){
    transform:translateY(-7.5px) rotate(-45deg);
  }

  /* полноэкранное меню с плавным появлением */
  .nav{
    display:flex !important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px);
    transition:opacity .24s ease, transform .24s ease, visibility .24s ease;
    top:86px;
    left:0;
    right:0;
    bottom:0;
    padding:22px 24px 32px;
  }
  .nav.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }

  /* пункты меню меньше */
  .nav__link,
  .nav__contact,
  .nav__link--catalog{
    font-size:20px !important;
    padding:14px 0 !important;
    line-height:1.16 !important;
    font-weight:850;
  }

  /* плюсик напротив каталога */
  .nav__link--catalog::before,
  .nav__link--catalog::after{
    right:4px !important;
    width:15px !important;
    height:2px !important;
    background:var(--text);
  }
  .nav__link--catalog::after{
    transform:translateY(-50%) rotate(90deg) !important;
  }
  .nav__section--catalog.is-open .nav__link--catalog::after{
    opacity:0;
    transform:translateY(-50%) rotate(90deg) scaleX(.2) !important;
  }

  .nav__submenu{
    padding:6px 0 12px 0 !important;
  }
  .nav__submenu a{
    padding:9px 0 9px 16px !important;
    font-size:16px !important;
    line-height:1.25;
  }
  .nav__contact{
    margin-top:14px !important;
    padding:15px 18px !important;
    font-size:17px !important;
    border-bottom:none !important;
  }
}

@media (max-width:620px){
  .contact-strip{
    padding:28px 0 !important;
  }
  .contact-strip__lead h2{
    margin-bottom:8px !important;
  }
  .contact-strip__lead > p{
    margin-bottom:8px !important;
  }
  .contact-strip__benefits{
    gap:6px !important;
    margin-bottom:8px !important;
  }
  .nav__link,
  .nav__contact,
  .nav__link--catalog{
    font-size:18px !important;
    padding:13px 0 !important;
  }
  .nav__submenu a{
    font-size:15px !important;
    padding:8px 0 8px 14px !important;
  }
}


/* arm_v8 desktop final form spacing */
@media (min-width:921px){
  .contact-strip{
    padding:42px 0 !important;
  }
  .contact-strip__grid--enhanced{
    align-items:center !important;
  }
  .contact-strip__lead{
    justify-content:center !important;
    gap:12px !important;
  }
  .contact-strip__lead h2{
    margin:0 0 8px !important;
    line-height:1.05;
  }
  .contact-strip__lead > p{
    margin:0 0 10px !important;
    line-height:1.42;
  }
  .contact-strip__benefits{
    gap:8px !important;
    margin:0 0 12px !important;
  }
  .contact-strip__benefits li{
    line-height:1.35;
  }
  .contact-strip__lead .contact-strip__links{
    margin-top:2px !important;
    gap:5px !important;
  }
}


/* arm_v9 final contact alignment + mobile cart badge */
@media (min-width:921px){
  .contact-strip__grid--enhanced{
    align-items:start !important;
  }
  .contact-strip__lead{
    align-self:start !important;
    justify-content:flex-start !important;
    gap:10px !important;
    padding-top:6px !important;
  }
  .contact-strip__lead h2{
    margin:0 0 6px !important;
  }
  .contact-strip__lead > p{
    margin:0 0 8px !important;
    line-height:1.36 !important;
  }
  .contact-strip__benefits{
    gap:6px !important;
    margin:0 0 10px !important;
  }
  .contact-strip__benefits li{
    line-height:1.28 !important;
  }
  .contact-strip__lead .contact-strip__links{
    margin-top:0 !important;
    gap:4px !important;
  }
}

@media (max-width:920px){
  .shop-action em{
    top:-4px !important;
    right:-4px !important;
    min-width:20px !important;
    height:20px !important;
    padding:0 5px !important;
    font-size:11px !important;
    line-height:20px !important;
  }
}


/* arm_v10 mobile favorite icon */
@media (max-width:920px){
  .logo img{width:clamp(175px,40vw,235px) !important;max-height:60px !important;}
  .header__shop-actions{gap:6px !important;}
  .header__shop-actions .shop-action{width:30px !important;height:30px !important;}
  .header__shop-actions .shop-action svg{width:23px !important;height:23px !important;}
  .shop-action--favorite{display:inline-flex !important;}
}


/* arm_v11 categories sections page */
.section-head--catalog-page{align-items:flex-end;}
.categories-page--catalog h1{font-size:34px;line-height:1.04;margin:0;}
.catalog-sections-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:24px;}
.catalog-section-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.2s ease;box-shadow:0 4px 16px rgba(0,0,0,.03);}
.catalog-section-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d5ddd7;}
.catalog-section-card__image{padding:12px;background:#f4f5f1;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;}
.catalog-section-card__image img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.catalog-section-card__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:16px;flex:1;}
.catalog-section-card__body h3{margin:0;font-size:19px;line-height:1.1;font-weight:850;}
.catalog-section-card__button{margin-top:auto;width:100%;}
.section--tight{padding-top:8px;}
.callback-band{border-radius:24px;background:linear-gradient(90deg,#6a8af0 0%, #7d6cf0 100%);padding:18px 22px 22px;border:1px solid rgba(255,255,255,.2);color:#fff;box-shadow:var(--shadow);}
.callback-band--catalog{background:linear-gradient(90deg,#7385f3 0%,#8472f1 100%);}
.callback-band__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px;}
.callback-band__head h2{margin:0;font-size:28px;line-height:1.05;color:#fff;}
.callback-band__head p{margin:0;max-width:540px;color:rgba(255,255,255,.92);font-size:15px;}
.callback-band__form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 180px;gap:12px;align-items:center;}
.callback-band__form input{height:52px;border:0;border-radius:12px;padding:0 16px;font:inherit;outline:none;}
.callback-band__form .btn{height:52px;}
.callback-band__policy{margin:12px 2px 0;color:rgba(255,255,255,.88);font-size:13px;text-align:center;}
.section--recent-viewed{padding-top:18px;padding-bottom:56px;}
.section-head--recent h2{margin:0;font-size:40px;line-height:1.02;}
.recently-viewed-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:18px;}
.recently-viewed-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:12px;min-height:100%;box-shadow:0 4px 16px rgba(0,0,0,.03);}
.recently-viewed-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.recently-viewed-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;border:1px solid #8da1ff;color:#5364d1;font-size:12px;font-weight:800;letter-spacing:.02em;}
.recently-viewed-card__image{border-radius:14px;background:#f4f5f1;padding:10px;aspect-ratio:1.04/1;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.recently-viewed-card__image img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.recently-viewed-card h3{margin:0;font-size:19px;line-height:1.15;font-weight:850;}
.recently-viewed-card .btn{margin-top:auto;width:100%;}
.recently-viewed-empty{padding:24px;border:1px dashed #ced7d1;border-radius:18px;background:#fbfcfb;color:#5e6864;font-weight:600;}
@media (max-width:1200px){
  .catalog-sections-grid,.recently-viewed-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:920px){
  .categories-page--catalog h1{font-size:30px;}
  .section-head--catalog-page{align-items:flex-start;}
  .catalog-sections-grid,.recently-viewed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  .catalog-section-card__body h3{font-size:16px;}
  .callback-band{padding:16px;}
  .callback-band__head{display:block;}
  .callback-band__head h2{font-size:24px;}
  .callback-band__head p{max-width:none;margin-top:8px;}
  .callback-band__form{grid-template-columns:1fr;}
  .callback-band__policy{text-align:left;}
}
@media (max-width:560px){
  .catalog-sections-grid,.recently-viewed-grid{grid-template-columns:1fr;}
  .catalog-section-card__body{padding:16px;gap:14px;}
  .catalog-section-card__body h3{font-size:18px;}
  .section-head--recent h2{font-size:32px;}
}


/* arm_v12 mobile tweaks for categories page */
@media (max-width:560px){
  .categories-page--catalog .section-head{gap:12px;}
  .categories-page--catalog h1{font-size:26px !important;line-height:1.06 !important;}
  .section-head--catalog-page a{font-size:15px;}
  .catalog-sections-grid,.recently-viewed-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
  .catalog-section-card{border-radius:16px;}
  .catalog-section-card__image{padding:8px;}
  .catalog-section-card__body{padding:12px !important;gap:10px !important;}
  .catalog-section-card__body h3{font-size:13px !important;line-height:1.12 !important;}
  .catalog-section-card__button{min-height:46px;font-size:15px;padding:12px 10px;}
}
@media (max-width:420px){
  .categories-page--catalog h1{font-size:24px !important;}
  .catalog-section-card__body h3{font-size:12px !important;}
  .catalog-section-card__button{font-size:14px;min-height:44px;}
}


/* arm_v13: smaller catalog page heading + recently viewed products */
.recently-viewed-grid--products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:18px;}
.recently-viewed-grid--products .product-card{min-height:100%;}
.recently-viewed-grid--products .product-card img{background:#f4f5f1;object-fit:cover;}
.recently-viewed-grid--products .stock{display:block;margin:6px 0 12px;color:var(--green);font-weight:800;font-size:13px;}
@media (max-width:1100px){
  .recently-viewed-grid--products{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:768px){
  .recently-viewed-grid--products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
}
@media (max-width:560px){
  .recently-viewed-grid--products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
  .recently-viewed-grid--products .product-card{padding:10px;}
  .recently-viewed-grid--products .product-card h3{font-size:15px;line-height:1.15;}
  .recently-viewed-grid--products .product-card p{font-size:12px;}
  .recently-viewed-grid--products .product-card b{font-size:18px;}
  .recently-viewed-grid--products .stock{font-size:11px;}
}
@media (max-width:420px){
  .recently-viewed-grid--products .product-card h3{font-size:14px;}
  .recently-viewed-grid--products .product-card img{height:110px;}
}


/* arm_v15 category listing pages */
.category-page{background:#fff;padding:34px 0 60px;}
.category-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:42px;align-items:start;}
.category-sidebar{position:sticky;top:110px;background:#f4f4f2;padding:20px 22px;min-height:680px;}
.category-sidebar__logo{display:block;margin-bottom:12px}.category-sidebar__logo img{width:100%;max-height:64px;object-fit:contain;background:#70c85f;padding:8px}
.category-sidebar p{margin:0 0 28px;color:#2a2f31;font-size:14px;font-weight:800}.category-sidebar h2{margin:0 0 22px;font-size:32px;line-height:1;font-weight:900}
.category-sidebar nav{display:grid;gap:20px}.category-sidebar nav a{font-size:18px;line-height:1.15;text-transform:uppercase;color:#3d4346;font-weight:650}.category-sidebar nav a.is-active,.category-sidebar nav a:hover{color:#8278ff}
.breadcrumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#6c7475;font-size:14px;margin-bottom:14px}.breadcrumbs a{color:#697172}
.category-main__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.category-main__head h1{font-size:32px;line-height:1.06;margin:0;font-weight:900;text-transform:uppercase}
.category-view-controls{display:flex;align-items:center;gap:12px;color:#6c7475;font-weight:700;white-space:nowrap}.category-view-controls button,.sortbar button{border:0;background:transparent;color:#697172;font:inherit;font-weight:800;cursor:pointer;padding:2px 3px}.category-view-controls button.is-active,.sortbar button.is-active{color:#8278ff}.category-view-controls .view-btn{font-size:26px;line-height:1;color:#1d2528}
.sortbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:26px;color:#697172;font-size:16px}.category-content{display:grid;grid-template-columns:240px minmax(0,1fr);gap:36px;align-items:start}
.category-filters{display:grid;gap:22px}.filter-check{height:76px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:12px;padding:0 18px;font-weight:700;color:#3e4547;background:#fff}.filter-check input{width:24px;height:24px;accent-color:var(--green)}
.filter-box{border:1px solid var(--line);border-radius:8px;padding:22px 18px;background:#fff}.filter-box h3{margin:0 0 20px;font-size:20px}.range-slider{height:24px;position:relative;margin-bottom:14px}.range-slider input[type=range]{position:absolute;left:0;right:0;top:0;width:100%;accent-color:#69bf5d;pointer-events:none;background:transparent}.range-slider input[type=range]::-webkit-slider-thumb{pointer-events:auto}.range-slider input[type=range]::-moz-range-thumb{pointer-events:auto}
.filter-prices{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.filter-prices label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:7px;padding:8px 10px;color:#788080;font-size:14px}.filter-prices input{width:100%;border:0;outline:none;font:inherit;background:transparent;color:#2a3032}.filter-actions{display:flex;justify-content:space-between;gap:10px}.filter-actions button{border:0;background:transparent;color:#596163;font:inherit;cursor:pointer}
.category-promo{min-height:300px;border-radius:8px;background:linear-gradient(135deg,rgba(132,118,255,.92),rgba(101,113,234,.92)), url('../img/service-4.jpg') center/cover;color:#fff;padding:36px 24px;display:flex;flex-direction:column;justify-content:center;gap:12px;font-weight:900;overflow:hidden}.category-promo b{font-size:24px;line-height:1.15}.category-promo span{font-size:42px;line-height:1}.category-promo small{font-size:13px;color:rgba(255,255,255,.85)}
.category-products{display:grid;gap:30px}.category-products--grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.category-product-card{position:relative;background:#fff;display:grid;grid-template-rows:auto auto 1fr;gap:12px;min-height:100%}.category-product-card__badges{height:28px}.category-product-card__badges span{display:inline-flex;border:1px solid #8f86ff;color:#7065f6;border-radius:6px;padding:3px 9px;font-size:12px;font-weight:800;text-transform:uppercase}
.category-product-card__image{height:190px;display:flex;align-items:center;justify-content:center;background:#fff}.category-product-card__image img{max-width:100%;max-height:100%;object-fit:contain}.category-product-card__content h3{margin:0 0 8px;font-size:18px;line-height:1.13;text-transform:uppercase;font-weight:750}.category-product-card__content p{margin:0 0 8px;color:#5f6868;font-size:15px}.rating{color:#cfd6d8;font-size:20px;letter-spacing:1px;margin-bottom:8px}.category-product-card__content ul{display:none;margin:0 0 8px;padding:0;list-style:none;color:#717a7a;font-size:14px;line-height:1.45}.product-specs{display:none;color:#69bf5d;font-weight:700}
.category-product-card__buy{display:grid;gap:10px;align-content:start}.category-product-card__buy b{font-size:24px;line-height:1;font-weight:900}.category-product-card__buy .stock{font-size:13px;color:var(--green);font-weight:800}.category-product-card__buy .stock--muted{color:#90999a}.category-product-card__buy .btn{width:100%;min-height:46px}.category-product-card__buy .btn--dark{background:#3d4656;color:#fff;border-color:#3d4656}.category-product-card__icons{display:flex;gap:12px;align-items:center}.category-product-card__icons button{border:0;background:transparent;font-size:28px;color:#46505a;cursor:pointer}
.category-products--list{grid-template-columns:1fr;gap:34px}.category-products--list .category-product-card{grid-template-columns:220px minmax(0,1fr) 220px;grid-template-rows:auto;gap:26px;align-items:center}.category-products--list .category-product-card__badges{position:absolute;left:0;top:0;height:auto}.category-products--list .category-product-card__image{height:180px;padding-top:28px}.category-products--list .category-product-card__content ul,.category-products--list .product-specs{display:block}.category-products--list .category-product-card__content h3{font-size:18px}.category-products--list .quick-buy{display:block}.category-products--grid .quick-buy{display:none}.category-product-card.is-hidden{display:none!important}.category-empty{padding:30px;border:1px dashed #ced7d1;border-radius:18px;background:#fbfcfb;color:#5e6864;font-weight:700}
@media (max-width:1180px){.category-layout{grid-template-columns:1fr}.category-sidebar{display:none}.category-content{grid-template-columns:220px minmax(0,1fr)}}
@media (max-width:920px){.category-page{padding:24px 0 42px}.category-main__head{display:grid;gap:14px}.category-main__head h1{font-size:28px}.category-view-controls{justify-content:space-between;white-space:normal}.category-content{grid-template-columns:1fr;gap:22px}.category-filters{grid-template-columns:1fr}.category-promo{display:none}.category-products--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.category-product-card{border:1px solid var(--line);border-radius:18px;padding:12px}.category-product-card__image{height:130px}.category-product-card__content h3{font-size:14px}.category-product-card__content p{font-size:12px}.category-product-card__buy b{font-size:19px}.category-product-card__buy .btn{min-height:42px;font-size:14px}.category-product-card__icons{display:none}.category-products--list .category-product-card{grid-template-columns:110px minmax(0,1fr);gap:14px}.category-products--list .category-product-card__buy{grid-column:1/-1}.category-products--list .category-product-card__image{height:110px;padding-top:0}}
@media (max-width:560px){.sortbar{gap:10px;font-size:14px}.category-main__head h1{font-size:24px}.category-view-controls{font-size:14px;gap:8px}.category-products--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}


/* arm_v16: category pages rebuilt in the new clean style */
.category-modern-page{background:#fff;}
.category-modern-hero{padding:58px 0 34px;background:linear-gradient(180deg,#f5f8f3 0,#fff 62%);}
.category-modern-hero__grid{display:grid;grid-template-columns:1fr 440px;gap:34px;align-items:stretch;}
.category-modern-hero__content{border:1px solid var(--line);border-radius:24px;background:#fff;padding:34px;box-shadow:0 18px 48px rgba(16,35,28,.06);}
.category-modern-hero__content .back-link{display:inline-flex;margin-bottom:22px;color:var(--green);font-weight:850;}
.category-modern-hero__content h1{margin:10px 0 18px;font-size:clamp(36px,4.2vw,64px);line-height:.95;font-weight:950;letter-spacing:-.05em;color:var(--dark);}
.category-modern-hero__content p{max-width:720px;margin:0;color:#5e6864;font-size:18px;line-height:1.45;}
.category-modern-hero__facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px;}
.category-modern-hero__facts span{border:1px solid #d8e5db;background:#f5faf5;border-radius:999px;padding:11px 16px;color:#25302c;font-weight:850;font-size:14px;}
.category-modern-hero__image{border-radius:24px;overflow:hidden;background:#eff4ed;min-height:330px;box-shadow:0 18px 48px rgba(16,35,28,.08);}
.category-modern-hero__image img{width:100%;height:100%;object-fit:cover;display:block;}

.category-modern-nav{padding:10px 0 28px;background:#fff;}
.category-modern-nav__scroll{display:flex;gap:10px;overflow:auto;padding-bottom:8px;scrollbar-width:none;}
.category-modern-nav__scroll::-webkit-scrollbar{display:none;}
.category-pill{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;padding:12px 16px;color:#1f292c;background:#fff;font-weight:850;font-size:14px;transition:.18s;}
.category-pill:hover,.category-pill.is-active{background:var(--green);border-color:var(--green);color:#fff;}

.category-shop{padding:10px 0 70px;}
.category-shop__panel{border:1px solid var(--line);border-radius:24px;background:#fff;padding:26px;box-shadow:0 16px 42px rgba(20,35,28,.06);margin-bottom:28px;}
.category-shop__panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px;}
.category-shop__panel-head h2{margin:6px 0 0;font-size:34px;line-height:1;font-weight:950;letter-spacing:-.04em;}
.category-shop__controls{display:grid;grid-template-columns:360px auto minmax(0,1fr);gap:18px;align-items:end;}
.modern-filter>label{display:block;margin:0 0 10px;font-weight:850;color:#4f5b58;}
.modern-range{height:20px;position:relative;margin-bottom:12px;}
.modern-range input[type=range]{position:absolute;left:0;right:0;top:0;width:100%;accent-color:var(--green);background:transparent;pointer-events:none;}
.modern-range input[type=range]::-webkit-slider-thumb{pointer-events:auto;}
.modern-range input[type=range]::-moz-range-thumb{pointer-events:auto;}
.modern-check{height:50px;border:1px solid var(--line);border-radius:14px;display:inline-flex;align-items:center;gap:10px;padding:0 16px;font-weight:850;background:#fbfcfb;white-space:nowrap;}
.modern-check input{width:20px;height:20px;accent-color:var(--green);}
.modern-sort{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;}
.modern-sort span{margin-right:4px;color:#687370;font-weight:800;}
.modern-sort button,.category-view-controls button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;color:#273033;font-weight:850;cursor:pointer;transition:.18s;}
.modern-sort button:hover,.modern-sort button.is-active,.category-view-controls button:hover,.category-view-controls button.is-active{background:var(--green);border-color:var(--green);color:#fff;}
.category-view-controls{display:flex;align-items:center;gap:8px;}
.category-view-controls span{color:#687370;font-weight:850;}
.category-view-controls .view-btn{width:40px;height:40px;display:inline-grid;place-items:center;padding:0;font-size:20px;line-height:1;}

.filter-prices{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.filter-prices label{height:46px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#6a7471;font-weight:800;background:#fff;}
.filter-prices input{width:100%;border:0;outline:0;background:transparent;font:inherit;color:#1d2528;}

.category-products{display:grid;gap:22px;}
.category-products--grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.modern-product-card{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(16,35,28,.045);transition:.2s;display:flex;flex-direction:column;}
.modern-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(16,35,28,.09);}
.modern-product-card__image{height:210px;background:#f5f6f2;padding:14px;display:flex;align-items:center;justify-content:center;}
.modern-product-card__image img{width:100%;height:100%;object-fit:contain;display:block;}
.modern-product-card__body{padding:18px 18px 8px;flex:1;}
.modern-product-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
.modern-product-card__top span{border:1px solid #d7e5db;background:#f5faf5;color:var(--green);border-radius:999px;padding:5px 10px;font-weight:900;font-size:12px;text-transform:uppercase;}
.modern-product-card__top button{border:0;background:transparent;font-size:25px;line-height:1;color:#172226;cursor:pointer;}
.modern-product-card h3{margin:0 0 9px;font-size:19px;line-height:1.12;font-weight:950;letter-spacing:-.02em;color:#1d2528;text-transform:none;}
.modern-product-card p{margin:0 0 12px;color:#66716e;font-size:14px;}
.modern-product-card__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#77817e;font-size:13px;}
.modern-product-card .rating{margin:0;color:#c5cec9;font-size:15px;letter-spacing:0;}
.modern-product-card ul{display:none;margin:14px 0 0;padding:0;list-style:none;color:#606b67;font-size:14px;line-height:1.45;}
.modern-product-card__buy{padding:16px 18px 18px;display:grid;grid-template-columns:1fr;gap:10px;}
.modern-product-card__buy>div{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;}
.modern-product-card__buy b{font-size:25px;line-height:1;font-weight:950;color:#1d2528;}
.modern-product-card .stock{color:var(--green);font-size:13px;font-weight:850;white-space:nowrap;}
.modern-product-card .btn{width:100%;min-height:48px;}
.btn--light{background:#fff;color:#1d2528;border:1px solid var(--line);}
.btn--light:hover{border-color:var(--green);color:var(--green);}

.category-products--list{grid-template-columns:1fr;}
.category-products--list .modern-product-card{display:grid;grid-template-columns:230px minmax(0,1fr) 220px;gap:0;align-items:stretch;}
.category-products--list .modern-product-card__image{height:100%;min-height:210px;}
.category-products--list .modern-product-card__body{padding:22px;}
.category-products--list .modern-product-card ul{display:block;}
.category-products--list .modern-product-card__buy{align-content:center;border-left:1px solid var(--line);}
.category-products--list .quick-buy{display:block;}
.category-products--grid .quick-buy{display:none;}
.category-empty{border:1px dashed #cbd9d1;border-radius:20px;padding:28px;background:#f8fbf8;color:#57615e;font-weight:850;}

.category-mini-form{background:linear-gradient(135deg,#17642f,#0f3b23);padding:70px 0;color:#fff;}
.category-mini-form__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:start;}
.category-mini-form h2{margin:8px 0 18px;font-size:clamp(32px,3.6vw,56px);line-height:.98;letter-spacing:-.05em;}
.category-mini-form p{margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.45;}
.category-mini-form .eyebrow{color:rgba(255,255,255,.75);}
.category-mini-form__form{background:#fff;border-radius:24px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.category-mini-form__form input{height:56px;border:1px solid #d4ded7;border-radius:14px;padding:0 16px;font:inherit;color:#1d2528;}
.category-mini-form__form input:focus{outline:0;border-color:var(--green);}
.category-mini-form__form .btn{height:56px;}
.category-mini-form .form-success{grid-column:2;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:14px 16px;font-weight:850;}

.recently-viewed-section{padding-top:56px;}

@media (max-width:1180px){
  .category-modern-hero__grid{grid-template-columns:1fr;}
  .category-modern-hero__image{min-height:300px;}
  .category-shop__controls{grid-template-columns:1fr 1fr;}
  .modern-sort{grid-column:1/-1;justify-content:flex-start;}
}
@media (max-width:920px){
  .category-modern-hero{padding:28px 0 22px;}
  .category-modern-hero__content{padding:24px;border-radius:20px;}
  .category-modern-hero__content h1{font-size:38px;}
  .category-modern-hero__content p{font-size:16px;}
  .category-modern-hero__image{min-height:230px;border-radius:20px;}
  .category-shop__panel{padding:18px;border-radius:20px;}
  .category-shop__panel-head{display:grid;}
  .category-shop__panel-head h2{font-size:28px;}
  .category-shop__controls{grid-template-columns:1fr;}
  .modern-sort{justify-content:flex-start;}
  .category-products--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
  .modern-product-card{border-radius:18px;}
  .modern-product-card__image{height:135px;padding:10px;}
  .modern-product-card__body{padding:12px 12px 6px;}
  .modern-product-card h3{font-size:14px;}
  .modern-product-card p{font-size:12px;}
  .modern-product-card__meta{display:none;}
  .modern-product-card__buy{padding:12px;gap:8px;}
  .modern-product-card__buy>div{display:grid;gap:5px;}
  .modern-product-card__buy b{font-size:18px;}
  .modern-product-card .stock{font-size:11px;}
  .modern-product-card .btn{min-height:42px;font-size:14px;}
  .category-products--list .modern-product-card{grid-template-columns:120px minmax(0,1fr);}
  .category-products--list .modern-product-card__image{min-height:150px;}
  .category-products--list .modern-product-card__buy{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);}
  .category-mini-form{padding:46px 0;}
  .category-mini-form__grid{grid-template-columns:1fr;gap:22px;}
  .category-mini-form__form{grid-template-columns:1fr;border-radius:20px;}
  .category-mini-form .form-success{grid-column:auto;}
}
@media (max-width:520px){
  .category-modern-hero__content h1{font-size:32px;}
  .category-modern-hero__facts span{font-size:12px;padding:9px 11px;}
  .category-pill{font-size:12px;padding:10px 12px;}
  .modern-sort button{font-size:12px;padding:8px 10px;}
  .category-products--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .modern-product-card__image{height:118px;}
  .modern-product-card h3{font-size:13px;}
}


/* arm_v17: category page small cleanup */
.category-modern-hero__content h1{
  margin-top: 8px;
}

.category-shop__controls{
  align-items: start;
}

.modern-filter{
  padding-top: 18px;
}

@media (max-width: 920px){
  .modern-filter{
    padding-top: 8px;
  }
}


/* arm_v18: category section tuning */
.category-modern-hero{
  padding: 34px 0 18px;
}
.category-modern-hero__grid{
  grid-template-columns: 1fr;
  gap: 0;
}
.category-modern-hero__content{
  max-width: 920px;
  padding: 28px 34px;
}
.category-modern-hero__content h1{
  margin: 6px 0 14px;
}
.category-modern-hero__content p{
  max-width: 760px;
}
.category-modern-hero__image{
  display: none !important;
}

/* Панель фильтров */
.category-shop__panel{
  padding: 24px 26px;
}
.category-shop__controls{
  grid-template-columns: 360px auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}
.modern-filter{
  padding-top: 10px;
}
.modern-filter > label{
  margin-bottom: 14px;
}
.modern-range{
  --range-thumb-size: 18px;
  position: relative;
  height: 30px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.modern-range::before{
  content: "";
  position: absolute;
  left: calc(var(--range-thumb-size) / 2);
  right: calc(var(--range-thumb-size) / 2);
  top: 12px;
  height: 4px;
  border-radius: 999px;
  background: #d9e3d7;
}
.modern-range input[type=range]{
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: calc(var(--range-thumb-size) / 2);
  right: auto;
  top: 4px;
  width: calc(100% - var(--range-thumb-size));
  height: var(--range-thumb-size);
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
}
.modern-range input[type=range]::-webkit-slider-runnable-track{
  height: 4px;
  background: transparent;
}
.modern-range input[type=range]::-moz-range-track{
  height: 4px;
  background: transparent;
  border: 0;
}
.modern-range input[type=range]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  border-radius: 50%;
  background: #2f9743;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 1px #2f9743;
  pointer-events: auto;
  cursor: pointer;
  margin-top: -7px;
}
.modern-range input[type=range]::-moz-range-thumb{
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  border-radius: 50%;
  background: #2f9743;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 1px #2f9743;
  pointer-events: auto;
  cursor: pointer;
}
.filter-prices{
  margin-top: 4px;
}

.modern-check{
  height: 54px;
  padding: 0 18px;
}

.modern-sort{
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.modern-sort span{
  margin-right: 2px;
  white-space: nowrap;
}
.modern-sort button{
  min-width: 132px;
  padding: 12px 18px;
  text-align: center;
  flex: 0 0 auto;
}

/* Мобильная адаптация */
@media (max-width: 920px){
  .category-modern-hero{
    padding: 24px 0 14px;
  }
  .category-modern-hero__content{
    max-width: none;
    padding: 22px 22px;
  }
  .category-shop__controls{
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .modern-filter{
    padding-top: 4px;
  }
  .modern-sort{
    flex-wrap: wrap;
  }
  .modern-sort button{
    min-width: 120px;
    flex: 1 1 calc(50% - 10px);
  }
}


/* arm_v19: category hero + filter alignment refinements */
.category-modern-hero{
  padding: 28px 0 18px;
}
.category-modern-hero__content{
  width: 100%;
  max-width: none;
  padding: 30px 36px;
}
.category-modern-hero__content .back-link{
  margin-bottom: 14px;
  font-size: 16px;
}
.category-modern-hero__content h1{
  margin: 4px 0 14px;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.category-modern-hero__content p{
  max-width: 860px;
  font-size: 16px;
  line-height: 1.45;
}

.category-shop__controls{
  grid-template-columns: 380px 220px minmax(0, 1fr);
  align-items: end;
  gap: 18px;
}
.modern-filter{
  padding-top: 16px;
}
.modern-filter > label{
  margin-bottom: 12px;
}
.modern-range{
  margin-bottom: 18px;
}
.filter-prices{
  margin-top: 0;
}
.filter-prices label{
  height: 54px;
  border-radius: 14px;
}

.modern-check{
  height: 54px;
  width: 100%;
  justify-content: center;
  align-self: end;
}

.modern-sort{
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}
.modern-sort span{
  margin-right: 0;
}
.modern-sort button{
  min-width: 0;
  width: 100%;
  height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px){
  .category-shop__controls{
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .modern-sort{
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px){
  .category-modern-hero{
    padding: 20px 0 14px;
  }
  .category-modern-hero__content{
    padding: 22px 22px;
  }
  .category-modern-hero__content .back-link{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .category-modern-hero__content h1{
    font-size: 28px;
    margin-bottom: 12px;
  }
  .category-modern-hero__content p{
    font-size: 15px;
  }
  .category-shop__controls{
    grid-template-columns: 1fr;
  }
  .modern-filter{
    padding-top: 6px;
  }
  .modern-sort{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .modern-sort span{
    grid-column: 1 / -1;
  }
  .modern-check{
    justify-content: flex-start;
  }
}


/* arm_v20: raise filter controls slightly */
.modern-check,
.modern-sort{
  transform: translateY(-10px);
}
@media (max-width: 920px){
  .modern-check,
  .modern-sort{
    transform: none;
  }
}


/* arm_v21: category filter row alignment + main-page contact block */

.category-shop__controls{
  grid-template-columns: 380px 230px minmax(520px, 1fr);
  align-items: start;
  gap: 18px;
}

.modern-filter{
  padding-top: 0;
}

.modern-filter > label{
  margin-bottom: 12px;
}

.modern-range{
  margin-top: 2px;
  margin-bottom: 14px;
}

.filter-prices{
  margin-top: 0;
}

.filter-prices label,
.modern-check,
.modern-sort button{
  height: 54px;
}

.modern-check{
  width: 100%;
  justify-content: center;
  align-self: start;
  margin-top: 54px;
}

.modern-sort{
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(170px,1fr) minmax(170px,1fr);
  align-items: start;
  gap: 12px;
  margin-top: 54px;
}

.modern-sort span{
  margin-right: 0;
  align-self: center;
  white-space: nowrap;
}

.modern-sort button{
  min-width: 0;
  width: 100%;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* cancel previous version nudge */
.modern-check,
.modern-sort{
  transform: none !important;
}

.recently-viewed-section{
  padding-top: 56px;
}

@media (max-width: 1240px){
  .category-shop__controls{
    grid-template-columns: 1fr 1fr;
  }
  .modern-sort{
    grid-column: 1 / -1;
    margin-top: 0;
  }
  .modern-check{
    margin-top: 54px;
  }
}

@media (max-width: 920px){
  .category-shop__controls{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .modern-check,
  .modern-sort{
    margin-top: 0;
  }
  .modern-sort{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .modern-sort span{
    grid-column: 1 / -1;
  }
}

/* arm_v22: align filter inputs, stock checkbox and sort buttons on one horizontal line */
.category-shop__controls{
  align-items: end;
}

.modern-check,
.modern-sort{
  align-self: end;
  margin-top: 0;
}

.modern-sort{
  align-items: end;
}

@media (max-width: 1240px){
  .category-shop__controls{
    align-items: start;
  }
}

/* arm_v23: nudge filter action controls slightly higher on desktop */
@media (min-width: 921px){
  .modern-check,
  .modern-sort{
    transform: translateY(-12px) !important;
  }
}


/* arm_v24: mobile filter controls + shorter product cards + full catalog submenu */
.category-products--grid{
  align-items:start;
}
.modern-product-card{
  align-self:start;
}

@media (max-width: 920px){
  .category-shop__panel-head{
    display:block !important;
  }
  .category-view-controls{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    margin-top:12px;
  }
  .category-view-controls span{
    margin-right:auto;
  }
  .category-view-controls .view-btn{
    width:44px;
    height:44px;
  }

  .category-products--grid{
    gap:12px;
    align-items:start;
  }
  .modern-product-card{
    border-radius:18px;
    align-self:start;
    height:auto;
  }
  .modern-product-card__image{
    height:112px;
    padding:8px;
  }
  .modern-product-card__body{
    padding:10px 10px 4px;
    flex:0 0 auto;
  }
  .modern-product-card__top{
    margin-bottom:8px;
  }
  .modern-product-card__top span{
    padding:4px 9px;
    font-size:11px;
  }
  .modern-product-card__top button{
    font-size:22px;
  }
  .modern-product-card h3{
    font-size:13px;
    line-height:1.08;
    margin:0 0 6px;
  }
  .modern-product-card p{
    font-size:11px;
    margin:0 0 8px;
    line-height:1.25;
  }
  .modern-product-card__buy{
    padding:10px;
    gap:6px;
  }
  .modern-product-card__buy b{
    font-size:16px;
  }
  .modern-product-card .stock{
    font-size:11px;
  }
  .modern-product-card .btn{
    min-height:38px;
    font-size:13px;
    border-radius:14px;
    padding:10px 12px;
  }
  .nav__submenu{
    max-height:52vh;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
}

@media (max-width: 520px){
  .category-view-controls{
    margin-top:10px;
  }
  .category-view-controls .view-btn{
    width:42px;
    height:42px;
  }
  .modern-product-card__image{
    height:104px;
  }
  .modern-product-card h3{
    font-size:12px;
  }
  .modern-product-card p{
    font-size:10px;
  }
  .modern-product-card__buy b{
    font-size:15px;
  }
  .modern-product-card .btn{
    min-height:36px;
    font-size:12px;
  }
}


/* arm_v25: details button + more compact mobile product cards */
.product-more{display:inline-flex;background:#fff;color:#253034;border:1px solid #d6ddd7;}
.product-more:hover{border-color:#b8c2bb;color:#1f282c;}
.category-products--grid .product-more,
.category-products--list .product-more{display:inline-flex !important;}

@media (max-width: 920px){
  .category-products--grid{
    grid-auto-rows:min-content;
  }
  .category-products--grid .modern-product-card{
    display:block;
    height:auto;
  }
  .modern-product-card{
    border-radius:16px;
  }
  .modern-product-card__image{
    height:96px;
    padding:7px;
  }
  .modern-product-card__body{
    padding:8px 8px 2px;
    flex:0 0 auto;
  }
  .modern-product-card__top{
    margin-bottom:6px;
  }
  .modern-product-card__top button{
    font-size:19px;
  }
  .modern-product-card h3{
    font-size:11px;
    line-height:1.05;
    margin:0 0 4px;
  }
  .modern-product-card p{
    font-size:10px;
    line-height:1.2;
    margin:0 0 6px;
  }
  .modern-product-card__buy{
    padding:8px;
    gap:6px;
  }
  .modern-product-card__buy > div{
    display:grid;
    gap:3px;
    justify-content:start;
  }
  .modern-product-card__buy b{
    font-size:14px;
  }
  .modern-product-card .stock{
    font-size:10px;
  }
  .modern-product-card .btn{
    min-height:34px;
    font-size:12px;
    line-height:1.1;
    border-radius:12px;
    padding:8px 10px;
  }
  .product-more{
    border-color:#cfd7d1;
  }
}

@media (max-width: 520px){
  .modern-product-card__image{
    height:88px;
    padding:6px;
  }
  .modern-product-card__top span{
    padding:4px 8px;
    font-size:10px;
  }
  .modern-product-card__top button{
    font-size:18px;
  }
  .modern-product-card h3{
    font-size:10px;
  }
  .modern-product-card p{
    font-size:9px;
  }
  .modern-product-card__buy b{
    font-size:13px;
  }
  .modern-product-card .stock{
    font-size:9px;
  }
  .modern-product-card .btn{
    min-height:32px;
    font-size:11px;
    padding:7px 8px;
  }
}


/* arm_v27: refine range alignment for desktop/mobile */
@media (min-width: 921px){
  .modern-range{
    width: calc(100% + 6px);
    margin-left: -6px;
  }
}

@media (max-width: 920px){
  .modern-range{
    width: calc(100% + 18px);
    margin-left: -9px;
  }
}


/* arm_v28: unify product cards with recently viewed and enlarge mobile text */
.recently-viewed-grid--products .modern-product-card{min-height:100%;}
.recently-viewed-grid--products .modern-product-card__body{padding-bottom:4px;}
.recently-viewed-grid--products .modern-product-card__buy{padding-top:10px;}

@media (max-width: 920px){
  .recently-viewed-grid--products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .modern-product-card{
    border-radius:18px;
  }
  .modern-product-card__image{
    height:108px;
    padding:8px;
  }
  .modern-product-card__body{
    padding:10px 10px 4px;
    flex:0 0 auto;
  }
  .modern-product-card__top{
    margin-bottom:8px;
  }
  .modern-product-card__top span{
    padding:4px 9px;
    font-size:11px;
  }
  .modern-product-card__top button{
    font-size:20px;
  }
  .modern-product-card h3{
    font-size:14px;
    line-height:1.08;
    margin:0 0 6px;
  }
  .modern-product-card p{
    font-size:12px;
    line-height:1.22;
    margin:0;
  }
  .modern-product-card__buy{
    padding:10px;
    gap:7px;
  }
  .modern-product-card__buy > div{
    display:grid;
    gap:4px;
    justify-content:start;
  }
  .modern-product-card__buy b{
    font-size:16px;
  }
  .modern-product-card .stock{
    font-size:11px;
  }
  .modern-product-card .btn{
    min-height:36px;
    font-size:13px;
    line-height:1.1;
    border-radius:12px;
    padding:8px 10px;
  }
}

@media (max-width: 520px){
  .modern-product-card__image{
    height:110px;
    padding:8px;
  }
  .modern-product-card__body{
    padding:10px 10px 4px;
  }
  .modern-product-card__top span{
    font-size:11px;
  }
  .modern-product-card h3{
    font-size:14px;
    line-height:1.07;
  }
  .modern-product-card p{
    font-size:11px;
    line-height:1.22;
  }
  .modern-product-card__buy{
    padding:10px;
    gap:6px;
  }
  .modern-product-card__buy b{
    font-size:15px;
  }
  .modern-product-card .stock{
    font-size:10px;
  }
  .modern-product-card .btn{
    min-height:34px;
    font-size:12px;
    padding:8px 10px;
  }
}


/* arm_v29: make category cards and recently viewed cards identical */
@media (max-width: 920px){
  .category-products .modern-product-card,
  .recently-viewed-grid--products .modern-product-card{
    min-height:auto;
    height:auto;
    display:flex;
    flex-direction:column;
    border-radius:18px;
  }

  .category-products .modern-product-card__image,
  .recently-viewed-grid--products .modern-product-card__image{
    height:118px;
    padding:10px 14px 8px;
  }

  .category-products .modern-product-card__body,
  .recently-viewed-grid--products .modern-product-card__body{
    padding:10px 16px 4px;
    flex:0 0 auto;
  }

  .category-products .modern-product-card__top,
  .recently-viewed-grid--products .modern-product-card__top{
    margin-bottom:8px;
  }

  .category-products .modern-product-card h3,
  .recently-viewed-grid--products .modern-product-card h3{
    font-size:15px;
    line-height:1.08;
    margin:0 0 7px;
  }

  .category-products .modern-product-card p,
  .recently-viewed-grid--products .modern-product-card p{
    font-size:12px;
    line-height:1.24;
    margin:0;
  }

  .category-products .modern-product-card__buy,
  .recently-viewed-grid--products .modern-product-card__buy{
    padding:10px 16px 14px;
    gap:8px;
  }

  .category-products .modern-product-card__buy > div,
  .recently-viewed-grid--products .modern-product-card__buy > div{
    display:grid;
    gap:4px;
    justify-content:start;
  }

  .category-products .modern-product-card__buy b,
  .recently-viewed-grid--products .modern-product-card__buy b{
    font-size:17px;
  }

  .category-products .modern-product-card .stock,
  .recently-viewed-grid--products .modern-product-card .stock{
    font-size:11px;
  }

  .category-products .modern-product-card .btn,
  .recently-viewed-grid--products .modern-product-card .btn{
    width:100%;
    min-height:38px;
    font-size:13px;
    border-radius:14px;
    padding:9px 12px;
  }
}

@media (max-width: 520px){
  .category-products .modern-product-card__image,
  .recently-viewed-grid--products .modern-product-card__image{
    height:118px;
    padding:10px 14px 8px;
  }

  .category-products .modern-product-card__body,
  .recently-viewed-grid--products .modern-product-card__body{
    padding:10px 16px 4px;
  }

  .category-products .modern-product-card h3,
  .recently-viewed-grid--products .modern-product-card h3{
    font-size:15px;
    line-height:1.08;
  }

  .category-products .modern-product-card p,
  .recently-viewed-grid--products .modern-product-card p{
    font-size:11px;
    line-height:1.24;
  }

  .category-products .modern-product-card__buy,
  .recently-viewed-grid--products .modern-product-card__buy{
    padding:10px 16px 14px;
    gap:8px;
  }

  .category-products .modern-product-card__buy b,
  .recently-viewed-grid--products .modern-product-card__buy b{
    font-size:17px;
  }

  .category-products .modern-product-card .btn,
  .recently-viewed-grid--products .modern-product-card .btn{
    min-height:40px;
    font-size:13px;
    padding:9px 12px;
  }
}


/* arm_v30: category product cards match recently viewed cards on mobile */
@media (max-width: 920px){
  .category-products--grid .modern-product-card__meta,
  .category-products .modern-product-card__meta,
  .category-products--grid .modern-product-card ul,
  .category-products .modern-product-card ul{
    display:none !important;
  }

  .category-products .modern-product-card,
  .recently-viewed-grid--products .modern-product-card{
    min-height:auto !important;
    height:auto !important;
    display:flex !important;
    flex-direction:column !important;
  }

  .category-products .modern-product-card__image,
  .recently-viewed-grid--products .modern-product-card__image{
    height:118px !important;
    padding:10px 14px 8px !important;
  }

  .category-products .modern-product-card__body,
  .recently-viewed-grid--products .modern-product-card__body{
    padding:10px 16px 4px !important;
    flex:0 0 auto !important;
  }

  .category-products .modern-product-card__top,
  .recently-viewed-grid--products .modern-product-card__top{
    margin-bottom:8px !important;
  }

  .category-products .modern-product-card h3,
  .recently-viewed-grid--products .modern-product-card h3{
    font-size:15px !important;
    line-height:1.08 !important;
    margin:0 0 7px !important;
  }

  .category-products .modern-product-card p,
  .recently-viewed-grid--products .modern-product-card p{
    font-size:12px !important;
    line-height:1.24 !important;
    margin:0 !important;
  }

  .category-products .modern-product-card__buy,
  .recently-viewed-grid--products .modern-product-card__buy{
    padding:10px 16px 14px !important;
    gap:8px !important;
  }

  .category-products .modern-product-card__buy > div,
  .recently-viewed-grid--products .modern-product-card__buy > div{
    display:grid !important;
    gap:4px !important;
    justify-content:start !important;
  }

  .category-products .modern-product-card__buy b,
  .recently-viewed-grid--products .modern-product-card__buy b{
    font-size:17px !important;
  }

  .category-products .modern-product-card .stock,
  .recently-viewed-grid--products .modern-product-card .stock{
    font-size:11px !important;
  }

  .category-products .modern-product-card .btn,
  .recently-viewed-grid--products .modern-product-card .btn{
    width:100% !important;
    min-height:40px !important;
    font-size:10px !important;
    border-radius:14px !important;
    padding:9px 12px !important;
  }
}

@media (max-width: 520px){
  .category-products .modern-product-card__image,
  .recently-viewed-grid--products .modern-product-card__image{
    height:118px !important;
    padding:10px 14px 8px !important;
  }

  .category-products .modern-product-card__body,
  .recently-viewed-grid--products .modern-product-card__body{
    padding:10px 16px 4px !important;
  }

  .category-products .modern-product-card h3,
  .recently-viewed-grid--products .modern-product-card h3{
    font-size:15px !important;
    line-height:1.08 !important;
  }

  .category-products .modern-product-card p,
  .recently-viewed-grid--products .modern-product-card p{
    font-size:11px !important;
    line-height:1.24 !important;
  }

  .category-products .modern-product-card__buy,
  .recently-viewed-grid--products .modern-product-card__buy{
    padding:10px 16px 14px !important;
    gap:8px !important;
  }

  .category-products .modern-product-card__buy b,
  .recently-viewed-grid--products .modern-product-card__buy b{
    font-size:17px !important;
  }
}


/* arm_v31: make mobile product cards in category section match recently-viewed visual exactly */
@media (max-width: 920px){
  .category-products .modern-product-card,
  .recently-viewed-grid--products .modern-product-card{
    border-radius:24px !important;
    min-height:auto !important;
    height:auto !important;
    overflow:hidden !important;
  }

  .category-products .modern-product-card__image,
  .recently-viewed-grid--products .modern-product-card__image{
    height:164px !important;
    padding:18px 18px 14px !important;
    background:#f6f6f1 !important;
  }

  .category-products .modern-product-card__body,
  .recently-viewed-grid--products .modern-product-card__body{
    padding:16px 16px 2px !important;
  }

  .category-products .modern-product-card__top,
  .recently-viewed-grid--products .modern-product-card__top{
    margin-bottom:12px !important;
  }

  .category-products .modern-product-card h3,
  .recently-viewed-grid--products .modern-product-card h3{
    font-size:17px !important;
    line-height:1.05 !important;
    letter-spacing:-0.02em !important;
    margin:0 0 9px !important;
  }

  .category-products .modern-product-card p,
  .recently-viewed-grid--products .modern-product-card p{
    font-size:12px !important;
    line-height:1.25 !important;
    margin:0 !important;
  }

  .category-products .modern-product-card__buy,
  .recently-viewed-grid--products .modern-product-card__buy{
    padding:12px 16px 18px !important;
    gap:10px !important;
  }

  .category-products .modern-product-card__buy > div,
  .recently-viewed-grid--products .modern-product-card__buy > div{
    gap:6px !important;
  }

  .category-products .modern-product-card__buy b,
  .recently-viewed-grid--products .modern-product-card__buy b{
    font-size:18px !important;
    line-height:1 !important;
  }

  .category-products .modern-product-card .stock,
  .recently-viewed-grid--products .modern-product-card .stock{
    font-size:12px !important;
    line-height:1.2 !important;
  }

  .category-products .modern-product-card .btn,
  .recently-viewed-grid--products .modern-product-card .btn{
    min-height:44px !important;
    padding:10px 12px !important;
    border-radius:18px !important;
    font-size:14px !important;
    font-weight:700 !important;
  }
}

@media (max-width: 520px){
  .category-products .modern-product-card__image,
  .recently-viewed-grid--products .modern-product-card__image{
    height:158px !important;
    padding:16px 16px 12px !important;
  }

  .category-products .modern-product-card__body,
  .recently-viewed-grid--products .modern-product-card__body{
    padding:14px 14px 2px !important;
  }

  .category-products .modern-product-card h3,
  .recently-viewed-grid--products .modern-product-card h3{
    font-size:16px !important;
    line-height:1.06 !important;
    margin:0 0 8px !important;
  }

  .category-products .modern-product-card p,
  .recently-viewed-grid--products .modern-product-card p{
    font-size:11px !important;
    line-height:1.24 !important;
  }

  .category-products .modern-product-card__buy,
  .recently-viewed-grid--products .modern-product-card__buy{
    padding:12px 14px 16px !important;
    gap:10px !important;
  }

  .category-products .modern-product-card__buy b,
  .recently-viewed-grid--products .modern-product-card__buy b{
    font-size:17px !important;
  }

  .category-products .modern-product-card .btn,
  .recently-viewed-grid--products .modern-product-card .btn{
    min-height:42px !important;
    border-radius:17px !important;
    font-size:10px !important;
  }
}


/* arm_v34: breadcrumbs + product page */
.breadcrumbs--modern{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin:0 0 22px;
  color:#66716e;
  font-size:14px;
  font-weight:750;
}
.breadcrumbs--modern a{color:#5f6b68;transition:.18s;}
.breadcrumbs--modern a:hover{color:var(--green);}
.breadcrumbs--modern span:last-child{color:#1d2528;}
.categories-page--catalog .breadcrumbs--modern{margin-bottom:18px;}
.category-modern-hero__content .breadcrumbs--modern{margin-bottom:18px;}

.product-page{background:#fff;}
.product-main{background:linear-gradient(180deg,#f7faf6 0,#fff 58%);padding-top:58px;}
.product-layout{display:grid;grid-template-columns:.95fr 1fr 360px;gap:34px;align-items:start;}
.product-gallery-card,.product-info-card,.product-buy-card,.product-tabs,.product-service-row{border:1px solid var(--line);background:#fff;border-radius:24px;box-shadow:0 16px 44px rgba(16,35,28,.055);}
.product-gallery-card{padding:18px;}
.product-gallery-card__main{min-height:390px;background:#f6f6f1;border-radius:18px;display:flex;align-items:center;justify-content:center;padding:28px;}
.product-gallery-card__main img{width:100%;height:100%;max-height:360px;object-fit:contain;}
.product-gallery-card__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;}
.product-gallery-card__thumbs button{height:82px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:8px;cursor:pointer;transition:.18s;}
.product-gallery-card__thumbs button.is-active,.product-gallery-card__thumbs button:hover{border-color:var(--green);background:#f5faf5;}
.product-gallery-card__thumbs img{width:100%;height:100%;object-fit:contain;}
.product-info-card{padding:30px;}
.product-info-card h1{margin:0 0 16px;font-size:clamp(34px,3.3vw,54px);line-height:.98;letter-spacing:-.055em;font-weight:950;color:#1d2528;}
.product-info-card__meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:22px;}
.product-rating{color:#c6d0ca;font-size:22px;letter-spacing:1px;}
.product-stock{color:var(--green);font-weight:900;}
.product-note{margin:0 0 24px;color:#5f6b68;font-size:17px;line-height:1.45;max-width:620px;}
.product-specs-preview h2{margin:0 0 13px;font-size:24px;line-height:1.05;font-weight:950;}
.product-specs-preview dl{display:grid;gap:10px;margin:0;}
.product-specs-preview dl div{display:grid;grid-template-columns:170px 1fr;gap:14px;align-items:baseline;}
.product-specs-preview dt{color:#5e6864;}
.product-specs-preview dd{margin:0;font-weight:900;color:#202629;}
.product-buy-card{padding:26px;position:sticky;top:112px;}
.product-buy-card__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;}
.product-buy-card__top strong{font-size:38px;line-height:1;font-weight:950;color:var(--green);}
.product-buy-icons{display:flex;gap:12px;}
.product-buy-icons button{border:0;background:transparent;font-size:32px;line-height:1;color:#1d2528;cursor:pointer;}
.product-qty{height:56px;border:1px solid #cbd7d0;border-radius:12px;display:grid;grid-template-columns:56px 1fr 56px;align-items:center;margin-bottom:18px;overflow:hidden;background:#fff;}
.product-qty button{height:100%;border:0;background:#fff;font-size:28px;color:#5b6562;cursor:pointer;}
.product-qty input{width:100%;height:100%;border:0;text-align:center;font-weight:900;outline:0;}
.product-buy-card .btn{width:100%;min-height:58px;border-radius:12px;margin-top:12px;font-size:17px;}
.product-service-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0 0;padding:22px 26px;max-width:720px;margin-left:auto;}
.product-service-row div{display:grid;place-items:center;text-align:center;gap:8px;color:#4c5754;font-weight:800;}
.product-service-row span{color:var(--green);font-size:28px;}
.product-tabs-section{padding:34px 0 10px;}
.product-tabs{padding:30px;}
.product-tabs__nav{display:flex;gap:32px;flex-wrap:wrap;margin-bottom:26px;border-bottom:1px solid var(--line);padding-bottom:18px;}
.product-tabs__nav button{border:0;background:transparent;padding:0;font-size:28px;line-height:1.05;font-weight:950;color:#252d30;cursor:pointer;transition:.18s;}
.product-tabs__nav button.is-active,.product-tabs__nav button:hover{color:var(--green);}
.product-tab-panel h2{margin:0 0 14px;font-size:30px;line-height:1.05;font-weight:950;}
.product-tab-panel p{max-width:860px;margin:0 0 14px;color:#4f5b58;font-size:18px;}
.product-characteristics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;max-width:900px;}
.product-characteristics div{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:14px 0;border-bottom:1px solid var(--line);}
.product-characteristics span{color:#5d6865;}
.product-characteristics b{font-weight:900;}
.product-delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;}
.product-delivery-grid h3{margin:0 0 10px;font-size:24px;line-height:1.1;}
.product-delivery-grid ul{margin:16px 0 0;padding-left:22px;color:#4f5b58;font-size:17px;line-height:1.45;}
.review-form{display:grid;gap:14px;max-width:640px;margin-top:18px;}
.review-form input,.review-form textarea{border:1px solid var(--line);border-radius:12px;padding:16px 18px;font:inherit;outline:0;}
.review-form textarea{min-height:130px;resize:vertical;}
.review-form input:focus,.review-form textarea:focus{border-color:var(--green);}
.review-stars{font-size:32px;color:#c5cec9;letter-spacing:2px;}
.related-products-section{padding-top:46px;}
.product-recent-section{padding-top:30px;}

@media (max-width:1180px){
  .product-layout{grid-template-columns:1fr 1fr;}
  .product-buy-card{grid-column:1/-1;position:static;}
  .product-service-row{max-width:none;margin-left:0;}
}
@media (max-width:920px){
  .breadcrumbs--modern{font-size:12px;gap:7px;margin-bottom:16px;}
  .product-main{padding-top:26px;}
  .product-layout{grid-template-columns:1fr;gap:16px;}
  .product-gallery-card,.product-info-card,.product-buy-card,.product-tabs{border-radius:22px;}
  .product-gallery-card__main{min-height:260px;padding:18px;}
  .product-info-card{padding:22px;}
  .product-info-card h1{font-size:32px;line-height:1.02;}
  .product-note{font-size:15px;}
  .product-specs-preview dl div{grid-template-columns:1fr;gap:2px;}
  .product-buy-card{padding:20px;}
  .product-buy-card__top strong{font-size:32px;}
  .product-service-row{grid-template-columns:1fr;gap:10px;padding:18px;border-radius:20px;}
  .product-service-row div{grid-template-columns:34px 1fr;place-items:center start;text-align:left;}
  .product-tabs{padding:22px;}
  .product-tabs__nav{gap:18px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:14px;}
  .product-tabs__nav button{font-size:22px;white-space:nowrap;}
  .product-tab-panel h2{font-size:26px;}
  .product-tab-panel p{font-size:16px;}
  .product-characteristics,.product-delivery-grid{grid-template-columns:1fr;gap:14px;}
  .product-characteristics div{grid-template-columns:1fr;gap:4px;}
}
@media (max-width:560px){
  .product-gallery-card__main{min-height:220px;}
  .product-gallery-card__thumbs button{height:68px;}
  .product-info-card h1{font-size:28px;}
  .product-info-card__meta{gap:8px;}
  .product-rating{font-size:18px;}
  .product-buy-card .btn{min-height:52px;}
  .product-tabs__nav button{font-size:19px;}
}

/* arm_v35: product page cleanup, equal gallery/info height, lightbox, dynamic price */
.product-layout{
  align-items:stretch;
}
.product-gallery-card,
.product-info-card{
  height:100%;
}
.product-gallery-card{
  display:flex;
  flex-direction:column;
}
.product-gallery-card__main{
  position:relative;
  flex:1;
  min-height:0;
  cursor:zoom-in;
}
.product-info-card h1{
  font-size:34px !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
  margin-bottom:16px !important;
}
.product-buy-icons button[aria-label="В избранное"]{
  font-size:38px;
}
.product-service-row{
  display:none !important;
}
.product-tab-panel h2{
  display:none !important;
}
.product-tabs-section{
  padding-top:46px;
}
.product-tabs{
  margin-top:0;
}
.product-tabs__nav{
  margin-bottom:20px;
}
.product-gallery-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border:1px solid rgba(213,223,216,.9);
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#1d2528;
  font-size:32px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  opacity:0;
  transition:.18s;
  z-index:2;
}
.product-gallery-card__main:hover .product-gallery-arrow,
.product-gallery-card__main:focus-within .product-gallery-arrow{
  opacity:1;
}
.product-gallery-arrow--prev{left:12px;}
.product-gallery-arrow--next{right:12px;}
.product-gallery-zoom{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#52605c;
  font-size:12px;
  font-weight:800;
  pointer-events:none;
  opacity:0;
  transition:.18s;
}
.product-gallery-card__main:hover .product-gallery-zoom{
  opacity:1;
}
.product-lightbox{
  position:fixed;
  inset:0;
  z-index:2000;
  background:rgba(12,22,24,.86);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:72px 96px;
}
.product-lightbox[hidden]{display:none !important;}
.product-lightbox img{
  max-width:min(100%,1100px);
  max-height:calc(100vh - 150px);
  object-fit:contain;
  border-radius:20px;
  background:#fff;
  box-shadow:0 24px 80px rgba(0,0,0,.35);
}
.product-lightbox__close,
.product-lightbox__arrow{
  position:absolute;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.12);
  color:#fff;
  cursor:pointer;
  transition:.18s;
}
.product-lightbox__close:hover,
.product-lightbox__arrow:hover{
  background:rgba(255,255,255,.22);
}
.product-lightbox__close{
  top:24px;
  right:28px;
  width:52px;
  height:52px;
  border-radius:999px;
  font-size:40px;
  line-height:1;
}
.product-lightbox__arrow{
  top:50%;
  transform:translateY(-50%);
  width:62px;
  height:62px;
  border-radius:999px;
  font-size:52px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-lightbox__arrow--prev{left:28px;}
.product-lightbox__arrow--next{right:28px;}

@media (min-width:1181px){
  .product-buy-card{
    align-self:start;
  }
}
@media (max-width:920px){
  .product-layout{align-items:start;}
  .product-info-card h1{
    font-size:28px !important;
  }
  .product-gallery-card,.product-info-card{height:auto;}
  .product-gallery-arrow{opacity:1;width:34px;height:34px;font-size:28px;}
  .product-gallery-zoom{display:none;}
  .product-lightbox{padding:64px 18px;}
  .product-lightbox img{max-height:calc(100vh - 130px);border-radius:14px;}
  .product-lightbox__close{top:16px;right:16px;width:46px;height:46px;font-size:34px;}
  .product-lightbox__arrow{width:44px;height:44px;font-size:38px;}
  .product-lightbox__arrow--prev{left:12px;}
  .product-lightbox__arrow--next{right:12px;}
}

/* arm_v35b: gallery card height closer to product info card on desktop */
@media (min-width:1181px){
  .product-gallery-card__main{
    min-height:300px !important;
  }
}

/* arm_v36: wider favorite icons + red active state */
.shop-action--favorite svg,
.modern-product-card__top button,
.product-buy-icons button[aria-label*="избран" i],
.product-buy-icons button[aria-label*="Избран"],
button[aria-label*="избран" i] svg{
  transform:scaleX(1.12);
  transform-origin:center;
}

.modern-product-card__top button,
.product-buy-icons button[aria-label*="избран" i],
button[aria-label*="Добавить в избранное"],
button[aria-label*="В избранное"]{
  transition:color .18s ease, transform .18s ease;
}

.shop-action--favorite.is-favorite-active,
.shop-action--favorite.is-favorite-active svg,
.modern-product-card__top button.is-favorite-active,
.product-buy-icons button.is-favorite-active,
button[aria-label*="избран" i].is-favorite-active,
button[aria-label*="Добавить в избранное"].is-favorite-active,
button[aria-label*="В избранное"].is-favorite-active{
  color:#d92d20 !important;
}

.shop-action--favorite.is-favorite-active{
  background:#fff7f7;
  border-color:rgba(217,45,32,.22);
}

.modern-product-card__top button.is-favorite-active,
.product-buy-icons button.is-favorite-active,
button[aria-label*="избран" i].is-favorite-active{
  transform:scaleX(1.12) scale(1.04);
}

.shop-action--favorite.is-favorite-active svg,
button[aria-label*="избран" i].is-favorite-active svg{
  fill:#d92d20 !important;
}


/* arm_v37: unified favorite SVG icons + product page spacing */
:root{
  --favorite-red:#d92d20;
}

.favorite-icon,
.shop-action--favorite svg,
.product-buy-icons button[aria-label*="избран" i] svg,
.modern-product-card__top button[aria-label*="избран" i] svg{
  width:32px;
  height:32px;
  display:block;
  overflow:visible;
  transform:none !important;
}

.favorite-icon path,
.shop-action--favorite svg path,
.product-buy-icons button[aria-label*="избран" i] svg path,
.modern-product-card__top button[aria-label*="избран" i] svg path{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.shop-action--favorite.is-favorite-active svg path,
.product-buy-icons button.is-favorite-active svg path,
.modern-product-card__top button.is-favorite-active svg path,
button[aria-label*="избран" i].is-favorite-active svg path,
button[aria-label*="Добавить в избранное"].is-favorite-active svg path,
button[aria-label*="В избранное"].is-favorite-active svg path{
  fill:var(--favorite-red) !important;
  stroke:var(--favorite-red) !important;
}

.product-buy-icons button[aria-label*="избран" i],
.modern-product-card__top button[aria-label*="избран" i],
button[aria-label*="Добавить в избранное"],
button[aria-label*="В избранное"]{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  color:#172226;
  font-size:0 !important;
  line-height:0 !important;
  background:transparent;
  border:0;
  cursor:pointer;
  transition:color .18s ease, transform .18s ease;
}

.product-buy-icons button[aria-label*="избран" i].is-favorite-active,
.modern-product-card__top button[aria-label*="избран" i].is-favorite-active,
button[aria-label*="Добавить в избранное"].is-favorite-active,
button[aria-label*="В избранное"].is-favorite-active{
  color:var(--favorite-red) !important;
  transform:scale(1.04) !important;
}

.shop-action--favorite.is-favorite-active{
  color:var(--favorite-red) !important;
  background:#fff7f7;
  border-color:rgba(217,45,32,.22);
}

.product-main{
  padding-bottom:10px !important;
}
.product-tabs-section{
  padding-top:46px !important;
}
.related-products-section{
  padding-top:46px !important;
}

@media (max-width:920px){
  .favorite-icon,
  .shop-action--favorite svg,
  .product-buy-icons button[aria-label*="избран" i] svg,
  .modern-product-card__top button[aria-label*="избран" i] svg{
    width:28px;
    height:28px;
  }
  .product-buy-icons button[aria-label*="избран" i],
  .modern-product-card__top button[aria-label*="избран" i],
  button[aria-label*="Добавить в избранное"],
  button[aria-label*="В избранное"]{
    width:34px;
    height:34px;
  }
  .product-main{
    padding-bottom:8px !important;
  }
  .product-tabs-section{
    padding-top:34px !important;
  }
}

/* arm_v37b: apply the same SVG sizing to related cards without aria labels */
.modern-product-card__top button svg{
  width:32px;
  height:32px;
  display:block;
  overflow:visible;
  transform:none !important;
}
.modern-product-card__top button svg path{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.modern-product-card__top button.is-favorite-active svg path{
  fill:var(--favorite-red) !important;
  stroke:var(--favorite-red) !important;
}
.modern-product-card__top button{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  font-size:0 !important;
  line-height:0 !important;
}
@media (max-width:920px){
  .modern-product-card__top button svg{width:28px;height:28px;}
  .modern-product-card__top button{width:34px;height:34px;}
}


/* arm_v38: same favorite icon shape everywhere, lighter stroke, menu icon never turns red */
.favorite-icon,
.shop-action--favorite svg,
.product-buy-icons button[aria-label*="избран" i] svg,
.modern-product-card__top button svg,
button[aria-label*="Добавить в избранное"] svg,
button[aria-label*="В избранное"] svg{
  width:30px !important;
  height:30px !important;
}

.favorite-icon path,
.shop-action--favorite svg path,
.product-buy-icons button[aria-label*="избран" i] svg path,
.modern-product-card__top button svg path,
button[aria-label*="Добавить в избранное"] svg path,
button[aria-label*="В избранное"] svg path{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.product-buy-icons button.is-favorite-active,
.modern-product-card__top button.is-favorite-active,
button[aria-label*="избран" i].is-favorite-active,
button[aria-label*="Добавить в избранное"].is-favorite-active,
button[aria-label*="В избранное"].is-favorite-active{
  color:var(--favorite-red) !important;
  transform:none !important;
}

.product-buy-icons button.is-favorite-active svg path,
.modern-product-card__top button.is-favorite-active svg path,
button[aria-label*="избран" i].is-favorite-active svg path,
button[aria-label*="Добавить в избранное"].is-favorite-active svg path,
button[aria-label*="В избранное"].is-favorite-active svg path{
  fill:none !important;
  stroke:var(--favorite-red) !important;
}

.shop-action--favorite,
.shop-action--favorite svg,
.shop-action--favorite path,
.shop-action--favorite.is-favorite-active,
.shop-action--favorite.is-favorite-active svg,
.shop-action--favorite.is-favorite-active path{
  color:inherit !important;
}

.shop-action--favorite.is-favorite-active{
  background:transparent !important;
  border-color:transparent !important;
  transform:none !important;
}

.shop-action--favorite.is-favorite-active svg path{
  fill:none !important;
  stroke:currentColor !important;
}

@media (max-width:920px){
  .favorite-icon,
  .shop-action--favorite svg,
  .product-buy-icons button[aria-label*="избран" i] svg,
  .modern-product-card__top button svg,
  button[aria-label*="Добавить в избранное"] svg,
  button[aria-label*="В избранное"] svg{
    width:28px !important;
    height:28px !important;
  }
}


/* arm_v39: fixed favorite SVGs from provided files */
.favorite-icon,
.product-buy-icons button[aria-label*="избран" i] svg,
.modern-product-card__top button svg,
button[aria-label*="Добавить в избранное"] svg,
button[aria-label*="В избранное"] svg{
  width:30px !important;
  height:30px !important;
  display:block !important;
  overflow:visible !important;
  transform:none !important;
}

.favorite-icon path,
.product-buy-icons button[aria-label*="избран" i] svg path,
.modern-product-card__top button svg path,
button[aria-label*="Добавить в избранное"] svg path,
button[aria-label*="В избранное"] svg path{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.6 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.product-buy-icons button.is-favorite-active,
.modern-product-card__top button.is-favorite-active,
button[aria-label*="избран" i].is-favorite-active,
button[aria-label*="Добавить в избранное"].is-favorite-active,
button[aria-label*="В избранное"].is-favorite-active{
  color:#d92d20 !important;
  transform:none !important;
}

.product-buy-icons button.is-favorite-active svg path,
.modern-product-card__top button.is-favorite-active svg path,
button[aria-label*="избран" i].is-favorite-active svg path,
button[aria-label*="Добавить в избранное"].is-favorite-active svg path,
button[aria-label*="В избранное"].is-favorite-active svg path{
  fill:#d92d20 !important;
  stroke:#d92d20 !important;
  stroke-width:1.6 !important;
}

/* Header/menu favorite: smaller and never red on click */
.shop-action--favorite svg,
.shop-action--favorite .favorite-icon{
  width:24px !important;
  height:24px !important;
  color:#172226 !important;
  transform:none !important;
}
.shop-action--favorite svg path,
.shop-action--favorite .favorite-icon path,
.shop-action--favorite.is-favorite-active svg path,
.shop-action--favorite.is-favorite-active .favorite-icon path{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.6 !important;
}
.shop-action--favorite,
.shop-action--favorite.is-favorite-active{
  color:#172226 !important;
  background:transparent !important;
  border-color:transparent !important;
  transform:none !important;
}

@media (max-width:920px){
  .favorite-icon,
  .product-buy-icons button[aria-label*="избран" i] svg,
  .modern-product-card__top button svg,
  button[aria-label*="Добавить в избранное"] svg,
  button[aria-label*="В избранное"] svg{
    width:28px !important;
    height:28px !important;
  }
  .shop-action--favorite svg,
  .shop-action--favorite .favorite-icon{
    width:26px !important;
    height:26px !important;
  }
}


/* arm_v40: final favorite icon states from uploaded SVGs */
.favorite-icon{
  width:30px !important;
  height:30px !important;
  display:block !important;
  overflow:visible !important;
  transform:none !important;
}
.favorite-icon--inactive path{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.6 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.favorite-icon--active path{
  fill:#b51a00 !important;
  stroke:none !important;
}
.modern-product-card__top button,
.product-buy-icons button,
button[aria-label*="избран" i],
button[aria-label*="Добавить в избранное"],
button[aria-label*="В избранное"]{
  width:38px !important;
  height:38px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#172226 !important;
  font-size:0 !important;
  line-height:0 !important;
  cursor:pointer;
  transform:none !important;
}
.modern-product-card__top button.is-favorite-active,
.product-buy-icons button.is-favorite-active,
button[aria-label*="избран" i].is-favorite-active,
button[aria-label*="Добавить в избранное"].is-favorite-active,
button[aria-label*="В избранное"].is-favorite-active{
  color:#b51a00 !important;
  transform:none !important;
}
.shop-action--favorite,
.shop-action--favorite.is-favorite-active{
  color:#172226 !important;
  background:transparent !important;
  border-color:transparent !important;
  transform:none !important;
}
.shop-action--favorite .favorite-icon,
.shop-action--favorite svg{
  width:20px !important;
  height:20px !important;
}
.shop-action--favorite .favorite-icon--active{display:none !important;}
.shop-action--favorite .favorite-icon--inactive path,
.shop-action--favorite svg path{
  fill:none !important;
  stroke:#172226 !important;
  stroke-width:1.6 !important;
}
@media (max-width:920px){
  .favorite-icon{width:28px !important;height:28px !important;}
  .shop-action--favorite .favorite-icon,
  .shop-action--favorite svg{width:22px !important;height:22px !important;}
}

/* arm_v40: standalone info pages */
.info-page{background:#fff;}
.info-hero{padding:56px 0 28px;background:linear-gradient(180deg,#f7faf6 0,#fff 68%);}
.info-hero__card{border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 16px 44px rgba(16,35,28,.055);padding:36px;}
.info-hero__card h1{margin:0 0 16px;font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.055em;font-weight:950;color:#1d2528;}
.info-hero__card p{margin:0;color:#5f6b68;font-size:18px;max-width:920px;}
.info-section{padding:24px 0;}
.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.info-card{border:1px solid var(--line);border-radius:22px;background:#fff;padding:24px;box-shadow:0 10px 30px rgba(16,35,28,.045);}
.info-card h2,.info-card h3{margin:0 0 12px;font-size:24px;line-height:1.1;font-weight:950;color:#1d2528;}
.info-card p{margin:0 0 12px;color:#55605d;font-size:16px;}
.info-card ul,.info-card ol{margin:0;padding-left:22px;color:#4f5b58;font-size:16px;line-height:1.55;}
.info-card li{margin:6px 0;}
.info-card--wide{grid-column:span 2;}
.info-card--dark{background:linear-gradient(135deg,#145526,#237236);color:#fff;}
.info-card--dark h2,.info-card--dark h3,.info-card--dark p,.info-card--dark li{color:#fff;}
.info-table-wrap{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(16,35,28,.045);overflow:hidden;}
.info-table-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:24px 24px 16px;}
.info-table-head h2{margin:0;font-size:30px;line-height:1.05;font-weight:950;letter-spacing:-.03em;}
.info-table-head p{margin:0;color:#6a7471;font-size:14px;max-width:480px;}
.info-table{width:100%;border-collapse:collapse;font-size:15px;}
.info-table th,.info-table td{padding:16px 18px;border-top:1px solid var(--line);vertical-align:top;text-align:left;}
.info-table th{background:#f6f8f5;font-weight:900;color:#1d2528;}
.info-table td:last-child{font-weight:900;color:var(--green);white-space:nowrap;}
.info-note{margin:16px 0 0;color:#b51a00;font-weight:850;}
.info-two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.info-callout{background:var(--green);color:#fff;border-radius:26px;padding:30px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;margin-top:22px;}
.info-callout h2{margin:0 0 8px;font-size:32px;line-height:1.05;font-weight:950;letter-spacing:-.03em;color:#fff;}
.info-callout p{margin:0;color:rgba(255,255,255,.88);font-size:16px;}
.info-callout .btn{background:#fff;color:var(--green);border-color:#fff;}
.info-payment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.info-step{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;}
.info-step b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-weight:950;}
@media (max-width:980px){
  .info-grid,.info-payment-grid,.info-two-col{grid-template-columns:1fr;}
  .info-card--wide{grid-column:auto;}
  .info-callout{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .info-hero{padding:28px 0 16px;}
  .info-hero__card{padding:24px;border-radius:22px;}
  .info-hero__card h1{font-size:34px;}
  .info-hero__card p{font-size:16px;}
  .info-card{padding:20px;border-radius:20px;}
  .info-table-head{display:block;padding:20px 18px 12px;}
  .info-table{font-size:13px;}
  .info-table th,.info-table td{padding:12px 10px;}
  .info-callout{padding:24px;border-radius:22px;}
  .info-callout h2{font-size:26px;}
}


/* arm_v41: services/delivery hero cleanup */
.services-page .info-hero__card h1,
.delivery-page .info-hero__card h1{
  font-size:clamp(34px,3.3vw,54px);
  line-height:.98;
  letter-spacing:-.055em;
}
.services-page .info-hero__card .eyebrow,
.delivery-page .info-hero__card .eyebrow{
  display:none !important;
}
@media (max-width:920px){
  .services-page .info-hero__card h1,
  .delivery-page .info-hero__card h1{
    font-size:32px;
    line-height:1.02;
  }
}
@media (max-width:560px){
  .services-page .info-hero__card h1,
  .delivery-page .info-hero__card h1{
    font-size:28px;
  }
}

/* arm_v42: services/delivery typography and header alignment fixes */
.services-page .info-hero__card h1,
.delivery-page .info-hero__card h1{
  font-size:clamp(38px,3.25vw,52px) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
  margin-bottom:14px !important;
}

.services-page .info-table-head h2{
  font-size:24px !important;
  line-height:1.1 !important;
  letter-spacing:-.02em !important;
}
.services-page .info-table-head p{
  line-height:1.45 !important;
}

@media (min-width:921px){
  .header__shop-actions .shop-action{
    height:58px !important;
    min-width:58px !important;
    display:grid !important;
    grid-template-rows:28px 16px !important;
    align-items:center !important;
    justify-items:center !important;
    align-content:center !important;
    gap:3px !important;
    padding:6px 5px !important;
  }
  .header__shop-actions .shop-action svg,
  .header__shop-actions .shop-action .favorite-icon{
    grid-row:1 !important;
    align-self:center !important;
    justify-self:center !important;
    margin:0 !important;
  }
  .header__shop-actions .shop-action span{
    grid-row:2 !important;
    display:block !important;
    height:16px !important;
    line-height:16px !important;
    margin:0 !important;
    text-align:center !important;
    font-size:12px !important;
  }
  .header__shop-actions .shop-action em{
    top:0 !important;
    right:3px !important;
  }
}

@media (max-width:920px){
  .services-page .info-hero__card h1,
  .delivery-page .info-hero__card h1{
    font-size:38px !important;
    line-height:1.02 !important;
    margin-bottom:12px !important;
  }
}

@media (max-width:560px){
  .services-page .info-hero__card h1,
  .delivery-page .info-hero__card h1{
    font-size:38px !important;
    line-height:1.02 !important;
    letter-spacing:-.055em !important;
  }
  .services-page .info-table-head{
    padding:22px 20px 14px !important;
  }
  .services-page .info-table-head h2{
    font-size:24px !important;
    line-height:1.1 !important;
    margin:0 0 10px !important;
  }
  .services-page .info-table-head p{
    margin:0 !important;
    font-size:15px !important;
    line-height:1.42 !important;
  }
}

/* arm_v43: works cases and articles pages */
.works-page .info-hero__card h1,
.articles-page .info-hero__card h1{
  font-size:34px !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
  margin-bottom:12px !important;
}
.works-page .info-hero__card p,
.articles-page .info-hero__card p{
  max-width:860px;
}
.works-section{
  padding:28px 0 22px;
}
.works-grid{
  display:grid;
  gap:22px;
}
.work-case-card{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:0;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 44px rgba(16,35,28,.055);
  overflow:hidden;
}
.work-case-card__photos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--line);
  min-height:360px;
}
.work-case-card__photos figure{
  position:relative;
  margin:0;
  background:#f3f5f1;
  overflow:hidden;
}
.work-case-card__photos img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.work-case-card__photos span{
  position:absolute;
  left:16px;
  top:16px;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#1d2528;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.work-case-card__photos figure:last-child span{
  background:var(--green);
  color:#fff;
}
.work-case-card__body{
  padding:30px;
}
.work-case-card__body h2{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.04;
  letter-spacing:-.035em;
  font-weight:950;
  color:#1d2528;
}
.work-case-card__body dl{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 18px;
}
.work-case-card__body dl div{
  border:1px solid var(--line);
  border-radius:16px;
  background:#f8faf7;
  padding:12px 14px;
}
.work-case-card__body dt{
  color:#69736f;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:3px;
}
.work-case-card__body dd{
  margin:0;
  color:#1d2528;
  font-size:15px;
  font-weight:900;
}
.work-case-card__body p{
  margin:0 0 12px;
  color:#53605c;
  font-size:16px;
}
.work-case-card__body p b{
  color:#1d2528;
}
.work-case-card__body blockquote{
  margin:18px 0 0;
  border-left:4px solid var(--green);
  padding:14px 0 14px 18px;
  color:#1d2528;
  background:#f5faf5;
  border-radius:0 14px 14px 0;
  font-weight:800;
}
.works-callout{
  margin-top:0;
}
.articles-section{
  padding:28px 0 18px;
}
.articles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.article-card{
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 16px 44px rgba(16,35,28,.055);
}
.article-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.article-card div{
  padding:22px;
}
.article-card span{
  display:inline-flex;
  margin-bottom:12px;
  color:var(--green);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:950;
}
.article-card h2{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:950;
}
.article-card p{
  margin:0 0 16px;
  color:#5a6561;
  font-size:16px;
}
.article-card a{
  color:var(--green);
  font-weight:900;
}
.article-full-section{
  padding:22px 0 56px;
}
.article-full-card{
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 44px rgba(16,35,28,.055);
  padding:34px;
  max-width:900px;
}
.article-full-card h2{
  margin:0 0 16px;
  font-size:34px;
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:950;
}
.article-full-card p,
.article-full-card li{
  color:#4f5b58;
  font-size:17px;
  line-height:1.55;
}
.article-full-card ul{
  margin:16px 0 0;
  padding-left:24px;
}
@media (max-width:980px){
  .work-case-card{
    grid-template-columns:1fr;
  }
  .articles-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:620px){
  .works-page .info-hero__card h1,
  .articles-page .info-hero__card h1{
    font-size:30px !important;
  }
  .work-case-card{
    border-radius:22px;
  }
  .work-case-card__photos{
    grid-template-columns:1fr;
    min-height:0;
  }
  .work-case-card__photos figure{
    height:230px;
  }
  .work-case-card__body{
    padding:22px;
  }
  .work-case-card__body h2{
    font-size:25px;
  }
  .work-case-card__body dl{
    grid-template-columns:1fr;
  }
  .article-card img{
    height:190px;
  }
  .article-card div,
  .article-full-card{
    padding:22px;
  }
  .article-full-card h2{
    font-size:28px;
  }
}


/* arm_v44: unified page typography + fixed navigation links */
:root{
  --page-title-size:clamp(38px,3.25vw,52px);
  --page-text-size:15px;
  --page-text-line:1.42;
}

/* All inner-page title blocks use the same scale as the main hero */
.info-hero__card h1,
.services-page .info-hero__card h1,
.delivery-page .info-hero__card h1,
.works-page .info-hero__card h1,
.articles-page .info-hero__card h1,
.categories-page--catalog h1,
.category-modern-hero h1,
.category-modern-hero__content h1,
.product-info-card h1{
  font-size:var(--page-title-size) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
  margin:0 0 12px !important;
  color:#1d2528 !important;
}

.info-hero__card p,
.services-page .info-hero__card p,
.delivery-page .info-hero__card p,
.works-page .info-hero__card p,
.articles-page .info-hero__card p,
.category-modern-hero p,
.category-modern-hero__content p,
.product-note{
  font-size:var(--page-text-size) !important;
  line-height:var(--page-text-line) !important;
  color:#4f595b !important;
  margin-top:0 !important;
}

/* Keep service/delivery table/card headings visually consistent with the rest of the site */
.services-page .info-table-head h2,
.delivery-page .info-table-head h2,
.info-table-head h2,
.info-card h2,
.info-card h3{
  font-size:24px !important;
  line-height:1.1 !important;
  letter-spacing:-.02em !important;
}

/* Articles page: no extra lower “useful to know” block spacing */
.articles-page .articles-section{padding-bottom:56px !important;}

/* Consistent visual sizing for catalog section titles */
.catalog-section-card__body h3{
  font-size:16px !important;
  line-height:1.12 !important;
}

/* Make header links reliably clickable on desktop and keep mobile catalog accordion behavior */
@media (min-width:921px){
  .nav__link--catalog{cursor:pointer;}
}

@media (max-width:920px){
  :root{
    --page-title-size:38px;
    --page-text-size:15px;
  }
  .info-hero__card,
  .category-modern-hero__content,
  .product-info-card{
    padding:24px !important;
  }
  .info-hero__card h1,
  .services-page .info-hero__card h1,
  .delivery-page .info-hero__card h1,
  .works-page .info-hero__card h1,
  .articles-page .info-hero__card h1,
  .categories-page--catalog h1,
  .category-modern-hero h1,
  .category-modern-hero__content h1,
  .product-info-card h1{
    font-size:38px !important;
    line-height:1.02 !important;
    margin-bottom:12px !important;
  }
}

@media (max-width:560px){
  :root{
    --page-title-size:36px;
    --page-text-size:15px;
  }
  .info-hero__card h1,
  .services-page .info-hero__card h1,
  .delivery-page .info-hero__card h1,
  .works-page .info-hero__card h1,
  .articles-page .info-hero__card h1,
  .categories-page--catalog h1,
  .category-modern-hero h1,
  .category-modern-hero__content h1,
  .product-info-card h1{
    font-size:36px !important;
  }
  .catalog-section-card__body h3{
    font-size:10px !important;
  }
}

/* arm_v44b: final page heading size pass */
.page-title,
.info-hero__card h1,
.category-modern-hero__content h1,
.categories-page--catalog h1,
.product-info-card h1{font-size:clamp(38px,3.25vw,52px)!important;line-height:.98!important;letter-spacing:-.055em!important;font-weight:950!important;}
.info-hero__card p,.category-modern-hero__content p,.product-note{font-size:15px!important;line-height:1.42!important;color:#4f595b!important;}
@media (max-width:560px){.info-hero__card h1,.category-modern-hero__content h1,.categories-page--catalog h1,.product-info-card h1{font-size:36px!important;line-height:1.02!important;}.info-hero__card p,.category-modern-hero__content p,.product-note{font-size:15px!important;line-height:1.42!important;}}


/* arm_v45: separate cart/favorites/account/contact pages */
.shop-action{ text-decoration:none; }
.shop-action--favorite .favorite-icon{transition:transform .22s ease, color .22s ease, stroke .22s ease, fill .22s ease;}
.shop-action--favorite:hover .favorite-icon{transform:translateY(-2px) scale(1.08);}
.shop-action--favorite:hover{background:var(--green-soft);border-color:var(--line);color:var(--green-dark);}
.header__shop-actions .shop-action--favorite:hover{transform:translateY(-1px);} 

.utility-page{background:linear-gradient(180deg,#f6f8f5 0,#fff 280px);} 
.utility-hero{padding:52px 0 22px;}
.utility-hero .breadcrumbs{margin-bottom:22px;}
.utility-hero__card h1{font-size:clamp(38px,4.2vw,58px);line-height:.98;letter-spacing:-.055em;margin:0 0 18px;font-weight:900;}
.utility-hero__card p{font-size:18px;max-width:760px;color:var(--muted);margin:0;}
.utility-section{padding:34px 0 72px;}
.utility-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;}
.utility-grid--cart{grid-template-columns:1.45fr .75fr;}
.utility-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow);}
.utility-card h2{font-size:30px;line-height:1.08;letter-spacing:-.04em;margin:0 0 14px;font-weight:900;}
.utility-card p{margin:0 0 20px;color:var(--muted);font-size:17px;}
.utility-card--empty{min-height:320px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;}
.utility-card--center{align-items:center;text-align:center;}
.utility-card--accent{background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;}
.utility-card--accent .eyebrow,.utility-card--accent p{color:rgba(255,255,255,.82);}
.utility-icon{width:72px;height:72px;border-radius:20px;background:var(--green-soft);display:grid;place-items:center;font-size:34px;margin-bottom:20px;}
.utility-heart{width:76px;height:76px;border:1px solid var(--line);border-radius:22px;display:grid;place-items:center;color:var(--dark);margin-bottom:20px;}
.utility-heart svg{width:36px;height:36px;}
.utility-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px;}
.utility-summary{align-self:start;}
.utility-summary div{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);font-size:16px;}
.utility-summary b{font-size:22px;}
.utility-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px;font-weight:800;}
.utility-list li{position:relative;padding-left:28px;}
.utility-list li:before{content:'✓';position:absolute;left:0;top:0;color:#d8f2db;}
.utility-form{display:grid;gap:14px;}
.utility-form input,.utility-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:15px 16px;background:#fff;color:var(--text);outline:none;transition:.2s ease;}
.utility-form textarea{min-height:140px;resize:vertical;}
.utility-form input:hover,.utility-form textarea:hover,.utility-form input:focus,.utility-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(44,139,62,.08);}
.contacts-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:start;}
.contacts-info{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.contact-info-card{padding:24px;box-shadow:none;}
.contact-info-card span{display:block;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;}
.contact-info-card a,.contact-info-card b{font-size:20px;font-weight:900;line-height:1.2;}
.contact-info-card p{font-size:15px;margin:12px 0 0;}
.contacts-form-card h2{margin-bottom:20px;}
.contacts-map{margin-top:24px;min-height:300px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#eef3ed,#fff);display:grid;place-items:center;text-align:center;color:var(--muted);box-shadow:var(--shadow);padding:30px;}
.contacts-map span{display:block;font-size:28px;line-height:1.1;font-weight:900;color:var(--dark);letter-spacing:-.04em;margin-bottom:8px;}
.contacts-map p{margin:0;}

@media (max-width:920px){
  .utility-hero{padding:34px 0 18px;}
  .utility-hero__card h1{font-size:42px;}
  .utility-hero__card p{font-size:18px;line-height:1.35;}
  .utility-grid,.utility-grid--cart,.contacts-grid{grid-template-columns:1fr;}
  .contacts-info{grid-template-columns:1fr;}
  .utility-card{padding:26px;border-radius:20px;}
  .utility-card h2{font-size:28px;}
  .utility-card--empty{min-height:260px;}
  .utility-actions .btn{width:100%;}
  .contacts-map{min-height:220px;}
  .contacts-map span{font-size:24px;}
}
@media (max-width:620px){
  .utility-hero__card h1{font-size:36px;}
  .utility-hero__card p{font-size:16px;}
  .utility-section{padding:24px 0 54px;}
  .utility-card{padding:22px;}
  .utility-card h2{font-size:25px;}
  .contact-info-card a,.contact-info-card b{font-size:18px;}
}

/* arm_v46: account page order, header favorite hover and updated footer content */
.account-page{
  background:linear-gradient(180deg,#f6f8f5 0,#fff 300px);
}
.account-section{
  padding:48px 0 78px;
}
.account-layout{
  display:grid;
  gap:24px;
}
.account-layout .breadcrumbs{
  margin:0 0 2px;
}
.account-login-wide{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);
  gap:34px;
  align-items:center;
  padding:36px;
}
.account-login-wide h1{
  margin:0 0 12px;
  font-size:clamp(38px,3.25vw,52px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
  color:#1d2528;
}
.account-login-wide p{
  max-width:560px;
  margin:0;
  font-size:15px;
  line-height:1.42;
  color:#4f595b;
}
.account-login-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) 190px;
  gap:14px;
  align-items:center;
}
.account-login-form .btn{
  min-height:54px;
}
.account-register-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.account-benefits-card,
.account-register-card{
  min-height:100%;
}
.account-benefits-card h2,
.account-register-card h2{
  font-size:18px;
}

/* Header favorite should react visually like cart/account, but never become red in the menu */
.header__shop-actions .shop-action--favorite{
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.header__shop-actions .shop-action--favorite:hover{
  background:var(--green-soft) !important;
  border-color:var(--line) !important;
  color:var(--green-dark) !important;
  transform:translateY(-1px) !important;
  box-shadow:0 8px 18px rgba(16,35,28,.06);
}
.header__shop-actions .shop-action--favorite:hover .favorite-icon{
  transform:translateY(-2px) scale(1.06) !important;
}
.header__shop-actions .shop-action--favorite.is-favorite-active,
.header__shop-actions .shop-action--favorite.is-favorite-active:hover{
  color:var(--green-dark) !important;
}
.header__shop-actions .shop-action--favorite.is-favorite-active .favorite-icon path{
  fill:none !important;
  stroke:currentColor !important;
}

.footer--updated{
  background:#fff;
  color:#2a3032;
  border-top:1px solid var(--line);
  padding:46px 0 18px;
}
.footer__grid--updated{
  display:grid;
  grid-template-columns:1.08fr 1.02fr .9fr .9fr;
  gap:38px;
  align-items:start;
}
.footer--updated h3{
  margin:0 0 12px;
  font-size:16px;
  line-height:1.2;
  letter-spacing:0;
  font-weight:900;
  color:#2a3032;
}
.footer--updated p,
.footer--updated a,
.footer--updated b{
  color:#50585a;
  font-size:14px;
  line-height:1.45;
}
.footer--updated a{
  display:block;
  margin:0 0 8px;
  transition:.18s ease;
}
.footer--updated a:hover{
  color:var(--green);
  transform:translateX(2px);
}
.footer__label{
  margin:0 0 8px !important;
  color:#7a8183 !important;
  font-size:10px !important;
  font-weight:500;
}
.footer__phone,
.footer__mail,
.footer__strong,
.footer__orders-col b{
  color:#2c3032 !important;
  font-weight:900 !important;
}
.footer__callback{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:4px 0 30px;
  border:0;
  background:transparent;
  color:#6dbf61;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  padding:0;
}
.footer__callback:before{
  content:"☏";
  font-size:18px;
  line-height:1;
}
.footer__orders-col p{
  margin:0 0 8px;
}
.footer__orders-col b{
  display:block;
  margin:0 0 14px;
}
.footer__pay-title,
.footer__social-title{
  margin-top:20px !important;
  margin-bottom:12px !important;
}
.footer-payments{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  max-width:360px;
}
.footer-payments span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:52px;
  min-height:28px;
  padding:5px 10px;
  border-radius:8px;
  background:#f4f6f3;
  color:var(--green);
  font-size:13px;
  line-height:1;
  font-weight:950;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  max-width:330px;
}
.footer-socials a{
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid !important;
  place-items:center;
  margin:0 !important;
  color:#fff !important;
  background:var(--green);
  font-size:10px !important;
  font-weight:950;
}
.footer-socials a:nth-child(1){background:#2aa8e8;}
.footer-socials a:nth-child(2){background:#6d52b8;}
.footer-socials a:nth-child(3){background:#35a853;}
.footer-socials a:nth-child(4){background:#f2a900;}
.footer-socials a:nth-child(5){background:#5077a8;}
.footer-socials a:nth-child(6){background:#e52d27;}
.footer-socials a:nth-child(7){background:#111;}
.footer-socials a:hover{
  transform:translateY(-2px) !important;
}
.footer__bottom--updated{
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#b2b7b8;
  font-size:13px;
}
.footer__bottom--updated span,
.footer__bottom--updated a{
  color:#b2b7b8 !important;
  font-size:13px !important;
  margin:0 !important;
}
.footer__bottom--updated a:hover{
  color:var(--green) !important;
  transform:none !important;
}

@media(max-width:1180px){
  .account-login-wide{
    grid-template-columns:1fr;
  }
  .account-login-form{
    grid-template-columns:1fr 1fr;
  }
  .account-login-form .btn{
    grid-column:1 / -1;
  }
  .footer__grid--updated{
    grid-template-columns:1fr 1fr;
    gap:42px 36px;
  }
}
@media(max-width:920px){
  .account-section{
    padding:32px 0 58px;
  }
  .account-login-wide{
    padding:26px;
    gap:22px;
  }
  .account-login-wide h1{
    font-size:38px;
    line-height:1.02;
  }
  .account-login-form,
  .account-register-grid{
    grid-template-columns:1fr;
  }
  .footer--updated{
    padding:38px 0 20px;
  }
  .footer__grid--updated{
    grid-template-columns:1fr 1fr;
    gap:34px 24px;
  }
  .footer--updated h3{
    font-size:16px;
    margin-bottom:12px;
  }
  .footer--updated p,
  .footer--updated a,
  .footer--updated b{
    font-size:14px;
  }
  .footer__label,
  .footer__callback{
    font-size:13px !important;
  }
  .footer-payments span{
    font-size:15px;
    min-width:56px;
  }
  .footer__bottom--updated{
    flex-direction:column;
    font-size:13px;
  }
  .footer__bottom--updated span,
  .footer__bottom--updated a{
    font-size:13px !important;
  }
}
@media(max-width:620px){
  .account-login-wide,
  .account-benefits-card,
  .account-register-card{
    border-radius:20px;
    padding:22px;
  }
  .account-login-wide h1{
    font-size:34px;
  }
  .account-benefits-card h2,
  .account-register-card h2{
    font-size:25px;
  }
  .footer__grid--updated{
    grid-template-columns:1fr;
    gap:30px;
  }
  .footer--updated h3{
    font-size:16px;
  }
  .footer-payments,
  .footer-socials{
    max-width:none;
  }
}


/* arm_v48: return footer text to compact small sizing, keep updated content */
.footer--updated{padding:46px 0 18px;}
.footer__grid--updated{gap:38px;}
.footer--updated h3{font-size:16px !important;line-height:1.2 !important;letter-spacing:0 !important;margin:0 0 12px !important;}
.footer--updated p,.footer--updated a,.footer--updated b{font-size:14px !important;line-height:1.45 !important;}
.footer--updated a{margin:0 0 8px !important;}
.footer__label{font-size:13px !important;margin:0 0 6px !important;}
.footer__callback{font-size:14px !important;margin:4px 0 18px !important;}
.footer__callback:before{font-size:18px !important;}
.footer__orders-col b{margin:0 0 14px !important;}
.footer__pay-title,.footer__social-title{margin-top:20px !important;margin-bottom:12px !important;}
.footer-payments{gap:8px !important;max-width:260px;}
.footer-payments span{min-width:52px !important;min-height:28px !important;padding:5px 10px !important;border-radius:8px !important;font-size:13px !important;}
.footer-socials{gap:8px !important;max-width:220px;}
.footer-socials a{width:32px !important;height:32px !important;font-size:10px !important;}
.footer__bottom--updated{margin-top:28px !important;padding-top:18px !important;font-size:13px !important;}
.footer__bottom--updated span,.footer__bottom--updated a{font-size:13px !important;}
@media(max-width:620px){.footer__grid--updated{gap:24px !important;}.footer--updated h3{font-size:16px !important;}}

/* arm_v49: request-site fixes + static admin compatibility */
*,*::before,*::after{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto}.container{max-width:min(1240px,calc(100% - 32px))}.header__inner{gap:18px}.header__quick-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.header__whatsapp,.btn--whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;background:#1faa59;color:#fff!important;text-decoration:none;font-weight:800;box-shadow:0 12px 24px rgba(31,170,89,.22);white-space:nowrap}.btn--whatsapp:hover,.header__whatsapp:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(31,170,89,.28)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__actions .btn{white-space:nowrap}.modern-product-card__top button,.product-buy-icons button[aria-label*="избран" i],.shop-action--favorite,.shop-action--cart,.shop-action--account{display:none!important}.add-to-cart,[data-request-open]{cursor:pointer}.calculator__form,.contact-strip__form{min-width:0}.calculator__form input,.calculator__form select,.calculator__form textarea,.contact-strip__form input,.contact-strip__form select,.contact-strip__form textarea,.modal input{width:100%;max-width:100%;min-width:0}.calculator__result{display:grid!important;gap:8px}.calculator__result[hidden]{display:none!important}.calculator__result strong{display:block;font-size:22px;line-height:1.2}.calculator__result span{display:block;color:inherit}.contact-strip__grid,.contact-strip__grid--enhanced{grid-template-columns:minmax(0,0.9fr) minmax(320px,1.1fr);align-items:stretch}.contact-form-card{min-width:0;max-width:100%;overflow:hidden}.contact-strip__lead{min-width:0}.footer__grid,.footer__grid--updated{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:32px}.footer__col{min-width:0}.footer a,.footer p,.footer b,.footer span{word-break:normal;overflow-wrap:anywhere}.category-products,.product-grid{min-width:0}.product-card button.btn{border:0;width:100%}@media (max-width:1100px){.header__quick-actions{margin-left:0}.header__inner{justify-content:space-between}.contact-strip__grid,.contact-strip__grid--enhanced{grid-template-columns:1fr}.footer__grid,.footer__grid--updated{grid-template-columns:1fr 1fr}.hero__actions .btn{flex:1 1 190px}}@media (max-width:920px){.header__quick-actions{order:4;width:100%;justify-content:flex-start}.header__whatsapp{min-height:40px}.nav.is-open{overflow-y:auto}.contact-strip{overflow:hidden}.contact-strip__grid,.contact-strip__grid--enhanced{padding-left:0;padding-right:0}.contact-form-card{border-radius:22px}.calculator__form--full{grid-template-columns:1fr!important}.calculator__submit{align-items:stretch}.calculator__submit .btn{width:100%}}@media (max-width:640px){.container{max-width:calc(100% - 24px)}.hero__actions{display:grid;grid-template-columns:1fr}.hero__actions .btn{width:100%;white-space:normal}.footer__grid,.footer__grid--updated{grid-template-columns:1fr}.contact-strip__form--enhanced{grid-template-columns:1fr!important}.field-wide{grid-column:auto!important}.footer-payments{grid-template-columns:repeat(2,minmax(0,1fr))}.header__contacts{align-items:flex-end}.header__phone{font-size:13px}.header__whatsapp{width:100%}.modal__box{width:calc(100% - 24px);max-width:480px}}

/* arm_v55 product reviews, clickable cards and dynamic blocks */
.product-card[data-detail-link],.modern-product-card[data-detail-link]{cursor:pointer}.product-card[data-detail-link] button,.modern-product-card[data-detail-link] button{cursor:pointer}.product-reviews-layout{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:22px;align-items:start}.review-form{border:1px solid var(--line);border-radius:20px;background:#fbfcfb;padding:18px;display:grid;gap:13px}.review-form h3{margin:0;font-size:22px}.review-form label{display:grid;gap:8px;font-weight:800;color:#1d2528}.review-form input,.review-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;background:#fff;color:#1d2528}.review-stars-input{display:flex;gap:4px}.review-stars-input button{border:0;background:transparent;color:#c5cec9;font-size:30px;line-height:1;cursor:pointer;padding:0 2px}.review-stars-input button.is-active{color:#248442}.product-reviews-list{display:grid;gap:12px}.product-review-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px}.product-review-card>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.product-review-card h4{margin:0 0 8px;font-size:18px}.product-review-card p{margin:0;color:#5f6868;line-height:1.55}.product-review-card time{color:#7d8784;font-size:13px}.review-stars{display:inline-flex;gap:1px;color:#c5cec9}.review-stars i{font-style:normal;color:#c5cec9}.review-stars i.is-active{color:#248442}.product-tabs__nav button span{font:inherit}.product-delivery-grid p{white-space:pre-line}@media(max-width:860px){.product-reviews-layout{grid-template-columns:1fr}.review-stars-input button{font-size:27px}}

/* arm_v56 review photos */
.review-form-note{display:block;color:#66716c;font-size:13px;font-weight:600;line-height:1.35;margin-top:-2px;}
.review-photo-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px;}
.review-photo-preview span{border:1px solid var(--line);border-radius:14px;background:#fff;padding:8px;display:grid;gap:6px;min-width:0;}
.review-photo-preview img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:#f5f7f4;}
.review-photo-preview em{font-style:normal;font-size:11px;color:#66716c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product-review-photos{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.product-review-photos button{width:86px;height:86px;border:1px solid var(--line);border-radius:14px;background:#f7faf6;padding:0;overflow:hidden;cursor:zoom-in;transition:.2s ease;}
.product-review-photos button:hover{transform:translateY(-2px);border-color:var(--green);}
.product-review-photos img{width:100%;height:100%;object-fit:cover;display:block;}
.review-photo-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(7,18,12,.84);display:flex;align-items:center;justify-content:center;padding:30px;}
.review-photo-lightbox[hidden]{display:none!important;}
.review-photo-lightbox img{max-width:min(1100px,94vw);max-height:88vh;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35);}
.review-photo-lightbox__close{position:absolute;top:22px;right:24px;width:46px;height:46px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:32px;line-height:1;cursor:pointer;}


/* arm_v59: cart/order */
.header__cart-link{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#eef7ef;color:#0e2b17;font-weight:800;text-decoration:none;white-space:nowrap}
.header__cart-link span{min-width:20px;height:20px;border-radius:999px;background:#238b45;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;padding:0 6px}
.cart-toast{position:fixed;right:24px;bottom:24px;z-index:1000;background:#12351e;color:#fff;border-radius:16px;padding:14px 18px;font-weight:800;box-shadow:0 18px 50px rgba(0,0,0,.18);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s ease}
.cart-toast.is-visible{opacity:1;transform:translateY(0)}
.cart-order-section{padding:70px 0;background:#f7faf6}.cart-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:start}.cart-order-main,.cart-order-sidebar,.cart-order-empty{background:#fff;border:1px solid #dfe8dd;border-radius:28px;box-shadow:0 18px 60px rgba(24,45,31,.08)}.cart-order-main{padding:18px}.cart-order-empty{padding:34px}.cart-order-items{display:grid;gap:16px}.cart-order-item{display:grid;grid-template-columns:110px minmax(0,1fr) 180px;gap:18px;align-items:center;padding:18px;border:1px solid #e2ebe0;border-radius:22px;background:#fff}.cart-order-item img{width:110px;height:86px;object-fit:cover;border-radius:16px;background:#f4f6f2}.cart-order-item h3{margin:0 0 6px;font-size:20px}.cart-order-item p{margin:0 0 8px;color:#607060}.cart-order-item a{font-weight:800;color:#238b45}.cart-order-item__qty{display:grid;gap:8px}.cart-order-item__qty input{width:100%;height:44px;border:1px solid #dfe8dd;border-radius:12px;padding:0 12px;font-weight:800}.cart-order-item__qty button{border:1px solid #efd8d6;background:#fff;color:#b51a00;border-radius:12px;padding:10px;font-weight:800}.cart-order-sidebar{position:sticky;top:24px;padding:24px}.cart-order-sidebar h2{margin-top:0}.cart-order-total{display:flex;align-items:center;justify-content:space-between;background:#f4f8f3;border-radius:16px;padding:16px;margin-bottom:18px}.cart-order-total b{font-size:24px}.cart-order-sidebar form{display:grid;gap:12px}.cart-order-sidebar label{display:grid;gap:6px;font-weight:800}.cart-order-sidebar input,.cart-order-sidebar textarea{width:100%;border:1px solid #dfe8dd;border-radius:14px;padding:13px 14px;font:inherit;box-sizing:border-box}.cart-order-note{color:#69786b;font-size:14px}.cart-order-success{margin-top:16px;padding:14px 16px;border-radius:16px;background:#eaf7ed;color:#103a20;font-weight:800}.cart-order-success a{color:#238b45}
@media(max-width:900px){.cart-order-layout{grid-template-columns:1fr}.cart-order-sidebar{position:static}.cart-order-item{grid-template-columns:82px 1fr}.cart-order-item__qty{grid-column:1/-1}.header__cart-link{padding:9px 12px}}


/* arm_v60: mobile header/cart/order fixes */
.nav__whatsapp{display:none!important;}
.header__cart-link--icon{min-width:58px;min-height:42px;justify-content:center;padding:9px 14px;position:relative;}
.header__cart-link--icon svg{display:block;width:24px;height:24px;stroke:currentColor;flex:0 0 auto;}
.header__cart-link--icon [data-cart-count]{position:absolute;right:4px;top:-7px;min-width:24px;height:24px;font-size:13px;box-shadow:0 0 0 3px #eef7ef;}
.cart-qty-control{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:6px;align-items:center;}
.cart-qty-control input{text-align:center;}
.cart-order-item__qty .cart-qty-control__btn{height:44px;padding:0!important;border:1px solid #dfe8dd!important;background:#f5faf4!important;color:#12351e!important;border-radius:12px!important;font-size:22px;font-weight:900;line-height:1;}
.cart-order-item__qty .cart-qty-control__btn:hover{border-color:#238b45!important;color:#238b45!important;}
@media(max-width:920px){
  .header__inner{height:82px!important;display:flex!important;align-items:center!important;gap:12px!important;}
  .logo{order:1;flex:1 1 auto;min-width:0;}
  .logo img{width:clamp(120px,34vw,190px)!important;max-height:50px!important;object-fit:contain;}
  .header__quick-actions{order:2!important;width:auto!important;margin-left:auto!important;flex:0 0 auto!important;justify-content:flex-end!important;gap:8px!important;}
  .header__whatsapp{display:none!important;}
  .header__cart-link--icon{width:58px;min-width:58px;height:54px;min-height:54px;border-radius:18px;padding:0;}
  .header__cart-link--icon svg{width:27px;height:27px;}
  .header__cart-link--icon [data-cart-count]{right:-4px;top:-6px;min-width:25px;height:25px;font-size:13px;}
  .burger{order:3!important;display:flex!important;margin-left:0!important;width:54px!important;height:54px!important;max-width:54px!important;max-height:54px!important;flex:0 0 54px!important;}
  .nav{top:82px!important;}
  .nav__whatsapp{display:flex!important;align-items:center!important;justify-content:center!important;margin-top:18px!important;padding:16px 18px!important;border:none!important;border-radius:16px!important;background:#1faa59!important;color:#fff!important;font-size:18px!important;font-weight:900!important;box-shadow:0 12px 24px rgba(31,170,89,.18);}
  .nav__contact{margin-top:10px!important;}
}
@media(max-width:620px){
  .header__inner{height:78px!important;gap:10px!important;}
  .nav{top:78px!important;}
  .header__cart-link--icon{width:54px;min-width:54px;height:52px;min-height:52px;border-radius:17px;}
  .burger{width:54px!important;height:52px!important;flex-basis:54px!important;}
  .cart-order-item{grid-template-columns:84px minmax(0,1fr)!important;gap:14px!important;}
  .cart-order-item__qty{grid-column:1/-1!important;}
  .cart-qty-control{grid-template-columns:48px minmax(0,1fr) 48px;}
}

/* arm_v61: cart quantity hover and mobile catalog text tweaks */
.cart-order-item__qty .cart-qty-control__btn{
  transition: background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.cart-order-item__qty .cart-qty-control__btn:focus,
.cart-order-item__qty .cart-qty-control__btn:active{
  outline: none !important;
  box-shadow: none !important;
  border-color: #dfe8dd !important;
  background: #f5faf4 !important;
  color: #12351e !important;
}
.cart-order-item__qty .cart-qty-control__btn:hover{
  border-color:#238b45!important;
  background:#eaf7ed!important;
  color:#238b45!important;
  transform: translateY(-1px);
}
.cart-order-item__qty .cart-qty-control__btn:hover:active{
  transform: translateY(0);
}

@media (max-width: 720px){
  .catalog-section-card__body h3{
    font-size: 17px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.01em;
  }
  .catalog-section-card__button{
    font-size: 17px !important;
  }
}
@media (max-width: 430px){
  .catalog-section-card__body h3{
    font-size: 16px !important;
    line-height: 1.14 !important;
  }
  .catalog-section-card__button{
    font-size: 16px !important;
  }
}


/* arm_v62: return catalog section button size and reduce mobile section titles */
@media (max-width: 720px){
  .catalog-section-card__body h3{
    font-size: 15px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }
  .catalog-section-card__button{
    font-size: 15px !important;
    min-height: 46px !important;
    padding: 12px 10px !important;
  }
}
@media (max-width: 430px){
  .catalog-section-card__body h3{
    font-size: 14px !important;
    line-height: 1.12 !important;
  }
  .catalog-section-card__button{
    font-size: 14px !important;
    min-height: 44px !important;
    padding: 12px 10px !important;
  }
}


/* arm_v63: privacy policy page */
.privacy-card{max-width:980px;margin:0 auto;}
.privacy-content{display:grid;gap:16px;color:#4f5d57;font-size:17px;line-height:1.7;}
.privacy-content p{margin:0;white-space:normal;}
.privacy-content p:first-child{font-size:22px;font-weight:900;color:#1c2528;}
.callback-band__policy a,.form-policy a{color:#238b45;font-weight:800;}
@media(max-width:620px){.privacy-content{font-size:16px;line-height:1.62}.privacy-content p:first-child{font-size:20px}}

/* arm_v64: privacy page simplified layout */
.privacy-breadcrumbs-section{padding:56px 0 18px;background:linear-gradient(180deg,#f7faf6 0,#fff 85%);}
.privacy-section{padding:18px 0 72px;background:#fff;}
.privacy-card.privacy-card--full{max-width:none;width:100%;margin:0;}
.privacy-card.privacy-card--full .privacy-content{max-width:none;}
@media(max-width:620px){
  .privacy-breadcrumbs-section{padding:28px 0 14px;}
  .privacy-section{padding:14px 0 48px;}
  .privacy-card.privacy-card--full{border-radius:22px;}
}

/* arm_v65 dynamic calculator */
.calculator__form--dynamic select option{font-size:15px}.calculator__result span{line-height:1.45}.calculator__form--dynamic [data-calc-label]{white-space:normal}
@media(min-width:1101px){.calculator__form--dynamic.calculator__form--full{grid-template-columns:repeat(5,minmax(0,1fr));}.calculator__form--dynamic .field-wide{grid-column:span 2;}.calculator__form--dynamic .calculator__submit{grid-column:1/-1;}}


/* arm_v67: calculator total always before submit button */
.calculator__total{
  grid-column:1 / -1;
  width:100%;
  order:10;
}
.calculator__submit{
  order:20;
}
.calculator__total .calculator__result{
  margin-top:0;
  width:100%;
}
@media (min-width:921px){
  .calculator__form--full .calculator__total{
    grid-column:1 / -1;
  }
}



/* arm_v69: calculator compact desktop grid after removing thickness */
@media (min-width:921px){
  .calculator__form--dynamic.calculator__form--full{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    align-items:end;
  }
  .calculator__form--dynamic.calc-has-color .field-wide{
    grid-column:span 2 !important;
  }
  .calculator__form--dynamic.calc-no-color .field-wide{
    grid-column:auto !important;
  }
  .calculator__form--dynamic.calc-no-color .calc-field-name,
  .calculator__form--dynamic.calc-no-color .calc-field-phone{
    grid-column:span 2;
  }
  .calculator__form--dynamic .calculator__total,
  .calculator__form--dynamic .calculator__submit{
    grid-column:1 / -1 !important;
  }
}
@media (min-width:641px) and (max-width:920px){
  .calculator__form--dynamic.calculator__form--full{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .calculator__form--dynamic .field-wide,
  .calculator__form--dynamic .calculator__total,
  .calculator__form--dynamic .calculator__submit{
    grid-column:1 / -1 !important;
  }
}


/* arm_v71: advanced catalog filters + service/article extras */
.advanced-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;width:100%;margin-top:14px;}
.advanced-filter-grid label{display:flex;flex-direction:column;gap:6px;font-weight:800;color:#1d2928;font-size:13px;}
.advanced-filter-grid select{width:100%;height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;font:inherit;color:#1d2928;}
.category-seo{padding:40px 0 70px;background:#fff;}
.category-seo__card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:34px;box-shadow:var(--shadow);}
.category-seo__card h2{margin:0 0 14px;font-size:30px;line-height:1.08;}
.category-seo__card p{margin:0 0 12px;color:var(--muted);font-size:17px;line-height:1.55;}
.turnkey-paving__steps{margin-top:22px;margin-bottom:24px;}
.turnkey-paving__media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0;}
.turnkey-paving__media img{width:100%;height:230px;object-fit:cover;border-radius:20px;border:1px solid var(--line);}
.article-detail-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:30px;box-shadow:var(--shadow);max-width:980px;margin:0 auto;}
.article-detail-card img{width:100%;max-height:420px;object-fit:cover;border-radius:18px;margin-bottom:24px;}
.article-detail-card p{font-size:18px;line-height:1.65;color:var(--muted);}
.calculator__form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px 16px;font:inherit;resize:vertical;background:#fff;}
@media(max-width:920px){.advanced-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.turnkey-paving__media{grid-template-columns:1fr;}.turnkey-paving__media img{height:220px;}}
@media(max-width:560px){.advanced-filter-grid{grid-template-columns:1fr;}.category-seo__card{padding:22px;border-radius:18px;}.category-seo__card h2{font-size:24px;}.category-seo__card p{font-size:16px;}.article-detail-card{padding:20px;border-radius:18px;}.article-detail-card p{font-size:16px;}}


/* arm_v72: ровная сетка калькулятора и аккуратные фильтры */
@media (min-width: 921px){
  .calculator__form--dynamic.calculator__form--full{
    gap: 16px !important;
    align-items: end !important;
  }
  .calculator__form--dynamic.calc-has-color{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .calculator__form--dynamic.calc-no-color{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .calculator__form--dynamic.calc-has-color .field-wide,
  .calculator__form--dynamic.calc-no-color .field-wide{
    grid-column: auto !important;
  }
  .calculator__form--dynamic.calc-has-color .calc-field-category,
  .calculator__form--dynamic.calc-has-color .calc-field-product,
  .calculator__form--dynamic.calc-has-color .calc-field-base,
  .calculator__form--dynamic.calc-has-color .calc-field-area,
  .calculator__form--dynamic.calc-has-color .calc-field-color{
    grid-column: span 1 !important;
  }
  .calculator__form--dynamic.calc-has-color .calc-field-location{
    grid-column: span 3 !important;
  }
  .calculator__form--dynamic.calc-has-color .calc-field-name,
  .calculator__form--dynamic.calc-has-color .calc-field-phone{
    grid-column: span 1 !important;
  }
  .calculator__form--dynamic.calc-has-color .calc-field-comment{
    grid-column: 1 / -1 !important;
  }
  .calculator__form--dynamic.calc-no-color .calc-field-category,
  .calculator__form--dynamic.calc-no-color .calc-field-product,
  .calculator__form--dynamic.calc-no-color .calc-field-base,
  .calculator__form--dynamic.calc-no-color .calc-field-area{
    grid-column: span 1 !important;
  }
  .calculator__form--dynamic.calc-no-color .calc-field-location{
    grid-column: span 2 !important;
  }
  .calculator__form--dynamic.calc-no-color .calc-field-name,
  .calculator__form--dynamic.calc-no-color .calc-field-phone{
    grid-column: span 1 !important;
  }
  .calculator__form--dynamic.calc-no-color .calc-field-comment{
    grid-column: 1 / -1 !important;
  }
  .calculator__form--dynamic .calculator__total,
  .calculator__form--dynamic .calculator__submit{
    grid-column: 1 / -1 !important;
  }
  .calculator__form--dynamic .calc-field-comment textarea{
    min-height: 92px;
  }
}

.category-shop__panel{
  overflow: hidden;
}
.category-shop__controls{
  display: grid !important;
  grid-template-columns: minmax(260px, 0.95fr) minmax(180px, 0.55fr) minmax(420px, 1.6fr) !important;
  gap: 18px !important;
  align-items: end !important;
}
.category-shop__controls .modern-filter,
.category-shop__controls .modern-check,
.category-shop__controls .advanced-filter-grid,
.category-shop__controls .modern-sort{
  min-width: 0;
  transform: none !important;
}
.modern-filter{
  padding-top: 0 !important;
}
.modern-filter > label,
.advanced-filter-grid label{
  margin: 0;
}
.filter-prices{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.filter-prices label,
.modern-check,
.modern-sort button,
.advanced-filter-grid select{
  height: 50px !important;
  min-height: 50px;
  border-radius: 16px !important;
}
.modern-check{
  margin: 0 !important;
  align-self: end !important;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(0,0,0,.025);
}
.advanced-filter-grid{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(130px, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  width: 100%;
}
.advanced-filter-grid label{
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #263230;
}
.advanced-filter-grid select{
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  padding: 0 14px;
  font-size: 14px;
  color: var(--text);
  box-shadow: 0 8px 20px rgba(0,0,0,.025);
}
.modern-sort{
  grid-column: 1 / -1;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 10px !important;
  margin: 2px 0 0 !important;
  width: 100%;
}
.modern-sort span{
  margin: 0 8px 0 0 !important;
  font-weight: 900;
  color: #5a6461;
  white-space: nowrap;
}
.modern-sort button{
  width: auto !important;
  min-width: 130px;
  padding: 0 20px !important;
  border: 1px solid var(--line);
  background: #fff;
  color: #1d2928;
  box-shadow: 0 8px 20px rgba(0,0,0,.025);
}
.modern-sort button.is-active{
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
@media (max-width: 1240px){
  .category-shop__controls{
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }
  .advanced-filter-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .modern-check{
    align-self: stretch !important;
  }
}
@media (max-width: 760px){
  .category-shop__panel{
    padding: 20px 16px !important;
    border-radius: 22px;
  }
  .category-shop__panel-head h2{
    font-size: 28px;
  }
  .advanced-filter-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .modern-sort{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .modern-sort span{
    grid-column: 1 / -1;
  }
  .modern-sort button{
    width: 100% !important;
    min-width: 0;
  }
}
@media (max-width: 520px){
  .filter-prices,
  .advanced-filter-grid,
  .modern-sort{
    grid-template-columns: 1fr !important;
  }
}


/* arm_v73: final filter order and style */
.category-shop__panel{
  overflow: visible !important;
}
.category-shop__controls{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:18px !important;
  grid-template-columns:none !important;
}
.category-shop__controls .modern-filter{order:1;width:100%;max-width:520px;}
.category-shop__controls .modern-sort{order:2;width:100%;}
.category-shop__controls .modern-check{order:3;width:max-content;max-width:100%;}
.category-shop__controls .advanced-filter-grid{order:4;width:100%;}
.modern-filter{
  padding:0 !important;
}
.modern-filter > label,
.advanced-filter-grid label{
  display:block !important;
  margin:0 0 9px !important;
  color:#22302d !important;
  font-size:14px !important;
  font-weight:900 !important;
}
.modern-range{
  max-width:520px;
  margin:0 0 14px !important;
}
.filter-prices{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  max-width:520px;
  margin:0 !important;
}
.filter-prices label,
.modern-check,
.advanced-filter-grid select,
.modern-sort button{
  height:54px !important;
  border:1px solid #dce8df !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(15,43,28,.035) !important;
  color:#1f2b2a !important;
  font-weight:850 !important;
}
.filter-prices label{
  display:flex !important;
  align-items:center !important;
  padding:0 16px !important;
}
.filter-prices input{
  font-weight:850 !important;
}
.modern-sort{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin:0 !important;
  transform:none !important;
}
.modern-sort span{
  width:auto !important;
  margin:0 4px 0 0 !important;
  color:#5d6865 !important;
  font-weight:900 !important;
}
.modern-sort button{
  min-width:150px !important;
  width:auto !important;
  padding:0 22px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  transition:.18s ease !important;
}
.modern-sort button:hover,
.modern-sort button.is-active{
  background:var(--green) !important;
  border-color:var(--green) !important;
  color:#fff !important;
}
.modern-check{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  margin:0 !important;
  padding:0 18px !important;
  transform:none !important;
  align-self:flex-start !important;
}
.modern-check input{
  width:20px !important;
  height:20px !important;
  accent-color:var(--green);
}
.advanced-filter-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important;
  gap:14px !important;
  margin:0 !important;
}
.advanced-filter-grid select{
  width:100% !important;
  padding:0 16px !important;
  font-size:15px !important;
  outline:none !important;
  cursor:pointer !important;
  transition:.18s ease !important;
}
.advanced-filter-grid select:hover,
.advanced-filter-grid select:focus{
  border-color:var(--green) !important;
  box-shadow:0 0 0 4px rgba(36,132,66,.08) !important;
}
@media (max-width:760px){
  .category-shop__controls{gap:14px !important;}
  .category-shop__controls .modern-filter{max-width:none;}
  .modern-sort{display:grid !important;grid-template-columns:1fr 1fr !important;}
  .modern-sort span{grid-column:1/-1;width:100% !important;}
  .modern-sort button{width:100% !important;min-width:0 !important;}
  .modern-check{width:100% !important;justify-content:center !important;}
  .advanced-filter-grid{grid-template-columns:1fr !important;}
  .filter-prices{max-width:none;}
}
@media (max-width:520px){
  .filter-prices{grid-template-columns:1fr !important;}
}


/* arm_v74: REAL filter layout fix, markup order + cache-busted stylesheet */
.category-shop__panel{
  overflow: visible !important;
}
.category-shop__controls{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 18px !important;
  width: 100% !important;
  grid-template-columns: none !important;
}
.category-shop__controls > .modern-filter,
.category-shop__controls > .modern-sort,
.category-shop__controls > .modern-check,
.category-shop__controls > .advanced-filter-grid{
  transform: none !important;
  margin: 0 !important;
}
.category-shop__controls > .modern-filter{
  width: min(100%, 560px) !important;
  max-width: 560px !important;
}
.category-shop__controls > .modern-sort{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  width: 100% !important;
}
.category-shop__controls > .modern-check{
  width: fit-content !important;
  max-width: 100% !important;
  align-self: flex-start !important;
}
.category-shop__controls > .advanced-filter-grid{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
}
.filter-prices{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 560px !important;
}
.filter-prices label,
.modern-sort button,
.modern-check,
.advanced-filter-grid select{
  min-height: 54px !important;
  height: 54px !important;
  border: 1px solid #dce8df !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15,43,28,.035) !important;
  color: #1f2b2a !important;
  font-weight: 850 !important;
}
.filter-prices label{
  display: flex !important;
  align-items: center !important;
  padding: 0 16px !important;
}
.filter-prices input{
  font-weight: 850 !important;
}
.modern-sort span{
  flex: 0 0 auto !important;
  margin: 0 4px 0 0 !important;
  color: #5d6865 !important;
  font-weight: 900 !important;
}
.modern-sort button{
  width: auto !important;
  min-width: 148px !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: .18s ease !important;
}
.modern-sort button:hover,
.modern-sort button.is-active{
  background: var(--green) !important;
  border-color: var(--green) !important;
  color: #fff !important;
}
.modern-check{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 0 18px !important;
  cursor: pointer !important;
}
.modern-check:hover{
  border-color: var(--green) !important;
  box-shadow: 0 0 0 4px rgba(36,132,66,.08) !important;
}
.modern-check input{
  width: 20px !important;
  height: 20px !important;
  accent-color: var(--green) !important;
}
.advanced-filter-grid label{
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
  color: #22302d !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}
.advanced-filter-grid select{
  width: 100% !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  outline: none !important;
  cursor: pointer !important;
  transition: .18s ease !important;
}
.advanced-filter-grid select:hover,
.advanced-filter-grid select:focus{
  border-color: var(--green) !important;
  box-shadow: 0 0 0 4px rgba(36,132,66,.08) !important;
}
@media (max-width: 760px){
  .category-shop__controls{
    gap: 14px !important;
  }
  .category-shop__controls > .modern-filter{
    width: 100% !important;
    max-width: none !important;
  }
  .filter-prices{
    max-width: none !important;
  }
  .modern-sort{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .modern-sort span{
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
  .modern-sort button{
    width: 100% !important;
    min-width: 0 !important;
  }
  .modern-check{
    width: 100% !important;
    justify-content: center !important;
  }
  .advanced-filter-grid{
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 520px){
  .filter-prices{
    grid-template-columns: 1fr !important;
  }
}

/* arm_v75: sort labels capitalization, mobile stock button and article detail availability */
.modern-sort button[data-sort="price-asc"],
.modern-sort button[data-sort="price-desc"]{
  text-transform: none !important;
}
@media (max-width: 760px){
  .category-shop__controls > .modern-check,
  .modern-check{
    width: 100% !important;
    max-width: none !important;
    align-self: stretch !important;
    justify-content: flex-start !important;
    padding: 0 28px !important;
    box-sizing: border-box !important;
  }
  .modern-check input{
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 22px !important;
  }
}


/* v76 article detail polish */
.article-detail-page .info-hero__card .eyebrow{margin-bottom:22px;}
.article-detail-page .info-hero__card p[data-article-lead],
.article-detail-page [data-article-lead][hidden]{display:none!important;}
.article-detail-page .article-detail-card{max-width:none;width:100%;margin:0;padding:34px 40px;}
.article-detail-page .article-detail-card img[hidden]{display:none!important;}
.article-detail-page .article-detail-card img{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:20px;margin-bottom:26px;}
.article-detail-page .article-detail-card p{color:#1d2528!important;font-size:18px;line-height:1.72;}
.article-detail-page .article-detail-card .btn{display:none!important;}
.articles-grid .article-card:not(:has(img)) div{border-top-left-radius:24px;border-top-right-radius:24px;}
@media(max-width:560px){
  .article-detail-page .info-hero__card .eyebrow{margin-bottom:18px;}
  .article-detail-page .article-detail-card{padding:24px 22px;border-radius:22px;}
  .article-detail-page .article-detail-card p{font-size:17px;line-height:1.65;}
}

.rating.is-rated,.product-rating.is-rated{color:#248442;}
.product-rating.is-rated{letter-spacing:1px;}


/* arm_v80: review photos + product review counts + custom catalog filter controls */
.review-stars-input button{
  appearance:none !important;
  -webkit-appearance:none !important;
  border:0 !important;
  background:transparent !important;
  color:#cbd5cf !important;
  font-size:34px !important;
  line-height:1 !important;
  padding:0 3px !important;
  cursor:pointer !important;
  transition:.18s ease !important;
}
.review-stars-input button:hover,
.review-stars-input button.is-active{color:#258e43 !important;transform:translateY(-1px);}
.review-form input[type="file"]{
  height:auto !important;
  padding:12px !important;
  border:1px dashed #b7d6bd !important;
  background:#f8fbf7 !important;
  cursor:pointer !important;
}
.product-reviews-list .recently-viewed-empty{margin:0;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;color:#687570;font-weight:700;}
.modern-product-card__meta .rating{letter-spacing:1px;color:#c5cec9;}
.modern-product-card__meta .rating.is-rated{color:#258e43;}
.category-shop__controls select,
.advanced-filter-grid select{
  -webkit-appearance:none !important;
  appearance:none !important;
  background-color:#fff !important;
  background-image:linear-gradient(45deg,transparent 50%,#1d2928 50%),linear-gradient(135deg,#1d2928 50%,transparent 50%) !important;
  background-position:calc(100% - 19px) 50%, calc(100% - 13px) 50% !important;
  background-size:6px 6px,6px 6px !important;
  background-repeat:no-repeat !important;
  border:1px solid #dfe9de !important;
  border-radius:16px !important;
  box-shadow:0 12px 28px rgba(24,45,31,.04) !important;
  color:#1d2928 !important;
  font-weight:850 !important;
  height:56px !important;
  padding:0 42px 0 16px !important;
  outline:none !important;
}
.category-shop__controls select:hover,
.advanced-filter-grid select:hover,
.category-shop__controls select:focus,
.advanced-filter-grid select:focus{
  border-color:#248b43 !important;
  box-shadow:0 0 0 4px rgba(36,139,67,.10) !important;
}
.category-shop__controls input[type="number"]{
  -webkit-appearance:textfield !important;
  appearance:textfield !important;
}
.category-shop__controls input[type="number"]::-webkit-outer-spin-button,
.category-shop__controls input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance:none !important;
  margin:0 !important;
}
.filter-prices label,
.modern-check,
.modern-sort button{
  border-radius:18px !important;
  border:1px solid #dfe9de !important;
  background:#fff !important;
  box-shadow:0 12px 28px rgba(24,45,31,.04) !important;
}
.modern-sort button.is-active{
  background:#278f45 !important;
  border-color:#278f45 !important;
  color:#fff !important;
}
.modern-check input{
  -webkit-appearance:none !important;
  appearance:none !important;
  width:18px !important;
  height:18px !important;
  border:1px solid #cfe0d1 !important;
  border-radius:5px !important;
  background:#fff !important;
  display:inline-grid !important;
  place-items:center !important;
  margin:0 10px 0 0 !important;
}
.modern-check input:checked{background:#278f45 !important;border-color:#278f45 !important;}
.modern-check input:checked::after{content:'✓';color:#fff;font-size:13px;font-weight:900;line-height:1;}
.product-review-photos button{appearance:none !important;-webkit-appearance:none !important;}
@media(max-width:620px){
  .modern-check{width:100% !important;justify-content:flex-start !important;padding-left:24px !important;min-height:70px !important;}
  .category-shop__controls select,.advanced-filter-grid select{height:64px !important;border-radius:18px !important;font-size:19px !important;}
}


/* arm_v81: mobile filter typography polish */
.modern-sort button[data-sort="manual"]{
  text-transform:none !important;
}
@media (max-width: 620px){
  .modern-sort button{
    font-size:16px !important;
    line-height:1.15 !important;
    min-height:56px !important;
    padding:0 14px !important;
    border-radius:18px !important;
  }
  .advanced-filter-grid label{
    font-size:14px !important;
  }
  .category-shop__controls select,
  .advanced-filter-grid select{
    height:56px !important;
    min-height:56px !important;
    font-size:16px !important;
    line-height:1.2 !important;
    padding-left:16px !important;
    padding-right:42px !important;
    border-radius:16px !important;
  }
  .modern-check{
    min-height:58px !important;
    font-size:16px !important;
    border-radius:18px !important;
  }
  .filter-prices label{
    height:58px !important;
    min-height:58px !important;
    font-size:16px !important;
  }
}
@media (max-width: 420px){
  .modern-sort button{
    font-size:15px !important;
  }
  .category-shop__controls select,
  .advanced-filter-grid select{
    font-size:15px !important;
  }
}


/* arm_v82: align price range to the left on desktop/mobile and polish static review summary */
.modern-range{
  margin-left:-10px !important;
  width:calc(100% + 10px) !important;
}
@media (max-width: 760px){
  .modern-range{
    margin-left:-10px !important;
    width:calc(100% + 10px) !important;
  }
}
.product-review-card > div{
  justify-content:flex-start !important;
}


/* arm_v83: final price range alignment and review date removal */
.modern-filter .modern-range{
  margin-left:-12px !important;
  width:calc(100% + 12px) !important;
}
.product-review-card time{
  display:none !important;
}
.product-rating.is-rated{
  color:#248442 !important;
}

/* arm_v87: product badges */
.modern-product-card__top:empty{display:none;}
.modern-product-card__top span.modern-product-card__badge--hit{
  border-color:#766CFF;
  background:#fff;
  color:#766CFF;
}
.modern-product-card__top span.modern-product-card__badge--new{
  border-color:#51B65A;
  background:#fff;
  color:#2D8F3E;
}

/* arm_v88: badges + no fake products */
.crm-empty-products{
  grid-column:1/-1;
  border:1px solid #dfe8df;
  border-radius:22px;
  background:#fff;
  padding:28px;
  color:#66716e;
  font-weight:800;
}
.modern-product-card__top span.modern-product-card__badge--hit,
.modern-product-card__top span[data-badge="hit"]{
  border-color:#766CFF !important;
  background:#fff !important;
  color:#766CFF !important;
}
.modern-product-card__top span.modern-product-card__badge--new,
.modern-product-card__top span[data-badge="new"]{
  border-color:#51B65A !important;
  background:#fff !important;
  color:#2D8F3E !important;
}
.product-detail-badge{
  display:inline-grid;
  width:max-content;
  margin:0 0 14px;
  border:1px solid #51B65A;
  color:#2D8F3E;
  background:#fff;
  border-radius:999px;
  padding:7px 14px;
  font-size:13px;
  line-height:1;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.product-detail-badge[hidden]{display:none!important;}
.product-detail-badge--hit{
  border-color:#766CFF;
  color:#766CFF;
}
.product-detail-badge--new{
  border-color:#51B65A;
  color:#2D8F3E;
}

/* arm_v90: short product description + real recently viewed */
.recently-viewed-grid--products{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.product-note[data-product-description]{
  white-space:pre-line;
}
@media (max-width: 1080px){
  .recently-viewed-grid--products{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 640px){
  .recently-viewed-grid--products{grid-template-columns:1fr;}
}

/* arm_v93: home hits 4 cards + article page fix */
.product-grid[data-crm-products="home"]{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
@media (max-width: 1100px){
  .product-grid[data-crm-products="home"]{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 640px){
  .product-grid[data-crm-products="home"]{grid-template-columns:1fr !important;}
}
