/* Мобильные карточки товаров в каталоге (добавлено 2026-09-18).
   custom.css грузится раньше defjsh.css, поэтому селекторы усилены через body #comjshop. */
@media (max-width: 767px) {
  body #comjshop .yukka_catalog .product_item,
  body #comjshop .list_product.deflist_product .product_item {
    float: none !important;
    display: block;
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 12px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
  }
  body #comjshop .yukka_catalog .door-block,
  body #comjshop .list_product.deflist_product .door-block {
    display: grid !important;
    grid-template-columns: 40% 1fr;
    column-gap: 16px;
    width: 100%;
  }
  body #comjshop .yukka_catalog .door-block .image,
  body #comjshop .list_product.deflist_product .door-block .image {
    grid-column: 1;
    grid-row: 1 / 3;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  body #comjshop .yukka_catalog .door-block .image img.jshop_img,
  body #comjshop .list_product.deflist_product .door-block .image img.jshop_img {
    width: 100%;
    height: auto;
    display: block;
  }
  body #comjshop .yukka_catalog .pl-right-info,
  body #comjshop .list_product.deflist_product .pl-right-info {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  body #comjshop .yukka_catalog .door-block .extra_fields,
  body #comjshop .list_product.deflist_product .door-block .extra_fields {
    grid-column: 2;
    grid-row: 2;
    position: static !important;
    width: 100% !important;
    margin-top: 8px;
  }
  body #comjshop .yukka_catalog .pl-right-info .buttons,
  body #comjshop .list_product.deflist_product .pl-right-info .buttons {
    margin-top: 10px;
  }
  body #comjshop .yukka_catalog .pl-right-info .btn_buy,
  body #comjshop .list_product.deflist_product .pl-right-info .btn_buy {
    margin: 0 !important;
  }
}

/* Сетка каталога на десктопе: grid вместо float, чтобы карточки разной высоты не сбивали ряды */
@media (min-width: 768px) {
  body #comjshop .list_product.yukka_catalog#comjshop_list_product {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 6%;
    row-gap: 40px;
    align-items: start;
  }
  body #comjshop .list_product.yukka_catalog#comjshop_list_product .product_item {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    min-width: 0;
  }
}
/* «За комплект» + иконка (i): не переносить, иконка в потоке */
body #comjshop .pl_komplect_r_wrapper {
  white-space: nowrap;
}
body #comjshop a.komplect {
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: middle;
  right: 0;
  top: 0;
  margin-left: 4px;
}
body #comjshop .icn-question {
  margin-left: 0;
}
body #comjshop .icn-question svg {
  position: static;
  width: 21px;
  height: 21px;
  display: block;
}

/* Карточка раздела на странице /catalog: компактный размер */
.maincategory-wrapper .maincategory-item {
  width: 250px;
  max-width: 100%;
  box-sizing: border-box;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
}
.maincategory-wrapper .maincategory-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Главная: фон секции «Межкомнатные двери» — фото коллекции Росса */
body.itemid-204 section#sp-lozungi2 {
  background: url('/images/new/collectionbg/cmp/rossa-cbg-cmp.webp') center center / cover no-repeat;
}
@media (min-width: 992px) {
  body.itemid-204 section#sp-lozungi2 {
    background-attachment: fixed;
  }
}

/* Главная: секция «Межкомнатные двери» с товарами */
.yk-home-products .popular-title { margin-bottom: 40px; }
.yk-home-products .product_item { padding: 20px 20px 30px !important; border-radius: 4px; }
.yk-home-products-more { text-align: center; margin-top: 10px; }

/* Контакты: заглушка карты с кнопкой, интерактивная карта грузится по клику */
.yk-map { position: relative; width: 100%; margin: 20px 0; overflow: hidden; border-radius: 4px; }
.yk-map img { display: block; width: 100%; height: auto; }
.yk-map .yk-map-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 0 !important; outline: none !important; cursor: pointer; font-size: 16px; padding: 14px 28px; box-shadow: 0 6px 20px rgba(0,0,0,.2); white-space: nowrap; text-decoration: none; }
.yk-map .yk-map-btn:focus { outline: none !important; box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.yk-map .yk-map-btn:hover { background-color: #80c73f; color: #fff; }
.yk-map iframe { display: block; width: 100%; height: 583px; border: 0; }
@media (max-width: 767px) {
  .yk-map .yk-map-btn { font-size: 14px; padding: 12px 18px; white-space: normal; max-width: 90%; }
  .yk-map iframe { height: 400px; }
}

/* ==========================================================================
   Адаптив: от 320px до 8K (добавлено 2026-09-18)
   ========================================================================== */

/* Общее: никакой горизонтальной прокрутки, картинки не вылезают */
html, body { overflow-x: hidden; max-width: 100%; }
img, iframe, video { max-width: 100%; }
@media (max-width: 767px) { .container, .container-inner { max-width: 100%; } }
* { min-width: 0; }
.sp-megamenu-parent, .sp-dropdown { max-width: 100vw; }

/* Большие экраны: контейнер и шрифт растут вместе с экраном */
/* до 3840px контейнер остаётся исходным (1290px), как в оригинальном дизайне */
@media (min-width: 3840px) { html { font-size: 24px; } body .container { max-width: 3000px; } body #comjshop .list_product.yukka_catalog#comjshop_list_product { grid-template-columns: repeat(5, minmax(0, 1fr)); } .yk-sections .swiper-slide { width: 520px; } .yk-section-img { flex-basis: 280px; width: 280px; height: 165px; } .yk-section { min-height: 165px; } .yk-section-name { font-size: 24px; } }
@media (min-width: 5120px) { html { font-size: 32px; } body .container { max-width: 4200px; } body #comjshop .list_product.yukka_catalog#comjshop_list_product { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/* Планшеты и телефоны в альбомной ориентации */
@media (max-width: 991px) {
  body #comjshop .list_product.yukka_catalog#comjshop_list_product { column-gap: 4%; }
  .yk-sections-nav { display: none; }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #comjshop .list_product.yukka_catalog#comjshop_list_product { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #sp-phonemenu a, #sp-phonemenu { font-size: 20px !important; white-space: nowrap; }
}

/* Телефоны */
@media (max-width: 767px) {
  /* Шапка: логотип, телефон, бургер */
  section#sp-headernew { padding: 10px 15px !important; }
  section#sp-headernew .row { display: flex !important; flex-wrap: wrap; align-items: center; }
  section#sp-headernew #sp-logonew { order: 1; width: calc(100% - 50px) !important; max-width: none; margin: 0 !important; padding: 0; float: none; }
  section#sp-headernew #sp-logonew .menu-logo, section#sp-headernew #sp-logonew .logo-image { width: auto !important; max-width: 220px; border: 0 !important; padding: 0 !important; margin: 0 !important; }
  section#sp-headernew #sp-logonew img { max-height: 44px; width: auto; }
  section#sp-headernew #sp-offcanvasiconmenu { order: 2; width: 50px !important; margin: 0 !important; padding: 0; float: none; text-align: right; }
  section#sp-headernew #sp-phonemenu { order: 3; width: 100% !important; margin: 8px 0 0 !important; padding: 0; float: none; text-align: left; }
  section#sp-headernew #sp-phonemenu, section#sp-headernew #sp-phonemenu a { font-size: 20px !important; line-height: 1.3 !important; white-space: nowrap; }
  section#sp-headernew #sp-menu { display: none !important; }
  section#sp-headernew .sp-module { margin: 0; }

  /* Крошки */
  #sp-page-title, .breadcrumb { white-space: normal; }
  .breadcrumb li { display: inline; }

  /* Заголовки */
  h1, .list_products_yukka h1.cat-name, body.nosliderpage .list_products_yukka h1.cat-name { font-size: 24px !important; line-height: 1.25; }
  h2.popular-title { font-size: 20px; margin-bottom: 30px; letter-spacing: 1px; }
  h2.cat-bottom-title, .category_description h2 { font-size: 20px; }

  /* Главное фото и кнопка */
  .hero-static .hero-btn { font-size: 15px; padding: 10px 22px; }
  .hero-mobile .hero-btn { left: 50% !important; right: auto !important; transform: translateX(-50%) !important; white-space: nowrap; }

  /* Плитки коллекций на главной («Современные тенденции» и др.) */
  .jshop_list_category.yukka .jshop.list_category { display: flex; flex-wrap: wrap; gap: 16px; }
  .jshop_list_category.yukka .catlist_wrapper { width: 100% !important; margin: 0 !important; float: none; height: auto !important; min-height: 0 !important; }
  .jshop_list_category.yukka a.cl-item { width: 100% !important; margin: 0 !important; display: block; }
  .jshop_list_category.yukka .catlist_wrapper img.jshop_img { width: 100%; height: auto; }
  .jshop_list_category.yukka .catlist_content { position: static !important; padding: 12px 0 0; }
  .jshop_list_category.yukka .collection-btn { display: block; margin-top: 10px; }
  .jshop_list_category.yukka .collection-btn a { position: static !important; }

  /* Слайдер разделов каталога */
  .yk-sections-wrap { margin: 0 0 24px; }

  /* Секция на главной с товарами */
  .yk-home-products .product_item { padding: 12px !important; }

  /* Пагинация */
  .jshop_pagination .pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; }
  .jshop_pagination .pagination li { margin: 0; }

  /* Карточка раздела на /catalog */
  .maincategory-wrapper .maincategory-item { width: 100%; margin: 0 0 16px; }

  /* Подвал */
  #sp-bottom [class*="col-"] { width: 100% !important; flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; }
  #sp-footer1, #sp-footer2 { text-align: center; width: 100%; }
}

/* Совсем маленькие */
@media (max-width: 400px) {
  section#sp-headernew #sp-phonemenu, section#sp-headernew #sp-phonemenu a { font-size: 18px !important; }
  section#sp-headernew #sp-logonew .menu-logo, section#sp-headernew #sp-logonew .logo-image { max-width: 180px; }
  body #comjshop .yukka_catalog .door-block, body #comjshop .list_product.deflist_product .door-block { grid-template-columns: 1fr; }
  body #comjshop .yukka_catalog .door-block .image, body #comjshop .list_product.deflist_product .door-block .image { grid-row: 1; grid-column: 1; max-width: 220px; margin: 0 auto 12px !important; }
  body #comjshop .yukka_catalog .pl-right-info, body #comjshop .list_product.deflist_product .pl-right-info { grid-column: 1; grid-row: 2; }
  body #comjshop .yukka_catalog .door-block .extra_fields, body #comjshop .list_product.deflist_product .door-block .extra_fields { grid-column: 1; grid-row: 3; }
  .yk-sections .swiper-slide { width: 230px; }
  .hero-static .hero-btn { font-size: 14px; padding: 9px 18px; }
}

/* Доработки адаптива после проверки на реальных 320px */
@media (max-width: 767px) {
  section#sp-headernew #sp-logonew .menu-logo, section#sp-headernew #sp-logonew .logo, section#sp-headernew #sp-logonew .logo-image { width: 200px !important; max-width: 60vw; }
  section#sp-headernew #sp-logonew svg { width: 100%; height: auto; display: block; }
  section#sp-headernew #sp-logonew a { display: block; }
  body.nosliderpage .list_products_yukka .yk-sections-nav, .yk-sections-nav { display: none !important; }
  body.nosliderpage .list_products_yukka h1.cat-name { margin-bottom: 24px; }
  .hero-static.hero-mobile { aspect-ratio: auto; height: 70vh; min-height: 380px; }
  .jshop_list_category.yukka .catlist-title-wrapper { padding-right: 0; }
  .jshop_list_category.yukka .collection-btn a.collection-item__button { display: inline-block; width: auto; margin: 0; }
  .logo-bottom img, .logo-bottom svg { max-width: 100%; height: auto; }
}
@media (max-width: 767px) {
  section#sp-headernew #sp-logonew .menu-logo:not(.logo-not-stiky) { display: none !important; }
  section#sp-headernew.header-sticky #sp-logonew .menu-logo.logo-not-stiky { display: none !important; }
  section#sp-headernew.header-sticky #sp-logonew .menu-logo:not(.logo-not-stiky) { display: block !important; }
}

/* Планшеты: шапка в одну строку — логотип, телефон, бургер */
@media (min-width: 768px) and (max-width: 991px) {
  section#sp-headernew .row { display: flex !important; flex-wrap: nowrap; align-items: center; }
  section#sp-headernew #sp-logonew { width: 260px !important; flex: 0 0 260px; margin: 0 !important; float: none; }
  section#sp-headernew #sp-logonew .menu-logo, section#sp-headernew #sp-logonew .logo { width: 240px !important; }
  section#sp-headernew #sp-logonew svg { width: 100%; height: auto; display: block; }
  section#sp-headernew #sp-phonemenu { flex: 1 1 auto; width: auto !important; margin: 0 !important; text-align: center; }
  section#sp-headernew #sp-offcanvasiconmenu { flex: 0 0 50px; width: 50px !important; margin: 0 !important; text-align: right; }
  section#sp-headernew #sp-menu { display: none !important; }
}

/* Обёртка списка товаров на всю ширину (иначе сетка сжимается на больших экранах) */
body .jshop_list_product { display: block; width: 100%; }
@media (max-width: 767px) {
  #sp-bottom .logo-bottom, #sp-bottom .logo-bottom a { display: block; width: auto; max-width: 100%; }
  #sp-bottom .logo-bottom img, #sp-bottom .logo-bottom svg { width: 100%; max-width: 260px; height: auto; }
}

/* Страница товара на телефоне: поля выбора не шире экрана */
@media (max-width: 767px) {
  select.inputbox, select#jshop_attr_id50067, select#jshop_attr_id50068, .productfull select, .productfull input[type=text] { max-width: 100% !important; width: 100% !important; box-sizing: border-box; }
}

/* Страницы с баннером на телефоне: затемнение под прозрачной шапкой, чтобы белый логотип и телефон читались */
@media (max-width: 991px) {
  body.sliderpage section#sp-headernew { background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,0) 100%) !important; }
}

/* Корзина и страница товара на телефоне */
@media (max-width: 767px) {
  .jshop_register input[type=text], .jshop_register input[type=email], .jshop_register input[type=tel], .jshop_register select, .address_block input[type=text], .address_block select { width: 100% !important; max-width: 100%; box-sizing: border-box; }
  .jshop_prod_cart, .uk-overflow-container { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  /* Таблица корзины в карточки */
  table.minicart, table.minicart tbody { display: block; width: 100%; }
  table.minicart thead { display: none; }
  table.minicart tr { display: block; padding: 12px 0; border-bottom: 1px solid #e5e5e5; }
  table.minicart td { display: block; width: 100% !important; box-sizing: border-box; border: 0 !important; padding: 4px 0 !important; text-align: left !important; }
  table.minicart td:nth-child(1) { display: inline-block; width: auto !important; float: right; }
  table.minicart td:nth-child(3)::before { content: "Цена: "; color: #777; }
  table.minicart td:nth-child(4)::before { content: "Кол-во: "; color: #777; }
  table.minicart td:nth-child(5)::before { content: "Сумма: "; color: #777; font-weight: 600; }
  table.minicart td:nth-child(4) input { width: 60px !important; display: inline-block; }
  .jshop.jshop_subtotal { width: 100%; }
  /* Количество на странице товара: поле и +/- в одну строку */
  .productfull .prod_qty_input, .prod_qty_input { display: inline-flex; align-items: stretch; vertical-align: middle; }
  .prod_qty_input input.quantity, .prod_qty_input input[type=text], .productfull input#quantity { width: 70px !important; text-align: center; }
  .prod_qty_input .product_plus_minus, .prod_qty_input .quantity_buttons { display: flex; flex-direction: column; }
}

/* Параллакс-фон на главной в WebP */
.bezgran-parallax-img { background-image: url('/images/new/paralax/paralax-01.webp') !important; }

/* Стабильность вёрстки (CLS): меню в одну строку и запасной шрифт с шириной как у Source Sans Pro */
@font-face { font-family: "SSP Fallback"; src: local("Arial"), local("Helvetica"); size-adjust: 90%; ascent-override: 98%; descent-override: 28%; line-gap-override: 0%; }
body, .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, #sp-phonemenu { font-family: "Source Sans Pro", "SSP Fallback", Arial, sans-serif; }
@media (min-width: 992px) {
  .sp-megamenu-parent { display: flex; flex-wrap: nowrap; white-space: nowrap; }
  .sp-megamenu-parent > li.sp-menu-item { flex: 0 0 auto; }
  #sp-menu .sp-megamenu-wrapper { overflow: visible; }
}
/* Пустые/служебные пункты мегаменю не должны занимать место до инициализации скрипта */
.sp-megamenu-parent > li.sp-menu-item:empty { display: none !important; }
.sp-megamenu-parent > li.sp-menu-item:not(:has(> a)):not(:has(> span)) { display: none !important; }
.sp-megamenu-parent > li.sp-menu-item > .sp-dropdown { display: none; }
.sp-megamenu-parent > li.sp-menu-item:hover > .sp-dropdown { display: block; }
/* Резерв места под фото товара и отступ слайдов до инициализации (CLS) */
@media (min-width: 768px) { body #comjshop .yukka_catalog .door-block .image_block { min-height: 406px; } }
@media (max-width: 767px) { body #comjshop .yukka_catalog .door-block .image_block { aspect-ratio: 180 / 406; } }
.yk-sections .swiper-slide { margin-right: 16px; }
.yk-sections .swiper-wrapper { display: flex; }

/* Иконка корзины рядом с бургером на планшетах и телефонах */
@media (max-width: 991px) {
  section#sp-headernew #sp-offcanvasiconmenu { width: 100px !important; flex: 0 0 100px !important; }
  section#sp-headernew #sp-offcanvasiconmenu .sp-column { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
  section#sp-headernew #sp-offcanvasiconmenu .sp-module { margin: 0; }
  .yk-cart-link { margin-right: 0; }
}
@media (max-width: 767px) {
  section#sp-headernew #sp-logonew { width: calc(100% - 100px) !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  section#sp-headernew #sp-offcanvasiconmenu { flex: 0 0 100px !important; }
}
.yk-cart-link { flex: 0 0 34px; }

/* Иконка корзины видна на всех экранах (на планшетах с мобильным браузером десктопного меню нет) */
.yk-cart-link { display: inline-block !important; }
@media (min-width: 992px) {
  #sp-offcanvasiconmenu .sp-column { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
  #sp-offcanvasiconmenu .sp-module { margin: 0; }
}

/* Планшеты: шапка на всю ширину, элементы не слипаются */
@media (min-width: 768px) and (max-width: 991px) {
  section#sp-headernew > .container, section#sp-headernew .container-inner { max-width: 100% !important; width: 100% !important; padding-left: 20px; padding-right: 20px; }
  section#sp-headernew .row { justify-content: space-between; gap: 16px; }
  section#sp-headernew #sp-phonemenu { flex: 1 1 auto; text-align: center; padding: 0 12px; }
  section#sp-headernew #sp-offcanvasiconmenu { flex: 0 0 110px !important; width: 110px !important; margin-left: 12px !important; }
  section#sp-headernew #sp-offcanvasiconmenu .sp-column { gap: 18px; }
}

/* Шапка в диапазоне 992–1199px (планшеты в альбомной ориентации): меню скрыто шаблоном, раскладка как на планшете */
@media (min-width: 992px) and (max-width: 1199px) {
  section#sp-headernew > .container, section#sp-headernew .container-inner { max-width: 100% !important; width: 100% !important; padding-left: 24px; padding-right: 24px; }
  section#sp-headernew .row { display: flex !important; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 16px; }
  section#sp-headernew #sp-logonew { width: 300px !important; flex: 0 0 300px; margin: 0 !important; float: none; }
  section#sp-headernew #sp-logonew .menu-logo, section#sp-headernew #sp-logonew .logo { width: 280px !important; }
  section#sp-headernew #sp-logonew svg { width: 100%; height: auto; display: block; }
  section#sp-headernew #sp-phonemenu { flex: 1 1 auto; width: auto !important; margin: 0 !important; text-align: center; padding: 0 12px; }
  section#sp-headernew #sp-menu { display: none !important; }
  section#sp-headernew #sp-offcanvasiconmenu { flex: 0 0 110px !important; width: 110px !important; margin: 0 0 0 12px !important; float: none; }
  section#sp-headernew #sp-offcanvasiconmenu .sp-column { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
  section#sp-headernew #sp-offcanvasiconmenu .sp-module { margin: 0; }
}

/* Десктоп (меню видно): иконка корзины не нужна, колонка меню растягивается по содержимому */
@media (min-width: 1200px) {
  .yk-cart-link { display: none !important; }
  section#sp-headernew .row { display: flex; flex-wrap: nowrap; align-items: center; }
  section#sp-headernew #sp-logonew { flex: 0 0 auto; width: auto; max-width: none; }
  section#sp-headernew #sp-phonemenu { flex: 0 1 auto; width: auto; max-width: none; white-space: nowrap; padding-right: 30px; }
  section#sp-headernew #sp-menu { flex: 1 1 auto; width: auto; max-width: none; }
  section#sp-headernew #sp-menu .sp-megamenu-wrapper { justify-content: flex-end; }
  section#sp-headernew #sp-offcanvasiconmenu { flex: 0 0 60px; width: 60px; max-width: none; text-align: right; }
}
@media (min-width: 1200px) { section#sp-headernew #sp-phonemenu { padding-left: 60px; } }
@media (min-width: 1200px) { section#sp-headernew #sp-menu { padding-right: 28px; } }
@media (min-width: 1200px) and (max-width: 1440px) { section#sp-headernew #sp-phonemenu { padding-left: 30px; padding-right: 20px; } }

/* Десктоп: все элементы шапки на одной вертикальной оси */
@media (min-width: 1200px) {
  section#sp-headernew #sp-logonew, section#sp-headernew #sp-phonemenu, section#sp-headernew #sp-menu, section#sp-headernew #sp-offcanvasiconmenu { margin-top: 0 !important; margin-bottom: 0 !important; align-self: center; }
  section#sp-headernew #sp-logonew .sp-module, section#sp-headernew #sp-phonemenu .sp-module, section#sp-headernew #sp-offcanvasiconmenu .sp-module { margin: 0 !important; }
  section#sp-headernew #sp-logonew .logo, section#sp-headernew #sp-logonew .menu-logo { margin: 0 !important; padding: 0 !important; display: block; }
  section#sp-headernew #sp-phonemenu a { line-height: 1.2 !important; display: inline-block; }
  section#sp-headernew #sp-offcanvasiconmenu .sp-column, section#sp-headernew #sp-offcanvasiconmenu .sp-module-content { display: flex; align-items: center; justify-content: flex-end; }
  section#sp-headernew #sp-offcanvasiconmenu .burger-icon { margin: 0; }
}

/* Планшеты 768–991px: плитки коллекций на главной — две карточки в ряд, фото сверху */
@media (min-width: 768px) and (max-width: 991px) {
  .jshop_list_category.yukka .jshop.list_category { display: flex; flex-wrap: wrap; gap: 20px; }
  .jshop_list_category.yukka .catlist_wrapper { width: calc(50% - 10px) !important; margin: 0 !important; float: none; height: auto !important; min-height: 0 !important; display: block; }
  .jshop_list_category.yukka a.cl-item { width: 100% !important; height: auto !important; margin: 0 !important; display: block; }
  .jshop_list_category.yukka .catlist_wrapper .img-wrapper { width: 100%; height: auto; }
  .jshop_list_category.yukka .catlist_wrapper img.jshop_img { width: 100%; height: auto; display: block; }
  .jshop_list_category.yukka .catlist_content { position: static !important; padding: 14px 16px 16px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
  .jshop_list_category.yukka .catlist-title-wrapper { padding-right: 0; }
  .jshop_list_category.yukka .collection-btn { display: block; margin: 0; }
  .jshop_list_category.yukka .collection-btn a.collection-item__button { position: static !important; display: inline-block; margin: 0; }
}
/* Планшеты: главное фото не выше 70% экрана */
@media (min-width: 768px) and (max-width: 1199px) { .hero-static.hero-desktop { height: 70vh; min-height: 420px; max-height: 720px; } }
