/*
Theme Name: Sypermarket
Theme URI: https://sypermarket.com
Description: Тема інтернет-магазину вживаної побутової техніки з Німеччини. Режим каталогу: замовлення за телефоном, без кошика. Українська мова.
Author: Sypermarket
Version: 1.0.0
Requires PHP: 5.6
Requires at least: 5.0
Text Domain: sypermarket
Tags: woocommerce, catalog, ukrainian
*/

/* ==========================================================================
   Токени
   ========================================================================== */
:root{
  --accent:#CC3F0A;
  --accent-dark:#A63208;
  --accent-text:#B23A08;
  --accent-soft:#FDF3EE;
  --accent-line:#F6DCD0;
  --ink:#101418;
  --ink-2:#1C2430;
  --text:#101418;
  --muted:#667085;
  --faint:#98A2B3;
  --line:#E4E7EC;
  --line-soft:#EEF0F3;
  --ground:#F5F6F8;
  --ok:#0E8A4F;
  --ok-bg:#E9F7EF;
  --ok-text:#08663A;
  --radius:14px;
  --radius-lg:22px;
  --wrap:1240px;
}

/* ==========================================================================
   База
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:#fff;
  color:var(--text);
  font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:15px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--accent-text);text-decoration:none}
a:hover{color:var(--accent-dark)}
h1,h2,h3,h4{margin:0 0 .6em;font-weight:800;letter-spacing:-.6px;line-height:1.2;color:var(--ink)}
h1{font-size:34px}
h2{font-size:28px}
h3{font-size:20px}
p{margin:0 0 1em}
button{font-family:inherit}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.display{font-family:'Unbounded','Manrope',sans-serif;font-weight:700}

/* ==========================================================================
   Кнопки
   ========================================================================== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  border:none;border-radius:12px;padding:15px 24px;
  font-size:14px;font-weight:800;line-height:1;text-align:center;
  cursor:pointer;transition:background .15s ease,color .15s ease;
  min-height:48px;
}
.btn--accent{background:var(--accent);color:#fff}
.btn--accent:hover{background:var(--accent-dark);color:#fff}
.btn--dark{background:var(--ink);color:#fff}
.btn--dark:hover{background:#000;color:#fff}
.btn--ghost{background:#fff;border:1px solid var(--line);color:var(--ink)}
.btn--ghost:hover{border-color:var(--ink);color:var(--ink)}
.btn--ghost-dark{background:transparent;border:1.5px solid #3A424E;color:#fff}
.btn--ghost-dark:hover{border-color:#fff;color:#fff}
.btn--block{display:flex;width:100%}
.btn--sm{padding:12px 16px;min-height:42px;font-size:13px}

/* ==========================================================================
   Шапка
   ========================================================================== */
.topbar{background:var(--ink);color:#C3C9D2;font-size:12px;font-weight:600}
.topbar__in{display:flex;align-items:center;gap:20px;min-height:40px;padding-top:6px;padding-bottom:6px;flex-wrap:wrap}
.topbar__left{display:flex;align-items:center;gap:7px}
.topbar__right{margin-left:auto}
.topbar svg{flex:none}

.site-header{background:#fff;border-bottom:1px solid var(--line-soft)}
.site-header__in{display:flex;align-items:center;gap:26px;min-height:92px;padding-top:14px;padding-bottom:14px}

.brand{display:flex;align-items:center;gap:12px;flex:none}
.brand:hover{color:inherit}
.brand__mark{flex:none}
.brand__txt{display:flex;flex-direction:column;gap:5px}
.brand__name{font-size:8px;font-weight:800;letter-spacing:2.6px;color:var(--faint);text-transform:uppercase}
.brand__what{font-family:'Unbounded','Manrope',sans-serif;font-size:17px;font-weight:700;letter-spacing:-.4px;color:var(--ink);line-height:1}

.searchbox{flex:1 1 auto;max-width:440px;display:flex;align-items:center;gap:10px;background:var(--ground);border:1px solid var(--line);border-radius:12px;height:50px;padding:0 16px}
.searchbox input{flex:1;border:0;background:transparent;font:inherit;font-size:14px;font-weight:500;color:var(--ink);outline:none;min-width:0}
.searchbox svg{flex:none}

.header-phones{display:flex;flex-direction:column;gap:2px;align-items:flex-end;flex:none;margin-left:auto}
.header-phones__label{font-size:11px;font-weight:700;color:var(--muted)}
.header-phones__a{font-size:19px;font-weight:800;color:var(--ink);letter-spacing:-.3px}
.header-phones__b{font-size:12px;font-weight:700;color:var(--muted)}

.burger{display:none;align-items:center;justify-content:center;width:48px;height:48px;margin-left:-12px;background:none;border:0;cursor:pointer;flex:none}
.header-call{display:none}

/* Навігація */
.nav{background:#fff;border-bottom:1px solid var(--line-soft)}
.nav__in{display:flex;align-items:center;gap:22px;min-height:58px;flex-wrap:wrap;padding-top:8px;padding-bottom:8px}
.nav__all{display:inline-flex;align-items:center;gap:9px;background:var(--ink);color:#fff;font-size:13px;font-weight:800;border-radius:10px;padding:11px 16px;flex:none}
.nav__all:hover{background:#000;color:#fff}
.nav ul{display:flex;align-items:center;gap:22px;margin:0;padding:0;list-style:none;flex-wrap:wrap}
.nav a{font-size:13px;font-weight:700;color:#344054}
.nav a:hover{color:var(--accent-text)}
.nav .current-menu-item>a{color:var(--accent-text)}

/* ==========================================================================
   Головна
   ========================================================================== */
.section{padding:48px 0 0}
.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px;flex-wrap:wrap}
.section__head p{margin:7px 0 0;font-size:14px;font-weight:600;color:var(--muted)}
.section__more{font-size:14px;font-weight:800;white-space:nowrap}

.hero{display:flex;gap:20px;padding-top:36px;align-items:stretch}
.hero__main{flex:1 1 auto;background:var(--ink);border-radius:var(--radius-lg);padding:48px;display:flex;flex-direction:column;gap:24px;justify-content:center}
.hero__kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(255,122,61,.16);border-radius:100px;padding:8px 14px;align-self:flex-start;font-size:12px;font-weight:800;letter-spacing:.6px;color:#FFB48C}
.hero__kicker i{width:7px;height:7px;border-radius:4px;background:#FF7A3D;display:block}
.hero h1{font-family:'Unbounded','Manrope',sans-serif;font-size:42px;font-weight:700;line-height:1.14;letter-spacing:-1.1px;color:#fff;margin:0;max-width:620px}
.hero__sub{margin:0;font-size:17px;font-weight:500;line-height:1.55;color:#A8B0BC;max-width:540px}
.hero__cta{display:flex;gap:12px;flex-wrap:wrap}
.hero__side{width:390px;flex:none;display:flex;flex-direction:column;gap:20px}
.hero__card{flex:1;background:var(--ground);border-radius:var(--radius-lg);padding:26px 28px;display:flex;align-items:center;gap:18px;color:inherit}
.hero__card:hover{background:#EDEFF3;color:inherit}
.hero__card-txt{flex:1;display:flex;flex-direction:column;gap:7px}
.hero__card-kicker{font-size:11px;font-weight:800;letter-spacing:1.4px;color:var(--faint)}
.hero__card-name{font-size:21px;font-weight:800;color:var(--ink);letter-spacing:-.4px}
.hero__card-more{font-size:13px;font-weight:800;color:var(--accent-text)}
.hero__card svg{flex:none}

.usps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-top:28px}
.usp{background:var(--accent-soft);border-radius:16px;padding:20px 22px;display:flex;align-items:center;gap:14px}
.usp svg{flex:none}
.usp b{display:block;font-size:14px;font-weight:800;color:var(--ink)}
.usp span{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-top:3px}

.cats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.cat{border:1px solid var(--line);border-radius:16px;padding:20px 14px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;color:inherit}
.cat:hover{border-color:var(--ink);color:inherit}
.cat__name{font-size:13px;font-weight:700;color:var(--ink);line-height:1.3}
.cat__count{font-size:11px;font-weight:700;color:var(--faint)}
.cat img{width:46px;height:46px;object-fit:contain}

.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.step{background:var(--ground);border-radius:18px;padding:26px;display:flex;flex-direction:column;gap:12px}
.step__n{font-family:'Unbounded','Manrope',sans-serif;font-size:30px;font-weight:700;color:var(--accent);line-height:1}
.step b{font-size:16px;font-weight:800;color:var(--ink)}
.step span{font-size:13px;font-weight:600;color:var(--muted);line-height:1.55}

.social-band{background:var(--ink);border-radius:var(--radius-lg);padding:40px 44px;display:flex;align-items:center;gap:44px}
.social-band__txt{width:430px;flex:none;display:flex;flex-direction:column;gap:16px}
.social-band__kicker{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;background:rgba(255,255,255,.09);border-radius:100px;padding:7px 13px;font-size:11px;font-weight:800;letter-spacing:1px;color:#FFB48C}
.social-band h2{color:#fff;font-size:27px;margin:0;line-height:1.25}
.social-band p{margin:0;font-size:15px;font-weight:500;color:#A8B0BC;line-height:1.6}
.social-band__grid{flex:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.social-band__grid div{height:210px;border-radius:14px;background:var(--ink-2)}

.callback{border:1px solid var(--line);background:var(--accent-soft);border-radius:var(--radius-lg);padding:38px 44px;display:flex;align-items:center;gap:44px}
.callback__txt{width:470px;flex:none;display:flex;flex-direction:column;gap:11px}
.callback__txt h2{margin:0;font-size:26px;line-height:1.25}
.callback__txt p{margin:0;font-size:14px;font-weight:600;color:var(--muted);line-height:1.6}
.callback__phones{display:flex;gap:22px;margin-top:6px;flex-wrap:wrap}
.callback__phones a{font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.3px}
.callback__form{flex:1;display:flex;flex-direction:column;gap:12px;background:#fff;border-radius:16px;padding:24px}
.callback__form b{font-size:14px;font-weight:800;color:var(--ink)}
.callback__row{display:flex;gap:10px;flex-wrap:wrap}
.field{flex:1 1 160px;display:flex;flex-direction:column;gap:6px}
.field label{font-size:11px;font-weight:700;color:var(--muted)}
.field input{height:48px;border:1px solid var(--line);border-radius:10px;padding:0 14px;font:inherit;font-size:14px;font-weight:600;color:var(--ink);outline:none}
.field input:focus{border-color:var(--accent)}
.callback__note{font-size:11px;font-weight:600;color:var(--faint)}
.form-msg{font-size:13px;font-weight:700;padding:10px 0 0}
.form-msg--ok{color:var(--ok-text)}
.form-msg--err{color:var(--accent-dark)}

/* ==========================================================================
   Картки товарів
   ========================================================================== */
.products,
ul.products{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;
  margin:0;padding:0;list-style:none;
}
.shop__grid ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
ul.products::before,ul.products::after{content:none!important;display:none!important}

.card{
  border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;
  display:flex;flex-direction:column;height:100%;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.card:hover{border-color:#CBD2DB;box-shadow:0 6px 20px rgba(16,20,24,.07)}
.card__media{position:relative;display:block;aspect-ratio:4/3;background:var(--ground);overflow:hidden}
.card__media img{width:100%;height:100%;object-fit:cover}
.card__media .noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.card__badge{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:6px;background:var(--ok-bg);border-radius:100px;padding:6px 11px;font-size:11px;font-weight:800;color:var(--ok-text)}
.card__badge i{width:6px;height:6px;border-radius:3px;background:var(--ok);display:block}
.card__badge--sold{background:#F2F4F7;color:#475467}
.card__badge--sold i{background:#98A2B3}
.card__body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.card__title{font-size:15px;font-weight:700;color:var(--ink);line-height:1.35;min-height:40px}
.card__title a{color:inherit}
.card__title a:hover{color:var(--accent-text)}
.card__spec{font-size:12px;font-weight:600;color:var(--muted)}
.card__price{font-size:23px;font-weight:800;color:var(--ink);letter-spacing:-.6px;margin-top:auto}
.card__price del{font-size:15px;color:var(--faint);font-weight:600;margin-right:8px}
.card__price ins{text-decoration:none}

/* ==========================================================================
   Каталог
   ========================================================================== */
.breadcrumbs{padding-top:24px;font-size:12px;font-weight:600;color:var(--faint)}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs span{margin:0 6px}

.shop__top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-top:14px;flex-wrap:wrap}
.shop__top h1{margin:0}
.shop__top p{margin:8px 0 0;font-size:14px;font-weight:600;color:var(--muted)}
.shop__layout{display:flex;gap:32px;align-items:flex-start;padding-top:26px}
.shop__side{width:280px;flex:none;display:flex;flex-direction:column;gap:14px}
.shop__grid{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px}

.fbox{border:1px solid var(--line);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:13px}
.fbox__t{font-size:14px;font-weight:800;color:var(--ink)}
.fbox ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:11px}
.fbox li{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#344054}
.fbox li a{color:#344054;flex:1}
.fbox li a:hover{color:var(--accent-text)}
.fbox li.current a{color:var(--accent-text);font-weight:800}
.fbox li .cnt{color:var(--faint);font-weight:600;font-size:12px}

.side-call{background:var(--ink);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:10px}
.side-call b{font-size:14px;font-weight:800;color:#fff;line-height:1.4}
.side-call span{font-size:12px;font-weight:600;color:#A8B0BC;line-height:1.6}

.woocommerce-ordering select,
.orderby{height:46px;border:1px solid var(--line);border-radius:10px;padding:0 14px;font:inherit;font-size:13px;font-weight:700;color:var(--ink);background:#fff}

.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:16px;flex-wrap:wrap}
.pagination .page-numbers{min-width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;color:#344054;font-size:14px;font-weight:700;padding:0 14px}
.pagination .page-numbers.current{background:var(--ink);border-color:var(--ink);color:#fff;font-weight:800}
.pagination .page-numbers:hover{border-color:var(--ink);color:var(--ink)}
.pagination .page-numbers.current:hover{color:#fff}
.pagination .dots{border:0}

.empty{border:1px solid var(--line);border-radius:18px;padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}
.empty h2{margin:0;font-size:22px}
.empty p{margin:0;color:var(--muted);font-weight:600;max-width:460px}

/* ==========================================================================
   Картка товару
   ========================================================================== */
.product__top{display:flex;gap:40px;align-items:flex-start;padding-top:24px}
.gallery{width:700px;flex:none;display:flex;gap:16px}
.gallery__thumbs{width:84px;flex:none;display:flex;flex-direction:column;gap:10px}
.gallery__thumb{height:84px;border:1px solid var(--line);border-radius:10px;background:var(--ground);overflow:hidden;cursor:pointer;padding:0;width:100%}
.gallery__thumb img{width:100%;height:100%;object-fit:cover}
.gallery__thumb.is-active{border:2px solid var(--accent)}
.gallery__main{flex:1;min-width:0;background:var(--ground);border-radius:18px;overflow:hidden;position:relative;aspect-ratio:1/1}
.gallery__main img{width:100%;height:100%;object-fit:contain}
.gallery__note{position:absolute;bottom:18px;left:18px;background:#fff;border-radius:100px;padding:9px 15px;font-size:12px;font-weight:700;color:var(--muted)}

.product__info{width:500px;flex:none;display:flex;flex-direction:column;gap:18px}
.product__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.stock-badge{display:inline-flex;align-items:center;gap:6px;background:var(--ok-bg);border-radius:100px;padding:7px 12px;font-size:12px;font-weight:800;color:var(--ok-text)}
.stock-badge i{width:6px;height:6px;border-radius:3px;background:var(--ok);display:block}
.stock-badge--sold{background:#F2F4F7;color:#475467}
.stock-badge--sold i{background:#98A2B3}
.product__sku{font-size:12px;font-weight:600;color:var(--faint)}
.product__info h1{margin:0;font-size:30px;letter-spacing:-.9px;line-height:1.2}
.product__price{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.product__price .amount,.product__price .price{font-size:42px;font-weight:800;color:var(--ink);letter-spacing:-1.4px;line-height:1}
.product__price del .amount{font-size:22px;color:var(--faint)}
.product__warranty{font-size:13px;font-weight:700;color:var(--muted)}

.callpanel{background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:12px}
.callpanel b{font-size:13px;font-weight:800;color:var(--ink)}
.callpanel__row{display:flex;gap:10px;flex-wrap:wrap}
.callpanel__row>*{flex:1 1 160px}
.callpanel__main{background:var(--accent);color:#fff;border-radius:11px;padding:15px;text-align:center;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:9px;min-height:50px}
.callpanel__main:hover{background:var(--accent-dark);color:#fff}
.callpanel__alt{background:#fff;border:1px solid var(--accent-line);color:var(--ink);border-radius:11px;padding:14px;text-align:center;font-size:14px;font-weight:800;min-height:48px;display:flex;align-items:center;justify-content:center}
.callpanel__alt:hover{border-color:var(--accent);color:var(--ink)}
.callpanel__note{font-size:12px;font-weight:600;color:#8A6A59;line-height:1.55}

.sold{background:#F2F4F7;border:1px solid #DDE1E7;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:10px}
.sold b{font-size:17px;font-weight:800;color:var(--ink)}
.sold p{margin:0;font-size:14px;font-weight:600;color:var(--muted);line-height:1.6}

.specgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.specgrid div{border:1px solid var(--line);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}
.specgrid dt{font-size:11px;font-weight:700;color:var(--faint);margin:0}
.specgrid dd{font-size:15px;font-weight:800;color:var(--ink);margin:0}

.trustlist{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}
.trustlist li{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:600;color:#344054;line-height:1.5}
.trustlist svg{flex:none;margin-top:2px}

.product__bottom{display:flex;gap:40px;align-items:flex-start;padding-top:48px}
.product__desc{width:700px;flex:none}
.product__desc h2{font-size:22px}
.product__desc p{font-size:15px;font-weight:500;color:#344054;line-height:1.75}
.product__desc ul{padding-left:20px}
.product__desc li{font-size:15px;color:#344054;line-height:1.75;margin-bottom:6px}
.usednote{background:var(--ground);border-radius:14px;padding:18px 20px;display:flex;gap:13px;align-items:flex-start;margin-top:16px;font-size:13px;font-weight:600;color:#475467;line-height:1.65}
.usednote svg{flex:none;margin-top:2px}
.product__attrs{width:500px;flex:none}
.product__attrs h2{font-size:22px}
.attrs{border:1px solid var(--line);border-radius:16px;overflow:hidden}
.attrs__row{display:flex;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line-soft)}
.attrs__row:last-child{border-bottom:0}
.attrs__k{width:210px;flex:none;font-size:13px;font-weight:600;color:var(--muted)}
.attrs__v{flex:1;font-size:13px;font-weight:700;color:var(--ink)}

/* ==========================================================================
   Сторінки, пошук, 404
   ========================================================================== */
.page-body{padding:32px 0 56px;max-width:820px}
.page-body h1{margin-bottom:24px}
.page-body h2{font-size:22px;margin-top:32px}
.page-body p,.page-body li{font-size:16px;color:#344054;line-height:1.75}
.page-body ul,.page-body ol{padding-left:22px}
.page-body img{border-radius:14px;margin:20px 0}
.page-body table{width:100%;border-collapse:collapse;margin:20px 0}
.page-body th,.page-body td{border:1px solid var(--line);padding:12px 14px;text-align:left;font-size:14px}
.page-body th{background:var(--ground);font-weight:800}

/* ==========================================================================
   Підвал
   ========================================================================== */
.site-footer{background:var(--ink);color:#8B94A1;margin-top:56px}
.site-footer__cols{display:flex;gap:60px;padding:48px 0 36px;flex-wrap:wrap}
.site-footer__about{width:330px;flex:none;display:flex;flex-direction:column;gap:16px}
.site-footer__about p{margin:0;font-size:13px;font-weight:500;color:#8B94A1;line-height:1.65}
.site-footer .brand__name{color:#8B94A1}
.site-footer .brand__what{color:#fff}
.site-footer__col{flex:1 1 180px;display:flex;flex-direction:column;gap:13px}
.site-footer__col b{font-size:13px;font-weight:800;letter-spacing:1.2px;color:#fff;text-transform:uppercase}
.site-footer__col ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:13px}
.site-footer__col a{font-size:13px;font-weight:600;color:#8B94A1}
.site-footer__col a:hover{color:#fff}
.site-footer__contacts{width:270px;flex:none;display:flex;flex-direction:column;gap:13px}
.site-footer__contacts b{font-size:13px;font-weight:800;letter-spacing:1.2px;color:#fff;text-transform:uppercase}
.site-footer__contacts .ph{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.3px}
.site-footer__contacts .ph:hover{color:#FF9463}
.site-footer__contacts .addr{font-size:13px;font-weight:600;color:#8B94A1;line-height:1.65}
.socials{display:flex;gap:9px}
.socials a{width:44px;height:44px;border-radius:10px;background:var(--ink-2);display:flex;align-items:center;justify-content:center}
.socials a:hover{background:var(--accent)}
.site-footer__bottom{border-top:1px solid #262E3A;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;font-weight:600;color:#6B7482;flex-wrap:wrap}
.site-footer__bottom a{color:#6B7482}
.site-footer__bottom a:hover{color:#fff}

/* ==========================================================================
   Мобільна липка панель
   ========================================================================== */
.callbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:10px}
.callbar .btn{flex:1}
.callbar__msg{width:56px;flex:none;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:center}

/* Мобільне меню */
.mobnav{display:none;position:fixed;inset:0;z-index:80;background:rgba(16,20,24,.5)}
.mobnav.is-open{display:block}
.mobnav__panel{position:absolute;top:0;left:0;bottom:0;width:86%;max-width:340px;background:#fff;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:18px}
.mobnav__close{align-self:flex-end;width:44px;height:44px;border:0;background:none;cursor:pointer}
.mobnav ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column}
.mobnav li{border-bottom:1px solid var(--line-soft)}
.mobnav a{display:block;padding:14px 0;font-size:15px;font-weight:700;color:var(--ink)}
.mobnav__phones{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:20px}

/* ==========================================================================
   Адаптив
   ========================================================================== */
@media (max-width:1180px){
  .cats{grid-template-columns:repeat(4,minmax(0,1fr))}
  .products,ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery{width:52%}
  .product__info{width:48%}
  .product__desc,.product__attrs{width:50%}
  .social-band__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1024px){
  .searchbox{display:none}
  .site-header .btn{margin-left:auto}
  .header-phones__b{display:none}
  .hero{flex-direction:column}
  .hero__side{width:auto;flex-direction:row}
  .hero__card{flex:1}
  .usps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop__layout{flex-direction:column}
  .shop__side{width:100%;flex-direction:row;flex-wrap:wrap}
  .shop__side .fbox{flex:1 1 240px}
  .side-call{flex:1 1 100%}
  .shop__grid ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .social-band{flex-direction:column;align-items:stretch;padding:32px}
  .social-band__txt{width:auto}
  .callback{flex-direction:column;align-items:stretch;padding:30px}
  .callback__txt{width:auto}
}
@media (max-width:820px){
  h1{font-size:27px}
  h2{font-size:23px}
  .burger{display:inline-flex}
  .nav{display:none}
  .site-header__in{min-height:68px;gap:12px}
  .brand__what{font-size:13px;line-height:1.15}
  .brand__name{font-size:7px;letter-spacing:2px}
  .brand__mark{width:38px;height:38px}
  .header-phones{display:none}
  .site-header .btn{display:none}
  .header-call{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:11px;background:var(--accent);flex:none;margin-left:auto}
  .topbar__right{display:none}
  .hero{padding-top:16px}
  .hero__main{padding:26px 22px}
  .hero h1{font-size:25px;letter-spacing:-.7px}
  .hero__sub{font-size:14px}
  .hero__side{flex-direction:column}
  .hero__card{padding:20px}
  .section{padding:30px 0 0}
  .section__head{margin-bottom:14px}
  .cats{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
  .cat{padding:14px 8px;gap:9px}
  .cat img{width:34px;height:34px}
  .cat__name{font-size:11px}
  .products,ul.products,.shop__grid ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .card__body{padding:12px;gap:8px}
  .card__title{font-size:13px;min-height:36px}
  .card__price{font-size:18px}
  .card__spec{display:none}
  .usps{gap:9px}
  .usp{padding:14px;flex-direction:column;align-items:flex-start;gap:9px}
  .steps{grid-template-columns:1fr}
  .social-band__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .social-band__grid div{height:116px}
  .product__top{flex-direction:column;padding-top:16px}
  .gallery{width:100%;flex-direction:column-reverse}
  .gallery__thumbs{width:100%;flex-direction:row;overflow-x:auto}
  .gallery__thumb{width:76px;height:76px;flex:none}
  .product__info{width:100%}
  .product__info h1{font-size:23px}
  .product__price .amount,.product__price .price{font-size:32px}
  .product__bottom{flex-direction:column;padding-top:30px;gap:28px}
  .product__desc,.product__attrs{width:100%}
  .attrs__k{width:45%}
  .site-footer__cols{gap:28px;padding:32px 0 24px}
  .site-footer__about,.site-footer__contacts{width:100%}
  .site-footer__col{flex:1 1 140px}
  body{padding-bottom:84px}
  .callbar{display:flex}
  .site-footer{margin-top:32px}
}
@media (max-width:420px){
  .cats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .specgrid{grid-template-columns:1fr}
}
@media print{
  .topbar,.nav,.callbar,.callpanel,.site-footer,.burger{display:none!important}
}
