/* ===================== ШАПКА: иконки корзины/избранного ===================== */
.nav__actions { display: flex; align-items: center; gap: 4px; }
.icon-btn {
  position: relative; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  color: var(--cream); border-radius: 50%; transition: color .3s var(--ease), background .3s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.icon-btn:hover { color: var(--gold); }
.icon-btn svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.nav__tg svg { fill: currentColor; stroke: none; width: 22px; height: 22px; }
.icon-btn .badge-count {
  position: absolute; top: 3px; right: 1px; min-width: 17px; height: 17px; padding: 0 4px;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: #1a1510;
  font-size: 10px; font-weight: 700; line-height: 17px; text-align: center; border-radius: 9px;
  font-family: var(--sans);
}

/* ===================== СЕКЦИЯ КАТАЛОГА ===================== */
.catalog { background: var(--bg); padding-top: clamp(70px, 9vw, 110px); }
.catalog__head { max-width: 760px; margin-bottom: 30px; }

.cat-toolbar { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; flex-wrap: wrap; }
.cat-search { position: relative; flex: 1 1 280px; min-width: 0; }
.cat-search svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; stroke: var(--muted); fill: none; stroke-width: 1.6; pointer-events: none; }
.cat-search input {
  width: 100%; padding: 14px 16px 14px 44px; background: var(--bg-card);
  border: 1px solid var(--line-soft); border-radius: 3px; color: var(--cream);
  font-family: var(--sans); font-size: 1rem; font-weight: 300;
}
.cat-search input::placeholder { color: #6b6458; }
.cat-search input:focus { outline: none; border-color: var(--gold); }

.cat-sort { position: relative; }
.cat-sort select {
  appearance: none; -webkit-appearance: none;
  padding: 14px 40px 14px 16px; background: var(--bg-card); color: var(--cream-dim);
  border: 1px solid var(--line-soft); border-radius: 3px; font-family: var(--sans); font-size: .92rem; cursor: pointer;
}
.cat-sort::after { content: ""; position: absolute; right: 16px; top: 50%; width: 8px; height: 8px; border-right: 1.5px solid var(--muted); border-bottom: 1.5px solid var(--muted); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.cat-sort select:focus { outline: none; border-color: var(--gold); }

.cat-filter-btn {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 20px; background: var(--bg-card); border: 1px solid var(--line-soft);
  border-radius: 3px; color: var(--cream); font-size: .92rem; letter-spacing: .04em; transition: border-color .3s var(--ease);
}
.cat-filter-btn:hover { border-color: var(--gold); }
.cat-filter-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.cat-filter-btn .count-pill {
  min-width: 19px; height: 19px; padding: 0 5px; background: var(--gold); color: #1a1510;
  font-size: 11px; font-weight: 700; line-height: 19px; text-align: center; border-radius: 10px;
}

.cat-chips { display: flex; gap: 9px; overflow-x: auto; padding: 4px 0 12px; margin: 0 -28px 6px; padding-left: 28px; padding-right: 28px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.cat-chips::-webkit-scrollbar { display: none; }
.chip {
  flex: 0 0 auto; padding: 9px 18px; border: 1px solid var(--line-soft); border-radius: 999px;
  color: var(--cream-dim); font-size: .88rem; white-space: nowrap; transition: all .25s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.chip:hover { border-color: var(--line); color: var(--cream); }
.chip.is-active { background: var(--gold); border-color: var(--gold); color: #1a1510; font-weight: 500; }

/* Лента брендов — быстрый выбор конкретного бренда */
.cat-brands { display: flex; gap: 8px; overflow-x: auto; padding: 0 28px 14px; margin: 0 -28px 6px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.cat-brands::-webkit-scrollbar { display: none; }
.brandpill {
  flex: 0 0 auto; padding: 8px 16px; border: 1px solid var(--line-soft); border-radius: 999px;
  color: var(--cream-dim); font-size: .85rem; white-space: nowrap; transition: all .22s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.brandpill--all { font-weight: 500; color: var(--cream); }
.brandpill:hover { border-color: var(--line); color: var(--cream); }
.brandpill.is-active { border-color: var(--gold); color: var(--gold); background: rgba(255, 255, 255, .04); font-weight: 600; }

.cat-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.cat-count { color: var(--muted); font-size: .9rem; }
.cat-fav-banner { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: rgba(201,168,106,.08); border: 1px solid var(--line); border-radius: 4px; margin-bottom: 18px; color: var(--cream); font-size: .92rem; }
.cat-fav-banner[hidden] { display: none; }
.cat-fav-banner button { margin-left: auto; color: var(--gold); font-size: .85rem; text-decoration: underline; }

.cat-more { display: flex; justify-content: center; margin-top: 28px; }
.cat-more[hidden] { display: none; }
.cat-more .btn { min-width: 220px; }

/* ===================== СЕТКА И КАРТОЧКИ ===================== */
.pgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 620px) { .pgrid { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
@media (min-width: 920px) { .pgrid { grid-template-columns: repeat(4, 1fr); } }

.pcard {
  position: relative; display: flex; flex-direction: column; background: var(--bg-card);
  border: 1px solid var(--line-soft); border-radius: 6px; overflow: hidden; cursor: pointer;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
  animation: cardIn .5s var(--ease) both;
}
@keyframes cardIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.pcard:hover { border-color: var(--line); }
@media (hover: hover) { .pcard:hover { transform: translateY(-4px); } }

.pcard__media {
  position: relative; aspect-ratio: 1 / 1.04;
  background: linear-gradient(160deg, #f4f0e8, #e2dbcd);
  display: flex; align-items: center; justify-content: center; padding: 12px;
}
.pcard__media .bottle, .pcard__media .bottle-img { height: 88%; width: auto; max-width: 80%; filter: drop-shadow(0 10px 14px rgba(40,30,20,.22)); }
.pcard__media .bottle-img { object-fit: contain; }

.pcard__badges { position: absolute; top: 9px; left: 9px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.badge { display: inline-block; padding: 4px 9px; border-radius: 4px; font-size: .7rem; font-weight: 700; letter-spacing: .03em; line-height: 1; font-family: var(--sans); }
.badge--disc { background: #b5443f; color: #fff; }
.badge--new { background: #1a1712; color: var(--gold-soft); border: 1px solid var(--line); }
.badge--fresh { background: rgba(20,18,14,.78); color: var(--gold-soft); font-weight: 500; }

.pcard__fav {
  position: absolute; top: 7px; right: 7px; z-index: 2; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.78); display: flex; align-items: center; justify-content: center;
  -webkit-tap-highlight-color: transparent; transition: transform .2s var(--ease);
}
.pcard__fav svg { width: 18px; height: 18px; fill: rgba(30,24,18,.32); transition: fill .2s var(--ease); }
.pcard__fav.is-fav svg { fill: #c9485a; }
.pcard__fav:active { transform: scale(.88); }

.pcard__body { display: flex; flex-direction: column; flex: 1; padding: 13px 13px 14px; }
.pcard__brand { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.pcard__name { margin-top: 4px; font-family: var(--serif); font-size: 1.12rem; line-height: 1.2; color: var(--cream); font-weight: 500; }
.pcard__meta { margin-top: 5px; font-size: .78rem; color: var(--muted); }
.pcard__rate { margin-top: 8px; font-size: .82rem; color: var(--cream-dim); }
.pcard__star { color: var(--gold); }
.pcard__rev { color: var(--muted); }
.pcard__buy { margin-top: auto; padding-top: 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.pcard__prices { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; flex: 0 1 auto; }
.pcard__now { font-size: 1.04rem; font-weight: 700; color: var(--cream); white-space: nowrap; }
.pcard__old { font-size: .8rem; color: var(--muted); text-decoration: line-through; white-space: nowrap; }
.pcard__add {
  flex: 0 0 auto; min-width: 38px; height: 38px; padding: 0 14px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: #1a1510;
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  font-size: .8rem; font-weight: 700; letter-spacing: .01em; transition: transform .2s var(--ease), box-shadow .25s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.pcard__add svg { width: 17px; height: 17px; stroke: #1a1510; stroke-width: 2.4; fill: none; stroke-linecap: round; }
.pcard__add-txt { white-space: nowrap; }
.pcard__add:active { transform: scale(.92); }
.pcard__add.bump { animation: bump .35s var(--ease); }
/* На телефоне (2 карточки в ряд) ширины не хватает на цену + кнопку в одну строку —
   ставим цену сверху, кнопку «В корзину» во всю ширину снизу. Цена больше не ломается. */
@media (max-width: 619px) {
  .pcard__buy { flex-direction: column; align-items: stretch; gap: 10px; }
  .pcard__prices { flex-direction: row; align-items: baseline; gap: 8px; flex-wrap: wrap; }
  .pcard__add { width: 100%; height: 40px; }
}
@keyframes bump { 0%,100% { transform: scale(1); } 40% { transform: scale(1.22); } }

.cat-empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.cat-empty svg { width: 46px; height: 46px; stroke: var(--muted); fill: none; stroke-width: 1.2; margin-bottom: 16px; }

/* ===================== ОВЕРЛЕИ (общие) ===================== */
#overlay-backdrop {
  position: fixed; inset: 0; z-index: 200; background: rgba(5,4,3,.66);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s var(--ease);
}
#overlay-backdrop.open { opacity: 1; visibility: visible; }
body.no-scroll { overflow: hidden; }

.sheet, .drawer { position: fixed; z-index: 210; background: var(--bg-soft); display: flex; flex-direction: column; box-shadow: 0 -20px 60px rgba(0,0,0,.5); }
.sheet {
  left: 50%; bottom: 0; transform: translate(-50%, 100%);
  width: min(620px, 100%); max-height: 90vh; border-radius: 18px 18px 0 0;
  transition: transform .45s var(--ease);
}
.sheet.open { transform: translate(-50%, 0); }
.drawer {
  top: 0; right: 0; height: 100%; width: min(440px, 100%);
  transform: translateX(100%); transition: transform .45s var(--ease); box-shadow: -20px 0 60px rgba(0,0,0,.5);
}
.drawer.open { transform: translateX(0); }

.sheet__grab { width: 40px; height: 4px; border-radius: 2px; background: var(--line); margin: 10px auto 0; flex: 0 0 auto; }
.ov-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line-soft); flex: 0 0 auto; }
.ov-head h3 { font-family: var(--serif); font-weight: 500; font-size: 1.5rem; color: var(--cream); }
.ov-close { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--cream); font-size: 1.4rem; background: rgba(255,255,255,.04); }
.ov-close:hover { color: var(--gold); }
.ov-body { flex: 1 1 auto; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 20px 22px; }

/* ===================== ФИЛЬТР ===================== */
.fgroup { margin-bottom: 26px; }
.fgroup > h4 { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.fopts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.fopt { display: flex; align-items: center; gap: 10px; cursor: pointer; color: var(--cream-dim); font-size: .92rem; }
.fopt input { width: 18px; height: 18px; accent-color: var(--gold); flex: 0 0 auto; }
.fprice { display: flex; align-items: center; gap: 12px; }
.fprice input { width: 100%; padding: 12px 14px; background: var(--bg-card); border: 1px solid var(--line-soft); border-radius: 3px; color: var(--cream); font-family: var(--sans); font-size: 1rem; }
.fprice input:focus { outline: none; border-color: var(--gold); }
.fprice span { color: var(--muted); }
.ftoggles { display: flex; flex-direction: column; gap: 14px; }
.filter-foot { display: flex; gap: 12px; padding: 16px 22px; border-top: 1px solid var(--line-soft); flex: 0 0 auto; padding-bottom: max(16px, env(safe-area-inset-bottom)); }
.filter-foot .btn { flex: 1; }
#filter-reset { background: transparent; border: 1px solid var(--line); color: var(--cream); }

/* ===================== КОРЗИНА ===================== */
.citem { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
#cart-items .citem:last-child { border-bottom: none; }
.citem__media { flex: 0 0 64px; width: 64px; height: 78px; border-radius: 5px; background: linear-gradient(160deg, #f4f0e8, #e2dbcd); display: flex; align-items: center; justify-content: center; padding: 6px; }
.citem__media .bottle, .citem__media .bottle-img { height: 100%; width: auto; }
.citem__info { flex: 1; min-width: 0; }
.citem__brand { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.citem__name { font-family: var(--serif); font-size: 1.05rem; color: var(--cream); margin-top: 2px; }
.citem__vol { font-size: .78rem; color: var(--muted); margin-top: 2px; }
.citem__price { font-weight: 700; color: var(--cream); margin-top: 6px; }
.citem__side { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.citem__rm { color: var(--muted); font-size: 1.4rem; line-height: 1; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; -webkit-tap-highlight-color: transparent; transition: color .2s var(--ease), background .2s var(--ease); }
.citem__rm:hover { color: #c9485a; background: rgba(201,72,90,.1); }
.citem__rm:active { transform: scale(.9); }
.qty { display: flex; align-items: center; gap: 0; border: 1px solid var(--line-soft); border-radius: 999px; overflow: hidden; }
.qty button { width: 34px; height: 34px; color: var(--cream); font-size: 1.15rem; -webkit-tap-highlight-color: transparent; transition: color .2s var(--ease); }
.qty button:hover { color: var(--gold); }
.qty button:active { background: rgba(255,255,255,.06); }
.qty span { min-width: 28px; text-align: center; font-size: .95rem; color: var(--cream); }

.cart-empty { text-align: center; color: var(--muted); padding: 56px 10px; }
.cart-empty svg { width: 52px; height: 52px; stroke: var(--muted); fill: none; stroke-width: 1.1; margin: 0 auto 16px; }

.cart-foot { flex: 0 0 auto; border-top: 1px solid var(--line-soft); padding: 16px 22px; padding-bottom: max(16px, env(safe-area-inset-bottom)); background: var(--bg-soft); box-shadow: 0 -14px 30px rgba(0,0,0,.4); }
.cart-totals { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 4px; }
.cart-totals .lbl { color: var(--cream-dim); }
.cart-totals .val { font-family: var(--serif); font-size: 1.6rem; color: var(--cream); }
.cart-save {
  color: var(--gold-soft); font-size: .92rem; font-weight: 600; margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
  padding: 9px 14px; border-radius: 8px;
  background: rgba(201,168,106,.1); border: 1px solid var(--line);
}
.cart-save::before { content: "✓"; color: var(--gold); font-weight: 700; }
.cart-save[hidden] { display: none; }
#cart-status:empty { display: none; }
#cart-status { margin-top: 10px; }
/* Форма теперь живёт в прокручиваемой части корзины (над футером).
   Отделяем её от списка товаров и даём «дышать». */
.cart-form { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line-soft); }
.cart-form[hidden] { display: none; }
.cart-form input, .cart-form textarea {
  width: 100%; padding: 12px 14px; background: var(--bg-card); border: 1px solid var(--line-soft);
  border-radius: 3px; color: var(--cream); font-family: var(--sans); font-size: 1rem; resize: vertical;
}
.cart-form input::placeholder, .cart-form textarea::placeholder { color: #6b6458; }
.cart-form input:focus, .cart-form textarea:focus { outline: none; border-color: var(--gold); }
.cart-form .btn { margin-top: 4px; }
.cart-hint { font-size: .76rem; color: var(--muted); text-align: center; margin-top: 8px; }

/* Гарантии под полями — снимают страх перед отправкой */
.cart-trust { margin-top: 4px; display: flex; flex-direction: column; gap: 9px; }
.cart-trust li {
  position: relative; padding-left: 24px; font-size: .8rem; color: var(--cream-dim); line-height: 1.4;
}
.cart-trust li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 15px; height: 15px;
  background: var(--gold); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
}

/* ===================== ДЕТАЛЬ ТОВАРА ===================== */
.detail__content { display: flex; flex-direction: column; }
.detail__media { position: relative; aspect-ratio: 1/1; background: linear-gradient(160deg, #f4f0e8, #e2dbcd); border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 24px; margin-bottom: 22px; }
.detail__media .bottle, .detail__media .bottle-img { height: 90%; filter: drop-shadow(0 14px 20px rgba(40,30,20,.25)); }
.detail__disc { position: absolute; top: 14px; left: 14px; }
.detail__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.detail__fav { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.detail__fav svg { width: 20px; height: 20px; fill: rgba(243,237,226,.3); transition: fill .2s var(--ease); }
.detail__fav.is-fav svg { fill: #c9485a; }
.detail__name { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; color: var(--cream); line-height: 1.1; margin-top: 2px; }
.detail__sub { color: var(--muted); font-size: .9rem; margin-top: 8px; }
.detail__rate { margin-top: 10px; }
.detail__desc { color: var(--cream-dim); margin-top: 16px; line-height: 1.65; }
.detail__notes { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.note { font-size: .92rem; color: var(--cream-dim); }
.note span { display: block; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.detail__vols { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.vchip { padding: 11px 20px; border: 1px solid var(--line); border-radius: 4px; color: var(--cream-dim); font-size: .92rem; transition: all .25s var(--ease); }
.vchip.is-active { background: var(--gold); border-color: var(--gold); color: #1a1510; font-weight: 600; }
.detail__buy { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.detail__prices { display: flex; flex-direction: column; line-height: 1.2; }
.detail__prices .pcard__now { font-size: 1.5rem; }
.detail__add { white-space: nowrap; }
.detail__fresh { margin-top: 16px; padding: 12px 14px; background: rgba(201,168,106,.08); border: 1px solid var(--line); border-radius: 4px; color: var(--gold-soft); font-size: .86rem; }
@media (min-width: 680px) {
  .detail__content { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
  .detail__media { margin-bottom: 0; position: sticky; top: 0; }
}

/* honeypot — скрыто от людей, видно ботам */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ===================== ПЛАВАЮЩАЯ КНОПКА TELEGRAM ===================== */
.fab-tg {
  position: fixed; z-index: 190;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #2aabee, #229ed9);
  color: #fff; box-shadow: 0 8px 24px rgba(34, 158, 217, .45);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.fab-tg svg { width: 28px; height: 28px; transform: translateX(-1px); }
.fab-tg:hover { transform: scale(1.08) translateY(-2px); box-shadow: 0 12px 30px rgba(34, 158, 217, .55); }
.fab-tg:active { transform: scale(.95); }
@media (max-width: 760px) { .fab-tg { width: 52px; height: 52px; } .fab-tg svg { width: 25px; height: 25px; } }

/* ===================== ТОСТ ===================== */
#toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 30px); z-index: 300;
  background: #1c1813; color: var(--cream); border: 1px solid var(--line); border-radius: 999px;
  padding: 13px 26px; font-size: .9rem; box-shadow: 0 14px 40px rgba(0,0,0,.5);
  opacity: 0; visibility: hidden; transition: all .35s var(--ease); white-space: nowrap;
}
#toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
#toast::before { content: "✓ "; color: var(--gold); }

/* ===================== АДАПТИВ ТУЛБАРА ===================== */
@media (max-width: 560px) {
  .cat-search { flex: 1 1 100%; order: 1; }
  .cat-sort { order: 2; flex: 1 1 auto; }
  .cat-sort select { width: 100%; }
  .cat-filter-btn { order: 3; }
  .cat-chips { margin-left: -22px; margin-right: -22px; padding-left: 22px; padding-right: 22px; }
  .cat-brands { margin-left: -22px; margin-right: -22px; padding-left: 22px; padding-right: 22px; }
  .pcard__name { font-size: 1.02rem; }
  .ov-body { padding: 18px; }
  .fopts { grid-template-columns: 1fr; }
}
