.banner__large_button {
  position: absolute;
  bottom: 10px;
  z-index: 4;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  color: var(--color-green);
  background: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  transition: all 200ms;
}.banner__large {
  position: relative;
  width: 100%;
  max-height: 700px;
  aspect-ratio: 1450 / 600;
}.banner__large:hover .banner__large_button {
  transform: scale(1);
  opacity: 1;
}.banner__large_button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40%;
  height: 40%;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  transform: translate(-40%, -50%) rotate(135deg);
  content: " ";
}.banner__large_button.next {
  right: 0;
}.banner__large_button.next::after {
  transform: translate(-60%, -50%) rotate(-45deg);
}.banner__large_item {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  aspect-ratio: 1206 / 499;
}.banner__large_item .banner__large_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.1, 1);
  aspect-ratio: 1206 / 499;
}.banner__large_item:hover .banner__large_img {
  transform: scale(1.05);
}.banner__large_wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}.banner__small {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding: 0 2px;
}.banner__small_wrapper {
  width: 100%;
}.banner__small_img_container {
  width: 50%;
  max-width: 400px;
  overflow: hidden;
  border: 2px solid var(--color-border);
  border-radius: 8px;
  aspect-ratio: 400 / 500;
}.banner__small_img_container .banner__small_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.1, 1);
}.banner__small_img_container:hover .banner__small_img {
  transform: scale(1.05);
}.slider_buttons {
  z-index: 1;
  display: flex;
  gap: 10px;
  margin-left: auto;
}.slider__button-small {
  position: relative;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(to right, #0eae57 0%, #0c7475 41%, #0eae57 120%);
  background-size: 200% auto;
  cursor: pointer;
}.slider__button-small[disabled] {
  opacity: 0.5;
}.slider__button-small:hover {
  transform: scale(1.1);
}.slider__button-small::before {
  transform: translateY(5px) rotate(45deg);
}.slider__button-small::after,
.slider__button-small::before {
  position: absolute;
  left: 7px;
  width: 15px;
  height: 2px;
  background: var(--color-white);
  content: "";
}.slider__button-small::after {
  transform: translateY(-5px) rotate(-45deg);
}.slider__button-small.next {
  right: 0;
}.slider__button-small.next::before {
  transform: translateY(5px) rotate(-45deg);
}.slider__button-small.next::after,
.slider__button-small.next::before {
  position: absolute;
  right: 7px;
  left: auto;
  width: 15px;
  height: 2px;
  background: var(--color-white);
  content: "";
}.slider__button-small.next::after {
  transform: translateY(-5px) rotate(45deg);
}.banner__small .slider_buttons {
  padding-right: 20px;
}.slider_pagination_container {
  position: absolute;
  bottom: 18px;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  transform: translateX(-50%);
}.slider_pagination__big {
  display: flex;
  align-items: center;
  padding: 5px 3px;
  background: var(--color-white);
  border-radius: 10px;
}.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--color-green);
  border-radius: 5px;
  opacity: 0.5;
  transition: all 100ms ease-in;
}.swiper-pagination-bullet-active {
  width: 40px;
  height: 6px;
  opacity: 1;
}.rooms_list__room {
  min-height: 380px;
}.uslada_container {
  position: relative;
  min-height: 380px;
}.products_list {
  position: relative;
  min-height: 380px;
}
/* TEST */

.shop__slider_item {
  position: relative;
  order: 1;
  min-width: 100%;
  max-height: 500px;
}

@media screen and (min-width: 1350px) {
    .shop__slider_item {
        max-height: 750px;
    }
}

.shop__slider_item img {
    width: 100%;
    height: 100%;
  object-fit: contain;
  transition: all 200ms;
}

.slider-item {
  z-index: 2;
  flex: 1;
  transform: translateX(var(--transform));
  transition: transform 200ms;
  will-change: transform;
}

.button-group {
    display: inline-flex;
    gap: 8px;
    font-family: sans-serif;
  }

  .toggle-btn {
    position: absolute;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 2px solid var(--color-green);
    background-color: var(--color-green);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    z-index: 2;
    transition: all 0.2s ease;
  }

  .toggle-btn:hover {
    opacity: 0.9;
  }

  /* "Погашенное" состояние — неактивная кнопка */
  .toggle-btn.inactive {
    background-color: #e5e7eb;
    color: #9ca3af;
    border-color: #d1d5db;
  }
.si-wrapper {
  --si-gap: 16px;
  --si-products-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--si-gap);
  box-sizing: border-box;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 0 50px;
}

.si-image {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.si-image > img,
.si-image > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
/*  border-radius: 8px;*/
}

.si-products {
  flex: 0 0 var(--si-products-width);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--si-gap);
  align-content: start;
  height: 100%;
  overflow: auto;
}

@media screen and (min-width: 1350px) {
    .si-products {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.si-product {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.si-product__image {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  background: #f3f3f3;
/*  border-radius: 8px;*/
  overflow: hidden;
  margin-bottom: 10px;
}

.si-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.si-product__price {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.si-product__price-old {
  font-size: 13px;
  font-weight: 400;
  color: #9a9a9a;
  text-decoration: line-through;
}

.si-product__title {
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 0.02em;
}

.pd-container {
  position: relative;
}

.pd-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #0eae57;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.pd-dot:hover {
  animation: pd-pulse 1.8s infinite;
}

@keyframes pd-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(14, 174, 87, 0.6); }
  70%  { box-shadow: 0 0 0 12px rgba(14, 174, 87, 0); }
  100% { box-shadow: 0 0 0 0 rgba(14, 174, 87, 0); }
}

.pd-tooltip {
  position: fixed;
  width: 200px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 12px 14px;
  font-family: -apple-system, system-ui, sans-serif;
  font-size: 14px;
  color: #222;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 1000;
}

.pd-tooltip::before {
  content: '';
  position: absolute;
  top: -6px;
  left: var(--pd-tooltip-arrow-left, 50%);
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
}

.pd-tooltip.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pd-tooltip.is-above::before {
  top: auto;
  bottom: -6px;
}

.pd-name {
  font-weight: 600;
  margin-bottom: 6px;
}

.pd-prices {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.pd-price {
  font-weight: 700;
  font-size: 14px;
}

.pd-old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 10px;
}

.pd-discount {
  background: #f13a3a;
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 12px;
}

.pd-buy {
  width: 100%;
  padding: 8px 12px;
  background: #0eae57;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: background 0.15s;
}

.pd-buy:hover:not(:disabled) {
  background: #0c9249;
}

.pd-buy-added {
  background: #999 !important;
  cursor: default;
}

.pd-loading {
  color: #999;
}
.buy_set-button {
    display: flex;
    justify-content: center;
      padding: 8px 18px;
      border: 2px solid transparent;
      border-radius: 8px;
      background:
        linear-gradient(#f1f1f1, #f1f1f1) padding-box,
        linear-gradient(
          to right,
          #0eae57 0%,
          #0c7475 41%,
          #0eae57 120%
        ) border-box;
      color: #0eae57;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition:
        color 0.3s ease,
        background-position 0.4s ease,
        transform 0.12s ease,
        box-shadow 0.2s ease;
    }

.buy_set-button:hover:not(:disabled):not(.loading) {
      color: #fff;

      background:
        linear-gradient(
          to right,
          #0eae57 0%,
          #0c7475 41%,
          #0eae57 120%
        ) padding-box,
        linear-gradient(
          to right,
          #0eae57 0%,
          #0c7475 41%,
          #0eae57 120%
        ) border-box;

      background-size: 200% auto;
      background-position: right center;

      box-shadow: 0 4px 14px rgba(12, 116, 117, 0.25);
    }

.buy_set-button:active:not(:disabled):not(.loading) {
      transform: scale(0.96);
    }

.buy_set-button:disabled {
      opacity: 0.45;
      cursor: not-allowed;
      color: #7b7b7b;

      background:
        linear-gradient(#f3f3f3, #f3f3f3) padding-box,
        linear-gradient(to right, #bdbdbd, #cfcfcf) border-box;
    }

.buy_set-button.loading {
      color: transparent;
      pointer-events: none;
    }

.buy_set-button.loading::after {
      content: "";

      position: absolute;
      width: 16px;
      height: 16px;

      border: 2px solid rgba(14, 174, 87, 0.25);
      border-top-color: #0c7475;
      border-radius: 50%;

      animation: spin 0.7s linear infinite;
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }
.slider_dots_container {
    background: var(--color-grey);
    border: 2px solid var(--color-border);
    border-radius: 10px;
    padding: 50px 0px;
}
