

/* Start:/promo/1924/css/styles.css?178246470410859*/
.section-bestseller__item-name,
.section-bestseller__item-proba,
.item-price--new,
.section-bestseller__item-price {
  text-align: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 641px;
}

.firstSlider .swiper-slide {
  width: 30%;
}

.firstSlider .swiper-slide:nth-child(2n) {
  width: 70%;
}

.secondSlider .swiper-slide {
  width: 50%;
}

.thirdSlider .swiper-slide {
  width: 33.3333%;
}

.fourthSlider .swiper-slide {
  width: 50%;
}

.full-width {
  width: 100%;
}



@media screen and (max-width: 700px) {
  .footer {
    margin-top: 0;
  }
}

@media(max-width:399px) {
  .brend1924 {
    padding: 0 10px;
  }

  .firstSlider .swiper-slide img {
    height: 250px;
  }

  .secondSlider .swiper-slide img {
    height: 180px;
  }

  .head-image,
  .firstSlider,
  .secondSlider,
  .thirdSlider,
  .staticSlide,
  .fourthSlider {
    margin-bottom: 9px;
  }

  .staticSlide .mobileText {
    margin-top: 12px;
  }

  .section-bestseller__item-card img {
    padding: 20px;
  }

  .swiper-slide img {
    height: 180px;
  }

  .thirdSlider .swiper-slide img {
    height: 250px;
  }
}

@media(min-width:400px) and (max-width:460px) {
  .brend1924 {
    padding: 0 10px;
  }

  .firstSlider .swiper-slide img {
    height: 397px;
  }

  .secondSlider .swiper-slide img {
    height: 268px;
  }

  .head-image,
  .firstSlider,
  .secondSlider,
  .thirdSlider,
  .staticSlide,
  .fourthSlider {
    margin-bottom: 9px;
  }

  .staticSlide .mobileText {
    margin-top: 12px;
  }

  .section-bestseller__item-card img {
    padding: 20px;
  }

  .swiper-slide img {
    height: 415px;
  }

  .section-bestseller__body.swiper-wrapper1 {
    justify-content: space-between;
  }
}

@media(min-width:400px) and (max-width:500px) {
  .swiper-slide img {
    height: 415px;
  }
}

@media(min-width:461px) and (max-width:768px) {
  .swiper-slide img {
    height: 325px;
  }

  .firstSlider,
  .secondSlider,
  .thirdSlider,
  .staticSlide,
  .fourthSlider {
    margin-bottom: 39px;
  }

  .head-image {
    margin-bottom: 39px;
  }
}

@media(min-width:769px) and (max-width:1199px) {
  .swiper-slide img {
    height: 421px;
  }

  .firstSlider,
  .secondSlider,
  .thirdSlider,
  .staticSlide,
  .fourthSlider {
    margin-bottom: 39px;
  }

  .head-image {
    margin-bottom: 39px;
  }
}

@media(min-width:1200px) {
  .swiper-slide img {
    height: 680px;
  }

  .firstSlider,
  .secondSlider,
  .thirdSlider,
  .staticSlide,
  .fourthSlider,
  .bestsellerSlider {
    margin-bottom: 39px;
  }

  .head-image {
    margin-bottom: 39px;
  }
}

.bestsellerSlider .swiper-slide img {
  height: unset;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.text-center img {
  display: block;
  margin: 0 auto;
}

.mobile-top-image {
  padding: 45px 18px 32px;
}

.mobile-top-image2 {
  padding: 26px 18px;
}

@media(max-width:500px) {
  .section-bestseller__item2 {
    width: 50% !important;
  }
}

@media(min-width:500px) and (max-width:1023px) {
  .section-bestseller__item2 {
    width: 33% !important;
  }

  .section-bestseller__item-card img {
    padding: 20px;
  }
}

@media(min-width:1024px) {
  .section-bestseller__item2 {
    width: 25%;
  }

  .section-bestseller__item-card img {
    padding: 20px;
  }
}

.item-price--old {
  color: #999;
}


@media(min-width:700px) {
  .swiper.bestsellerSlider::after {
    content: url("https://www.bronnitsy.com/upload/imghosting/17684827703f6b762e97.svg");
    display: inline-block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    right: -55px;
    z-index: 9;
  }
}

.swiper-button-next,
.swiper-button-prev {
  height: 27px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 27px !important;
}


.cataalog img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ── cataalog section ── */

.cataalog {
  max-width: 1920px;
  margin: 0 auto;
  padding: 24px 16px 40px;
}

.cataalog__viewport {
  position: relative;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height;
}

.cataalog__grid {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;

  /* ≤320px — 2 колонки */
  grid-template-columns: repeat(2, 1fr);
}

/* ── Item ── */

.cataalog__item {
  min-width: 0;
}

.cataalog__image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.cataalog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Title ── */

.cataalog__title {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}

/* Два слова — каждое на своей строке (1024px и ниже) */
.cataalog__title--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.cataalog__title--stacked span {
  display: block;
  max-width: 100%;
}

/* ── Gradient overlay ── */

.cataalog__fade {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%);
  opacity: 1;
  transition: opacity 0.35s ease;
}

.cataalog.is-expanded .cataalog__fade {
  opacity: 0;
}

.cataalog__toggle_container {
  margin: 0 auto;
  text-align: center;
}

/* ── Toggle link ── */

.cataalog__toggle {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 14px 0 3px;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #E74018;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.cataalog__toggle:hover {
  opacity: 0.75;
}

.cataalog__toggle-text {
  display: inline-block;
}

.cataalog__toggle-icon {
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.cataalog__toggle[aria-expanded="true"] .cataalog__toggle-icon {
  transform: rotate(180deg);
}

/* ══════════════════════════════════════
   ≤320px — 2 колонки, градиент с середины 2-й строки
   ══════════════════════════════════════ */

@media (max-width: 320px) {
  .cataalog__fade {
    display: block;
  }

  .cataalog__toggle {
    display: inline-flex;
  }

  .cataalog:not(.is-expanded) .cataalog__fade {
    display: block;
  }

  .cataalog.is-expanded .cataalog__fade {
    display: none;
  }
}

/* ══════════════════════════════════════
   321px–767px — 3 колонки, градиент с середины 3-й строки
   ══════════════════════════════════════ */

@media (min-width: 321px) and (max-width: 767px) {
  .cataalog {
    padding-inline: 0;
  }

  .cataalog__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .cataalog__title {
    font-size: 12px;
  }

  .cataalog__fade {
    display: block;
  }

  .cataalog__toggle {
    display: inline-flex;
  }

  .cataalog.is-expanded .cataalog__fade {
    display: none;
  }
}

@media (max-width: 500px) {
  .cataalog {
    padding-inline: 0;
  }

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

/* ══════════════════════════════════════
   768px–1023px — 4 колонки, градиент с середины 2-й строки
   ══════════════════════════════════════ */

@media (min-width: 768px) and (max-width: 1023px) {
  .cataalog {
    padding-inline: 0;
  }

  .cataalog__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .cataalog__title {
    font-size: 14px;
  }

  .cataalog__fade {
    display: block;
  }

  .cataalog__toggle {
    display: inline-flex;
  }

  .cataalog.is-expanded .cataalog__fade {
    display: none;
  }
}

/* ══════════════════════════════════════
   ≥1024px — 6 колонок, 2 строки, без сворачивания
   ══════════════════════════════════════ */

@media (min-width: 1024px) {
  .cataalog {
    padding-inline: 0;
  }

  .cataalog__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }

  .cataalog__viewport {
    overflow: visible;
    max-height: none !important;
  }

  .cataalog__title {
    font-size: 14px;
    min-height: 2.6em;
    /* резерв под 2 строки stacked-слов */
  }

  .cataalog__title:not(.cataalog__title--stacked) {
    min-height: 1.3em;
  }

  .cataalog__toggle_container {
    display: none;
  }
}

/* ══════════════════════════════════════
   ≥1920px — 6 колонок, увеличенные отступы
   ══════════════════════════════════════ */

@media (min-width: 1920px) {
  .cataalog {
    padding-inline: 0;
  }

  .cataalog__grid {
    gap: 24px;
  }

  .cataalog__title {
    font-size: 16px;
    line-height: 1.3;
    min-height: auto;
    max-height: 2.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /* На широком экране многословные подписи идут обычным текстом, не stacked */
  .cataalog__title--stacked {
    display: -webkit-box;
    flex-direction: unset;
    align-items: unset;
    gap: unset;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .cataalog__title--stacked span {
    display: inline;
  }

  .cataalog__title--stacked span+span::before {
    content: " ";
  }
}

.cataalog__image {
  overflow: hidden;
}

.cataalog__image a {
  display: block;
  overflow: hidden;
}

.cataalog__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
  transform-origin: center center;
}

.cataalog__image a:hover img {
  transform: scale(1.05);
}

.cataalog__toggle {
  display: inline-block;
}

.cataalog__toggle-img {
  display: block;
  height: auto;
}
/* End */
/* /promo/1924/css/styles.css?178246470410859 */
