@charset "UTF-8";
.unique-offer {
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
}

.unique-offer-bg {
  width: 100%;
  background-color: #f2fafc;
}

.unique-offer-container {
  padding-top: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 640px) {
  .unique-offer-container {
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .unique-offer-container {
    flex-direction: row;
  }
}

.unique-offer-content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 548px;
}

.unique-offer-title {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(32px, 22 * (100vw - 393px) / 887 + 32px, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 59.4px */
  margin-bottom: clamp(32px, 28 * (100vw - 393px) / 887 + 32px, 60px);
}

.unique-offer-description {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  margin-bottom: 32px;
}

.unique-offer-swiper-pagination-wrapper {
  position: relative;
  margin-bottom: 65px;
}

.unique-offer-swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .unique-offer-swiper-container {
    width: 580px;
  }
}

.unique-offer-list {
  display: flex;
  padding-bottom: 15px;
  width: 100%;
}

.unique-offer-item {
  position: relative;
  border-radius: 12px;
  border: 2px solid #f0f0f0;
  background: #fff;
  transition: all var(--time-function);
  max-width: 280px;
}
.unique-offer-item:hover {
  box-shadow: 4px 6px 12px 0px rgba(29, 32, 31, 0.2);
}
.unique-offer-item:hover .unique-offer-item-title {
  color: var(--text-dark);
}
.unique-offer-item:hover .unique-offer-icon-wrapper {
  background-color: #2a798a;
}

.unique-offer-item-link {
  padding: clamp(12px, 8 * (100vw - 393px) / 887 + 12px, 20px);
  display: flex;
  flex-direction: column;
}

.unique-offer-item-title {
  display: flex;
  margin: 0 auto;
  max-width: 219px;
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: clamp(12px, 14 * (100vw - 393px) / 887 + 12px, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 28.6px */
  transition: color var(--time-function);
}

.unique-offer-path {
  transition: stroke var(--time-function), fill var(--time-function);
}

.unique-offer-item-tags-wrapper {
  border-radius: 50px;
  padding: 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b3e06d;
}

.unique-offer-item-tag {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(10px, 4 * (100vw - 393px) / 887 + 10px, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

.unique-offer-item-img {
  height: clamp(119px, 81 * (100vw - 393px) / 887 + 119px, 200px);
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 8px;
}

.unique-offer-product-name {
  height: 63px;
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 21px */
  margin-bottom: 8px;
  -webkit-hyphens: auto;
  hyphens: auto; /* включает автоматические переносы */
  word-break: break-word; /* переносит длинные слова */
  overflow-wrap: break-word;
}
@media screen and (min-width: 640px) {
  .unique-offer-product-name {
    line-height: 150%; /* 21px */
  }
}

.unique-offer-product-in-stock-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-right: auto;
  margin-bottom: 8px;
}

.unique-offer-product-in-stock-prg {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(10px, 4 * (100vw - 393px) / 887 + 10px, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

.catalogue-product-in-stock-prg {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(10px, 4 * (100vw - 393px) / 887 + 10px, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

.unique-offer-product-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.unique-offer-product-price {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(16px, 8 * (100vw - 393px) / 887 + 16px, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 28.6px */
}

.unique-offer-product-cart-button {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: inherit;
  border-radius: 12px;
  border: 1px solid var(--background);
  transition: all var(--time-function);
}
.unique-offer-product-cart-button:hover, .unique-offer-product-cart-button:focus {
  border-radius: 12px;
  background: var(--Background, #408271);
  box-shadow: 4px 6px 12px 0px rgba(29, 32, 31, 0.2);
}
.unique-offer-product-cart-button:hover .unique-offer-path, .unique-offer-product-cart-button:focus .unique-offer-path {
  fill: #fff;
}

.unique-offer-pagination {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: -65px;
  right: 0;
}

.unique-offer-swiper-button-prev {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  border-radius: 22.5px;
  border: 2px solid var(--background);
  box-shadow: 2.571px 4.5px 7.714px 0px rgba(0, 92, 111, 0.2);
  transition: background-color var(--time-function), border var(--time-function);
}
.unique-offer-swiper-button-prev:hover {
  background-color: var(--background);
}
.unique-offer-swiper-button-prev:hover .unique-offer-path {
  stroke: #fff;
}
.unique-offer-swiper-button-prev:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.unique-offer-swiper-button-next {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 22.5px;
  border: 2px solid var(--background);
  background-color: var(--background);
  box-shadow: 2.571px 4.5px 7.714px 0px rgba(29, 32, 31, 0.2);
  transition: background-color var(--time-function), border var(--time-function);
}
.unique-offer-swiper-button-next:hover {
  background-color: inherit;
}
.unique-offer-swiper-button-next:hover .unique-offer-path {
  stroke: var(--background);
}
.unique-offer-swiper-button-next:disabled {
  pointer-events: none;
  opacity: 0.5;
}
/*# sourceMappingURL=unique-offer.css.map */
