:root{
  --bg:#fff8f3;--paper:#ffffff;--cream:#f7eadf;--cream2:#fff2e9;--ink:#1f1713;--muted:#7a665d;
  --line:rgba(106,70,48,.13);--orange:#ff6a1a;--orange2:#e9470d;--gold:#c9955e;--shadow:0 24px 70px rgba(86,48,28,.15);
  --r:26px;--r2:18px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fffaf6,#fff 42%,#fff8f3)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{max-width:1240px;margin:0 auto;padding:0 24px}.muted,.muted-light{color:var(--muted)}
.premium-header{position:sticky;top:0;z-index:80;background:rgba(255,250,246,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{height:86px;display:flex;align-items:center;gap:22px}.premium-logo,.flogo{font-family:"Playfair Display",Georgia,serif;font-size:38px;line-height:1;font-weight:800;letter-spacing:-1.7px}.premium-logo span{color:var(--orange2)}
.mainnav{display:flex;align-items:center;gap:22px;margin-left:auto;font-size:14px;font-weight:900;color:#3d2b22}.mainnav a{padding:12px 0;position:relative}.mainnav a:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:linear-gradient(90deg,var(--orange),var(--gold));transform:scaleX(0);transform-origin:left;transition:.22s}.mainnav a:hover:after{transform:scaleX(1)}
.premium-search{width:min(330px,29vw);display:flex;align-items:center;gap:8px;height:48px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:4px 6px 4px 16px;box-shadow:0 10px 28px rgba(88,48,25,.06)}
.premium-search input{min-width:0;flex:1;border:0;outline:0;font:700 13px Inter;background:transparent;color:var(--ink)}.premium-search span{color:var(--orange);font-weight:900}.premium-search button{border:0;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;font-weight:900;padding:11px 15px;cursor:pointer}
.icons{display:flex;align-items:center;gap:10px}.ico{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--line);background:#fff;box-shadow:0 12px 30px rgba(79,47,30,.08);position:relative;cursor:pointer}.cart-ico span{position:absolute;right:-3px;top:-6px;min-width:20px;height:20px;border-radius:999px;background:var(--orange2);color:#fff;font-size:11px;line-height:20px;text-align:center;font-weight:900}.burger{display:none;border:0;background:#fff;border-radius:14px;width:44px;height:44px;font-size:25px}.search-trigger{display:none}
.old{text-decoration:line-through;color:#a99184;font-style:normal}.orange{border:0;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;font-weight:950;padding:14px 22px;box-shadow:0 16px 32px rgba(233,71,13,.24);cursor:pointer}
.lb-section{padding:42px 24px}.lb-section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:20px}.lb-section-head span{font-size:12px;color:var(--orange2);font-weight:950;text-transform:uppercase;letter-spacing:.12em}.lb-section-head h2{font-family:"Playfair Display",serif;font-size:40px;letter-spacing:-1.3px;margin:5px 0 0}.lb-section-head a{font-weight:950;color:var(--orange2)}
.lb-category-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lb-category-cards a{min-height:160px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(82,48,30,.09);padding:22px;display:flex;flex-direction:column;justify-content:space-between;transition:.22s}.lb-category-cards a:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.lb-category-cards span{color:var(--orange);font-weight:950}.lb-category-cards b{font-size:22px}.lb-category-cards small{color:var(--muted);font-weight:750;line-height:1.45}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.premium-product-card,.product-card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 16px 44px rgba(92,52,31,.08);transition:.22s}.premium-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card .pic{height:250px;background:linear-gradient(180deg,#fff5ed,#fff);display:flex;align-items:center;justify-content:center;position:relative;padding:18px}.product-card .pic img{max-height:100%;object-fit:contain}.card-chip{position:absolute;left:14px;top:14px;background:#241711;color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:950}.card-body{padding:17px}.brand{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange2);font-weight:950}.product-card h3{min-height:46px;margin:7px 0 7px;font-size:16px;line-height:1.25}.code{font-size:12px;color:var(--muted);font-weight:800;margin-bottom:12px}.dual-prices{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 13px}.price-box{border-radius:18px;padding:10px;border:1px solid var(--line);background:#fffaf6}.price-box span{display:block;font-size:10px;color:var(--muted);font-weight:950;text-transform:uppercase}.price-box b{display:block;font-size:16px;white-space:nowrap}.price-box.wholesale{background:linear-gradient(135deg,#fff0e5,#fff);border-color:rgba(255,106,26,.22)}.product-card button.orange{width:100%;padding:13px 16px}
.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:22px;align-items:start}.catalog-sidebar{position:sticky;top:105px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(92,52,31,.08);padding:18px}.catalog-sidebar a{display:block;padding:12px;border-radius:15px;font-weight:850}.catalog-sidebar a:hover,.catalog-sidebar a.active{background:#fff0e5;color:var(--orange2)}
.product-page{padding-top:34px}.product-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:start}.detail-img{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:34px}.detail-img img{max-height:520px;margin:auto;object-fit:contain}.detail-info{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:0 18px 50px rgba(92,52,31,.08);padding:34px}.detail-info h1{font-family:"Playfair Display",serif;font-size:44px;line-height:1;margin:0 0 14px}.detail-price{font-size:34px;font-weight:950;color:var(--orange2);margin:18px 0}.price-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.price-pair .price-box b{font-size:22px}.big{font-size:16px;padding:16px 25px}.tabs-block{margin:28px 0 50px;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:0 15px 42px rgba(92,52,31,.07);padding:28px}.spec-table{width:100%;border-collapse:collapse}.spec-table td{padding:13px;border-bottom:1px solid var(--line)}.spec-table td:first-child{color:var(--muted);font-weight:800;width:35%}
.cart-page{padding:36px 24px}.cart-row{display:grid;grid-template-columns:92px 1fr auto auto auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 35px rgba(92,52,31,.07);padding:14px;margin:12px 0}.cart-row img{width:92px;height:82px;object-fit:contain;border-radius:16px;background:#fff6ef}.qtybox{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}.qtybox button{width:34px;height:34px;border:0;background:#fff;font-weight:950;cursor:pointer}.qtybox input{width:44px;border:0;text-align:center;font-weight:900;outline:0}.cart-row [data-remove]{border:0;background:#fff0e8;color:var(--orange2);border-radius:999px;padding:10px 12px;font-weight:900;cursor:pointer}
.footer{margin-top:45px;padding:46px 0;background:#221710;color:#fff}.footgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:24px}.footer p{color:rgba(255,255,255,.68);line-height:1.55}.cart-toast{position:fixed;right:22px;bottom:22px;background:#21150f;color:#fff;padding:14px 18px;border-radius:999px;font-weight:950;box-shadow:0 20px 40px rgba(0,0,0,.2);opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s;z-index:200}.cart-toast.show{opacity:1;transform:translateY(0)}

.category-sidebar{position:sticky;top:105px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(92,52,31,.08);padding:18px}.category-sidebar h3{margin:0 0 12px}.category-sidebar a{display:block;padding:12px;border-radius:15px;font-weight:850}.category-sidebar a:hover,.category-sidebar a.active{background:#fff0e5;color:var(--orange2)}.grid-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:0 0 18px}.toolbar input,.toolbar select{height:48px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 16px;font-weight:800;outline:0}.catalog-page h1{font-family:'Playfair Display',serif;font-size:44px;margin:34px 0 22px}.catalog-result-count{font-weight:900;color:var(--muted)}.catalog-empty{padding:22px;border-radius:22px;background:#fff;border:1px solid var(--line);font-weight:850}

/* Clean homepage banner: single desktop/mobile source, no circle layer */
.home-edge-slider{
  position:relative;
  width:100%;
  overflow:hidden;
  margin:0 0 34px;
  min-height:500px;
  background:linear-gradient(115deg,#fffaf6 0%,#fff4ec 58%,#ffe7d8 100%);
  border-bottom:1px solid rgba(106,70,48,.10);
  isolation:isolate;
}
.home-edge-track{position:relative;min-height:500px}
.home-edge-slide{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);
  align-items:center;
  gap:34px;
  color:var(--ink);
  text-decoration:none;
  opacity:0;
  transform:translate3d(0,8px,0);
  transition:opacity .42s ease,transform .42s ease;
  pointer-events:none;
  padding:52px max(22px,calc((100vw - 1180px)/2)) 66px;
  overflow:hidden;
}
.home-edge-slide.is-active{opacity:1;transform:none;pointer-events:auto;z-index:2}
.home-edge-bg{
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(255,250,246,.98) 0%,rgba(255,250,246,.94) 46%,rgba(255,235,221,.72) 100%);
}
.home-edge-content{position:relative;z-index:3;max-width:600px}
.home-edge-content span{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(255,106,26,.20);
  color:var(--orange2);
  box-shadow:0 10px 26px rgba(160,88,42,.07);
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-edge-content h1{
  max-width:540px;
  margin:0 0 16px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(38px,4.6vw,64px);
  line-height:1.02;
  letter-spacing:0;
  color:#241710;
}
.home-edge-content p{
  max-width:520px;
  margin:0 0 24px;
  color:#765d50;
  font-size:clamp(15px,1.45vw,19px);
  line-height:1.55;
  font-weight:750;
}
.home-edge-content em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-style:normal;
  font-weight:950;
  box-shadow:0 18px 42px rgba(233,71,13,.22);
}
.home-edge-photo{
  position:relative;
  z-index:2;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
@keyframes homeBannerPhotoIn{0%{opacity:0;transform:translate3d(-50%,-50%,0) scale(.985)}100%{opacity:1;transform:translate3d(-50%,-50%,0) scale(1)}}
@keyframes homeBannerImageTilt{0%{transform:rotate(-2deg)}50%{transform:rotate(2deg)}100%{transform:rotate(-2deg)}}
.home-edge-photo picture{
  position:absolute;
  left:50%;
  top:50%;
  z-index:3;
  width:min(34vw,430px);
  max-width:min(34vw,430px);
  height:360px;
  max-height:360px;
  opacity:0;
  transform:translate3d(-50%,-50%,0) scale(.985);
  transition:opacity .28s ease;
  pointer-events:none;
  backface-visibility:hidden;
  will-change:opacity,transform;
}
.home-edge-photo picture.is-active,
.home-edge-photo picture:has(img.is-active){opacity:1;animation:homeBannerPhotoIn .34s ease both}
.home-edge-photo picture img,
.home-edge-photo picture img.is-active{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  opacity:1;
  transform:rotate(0deg);
  transform-origin:center center;
  animation:none;
  filter:drop-shadow(0 24px 30px rgba(112,65,38,.20));
}
.home-edge-photo picture.is-active img,
.home-edge-photo picture:has(img.is-active) img{
  animation:homeBannerImageTilt 4.8s linear .28s infinite;
  will-change:transform;
}
.home-edge-dots{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:20px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 34px rgba(106,70,48,.12);
  backdrop-filter:blur(12px);
}
.home-edge-dots button{width:10px;height:10px;border-radius:99px;border:0;background:rgba(106,70,48,.22);padding:0;cursor:pointer;transition:.2s}
.home-edge-dots button.is-active{width:32px;background:linear-gradient(135deg,var(--orange),var(--orange2))}
@media(max-width:760px){
  .home-edge-slider,.home-edge-track{min-height:540px}
  .home-edge-slide{display:block;min-height:540px;padding:24px 14px 230px;text-align:left}
  .home-edge-content{max-width:100%;position:relative;z-index:4}
  .home-edge-content span{font-size:10px;padding:7px 11px;margin-bottom:12px}
  .home-edge-content h1{font-size:clamp(29px,9.3vw,36px);line-height:1.04;margin:0 0 10px;max-width:100%;overflow-wrap:normal}
  .home-edge-content p{font-size:13.5px;line-height:1.42;margin:0 0 14px;max-width:100%}
  .home-edge-content em{min-height:42px;padding:0 16px;font-size:13px}
  .home-edge-photo{position:absolute;left:0;right:0;bottom:48px;height:205px;min-height:205px;margin:0;overflow:visible;z-index:3}
  .home-edge-photo picture{width:min(66vw,260px);max-width:min(66vw,260px);height:min(50vw,190px);max-height:190px}
  .home-edge-dots{bottom:12px}
}
@media(max-width:390px){
  .home-edge-slider,.home-edge-track{min-height:500px}
  .home-edge-slide{min-height:500px;padding:18px 10px 215px}
  .home-edge-content h1{font-size:30px}
  .home-edge-content p{font-size:13px}
  .home-edge-photo{height:180px;min-height:180px;bottom:46px}
  .home-edge-photo picture{width:225px;max-width:225px;height:165px;max-height:165px}
}


/* === CLEAN RESPONSIVE LAYOUT 2026-05-24 ===
   Старые конфликтующие мобильные блоки удалены. Ниже один общий адаптивный слой
   для шапки, поиска, сетки товаров, карточек и страницы товара. */

.product-grid,
.grid-products{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.product-card,
.premium-product-card{
  height:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
}

.product-card .pic{
  height:220px;
  flex:0 0 auto;
}

.product-card .pic img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.product-card .card-body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}

.product-card h3{
  min-height:48px;
}

.product-card .js-add-to-cart{
  margin-top:auto;
}

.product-card .dual-prices,
.price-pair{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.price-box,
.product-card .price-box{
  min-width:0;
}

.price-box span,
.product-card .price-box span{
  white-space:normal;
}

.price-box b,
.product-card .price-box b{
  white-space:normal;
  overflow-wrap:anywhere;
}

.dual-prices.retail-only,
.price-pair.retail-only{
  grid-template-columns:1fr;
}


/* Homepage shop layout after banner */
.home-shop-layout{display:grid;grid-template-columns:282px minmax(0,1fr);gap:24px;align-items:start;padding-top:22px;padding-bottom:42px}
.home-shop-categories{position:sticky;top:106px;align-self:start;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 48px rgba(92,52,31,.08);overflow:hidden}
.home-shop-categories__head{padding:18px 18px 12px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fffaf6,#fff)}
.home-shop-categories__head span,.home-shop-products__top span{display:block;font-size:11px;color:var(--orange2);font-weight:950;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px}
.home-shop-categories__head strong{display:block;font-size:20px;letter-spacing:-.35px}
.home-shop-categories__list{max-height:585px;overflow:auto;padding:10px;scrollbar-width:thin;scrollbar-color:rgba(255,106,26,.45) #fff2e9}
.home-shop-categories__list::-webkit-scrollbar{width:8px}
.home-shop-categories__list::-webkit-scrollbar-track{background:#fff2e9;border-radius:999px}
.home-shop-categories__list::-webkit-scrollbar-thumb{background:rgba(255,106,26,.45);border-radius:999px}
.home-shop-categories__list a{display:flex;align-items:center;min-height:46px;padding:11px 13px;border-radius:16px;font-size:14px;font-weight:900;color:#3d2b22;transition:background .18s ease,color .18s ease,transform .18s ease}
.home-shop-categories__list a:hover{background:#fff6ef;color:var(--orange2);transform:translateX(2px)}
.home-shop-categories__list a.active{background:linear-gradient(135deg,#fff0e5,#fff8f3);color:var(--orange2);box-shadow:inset 0 0 0 1px rgba(255,106,26,.18)}
.home-shop-products{min-width:0}
.home-shop-products__top{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.home-shop-products__top h2{font-family:"Playfair Display",serif;font-size:40px;letter-spacing:-1.3px;margin:0}
.home-shop-products__top p{margin:0;border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 15px;font-weight:950;color:var(--orange2);white-space:nowrap;box-shadow:0 12px 32px rgba(92,52,31,.06)}
.home-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.home-shop-grid .product-card,.home-shop-grid .premium-product-card{height:100%;display:flex;flex-direction:column}
.home-shop-grid .product-card .card-body{display:flex;flex-direction:column;flex:1}
.home-shop-grid .product-card .js-add-to-cart{margin-top:auto}
.home-shop-empty{margin:16px 0 0;padding:22px;border-radius:22px;background:#fff;border:1px solid var(--line);font-weight:900;color:var(--muted)}
.home-shop-empty[hidden]{display:none!important}
.home-shop-loading{opacity:.55;pointer-events:none;transition:opacity .18s ease}


/* Інформаційні сторінки footer */
.footer-info-links{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.16);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.footer-info-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  color:inherit;
  text-decoration:none;
  font-weight:800;
  transition:.18s ease;
}
.footer-info-links a:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.16);
}
.info-page{
  padding-top:28px;
  padding-bottom:44px;
}
.info-page-card{
  max-width:980px;
  margin:0 auto;
  background:#fffdf9;
  border:1px solid #efd4c4;
  border-radius:24px;
  box-shadow:0 18px 46px rgba(106,45,13,.08);
  padding:28px;
}
.info-page-breadcrumbs{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  color:#8a6a55;
  font-size:14px;
  margin-bottom:14px;
}
.info-page-breadcrumbs a{color:inherit;text-decoration:none;font-weight:800}
.info-page h1{
  margin:0 0 18px;
  font-size:clamp(28px,4vw,44px);
  line-height:1.08;
}
.info-page-content{
  color:#3a2318;
  font-size:16px;
  line-height:1.72;
}
.info-page-content h2,.info-page-content h3{
  margin:24px 0 10px;
  line-height:1.2;
}
.info-page-content p{margin:0 0 14px}
.info-page-content ul{margin:0 0 16px 20px;padding:0}
.info-page-content li{margin:7px 0}


/* Manager contact button in header */
.manager-contact{position:relative;margin-left:auto;z-index:30}
.manager-contact__button{
  display:inline-flex;align-items:center;gap:9px;min-height:46px;
  padding:11px 18px;border:0;border-radius:999px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;font-weight:950;font-size:14px;white-space:nowrap;cursor:pointer;
  box-shadow:0 16px 32px rgba(233,71,13,.22);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.manager-contact__button:hover{transform:translateY(-1px);box-shadow:0 20px 42px rgba(233,71,13,.28)}
.manager-contact__button[aria-expanded="true"]{filter:saturate(1.08)}
.manager-contact__dot{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.22)}
.manager-contact__popup{
  position:absolute;right:0;top:calc(100% + 12px);width:285px;padding:14px;
  border:1px solid var(--line);border-radius:22px;background:#fff;
  box-shadow:0 22px 55px rgba(73,40,22,.18);
  opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);
  transition:.18s ease;pointer-events:none;
}
.manager-contact.open .manager-contact__popup{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}
.manager-contact__popup:before{
  content:"";position:absolute;right:28px;top:-8px;width:16px;height:16px;
  background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);
  transform:rotate(45deg);
}
.manager-contact__title{font-weight:950;color:var(--ink);font-size:13px;margin:2px 4px 10px}
.manager-contact__item{
  display:flex;align-items:center;gap:10px;min-height:46px;padding:11px 12px;margin-top:8px;
  border-radius:16px;border:1px solid #f1dccf;background:#fffaf6;text-decoration:none;color:var(--ink);
  transition:transform .16s ease, background .16s ease, border-color .16s ease;
}
.manager-contact__item:hover{transform:translateX(2px);background:#fff3e9;border-color:#f1c4aa}
.manager-contact__item span{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #f1dccf}
.manager-contact__item strong{font-size:14px}


/* === FINAL MOBILE ADAPTATION SAFETY LAYER 2026-05-26 === */
html,body{width:100%;max-width:100%;overflow-x:hidden;}
*,*::before,*::after{box-sizing:border-box;}
img,svg,video,canvas,iframe{max-width:100%;height:auto;}
input,button,select,textarea{max-width:100%;}
.wrap,.container,.lb-section,.cart-page,.product-page,.catalog-page,.info-page{max-width:100%;}
.product-card,.premium-product-card,.detail-info,.detail-img,.tabs-block,.cart-row,.home-shop-categories,.manager-contact__popup{min-width:0;}
.product-card h3,.detail-info h1,.info-page-content,.footer,.footer *,.home-shop-categories__list a,.manager-contact__button,.manager-contact__item strong{overflow-wrap:anywhere;word-break:normal;}
.spec-table,.info-page-content table,.detail-info table{max-width:100%;}
.info-page-content table,.detail-info table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}


/* === HEADER CONTACTS FINAL FIX 2026-05-26 ===
   Точечная правка шапки: убрана отдельная круглая кнопка телефона,
   кнопка контактов сделана компактной и спокойной. */
.call-ico,
.icons .call-ico,
a.call-ico{
  display:none!important;
}

.manager-contact{
  flex:0 0 auto;
  margin-left:10px;
  z-index:120;
}

.manager-contact__button{
  min-height:34px!important;
  padding:7px 12px!important;
  gap:6px!important;
  border:1px solid rgba(233,71,13,.28)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.62)!important;
  color:var(--ink)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  transform:none!important;
}

.manager-contact__button:hover,
.manager-contact__button:focus-visible,
.manager-contact.open .manager-contact__button,
.manager-contact__button[aria-expanded="true"]{
  background:#fff6ef!important;
  border-color:rgba(233,71,13,.55)!important;
  color:var(--orange)!important;
  box-shadow:0 8px 18px rgba(73,40,22,.08)!important;
}

.manager-contact__dot{
  width:6px!important;
  height:6px!important;
  background:var(--orange)!important;
  box-shadow:none!important;
  opacity:.75;
}

.manager-contact__popup{
  max-width:calc(100vw - 24px)!important;
}


/* === FINAL SITE WIDTH + HEADER MOBILE FIX 2026-05-26 ===
   Возвращает аккуратный центральный контейнер, убирает иконку корзины и бургер
   именно из шапки, оставляет поиск видимым на мобильной версии. */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

body *{
  box-sizing:border-box;
}

.wrap,
.container{
  width:100%;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:24px!important;
  padding-right:24px!important;
}

.lb-section,
.cart-page,
.product-page,
.catalog-page,
.info-page{
  width:100%;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:24px!important;
  padding-right:24px!important;
}

.premium-header{
  width:100%;
  background:rgba(255,250,246,.92);
}

.premium-header .nav{
  width:100%;
  max-width:1240px!important;
  height:auto;
  min-height:82px;
  margin:0 auto!important;
  padding:14px 24px!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:nowrap;
}

.premium-logo,
.flogo{
  font-size:32px!important;
  line-height:1!important;
  flex:0 0 auto;
  white-space:nowrap;
}

/* Убираем только элементы из шапки: бургер, иконку поиска и иконку корзины. */
.premium-header .icons,
.premium-header .burger,
.premium-header .cart-ico,
.premium-header .search-trigger{
  display:none!important;
}

.premium-header .header-search.premium-search{
  position:relative!important;
  inset:auto!important;
  display:flex!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  width:clamp(280px,32vw,390px)!important;
  max-width:100%!important;
  min-width:220px!important;
  height:44px!important;
  flex:1 1 320px;
  margin:0!important;
  padding:4px 5px 4px 14px!important;
  border-radius:999px!important;
}

.premium-header .header-search.premium-search input{
  min-width:0!important;
  width:100%!important;
  font-size:13px!important;
}

.premium-header .header-search.premium-search button{
  flex:0 0 auto!important;
  padding:10px 14px!important;
  white-space:nowrap!important;
  font-size:13px!important;
}

.manager-contact{
  flex:0 0 auto!important;
  width:auto!important;
  max-width:none!important;
  margin-left:0!important;
  order:0!important;
}

.manager-contact__button{
  width:auto!important;
  max-width:100%!important;
  min-height:34px!important;
  padding:7px 12px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(106,70,48,.18)!important;
  color:#2a1c15!important;
  box-shadow:none!important;
  font-size:13px!important;
  font-weight:850!important;
}

.manager-contact__button:hover,
.manager-contact__button:focus-visible,
.manager-contact.open .manager-contact__button,
.manager-contact__button[aria-expanded="true"]{
  background:#fff4ec!important;
  border-color:rgba(233,71,13,.45)!important;
  color:var(--orange2)!important;
  box-shadow:0 8px 18px rgba(73,40,22,.07)!important;
}

.manager-contact__popup{
  z-index:1000!important;
}

.home-edge-slide,
.home-edge-slider,
.home-edge-track,
.footer,
.home-shop-layout,
.catalog-layout,
.product-detail,
.cart-row,
.info-page,
.product-card,
.premium-product-card{
  max-width:100%;
}

.footer .wrap,
.premium-header .wrap{
  max-width:1240px!important;
}

@media (min-width:1440px){
  .wrap,
  .container,
  .premium-header .nav,
  .lb-section,
  .cart-page,
  .product-page,
  .catalog-page,
  .info-page{
    max-width:1180px!important;
  }
}


/* === Final fix: header logo -> search -> contacts, desktop and mobile === */
.premium-header .nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.premium-header .premium-logo{
  order:1!important;
  flex:0 0 auto!important;
  margin:0!important;
  font-size:28px!important;
  white-space:nowrap!important;
}
.premium-header .header-search.premium-search{
  order:2!important;
  flex:0 1 420px!important;
  width:clamp(280px,34vw,420px)!important;
  max-width:420px!important;
  min-width:240px!important;
  margin:0!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.premium-header .manager-contact{
  order:3!important;
  flex:0 0 auto!important;
  margin:0!important;
  width:auto!important;
  max-width:none!important;
}
.premium-header .manager-contact__button{
  white-space:nowrap!important;
}
.premium-header .icons,
.premium-header .burger,
.premium-header .cart-ico,
.premium-header .search-trigger{
  display:none!important;
}


/* === FINAL: remove dark information footer block, keep only footer page buttons === */
.footer.premium-footer.footer--simple-links{
  margin-top:34px!important;
  padding:18px 0 22px!important;
  background:transparent!important;
  color:var(--ink)!important;
  border-top:1px solid var(--line)!important;
  overflow:visible!important;
}
.footer--simple-links .footgrid{display:none!important;}
.footer--simple-links .footer-info-links{
  margin-top:0!important;
  padding-top:0!important;
  border-top:0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
}
.footer--simple-links .footer-info-links a{
  color:#3b2a20!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  box-shadow:0 10px 26px rgba(92,52,31,.06)!important;
  min-height:40px!important;
  padding:9px 15px!important;
  max-width:100%!important;
}
.footer--simple-links .footer-info-links a:hover{
  background:#fff4ec!important;
  color:var(--orange2)!important;
  border-color:rgba(233,71,13,.24)!important;
}

/* === FINAL: mobile header should stay same logic as desktop, without overflow === */


/* === FINAL 2026-05-26: fixed header/search behavior === */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
}
.site-header.premium-header{
  position:sticky!important;
  top:0!important;
  z-index:500!important;
  background:#fff8f2!important;
  border-bottom:1px solid rgba(95,55,34,.08)!important;
  box-shadow:0 10px 24px rgba(70,37,20,.05)!important;
}
.site-header.premium-header .wrap.nav{
  width:min(1180px, calc(100% - 32px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:12px 0!important;
  display:grid!important;
  grid-template-columns:auto minmax(260px, 430px) auto!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  min-width:0!important;
}
.site-header.premium-header .premium-logo{
  grid-column:1!important;
  justify-self:start!important;
  order:initial!important;
  font-size:26px!important;
  line-height:1!important;
  white-space:nowrap!important;
  min-width:0!important;
  margin:0!important;
}
.site-header.premium-header .header-search.premium-search{
  grid-column:2!important;
  justify-self:center!important;
  order:initial!important;
  width:100%!important;
  max-width:430px!important;
  min-width:0!important;
  height:42px!important;
  margin:0!important;
  padding:4px 5px 4px 13px!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(95,55,34,.14)!important;
  box-shadow:0 8px 20px rgba(88,48,25,.05)!important;
}
.site-header.premium-header .header-search.premium-search input{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  font-size:13px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
}
.site-header.premium-header .header-search.premium-search button{
  flex:0 0 auto!important;
  padding:9px 13px!important;
  font-size:12px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.site-header.premium-header .manager-contact{
  grid-column:3!important;
  justify-self:end!important;
  order:initial!important;
  margin:0!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  position:relative!important;
}
.site-header.premium-header .manager-contact__button{
  min-height:34px!important;
  padding:7px 12px!important;
  font-size:12px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
.site-header.premium-header .manager-contact__popup{
  top:calc(100% + 10px)!important;
  right:0!important;
  left:auto!important;
  width:260px!important;
  max-width:calc(100vw - 24px)!important;
}
.site-header.premium-header .icons,
.site-header.premium-header .burger,
.site-header.premium-header .cart-ico,
.site-header.premium-header .search-trigger{
  display:none!important;
}
body.mobile-search-open .header-search,
.site-header.premium-header.search-is-open .header-search{
  position:relative!important;
}


.info-page-short{margin:0 0 18px;color:#7d6658;font-size:16px;line-height:1.55;font-weight:650}
.info-page-content table{width:100%;border-collapse:collapse;margin:16px 0;background:#fff}.info-page-content td,.info-page-content th{border:1px solid #ead8cc;padding:10px;text-align:left}.info-page-content img{max-width:100%;height:auto;border-radius:12px}.info-page-content blockquote{margin:16px 0;padding:14px 16px;border-left:4px solid #e8752b;background:#fff7ef;border-radius:12px}
.auto-interlink{color:inherit;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;font-weight:700}
.auto-interlink:hover{color:#d97706}

/* Homepage staged loading */
.home-load-more-wrap{display:flex;justify-content:center;margin:24px 0 8px}
.home-load-more{border:0;border-radius:999px;padding:13px 28px;background:#ff7a1a;color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(255,122,26,.22);cursor:pointer;min-width:180px;min-height:48px}
.home-load-more:hover{filter:brightness(.96)}
.home-load-more:disabled{opacity:.65;cursor:wait}
.home-load-more[hidden]{display:none!important}
.product-card .pic picture,.product-card .pic img{display:block;width:100%;height:100%;}
.product-card .pic img{object-fit:contain;}
.detail-img picture,.detail-img img{display:block;width:100%;height:100%;}
.detail-img img{object-fit:contain;}


/* PageSpeed image wrappers */
.pic picture,
.detail-img picture{display:block;width:100%;height:100%}
.pic picture img,
.detail-img picture img{width:100%;height:100%;object-fit:contain}

/* === Public reviews blocks === */
.site-reviews{
  margin:42px auto 34px;
}
.site-reviews__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.site-reviews__head span{
  display:block;
  color:#d86f2f;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:5px;
}
.site-reviews__head h2{
  margin:0;
  color:#3d2418;
  font-size:clamp(24px,3vw,38px);
}
.site-reviews__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:16px;
}
.site-review-card{
  background:linear-gradient(180deg,#fff,#fff8f3);
  border:1px solid rgba(229,128,65,.18);
  border-radius:22px;
  padding:18px;
  box-shadow:0 18px 46px rgba(111,68,39,.08);
}
.site-review-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.site-review-card__top strong{
  color:#3d2418;
  font-size:16px;
}
.site-review-stars{
  white-space:nowrap;
  color:#e8803f;
  font-size:15px;
  letter-spacing:1px;
}
.site-review-card p{
  margin:0 0 12px;
  color:#5d4032;
  line-height:1.55;
}
.site-review-card small{
  color:#9a7764;
}
.product-page .site-reviews{
  padding:0;
  margin-top:34px;
}
@media (max-width:700px){
  .site-reviews__head{display:block}
  .site-reviews__grid{grid-template-columns:1fr}
}

/* === Reviews: improved public design + client form === */
.site-reviews{
  position:relative;
  padding:34px;
  border-radius:32px;
  background:linear-gradient(135deg,#fffaf6 0%,#fff 46%,#fff1e7 100%);
  box-shadow:0 22px 70px rgba(120,70,35,.09);
  border:1px solid rgba(232,128,64,.18);
  overflow:hidden;
}
.site-reviews:before{
  content:"";
  position:absolute;
  right:-90px;
  top:-100px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,#ffe1cf 0%,rgba(255,225,207,0) 68%);
  pointer-events:none;
}
.site-reviews__head p{
  max-width:360px;
  margin:0;
  color:#8b6250;
  font-weight:700;
  line-height:1.45;
}
.site-review-card{
  position:relative;
  min-height:170px;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease;
}
.site-review-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 60px rgba(111,68,39,.12);
}
.site-review-card__quote{
  position:absolute;
  right:16px;
  bottom:-30px;
  color:rgba(232,128,64,.14);
  font-family:Georgia,serif;
  font-size:108px;
  line-height:1;
  pointer-events:none;
}
.site-reviews-empty{
  position:relative;
  padding:18px 20px;
  border-radius:20px;
  background:#fff;
  border:1px dashed rgba(232,128,64,.35);
  color:#7b5c4b;
  font-weight:800;
}
.site-review-form{
  display:grid;
  grid-template-columns:minmax(240px,.75fr) minmax(280px,1.25fr);
  gap:22px;
  align-items:start;
  margin:22px auto 44px;
  padding:28px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(232,128,64,.18);
  box-shadow:0 18px 52px rgba(111,68,39,.08);
}
.site-review-form__info span{
  display:block;
  color:#d86f2f;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  margin-bottom:8px;
}
.site-review-form__info h2{
  margin:0 0 10px;
  color:#3d2418;
  font-size:clamp(23px,2.4vw,34px);
}
.site-review-form__info p{
  margin:0;
  color:#8b6250;
  font-weight:700;
  line-height:1.5;
}
.review-public-form{
  display:grid;
  gap:14px;
}
.review-public-grid{
  display:grid;
  grid-template-columns:1fr 160px;
  gap:12px;
}
.review-public-form label{
  display:grid;
  gap:7px;
  color:#4b2d1f;
  font-weight:900;
}
.review-public-form input,
.review-public-form select,
.review-public-form textarea{
  width:100%;
  border:1px solid #f0cbb7;
  border-radius:16px;
  background:#fffaf6;
  padding:13px 14px;
  color:#2f211a;
  font:inherit;
  outline:none;
}
.review-public-form input:focus,
.review-public-form select:focus,
.review-public-form textarea:focus{
  border-color:#e8803f;
  box-shadow:0 0 0 4px rgba(232,128,64,.12);
}
.review-hp{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.review-alert{
  grid-column:1/-1;
  padding:13px 16px;
  border-radius:16px;
  font-weight:900;
}
.review-alert.ok{background:#eafaf1;color:#0e623e;border:1px solid #b7e5cb}
.review-alert.error{background:#fff1ee;color:#a42a1a;border:1px solid #ffc7bd}
@media(max-width:780px){
  .site-reviews,.site-review-form{padding:20px;border-radius:24px}
  .site-review-form{grid-template-columns:1fr}
  .review-public-grid{grid-template-columns:1fr}
  .site-reviews__head p{margin-top:10px}
}

/* === Reviews public blocks: clean beautiful layout === */
.site-reviews{
  margin:46px auto 34px;
  padding:32px;
  border-radius:30px;
  background:linear-gradient(135deg,#fff 0%,#fffaf6 52%,#fff0e6 100%);
  border:1px solid rgba(255,91,15,.18);
  box-shadow:0 22px 60px rgba(90,45,18,.08);
}
.site-reviews__head{
  display:block;
  margin-bottom:22px;
}
.site-reviews__head h2{
  margin:0;
  color:#371b10;
  font-size:clamp(25px,3vw,40px);
  line-height:1.08;
}
.site-reviews__head span,
.site-reviews__head p{
  display:none!important;
}
.site-reviews__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:18px;
}
.site-review-card{
  position:relative;
  min-height:165px;
  padding:20px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(255,91,15,.14);
  box-shadow:0 16px 38px rgba(74,38,18,.07);
  overflow:hidden;
}
.site-review-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff5b0f,#ff9b54);
}
.site-review-card__quote{
  position:absolute;
  right:18px;
  bottom:-34px;
  color:rgba(255,91,15,.11);
  font-family:Georgia,serif;
  font-size:112px;
  line-height:1;
  pointer-events:none;
}
.site-review-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.site-review-card__top strong{
  color:#371b10;
  font-size:17px;
  line-height:1.2;
}
.site-review-stars{
  flex:0 0 auto;
  color:#ff5b0f;
  font-size:15px;
  letter-spacing:.5px;
  white-space:nowrap;
}
.site-review-card p{
  position:relative;
  margin:0 0 14px;
  color:#684332;
  font-size:15px;
  line-height:1.55;
}
.site-review-card small{
  color:#a27a67;
  font-weight:700;
}
.site-reviews-empty{
  padding:18px 20px;
  border-radius:20px;
  background:#fff;
  border:1px dashed rgba(255,91,15,.28);
  color:#684332;
  font-weight:800;
}

.site-review-form{
  display:grid;
  grid-template-columns:minmax(260px,.85fr) minmax(320px,1.15fr);
  gap:24px;
  align-items:start;
  margin:24px auto 48px;
  padding:30px;
  border-radius:30px;
  background:linear-gradient(135deg,#fff 0%,#fffaf6 100%);
  border:1px solid rgba(255,91,15,.18);
  box-shadow:0 22px 60px rgba(90,45,18,.08);
}
.site-review-form__info{
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg,#fff4ec,#fff);
  border:1px solid rgba(255,91,15,.14);
}
.site-review-form__info span{
  display:block;
  margin-bottom:10px;
  color:#ff5b0f;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}
.site-review-form__info h2{
  margin:0;
  color:#371b10;
  font-size:clamp(25px,2.7vw,38px);
  line-height:1.12;
}
.site-review-form__info p{
  display:none!important;
}
.review-public-form{
  display:grid;
  gap:14px;
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(255,91,15,.12);
}
.review-public-grid{
  display:grid;
  grid-template-columns:minmax(180px,1fr) 150px;
  gap:12px;
}
.review-public-form label{
  display:grid;
  gap:8px;
  color:#442316;
  font-weight:900;
}
.review-public-form input,
.review-public-form select,
.review-public-form textarea{
  width:100%;
  border:1px solid rgba(255,91,15,.24);
  border-radius:16px;
  background:#fffaf6;
  padding:13px 14px;
  color:#2f211a;
  font:inherit;
  outline:none;
}
.review-public-form textarea{
  min-height:116px;
  resize:vertical;
}
.review-public-form input:focus,
.review-public-form select:focus,
.review-public-form textarea:focus{
  border-color:#ff5b0f;
  box-shadow:0 0 0 4px rgba(255,91,15,.12);
  background:#fff;
}
.review-public-form button.orange.big{
  width:100%;
  min-height:54px;
  border-radius:999px;
  font-size:17px;
  font-weight:900;
}
.review-alert{
  grid-column:1/-1;
  padding:14px 16px;
  border-radius:16px;
  font-weight:900;
}
.review-alert.ok{
  background:#eafaf1;
  color:#0e623e;
  border:1px solid #b7e5cb;
}
.review-alert.error{
  background:#fff1ee;
  color:#a42a1a;
  border:1px solid #ffc7bd;
}
.review-hp{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
@media(max-width:780px){
  .site-reviews,
  .site-review-form{
    padding:20px;
    border-radius:24px;
  }
  .site-review-form{
    grid-template-columns:1fr;
  }
  .site-review-form__info,
  .review-public-form{
    padding:18px;
    border-radius:20px;
  }
  .review-public-grid{
    grid-template-columns:1fr;
  }
}



/* === Product reviews accordion === */
.product-reviews-accordion{
  margin:34px auto;
  border-radius:28px;
  background:linear-gradient(135deg,#fff 0%,#fffaf6 58%,#fff0e6 100%);
  border:1px solid rgba(255,91,15,.18);
  box-shadow:0 22px 60px rgba(90,45,18,.08);
  overflow:hidden;
}
.product-reviews-accordion > summary{
  list-style:none;
  cursor:pointer;
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:24px 28px;
  color:#371b10;
  font-size:clamp(24px,2.8vw,38px);
  font-weight:950;
  line-height:1.1;
}
.product-reviews-accordion > summary::-webkit-details-marker{
  display:none;
}
.product-reviews-accordion > summary::after{
  content:"Відкрити";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:999px;
  background:#ff5b0f;
  color:#fff;
  font-size:15px;
  font-weight:950;
  box-shadow:0 12px 28px rgba(255,91,15,.22);
}
.product-reviews-accordion[open] > summary::after{
  content:"Згорнути";
  background:#371b10;
}
.product-reviews-accordion__summary b{
  min-width:36px;
  height:36px;
  padding:0 10px;
  border-radius:999px;
  background:#fff0e6;
  color:#ff5b0f;
  border:1px solid rgba(255,91,15,.18);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  margin-left:auto;
}
.product-reviews-accordion__body{
  padding:0 28px 28px;
}
.product-reviews-accordion .site-reviews__grid{
  margin-top:0;
}
@media(max-width:700px){
  .product-reviews-accordion > summary{
    align-items:flex-start;
    flex-direction:column;
    padding:20px;
  }
  .product-reviews-accordion__summary b{
    margin-left:0;
  }
  .product-reviews-accordion > summary::after{
    width:100%;
  }
  .product-reviews-accordion__body{
    padding:0 20px 20px;
  }
}

/* === Product page reviews compact beautiful row fix === */
details#reviews.product-reviews-accordion,
.product-page details.product-reviews-accordion{
  width:min(1120px, calc(100% - 32px));
  margin:28px auto!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid rgba(255,91,15,.20)!important;
  box-shadow:0 16px 44px rgba(76,31,10,.07)!important;
  overflow:hidden!important;
}
details#reviews.product-reviews-accordion > summary,
.product-page details.product-reviews-accordion > summary{
  list-style:none!important;
  cursor:pointer!important;
  min-height:62px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:15px 18px!important;
  background:linear-gradient(135deg,#fffaf6,#fff 58%,#fff0e6)!important;
  color:#2b160d!important;
  font-size:20px!important;
  font-weight:950!important;
  line-height:1.15!important;
}
details#reviews.product-reviews-accordion > summary::-webkit-details-marker,
.product-page details.product-reviews-accordion > summary::-webkit-details-marker{
  display:none!important;
}
details#reviews.product-reviews-accordion > summary::before,
.product-page details.product-reviews-accordion > summary::before{
  content:"";
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:14px;
  background:#ff5b0f;
  box-shadow:0 10px 22px rgba(255,91,15,.22);
}
details#reviews.product-reviews-accordion > summary::after,
.product-page details.product-reviews-accordion > summary::after{
  content:"Показати"!important;
  min-height:34px!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  background:#fff1e8!important;
  color:#c24713!important;
  border:1px solid #ffd1bc!important;
  box-shadow:none!important;
  font-size:13px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
details#reviews.product-reviews-accordion[open] > summary::after,
.product-page details.product-reviews-accordion[open] > summary::after{
  content:"Згорнути"!important;
  background:#371b10!important;
  color:#fff!important;
  border-color:#371b10!important;
}
details#reviews.product-reviews-accordion .product-reviews-accordion__summary span,
.product-page details.product-reviews-accordion .product-reviews-accordion__summary span{
  flex:1 1 auto;
  min-width:0;
}
details#reviews.product-reviews-accordion .product-reviews-accordion__summary b,
.product-page details.product-reviews-accordion .product-reviews-accordion__summary b{
  margin-left:0!important;
  min-width:32px!important;
  height:32px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#ff5b0f!important;
  color:#fff!important;
  border:0!important;
  font-size:14px!important;
  box-shadow:0 8px 18px rgba(255,91,15,.18);
}
details#reviews.product-reviews-accordion .product-reviews-accordion__body,
.product-page details.product-reviews-accordion .product-reviews-accordion__body{
  padding:18px!important;
  background:#fffaf7!important;
  border-top:1px solid #ffe1d1!important;
}
@media(max-width:700px){
  details#reviews.product-reviews-accordion,
  .product-page details.product-reviews-accordion{width:calc(100% - 20px)}
  details#reviews.product-reviews-accordion > summary,
  .product-page details.product-reviews-accordion > summary{font-size:17px!important;padding:13px!important;gap:8px!important}
  details#reviews.product-reviews-accordion > summary::before,
  .product-page details.product-reviews-accordion > summary::before{width:32px;height:32px;flex-basis:32px;border-radius:12px}
  details#reviews.product-reviews-accordion > summary::after,
  .product-page details.product-reviews-accordion > summary::after{font-size:0!important;width:34px!important;min-width:34px!important;padding:0!important}
  details#reviews.product-reviews-accordion > summary::after,
  .product-page details.product-reviews-accordion > summary::after{content:"↓"!important;font-size:18px!important}
  details#reviews.product-reviews-accordion[open] > summary::after,
  .product-page details.product-reviews-accordion[open] > summary::after{content:"↑"!important}
}


/* === Product reviews beautiful row v2 === */
.product-reviews-accordion.wrap{
  margin:28px auto!important;
  padding:0!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid rgba(255,91,15,.20)!important;
  box-shadow:0 18px 44px rgba(72,35,14,.07)!important;
  overflow:hidden!important;
}
.product-reviews-accordion > summary.product-reviews-accordion__summary{
  min-height:74px!important;
  padding:18px 22px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:12px!important;
  color:#2d160c!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1.2!important;
  background:linear-gradient(135deg,#fff 0%,#fff8f3 100%)!important;
}
.product-reviews-accordion > summary.product-reviews-accordion__summary:before{
  content:"★";
  width:42px;
  height:42px;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ff5b0f;
  color:#fff;
  box-shadow:0 10px 24px rgba(255,91,15,.22);
  font-size:18px;
  line-height:1;
}
.product-reviews-accordion > summary.product-reviews-accordion__summary span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.product-reviews-accordion__summary b{
  margin-left:0!important;
  min-width:34px!important;
  height:34px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#fff0e7!important;
  color:#ff5b0f!important;
  border:1px solid rgba(255,91,15,.22)!important;
  font-size:14px!important;
  font-weight:950!important;
}
.product-reviews-accordion > summary.product-reviews-accordion__summary::after{
  content:"Відкрити"!important;
  min-height:36px!important;
  padding:8px 14px!important;
  border-radius:12px!important;
  background:#2d160c!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
  box-shadow:none!important;
}
.product-reviews-accordion[open] > summary.product-reviews-accordion__summary::after{
  content:"Згорнути"!important;
  background:#ff5b0f!important;
}
.product-reviews-accordion__body{
  padding:0 22px 22px!important;
  background:#fff!important;
}
@media(max-width:700px){
  .product-reviews-accordion > summary.product-reviews-accordion__summary{
    grid-template-columns:auto minmax(0,1fr) auto!important;
  }
  .product-reviews-accordion > summary.product-reviews-accordion__summary::after{
    grid-column:1/-1;
    width:100%;
  }
}

/* === Home reviews accordion row like product reviews === */
.home-reviews-accordion.product-reviews-accordion.wrap{
  margin:32px auto!important;
  padding:0!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid rgba(255,91,15,.22)!important;
  box-shadow:0 18px 44px rgba(72,35,14,.07)!important;
  overflow:hidden!important;
}
.home-reviews-accordion.product-reviews-accordion > summary.product-reviews-accordion__summary{
  min-height:74px!important;
  padding:18px 22px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:12px!important;
  color:#2d160c!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1.2!important;
  background:linear-gradient(135deg,#fff 0%,#fff8f3 100%)!important;
  cursor:pointer!important;
}
.home-reviews-accordion.product-reviews-accordion > summary.product-reviews-accordion__summary:before{
  content:"★"!important;
  width:42px!important;
  height:42px!important;
  flex-basis:42px!important;
  border-radius:15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#ff5b0f!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(255,91,15,.22)!important;
  font-size:18px!important;
  line-height:1!important;
}
.home-reviews-accordion.product-reviews-accordion .product-reviews-accordion__summary b{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:34px!important;
  height:34px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#ff5b0f!important;
  color:#fff!important;
  border:0!important;
  font-size:14px!important;
  font-weight:950!important;
  box-shadow:0 8px 18px rgba(255,91,15,.18)!important;
}
.home-reviews-accordion.product-reviews-accordion > summary.product-reviews-accordion__summary::after{
  content:"Показати"!important;
  min-height:36px!important;
  padding:8px 16px!important;
  border-radius:14px!important;
  background:#fff4ee!important;
  color:#e64d0a!important;
  border:1px solid rgba(255,91,15,.25)!important;
  font-size:13px!important;
  font-weight:950!important;
}
.home-reviews-accordion.product-reviews-accordion[open] > summary.product-reviews-accordion__summary::after{
  content:"Сховати"!important;
  background:#ff5b0f!important;
  color:#fff!important;
  border-color:#ff5b0f!important;
}
.home-reviews-accordion.product-reviews-accordion .product-reviews-accordion__body{
  padding:18px 22px 22px!important;
  background:#fff!important;
  border-top:1px solid #ffe1d1!important;
}
@media(max-width:700px){
  .home-reviews-accordion.product-reviews-accordion > summary.product-reviews-accordion__summary{
    grid-template-columns:auto minmax(0,1fr) auto!important;
    padding:14px!important;
  }
  .home-reviews-accordion.product-reviews-accordion > summary.product-reviews-accordion__summary::after{
    grid-column:1/-1!important;
    width:100%!important;
    text-align:center!important;
  }
}


/* === Review form: top success message and two-column clean layout === */
.review-alert.review-alert--top{
  display:block;
  grid-column:auto;
  box-sizing:border-box;
  margin:22px auto -6px;
  padding:15px 18px;
  border-radius:18px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(19,106,62,.08);
}
.site-review-form{
  grid-template-columns:minmax(260px,.85fr) minmax(320px,1.15fr);
  align-items:start;
}
.site-review-form__info{
  min-height:112px;
}
.review-public-form{
  align-self:start;
}
@media(max-width:780px){
  .review-alert.review-alert--top{
    margin:16px auto -2px;
  }
}

/* Product quantity picker before add-to-cart */
.product-buy-form{display:flex;align-items:center;gap:10px;margin-top:14px}.product-buy-form .orange{margin-top:0}.product-qty{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:48px;border:1px solid var(--line);border-radius:999px;background:#fffaf6;box-shadow:0 10px 24px rgba(92,52,31,.07);overflow:hidden}.product-qty__btn{width:42px;height:48px;border:0;background:transparent;color:var(--orange2);font-size:22px;font-weight:950;line-height:1;cursor:pointer}.product-qty__btn:hover{background:#fff0e5}.product-qty__input{width:44px;height:48px;border:0;background:transparent;text-align:center;color:var(--ink);font-weight:950;font-size:16px;outline:0;-moz-appearance:textfield}.product-qty__input::-webkit-outer-spin-button,.product-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.card-buy-form{display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px;align-items:center}.card-buy-form .product-qty{height:42px;width:112px}.card-buy-form .product-qty__btn{width:34px;height:42px;font-size:20px}.card-buy-form .product-qty__input{width:38px;height:42px;font-size:15px}.card-buy-form .orange{width:100%}.detail-buy-form{flex-wrap:wrap}.detail-buy-form .product-qty{height:54px}.detail-buy-form .product-qty__btn{height:54px;width:48px}.detail-buy-form .product-qty__input{height:54px;width:54px;font-size:18px}.detail-buy-form .orange.big{min-height:54px}
@media(max-width:720px){.product-buy-form{gap:8px}.card-buy-form{grid-template-columns:1fr;gap:7px}.card-buy-form .product-qty{width:100%}.detail-buy-form{display:grid;grid-template-columns:1fr;}.detail-buy-form .product-qty{width:100%}.detail-buy-form .orange.big{width:100%}}


/* Product cards: compact add-to-cart button and clearer clickable title */
.product-card h3{
  min-height:50px;
  margin:8px 0 8px;
  font-size:17px;
  line-height:1.28;
}
.product-card h3 a{
  display:inline;
  color:var(--ink);
  font-weight:950;
  text-decoration:none;
  border-bottom:2px solid rgba(255,106,26,.28);
  transition:color .18s ease,border-color .18s ease,background .18s ease;
}
.product-card h3 a:hover{
  color:var(--orange2);
  border-color:var(--orange);
  background:linear-gradient(180deg,transparent 58%,rgba(255,106,26,.12) 0);
}
.product-card h3 a::after{
  content:' →';
  color:var(--orange2);
  font-weight:950;
  opacity:.85;
}
.product-card .card-buy-form{
  grid-template-columns:104px minmax(0,1fr);
  gap:7px;
}
.product-card .card-buy-form .product-qty{
  width:104px;
  height:38px;
}
.product-card .card-buy-form .product-qty__btn{
  width:31px;
  height:38px;
  font-size:18px;
}
.product-card .card-buy-form .product-qty__input{
  width:36px;
  height:38px;
  font-size:14px;
}
.product-card .card-buy-form .orange{
  min-height:38px;
  padding:7px 8px;
  border-radius:14px;
  font-size:12px;
  line-height:1.08;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  text-align:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.detail-buy-form .orange.big{
  min-height:48px;
  padding:12px 18px;
  border-radius:16px;
  font-size:15px;
}
@media(max-width:720px){
  .product-card .card-buy-form{
    grid-template-columns:96px minmax(0,1fr);
  }
  .product-card .card-buy-form .product-qty{
    width:96px;
  }
  .product-card .card-buy-form .orange{
    font-size:11.5px;
    padding-left:7px;
    padding-right:7px;
  }
}


/* Fix product-card cart button text overflow on narrow cards */
.product-card .card-buy-form .orange{
  max-width:100%;
  min-width:0;
  overflow:hidden;
}
.product-card .card-buy-form{
  min-width:0;
}

/* Uploaded site logo */
.premium-logo .site-logo-img{display:block;max-width:220px;max-height:58px;width:auto;height:auto;object-fit:contain}
.site-header.premium-header .premium-logo:has(.site-logo-img){font-size:0!important;line-height:0!important;display:flex!important;align-items:center!important;text-decoration:none!important}
@media(max-width:760px){.premium-logo .site-logo-img{max-width:165px;max-height:48px}}


/* === FIX 2026-05-30: uploaded logo must not break header height === */
.site-header.premium-header .wrap.nav{
  min-height:82px!important;
  height:82px!important;
  max-height:82px!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
  overflow:visible!important;
}
.site-header.premium-header .premium-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  height:58px!important;
  max-height:58px!important;
  line-height:1!important;
  overflow:visible!important;
}
.site-header.premium-header .premium-logo .site-logo-img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:220px!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:760px){
  .site-header.premium-header .wrap.nav{
    height:auto!important;
    max-height:none!important;
    min-height:74px!important;
  }
  .site-header.premium-header .premium-logo{
    height:48px!important;
    max-height:48px!important;
  }
  .site-header.premium-header .premium-logo .site-logo-img{
    max-width:165px!important;
    max-height:48px!important;
  }
}

/* === FIX 2026-06-01: stable catalog card width after browser back/return === */
.home-shop-grid,
.product-grid,
.grid-products{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}
.product-card,
.premium-product-card{
  min-width:0;
}
.product-card .card-buy-form{
  grid-template-columns:104px minmax(118px,1fr);
  align-items:center;
  min-width:0;
}
.product-card .card-buy-form .orange,
.product-card button.orange,
.product-card .orange{
  white-space:normal;
  overflow-wrap:normal;
  word-break:keep-all;
  hyphens:none;
  min-width:118px;
  width:100%;
  max-width:100%;
  line-height:1.12;
}
@media (max-width:1100px){
  .home-shop-grid,
  .product-grid,
  .grid-products{
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  }
}
@media (max-width:720px){
  .product-card .card-buy-form{
    grid-template-columns:1fr;
  }
  .product-card .card-buy-form .product-qty,
  .product-card .card-buy-form .orange,
  .product-card button.orange,
  .product-card .orange{
    width:100%;
    min-width:0;
  }
}

/* Fix catalog header button: remove browser default border and keep site style */
.home-shop-categories__head{
  width:100%;
  border:0;
  outline:0;
  font-family:inherit;
  text-align:left;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}
.home-shop-categories__head:focus-visible{
  box-shadow:0 0 0 3px rgba(255,106,26,.22);
}

/* ===== Desktop catalog sidebar polish and sticky behavior ===== */
@media (min-width:761px){
  .home-shop-layout{
    overflow:visible;
  }

  .home-shop-categories[data-mobile-catalog]{
    position:-webkit-sticky;
    position:sticky;
    top:16px;
    z-index:300;
    align-self:flex-start;
    overflow:hidden;
  }

  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:68px;
    width:100%;
    padding:14px 18px;
    border:2px solid #ff6a1a;
    border-radius:22px 22px 0 0;
    background:linear-gradient(180deg,#fffaf6 0%,#ffffff 100%);
    box-shadow:0 10px 24px rgba(255,106,26,.12),0 8px 20px rgba(92,52,31,.06);
    text-align:center;
    cursor:default;
  }

  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head span{
    margin:0 0 4px;
    color:#ff3d12;
    font-size:10px;
    font-weight:950;
    letter-spacing:.14em;
    text-align:center;
    text-transform:uppercase;
  }

  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head strong{
    width:100%;
    color:#1d120d;
    font-size:22px;
    line-height:1.1;
    font-weight:950;
    text-align:center;
  }

  .home-shop-categories[data-mobile-catalog] .home-shop-categories__list{
    border-top:0;
  }
}

/* ===== FINAL FIX: desktop catalog button clean style + sticky sidebar ===== */
@media (min-width:761px){
  .home-shop-layout{
    overflow:visible!important;
    align-items:flex-start!important;
  }

  .home-shop-categories[data-mobile-catalog]{
    position:-webkit-sticky!important;
    position:sticky!important;
    top:16px!important;
    z-index:320!important;
    align-self:flex-start!important;
    overflow:hidden!important;
    border:1px solid rgba(92,52,31,.10)!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 18px 46px rgba(92,52,31,.08)!important;
  }

  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:calc(100% - 20px)!important;
    min-height:56px!important;
    margin:10px 10px 8px!important;
    padding:10px 16px!important;
    border:1.5px solid rgba(255,106,26,.88)!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fffaf6 0%,#ffffff 100%)!important;
    box-shadow:0 10px 24px rgba(255,106,26,.10)!important;
    text-align:center!important;
    cursor:default!important;
  }

  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head span{
    display:block!important;
    margin:0 0 3px!important;
    color:#ff3d12!important;
    font-size:10px!important;
    line-height:1.1!important;
    font-weight:950!important;
    letter-spacing:.13em!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }

  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head strong{
    display:block!important;
    width:100%!important;
    margin:0!important;
    color:#1d120d!important;
    font-size:21px!important;
    line-height:1.05!important;
    font-weight:950!important;
    text-align:center!important;
  }

  .home-shop-categories[data-mobile-catalog] .home-shop-categories__list{
    padding:0 10px 12px!important;
    border-top:0!important;
  }
}


/* ===== REAL WORKING FIX: fixed catalog block on scroll, desktop + phone ===== */
.home-shop-catalog-fixed-placeholder{
  display:none;
  width:100%;
  min-width:0;
  pointer-events:none;
}
.home-shop-categories.is-fixed-catalog{
  position:fixed!important;
  z-index:5000!important;
  margin-top:0!important;
  transform:none!important;
}

.home-shop-layout[data-home-catalog]{
  position:relative;
}
.home-shop-categories.is-stopped-catalog{
  position:absolute!important;
  z-index:20!important;
  margin-top:0!important;
  transform:none!important;
}
@media (min-width:761px){
  .home-shop-categories[data-mobile-catalog]{
    border:1px solid rgba(255,106,26,.28)!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 18px 46px rgba(92,52,31,.08)!important;
    overflow:hidden!important;
  }
  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:calc(100% - 20px)!important;
    min-height:58px!important;
    margin:10px!important;
    padding:10px 16px!important;
    border:1.5px solid #ff6a1a!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fffaf6,#fff)!important;
    text-align:center!important;
    box-shadow:0 10px 24px rgba(255,106,26,.10)!important;
  }
  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head span,
  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head strong{
    display:block!important;
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    text-align:center!important;
  }
  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head span{
    margin-bottom:3px!important;
    color:#ff3d12!important;
    font-size:10px!important;
    line-height:1.1!important;
    font-weight:950!important;
    letter-spacing:.13em!important;
    text-transform:uppercase!important;
  }
  .home-shop-categories[data-mobile-catalog] .home-shop-categories__head strong{
    color:#1d120d!important;
    font-size:21px!important;
    line-height:1.05!important;
    font-weight:950!important;
  }
}

/* Product photo gallery: one large image + small thumbnails */
.product-gallery{min-width:0;width:100%;}
.product-gallery-main{display:flex;align-items:center;justify-content:center;min-height:520px;overflow:hidden;}
.product-gallery-main picture,.product-gallery-main img{display:block;width:100%;height:100%;}
.product-gallery-main img{max-height:520px;object-fit:contain;}
.product-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:10px;margin-top:12px;max-width:100%;}
.product-gallery-thumb{height:82px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:6px;cursor:pointer;overflow:hidden;box-shadow:0 8px 18px rgba(92,52,31,.06);}
.product-gallery-thumb.is-active{border-color:var(--orange2);box-shadow:0 0 0 2px rgba(255,86,16,.18);}
.product-gallery-thumb picture,.product-gallery-thumb img{display:block;width:100%;height:100%;}
.product-gallery-thumb img{object-fit:contain;}
