


.frame-157__frame-106 {
  position: relative;
}

/* Центрируем секцию изображения только для мобильных */
@media (max-width: 768px) {
  .frame-157__frame-106 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 335px !important;
    margin: 0 auto !important;
  }
}

/* Центрируем родительский контейнер только для мобильных */
@media (max-width: 768px) {
  .frame-157__frame-156 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px !important;
  }
  
  /* Ограничиваем ширину контента справа от изображения */
  .frame-157__frame-154 {
    width: 100% !important;
    max-width: 335px !important;
    margin: 0 auto !important;
  }
  
  /* Стили для кнопок */
  .frame-157__button,
  .frame-157__button2 {
    width: 100% !important;
    max-width: 335px !important;
    margin: 0 auto !important;
    display: block !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
  
  /* Контейнер кнопок */
  .frame-157__frame-103 {
    width: 100% !important;
    max-width: 335px !important;
    margin: 0 auto !important;
  }
}

/* Центрируем основной контейнер только для мобильных */
@media (max-width: 768px) {
  .frame-157 {
    align-items: center !important;
    padding: 20px !important;
  }
}

/* Стили для прозрачного эллипса (круглой кнопки) */
.ellipse,
.ellipse * {
  box-sizing: border-box;
}

.ellipse {
  background: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}

/* Десктопные стили для круглых кнопок навигации */
@media (min-width: 769px) {
  .frame-157__nav-button {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .frame-157__nav-button:hover {
    background: #f0f0f0;
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  
  .nav-arrow {
    font-size: 22px;
    font-weight: bold;
    color: #272727;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


.frame-157__image-1 {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* Центрируем изображение только для мобильных */
@media (max-width: 768px) {
  .frame-157__image-1 {
    width: 335px !important;
    height: 230px !important;
    border-radius: 15px !important;
    margin: 0 auto !important;
    display: block !important;
  }
}


.frame-157__frame-105 {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

/* Центрируем миниатюры только для мобильных */
@media (max-width: 768px) {
  .frame-157__frame-105 {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
}


.frame-157__image-2 {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.frame-157__image-2:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.frame-157__image-2.active {
  border: 2px solid var(--dark-accent);
  opacity: 1;
}


.frame-157__image-2:not(.active) {
  opacity: 0.7;
}


.frame-157__nav-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
  width: 100%;
}

/* Позиционируем навигацию по бокам изображения */
@media (max-width: 768px) {
  .frame-157__nav-arrows {
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    width: 335px !important;
    margin: 0 auto !important;
    top: 115px !important;
    padding: 0 15px !important;
  }
}

.frame-157__nav-button {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.frame-157__nav-button:hover {
  background: transparent;
  transform: none;
}

.frame-157__nav-button:active {
  transform: none;
}


/* Старые стили для SVG изображений больше не нужны */

/* Стили для стрелок-иконок */
.nav-arrow {
  font-size: 20px;
  font-weight: bold;
  color: #272727;
  line-height: 1;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-arrow {
  transform: translateX(-1px);
}

.next-arrow {
  transform: translateX(1px);
}

.frame-157__nav-button:hover .frame-157__group-8 {
  transform: translateX(-2px);
}

.frame-157__nav-button:hover .frame-157__group-82 {
  transform: translateX(2px);
}

/* Анимация смены изображений */
.frame-157__image-1 {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

/* Скрытие навигации если изображение одно */
.frame-157__nav-arrows.single-image {
  display: none;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .frame-157__nav-button {
    width: 30px;
    height: 30px;
    background: white !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
  }
  
  .frame-157__group-8,
  .frame-157__group-82 {
    width: 16px;
    height: 16px;
  }
  
  .frame-157__frame-105 {
    gap: 8px;
  }
  
  .frame-157__image-2 {
    width: 68px !important;
    height: 68px !important;
    border-radius: 5px !important;
  }
}

/* ===================================
   МОБИЛЬНЫЕ АДАПТАЦИИ ДЛЯ КАРТОЧЕК ТОВАРОВ
   =================================== */

/* Мобильные адаптации для карточек товаров */
@media (max-width: 768px) and (min-width: 1px) {
  /* Основная секция каталога */
  .frame-52 {
    margin-top: var(--spacing-5xl) !important;
    padding-top: var(--spacing-3xl) !important;
    position: relative !important;
    z-index: 0 !important;
  }
  
  /* Верхнее меню должно быть выше карточек */
  .frame-52__catalog-title-block,
  .frame-52__navigation {
    position: relative !important;
    z-index: var(--z-sticky) !important;
    margin-top: 0 !important;
  }
  
  /* Заголовок "Каталог" - мобильная адаптация */
  .frame-52__div {
    font-size: var(--font-size-6xl) !important;
    line-height: var(--line-height-tight) !important;
  }
  
  /* Активный таб - мобильная адаптация */
  .frame-52__frame-40 {
    padding: var(--spacing-sm) var(--spacing-sm) !important;
    gap: var(--spacing-sm) !important;
  }
  
  /* Текст активного таба - мобильная адаптация */
  .frame-52__frame-40 .frame-52__div2 {
    font-size: var(--font-size-sm) !important;
    line-height: 120% !important;
  }
  
  /* Неактивные табы - мобильная адаптация */
  .frame-52__frame-41,
  .frame-52__frame-42 {
    padding: var(--spacing-sm) var(--spacing-sm) !important;
    gap: var(--spacing-sm) !important;
  }
  
  /* Текст неактивных табов - мобильная адаптация */
  .frame-52__shaggy-lux,
  .frame-52__super-shaggy {
    font-size: 22px;
    line-height: 120% !important;
  }
  
  /* Контейнер карточек - мобильная адаптация */
  .frame-52__product-card-block {
    flex-direction: column !important;
    gap: var(--spacing-lg) !important;
    padding: var(--spacing-lg) var(--mobile-padding) !important;
    margin-top: var(--spacing-lg) !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  /* Карточка товара - мобильная адаптация */
  .frame-52__product2 {
    flex: 1 1 100% !important; /* 1 item per row on mobile */
    width: 100% !important;
    max-width: 335px !important;
    padding: 0px 0px var(--spacing-lg) 0px !important;
    gap: var(--spacing-base) !important;
    margin-top: var(--spacing-lg) !important;
    margin-bottom: var(--spacing-lg) !important;
    align-self: flex-start !important;
  }

  /* Контейнер изображения - мобильная адаптация */
  .frame-52__img-box {
    height: 326px !important;
  }

  /* Изображение товара - мобильная адаптация */
  .frame-52__image {
    object-fit: cover !important;
  }

  /* Наложение на изображение - мобильная адаптация */
  .frame-52__rectangle-11 {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.02) 100%
    ) !important;
  }

  /* Информационный блок - мобильная адаптация */
  .frame-52__info-block {
    padding: 0px var(--spacing-lg) 0px var(--spacing-lg) !important;
    gap: var(--spacing-sm) !important;
  }

  /* Название товара - мобильная адаптация */
  .frame-52__div {
    font-size: var(--font-size-lg) !important;
    line-height: 120% !important;
  }

  /* Цена товара - мобильная адаптация */
  .frame-52__price {
    font-size: 20px !important;
    line-height: 120% !important;
  }

  /* Кнопка "Купити" - мобильная адаптация */
  .frame-52__button {
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    line-height: 120% !important;
  }
}

/* ===================================
   СТИЛИ ДЛЯ ПЛАНШЕТОВ - 2 ТОВАРА В РЯД
   =================================== */

@media (min-width: 769px) and (max-width: 1200px) {
  .frame-52__product-card-block {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  
  .frame-52__product2 {
    flex: 1 1 calc(50% - 10px) !important; /* 2 items per row */
    max-width: calc(50% - 10px) !important;
    min-width: 300px !important;
    width: calc(50% - 10px) !important;
  }
}

/* ===================================
   МОБИЛЬНЫЕ СТИЛИ ДЛЯ СЕКЦИИ FRAME-150 (ПРЕИМУЩЕСТВА КИЛИМОВ)
   =================================== */

@media (max-width: 768px) {
  .frame-150__container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Переопределяем стили из featured-custom.css */
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .frame-150 {
    align-self: stretch !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    display: inline-flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: 100% !important;
    /* Убираем отступы и скругления */
    padding: 0 !important;
    border-radius: 0 !important;
  }
  
  .frame-150__frame-118 {
    align-self: stretch !important;
    height: 681px !important;
    padding: 0 !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    display: inline-flex !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: 100% !important;
    /* Убираем отступы и скругления */
    border-radius: 0 !important;
  }
  
  .frame-150__shaggy {
    position: absolute !important;
    left: 30px !important;
    top: 30px !important;
    width: 315px !important;
    text-align: left !important;
    color: white !important;
    font-size: 34px !important;
    font-family: Inter !important;
    font-weight: 400 !important;
    line-height: 37.40px !important;
    word-wrap: break-word !important;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }
  
  .frame-150__frame-117 {
    width: 100% !important;
    max-width: 100% !important;
    height: 681px !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    align-self: stretch !important;
    flex-shrink: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: 100% !important;
    /* Убираем отступы и скругления */
    padding: 0 !important;
  }
  
  /* Перемещаем заголовок внутрь фонового изображения */
  .frame-150__frame-117 .frame-150__shaggy {
    position: absolute !important;
    left: 30px !important;
    top: 30px !important;
    width: 315px !important;
    text-align: left !important;
    color: white !important;
    font-size: 34px !important;
    font-family: Inter !important;
    font-weight: 400 !important;
    line-height: 37.40px !important;
    word-wrap: break-word !important;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px !important;
    z-index: 2 !important;
  }
  
  .frame-150___456254747 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: 100% !important;
  }
  
  .frame-150__frame-28,
  .frame-150__frame-85,
  .frame-150__frame-83,
  .frame-150__frame-84,
  .frame-150__frame-86 {
    width: 315px !important;
    padding: 10px 12px !important;
    background: rgba(255, 255, 255, 0.80) !important;
    border-radius: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    position: absolute !important;
    z-index: 2 !important;
    min-width: auto !important;
    max-width: none !important;
  }
  
  /* Позиционируем карточки для планшетов в правильном порядке */
  .frame-150__frame-86 { /* 01. Довговічні */
    left: 25px !important;
    top: 45px !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  .frame-150__frame-84 { /* 02. Гіпоалергенні */
    left: 25px !important;
    top: 140px !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  .frame-150__frame-83 { /* 03. Легкі у прибиранні */
    left: 25px !important;
    top: 235px !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  .frame-150__frame-28 { /* 04. М'які та пухнасті */
    left: 25px !important;
    top: 330px !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  .frame-150__frame-85 { /* 05. Додають комфорту */
    left: 25px !important;
    top: 425px !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  .frame-150___04,
  .frame-150___05,
  .frame-150___03,
  .frame-150___02,
  .frame-150___01 {
    color: #272727 !important;
    font-size: 16px !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    line-height: 23.20px !important;
    word-wrap: break-word !important;
  }
  
  .frame-150__div,
  .frame-150__div2,
  .frame-150__div3 {
    align-self: stretch !important;
    color: #272727 !important;
    font-size: 14px !important;
    font-family: Inter !important;
    font-weight: 300 !important;
    line-height: 20.30px !important;
    word-wrap: break-word !important;
  }
  
  .frame-150__frame-149 {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    flex-shrink: 0 !important;
    position: relative !important;
    margin-top: 20px !important; /* Добавляем отступ сверху */
    padding-top: 20px !important; /* Дополнительный отступ */
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .frame-150__frame-147,
  .frame-150__frame-148 {
    flex-shrink: 0 !important;
    width: 315px !important;
    height: 200px !important;
    position: relative !important;
  }
  
  .frame-150___456254750,
  .frame-150___4562547502 {
    background: linear-gradient(-71.26deg, rgba(47,33,25,0.3) 0%, rgba(47,33,25,0.9) 100%) !important;
    border-radius: 20px !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    object-fit: cover !important;
  }
  
  .frame-150__play-icon-product-card,
  .frame-150__play-icon-product-card2 {
    width: 60px !important;
    height: 60px !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
  }
  
  .frame-150__div4,
  .frame-150__shaggy2 {
    color: #ffffff !important;
    text-align: left !important;
    font-family: Inter !important;
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 500 !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    z-index: 2 !important;
  }
}

/* ===================================
   МОБИЛЬНЫЕ СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ (480px и меньше)
   =================================== */

@media (max-width: 480px) {
  .frame-150__container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .frame-150 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: 100% !important;
    /* Убираем отступы и скругления */
    padding: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .frame-150__frame-118 {
    height: 681px !important;
    padding: 0 !important;
    gap: 20px !important;
    width: 335px !important;
    max-width: 335px !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    display: inline-flex !important;
    position: relative !important;
  }
  
  .frame-150__frame-117 {
    width: 100% !important;
    max-width: 100% !important;
    height: 681px !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: 100% !important;
    /* Убираем отступы и скругления */
    padding: 0 !important;
  }
  
  /* Заголовок в верхней части белого блока */
  .frame-150__frame-117 .frame-150__frame-117 .frame-150__shaggy,
  .frame-150__shaggy {
    position: absolute !important;
    left: 50% !important;
    top: 40px !important;
    width: 335px !important;
    font-size: 34px !important;
    line-height: 37.40px !important;
    color: white !important;
    font-weight: 400 !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
    margin-bottom: 0 !important;
    z-index: 2 !important;
    font-family: Inter !important;
    word-wrap: break-word !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .frame-150___456254747 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: 100% !important;
  }
  
  .frame-150__frame-28,
  .frame-150__frame-85,
  .frame-150__frame-83,
  .frame-150__frame-84,
  .frame-150__frame-86 {
    width: 335px !important;
    max-width: 335px !important;
    padding: 10px 12px !important;
    position: static !important;
    z-index: 2 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
    background: rgba(255, 255, 255, 0.80) !important;
    border-radius: 10px !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 5px !important;
    display: flex !important;
    margin-bottom: 0 !important;
    /* Создаем контейнер для карточек */
    align-self: stretch !important;
    /* Центрируем карточки */
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* Карточки в правильном порядке 01, 02, 03, 04, 05 */
  .frame-150__frame-86 { /* 01. Довговічні */
    order: 1 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
    /* Отступ сверху для мобильных устройств */
    margin-top: 140px !important;
  }
  
  .frame-150__frame-84 { /* 02. Гіпоалергенні */
    order: 2 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  .frame-150__frame-83 { /* 03. Легкі у прибиранні */
    order: 3 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  .frame-150__frame-28 { /* 04. М'які та пухнасті */
    order: 4 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  .frame-150__frame-85 { /* 05. Додають комфорту */
    order: 5 !important;
    /* Переопределяем любые ограничения ширины */
    min-width: auto !important;
    max-width: none !important;
  }
  
  /* Видео блоки в ряд и по центру */
  .frame-150__frame-149 {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 335px !important;
    margin: 20px auto 0 auto !important; /* Добавляем отступ сверху 20px */
    align-self: center !important; /* Принудительное центрирование */
  }
  
  /* Отдельные видео блоки */
  .frame-150__frame-147,
  .frame-150__frame-148 {
    width: 162px !important;
    height: 138px !important;
    position: relative !important;
  }
  
  /* Изображения видео с градиентом */
  .frame-150___456254750,
  .frame-150___4562547502 {
    width: 162px !important;
    height: 138px !important;
    left: 0px !important;
    top: 0px !important;
    position: absolute !important;
    background: linear-gradient(313deg, rgba(47, 33, 25, 0.30) 0%, rgba(47, 33, 25, 0.90) 100%) !important;
    border-radius: 10px !important;
    object-fit: cover !important;
  }
  
  /* Иконки play */
  .frame-150__play-icon-product-card,
  .frame-150__play-icon-product-card2 {
    width: 34px !important;
    height: 34px !important;
    left: 50% !important;
    top: 50% !important;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
  }
  
  /* Текст поверх видео */
  .frame-150__div4,
  .frame-150__shaggy2 {
    width: 135px !important;
    left: 8px !important;
    top: 8px !important;
    position: absolute !important;
    color: white !important;
    font-size: 14px !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    line-height: 16.80px !important;
    word-wrap: break-word !important;
    text-align: left !important;
    z-index: 2 !important;
  }
  
  /* Стили для карточек */
  .frame-150___04,
  .frame-150___05,
  .frame-150___03,
  .frame-150___02,
  .frame-150___01 {
    color: #272727 !important;
    font-size: 16px !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    line-height: 23.20px !important;
    word-wrap: break-word !important;
  }
  
  .frame-150__div,
  .frame-150__div2,
  .frame-150__div3 {
    align-self: stretch !important;
    color: #272727 !important;
    font-size: 14px !important;
    font-family: Inter !important;
    font-weight: 300 !important;
    line-height: 20.30px !important;
    word-wrap: break-word !important;
  }
}

/* ===================================
   АБСОЛЮТНО ПРИНУДИТЕЛЬНЫЕ СТИЛИ ДЛЯ ОТСТУПА СВЕРХУ
   =================================== */

/* Принудительно добавляем отступ сверху для всех мобильных устройств */
@media (max-width: 768px) {
  /* Используем максимально специфичные селекторы */
  html body #container .frame-150 .frame-150__frame-149 {
    margin-top: 20px !important;
    justify-content: center !important;
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
  html body #container .frame-150 .frame-150__frame-149 {
    margin-top: 20px !important;
    justify-content: center !important;
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* Дополнительное центрирование для страницы товара */
  .frame-157 {
    padding: 15px !important;
  }
  
  .frame-157__frame-106 {
    width: 335px !important;
  }
  
  .frame-157__image-1 {
    width: 335px !important;
    height: 230px !important;
  }
  
  .frame-157__nav-arrows {
    width: 335px !important;
    top: 115px !important;
  }
  
  .frame-157__frame-105 {
    gap: 8px !important;
  }
  
  .frame-157__image-2 {
    width: 60px !important;
    height: 60px !important;
  }
  
  /* Ограничиваем ширину контента для маленьких экранов */
  .frame-157__frame-154 {
    max-width: 335px !important;
  }
  
  /* Растягиваем секцию похожих продуктов на всю ширину */
  .product__content-wrapper {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 20px 15px !important;
  }
  
  .product__div {
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .product__product-card-block {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
