/**
 * Motor Textile — внутрішні сторінки (каталог, товар, кошик, кабінет).
 * Структура Twig/модулів Chameleon не змінюється; лише візуальний шар поверх неї.
 */
body.mt-inner-page {
  background: var(--mt-page-bg);
  color: var(--mt-ink);
}

body.mt-inner-page #content,
body.mt-inner-page .container {
  color: var(--mt-ink);
}

/* Заголовки секцій — антрацитовий акцент (B2B) */
body.mt-inner-page #content h1,
body.mt-inner-page .category-page h1,
body.mt-inner-page .h1-prod-name {
  color: var(--mt-ink);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

body.mt-inner-page #content > h1::after,
body.mt-inner-page #content h1::after,
body.mt-inner-page .title_category::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-accent-static);
}

body.mt-inner-page .breadcrumb {
  background: transparent;
  padding-left: 0;
  margin-bottom: 16px;
}

body.mt-inner-page .breadcrumb a {
  color: var(--mt-muted);
}

body.mt-inner-page .breadcrumb a:hover {
  color: var(--mt-charcoal-dark);
}

/* Кнопки CTA primary — fill + м'яка тінь (не градієнт) */
body.mt-inner-page .btn-primary,
body.mt-inner-page .btn-cart,
body.mt-inner-page .btn-oneclick,
body.mt-inner-page .chm-btn-primary,
body.mt-inner-page .product-thumb .button-group .btn[onclick*="cart.add"] {
  border: 0;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-btn-grad);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--mt-btn-shadow);
  text-shadow: none;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

body.mt-inner-page .btn-primary:hover,
body.mt-inner-page .btn-primary:focus,
body.mt-inner-page .btn-primary:active,
body.mt-inner-page .btn-cart:hover,
body.mt-inner-page .btn-cart:active,
body.mt-inner-page .btn-oneclick:hover,
body.mt-inner-page .btn-oneclick:active,
body.mt-inner-page
  .product-thumb
  .button-group
  .btn[onclick*="cart.add"]:hover,
body.mt-inner-page
  .product-thumb
  .button-group
  .btn[onclick*="cart.add"]:active {
  background: var(--mt-btn-grad-hover);
  color: #fff;
  box-shadow: var(--mt-btn-shadow-hover);
}

body.mt-inner-page .btn-default,
body.mt-inner-page .btn-link {
  border-radius: var(--mt-radius-sm);
}

/* Megamenu Chameleon: приховано при mt_shell (див. mt_shell.css) */

/* Картка товару в списку (категорія / пошук / swiper-модулі) — паритет з .mt-home-product */
body.mt-inner-page .category-page .product-thumb,
body.mt-inner-page #content .product-layout .product-thumb,
body.mt-inner-page .product-grid .product-thumb,
body.mt-inner-page .container-module .product-thumb {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--mt-border) !important;
  border-radius: var(--mt-radius-md) !important;
  background: transparent;
  box-shadow: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

/* Chameleon base: .container-module .product-thumb { background:#fff } */
body.mt-inner-page .container-module .item.swiper-slide .product-thumb,
body.mt-inner-page .container-module .item.no-slider .product-thumb {
  background: transparent !important;
}

body.mt-inner-page .category-page .product-thumb:hover,
body.mt-inner-page #content .product-layout .product-thumb:hover,
body.mt-inner-page .container-module .product-thumb:hover,
body.mt-inner-page .container-module .product-thumb:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--mt-shadow-card);
}

/* List view: без вертикального зсуву (горизонтальний ряд) */
body.mt-inner-page .product-layout.product-list .product-thumb:hover,
body.mt-inner-page .product-layout.product-list .product-thumb:focus-within {
  transform: none;
}

/* Swiper-модулі (#content): «Нещодавно переглянуті», супутні тощо */
body.mt-inner-page #content > .container-module,
body.mt-inner-page #content .container-module {
  margin-top: 28px;
}

body.mt-inner-page #content .container-module .title-module {
  margin-bottom: 14px;
  padding: 0;
  clear: none;
}

body.mt-inner-page #content .container-module .title-module span {
  display: inline-block;
  padding: 0;
  /* Паритет з .h1 / #content h1 (stylesheet.css: 22px / 30px), не дрібніший Chameleon 18px */
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--mt-graphite);
}

body.mt-inner-page #content .container-module .title-module span::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-accent-static);
}

body.mt-inner-page #content .container-module .swiper-module {
  overflow: hidden;
}

body.mt-inner-page #content .container-module .item.swiper-slide {
  height: auto;
}

body.mt-inner-page
  #content
  .container-module
  .item.swiper-slide
  .product-thumb {
  height: 100%;
}

/* Медіа картки: усі listing-контексти (#content, модулі, swiper) */
body.mt-inner-page #content .product-thumb .image,
body.mt-inner-page .container-module .product-thumb .image {
  position: relative;
  margin-bottom: 0;
  min-height: 0;
  background: var(--mt-soft);
  isolation: isolate;
}

body.mt-inner-page #content .product-thumb .image > a,
body.mt-inner-page .container-module .product-thumb .image > a {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: var(--mt-product-media-ratio);
  overflow: hidden;
}

body.mt-inner-page #content .product-thumb .image img.img-responsive,
body.mt-inner-page .container-module .product-thumb .image img.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Іконки compare/wishlist — лівий верх, відступи як у caption картки (16px / 18px) */
body.mt-inner-page #content .product-layout .product-thumb .image .addit-action,
body.mt-inner-page .category-page .product-thumb .image .addit-action,
body.mt-inner-page .container-module .product-thumb .image .addit-action {
  top: 16px !important;
  right: auto !important;
  left: 18px !important;
  flex-direction: column !important;
  gap: 10px;
}

body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .image
  .addit-action
  .wishlist,
body.mt-inner-page .category-page .product-thumb .image .addit-action .wishlist,
body.mt-inner-page
  .container-module
  .product-thumb
  .image
  .addit-action
  .wishlist {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

/* Бейджі (стікери) вимкнено */
.stickers-ns { display: none !important; }

/* NS-стікери картки — правий верх (compare/wishlist лишаються ліворуч) */
body.mt-inner-page .product-thumb .image .stickers-ns,
body.mt-inner-page .container-module .product-thumb .image .stickers-ns {
  position: absolute;
  top: 16px;
  right: 18px;
  left: auto;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  z-index: 4;
  pointer-events: none;
}

body.mt-inner-page .product-list .product-thumb .stickers-ns {
  bottom: auto;
  top: 16px;
}

body.mt-inner-page .product-thumb .sticker-ns + .sticker-ns {
  margin-top: 0;
}

/* NS-стікери: tinted frosted glass (blur фото під плашкою, не суцільний колір) */
body.mt-inner-page .product-thumb .image .sticker-ns,
body.mt-inner-page .container-module .product-thumb .image .sticker-ns {
  --mt-sticker-tint: var(--popular-bg-color, var(--mt-sticker-popular));
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  min-height: var(--mt-sticker-min-height);
  padding: var(--mt-sticker-pad-y) var(--mt-sticker-pad-x);
  border-radius: var(--mt-sticker-radius);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--mt-sticker-letter-spacing);
  text-align: center;
  white-space: nowrap;
  color: var(--popular-text-color, var(--mt-sticker-text));
  background: color-mix(
    in srgb,
    var(--mt-sticker-tint) var(--mt-sticker-glass-mix),
    var(--mt-sticker-glass-frost-strong)
  );
  backdrop-filter: blur(var(--mt-sticker-glass-blur))
    saturate(var(--mt-sticker-glass-saturate));
  -webkit-backdrop-filter: blur(var(--mt-sticker-glass-blur))
    saturate(var(--mt-sticker-glass-saturate));
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.28);
}

body.mt-inner-page .product-thumb .image .sticker-ns .fa,
body.mt-inner-page .container-module .product-thumb .image .sticker-ns .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  vertical-align: baseline;
}

body.mt-inner-page .product-thumb .image .sticker-ns.special,
body.mt-inner-page .container-module .product-thumb .image .sticker-ns.special {
  --mt-sticker-tint: var(--special-bg-color, var(--mt-sticker-special));
  color: var(--special-text-color, var(--mt-sticker-text));
}

body.mt-inner-page .product-thumb .image .sticker-ns.popular,
body.mt-inner-page .container-module .product-thumb .image .sticker-ns.popular {
  --mt-sticker-tint: var(--popular-bg-color, var(--mt-sticker-popular));
  color: var(--popular-text-color, var(--mt-sticker-text));
}

body.mt-inner-page .product-thumb .image .sticker-ns.bestseller,
body.mt-inner-page
  .container-module
  .product-thumb
  .image
  .sticker-ns.bestseller {
  --mt-sticker-tint: var(--bestseller-bg-color, var(--mt-sticker-bestseller));
  color: var(--bestseller-text-color, var(--mt-sticker-text));
}

body.mt-inner-page .product-thumb .image .sticker-ns.newproduct,
body.mt-inner-page
  .container-module
  .product-thumb
  .image
  .sticker-ns.newproduct {
  --mt-sticker-tint: var(--newproduct-bg-color, var(--mt-sticker-newproduct));
  color: var(--newproduct-text-color, var(--mt-sticker-text));
}

body.mt-inner-page .product-thumb .image .sticker-ns.special .fa,
body.mt-inner-page
  .container-module
  .product-thumb
  .image
  .sticker-ns.special
  .fa {
  color: var(--special-icon-color, var(--mt-sticker-text));
}

body.mt-inner-page .product-thumb .image .sticker-ns.popular .fa,
body.mt-inner-page
  .container-module
  .product-thumb
  .image
  .sticker-ns.popular
  .fa {
  color: var(--popular-icon-color, var(--mt-sticker-text));
}

body.mt-inner-page .product-thumb .image .sticker-ns.bestseller .fa,
body.mt-inner-page
  .container-module
  .product-thumb
  .image
  .sticker-ns.bestseller
  .fa {
  color: var(--bestseller-icon-color, var(--mt-sticker-text));
}

body.mt-inner-page .product-thumb .image .sticker-ns.newproduct .fa,
body.mt-inner-page
  .container-module
  .product-thumb
  .image
  .sticker-ns.newproduct
  .fa {
  color: var(--newproduct-icon-color, var(--mt-sticker-text));
}

@supports not (background: color-mix(in srgb, red 50%, transparent)) {
  body.mt-inner-page .product-thumb .image .sticker-ns.special,
  body.mt-inner-page
    .container-module
    .product-thumb
    .image
    .sticker-ns.special {
    background: var(--mt-sticker-special);
  }

  body.mt-inner-page .product-thumb .image .sticker-ns.popular,
  body.mt-inner-page
    .container-module
    .product-thumb
    .image
    .sticker-ns.popular {
    background: var(--mt-sticker-popular);
  }

  body.mt-inner-page .product-thumb .image .sticker-ns.bestseller,
  body.mt-inner-page
    .container-module
    .product-thumb
    .image
    .sticker-ns.bestseller {
    background: var(--mt-sticker-bestseller);
  }

  body.mt-inner-page .product-thumb .image .sticker-ns.newproduct,
  body.mt-inner-page
    .container-module
    .product-thumb
    .image
    .sticker-ns.newproduct {
    background: var(--mt-sticker-newproduct);
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.mt-inner-page .product-thumb .image .sticker-ns,
  body.mt-inner-page .container-module .product-thumb .image .sticker-ns {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--mt-sticker-tint);
  }
}

body.mt-inner-page .category-page .product-thumb .caption,
body.mt-inner-page #content .product-layout .product-thumb .caption,
body.mt-inner-page .container-module .product-thumb .caption {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0;
  padding: var(--mt-card-caption-padding);
  background: transparent;
  transition: background 0.2s ease;
}

body.mt-inner-page .category-page .product-thumb:hover .caption,
body.mt-inner-page .category-page .product-thumb:focus-within .caption,
body.mt-inner-page #content .product-layout .product-thumb:hover .caption,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb:focus-within
  .caption,
body.mt-inner-page .container-module .product-thumb:hover .caption,
body.mt-inner-page .container-module .product-thumb:focus-within .caption {
  background: var(--mt-white);
}

/* product_card.stock_row — канон mt_components.css */

body.mt-inner-page .category-page .product-thumb .product-name,
body.mt-inner-page #content .product-layout .product-thumb .product-name,
body.mt-inner-page .container-module .product-thumb .product-name {
  min-height: 0;
  margin-bottom: 10px;
}

body.mt-inner-page .category-page .product-thumb .product-name a,
body.mt-inner-page #content .product-layout .product-thumb .product-name a,
body.mt-inner-page .container-module .product-thumb .product-name a {
  color: var(--mt-graphite);
  font-size: var(--mt-card-title-size, 16px);
  font-weight: var(--mt-card-title-weight, 400);
  line-height: var(--mt-card-title-lh, 1.5);
  letter-spacing: var(--mt-card-title-tracking, 0);
  background: transparent;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

body.mt-inner-page .category-page .product-thumb .product-name a:hover,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .product-name
  a:hover,
body.mt-inner-page .container-module .product-thumb .product-name a:hover {
  color: var(--mt-charcoal-dark);
}

/* На листингу опис не показуємо — еталон головної без превʼю тексту */
body.mt-inner-page .category-page .product-thumb .product-description,
body.mt-inner-page #content .product-layout .product-thumb .product-description,
body.mt-inner-page .container-module .product-thumb .product-description {
  display: none !important;
}

/* Нижній ряд: ціна + кошик як на головній */
body.mt-inner-page .category-page .product-thumb .price-actions-box,
body.mt-inner-page #content .product-layout .product-thumb .price-actions-box,
body.mt-inner-page .container-module .product-thumb .price-actions-box {
  align-items: center;
  justify-content: space-between;
  gap: 6px 8px;
  width: 100%;
  min-height: 0;
  margin-top: auto !important;
  padding-top: 14px;
  border-top: 1px solid var(--mt-border);
}

body.mt-inner-page .category-page .product-thumb .price-actions-box .price,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .price-actions-box
  .price,
body.mt-inner-page .container-module .product-thumb .price-actions-box .price {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0 !important;
  margin-right: 0;
  font-size: var(--mt-listing-price-size, 17px);
  font-weight: var(--mt-price-weight, 600);
  line-height: var(--mt-card-price-lh, 1.4);
  letter-spacing: var(--mt-card-price-tracking, 0);
}

body.mt-inner-page .category-page .product-thumb .price-actions-box .cart,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .price-actions-box
  .cart,
body.mt-inner-page .container-module .product-thumb .price-actions-box .cart {
  flex: 0 0 auto;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .price-actions-box
  .price
  .price-new,
body.mt-inner-page
  .category-page
  .product-thumb
  .price-actions-box
  .price
  .price-default,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .price-actions-box
  .price
  .price-new,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .price-actions-box
  .price
  .price-default,
body.mt-inner-page
  .container-module
  .product-thumb
  .price-actions-box
  .price
  .price-new,
body.mt-inner-page
  .container-module
  .product-thumb
  .price-actions-box
  .price
  .price-default {
  color: var(--mt-gray);
  font-family: var(--mt-font);
  font-size: var(--mt-listing-price-size, 17px);
  font-weight: var(--mt-price-weight, 600);
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--mt-card-price-tracking, 0);
  line-height: var(--mt-card-price-lh, 1.4);
}

body.mt-inner-page .product-thumb .price-actions-box .price .mt-price-unit {
  font-size: 0.75em;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .price-actions-box
  .price
  .price-old,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .price-actions-box
  .price
  .price-old,
body.mt-inner-page
  .container-module
  .product-thumb
  .price-actions-box
  .price
  .price-old {
  font-size: 13px;
  font-weight: var(--mt-price-weight-old, 500);
  color: var(--mt-gray);
  text-decoration-thickness: 1px;
}

body.mt-inner-page .category-page .product-thumb .cart .btn-product-details,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-product-details,
body.mt-inner-page .container-module .product-thumb .cart .btn-product-details {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 0;
  height: auto;
  padding: 8px 11px;
  gap: 0;
  border: 1px solid var(--mt-border) !important;
  border-radius: var(--mt-radius-md);
  background: transparent !important;
  color: var(--mt-black) !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: none;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-product-details
  .mt-listing-details-text,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-product-details
  .mt-listing-details-text,
body.mt-inner-page
  .product-grid
  .product-thumb
  .cart
  .btn-product-details
  .mt-listing-details-text,
body.mt-inner-page
  .container-module
  .product-thumb
  .cart
  .btn-product-details
  .mt-listing-details-text {
  display: inline !important;
  padding-left: 0;
  white-space: nowrap;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-product-details
  .icon-product-details,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-product-details
  .icon-product-details,
body.mt-inner-page
  .product-grid
  .product-thumb
  .cart
  .btn-product-details
  .icon-product-details,
body.mt-inner-page
  .container-module
  .product-thumb
  .cart
  .btn-product-details
  .icon-product-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    width 0.22s ease,
    margin-left 0.22s ease,
    opacity 0.18s ease;
}

/* Підпис «Деталі» завжди видимий (dynamic_style ховає .text-cart-add) */
body.mt-inner-page .product-grid .product-thumb .cart .btn-product-details,
body.mt-inner-page .container-module .product-thumb .cart .btn-product-details {
  flex-direction: row-reverse;
  gap: 0;
}

body.mt-inner-page
  .category-page
  .product-thumb:hover
  .cart
  .btn-product-details,
body.mt-inner-page
  .category-page
  .product-thumb:focus-within
  .cart
  .btn-product-details,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb:hover
  .cart
  .btn-product-details,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb:focus-within
  .cart
  .btn-product-details,
body.mt-inner-page
  .container-module
  .product-thumb:hover
  .cart
  .btn-product-details,
body.mt-inner-page
  .container-module
  .product-thumb:focus-within
  .cart
  .btn-product-details {
  background: var(--mt-graphite) !important;
  border-color: var(--mt-graphite) !important;
  color: #fff !important;
}

body.mt-inner-page
  .category-page
  .product-thumb:hover
  .cart
  .btn-product-details
  .icon-product-details,
body.mt-inner-page
  .category-page
  .product-thumb:focus-within
  .cart
  .btn-product-details
  .icon-product-details,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb:hover
  .cart
  .btn-product-details
  .icon-product-details,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb:focus-within
  .cart
  .btn-product-details
  .icon-product-details,
body.mt-inner-page
  .container-module
  .product-thumb:hover
  .cart
  .btn-product-details
  .icon-product-details,
body.mt-inner-page
  .container-module
  .product-thumb:focus-within
  .cart
  .btn-product-details
  .icon-product-details {
  width: 16px;
  margin-left: 6px;
  opacity: 1;
}

@media (hover: none) and (pointer: coarse) {
  body:not(.mt-scroll-hover-enabled).mt-inner-page
    .category-page
    .product-thumb
    .cart
    .btn-product-details,
  body:not(.mt-scroll-hover-enabled).mt-inner-page
    #content
    .product-layout
    .product-thumb
    .cart
    .btn-product-details,
  body:not(.mt-scroll-hover-enabled).mt-inner-page
    .product-grid
    .product-thumb
    .cart
    .btn-product-details {
    background: var(--mt-graphite) !important;
    border-color: var(--mt-graphite) !important;
    color: #fff !important;
  }

  body:not(.mt-scroll-hover-enabled).mt-inner-page
    .category-page
    .product-thumb
    .cart
    .btn-product-details
    .icon-product-details,
  body:not(.mt-scroll-hover-enabled).mt-inner-page
    #content
    .product-layout
    .product-thumb
    .cart
    .btn-product-details
    .icon-product-details,
  body:not(.mt-scroll-hover-enabled).mt-inner-page
    .product-grid
    .product-thumb
    .cart
    .btn-product-details
    .icon-product-details {
    width: 16px;
    margin-left: 6px;
    opacity: 1;
  }
}

/* ≥600px: dynamic_style ховає .text-cart-add — іконка «Деталі» лишається видимою на hover */
@media (min-width: 600px) {
  body.mt-inner-page
    .product-grid
    .product-thumb:hover
    .cart
    .btn-product-details
    .icon-product-details,
  body.mt-inner-page
    .product-grid
    .product-thumb:focus-within
    .cart
    .btn-product-details
    .icon-product-details,
  body.mt-inner-page
    .category-page
    .product-thumb:hover
    .cart
    .btn-product-details
    .icon-product-details,
  body.mt-inner-page
    .category-page
    .product-thumb:focus-within
    .cart
    .btn-product-details
    .icon-product-details,
  body.mt-inner-page
    #content
    .product-layout
    .product-thumb:hover
    .cart
    .btn-product-details
    .icon-product-details,
  body.mt-inner-page
    #content
    .product-layout
    .product-thumb:focus-within
    .cart
    .btn-product-details
    .icon-product-details {
    width: 16px;
    margin-left: 6px;
    opacity: 1;
  }
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-product-details
  .icon-product-details
  svg,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-product-details
  .icon-product-details
  svg {
  display: block;
  stroke: currentColor;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details),
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details) {
  height: auto;
  min-height: 42px;
  min-width: 0;
  padding: 10px 16px;
  gap: 6px;
  border: 0 !important;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-btn-grad) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock)
  .icon-cart-add,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock)
  .icon-cart-add {
  flex-shrink: 0;
  margin-right: 0;
  background: #fff !important;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details)
  .text-cart-add,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details)
  .text-cart-add {
  display: inline;
  padding-left: 6px;
  white-space: nowrap;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):hover,
body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):focus,
body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):active,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):hover,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):focus,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):active {
  background: var(--mt-btn-grad-hover) !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):hover
  .icon-cart-add,
body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):focus
  .icon-cart-add,
body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):active
  .icon-cart-add,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):hover
  .icon-cart-add,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):focus
  .icon-cart-add,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general:not(.btn-notify-stock):not(.btn-product-details):active
  .icon-cart-add {
  background: #fff !important;
}

body.mt-inner-page .related-products__action .btn-product-details {
  min-height: 36px;
  min-width: 36px;
  padding: 8px 10px;
}

body.mt-inner-page
  .related-products__action
  .btn-product-details
  .text-cart-add {
  display: none;
}

body.mt-inner-page
  .category-page
  .product-thumb
  .cart
  .btn-general.is-active:not(.btn-notify-stock),
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .cart
  .btn-general.is-active:not(.btn-notify-stock) {
  background: var(--mt-charcoal) !important;
  color: #fff !important;
}

/* Сітка категорії */
body.mt-inner-page .row-flex.category-page {
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
}

body.mt-inner-page .category-page .product-layout {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/* 3 картки в ряд: перебиває Chameleon stylesheet.css (col-lg-4 → 25% @1500px, col-lg-3 → 25%, col-lg-1-5 → 20%) */
@media (min-width: 992px) {
  body.mt-inner-page .category-page .product-layout.product-grid.col-lg-3,
  body.mt-inner-page .category-page .product-layout.product-grid.col-lg-4,
  body.mt-inner-page .category-page .product-layout.product-grid.col-lg-1-5 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
    float: none;
  }
}

/* Панель сортування / вигляду */
body.mt-inner-page .view-box {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page .view-box .btn-view.active {
  border-color: var(--mt-accent-static);
  background: var(--mt-soft);
}

body.mt-inner-page .view-box .btn-sort-limit {
  border-radius: var(--mt-radius-sm);
  border-color: var(--mt-border);
}

/* Опис категорії внизу сторінки */
body.mt-inner-page .category_description {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
}

/* Фільтр OCFilter — м’яке підлаштування */
body.mt-inner-page #column-left .panel,
body.mt-inner-page #column-left .box {
  border-color: var(--mt-border);
  border-radius: var(--mt-radius-md);
}

body.mt-inner-page
  .category-page
  .product-thumb
  .price-actions-box
  .price
  .price-default,
body.mt-inner-page
  .category-page
  .product-thumb
  .price-actions-box
  .price
  .price-new,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .price-actions-box
  .price
  .price-default,
body.mt-inner-page
  #content
  .product-layout
  .product-thumb
  .price-actions-box
  .price
  .price-new {
  color: var(--mt-gray);
  font-size: var(--mt-listing-price-size, 16px);
  font-weight: 500;
}

body.mt-inner-page .category-page .product-thumb .price .price-old,
body.mt-inner-page #content .product-layout .product-thumb .price .price-old {
  color: var(--mt-muted);
  font-size: 14px;
  font-weight: var(--mt-price-weight-old);
}

/* Фільтри / сайдбар */
body.mt-inner-page #column-left .list-group-item,
body.mt-inner-page #column-right .list-group-item {
  border-color: var(--mt-border);
}

body.mt-inner-page #column-left .list-group-item.active,
body.mt-inner-page #column-left .list-group-item:hover {
  border-color: var(--mt-graphite);
  background: var(--mt-soft);
  color: var(--mt-charcoal-dark);
}

/* ——— B2: сторінка товару ——— */
body.mt-inner-page.product-product #product.row-flex {
  align-items: flex-start;
  margin-bottom: 32px;
}

body.mt-inner-page.product-product #product .image-block,
body.mt-inner-page.product-product #product .right-block-inner {
  border: 1px solid var(--mt-border);
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 26, 27, 0.05);
}

body.mt-inner-page.product-product #product .mt-product-buybox__title {
  margin: 0 0 var(--mt-buybox-section-gap, 20px);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--mt-ink);
}

body.mt-inner-page.product-product #product .mt-product-buybox__title::after {
  display: none;
}

body.mt-inner-page.product-product #product .mt-product-buybox__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.product-product #product .mt-product-buybox__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 18px;
  flex: 0 0 auto;
  margin-left: auto;
  width: auto;
  padding: 0;
  margin-bottom: 0;
  border: 0;
}

body.mt-inner-page.product-product #product .mt-product-buybox__toolbar-actions,
body.mt-inner-page.product-product #product .mt-product-buybox__toolbar-extra {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

body.mt-inner-page.product-product
  #product
  .mt-product-buybox__toolbar-actions {
  flex: 1 1 auto;
  min-width: 0;
}

body.mt-inner-page.product-product #product .mt-product-buybox__toolbar-extra {
  flex: 0 0 auto;
  margin-left: auto;
}

body.mt-inner-page.product-product #product .mt-buybox-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: auto;
  min-height: unset;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  flex-shrink: 0;
  white-space: nowrap;
  color: var(--mt-muted);
  font-size: var(--mt-buybox-toolbar-size, 11px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

body.mt-inner-page.product-product #product .mt-buybox-link:hover,
body.mt-inner-page.product-product #product .mt-buybox-link:focus-visible {
  color: var(--mt-ink);
  outline: 0;
}

body.mt-inner-page.product-product #product .mt-buybox-link .btn-icon-compare,
body.mt-inner-page.product-product #product .mt-buybox-link .btn-icon-wishlist {
  width: 14px;
  height: 14px;
  opacity: 0.85;
}

body.mt-inner-page.product-product #product .mt-buybox-link--share {
  gap: 0;
  padding: 2px;
}

body.mt-inner-page.product-product #product .mt-buybox-link--share svg {
  display: block;
  flex-shrink: 0;
}

body.mt-inner-page.product-product #product .mt-buybox-link.is-active {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page.product-product
  #product
  .mt-buybox-link.btn-compare.is-active::after,
body.mt-inner-page.product-product
  #product
  .mt-buybox-link.btn-wishlist.is-active::after {
  display: none;
}

@media (max-width: 767px) {
  body.mt-inner-page.product-product #product .mt-product-buybox__meta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.mt-inner-page.product-product #product .mt-product-buybox__toolbar {
    margin-left: 0;
    justify-content: flex-start;
  }

  body.mt-inner-page.product-product #product .mt-buybox-link {
    white-space: normal;
  }
}

@media (min-width: 992px) {
  body.mt-inner-page.product-product #product .image-block {
    border-radius: var(--mt-radius-md) 0 0 var(--mt-radius-md);
    border-right: 0;
  }

  body.mt-inner-page.product-product #product .general-image {
    border-radius: var(--mt-radius-md) 0 0 0;
  }

  body.mt-inner-page.product-product #product .image-block .image-additional {
    border-radius: 0 0 0 var(--mt-radius-md);
  }

  body.mt-inner-page.product-product #product .right-block-inner {
    border-left: 1px solid var(--mt-border);
    border-radius: 0 var(--mt-radius-md) var(--mt-radius-md) 0;
  }
}

@media (max-width: 991px) {
  body.mt-inner-page.product-product #product .image-block {
    border-radius: var(--mt-radius-md) var(--mt-radius-md) 0 0;
  }

  body.mt-inner-page.product-product #product .general-image {
    border-radius: var(--mt-radius-md) var(--mt-radius-md) 0 0;
  }

  body.mt-inner-page.product-product #product .right-block-inner {
    border-radius: 0 0 var(--mt-radius-md) var(--mt-radius-md);
    border-top: 0;
  }
}

/* Головне фото — на всю ширину контейнера, як у картках категорії */
body.mt-inner-page.product-product #product .image-block {
  height: auto;
  padding: 0;
  overflow: hidden;
}

body.mt-inner-page.product-product #product .image-block .thumbnails {
  position: relative;
  display: flex;
  flex-direction: column !important;
  align-items: stretch;
}

/* Мініатюри знизу (перебити legacy row-reverse + vertical thumbs) */
body.mt-inner-page.product-product #product .general-image.have-images {
  width: 100% !important;
  max-width: 100%;
  flex: none;
}

body.mt-inner-page.product-product #product .image-block .image-additional {
  order: 2;
  width: 100%;
  max-height: none !important;
  margin-left: 0 !important;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
}

body.mt-inner-page.product-product
  #product
  .image-block
  .image-additional.swiper {
  height: var(--mt-gallery-thumb-size);
}

body.mt-inner-page.product-product
  #product
  .image-block
  .image-additional
  .swiper-wrapper {
  flex-direction: row !important;
  align-items: stretch;
  height: var(--mt-gallery-thumb-size);
}

body.mt-inner-page.product-product
  #product
  .image-block
  .image-additional
  .swiper-slide {
  width: var(--mt-gallery-thumb-size) !important;
  height: var(--mt-gallery-thumb-size) !important;
  flex-shrink: 0;
  margin-left: 0 !important;
  opacity: 0.55;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
  overflow: hidden;
}

body.mt-inner-page.product-product
  #product
  .image-block
  .image-additional
  .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

body.mt-inner-page.product-product
  #product
  .image-block
  .image-additional
  .swiper-slide
  .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  border-radius: var(--mt-radius-sm);
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

body.mt-inner-page.product-product
  #product
  .image-block
  .image-additional
  .swiper-slide.swiper-slide-thumb-active
  .thumbnail {
  border-color: var(--mt-graphite);
}

body.mt-inner-page.product-product
  #product
  .image-block
  .image-additional
  .thumbnail
  img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

body.mt-inner-page.product-product
  #product
  .image-block
  .top-sticker-timer-rating {
  display: none;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges {
  position: static;
  top: auto;
  right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 10px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .rating {
  flex: 0 0 auto;
  margin: 0;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .special-countdown {
  flex: 0 0 auto;
  margin-left: 0;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges:not(
    :has(.rating, .stickers-ns > div, .special-countdown)
  ) {
  display: none;
  padding: 0;
  margin: 0;
  border: 0;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges:empty {
  display: none;
  padding: 0;
  margin: 0;
  border: 0;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns
  > div,
body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .rating {
  pointer-events: auto;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns
  .sticker-ns {
  --mt-sticker-tint: var(--popular-bg-color, var(--mt-sticker-popular));
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  min-height: var(--mt-sticker-min-height);
  padding: var(--mt-sticker-surface-pad-y) var(--mt-sticker-surface-pad-x);
  border-radius: var(--mt-sticker-radius);
  font-family: var(--mt-sticker-surface-font);
  font-size: var(--mt-sticker-surface-font-size);
  font-weight: var(--mt-sticker-surface-font-weight);
  line-height: var(--mt-sticker-surface-line-height);
  letter-spacing: var(--mt-sticker-surface-letter-spacing);
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--mt-sticker-surface-text-color);
  background: color-mix(
    in srgb,
    var(--mt-sticker-tint) var(--mt-sticker-surface-bg-mix),
    #fff
  );
  border: 1px solid
    color-mix(
      in srgb,
      var(--mt-sticker-tint) var(--mt-sticker-surface-border-mix),
      var(--mt-border)
    );
  box-shadow: none;
  text-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns
  .sticker-ns
  + .sticker-ns {
  margin-top: 0;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns
  .sticker-ns
  .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1em;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  color: inherit;
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns
  .sticker-ns.special {
  --mt-sticker-tint: var(--special-bg-color, var(--mt-sticker-special));
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns
  .sticker-ns.popular {
  --mt-sticker-tint: var(--popular-bg-color, var(--mt-sticker-popular));
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns
  .sticker-ns.bestseller {
  --mt-sticker-tint: var(--bestseller-bg-color, var(--mt-sticker-bestseller));
}

body.mt-inner-page.product-product
  #product
  .right-block-inner
  .mt-product-buybox__badges
  .stickers-ns
  .sticker-ns.newproduct {
  --mt-sticker-tint: var(--newproduct-bg-color, var(--mt-sticker-newproduct));
}

body.mt-inner-page.product-product #product .general-image {
  text-align: left;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body.mt-inner-page.product-product #product .thumbnails .general-image span.thumbnail {
  display: block !important;
  width: 100%;
}

body.mt-inner-page.product-product #product .general-image #image-box,
body.mt-inner-page.product-product #product .general-image .swiper,
body.mt-inner-page.product-product #product .general-image .swiper-slide {
  margin: 0;
  padding: 0;
}

body.mt-inner-page.product-product #product .mt-product-gallery__zoom-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
  background: rgba(255, 255, 255, 0.92);
  color: var(--mt-ink);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(26, 26, 27, 0.08);
}

body.mt-inner-page.product-product #product .mt-product-gallery__zoom-btn:hover,
body.mt-inner-page.product-product
  #product
  .mt-product-gallery__zoom-btn:focus-visible {
  border-color: var(--mt-bronze);
  color: var(--mt-bronze);
  outline: 0;
}

body.mt-inner-page.product-product #product .mt-product-gallery__zoom-icon {
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3M11 8v6M8 11h6'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3M11 8v6M8 11h6'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

body.mt-inner-page.product-product #product .general-image .swiper {
  width: 100%;
}

body.mt-inner-page.product-product #product .general-image #image-box {
  aspect-ratio: var(--mt-product-media-ratio);
  width: 100%;
}

body.mt-inner-page.product-product #product .general-image #image-box .swiper-wrapper,
body.mt-inner-page.product-product #product .general-image #image-box .swiper-slide {
  height: 100%;
}

body.mt-inner-page.product-product #product .general-image.have-images .swiper {
  padding-bottom: 0;
}

body.mt-inner-page.product-product #product .general-image .swiper-slide,
body.mt-inner-page.product-product #product .general-image span.thumbnail,
body.mt-inner-page.product-product #product .general-image span.main-image,
body.mt-inner-page.product-product #product .general-image span.dop-img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

body.mt-inner-page.product-product
  #product
  .general-image
  .swiper-slide
  > span.thumbnail,
body.mt-inner-page.product-product
  #product
  .general-image
  .swiper-slide
  > .cloud-zoom-wrap {
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  position: relative;
}

body.mt-inner-page.product-product #product .general-image .cloud-zoom-wrap,
body.mt-inner-page.product-product #product .general-image .cloud-zoom {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
}

/* mousetrap: CloudZoom задає width/height inline — не перебивати !important */
body.mt-inner-page.product-product #product .general-image .mousetrap {
  display: block !important;
  max-width: none;
}

@media (min-width: 992px) {
  body.mt-inner-page.product-product
    #product
    .general-image
    span.thumbnail.cloud-zoom {
    cursor: crosshair;
  }

}

body.mt-inner-page.product-product .fancybox-container {
  z-index: 10050;
}

body.mt-inner-page.product-product #product .general-image .cloud-zoom-big {
  border-radius: 0;
  background-color: var(--mt-soft);
  background-repeat: no-repeat;
  background-size: auto;
  right: auto;
  margin: 0;
  z-index: 100;
  pointer-events: none;
}

body.mt-inner-page.product-product
  #product
  .general-image
  span.thumbnail.cloud-zoom
  > img {
  position: relative;
  z-index: 1;
}

body.mt-inner-page.product-product #product .general-image .cloud-zoom-loading {
  display: none !important;
}

body.mt-inner-page.product-product #product .general-image .cloud-zoom-lens {
  display: none !important;
}

body.mt-inner-page.product-product #product .general-image img.img-responsive,
body.mt-inner-page.product-product #product .general-image .slider-main-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

body.mt-inner-page.product-product #product .general-image .ch-pagination {
  bottom: 8px !important;
}

body.mt-inner-page.product-product
  #product
  .general-image
  .ch-pagination
  .swiper-pagination-bullet {
  background: var(--mt-border);
  opacity: 1;
}

body.mt-inner-page.product-product
  #product
  .general-image
  .ch-pagination
  .swiper-pagination-bullet-active {
  background: var(--mt-accent-static);
}

body.mt-inner-page #product .top-product-button,
body.mt-inner-page #product .info-product,
body.mt-inner-page #product .price-action-group,
body.mt-inner-page #product hr,
body.mt-inner-page #product .short-desc-b,
body.mt-inner-page #product .short-attr-b,
body.mt-inner-page #product .list-unstyled.product-discounts {
  border-color: var(--mt-border);
}

body.mt-inner-page #product .top-product-button {
  padding-bottom: 16px;
  margin-bottom: 20px;
}

body.mt-inner-page #product .right-block-inner > .ch-stock-status {
  display: none;
}

body.mt-inner-page #product .mt-product-buybox__min-hint {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-soft);
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.4;
}

body.mt-inner-page #product .list-unstyled.product-discounts {
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

body.mt-inner-page #product .list-unstyled.product-discounts li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--mt-border);
  font-size: 13px;
  color: var(--mt-muted);
}

body.mt-inner-page
  #product
  .list-unstyled.product-discounts
  .product-discount-price {
  color: var(--mt-ink);
  font-weight: 700;
}

body.mt-inner-page #product .info-model,
body.mt-inner-page #product .info-sku,
body.mt-inner-page #product .info-manufacturer,
body.mt-inner-page #product .info-weight {
  font-size: 13px;
  color: var(--mt-muted);
}

body.mt-inner-page #product .info-model span,
body.mt-inner-page #product .info-sku span,
body.mt-inner-page #product .info-manufacturer a span,
body.mt-inner-page #product .info-weight span {
  color: var(--mt-ink);
  font-weight: 600;
}

body.mt-inner-page #product .info-manufacturer a:hover span {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page #product .price-action-group,
body.mt-inner-page #product .mt-product-buybox__checkout {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page #product .mt-product-buybox__price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
}

body.mt-inner-page #product .mt-product-buybox__price-row .quantity-adder,
body.mt-inner-page #product .mt-product-buybox__price-row .mt-qty-stepper {
  flex: 0 0 auto !important;
  max-width: none !important;
  width: auto !important;
  margin-right: 0;
}

body.mt-inner-page #product .mt-product-buybox__price {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}

body.mt-inner-page #product .mt-product-buybox__price .price {
  margin: 0;
  color: var(--mt-pdp-price-color);
  font-family: var(--mt-pdp-price-font);
  font-size: var(--mt-pdp-price-size);
  font-weight: var(--mt-price-weight);
  line-height: var(--mt-pdp-price-lh);
  letter-spacing: 0;
}

body.mt-inner-page #product .mt-product-buybox__price .price .price-new {
  display: block;
  float: none;
  clear: both;
  margin: 0 0 1px;
  color: var(--mt-pdp-price-color);
  font-family: var(--mt-pdp-price-font);
  font-size: var(--mt-pdp-price-size);
  font-weight: var(--mt-price-weight);
  line-height: var(--mt-pdp-price-lh);
  letter-spacing: 0;
}

body.mt-inner-page #product .mt-product-buybox__cta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

body.mt-inner-page #product .mt-product-buybox__actions-primary {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  width: 100%;
}

body.mt-inner-page #product .mt-product-buybox__actions-primary--notify .cart {
  width: 100%;
}

body.mt-inner-page #product .mt-product-buybox__actions-primary .cart {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  display: flex;
  margin-top: 0;
}

body.mt-inner-page
  #product
  .mt-product-buybox__actions-primary
  .cart
  .btn-general {
  width: 100%;
  justify-content: center;
}

body.mt-inner-page #product .mt-product-buybox__actions-secondary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

body.mt-inner-page #product .mt-product-buybox__checkout .info-group,
body.mt-inner-page #product .mt-product-buybox__extras {
  width: 100%;
  margin-top: 0;
  flex: none;
  max-width: none;
  gap: 8px 12px;
}

body.mt-inner-page #product .mt-product-buybox__points {
  width: 100%;
  margin: 0;
  font-size: 13px;
  color: var(--mt-muted);
}

body.mt-inner-page
  #product
  .mt-product-buybox__actions-secondary
  .btn-sample-request,
body.mt-inner-page
  #product
  .mt-product-buybox__actions-secondary
  .btn-fastorder {
  width: 100%;
  justify-content: center;
}

@media (min-width: 992px) {
  body.mt-inner-page #product .mt-product-buybox__cta-row {
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
  }

  body.mt-inner-page #product .mt-product-buybox__actions-primary {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  body.mt-inner-page #product .mt-product-buybox__actions-secondary {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: row;
    width: auto;
    gap: 12px;
  }

  body.mt-inner-page
    #product
    .mt-product-buybox__actions-secondary
    .btn-sample-request,
  body.mt-inner-page
    #product
    .mt-product-buybox__actions-secondary
    .btn-fastorder {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}

body.mt-inner-page #product .price {
  margin-right: 0;
  font-size: 22px;
  font-weight: var(--mt-price-weight);
}

body.mt-inner-page #product .price-new {
  color: var(--mt-charcoal-dark);
  font-size: 28px;
  font-weight: var(--mt-price-weight);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body.mt-inner-page #product .price-old {
  float: none;
  color: var(--mt-muted);
  font-size: 16px;
  font-weight: var(--mt-price-weight-old);
  text-decoration: line-through;
}

body.mt-inner-page #product .price-tax {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--mt-muted);
}

body.mt-inner-page #product .quantity-adder {
  margin-right: 0;
}

body.mt-inner-page #product .mt-qty-stepper .quantity-number {
  display: inline-flex;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

body.mt-inner-page #product .cart {
  margin-top: 0;
  width: auto;
}
body.mt-inner-page #product .cart .btn-general:not(.btn-notify-stock) {
  min-height: 48px;
  padding: 12px 22px;
  border: 0 !important;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-btn-grad) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

body.mt-inner-page
  #product
  .cart
  #button-cart.btn-general:not(.btn-notify-stock)
  .icon-cart-add,
body.mt-inner-page
  #product
  .cart
  .btn-general:not(.btn-notify-stock)
  .icon-cart-add {
  background: #fff !important;
}

body.mt-inner-page
  #product
  .cart
  #button-cart.btn-general:not(.btn-notify-stock):hover,
body.mt-inner-page
  #product
  .cart
  #button-cart.btn-general:not(.btn-notify-stock):focus,
body.mt-inner-page #product .cart .btn-general:not(.btn-notify-stock):hover,
body.mt-inner-page #product .cart .btn-general:not(.btn-notify-stock):focus {
  background: var(--mt-btn-grad-hover) !important;
  color: #fff !important;
}

body.mt-inner-page
  #product
  .cart
  #button-cart.btn-general.is-active:not(.btn-notify-stock),
body.mt-inner-page
  #product
  .cart
  .btn-general.is-active:not(.btn-notify-stock) {
  background: var(--mt-charcoal) !important;
}

body.mt-inner-page #product .btn-fastorder {
  min-height: 48px;
  margin-top: 0;
  margin-left: 0;
  padding: 12px 20px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
  background: #fff;
  color: var(--mt-ink);
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
}

body.mt-inner-page #product .btn-fastorder:hover,
body.mt-inner-page #product .btn-fastorder:focus {
  border-color: var(--mt-bronze);
  background: var(--mt-bronze);
  color: #fff;
}

body.mt-inner-page #product .btn-sample-request {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 0;
  padding: 12px 20px;
  border: 1px solid var(--mt-graphite);
  border-radius: var(--mt-radius-sm);
  background: #fff;
  color: var(--mt-ink);
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
  cursor: pointer;
}

body.mt-inner-page #product .btn-sample-request:hover,
body.mt-inner-page #product .btn-sample-request:focus-visible {
  border-color: var(--mt-bronze);
  background: var(--mt-bronze);
  color: #fff;
  outline: 0;
}

body.mt-inner-page #product .btn-icon-sample {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

body.mt-inner-page #product .cart .btn-general.btn-notify-stock {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--mt-graphite) !important;
  border-radius: var(--mt-radius-sm);
  background: #fff !important;
  color: var(--mt-graphite) !important;
  font-size: 14px;
  font-weight: 700;
}

body.mt-inner-page
  #product
  .cart
  .btn-general.btn-notify-stock
  .icon-notify-stock {
  background: var(--mt-graphite) !important;
}

body.mt-inner-page #product .cart .btn-general.btn-notify-stock:hover,
body.mt-inner-page #product .cart .btn-general.btn-notify-stock:focus {
  background: var(--mt-soft) !important;
  border-color: var(--mt-bronze) !important;
  color: var(--mt-bronze) !important;
}

body.mt-inner-page #product .related-products {
  border-color: var(--mt-border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

body.mt-inner-page #product .related-products__title {
  color: var(--mt-ink);
  font-weight: 700;
}

body.mt-inner-page #product .related-products__item {
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
  background: var(--mt-soft);
}

body.mt-inner-page #product .related-products__name-model a {
  color: var(--mt-ink);
  font-weight: 600;
}

body.mt-inner-page #product .related-products__name-model a:hover {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page #product .related-products__price {
  color: var(--mt-ink);
  font-weight: var(--mt-price-weight);
}

body.mt-inner-page #product .related-products__image {
  width: 70px;
  min-width: 70px;
  height: auto;
  aspect-ratio: var(--mt-product-media-ratio);
  padding: 0;
  overflow: hidden;
}

body.mt-inner-page #product .related-products__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

/* --- List view: паритет .mt-home-product (горизонтальна картка) --- */
body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .product-description,
body.mt-inner-page .product-layout.product-list .product-thumb .attribute-cat,
body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .price-actions-box
  .quantity_plus_minus {
  display: none !important;
}

body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .image
  .addit-action
  .quickview,
body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .image
  .addit-action
  .quick-order {
  display: none !important;
}

body.mt-inner-page .product-layout.product-list .product-thumb .product-name a {
  min-height: calc(1.5em * 2);
}

body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .price-actions-box {
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top-color: rgba(0, 0, 0, 0.07);
}

body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .price-actions-box
  .price {
  width: auto !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .price-actions-box
  .cart {
  margin-left: auto;
  flex: 0 0 auto;
  align-self: center;
  text-align: right;
}

body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .image
  .addit-action {
  position: absolute !important;
  top: 16px !important;
  right: auto !important;
  left: 18px !important;
  bottom: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 10px;
  margin: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
  z-index: 2;
}

body.mt-inner-page
  .product-layout.product-list
  .product-thumb
  .image
  .addit-action
  > div {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (min-width: 992px) {
  body.mt-inner-page .product-layout.product-list .product-thumb {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
  }

  body.mt-inner-page .product-layout.product-list .product-thumb .image {
    flex: 0 0 clamp(200px, 28%, 280px);
    float: none !important;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0;
  }

  body.mt-inner-page .product-layout.product-list .product-thumb .image > a {
    display: block;
    height: 100%;
    min-height: 100%;
    aspect-ratio: var(--mt-product-media-ratio);
    overflow: hidden;
  }

  body.mt-inner-page
    .product-layout.product-list
    .product-thumb
    .image
    a
    img.img-responsive {
    width: 100%;
    height: 100%;
    max-height: none;
    padding-bottom: 0 !important;
    object-fit: cover;
    object-position: center;
  }

  body.mt-inner-page .product-layout.product-list .product-thumb .caption {
    float: none !important;
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 16px 18px 17px !important;
    border-left: none !important;
    display: flex;
    flex-direction: column;
  }

  body.mt-inner-page
    .product-layout.product-list
    .product-thumb
    .image
    .addit-action {
    opacity: 0;
    z-index: -1;
  }

  body.mt-inner-page
    .product-layout.product-list
    .product-thumb:hover
    .image
    .addit-action,
  body.mt-inner-page
    .product-layout.product-list
    .product-thumb:focus-within
    .image
    .addit-action {
    opacity: 1;
    z-index: 2;
  }
}

@media (hover: none) and (pointer: coarse) {
  body:not(.mt-scroll-hover-enabled).mt-inner-page
    .product-layout.product-list
    .product-thumb
    .image
    .addit-action {
    opacity: 1;
    z-index: 2;
  }
}

/* Price view: мініатюра заповнює 80px-стовпець */
body.mt-inner-page .product-price .product-thumb .image {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

body.mt-inner-page .product-price .product-thumb .image > a {
  display: block;
  aspect-ratio: var(--mt-product-media-ratio);
  overflow: hidden;
  padding: 0;
}

body.mt-inner-page .product-price .product-thumb .image img.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Варіанти товару (таблиця product-price) */
body.mt-inner-page .product-price .product-thumb {
  border-color: var(--mt-border) !important;
}

body.mt-inner-page .product-price .product-thumb .caption .product-name a {
  color: var(--mt-ink);
  font-weight: 600;
}

body.mt-inner-page
  .product-price
  .product-thumb
  .caption
  .price-actions-box
  .price,
body.mt-inner-page .product-price .product-thumb .price {
  color: var(--mt-charcoal-dark);
  font-weight: var(--mt-price-weight);
}

body.mt-inner-page
  .product-price
  .product-thumb
  .caption
  .cart
  .btn-general:not(.btn-notify-stock) {
  border: 0 !important;
  background: var(--mt-btn-grad) !important;
  color: #fff !important;
}

body.mt-inner-page
  .product-price
  .product-thumb
  .caption
  .cart
  .btn-general:not(.btn-notify-stock)
  .icon-cart-add {
  background: #fff !important;
}

/* Вкладки опису — перебити tabs.css (8px) */
body.mt-inner-page .tab-white-bg,
body.mt-inner-page .tabs-product .tab-content .tab-pane {
  border-color: var(--mt-border);
  border-radius: var(--mt-radius-md);
}

@media (min-width: 768px) {
  body.mt-inner-page .tabs-product .tab-content .tab-pane {
    border-radius: var(--mt-radius-md);
  }
}

body.mt-inner-page .tabs__header .my-tabs.nav-tabs > li > a {
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page .tabs__header .my-tabs {
  background: var(--mt-soft);
}

body.mt-inner-page .tabs__header .my-tabs.nav-tabs > li > a {
  color: var(--mt-muted);
  font-weight: 600;
}

body.mt-inner-page .tabs__header .my-tabs.nav-tabs > li.active > a,
body.mt-inner-page .tabs__header .my-tabs.nav-tabs > li.active > a:focus {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page .tabs__active_line {
  box-shadow: 0 4px 14px rgba(26, 26, 27, 0.08);
}

body.mt-inner-page #product .title_short_description,
body.mt-inner-page #product .title_short_attribute {
  color: var(--mt-ink);
  font-weight: 700;
}

body.mt-inner-page #product .text_short_description {
  color: var(--mt-muted);
}

body.mt-inner-page #product .redmore-link {
  border-radius: var(--mt-radius-sm);
  background: var(--mt-soft);
  color: var(--mt-ink);
}

body.mt-inner-page #product .redmore-link:hover {
  background: var(--mt-soft);
  color: var(--mt-charcoal-dark);
}

/* ——— B3: кошик і OPC ——— */
body.mt-inner-page .page-cart .cart-col-right {
  padding: 20px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  box-shadow: 0 10px 28px rgba(26, 26, 27, 0.05);
}

body.mt-inner-page .cart-item {
  padding-top: 18px;
  padding-bottom: 18px;
}

body.mt-inner-page .cart-item + div.cart-item {
  border-top: 1px solid var(--mt-border);
}

body.mt-inner-page .cart-item-prod-name a {
  color: var(--mt-ink);
  font-weight: 700;
}

body.mt-inner-page .cart-item-prod-name a:hover {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page .cart-item .product-model {
  color: var(--mt-muted);
}

body.mt-inner-page .cart-item-price,
body.mt-inner-page .cart-item-total,
body.mt-inner-page .text-cart-item-price,
body.mt-inner-page .text-cart-item-total {
  color: #000;
  font-weight: var(--mt-price-weight);
}

body.mt-inner-page .ch-cart-quantity {
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page .ch-cart-quantity .form-control {
  border: 0;
  box-shadow: none;
}

body.mt-inner-page .page-cart .chm-btn-primary,
body.mt-inner-page #onepcheckout .chm-btn-primary,
body.mt-inner-page .page-cart .btn-primary {
  border: 0 !important;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-btn-grad) !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: none;
}

body.mt-inner-page .page-cart .chm-btn-primary:hover,
body.mt-inner-page #onepcheckout .chm-btn-primary:hover,
body.mt-inner-page .page-cart .btn-primary:hover {
  background: var(--mt-btn-grad-hover) !important;
  color: #fff !important;
}

body.mt-inner-page .page-cart .chm-btn-grey {
  border-radius: var(--mt-radius-sm);
  background: var(--mt-soft);
  color: var(--mt-ink);
}

body.mt-inner-page .page-cart .chm-btn-grey:hover {
  background: var(--mt-border);
  color: var(--mt-ink);
}

body.mt-inner-page .checkout-cart-accordion .panel-default {
  border-color: var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page .checkout-cart-accordion .panel-default > .panel-heading {
  background: var(--mt-soft);
  border-color: var(--mt-border);
}

/* OPC / кошик — м’який фон блоків */
body.mt-inner-page #onepcheckout .cart-item-price,
body.mt-inner-page #onepcheckout .cart-item-total,
body.mt-inner-page #onepcheckout .text-cart-item-price,
body.mt-inner-page #onepcheckout .text-cart-item-total {
  color: #000;
}

body.mt-inner-page #onepcheckout .opc_block,
body.mt-inner-page .page-cart .panel,
body.mt-inner-page .checkout-cart .panel {
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  box-shadow: 0 10px 28px rgba(26, 26, 27, 0.05);
}

body.mt-inner-page #onepcheckout .opc_block_title {
  color: var(--mt-ink);
  font-weight: 800;
}

body.mt-inner-page #onepcheckout .opc_block .form-control {
  border-color: var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page #onepcheckout .opc_block .form-control:focus {
  border-color: var(--mt-graphite);
  box-shadow: 0 0 0 2px rgba(44, 44, 46, 0.12);
}

body.mt-inner-page #onepcheckout .opc-h1 {
  margin-bottom: 20px;
  color: var(--mt-ink);
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.mt-inner-page #onepcheckout .checkout-heading .title-customer,
body.mt-inner-page #onepcheckout .opc_block_title {
  color: var(--mt-ink);
}

body.mt-inner-page #onepcheckout .title-customer .opc_login,
body.mt-inner-page #onepcheckout .title-customer .i_am_registered {
  color: var(--mt-charcoal-dark);
  font-weight: 600;
}

body.mt-inner-page #onepcheckout .chm-radio label,
body.mt-inner-page #onepcheckout .chm-checkbox label {
  border-color: var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page #onepcheckout .chm-radio input:checked + label,
body.mt-inner-page #onepcheckout .chm-checkbox input:checked + label {
  border-color: var(--mt-graphite);
  box-shadow: 0 0 0 1px rgba(44, 44, 46, 0.12);
}

body.mt-inner-page #onepcheckout .opc_block_totals .table-cart .total-title {
  color: var(--mt-muted);
}

body.mt-inner-page #onepcheckout .opc_block_totals .table-cart .total-text {
  color: var(--mt-charcoal-dark);
  font-weight: 800;
}

body.mt-inner-page
  #onepcheckout
  .opc_block_totals
  .table-cart
  tr:last-child
  .total-title,
body.mt-inner-page
  #onepcheckout
  .opc_block_totals
  .table-cart
  tr:last-child
  .total-text {
  color: var(--mt-ink);
  font-size: 1.05em;
}

body.mt-inner-page #onepcheckout .opc-alert-danger {
  border-color: rgba(216, 48, 14, 0.35);
  border-radius: var(--mt-radius-sm);
  background: #fff5f2;
  color: var(--mt-ink);
}

@media (min-width: 992px) {
  body.mt-inner-page #onepcheckout .checkout-col-fix-right {
    position: sticky;
    top: calc(var(--mt-header-offset, 80px) + 20px);
    align-self: flex-start;
  }
}

/* --- OPC related products (Користуються попитом) — паритет .mt-home-product --- */
body.mt-inner-page .mt-checkout-related {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

body.mt-inner-page .mt-checkout-related .checkout-heading {
  display: inline-block;
  margin: 0 0 14px;
  padding: 0;
  color: var(--mt-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

body.mt-inner-page .mt-checkout-related .checkout-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 8px;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-btn-grad);
}

body.mt-inner-page .mt-checkout-related .opc-related-products .related-item {
  height: auto;
}

body.mt-inner-page .mt-checkout-related .mt-home-product--upsell {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: transparent;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

body.mt-inner-page .mt-checkout-related .mt-home-product--upsell:hover,
body.mt-inner-page .mt-checkout-related .mt-home-product--upsell:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--mt-shadow-card);
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__media {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: var(--mt-product-media-ratio);
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: var(--mt-soft);
  isolation: isolate;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__media-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__media
  img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 14px 16px 16px;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__info {
  gap: 6px;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(1.5em * 2);
  margin: 0;
  font-size: var(--mt-card-title-size, 16px);
  font-weight: 600;
  line-height: var(--mt-card-title-lh, 1.5);
  letter-spacing: var(--mt-card-title-tracking, 0);
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__title
  a {
  color: var(--mt-graphite);
  text-decoration: none;
  transition: color 0.2s ease;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__title
  a:hover,
body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-home-product__title
  a:focus {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product--upsell
  .mt-listing-sku {
  font-size: var(--mt-tech-size-sm);
}

body.mt-inner-page .mt-checkout-related .mt-home-product__bottom--upsell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--mt-border);
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__bottom--upsell
  .mt-home-product__price-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__bottom--upsell
  .mt-home-product__price-was {
  font-size: 13px;
  font-weight: var(--mt-price-weight-old);
  color: var(--mt-gray);
  line-height: 1.4;
  text-decoration-thickness: 1px;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__bottom--upsell
  .mt-home-product__price-now {
  color: var(--mt-gray);
  font-size: var(--mt-listing-price-size, 17px);
  font-weight: var(--mt-price-weight, 600);
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--mt-card-price-tracking, 0);
  line-height: var(--mt-card-price-lh, 1.4);
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__bottom--upsell
  .mt-home-product__badge-sale {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 7px;
  border-radius: var(--mt-radius-sm);
  background: rgba(185, 28, 28, 0.12);
  color: #991b1b;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__bottom--upsell
  .price-tax {
  font-size: 12px;
  font-weight: 400;
  color: var(--mt-muted);
  line-height: 1.3;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__add.btn.btn-add-to-cart {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: var(--mt-radius-md);
  background: var(--mt-btn-grad) !important;
  color: #fff !important;
  line-height: 1;
  box-shadow: none;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__add.btn.btn-add-to-cart:hover,
body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__add.btn.btn-add-to-cart:focus,
body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__add.btn.btn-add-to-cart:active {
  background: var(--mt-btn-grad-hover) !important;
  color: #fff !important;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__add.btn.btn-add-to-cart
  .icon-cart-add {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-mask-image: url("../image/sprite.svg#icon-add-to-cart");
  mask-image: url("../image/sprite.svg#icon-add-to-cart");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}

body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__add.btn.btn-add-to-cart:hover
  .icon-cart-add,
body.mt-inner-page
  .mt-checkout-related
  .mt-home-product__add.btn.btn-add-to-cart:focus
  .icon-cart-add {
  background: #fff;
}

body.mt-inner-page
  .mt-checkout-related
  .opc-related-products
  .carousel-related-scrollbar {
  background: var(--mt-soft);
  left: 50%;
  right: auto;
  width: 40%;
  transform: translateX(-50%);
  bottom: 2px;
  height: 4px;
}

body.mt-inner-page
  .mt-checkout-related
  .opc-related-products
  .carousel-related-scrollbar
  .swiper-scrollbar-drag {
  background: var(--mt-accent-static);
}

body.mt-inner-page .mt-checkout-related .opc-related-products .swiper-wrapper {
  padding-bottom: 10px;
  margin-bottom: 4px;
}

/* Спільні utility-класи з головної на модулях */
body.mt-inner-page .mt-home-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  margin: 20px 0 24px;
  border-bottom: 1px solid var(--mt-border);
  overflow-x: auto;
}

body.mt-inner-page .mt-home-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: #fff;
  color: var(--mt-muted);
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.mt-inner-page .mt-home-tabs button.is-active {
  border-bottom-color: var(--mt-accent-static);
  color: var(--mt-accent-static);
}

body.mt-inner-page .mt-home-tabs button:hover {
  border-bottom-color: var(--mt-accent-static);
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page .mt-home-product {
  overflow: hidden;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

body.mt-inner-page .mt-home-product:hover {
  transform: translateY(-4px);
  box-shadow: var(--mt-shadow-card);
}

/* ——— B4: логін, контакти, пошук ——— */
body.mt-inner-page #account-login .chm-well {
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 26, 27, 0.05);
}

body.mt-inner-page #account-login .chm-title-auth {
  margin-bottom: 18px;
  color: var(--mt-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.mt-inner-page #account-login .chm-auth .form-control {
  border-color: var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page #account-login .chm-auth .form-control:focus {
  border-color: var(--mt-graphite);
  box-shadow: 0 0 0 2px rgba(44, 44, 46, 0.12);
}

body.mt-inner-page #account-login .chm-auth a {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page #account-login .chm-auth a:hover {
  color: var(--mt-cta-dark);
}

body.mt-inner-page .box-contact-left,
body.mt-inner-page .box-contact-form form {
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 26, 27, 0.05);
}

body.mt-inner-page .box-contact-left {
  padding: 24px;
}

body.mt-inner-page .box-contact-form form {
  padding: 24px 24px 8px;
}

body.mt-inner-page .contact-title {
  margin-bottom: 12px;
  color: var(--mt-ink);
  font-size: 16px;
  font-weight: 800;
}

body.mt-inner-page .box-contact-left .contact_address,
body.mt-inner-page .box-contact-left .contact_email,
body.mt-inner-page .ch_contacts_phone a {
  color: var(--mt-muted);
}

body.mt-inner-page .ch_contacts_phone a:hover {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page .box-contact-form .form-control {
  border-color: var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page .box-contact-form .form-control:focus {
  border-color: var(--mt-graphite);
  box-shadow: 0 0 0 2px rgba(44, 44, 46, 0.12);
}

body.mt-inner-page .box-contact-form legend {
  border: 0;
  color: var(--mt-ink);
  font-size: 18px;
  font-weight: 800;
}

body.mt-inner-page .chm-search-block {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
}

body.mt-inner-page .chm-search-block .chm-legend {
  margin-bottom: 14px;
  color: var(--mt-ink);
  font-weight: 800;
}

body.mt-inner-page .chm-search-block .form-control,
body.mt-inner-page .chm-search-block .search-form-select {
  border-color: var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page .chm-search-block .form-control:focus {
  border-color: var(--mt-graphite);
  box-shadow: 0 0 0 2px rgba(44, 44, 46, 0.12);
}

body.mt-inner-page .product-model:empty {
  display: none;
}

/* ——— M8: мобільна верстка ——— */
@media (max-width: 767px) {
  body.mt-inner-page .category-page .product-thumb .caption,
  body.mt-inner-page #content .product-layout .product-thumb .caption,
  body.mt-inner-page .container-module .product-thumb .caption {
    padding: var(--mt-card-caption-padding-compact);
  }

  body.mt-inner-page .category-page .product-thumb .product-name,
  body.mt-inner-page #content .product-layout .product-thumb .product-name,
  body.mt-inner-page .container-module .product-thumb .product-name {
    margin-bottom: 8px;
  }

  body.mt-inner-page .category-page .product-thumb .price-actions-box,
  body.mt-inner-page #content .product-layout .product-thumb .price-actions-box,
  body.mt-inner-page .container-module .product-thumb .price-actions-box {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 12px;
  }

  body.mt-inner-page .category-page .product-thumb .price-actions-box .price,
  body.mt-inner-page
    #content
    .product-layout
    .product-thumb
    .price-actions-box
    .price,
  body.mt-inner-page .container-module .product-thumb .price-actions-box .price {
    flex: 0 0 auto;
    width: 100%;
  }

  body.mt-inner-page .category-page .product-thumb .price-actions-box .cart,
  body.mt-inner-page
    #content
    .product-layout
    .product-thumb
    .price-actions-box
    .cart,
  body.mt-inner-page .container-module .product-thumb .price-actions-box .cart {
    flex: 0 0 auto;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  body.mt-inner-page
    .category-page
    .product-thumb
    .price-actions-box
    .cart
    .btn-product-details,
  body.mt-inner-page
    #content
    .product-layout
    .product-thumb
    .price-actions-box
    .cart
    .btn-product-details,
  body.mt-inner-page
    .container-module
    .product-thumb
    .price-actions-box
    .cart
    .btn-product-details {
    width: 100%;
    justify-content: center;
  }

  body.mt-inner-page .product-layout.product-list .product-thumb .price-actions-box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px 8px;
    padding-top: 14px;
  }

  body.mt-inner-page .product-layout.product-list .product-thumb .price-actions-box .price {
    flex: 1 1 auto;
    width: auto;
  }

  body.mt-inner-page .product-layout.product-list .product-thumb .price-actions-box .cart {
    flex: 0 0 auto;
    width: auto !important;
    margin-left: auto !important;
    margin-top: 0 !important;
  }

  body.mt-inner-page
    .product-layout.product-list
    .product-thumb
    .price-actions-box
    .cart
    .btn-product-details {
    width: auto;
  }
}

@media (max-width: 991px) {
  body.mt-inner-page .category-page .product-layout {
    margin-bottom: 16px;
  }

  body.mt-inner-page #account-login .chm-auth > .col-sm-6 + .col-sm-6 {
    margin-top: 16px;
  }

  body.mt-inner-page .box-contact-form {
    margin-top: 16px;
  }

  body.mt-inner-page #product .mt-product-buybox__price-row {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
  }

  body.mt-inner-page #product .mt-product-buybox__price-row .mt-qty-stepper {
    flex: 0 0 auto !important;
  }

  body.mt-inner-page #product .mt-product-buybox__price-row .mt-product-buybox__price {
    flex: 1 1 8rem;
    min-width: 0;
  }

  body.mt-inner-page #product .mt-product-buybox__price-row .mt-product-buybox__price .price {
    font-size: clamp(22px, 5.5vw, var(--mt-pdp-price-size));
    line-height: 1.15;
  }

  body.mt-inner-page #product .mt-product-buybox__actions-primary .cart,
  body.mt-inner-page
    #product
    .mt-product-buybox__actions-primary
    .cart
    #button-cart,
  body.mt-inner-page
    #product
    .mt-product-buybox__actions-primary
    .cart
    .btn-general {
    width: 100%;
  }

  body.mt-inner-page
    #product
    .mt-product-buybox__actions-primary
    .cart
    .btn-general {
    justify-content: center;
  }

  body.mt-inner-page
    #product
    .mt-product-buybox__actions-secondary
    .btn-sample-request,
  body.mt-inner-page
    #product
    .mt-product-buybox__actions-secondary
    .btn-fastorder {
    width: 100%;
  }

  body.mt-inner-page #onepcheckout .opc_block {
    margin-bottom: 16px;
  }
}

/* --- product.sticky_cart_footer (mobile PDP bar) --- */
@media (max-width: 767px) {
  body.mt-inner-page .add-to-cart-footer.mt-sticky-cart-footer {
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 12px;
    align-items: center;
  }

  body.mt-inner-page .add-to-cart-footer .mt-sticky-cart-footer__price {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
    color: var(--mt-charcoal-dark);
    font-size: clamp(18px, 4.5vw, 22px);
    font-weight: var(--mt-price-weight);
    line-height: 1.15;
  }

  body.mt-inner-page .add-to-cart-footer .price-new {
    color: var(--mt-charcoal-dark);
    font-size: clamp(18px, 4.5vw, 22px);
    font-weight: var(--mt-price-weight);
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  body.mt-inner-page .add-to-cart-footer .price-old {
    float: none;
    color: var(--mt-muted);
    font-size: 14px;
    font-weight: var(--mt-price-weight-old);
    text-decoration: line-through;
  }

  body.mt-inner-page .add-to-cart-footer .price-tax {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: var(--mt-muted);
  }

  body.mt-inner-page .add-to-cart-footer .mt-sticky-cart-footer__action {
    flex-shrink: 0;
    margin-top: 0;
    width: auto;
  }

  body.mt-inner-page .add-to-cart-footer .mt-sticky-cart-footer__btn {
    flex-shrink: 0;
    min-width: 132px;
    justify-content: center;
  }

  body.fix_cart_price_footer footer {
    padding-bottom: 75px;
  }

  body.fix_cart_price_footer footer.fm_b {
    padding-bottom: 135px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.fix_cart_price_footer footer {
    padding-bottom: 0;
  }

  body.fix_cart_price_footer footer.fm_b {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  body.mt-inner-page #product .mt-product-buybox__price-row {
    --mt-qty-stepper-h: 40px;
    --mt-qty-btn-w: 40px;
    --mt-qty-input-w: 44px;
    --mt-qty-font-size: 14px;
  }

  body.mt-inner-page #product .mt-product-buybox__price-row .mt-qty-stepper__inner {
    max-width: 132px;
  }

  body.mt-inner-page .chm-search-block .row > [class*="col-"] {
    margin-bottom: 12px;
  }

  body.mt-inner-page .view-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.mt-inner-page .view-box .btn-sort-limit {
    white-space: nowrap;
  }
}

/* --- product/category: фільтри над сіткою, sidebar, картки (план W4) --- */

body.product-category #column-left .container-module > .title-module {
  display: none !important;
}

/* OCFilter у sidebar (legacy): vertical, розгорнуті значення */
body.product-category #column-left .ocf-container {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

body.product-category #column-left .ocf-vertical .ocf-content {
  margin-bottom: 0;
}

body.product-category #column-left .ocf-vertical .ocf-header {
  margin-bottom: 12px;
  font-family: var(--mt-filter-label-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--mt-ink);
}

body.product-category #column-left .ocf-vertical .ocf-filter-header {
  font-family: var(--mt-filter-label-font);
  font-size: var(--mt-filter-label-size);
  line-height: var(--mt-filter-label-lh);
  font-weight: 700;
  color: var(--mt-filter-label-color);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.product-category #column-left .ocf-vertical .ocf-filter {
  margin-bottom: 18px;
}

body.product-category #column-left .ocf-vertical .ocf-value {
  font-size: 14px;
  line-height: 1.45;
  color: var(--mt-ink);
}

/* Запасний захист: якщо модуль лишився в content_top */
body.product-category #content .ocf-container {
  display: none !important;
}

body.product-category #content .mt-category-filters .ocf-container {
  display: none !important;
}

body.product-category #column-left .promo-slider-left {
  flex-direction: column !important;
  flex-wrap: nowrap;
  gap: 16px;
}

body.product-category #column-left .promo-slider {
  margin-bottom: 16px;
}

body.product-category #column-left .container-module .product-thumb .image {
  min-height: 0;
}

body.product-category #column-left .container-module .product-thumb .image > a {
  display: block;
  position: relative;
  aspect-ratio: var(--mt-product-media-ratio);
  overflow: hidden;
}

body.product-category
  #column-left
  .container-module
  .product-thumb
  .image
  img.img-responsive {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
  object-fit: cover;
  object-position: center;
}

body.product-category .category-page .product-thumb .image .addit-action,
body.product-category
  #content
  .product-layout
  .product-thumb
  .image
  .addit-action {
  bottom: auto !important;
  width: auto !important;
  justify-content: flex-start !important;
}

@media (min-width: 992px) {
  body.product-category .category-page .product-thumb .image .addit-action,
  body.product-category
    #content
    .product-layout
    .product-thumb
    .image
    .addit-action {
    opacity: 0;
    z-index: -1;
  }

  body.product-category
    .category-page
    .product-thumb:hover
    .image
    .addit-action,
  body.product-category
    .category-page
    .product-thumb:focus-within
    .image
    .addit-action,
  body.product-category
    #content
    .product-layout
    .product-thumb:hover
    .image
    .addit-action,
  body.product-category
    #content
    .product-layout
    .product-thumb:focus-within
    .image
    .addit-action {
    opacity: 1;
    z-index: 2;
  }
}

@media (hover: none) and (pointer: coarse) {
  body:not(.mt-scroll-hover-enabled).product-category
    .category-page
    .product-thumb
    .image
    .addit-action,
  body:not(.mt-scroll-hover-enabled).product-category
    #content
    .product-layout
    .product-thumb
    .image
    .addit-action,
  body.mt-inner-page .container-module .swiper .product-thumb .image .addit-action {
    opacity: 1;
    z-index: 2;
  }
}

/* E7: MT sidebar у column_left (паритет із головною) */
body.mt-inner-page #column-left .mt-home-sidebar--column {
  position: static;
  top: auto;
  flex: none;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0 0 24px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  overflow: clip;
}

body.mt-inner-page
  #column-left
  .mt-home-sidebar--column
  .mt-home-sidebar__head {
  padding: 16px 14px 12px;
}

body.mt-inner-page
  #column-left
  .mt-home-sidebar--column
  .mt-home-side-nav--accordion {
  max-height: min(60vh, 560px);
}

body.mt-inner-page #column-left .mt-home-sidebar--column .mt-home-sample-card {
  margin: 8px;
  width: calc(100% - 16px);
}

/* ——— W8: інформаційні сторінки (information/information) ——— */
body.mt-inner-page.information-information .mt-info-page {
  margin-bottom: 24px;
}

/* ——— W8: contact page (information/contact) — compliance stub, main порожній ——— */
body.mt-inner-page.information-contact #mt-home-footer-heading {
  scroll-margin-top: calc(var(--mt-shell-header-offset, 72px) + 16px);
}

body.mt-inner-page.information-information .mt-info-prose {
  margin-bottom: 0;
  padding: 20px 22px 24px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.65;
  color: var(--mt-muted);
  overflow-wrap: anywhere;
}

/* About us (/about_us): без дубля about-card у footer; карта/контакти лишаються */
body.mt-inner-page.information-information:has(.mt-info-prose--about) .mt-home-footer__hero--map-only {
  grid-template-columns: 1fr;
}

body.mt-inner-page.information-information .mt-info-page:has(.mt-info-prose--about) > h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.mt-inner-page.information-information .mt-info-prose:has(.mt-about),
body.mt-inner-page.information-information .mt-info-prose.mt-info-prose--about {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--mt-about-body-color);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section {
  padding: 22px 20px 24px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
  box-shadow: 0 4px 20px rgba(26, 26, 27, 0.06);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft {
  background: linear-gradient(180deg, var(--mt-soft) 0%, #fff 100%);
  border-color: rgba(229, 231, 235, 0.9);
}

/* Hero: фото і текст окремо (split), без overlay */
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  position: relative;
  padding: 0;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--mt-shadow-card);
  min-height: unset;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-media {
  position: relative;
  min-height: 220px;
  max-height: 280px;
  overflow: hidden;
  background: var(--mt-soft);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  float: none;
  object-fit: cover;
  object-position: center center;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-overlay {
  display: none !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--mt-about-hero-body-gap);
  padding: var(--mt-about-hero-body-padding-y) var(--mt-about-hero-body-padding-x)
    calc(var(--mt-about-hero-body-padding-y) + 4px);
  color: var(--mt-ink);
  background: linear-gradient(165deg, #fff 0%, rgba(248, 247, 245, 0.92) 100%);
  border-top: 1px solid var(--mt-border);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-badges {
  margin: 0 0 14px;
  gap: 6px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-badges li {
  padding: 4px 10px;
  min-height: 22px;
  border: 1px solid var(--mt-about-hero-badge-border);
  border-left: 1px solid var(--mt-about-hero-badge-border);
  border-radius: var(--mt-radius-sm);
  font-size: var(--mt-about-hero-badge-size);
  font-weight: var(--mt-about-hero-badge-weight);
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--mt-about-hero-badge-color);
  background: var(--mt-about-hero-badge-bg);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__eyebrow {
  margin: 0;
  padding-left: 12px;
  border-left: 3px solid var(--mt-bronze);
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--mt-muted) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-title font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-title span {
  margin: 0;
  font-family: var(--mt-about-display-font);
  font-size: var(--mt-about-hero-title-size) !important;
  font-weight: 800 !important;
  line-height: var(--mt-about-hero-title-lh);
  letter-spacing: var(--mt-about-hero-title-tracking);
  color: var(--mt-charcoal-dark) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__lead {
  color: var(--mt-about-lead-color);
  font-size: var(--mt-about-lead-size);
  font-weight: var(--mt-about-hero-lead-weight);
  line-height: var(--mt-about-lead-lh);
  max-width: 38em;
  margin: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions {
  margin-top: 6px;
  gap: var(--mt-about-hero-actions-gap) 12px;
  align-items: stretch;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn {
  min-height: var(--mt-about-hero-btn-min-h);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: var(--mt-radius-md);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-primary {
  min-width: min(100%, 220px);
  border: 0;
  box-shadow: var(--mt-btn-shadow);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.18s ease;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-primary:hover,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-primary:focus-visible {
  box-shadow: var(--mt-btn-shadow-hover);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-default {
  min-width: min(100%, 220px);
  border: 1px solid var(--mt-border);
  background: #fff;
  color: var(--mt-charcoal-dark);
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(26, 26, 27, 0.04);
  transition:
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-default:hover,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-default:focus-visible {
  border-color: rgba(124, 94, 60, 0.55);
  color: var(--mt-bronze);
  background: #fff;
  box-shadow: 0 4px 12px rgba(26, 26, 27, 0.06);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn:focus-visible {
  outline: 0;
  box-shadow:
    var(--mt-btn-shadow),
    0 0 0 3px rgba(124, 94, 60, 0.28);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-default:focus-visible {
  box-shadow:
    0 4px 12px rgba(26, 26, 27, 0.06),
    0 0 0 3px rgba(124, 94, 60, 0.28);
}

@media (max-width: 479px) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-primary:hover,
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions .btn-default:hover {
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-body > * {
    animation: mt-about-hero-in 0.45s ease both;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-body > :nth-child(1) {
    animation-delay: 0.04s;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-body > :nth-child(2) {
    animation-delay: 0.1s;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-body > :nth-child(3) {
    animation-delay: 0.16s;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-body > :nth-child(4) {
    animation-delay: 0.22s;
  }
}

@keyframes mt-about-hero-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--mt-about-cta-padding-y) var(--mt-about-cta-padding-x)
    calc(var(--mt-about-cta-padding-y) + 4px);
  background: linear-gradient(
    145deg,
    var(--mt-charcoal-dark) 0%,
    var(--mt-charcoal) 55%,
    var(--mt-charcoal) 100%
  );
  border-color: var(--mt-charcoal-dark);
  border-top: 3px solid var(--mt-about-cta-accent-line);
  box-shadow: var(--mt-about-cta-shadow);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 85% 65% at 50% 0%,
    var(--mt-about-cta-glow) 0%,
    transparent 68%
  );
  pointer-events: none;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta > * {
  position: relative;
  z-index: 1;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__subtitle,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__subtitle font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__subtitle span {
  margin: 0 0 var(--mt-about-intro-subtitle-gap);
  padding-left: 0;
  border-left: 0;
  font-size: clamp(11px, 0.72vw, 12px) !important;
  font-weight: var(--mt-about-subtitle-weight) !important;
  letter-spacing: var(--mt-about-subtitle-tracking);
  text-transform: none;
  line-height: 1.45;
  color: var(--mt-about-cta-on-dark-subtitle) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__title font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__title span {
  margin: 0 0 var(--mt-about-copy-gap);
  font-family: var(--mt-about-display-font);
  font-size: var(--mt-about-cta-title-size) !important;
  font-weight: var(--mt-about-title-weight) !important;
  line-height: var(--mt-about-title-lh);
  letter-spacing: var(--mt-about-title-tracking);
  text-wrap: balance;
  color: var(--mt-about-cta-on-dark-title) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__lead {
  max-width: var(--mt-about-cta-lead-max);
  margin: 0 auto;
  font-size: var(--mt-about-lead-size);
  font-weight: var(--mt-about-lead-weight);
  line-height: var(--mt-about-lead-lh);
  text-wrap: pretty;
  color: var(--mt-about-cta-on-dark-lead);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions {
  justify-content: center;
  align-items: stretch;
  gap: var(--mt-about-cta-actions-gap);
  margin-top: 22px;
  width: 100%;
  max-width: fit-content;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--mt-about-cta-btn-min-h);
  padding: 12px 24px;
  border-radius: var(--mt-radius-md);
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn-primary {
  min-width: min(100%, 240px);
  font-weight: 700;
  border: 0;
  box-shadow: var(--mt-btn-shadow);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.18s ease;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn-primary:hover,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn-primary:focus-visible {
  box-shadow: var(--mt-btn-shadow-hover);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn-default,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .mt-about__cta-secondary {
  min-width: min(100%, 240px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: transparent;
  color: var(--mt-about-cta-on-dark-title);
  font-weight: 600;
  box-shadow: none;
  transition:
    border-color 0.18s ease,
    color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn-default:hover,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn-default:focus-visible,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .mt-about__cta-secondary:hover,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .mt-about__cta-secondary:focus-visible {
  border-color: var(--mt-bronze);
  color: var(--mt-about-cta-on-dark-title);
  background: rgba(124, 94, 60, 0.18);
  box-shadow: 0 4px 16px rgba(26, 26, 27, 0.2);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta a:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 2px var(--mt-charcoal-dark),
    0 0 0 4px rgba(255, 255, 255, 0.88);
}

@media (max-width: 479px) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions {
    flex-direction: column;
    align-items: stretch;
    max-width: min(100%, 320px);
    margin-left: auto;
    margin-right: auto;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn {
    width: 100%;
  }
}

@media (min-width: 992px) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta {
    padding: 128px 36px 132px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions {
    margin-top: 26px;
    gap: 14px 16px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn-primary:hover,
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .btn-default:hover,
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta .mt-about__actions .mt-about__cta-secondary:hover {
    transform: translateY(-1px);
  }

  @supports (animation-timeline: view()) {
    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta > * {
      animation: mt-about-intro-in 0.5s ease both;
      animation-timeline: view();
      animation-range: entry 0% cover 24%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta > :nth-child(2) {
      animation-range: entry 4% cover 26%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta > :nth-child(3) {
      animation-range: entry 8% cover 28%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--cta > :nth-child(4) {
      animation-range: entry 12% cover 30%;
    }
  }
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 24px;
  border: 1px solid var(--mt-charcoal-dark);
  border-top: 3px solid var(--mt-about-emphasis-accent);
  background: linear-gradient(
    145deg,
    var(--mt-charcoal-dark) 0%,
    var(--mt-charcoal) 55%,
    var(--mt-charcoal) 100%
  );
  box-shadow: var(--mt-about-emphasis-shadow);
  border-radius: var(--mt-radius-md);
  color: var(--mt-about-emphasis-lead);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 90% 70% at 12% 0%,
    var(--mt-about-emphasis-glow) 0%,
    transparent 68%
  );
  pointer-events: none;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis > * {
  position: relative;
  z-index: 1;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--service {
  padding-bottom: 24px;
  background: linear-gradient(165deg, #fff 0%, rgba(248, 247, 245, 0.52) 100%);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__service-intro {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--service .mt-about__service-intro .mt-about__subtitle,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--service .mt-about__service-intro .mt-about__subtitle font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--service .mt-about__service-intro .mt-about__subtitle span {
  margin: 0 0 var(--mt-about-intro-subtitle-gap);
  padding-left: 12px;
  border-left: 3px solid var(--mt-bronze);
  line-height: 1.45;
  font-size: clamp(11px, 0.72vw, 12px) !important;
  text-transform: none;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__service-intro .mt-about__lead {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 42em;
  text-wrap: pretty;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__service-process {
  display: flex;
  flex-direction: column;
  align-self: start;
  padding: 18px 16px 20px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
  box-shadow: 0 2px 12px rgba(26, 26, 27, 0.04);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__service-label {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 3px solid var(--mt-bronze);
  font-size: clamp(11px, 0.72vw, 12px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--mt-bronze);
  line-height: 1.45;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__pill-list--trust {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__pill-list--trust .mt-about__pill {
  padding: 12px 14px 12px 16px;
  align-self: stretch;
  background: rgba(248, 247, 245, 0.72);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__emphasis .mt-about__title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__emphasis .mt-about__title font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__emphasis .mt-about__title span {
  text-wrap: balance;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__emphasis .mt-about__lead {
  margin-bottom: 16px;
}

@media (prefers-reduced-motion: no-preference) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__pill-list--trust .mt-about__pill:hover {
    border-color: rgba(124, 94, 60, 0.4);
    box-shadow: 0 8px 20px rgba(26, 26, 27, 0.08);
    transform: translateY(-2px);
  }

  @supports (animation-timeline: view()) {
    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--service .mt-about__service-intro > * {
      animation: mt-about-intro-in 0.5s ease both;
      animation-timeline: view();
      animation-range: entry 0% cover 22%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--service .mt-about__service-intro > :nth-child(2) {
      animation-range: entry 4% cover 24%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--service .mt-about__emphasis {
      animation: mt-about-intro-in 0.55s ease both;
      animation-timeline: view();
      animation-range: entry 8% cover 28%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--service .mt-about__service-process {
      animation: mt-about-intro-in 0.55s ease both;
      animation-timeline: view();
      animation-range: entry 12% cover 32%;
    }
  }
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis .mt-about__subtitle,
body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis .mt-about__subtitle font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis .mt-about__subtitle span {
  margin: 0 0 var(--mt-about-intro-subtitle-gap);
  padding-left: 12px;
  border-left: 3px solid var(--mt-about-emphasis-accent);
  font-size: clamp(11px, 0.72vw, 12px) !important;
  font-weight: var(--mt-about-subtitle-weight) !important;
  letter-spacing: var(--mt-about-subtitle-tracking);
  text-transform: none;
  line-height: 1.45;
  color: var(--mt-about-emphasis-subtitle) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis .mt-about__title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis .mt-about__title font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis .mt-about__title span {
  margin: 0 0 var(--mt-about-copy-gap);
  font-family: var(--mt-about-display-font);
  font-size: var(--mt-about-title-size) !important;
  font-weight: var(--mt-about-title-weight) !important;
  line-height: var(--mt-about-title-lh);
  letter-spacing: var(--mt-about-title-tracking);
  text-wrap: balance;
  color: var(--mt-about-emphasis-title) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis .mt-about__lead,
body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis p {
  color: var(--mt-about-emphasis-lead);
  font-size: var(--mt-about-body-size);
  font-weight: var(--mt-about-body-weight);
  line-height: var(--mt-about-body-lh);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis .mt-about__lead {
  margin-bottom: 16px;
  font-size: var(--mt-about-lead-size);
  font-weight: var(--mt-about-lead-weight);
  line-height: var(--mt-about-lead-lh);
  max-width: 42em;
  text-wrap: pretty;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__stat--text {
  background: #fff;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__stat--text .mt-about__stat-label {
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.5;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-meta {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--mt-about-body-color);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-meta strong {
  color: var(--mt-ink);
  font-weight: 700;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__title font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__title span {
  margin: 0 0 var(--mt-about-copy-gap);
  font-family: var(--mt-about-display-font);
  font-size: var(--mt-about-title-size) !important;
  font-weight: var(--mt-about-title-weight) !important;
  line-height: var(--mt-about-title-lh);
  letter-spacing: var(--mt-about-title-tracking);
  color: var(--mt-charcoal-dark) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__subtitle,
body.mt-inner-page.information-information .mt-info-prose .mt-about__subtitle font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__subtitle span {
  margin: 0 0 var(--mt-about-copy-gap);
  font-size: var(--mt-about-subtitle-size) !important;
  font-weight: var(--mt-about-subtitle-weight) !important;
  letter-spacing: var(--mt-about-subtitle-tracking);
  text-transform: none;
  color: var(--mt-bronze) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__lead {
  margin: 0 0 var(--mt-about-copy-gap);
  font-size: var(--mt-about-lead-size);
  font-weight: var(--mt-about-lead-weight);
  line-height: var(--mt-about-lead-lh);
  color: var(--mt-about-lead-color);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__body,
body.mt-inner-page.information-information .mt-info-prose .mt-about__body font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__body span,
body.mt-inner-page.information-information .mt-info-prose .mt-about__copy > p:not(.mt-about__lead),
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft > p:not([class]) {
  margin: 0 0 var(--mt-about-copy-gap);
  font-size: var(--mt-about-body-size) !important;
  font-weight: var(--mt-about-body-weight) !important;
  line-height: var(--mt-about-body-lh);
  color: var(--mt-about-body-color) !important;
  font-family: inherit;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro > div:first-child:not(.mt-about__stats) {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__copy .mt-about__lead,
body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro > div:first-child:not(.mt-about__stats) .mt-about__lead {
  margin-bottom: calc(var(--mt-about-copy-gap) + 2px);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__copy .mt-about__body,
body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro > div:first-child:not(.mt-about__stats) > p:not(.mt-about__lead) {
  max-width: 42em;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__copy .mt-about__cert-tags,
body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro > div:first-child:not(.mt-about__stats) .mt-about__cert-tags {
  margin-top: 4px;
  margin-bottom: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft > .mt-about__body,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__body {
  max-width: 52em;
  margin-bottom: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft > .mt-about__title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__title {
  margin-bottom: calc(var(--mt-about-copy-gap) + 2px);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro {
  gap: 20px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro .mt-about__stats {
  margin-top: 4px;
}

/* Intro: критерії відбору + stats — ієрархія, кирилиця, scroll-in */
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro {
  background: linear-gradient(165deg, #fff 0%, rgba(248, 247, 245, 0.55) 100%);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__copy {
  gap: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__subtitle,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__subtitle font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__subtitle span {
  margin: 0 0 var(--mt-about-intro-subtitle-gap);
  padding-left: 12px;
  border-left: 3px solid var(--mt-bronze);
  line-height: 1.45;
  font-size: clamp(11px, 0.72vw, 12px) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__title font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__title span {
  margin-bottom: var(--mt-about-intro-title-gap);
  text-wrap: balance;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__body,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__body font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__body span {
  margin-bottom: 0;
  max-width: 40em;
  text-wrap: pretty;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__cert-tags {
  margin-top: var(--mt-about-intro-cert-gap);
  padding-top: calc(var(--mt-about-intro-cert-gap) - 2px);
  border-top: 1px solid var(--mt-border);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__stats {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(124, 94, 60, 0.1);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__stat-label,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__stat-label font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__stat-label span {
  line-height: 1.45 !important;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__grid--intro {
    gap: 22px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__stats {
    margin-top: 0;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service {
    gap: 16px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__service-process {
    padding: 16px 14px 18px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__copy > * {
      animation: mt-about-intro-in 0.5s ease both;
      animation-timeline: view();
      animation-range: entry 0% cover 22%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__copy > :nth-child(2) {
      animation-range: entry 4% cover 24%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__copy > :nth-child(3) {
      animation-range: entry 8% cover 26%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__copy > :nth-child(4) {
      animation-range: entry 12% cover 28%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--intro .mt-about__stats {
      animation: mt-about-intro-in 0.55s ease both;
      animation-timeline: view();
      animation-range: entry 10% cover 30%;
    }
  }
}

@keyframes mt-about-intro-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Assortment: картки категорій — ієрархія, grid, scroll-in */
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header {
  margin-bottom: var(--mt-about-soft-header-gap);
  padding-bottom: calc(var(--mt-about-soft-header-gap) - 2px);
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__subtitle,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__subtitle font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__subtitle span,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft > .mt-about__subtitle,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft > .mt-about__subtitle font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft > .mt-about__subtitle span {
  margin: 0 0 var(--mt-about-intro-subtitle-gap);
  padding-left: 12px;
  border-left: 3px solid var(--mt-bronze);
  line-height: 1.45;
  font-size: clamp(11px, 0.72vw, 12px) !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__title font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__title span {
  margin-bottom: var(--mt-about-intro-title-gap);
  text-wrap: balance;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__body,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__body font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header .mt-about__body span {
  text-wrap: pretty;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__cards {
  gap: var(--mt-about-soft-cards-gap);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
  flex: 1 1 auto;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-details .mt-about__card-meta {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header > * {
      animation: mt-about-intro-in 0.5s ease both;
      animation-timeline: view();
      animation-range: entry 0% cover 22%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header > :nth-child(2) {
      animation-range: entry 4% cover 24%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header > :nth-child(3) {
      animation-range: entry 8% cover 26%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__card {
      animation: mt-about-intro-in 0.45s ease both;
      animation-timeline: view();
      animation-range: entry 6% cover 28%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__card:nth-child(2) {
      animation-range: entry 10% cover 30%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__card:nth-child(3) {
      animation-range: entry 14% cover 32%;
    }

    body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__card:nth-child(4) {
      animation-range: entry 18% cover 34%;
    }
  }
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Service: emphasis зверху, process знизу — завжди один стовпець (не 2 col на desktop) */
body.mt-inner-page.information-information .mt-info-prose .mt-about__grid.mt-about__grid--service {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  align-items: stretch;
  gap: 20px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid.mt-about__grid--service .mt-about__emphasis {
  order: 1;
  width: 100%;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__grid.mt-about__grid--service .mt-about__service-process {
  order: 2;
  width: 100%;
  align-self: stretch;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__media {
  border-radius: var(--mt-radius-md);
  overflow: hidden;
  border: 1px solid var(--mt-border);
  background: var(--mt-soft);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__media img {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 100%;
  margin: 0;
  float: none;
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}

body.mt-inner-page.information-information .mt-info-prose button.mt-about__action {
  appearance: none;
  -webkit-appearance: none;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__action-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__action-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__action-label {
  line-height: 1.25;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__actions .btn {
  white-space: normal;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-list--trust {
  grid-template-columns: 1fr;
  gap: 12px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-list--trust .mt-about__pill {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 14px 14px 16px;
  border: 1px solid var(--mt-border);
  border-left: 3px solid var(--mt-accent-static);
  border-radius: var(--mt-radius-md);
  background: #fff;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--mt-radius-sm);
  background: rgba(44, 44, 46, 0.06);
  color: var(--mt-accent-static);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-title,
body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-body > strong {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--mt-ink);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-desc {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--mt-about-body-color);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card--featured {
  border-color: rgba(124, 94, 60, 0.45);
  border-top: 3px solid var(--mt-bronze);
  box-shadow: 0 8px 24px rgba(26, 26, 27, 0.08);
  background: linear-gradient(180deg, rgba(124, 94, 60, 0.04) 0%, #fff 48%);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card--featured:hover {
  box-shadow: 0 20px 40px rgba(26, 26, 27, 0.12);
  transform: translateY(-3px);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-badge {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mt-accent-static);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__pill {
  margin: 0;
  padding: 12px 14px 12px 16px;
  border-left: 3px solid var(--mt-accent-static);
  border-radius: 0 var(--mt-radius-md) var(--mt-radius-md) 0;
  background: rgba(44, 44, 46, 0.06);
  color: var(--mt-charcoal);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mt-about-soft-cards-gap, 12px);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 18px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
  box-shadow: 0 2px 10px rgba(26, 26, 27, 0.04);
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card:hover {
  border-color: rgba(124, 94, 60, 0.35);
  box-shadow: 0 14px 32px rgba(26, 26, 27, 0.09);
  transform: translateY(-2px);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--mt-ink);
  letter-spacing: 0.01em;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-text {
  margin: 0;
  color: var(--mt-about-body-color);
  font-size: 14px;
  line-height: 1.6;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 4px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: var(--mt-soft);
  overflow: hidden;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__stat {
  padding: 16px 14px 18px;
  border: 0;
  border-bottom: 1px solid var(--mt-border);
  border-radius: 0;
  background: transparent;
  min-width: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__stat:last-child {
  border-bottom: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__stat-number,
body.mt-inner-page.information-information .mt-info-prose .mt-about__stat-number font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__stat-number span {
  margin: 0 0 6px;
  font-family: var(--mt-about-display-font);
  color: var(--mt-about-stat-number-color) !important;
  font-size: var(--mt-about-stat-number-size) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__stat-label,
body.mt-inner-page.information-information .mt-info-prose .mt-about__stat-label font,
body.mt-inner-page.information-information .mt-info-prose .mt-about__stat-label span {
  margin: 0;
  color: var(--mt-about-stat-label-color) !important;
  font-size: var(--mt-about-stat-label-size) !important;
  font-weight: var(--mt-about-stat-label-weight) !important;
  line-height: 1.35 !important;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 12px 0 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about table thead,
body.mt-inner-page.information-information .mt-info-prose .mt-about table tbody,
body.mt-inner-page.information-information .mt-info-prose .mt-about table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about th {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  color: var(--mt-ink) !important;
  background: var(--mt-soft);
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about td {
  padding: 10px 12px;
  font-size: 14px;
  vertical-align: top;
  color: var(--mt-charcoal) !important;
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about tbody tr:nth-child(even) td {
  background: rgba(248, 249, 250, 0.65);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about tbody tr:last-child td {
  border-bottom: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about a:focus-visible,
body.mt-inner-page.information-information .mt-info-prose .mt-about button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(44, 44, 46, 0.12);
  border-radius: var(--mt-radius-sm);
}

@media (min-width: 768px) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero {
    grid-template-columns: 5fr 7fr;
    grid-template-rows: 1fr;
    min-height: 360px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-media {
    min-height: 100%;
    max-height: none;
    border-top: 0;
    border-right: 1px solid var(--mt-border);
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-body {
    border-top: 0;
    padding: 32px 28px 36px;
    gap: 16px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: stretch;
    gap: 24px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro .mt-about__stats {
    margin-top: 0;
    align-self: stretch;
    height: 100%;
    align-content: center;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 20px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__emphasis {
    order: 1;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service .mt-about__service-process {
    order: 2;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__pill-list {
    grid-template-columns: 1fr 1fr;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__cards {
    grid-template-columns: 1fr 1fr;
    gap: var(--mt-about-soft-cards-gap, 14px);
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__card--featured {
    grid-column: 1 / -1;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro .mt-about__stats {
    grid-template-columns: 1fr;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro .mt-about__stat {
    border-right: 0;
    border-bottom: 1px solid var(--mt-border);
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro .mt-about__stat:last-child {
    border-bottom: 0;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__stat {
    border-bottom: 0;
    border-right: 1px solid var(--mt-border);
    padding: 18px 16px 20px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__stat:last-child {
    border-right: 0;
  }
}

@media (min-width: 992px) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about {
    gap: 28px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__section:not(.mt-about__section--hero):not(.mt-about__section--cta) {
    padding: 28px 30px 32px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero {
    min-height: 420px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-body {
    padding: 40px 36px 44px;
    gap: 18px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--hero .mt-about__actions {
    margin-top: 8px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis {
    padding: 28px 30px 32px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--service {
    grid-template-columns: 1fr;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 28px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro .mt-about__stats {
    grid-template-columns: 1fr;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro .mt-about__stat {
    border-right: 0;
    border-bottom: 1px solid var(--mt-border);
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__grid--intro .mt-about__stat:last-child {
    border-bottom: 0;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__card--featured {
    grid-column: 1 / -1;
  }

  body.mt-inner-page.information-information .mt-info-prose .mt-about__section--soft .mt-about__section-header {
    margin-bottom: 24px;
    padding-bottom: 22px;
  }
}

/* About: нові компоненти (cert-tags, emphasis-list, card-cta, hero btn) */
body.mt-inner-page.information-information .mt-info-prose .mt-about__cert-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__cert-tags li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 5px 10px 5px 8px;
  min-height: 24px;
  box-sizing: border-box;
  border: 1px solid var(--mt-border);
  border-left: 2px solid var(--mt-accent-static);
  border-radius: var(--mt-radius-sm);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mt-charcoal-dark);
  background: var(--mt-soft);
  white-space: nowrap;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  flex: 1;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px 14px;
  border: 1px solid var(--mt-about-emphasis-item-border);
  border-left: 2px solid var(--mt-about-emphasis-item-accent);
  border-radius: var(--mt-radius-sm);
  background: var(--mt-about-emphasis-item-bg);
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis-item-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-about-emphasis-icon-bg);
  color: var(--mt-about-emphasis-icon-color);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis-item-body {
  min-width: 0;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis-item-body strong {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--mt-about-emphasis-item-title);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis-item-body > span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: var(--mt-about-emphasis-item-desc);
}

@media (prefers-reduced-motion: no-preference) {
  body.mt-inner-page.information-information .mt-info-prose .mt-about__emphasis-item:hover {
    border-color: rgba(201, 168, 130, 0.35);
    border-left-color: var(--mt-about-emphasis-accent);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 18px rgba(26, 26, 27, 0.12);
  }
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: var(--mt-about-card-cta-min-h);
  margin-top: auto;
  padding: 4px 2px 2px 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--mt-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition:
    color 0.15s ease,
    text-decoration-color 0.15s ease;
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-cta:hover {
  color: var(--mt-bronze);
  text-decoration-color: var(--mt-bronze);
}

body.mt-inner-page.information-information .mt-info-prose .mt-about__card-cta:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(124, 94, 60, 0.35);
  border-radius: var(--mt-radius-sm);
}

/* About: prose img/table — hero img у split-layout */
body.mt-inner-page.information-information .mt-info-prose .mt-about__hero-media img {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  float: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  image-rendering: auto;
}

body.mt-inner-page.information-information .mt-info-prose p,
body.mt-inner-page.information-information .mt-info-prose font,
body.mt-inner-page.information-information .mt-info-prose li,
body.mt-inner-page.information-information .mt-info-prose td,
body.mt-inner-page.information-information .mt-info-prose th {
  color: inherit;
  font-family: inherit;
}

body.mt-inner-page.information-information .mt-info-prose p,
body.mt-inner-page.information-information .mt-info-prose font,
body.mt-inner-page.information-information .mt-info-prose span {
  font-size: inherit !important;
  line-height: inherit;
}

body.mt-inner-page.information-information
  .mt-info-prose
  > p:first-of-type:not(:has(img)),
body.mt-inner-page.information-information
  .mt-info-prose
  > p:first-of-type:has(img)
  + p,
body.mt-inner-page.information-information
  .mt-info-prose
  > p:first-of-type:not(:has(img))
  font,
body.mt-inner-page.information-information
  .mt-info-prose
  > p:first-of-type:has(img)
  + p
  font,
body.mt-inner-page.information-information
  .mt-info-prose
  > p:first-of-type:not(:has(img))
  span,
body.mt-inner-page.information-information
  .mt-info-prose
  > p:first-of-type:has(img)
  + p
  span {
  font-size: clamp(16px, 1.12vw, 18px) !important;
  font-weight: 600 !important;
  color: var(--mt-ink) !important;
}

body.mt-inner-page.information-information
  .mt-info-prose
  > p:first-of-type:has(img) {
  margin-bottom: 0;
}

body.mt-inner-page.information-information .mt-info-prose h3,
body.mt-inner-page.information-information .mt-info-prose h3 font,
body.mt-inner-page.information-information .mt-info-prose h3 span {
  margin: 28px 0 14px;
  font-size: clamp(17px, 1.2vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.4;
  color: var(--mt-ink) !important;
}

body.mt-inner-page.information-information .mt-info-prose h3:first-child {
  margin-top: 0;
}

body.mt-inner-page.information-information .mt-info-prose h3 p {
  margin: 0;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

body.mt-inner-page.information-information .mt-info-prose hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid var(--mt-border);
  height: 0;
  opacity: 1;
}

body.mt-inner-page.information-information .mt-info-prose hr::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-accent-static);
}

body.mt-inner-page.information-information .mt-info-prose p:empty {
  display: none;
}

body.mt-inner-page.information-information .mt-info-prose p {
  margin: 0 0 14px;
}

body.mt-inner-page.information-information .mt-info-prose p:last-child {
  margin-bottom: 0;
}

/* img: downscale-only — без upscale / blur (не для /about_us .mt-about) */
body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  img {
  display: block;
  max-width: min(42%, 400px);
  width: auto !important;
  height: auto !important;
  margin: 0 0 1rem 1.5rem;
  float: right;
  border: 0;
  border-radius: var(--mt-radius-md);
  object-fit: contain;
  image-rendering: auto;
}

body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  table
  thead,
body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  table
  tbody,
body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  table
  tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  th {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  color: var(--mt-ink) !important;
  background: var(--mt-soft);
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  td {
  padding: 10px 12px;
  font-size: 14px;
  vertical-align: top;
  color: var(--mt-charcoal) !important;
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  tbody
  tr:nth-child(even)
  td {
  background: rgba(248, 249, 250, 0.65);
}

body.mt-inner-page.information-information
  .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
  tbody
  tr:last-child
  td {
  border-bottom: 0;
}

body.mt-inner-page.information-information .mt-info-prose ul:not(.mt-about__cert-tags):not(.mt-about__pill-list):not(.mt-about__emphasis-list) {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

body.mt-inner-page.information-information
  .mt-info-prose
  ul:not(.mt-about__cert-tags):not(.mt-about__pill-list):not(.mt-about__emphasis-list)
  li {
  margin: 0 0 10px;
  padding: 11px 14px 11px 16px;
  border-left: 3px solid var(--mt-accent-static);
  border-radius: 0 var(--mt-radius-md) var(--mt-radius-md) 0;
  background: rgba(44, 44, 46, 0.06);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--mt-charcoal) !important;
}

body.mt-inner-page.information-information
  .mt-info-prose
  ul:not(.mt-about__cert-tags):not(.mt-about__pill-list):not(.mt-about__emphasis-list)
  li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body.mt-inner-page.information-information
    .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about)) {
    padding: 16px 14px 20px;
  }

  body.mt-inner-page.information-information
    .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
    img {
    float: none !important;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto 1.25rem;
  }

  body.mt-inner-page.information-information
    .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
    table {
    font-size: 13px;
  }

  body.mt-inner-page.information-information
    .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
    th,
  body.mt-inner-page.information-information
    .mt-info-prose:not(.mt-info-prose--about):not(:has(.mt-about))
    td {
    padding: 8px 10px;
  }
}

/* --- W10-P1: товар, модалки, kits (без блогу) --- */

body.mt-inner-page #product .ch-product-reviews {
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: var(--mt-soft);
}

body.mt-inner-page #product .ch-rating-total-points {
  min-width: 72px;
  min-height: 72px;
  border-radius: var(--mt-radius-md);
  background: #fff;
  color: var(--mt-charcoal-dark);
  font-size: 28px;
  font-weight: 800;
}

body.mt-inner-page #product .ch-product-reviews .chm-btn-primary,
body.mt-inner-page #ch-modal-review .chm-btn-primary,
#ch-modal-review .chm-btn-primary {
  border: 0;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-btn-grad);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--mt-btn-shadow);
}

body.mt-inner-page #product .ch-dr-pct-progress {
  background: var(--mt-btn-grad);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page #product .ch-dr-pct-line {
  background: rgba(0, 0, 0, 0.08);
  border-radius: var(--mt-radius-sm);
}

#ch-modal-review .modal-content {
  border: 0;
  border-radius: var(--mt-radius-md);
}

#ch-modal-review .form-control {
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

#popup-notify-stock .modal-content,
#popup-quickorder .modal-content,
#popup-found-cheaper .modal-content,
.modal #popup-quickview {
  border-radius: var(--mt-radius-md);
}

#popup-notify-stock .chm-btn-primary,
#popup-quickorder .chm-btn-primary,
#popup-found-cheaper .chm-btn-primary,
#popup-notify-stock .btn-general,
#popup-quickorder .btn-general,
#popup-found-cheaper .btn-general {
  border: 0;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-btn-grad);
  color: #fff;
  font-weight: 700;
}

#popup-notify-stock .chm-btn-primary:hover,
#popup-quickorder .chm-btn-primary:hover,
#popup-found-cheaper .chm-btn-primary:hover {
  background: var(--mt-btn-grad-hover);
  color: #fff;
}

#popup-quickview .cart .btn-general:not(.btn-notify-stock) {
  background: var(--mt-btn-grad) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: var(--mt-radius-sm);
  font-weight: 700;
}

#popup-quickview .price-new {
  color: var(--mt-charcoal-dark);
  font-weight: var(--mt-price-weight);
}

body.mt-inner-page .box-kits .kit-item,
body.mt-inner-page .container-module.box-kits .kit-item {
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-md);
  background: #fff;
  padding: 12px;
}

body.mt-inner-page .box-kits .btn-change-kit {
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
  background: #fff;
  color: var(--mt-ink);
}

body.mt-inner-page .box-kits .btn-change-kit:hover,
body.mt-inner-page .box-kits .btn-change-kit:focus {
  border-color: var(--mt-bronze);
  background: var(--mt-bronze);
  color: #fff;
}

body.mt-inner-page .box-kits .btn-change-kit svg path {
  stroke: var(--mt-accent-static);
}

body.mt-inner-page .box-kits .product-kit-totals .btn-general {
  border: 0;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-btn-grad);
  color: #fff;
  font-weight: 700;
}

body.mt-inner-page .box-kits .kit-discount,
body.mt-inner-page .box-kits .kit-totals {
  color: var(--mt-ink);
}

body.mt-inner-page .box-kits .kit-discount-total {
  color: var(--mt-charcoal-dark);
  font-weight: 700;
}

/* ——— W9: product description prose (#tab-description, SEO AIO) — typography-only ——— */
body.mt-inner-page.product-product #tab-description .mt-product-prose {
  margin: 0;
  padding: 4px 0 8px;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.65;
  color: var(--mt-muted);
  overflow-wrap: anywhere;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose p,
body.mt-inner-page.product-product #tab-description .mt-product-prose font,
body.mt-inner-page.product-product #tab-description .mt-product-prose li,
body.mt-inner-page.product-product #tab-description .mt-product-prose td,
body.mt-inner-page.product-product #tab-description .mt-product-prose th {
  color: inherit;
  font-family: inherit;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose p,
body.mt-inner-page.product-product #tab-description .mt-product-prose font,
body.mt-inner-page.product-product #tab-description .mt-product-prose span {
  font-size: inherit !important;
  line-height: inherit;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose > p:first-of-type,
body.mt-inner-page.product-product #tab-description .mt-product-prose > p:first-of-type font,
body.mt-inner-page.product-product #tab-description .mt-product-prose > p:first-of-type span {
  font-size: clamp(16px, 1.12vw, 18px) !important;
  font-weight: 600 !important;
  color: var(--mt-ink) !important;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose h3,
body.mt-inner-page.product-product #tab-description .mt-product-prose h3 font,
body.mt-inner-page.product-product #tab-description .mt-product-prose h3 span {
  margin: 28px 0 14px;
  font-size: clamp(17px, 1.2vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.4;
  color: var(--mt-ink) !important;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose h3:first-child {
  margin-top: 0;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose h3 p {
  margin: 0;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid var(--mt-border);
  height: 0;
  opacity: 1;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose hr::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-accent-static);
}

body.mt-inner-page.product-product #tab-description .mt-product-prose p {
  margin: 0 0 14px;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose p:last-child {
  margin-bottom: 0;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
}

body.mt-inner-page.product-product #tab-description .mt-product-prose table thead,
body.mt-inner-page.product-product #tab-description .mt-product-prose table tbody,
body.mt-inner-page.product-product #tab-description .mt-product-prose table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose th {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  color: var(--mt-ink) !important;
  background: var(--mt-soft);
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.product-product #tab-description .mt-product-prose td {
  padding: 10px 12px;
  font-size: 14px;
  vertical-align: top;
  color: var(--mt-charcoal) !important;
  border-bottom: 1px solid var(--mt-border);
}

body.mt-inner-page.product-product #tab-description .mt-product-prose tbody tr:nth-child(even) td {
  background: rgba(248, 249, 250, 0.65);
}

body.mt-inner-page.product-product #tab-description .mt-product-prose tbody tr:last-child td {
  border-bottom: 0;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose ul li {
  margin: 0 0 10px;
  padding: 11px 14px 11px 16px;
  border-left: 3px solid var(--mt-accent-static);
  border-radius: 0 var(--mt-radius-md) var(--mt-radius-md) 0;
  background: rgba(44, 44, 46, 0.06);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--mt-charcoal) !important;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose ul li:last-child {
  margin-bottom: 0;
}

/* FAQ accordion (mt_product_description.js) — APG disclosure, канон shell.catalog_accordion */
body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq {
  margin-top: 20px;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__heading {
  margin: 0 0 12px;
  font-size: 18px !important;
  line-height: 1.3;
  color: var(--mt-charcoal) !important;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__list {
  margin: 0;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__item {
  margin: 0 0 10px;
  border: 1px solid var(--mt-border);
  border-radius: var(--mt-radius-sm);
  background: #fff;
  overflow: hidden;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__item:last-child {
  margin-bottom: 0;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__question {
  margin: 0;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  color: var(--mt-charcoal);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  user-select: none;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__trigger-text {
  flex: 1 1 auto;
  min-width: 0;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__chevron {
  flex-shrink: 0;
  color: var(--mt-graphite);
  transition: transform 0.2s ease;
}

body.mt-inner-page.product-product
  #tab-description
  .mt-product-prose
  .mt-product-faq__trigger[aria-expanded="true"]
  .mt-product-faq__chevron {
  transform: rotate(90deg);
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__trigger:hover,
body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__trigger:focus-visible {
  color: var(--mt-charcoal-dark);
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__trigger:focus-visible {
  outline: 2px solid var(--mt-graphite);
  outline-offset: -2px;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__body {
  padding: 0 16px 14px;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__body[hidden] {
  display: none;
}

body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__body p:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  body.mt-inner-page.product-product #tab-description .mt-product-prose .mt-product-faq__chevron {
    transition: none;
  }
}

body.mt-inner-page.product-product #tab-description .mt-product-prose > p:last-of-type {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: var(--mt-radius-sm);
  background: var(--mt-soft);
  color: var(--mt-ink) !important;
  font-weight: 500;
}

@media (max-width: 767px) {
  body.mt-inner-page.product-product #tab-description .mt-product-prose {
    font-size: 15px;
  }

  body.mt-inner-page.product-product #tab-description .mt-product-prose table {
    font-size: 13px;
  }

  body.mt-inner-page.product-product #tab-description .mt-product-prose th,
  body.mt-inner-page.product-product #tab-description .mt-product-prose td {
    padding: 8px 10px;
  }
}

/* --- interaction.scroll_hover: inner pages (touch/mobile) --- */
@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb.mt-scroll-hover,
  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb:focus-within,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb.mt-scroll-hover,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb:focus-within,
  body.mt-scroll-hover-enabled.mt-inner-page .container-module .product-thumb.mt-scroll-hover,
  body.mt-scroll-hover-enabled.mt-inner-page .container-module .product-thumb:focus-within {
    transform: translateY(-4px);
    box-shadow: var(--mt-shadow-card);
  }

  body.mt-scroll-hover-enabled.mt-inner-page .product-layout.product-list .product-thumb.mt-scroll-hover,
  body.mt-scroll-hover-enabled.mt-inner-page .product-layout.product-list .product-thumb:focus-within {
    transform: none;
  }

  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb.mt-scroll-hover .caption,
  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb:focus-within .caption,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb.mt-scroll-hover .caption,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb:focus-within .caption,
  body.mt-scroll-hover-enabled.mt-inner-page .container-module .product-thumb.mt-scroll-hover .caption,
  body.mt-scroll-hover-enabled.mt-inner-page .container-module .product-thumb:focus-within .caption {
    background: var(--mt-white);
  }

  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb.mt-scroll-hover .cart .btn-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb:focus-within .cart .btn-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb.mt-scroll-hover .cart .btn-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb:focus-within .cart .btn-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page .product-grid .product-thumb.mt-scroll-hover .cart .btn-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page .product-grid .product-thumb:focus-within .cart .btn-product-details {
    background: var(--mt-graphite) !important;
    border-color: var(--mt-graphite) !important;
    color: #fff !important;
  }

  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb.mt-scroll-hover .cart .btn-product-details .icon-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb:focus-within .cart .btn-product-details .icon-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb.mt-scroll-hover .cart .btn-product-details .icon-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb:focus-within .cart .btn-product-details .icon-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page .product-grid .product-thumb.mt-scroll-hover .cart .btn-product-details .icon-product-details,
  body.mt-scroll-hover-enabled.mt-inner-page .product-grid .product-thumb:focus-within .cart .btn-product-details .icon-product-details {
    width: 16px;
    margin-left: 6px;
    opacity: 1;
  }

  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb .image .addit-action,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb .image .addit-action,
  body.mt-scroll-hover-enabled.mt-inner-page .product-grid .product-thumb .image .addit-action {
    opacity: 0;
    z-index: -1;
  }

  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb.mt-scroll-hover .image .addit-action,
  body.mt-scroll-hover-enabled.mt-inner-page .category-page .product-thumb:focus-within .image .addit-action,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb.mt-scroll-hover .image .addit-action,
  body.mt-scroll-hover-enabled.mt-inner-page #content .product-layout .product-thumb:focus-within .image .addit-action,
  body.mt-scroll-hover-enabled.mt-inner-page .product-grid .product-thumb.mt-scroll-hover .image .addit-action,
  body.mt-scroll-hover-enabled.mt-inner-page .product-grid .product-thumb:focus-within .image .addit-action {
    opacity: 1;
    z-index: 2;
  }

  body.mt-scroll-hover-enabled .product-thumb.mt-scroll-hover .additional-img-hover,
  body.mt-scroll-hover-enabled .product-thumb:focus-within .additional-img-hover {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* --- product_card.listing: mobile category grid (icons + square media) --- */
@media (max-width: 767px) {
  body.mt-inner-page .category-page .product-grid .product-thumb .image .addit-action,
  body.mt-inner-page
    #content
    .product-layout.product-grid
    .product-thumb
    .image
    .addit-action,
  body.product-category .category-page .product-grid .product-thumb .image .addit-action,
  body.product-category
    #content
    .product-layout.product-grid
    .product-thumb
    .image
    .addit-action {
    opacity: 1;
    z-index: 2;
  }

  body.mt-inner-page .category-page .product-grid .product-thumb .image > a,
  body.mt-inner-page
    #content
    .product-layout.product-grid
    .product-thumb
    .image
    > a,
  body.product-category .category-page .product-grid .product-thumb .image > a,
  body.product-category
    #content
    .product-layout.product-grid
    .product-thumb
    .image
    > a {
    aspect-ratio: var(--mt-product-media-ratio-mobile-grid);
  }
}
