.elementor-9442 .elementor-element.elementor-element-09fa408{--display:flex;}.elementor-9442 .elementor-element.elementor-element-3bb287d{--display:flex;}.elementor-9442 .elementor-element.elementor-element-8e19418{--display:flex;}.elementor-9442 .elementor-element.elementor-element-48b3eee{--display:flex;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9442 .elementor-element.elementor-element-3b1d6b1{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9442 .elementor-element.elementor-element-5ff6e18{--display:flex;}.elementor-9442 .elementor-element.elementor-element-db5b7b9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9442 .elementor-element.elementor-element-149e1bb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-9442 .elementor-element.elementor-element-3b1d6b1{--content-width:1280px;}.elementor-9442 .elementor-element.elementor-element-149e1bb{--content-width:1280px;}}@media(max-width:767px){.elementor-9442 .elementor-element.elementor-element-09fa408{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9442 .elementor-element.elementor-element-5ff6e18{--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for global, class: .elementor-global-12176 *//* MAIN WRAP */
.promo {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 0px;
  background: transparent !important;
  border-radius: 18px;
}

/* TOP ROW */
.promo-top {
  display: flex;
  gap: 18px;
}

/* LEFT BLOCK — вертикальное центрирование содержимого */
.promo-left {
  width: 360px;
  background: linear-gradient(180deg, #0b0b0b, #141414);
  border-radius: 16px;
  padding: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-logo {
  width: 130px;
  margin-bottom: 14px;
}

.promo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.promo-list li {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* RIGHT BLOCK (BANNER) */
.promo-right {
  flex: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 235px;
  text-decoration: none;
  color: #fff;
  display: block;
}

.promo-banner-custom {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 235px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.promo-banner-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://bagazhnik-premium.ru/wp-content/uploads/2026/04/Group-118-1-scaled.png");
  background-size: cover;
  background-position: center;
}

.promo-banner-overlay {
  position: absolute;
  inset: 0 auto 0 0;
  width: 76%;
  background: linear-gradient(
    90deg,
    rgba(15, 15, 16, 0.66) 0%,
    rgba(15, 15, 16, 0.50) 57%,
    rgba(15, 15, 16, 0) 100%
  );
  z-index: 1;
}

.promo-banner-title {
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 2;
  background: #FFD600;
  color: #0F0F10;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 7px 34px 7px 42px;
  border-radius: 0 8px 8px 0;
}

.promo-banner-subtitle {
  position: absolute;
  left: 42px;
  top: 111px;
  z-index: 2;
  max-width: 490px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
}

.promo-timer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #FFD600;
  color: #0F0F10;
  padding: 14px 22px 14px 42px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0 8px 0 0;
  display: block;
}

.promo-timer strong {
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 980px) {
  .promo-right,
  .promo-banner-custom {
    min-height: 235px;
  }
}

@media (max-width: 600px) {
  .promo-banner-title {
    top: 36px;
    font-size: 22px;
    padding: 9px 18px;
  }

  .promo-banner-subtitle {
    left: 18px;
    right: 18px;
    top: 105px;
    font-size: 14px;
    max-width: none;
  }

  .promo-timer {
    padding: 13px 18px;
    font-size: 12px;
  }

  .promo-banner-overlay {
    width: 100%;
    background: linear-gradient(
      90deg,
      rgba(15, 15, 16, 0.72) 0%,
      rgba(15, 15, 16, 0.52) 100%
    );
  }
}

/* BOTTOM TILES */
.promo-tiles {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.promo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  transition: border-color .15s ease, box-shadow .15s ease;
  box-sizing: border-box;
  text-decoration: none;
}

.promo-tile:hover {
  transform: none !important;
  border: 3px solid #ffd200;
  box-shadow: 0 12px 26px rgba(0,0,0,.1);
}

.promo-tile img {
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: scale(1) !important;
  transform-origin: center !important;
  max-width: none !important;
  max-height: none !important;
}

/* ADAPTIVE */
@media (max-width: 1200px) {
  .promo-tiles { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .promo-top { flex-direction: column; }
  .promo-left { width: 100%; }
  .promo-content { padding-right: 18px; }
  .promo-car { display: none; }
}
@media (max-width: 600px) {
  .promo-tiles { grid-template-columns: repeat(2, 1fr); }
}

.promo-title,
.promo-sub {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3bb287d *//* === ФОН НА КОНТЕЙНЕР ELEMENTOR С ПРОМО-БЛОКОМ === */
.elementor-element.aw-promo-section{
  background-color: #f2f2f1 !important;
  background-image: url("https://bagazhnik-premium.ru/wp-content/uploads/2026/01/back.webp") !important;
  background-repeat: repeat !important;
  background-position: 0 0 !important;
  background-size: 260px auto !important;
}

/* === УБИРАЕМ БЕЛУЮ ПОДЛОЖКУ ВНУТРИ (CRITICAL) === */
.elementor-element.aw-promo-section > .e-con-inner,
.elementor-element.aw-promo-section .e-con-inner{
  background: transparent !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d265fe */@media (max-width:768px){

  /* фон секции как на сайте */
  .promo-mobile-tiles-wrap{
    background: url("https://bagazhnik-premium.ru/wp-content/uploads/2026/01/back.webp") center top / cover no-repeat !important;
    padding: 12px 0 4px !important;
  }

  .promo-mobile-grid{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:14px !important;
    align-items:stretch !important;
  }

  /* черный текстовый блок */
  .promo-mobile-info-card{
    background:#050505 !important;
    color:#ffffff !important;
    border-radius:12px !important;
    padding:14px 14px 12px !important;
    min-height:108px !important;
    box-sizing:border-box !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
  }

  .promo-mobile-benefits{
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
  }

  .promo-mobile-benefits li{
    font-size:10px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
    margin:0 0 9px 0 !important;
  }

  .promo-mobile-benefits li:last-child{
    margin-bottom:0 !important;
  }

  /* плитки с логотипами */
  .promo-mobile-logo-card{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#ffffff !important;
    border-radius:12px !important;
    min-height:108px !important;
    padding:14px 12px !important;
    box-sizing:border-box !important;
    text-decoration:none !important;
    overflow:hidden !important;
    border:1px solid rgba(0,0,0,.04) !important;
  }

  .promo-mobile-logo-card img{
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
    display:block !important;
  }

}
@media (max-width:768px){

  .promo-mobile-info-card{
    background:#050505;
    border-radius:12px;
    padding:12px 14px;
  }

  .promo-mobile-benefits{
    list-style:none;
    margin:0;
    padding:0;
  }

  .promo-mobile-benefits li{
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    white-space:nowrap;     /* ключевая строка */
    line-height:1.2;
    margin-bottom:8px;
  }

}
@media (max-width:768px){

  .promo-mobile-logo-card{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff;
    border-radius:12px;
    min-height:110px;
    padding:12px;
    overflow:hidden;
  }

  .promo-mobile-logo-card img{
    width:115%;              /* увеличиваем логотип */
    height:auto;
    object-fit:contain;
  }

}
@media (max-width:768px){

  .promo-mobile-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }

}
@media (max-width:768px){

  .promo-mobile-benefits li{
    font-size:7px !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
  }

}
@media (max-width:768px){

  .promo-mobile-info-card{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:10px 12px !important;
  }

  .promo-mobile-benefits{
    margin:0 !important;
    padding:0 !important;
  }

  .promo-mobile-benefits li{
    margin:0 0 6px 0 !important;
  }

  .promo-mobile-benefits li:last-child{
    margin-bottom:0 !important;
  }

}
@media (max-width:768px){

  .promo-mobile-benefits li{
    font-size:7.8px !important;
    line-height:1.45 !important;   /* увеличиваем расстояние между строками */
    white-space:nowrap !important;
    margin-bottom:7px !important;
  }

  .promo-mobile-benefits li:last-child{
    margin-bottom:0 !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8e19418 */@media (max-width:768px){

  .elementor-element.elementor-element-84e04b7,
  .elementor-element.elementor-element-84e04b7 > .e-con-inner{
    background-color:#f3f3f3 !important;
    background-image:url("https://bagazhnik-premium.ru/wp-content/uploads/2026/01/back.webp") !important;
    background-repeat:repeat !important;
    background-position:center top !important;
    background-size:240px auto !important;
  }

}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-12179 *//* ===== ARC CATALOG (CLEAN) ===== */
.arc-catalog{
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px) 0 clamp(34px, 5vw, 64px);
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

/* фон */
.arc-catalog__bg{
  position:absolute;
  inset:0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 70% center !important;
  transform: scale(1.03);
  z-index:0;
}

/* затемнение */
.arc-catalog__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.88) 0%,
    rgba(0,0,0,.78) 40%,
    rgba(0,0,0,.58) 70%,
    rgba(0,0,0,.38) 100%
  );
}

/* контент */
.arc-catalog__wrap{
  position: relative;
  z-index:2;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

/* Плашка КАТАЛОГ — меньше и без “прыжков” */
.arc-catalog__title{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px clamp(34px, 4vw, 70px);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1;

  margin: 0 0 clamp(18px, 2.2vw, 28px) 0;
  transform: none !important;

  color:#000;
  background: transparent;
}

.arc-catalog__title::before{
  content:"";
  position:absolute;
  top:0;
  left:-50vw;
  width:calc(50vw + 100%);
  height:100%;
  background:#ffd400;
  border-radius:0 8px 8px 0;
  z-index:-1;
}

/* сетка */
.arc-catalog__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 48px);
  align-items: start;
}

/* заголовки колонок */
.arc-catalog__hlink{
  display: inline-block;
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.15;
  text-decoration: none !important;
}

/* списки: меньше межстрочка + компактнее */
.arc-catalog__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.arc-catalog__list li{
  margin: 0px;          
  line-height: 1.15;          /* ключ: межстрочка */
}

.arc-catalog__list a{
  color: rgba(255,255,255,.82);
  text-decoration: none !important;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.18;          /* ключ: межстрочка текста */
  display: inline-block;
  padding: 2px 0;
}

/* hover */
.arc-catalog__list a:hover,
.arc-catalog__hlink:hover{
  color: #ffd400 !important;
  text-decoration: none !important;
}

/* ноутбуки 13" / 1366px: 2 колонки + третий столбец вниз */
@media (max-width: 1366px){
  .arc-catalog__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .arc-catalog__grid > :nth-child(3){
    grid-column: 1 / -1;
  }
}

/* планшет */
@media (max-width: 1024px){
  .arc-catalog__wrap{
    width: min(1100px, calc(100% - 28px));
  }
}

/* телефон */
@media (max-width: 640px){
  .arc-catalog__grid{
    grid-template-columns: 1fr;
  }
}
/* === Освобождаем место слева под видео, сдвигаем каталог вправо === */
@media (min-width: 1200px){
  .arc-catalog__wrap{
    padding-left: 100px !important;   /* ширина зоны под видео — подгони 180–300 */
  }
}
/* === ARC: снять боковые отступы у Elementor-обёртки этого блока === */
.elementor-element.elementor-element-9ad4416{
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* если это flex-container Elementor (e-con) */
.elementor-element.elementor-element-9ad4416 > .e-con-inner{
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
/* === ФОН ARC CATALOG ВО ВСЮ ШИРИНУ === */
.arc-catalog{
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

/* чтобы не появлялся горизонтальный скролл */
html, body{
  overflow-x: hidden;
}
/* === КАТАЛОГ — аккуратная плашка как в макете === */

.arc-catalog__title{
  font-size: clamp(24px, 2.4vw, 36px) !important;   /* было крупнее */
  padding: 10px clamp(28px, 3vw, 60px) !important;  /* меньше по высоте */
  line-height: 1 !important;
  margin-bottom: 18px !important;                   /* ближе к колонкам */
}

/* жёлтая линия */
.arc-catalog__title::before{
  height: 100% !important;
  border-radius: 0 6px 6px 0 !important;
}
/* =========================================
   ARC CATALOG — vertical spacing between category blocks
   ========================================= */

/* колонка как вертикальный стек */
.arc-catalog__col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* базовый блок категории */
.arc-catalog__block{
  width: 100%;
}

/* отступ между соседними категориями */
.arc-catalog__block + .arc-catalog__block,
.arc-catalog__block--spaced{
  margin-top: 26px;
}

/* если перед блоком есть список, даём чуть больше воздуха */
.arc-catalog__list + .arc-catalog__block,
.arc-catalog__block .arc-catalog__list:last-child{
  margin-bottom: 0;
}

/* правая колонка: между крупными ссылками отступ чуть больше */
.arc-catalog__col:last-child .arc-catalog__block + .arc-catalog__block{
  margin-top: 20px;
}

/* заголовок категории */
.arc-catalog__hlink{
  display: inline-block;
  margin: 0 0 12px 0;
}

/* список внутри категории */
.arc-catalog__list{
  margin: 0;
  padding: 0;
}

/* ноутбуки */
@media (max-width: 1366px){
  .arc-catalog__block + .arc-catalog__block,
  .arc-catalog__block--spaced{
    margin-top: 22px;
  }

  .arc-catalog__col:last-child .arc-catalog__block + .arc-catalog__block{
    margin-top: 18px;
  }
}

/* телефон */
@media (max-width: 640px){
  .arc-catalog__block + .arc-catalog__block,
  .arc-catalog__block--spaced{
    margin-top: 18px;
  }
}
/* === FIX: ширина и позиция каталога как в контейнере === */
.arc-catalog__wrap{
  width: min(1280px, calc(100% - 40px)) !important;
  padding-left: 0 !important;
  margin: 0 auto !important;
}

/* убираем старый сдвиг вправо */
@media (min-width: 1200px){
  .arc-catalog__wrap{
    padding-left: 0 !important;
  }
}

/* === FIX: плашка КАТАЛОГ без лишнего отступа === */
.arc-catalog__title{
  margin-left: 0 !important;
  padding: 10px 46px 10px 0 !important;
  line-height: 1 !important;
  margin-bottom: 30px !important;
}

/* жёлтая плашка уходит влево до края экрана, а текст начинается по контейнеру */
.arc-catalog__title::before{
  left: calc((1280px - 100vw) / 2) !important;
  width: calc((100vw - 1280px) / 2 + 100% + 46px) !important;
  height: 100% !important;
  border-radius: 0 6px 6px 0 !important;
}

/* для экранов меньше 1280px */
@media (max-width: 1280px){
  .arc-catalog__title::before{
    left: -20px !important;
    width: calc(100% + 66px) !important;
  }
}

/* сетка шире и ближе к фигме */
.arc-catalog__grid{
  grid-template-columns: 1.1fr 1.1fr 1fr !important;
  gap: clamp(40px, 6vw, 86px) !important;
}

/* не ломаем в 2 колонки на 1366, чтобы не сужалось */
@media (max-width: 1366px) and (min-width: 981px){
  .arc-catalog__grid{
    grid-template-columns: 1.1fr 1.1fr 1fr !important;
  }

  .arc-catalog__grid > :nth-child(3){
    grid-column: auto !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67a3464 *//* =========================
   POPULAR PRODUCTS (Figma-like)
   Цель: заголовок + описание ВСЕГДА в 1 строку, без переносов,
   и карточки шириной как в Figma (289px).
   ========================= */

.pop{ padding: 28px 0; }

.pop__title{
  font-size: 54px;
  line-height: 1;
  margin: 0 0 6px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.pop__sub{
  margin: 0 0 26px;
  font-size: 18px;
  color:#2b2b2b;
  opacity:.85;
}

/* Сетка как в Figma: фикс ширина карточек */
.pop__grid{
  display:grid;
  grid-template-columns: repeat(4, 289px);
  gap: 18px;
  justify-content: space-between;
}

/* Карточка */
.pc{
  background:#fff;
  border-radius: 14px;
  padding: 12px;                 /* важно: не 16 */
  box-shadow: 0 10px 26px rgba(0,0,0,.06);

  display:flex;
  flex-direction:column;
  height:100%;
}

/* Изображение */
.pc__img{
  display:flex;
  align-items:center;
  justify-content:center;

  background:#eef2f0;
  border-radius: 12px;
  padding: 22px;
  aspect-ratio: 1 / 1;
  overflow:hidden;
}
.pc__img img{
  width:100%;
  height:100%;
  object-fit: contain;
  display:block;
}

/* Тело карточки */
.pc__body{
  padding-top: 12px;
  display:flex;
  flex-direction:column;
  flex:1;
}

/* Наличие */
.pc__stock{
  display:flex;
  align-items:center;
  gap:8px;
  font-size: 12px;
  color:#1c7f4c;
  margin-bottom: 8px;
}
.pc__stock::before{
  content:"";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:#2ecc71;
  box-shadow: 0 0 0 3px rgba(46,204,113,.18);
}
.pc__stock--out{ color:#9a2d2d; }
.pc__stock--out::before{
  background:#ff4d4d;
  box-shadow: 0 0 0 3px rgba(255,77,77,.18);
}

/* Заголовок — 1 строка */
.pc__name{
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .01em;          /* чуть меньше, чтобы чаще влезало */
  text-transform: uppercase;
  line-height: 1.25;

  white-space: nowrap;
  overflow: hidden;               /* важно, чтобы не вылазил */
  text-overflow: clip;            /* без "..." */
}
.pc__name a{
  color:#111;
  text-decoration:none;
  display:block;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

/* Описание — 1 строка */
.pc__desc{
  margin: 0 0 12px;
  font-size: 12px;
  color:#4a4a4a;
  line-height: 1.35;

  white-space: nowrap;
  overflow: hidden;               /* важно */
  text-overflow: clip;            /* без "..." */
}

/* Цена (если добавил в HTML: <div class="pc__price">000.000 ₽</div>) */
.pc__price{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  color:#111;
  margin: 0 0 12px;
}

/* Кнопка всегда внизу */
.pc__btn{
  margin-top:auto;

  display:flex;
  align-items:center;
  justify-content:center;
  height: 34px;
  border-radius: 8px;
  background:#ffc400;
  color:#111;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing:.04em;
  font-size: 12px;
  text-decoration:none;
}

.pc__btn:hover {
    color:#ffffff;
    transform: scale(1.02)!important;
}

/* Адаптив */
@media (max-width: 1300px){
  .pop__grid{
    grid-template-columns: repeat(3, 289px);
    justify-content:center;
  }
}

@media (max-width: 980px){
  .pop__title{ font-size: 40px; }
  .pop__grid{
    grid-template-columns: repeat(2, 289px);
    justify-content:center;
  }
}

@media (max-width: 620px){
  .pop__grid{
    grid-template-columns: 1fr;
    justify-content:stretch;
  }
  .pc{
    max-width: 289px;
    margin: 0 auto;
  }
}
/* FIX: чтобы после публикации заголовки не "распухали" */
.pc__name{
  letter-spacing: 0 !important;   /* было .01em/.02em — это часто ломает */
  font-size: 12px !important;      /* вместо 13: + запас */
}

.pc__name a{
  letter-spacing: inherit !important;
}
/* =======================
   DESCRIPTION — 1 LINE
   ======================= */

.pc__desc{
  font-size: 12px !important;
  line-height: 1.35;

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;   /* без ... */

  min-height: auto !important;      /* убираем старые фиксы */
  display: block !important;        /* убираем -webkit-box */
}
.pc__desc{
  letter-spacing: -0.01em;
}
/* DESCRIPTION: 1 строка + гарантированный запас */
.pc__desc{
  font-size: 10px !important;      /* было 12 */
  line-height: 1.3 !important;
  letter-spacing: -0.01em;         /* чуть ужимаем */

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;  /* без ... */

  display:block !important;
  min-height:auto !important;
}
/* =========================================
   POPULAR PRODUCTS — FIX MOBILE IMAGE CUT
   ========================================= */

@media (max-width:768px){

  #popPopularSlider .pc__img{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  #popPopularSlider .pc__img img{
    width:100% !important;
    height:auto !important;          /* ключевая строка */
    max-height:180px !important;
    object-fit:contain !important;
    object-position:center !important;
  }

}
/* =========================================
   POPULAR PRODUCTS — MOBILE IMAGE NO CROP
   ========================================= */
@media (max-width: 768px) {

  #popPopularSlider .pc{
    display: flex !important;
    flex-direction: column !important;
  }

  #popPopularSlider .pc__img{
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: visible !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 8px !important;
  }

  #popPopularSlider .pc__img img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;
  }

}
/* =========================================
   POPULAR PRODUCTS — MOBILE ALIGN IMAGES
   ========================================= */
@media (max-width: 768px){

  /* карточка */
  #popPopularSlider .pc{
    display: flex !important;
    flex-direction: column !important;
  }

  /* зона изображения */
  #popPopularSlider .pc__img,
  #popPopularSlider a.pc__img{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 180px !important;       /* одинаковая высота для всех */
    min-height: 180px !important;
    max-height: 180px !important;

    padding: 12px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: #f3f4f4 !important;
    border-radius: 20px !important;
  }

  /* сама картинка */
  #popPopularSlider .pc__img img,
  #popPopularSlider a.pc__img img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;   /* ничего не режем */
    object-position: center center !important;
    margin: 0 auto !important;
  }

}
@media (max-width: 768px){

  /* контейнер картинки */
  #popPopularSlider .pc__img,
  #popPopularSlider a.pc__img{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;      /* важно */
    padding: 14px !important;
    box-sizing: border-box !important;
  }

  /* сама картинка */
  #popPopularSlider .pc__img img,
  #popPopularSlider a.pc__img img{
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 160px !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
  }

  /* если родитель-слайд режет содержимое */
  #popPopularSlider .swiper-slide,
  #popPopularSlider .pc{
    overflow: visible !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3b1d6b1 */.elementor-9442 .elementor-element.elementor-element-3b1d6b1{
  background-color:#f2f2f1 !important;
  background-image:url("https://bagazhnik-premium.ru/wp-content/uploads/2026/01/back.webp") !important;
  background-repeat:repeat !important;
  background-position:0 0 !important;
  background-size:260px auto !important;
}

/* чтобы внутренний контейнер не перекрывал фон */
.elementor-9442 .elementor-element.elementor-element-3b1d6b1 > .e-con-inner{
  background:transparent !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-56af5c9 *//* ===== FIGMA 2x2 + SLIDER (4 + 4) | FIXED RESPONSIVE ===== */

/* Base container */
.pop--figma-2x2 {
  padding: 24px 16px 28px;
  /* background:#f3f3f3; */
}

.pop--figma-2x2 .pop__head {
  text-align: center;
  margin-bottom: 18px;
}

.pop--figma-2x2 .pop__title {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  color: #111;
}

.pop--figma-2x2 .pop__sub {
  margin-top: 6px;
  font-size: 14px;
  color: #6f6f6f;
}

/* Slider wrapper */
.pop--slider .slider {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

.pop--slider .slider__viewport {
  overflow: hidden;
}

.pop--slider .slider__track {
  display: flex;
  will-change: transform;
  transition: transform 0.35s ease;
}

.pop--slider .slider__page {
  min-width: 100%;
}

/* 2x2 grid */
.pop--figma-2x2 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* CARD – fixed style with uniform image size & truncation */
.pop--figma-2x2 .pc {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto; /* flexible height */
}

/* image plate – uniform size (square) */
.pop--figma-2x2 .pc__img {
  margin: 14px 14px 10px;
  background: #eef2f2;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1; /* all images same square size */
  width: calc(100% - 28px); /* accounting for margins */
}

.pop--figma-2x2 .pc__img img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* keep product visible without cropping */
  display: block;
}

/* Body */
.pop--figma-2x2 .pc__body {
  padding: 0 14px 14px;
  display: block;
}

/* Stock */
.pop--figma-2x2 .pc__stock {
  font-size: 12px;
  font-weight: 700;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
}

.pop--figma-2x2 .pc__stock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

/* Title – truncate with 2 lines */
.pop--figma-2x2 .pc__name {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.pop--figma-2x2 .pc__name a {
  text-decoration: none;
  color: #111;
}

/* Description – truncate 2 lines */
.pop--figma-2x2 .pc__desc {
  margin: 0 0 8px;
  font-size: 11.5px;
  color: #6b6b6b;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto; /* dynamic based on line-clamp */
}

/* Price (new element) – smaller by default */
.pop--figma-2x2 .pc__price {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  margin: 0 0 10px;
  line-height: 1.2;
}

/* Button */
.pop--figma-2x2 .pc__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 10px;
  background: #f2c200;
  text-decoration: none;
  color: #111;
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: 0.2s;
}

.pop--figma-2x2 .pc__btn:hover {
  background: #e0b000;
}

/* Arrows */
.pop--slider .slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  z-index: 2;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.pop--slider .slider__nav--prev {
  left: -10px;
}
.pop--slider .slider__nav--next {
  right: -10px;
}

.pop--slider .slider__nav:disabled {
  opacity: 0.4;
  cursor: default;
}

/* Dots (hidden by default, can be enabled if needed) */
.pop--slider .slider__dots {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-top: 0px;
  opacity: 0;
  pointer-events: none;
}

/* ===== RESPONSIVE (max-width: 768px) ===== */
@media (max-width: 768px) {
  .pop--figma-2x2 {
    padding: 16px 12px 24px;
  }

  /* Slider adjustments */
  #popPopularSlider .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #popPopularSlider .slider__viewport {
    width: 100%;
    overflow: hidden;
  }

  #popPopularSlider .slider__track {
    display: flex;
    width: 200%;
    transition: transform 0.35s ease;
    will-change: transform;
  }

  #popPopularSlider .slider__page {
    flex: 0 0 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  /* Grid inside slide – 2 columns */
  #popPopularSlider .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* Card fixes */
  #popPopularSlider .pc {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto !important;
  }

  /* Image – uniform square, full width inside card */
  #popPopularSlider .pc__img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin: 12px 12px 8px !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
  }

  #popPopularSlider .pc__img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  /* Body spacing */
  #popPopularSlider .pc__body {
    padding: 4px 12px 12px !important;
  }

  /* Stock font */
  #popPopularSlider .pc__stock {
    font-size: 9px !important;
    gap: 4px !important;
    margin-bottom: 6px !important;
  }

  #popPopularSlider .pc__stock::before {
    width: 6px !important;
    height: 6px !important;
  }

  /* Title – truncate 1 line (compact) or keep 2? Using 1 line for mobile to save space */
  #popPopularSlider .pc__name {
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin: 0 0 4px !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    white-space: normal !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Description – truncate 1 line */
  #popPopularSlider .pc__desc {
    font-size: 9px !important;
    line-height: 1.2 !important;
    margin: 0 0 6px !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
  }

  /* Price – smaller on mobile */
  #popPopularSlider .pc__price {
    font-size: 11px !important;
    margin: 0 0 8px !important;
    font-weight: 800;
  }

  /* Button – compact, centered */
  #popPopularSlider .pc__btn {
    min-height: 32px !important;
    font-size: 10px !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  /* Navigation arrows */
  #popPopularSlider .slider__nav {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  #popPopularSlider .slider__nav--prev {
    left: -4px;
  }

  #popPopularSlider .slider__nav--next {
    right: -4px;
  }

  /* optional: hide arrows on very small */
  @media (max-width: 360px) {
    #popPopularSlider .slider__nav {
      display: none;
    }
  }
}

/* Additional tweaks for desktop to keep image consistency */
@media (min-width: 769px) {
  .pop--figma-2x2 .pc__img {
    aspect-ratio: 1 / 1;
    width: calc(100% - 28px);
  }
  .pop--figma-2x2 .pc__desc {
    height: auto;
  }
}

/* Global reset for price element if missing in HTML */
.pop--figma-2x2 .pc__price:empty {
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5ff6e18 */.elementor-9442 .elementor-element.elementor-element-5ff6e18{
  background-color:#f2f2f1 !important;
  background-image:url("https://bagazhnik-premium.ru/wp-content/uploads/2026/01/back.webp") !important;
  background-repeat:repeat !important;
  background-position:0 0 !important;
  background-size:260px auto !important;
}

/* чтобы внутренний контейнер не перекрывал фон */
.elementor-9442 .elementor-element.elementor-element-5ff6e18 > .e-con-inner{
  background:transparent !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fcd431 *//* ===== ONLY MOBILE QUIZ ===== */
.quiz-mobile{
  display:none;
}

@media (max-width:768px){

  .quiz-mobile,
  .quiz-mobile *{
    box-sizing:border-box;
  }

  .quiz-mobile{
    display:block !important;
    background:#f3f3f3;
    padding:18px 0 24px;
    font-family:Inter, Arial, sans-serif;
    color:#111;
  }

  .quiz-mobile__inner{
    width:100%;
    max-width:520px;
    margin:0 auto;
    padding:0 12px;
  }

  .quiz-mobile__hero{
    text-align:center;
    margin-bottom:14px;
  }

  .quiz-mobile__title{
    margin:0 0 8px;
    font-size:28px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
  }

  .quiz-mobile__subtitle{
    font-size:13px;
    line-height:1.25;
    color:#555;
  }

  .quiz-mobile__card{
    background:#fff;
    border-radius:18px;
    padding:18px 14px 16px;
    box-shadow:0 10px 22px rgba(0,0,0,.08);
  }

  .quiz-mobile__panel{
    margin-bottom:20px;
  }

  .quiz-mobile__panel-title{
    margin:0 0 12px;
    font-size:20px;
    line-height:1.1;
    font-weight:900;
  }

  .quiz-mobile__panel-title span{
    color:#e10600;
  }

  /* STEP 1 + STEP 2 */
  #quizMCarOptions,
  #quizMTripOptions{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0,1fr)) !important;
    gap:6px !important;
  }

  /* STEP 3 */
  #quizMNightOptions{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:6px !important;
  }

  /* tile wrapper */
  #quizMCarOptions .quiz-mobile__option,
  #quizMTripOptions .quiz-mobile__option,
  #quizMNightOptions .quiz-mobile__option{
    min-width:0 !important;
    width:100% !important;
    max-width:100% !important;
    cursor:pointer;
  }

  /* tile */
  #quizMCarOptions .quiz-mobile__option-icon,
  #quizMTripOptions .quiz-mobile__option-icon,
  #quizMNightOptions .quiz-mobile__option-icon{
    width:100% !important;
    height:34px !important;
    padding:2px 4px !important;
    background:#efefef;
    border:1px solid #e4e4e4;
    border-radius:8px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.15s ease;
  }

  .quiz-mobile__option.selected .quiz-mobile__option-icon{
    background:#ffd400;
    border-color:#ffd400;
  }

  /* icon */
  #quizMCarOptions .quiz-mobile__option-icon img,
  #quizMTripOptions .quiz-mobile__option-icon img,
  #quizMNightOptions .quiz-mobile__option-icon img{
    width:30px !important;
    height:20px !important;
    max-width:100% !important;
    object-fit:contain !important;
    display:block;
    filter:brightness(0);
  }

  /* label */
  #quizMCarOptions .quiz-mobile__option-label,
  #quizMTripOptions .quiz-mobile__option-label,
  #quizMNightOptions .quiz-mobile__option-label{
    width:100% !important;
    margin-top:5px !important;
    font-size:11px !important;
    line-height:1.1 !important;
    font-weight:700;
    color:#222;
    text-align:left !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }

  .quiz-mobile__comment{
    width:100%;
    min-height:92px;
    border:0;
    border-radius:8px;
    resize:none;
    background:#ececec;
    padding:14px;
    font-size:14px;
    line-height:1.25;
    outline:none;
  }

  .quiz-mobile__comment::placeholder{
    color:#8d8d8d;
  }

  .quiz-mobile__submit{
    width:100%;
    height:50px;
    border:0 !important;
    border-radius:8px;
    background:#ffd400 !important;
    background-image:none !important;
    color:#111 !important;
    font-size:24px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    cursor:pointer;
  }

  /* POPUP */
  .quiz-mobile-popup{
    display:none;
  }

  .quiz-mobile-popup.is-open{
    display:block;
    position:fixed;
    inset:0;
    z-index:999999;
  }

  .quiz-mobile-popup__backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
  }

  .quiz-mobile-popup__dialog{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:calc(100% - 16px);
    max-width:480px;
    background:#070707;
    border-radius:18px;
    padding:24px 16px 18px;
    color:#fff;
  }

  .quiz-mobile-popup__close{
    position:absolute;
    right:10px;
    top:10px;
    width:34px;
    height:34px;
    border:0;
    border-radius:10px;
    background:#1e1e1e;
    color:#fff;
    font-size:22px;
    line-height:1;
    cursor:pointer;
  }

  .quiz-mobile-popup__title{
    margin:6px 0 10px;
    text-align:center;
    font-size:28px;
    line-height:1;
    font-weight:900;
  }

  .quiz-mobile-popup__text{
    margin:0 0 18px;
    text-align:center;
    color:rgba(255,255,255,.88);
    font-size:13px;
    line-height:1.35;
  }

  .quiz-mobile-popup__form{
    display:grid;
    gap:10px;
  }

  .quiz-mobile-popup__input{
    width:100%;
    height:40px;
    border:0;
    border-radius:6px;
    background:#f2f2f2;
    padding:0 14px;
    font-size:14px;
    outline:none;
    color:#111;
  }

  .quiz-mobile-popup__input::placeholder{
    color:#8e8e8e;
  }

  .quiz-mobile-popup__submit{
    width:100%;
    height:48px;
    border:0 !important;
    border-radius:6px;
    background:#ffd400 !important;
    background-image:none !important;
    color:#111 !important;
    font-size:18px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    cursor:pointer;
  }

  .quiz-mobile-popup__note{
    margin-top:10px;
    text-align:center;
    color:rgba(255,255,255,.35);
    font-size:11px;
    line-height:1.25;
  }
}
@media (max-width:768px){

  /* берём ту же ширину что у шагов 1 и 2 */
  #quizMNightOptions{
    display:grid !important;
    grid-template-columns:repeat(3, calc((100% - 18px) / 4)) !important;
    gap:6px !important;
    justify-content:start !important;
  }

  #quizMNightOptions .quiz-mobile__option{
    width:calc((100% - 18px) / 4) !important;
    min-width:calc((100% - 18px) / 4) !important;
    max-width:calc((100% - 18px) / 4) !important;
  }

}
@media (max-width:768px){

  /* ШАГ 3 — такие же плитки как шаг 1 и 2 */
  #quizMNightOptions{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    gap:6px !important;
  }

  #quizMNightOptions .quiz-mobile__option{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  #quizMNightOptions .quiz-mobile__option-icon{
    height:34px !important;
  }

}
@media (max-width:768px){

  /* ШАГ 3 = та же сетка, что у шагов 1 и 2 */
  #quizMNightOptions{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0,1fr)) !important;
    gap:6px !important;
  }

  #quizMNightOptions .quiz-mobile__option{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
  }

}
@media (max-width:768px){

  #quizMCarOptions .quiz-mobile__option.selected .quiz-mobile__option-icon,
  #quizMTripOptions .quiz-mobile__option.selected .quiz-mobile__option-icon,
  #quizMNightOptions .quiz-mobile__option.selected .quiz-mobile__option-icon{
    background:#ffd400 !important;
    border-color:#ffd400 !important;
  }

}
@media (max-width:768px){

  .quiz-mobile__title{
    white-space: nowrap !important;
    font-size: 23px !important;
    text-align: center !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-db5b7b9 *//* Контейнер квиза — без смещений */
.quiz-bg{
  position: relative !important;
  background: transparent !important;
  overflow: visible !important;
}

/* Фон на всю ширину экрана — отдельным слоем */
.quiz-bg::before{
  content:"" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  height: 100% !important;

  background: #f2f2f1 url("https://bagazhnik-premium.ru/wp-content/uploads/2026/01/back.webp") 0 0 / 260px auto repeat !important;

  z-index: -1 !important;
  pointer-events: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-149e1bb *//* Контейнер квиза — без смещений */
.quiz-bg{
  position: relative !important;
  background: transparent !important;
  overflow: visible !important;
}

/* Фон на всю ширину экрана — отдельным слоем */
.quiz-bg::before{
  content:"" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  height: 100% !important;

  background: #f2f2f1 url("https://bagazhnik-premium.ru/wp-content/uploads/2026/01/back.webp") 0 0 / 260px auto repeat !important;

  z-index: -1 !important;
  pointer-events: none !important;
}/* End custom CSS */