.product-day__gallery {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 414px;
  gap: 30px;
}
@media screen and (max-width: 1599.9px) {
  .product-day__gallery {
    height: 415px;
    gap: 42px;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__gallery {
    height: 272px;
    gap: 42px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__gallery {
    display: none;
  }
}
.product-day__gallery .swiper-wrapper {
  width: calc(100% - 150px);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial) !important;
}
@media screen and (max-width: 1599.9px) {
  .product-day__gallery .swiper-wrapper {
    width: calc(100% - 102px);
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__gallery .swiper-wrapper {
    width: calc(100% - 76px);
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__gallery .swiper-wrapper {
    width: 100%;
  }
}
.product-day__gallery.mobile {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .product-day__gallery.mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 632px;
    height: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__gallery.mobile {
    width: 371px;
  }
}
@media screen and (max-width: 390.9px) {
  .product-day__gallery.mobile {
    width: 328px;
  }
}
.product-day__item {
  position: relative;
  height: 325px;
  border-radius: 24px;
  padding: 24px;
  background-color: #ffffff;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .product-day__item {
    transition-property: transform, padding;
  }
}
@media screen and (max-width: 1599.9px) {
  .product-day__item {
    height: 280px;
  }
  .product-day__item .swiper-slide-prev {
    padding: 9px 17px;
  }
  .product-day__item .swiper-slide-next {
    padding: 1px 18px;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__item {
    height: 170px;
    border-radius: 14px;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__item .swiper-slide-prev {
    padding: 8px;
    padding-right: 24px;
  }
  .product-day__item .swiper-slide-next {
    padding: 8px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__item {
    padding: 7px;
  }
  .product-day__item .swiper-slide-prev {
    padding: 7px;
    padding-right: 12px;
  }
  .product-day__item .swiper-slide-next {
    padding: 7px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__item.mobile {
    padding-right: 24px;
    height: 250px;
    max-width: 422px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__item.mobile {
    max-width: 315px;
    height: 150px;
  }
}
@media screen and (max-width: 390.9px) {
  .product-day__item.mobile {
    padding-right: 12px;
    max-width: 278px;
    min-height: 136px;
  }
}
.product-day__title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
}
@media screen and (max-width: 1599.9px) {
  .product-day__title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__title {
    display: none;
  }
}
.product-day__basket.button {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1399.9px) {
  .product-day__basket.button {
    height: 25px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__basket.button_active:hover {
    background-image: url(/ajax/auth/img/icon/basket-ok.svg);
    color: transparent;
    padding: 5px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.product-day__wrapper {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-grow: 1;
}
.product-day__image {
  width: 45%;
  max-width: 210px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023.9px) {
  .product-day__image {
    width: calc(100% - 124px);
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__image {
    width: calc(100% - 155px);
  }
}
.product-day__image img {
  width: 100%;
  height: auto;
}
.product-day__description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 55%;
}
@media screen and (min-width: 1400px) {
  .product-day__description {
    transform: translateY(-18px);
    height: 205px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__description {
    width: 124px;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__description {
    width: 155px;
  }
}
.product-day__info {
  margin-bottom: 25px;
  flex-grow: 1;
}
@media screen and (min-width: 1400px) {
  .product-day__info {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1599.9px) {
  .product-day__info {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__info {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__info {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__info {
    margin-bottom: 9px;
  }
}
.product-day__name {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}
@media screen and (min-width: 1400px) {
  .product-day__name {
    display: flex;
    align-items: center;
    height: 80px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1599.9px) {
  .product-day__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
    min-height: auto;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__name {
    font-size: 10px;
    line-height: 12.88px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__name {
    min-height: 40px;
    font-size: 10px;
    line-height: 12.88px;
    margin-bottom: 16px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__name {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 12px;
  }
}
.product-day__name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}
.product-day__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
}
@media screen and (max-width: 1599.9px) {
  .product-day__container {
    gap: 5px;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__container .catalog-body__basket {
    max-width: 120px;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__price-wrapper {
    gap: 6px;
  }
}
.product-day__price {
  font-family: "Inter";
  font-weight: 800;
  font-size: 20px;
  line-height: 24.2px;
  color: #000000;
  white-space: nowrap;
}
@media screen and (max-width: 1599.9px) {
  .product-day__price {
    font-size: 20px;
    line-height: 24.2px;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__price {
    font-size: 12px;
    line-height: 14.52px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__price {
    font-size: 11px;
    line-height: 13.31px;
  }
}
@media screen and (min-width: 1400px) {
  .product-day__old-wrapper {
    margin-top: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__old-wrapper {
    gap: 6px;
    margin-bottom: 2px;
  }
}
.product-day__old-price {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #999999;
  white-space: nowrap;
  text-decoration: line-through;
}
@media screen and (max-width: 1599.9px) {
  .product-day__old-price {
    font-size: 14px;
    line-height: 16.94px;
  }
}
@media screen and (max-width: 1399.9px) {
  .product-day__old-price {
    font-size: 8px;
    line-height: 9.68px;
  }
}
@media screen and (max-width: 1023.9px) {
  .product-day__old-price {
    font-size: 8px;
    line-height: 9.68px;
  }
}
@media screen and (max-width: 767.9px) {
  .product-day__old-price {
    font-size: 9px;
    line-height: 10.89px;
  }
}

.swiper-wrapper.toch,
.swiper-wrapper.toch .swiper-slide {
  transition-duration: 0ms !important;
  transition-timing-function: linear !important;
}
/*# sourceMappingURL=style.css.map */
