.wrap-2 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-2 > * {
  flex: 0 0 calc(100% / 2);
  padding: 15px;
}

.wrap-3 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-3 > * {
  flex: 0 0 calc(100% / 3);
  padding: 15px;
}

.wrap-4 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-4 > * {
  flex: 0 0 calc(100% / 4);
  padding: 15px;
}

.wrap-5 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-5 > * {
  flex: 0 0 calc(100% / 5);
  padding: 15px;
}

.wrap-6 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-6 > * {
  flex: 0 0 calc(100% / 6);
  padding: 15px;
}

@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-2 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-2 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-3 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-3 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-4 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-4 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-5 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-5 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-6 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-6 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-1 > *,
  .wrap-mh-1 > * {
    flex: 0 0 calc(100% / 1);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-1 > *,
  .wrap-mv-1 > * {
    flex: 0 0 calc(100% / 1);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-1 > * {
    flex: 0 0 calc(100% / 1);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-1 > * {
    flex: 0 0 calc(100% / 1);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-2 > *,
  .wrap-mh-2 > * {
    flex: 0 0 calc(100% / 2);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-2 > *,
  .wrap-mv-2 > * {
    flex: 0 0 calc(100% / 2);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-2 > * {
    flex: 0 0 calc(100% / 2);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-2 > * {
    flex: 0 0 calc(100% / 2);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-3 > *,
  .wrap-mh-3 > * {
    flex: 0 0 calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-3 > *,
  .wrap-mv-3 > * {
    flex: 0 0 calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-3 > * {
    flex: 0 0 calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-3 > * {
    flex: 0 0 calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-4 > *,
  .wrap-mh-4 > * {
    flex: 0 0 calc(100% / 4);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-4 > *,
  .wrap-mv-4 > * {
    flex: 0 0 calc(100% / 4);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-4 > * {
    flex: 0 0 calc(100% / 4);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-4 > * {
    flex: 0 0 calc(100% / 4);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-5 > *,
  .wrap-mh-5 > * {
    flex: 0 0 calc(100% / 5);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-5 > *,
  .wrap-mv-5 > * {
    flex: 0 0 calc(100% / 5);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-5 > * {
    flex: 0 0 calc(100% / 5);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-5 > * {
    flex: 0 0 calc(100% / 5);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-6 > *,
  .wrap-mh-6 > * {
    flex: 0 0 calc(100% / 6);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-6 > *,
  .wrap-mv-6 > * {
    flex: 0 0 calc(100% / 6);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-6 > * {
    flex: 0 0 calc(100% / 6);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-6 > * {
    flex: 0 0 calc(100% / 6);
    padding: 15px;
  }
}
.slider-btn:active {
  order: 1px solid #9c9c9c;
}

.slider-btn::after {
  display: none;
}

@media (min-width: 1023px) {
  .promotion__controllers .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(.swiper-pagination-bullet-active-prev):not(.swiper-pagination-bullet-active-next) {
    transform: scaleX(0.57) !important;
  }
}
@media (max-width: 1023px) {
  .promotion__controllers .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(.swiper-pagination-bullet-active-prev):not(.swiper-pagination-bullet-active-next) {
    transform: scaleX(1) !important;
  }
}
@media (min-width: 1023px) {
  .promotion__controllers .swiper-pagination .swiper-pagination-bullet-active-next {
    transform: scaleX(0.85) !important;
    background-color: #69696a;
  }
}
@media (max-width: 1023px) {
  .promotion__controllers .swiper-pagination .swiper-pagination-bullet-active-next {
    transform: scaleX(1) !important;
    background-color: #69696a;
  }
}
@media (hover: hover) {
  .slider-btn:hover {
    border: 1px solid #9c9c9c;
  }
}
.sales-section-actions {
  width: 100%;
  max-width: 650px;
  display: flex;
  align-items: center;
}

@media (max-width: 1600px) {
  .sales-section-actions {
    max-width: 572px;
  }
}
@media (max-width: 1400px) {
  .sales-section-actions {
    max-width: 376px;
  }
}
@media (max-width: 1023px) {
  .sales-section-actions {
    display: none;
  }
}
.swiper-pagination-wrapper {
  position: relative;
}

.swiper-slide-active .promotion__title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-family: "Inter", sans-serif;
  line-height: 1;
  overflow: hidden;
  max-height: 36px;
  flex-shrink: 0;
  margin-top: 9px;
  margin-bottom: 8px;
}

.promotion__main {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 419px;
  gap: 80px;
}
@media screen and (max-width: 1599px) {
  .promotion__main {
    height: 347px;
    gap: 42px;
  }
}
@media screen and (max-width: 1399px) {
  .promotion__main {
    height: 272px;
    gap: 42px;
  }
}
.promotion__main .swiper-wrapper {
  width: calc(100% - 150px);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial) !important;
}
@media screen and (max-width: 1599px) {
  .promotion__main .swiper-wrapper {
    width: calc(100% - 102px);
  }
}
@media screen and (max-width: 1399px) {
  .promotion__main .swiper-wrapper {
    width: calc(100% - 76px);
  }
}

.promotion__controllers {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
}
@media screen and (max-width: 1599px) {
  .promotion__controllers {
    width: 60px;
    gap: 31px;
  }
}
@media screen and (max-width: 1399px) {
  .promotion__controllers {
    width: 34px;
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .promotion__controllers {
    width: 100%;
  }
}
.promotion__controllers .swiper-pagination {
  position: relative;
  top: unset !important;
  right: unset !important;
  left: unset !important;
  bottom: unset !important;
  transform: none !important;
  gap: 20px;
}
.promotion__controllers .swiper-pagination-bullet {
  cursor: pointer;
  height: 3px;
  background: #414142;
  transition: 0.3s;
  border-radius: 2px;
  position: relative;
  margin: 10px 0 !important;
  width: 70px;
  opacity: 1 !important;
}
@media screen and (max-width: 1599px) {
  .promotion__controllers .swiper-pagination-bullet {
    width: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .promotion__controllers .swiper-pagination-bullet {
    width: 34px;
    margin: 6px 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .promotion__controllers .swiper-pagination-bullet {
    height: 2px;
    margin: 0 2px !important;
  }
}
.promotion__controllers .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .promotion__controllers .swiper-pagination {
    width: 100% !important;
  }
}
.promotion__controllers .promotion__nav {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  rotate: 90deg;
}
@media screen and (max-width: 1599px) {
  .promotion__controllers .promotion__nav {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .promotion__controllers .promotion__nav {
    width: 20px;
    height: 20px;
  }
}
.promotion__controllers .promotion__nav img {
  width: 24px;
  height: 24px;
}

.promotion__slide {
  position: relative;
  height: 325px !important;
  border-radius: 24px;
  padding: 12px 24px 8px;
  background-color: #ffffff;
  transition-property: transform, padding;
}
@media screen and (max-width: 1599px) {
  .promotion__slide {
    height: 280px !important;
    padding: 17px 24px 8px;
  }
  .promotion__slide .swiper-slide-next {
    padding: 22px 10px 8px;
  }
  .promotion__slide .swiper-slide-prev {
    padding: 22px 10px 8px;
  }
}
@media screen and (max-width: 1399px) {
  .promotion__slide {
    border-radius: 14px;
    height: 170px !important;
    padding: 8px 12px;
  }
}
.promotion__slide a {
  display: grid;
  grid-template-rows: auto 237px auto;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .promotion__slide a {
    grid-template-rows: auto 190px auto;
  }
}
@media screen and (max-width: 1399px) {
  .promotion__slide a {
    display: grid;
    grid-template-rows: 22px 110px auto;
  }
}
.promotion__slide:not(.swiper-slide-active):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.promotion__slide .promotion__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.promotion__slide .promotion__image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.promotion__slide .promotion__title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 18px;
  line-height: 24.2px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 auto;
}
@media screen and (max-width: 1599px) {
  .promotion__slide .promotion__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  .promotion__slide .promotion__title {
    font-size: 12px;
    line-height: 12px;
  }
}
.promotion__slide .promotion__header {
  font-family: "Inter";
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 1599px) {
  .promotion__slide .promotion__header {
    font-size: 28px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1399px) {
  .promotion__slide .promotion__header {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1400px) {
  .swiper-slide-active .promotion__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .promotion__main .swiper-wrapper:not(.toch),
  .product-day__gallery .swiper-wrapper:not(.toch) {
    transition-duration: 200ms !important;
    transition-delay: 0ms !important;
  }
  .swiper-wrapper:not(.toch) .promotion__slide,
  .swiper-wrapper:not(.toch) .product-day__item {
    transition-duration: 200ms !important;
    transition-delay: 0ms !important;
  }
}
/*# sourceMappingURL=style.css.map */
