.product-slider__thumbs .slider__image {
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-slider__thumbs .slider__image img {
  max-height: 50px;
}

.product-slider__thumbs {
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .product-slider__thumbs {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .product-slider__thumbs {
    height: 340px;
  }
}

.product-slider__thumbs .swiper-slide-thumb-active {
  border: 2px solid var(--base-blue);
  border-radius: 8px;
}

.product-slider__thumbs .swiper-slide {
  width: 60px !important;
  height: 60px !important;
  margin-bottom: 10px;
}

.product-slider__images {
  height: 360px !important;
}

.product-slider__images .slider__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 320px !important;
  max-width: 350px !important;
}

.product-slider__images .slider__image img {
  /*max-height: 100%;*/
}

.product-slider__images .swiper-slide {
  display: flex;
  /* width: 500px !important; */
  height: 320px !important;
  justify-content: center;
  align-items: center;
}

.product-slider__images.mobile .swiper-slide img {
  /*width: 250px !important;*/
  /*height: 250px !important;*/
  object-fit: contain;
}

.product-slider__images.mobile {
  padding-bottom: 30px;
}

.product-slider__images .swiper-pagination {
  bottom: 12px !important;
}

.product-slider__images.mobile .swiper-pagination {
  bottom: 0;
}

.product-slider__images.mobile .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: #000 !important;
}

.reviews-slider__thumbs .slider__image {
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.reviews-slider__thumbs .slider__image img {
  max-height: 50px;
}

.reviews-slider__thumbs {
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.swiper-pagination-bullet-active {
  background-color: var(--base);
}

.reviews-slider__thumbs .swiper-slide-thumb-active {
  border: 2px solid var(--base-blue);
  border-radius: 8px;
}

.reviews-slider__thumbs .swiper-slide {
  width: 60px !important;
  height: 60px !important;
  margin-bottom: 10px;
}

.reviews-slider__images .slider__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* max-width: 350px; */
  width: 100%;
}

.detail-slider__thumbs .swiper-slide-thumb-active {
  border: 2px solid var(--base-blue);
  border-radius: 8px;
}

.detail-slider__thumbs .slider__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 350px;
}

@media (min-width: 320px) {
  .detail-slider__thumbs .slider__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
  }

  .detail-slider__thumbs {
    width: 100%;
  }

  .detail-slider__thumbs img {
    height: 50%;
    margin: 0;
  }

  .detail-slider__images {
    width: 100%;
    height: 85%;
  }
}

@media (min-width: 425px) {
  .detail-slider__thumbs {
    width: 100%;
    height: 20%;
  }

  .detail-slider__images {
    height: 80%;
  }
}

/* @media (min-width: 1280px) {
  .detail-slider__thumbs {
    width: auto !important;
    height: 100% !important;
  }
} */

@media (min-width: 1280px) {
  .detail-slider__images {
    width: 94%;
    height: 100%;
  }

  .detail-slider__thumbs {
    width: 5%;
    height: 100%;
    justify-content: start;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #0d0c1a !important;
  background: #ffffff !important;
  border-radius: 100% !important;
  width: 40px !important;
  height: 40px !important;
}

.product-tag {
  border-radius: 12px;
  border: 1px solid #e0e0e5;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 8px;
}

.product-tag.active {
  color: var(--base-blue);
  background: #fff;
  border-color: var(--base-blue);
}

.product-color {
  padding: 6px;
  border-radius: 100%;
}

.active.product-color {
  box-sizing: border-box;
  outline: 2px solid #0d0c1a;
}

.product-tag.unavailable {
  background: #efeeee;
  color: #a9a9b2;
  pointer-events: none;
}

.product-params__cell-decor span {
  padding-right: 12px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.product-characteristic__table th {
  text-align: left;
  color: #78777f;
}

.product-characteristic__cell-decor::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-bottom: 1px solid #f1f1f2;
}

.product-characteristic__cell-decor span {
  padding-right: 12px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.product-characteristic__cell-decor {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}

.product-characteristic__table {
  width: 100%;
}

.product-characteristic__table th {
  text-align: left;
  vertical-align: top;
  padding: 4px 0;
}

.product-characteristic__table td a {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 4px 0;
  color: var(--base-blue);
}

.product-characteristic__table td a {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 4px 0;
  color: var(--base-blue);
}

.product-characteristic__cell-decor {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}

.border-top1 {
  border-top: 1px solid #e2e2ec;
  border-radius: 4px;
}

.limiter {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.limiter .bottom {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgb(255 217 29 / 0%),
    rgb(255 255 255) 85%
  );
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}

[data-more-checker^='read-more'] {
  opacity: 0;
  position: absolute;
}

[data-more-checker^='read-more']:checked ~ .limiter {
  max-height: none;
}

[data-more-checker^='read-more']:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}

[data-more-checker^='read-more'] ~ .read-more-button:before {
  content: 'Развернуть';
}

[data-more-checker^='read-more']:checked ~ .read-more-button:before {
  content: 'Свернуть';
}

.read-more-button {
  cursor: pointer;
  color: var(--base-blue);
  font-weight: 600;
  font-size: 14px;
  top: 10px;
}

.complain-shop-btn {
  visibility: hidden;
}

.complain-item:hover .complain-shop-btn {
  visibility: visible;
}

.detail-slider__thumbs .slider__image {
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.detail-prev {
  position: relative;
  top: 0%;
  bottom: 0%;
  background-image: url('/images/icons/BtnPrev.svg') !important;
  background: var(--black);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  left: 16px !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.detail-next {
  position: relative;
  background-image: url('/images/icons/BtnNext.svg') !important;
  background: var(--black);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  right: 16px !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

@media (max-width: 425px) {
  .detail-prev,
  .detail-next {
    width: 8vw !important;
    height: 3.4vh !important;
  }

  .detail-prev {
    left: 10px;
  }

  .detail-next {
    right: 10px;
  }
}

.product-tab {
  margin: 0 12px;
}

.product-tab:first-child {
  margin: 0 12px 0 0;
}

.active.product-tab {
  background-color: #0d0c1a;
  color: #fff;
  padding: 5px 12px 7px;
  border-radius: 1000px;
}
.description-text {
  overflow: hidden;
  position: relative;
}

.description-text-product.hide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, white 95%);
}

.description-text-product p {
  padding-bottom: 24px;
}

.description-text-product h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 12px;
}

.description-text-product ul {
  padding-bottom: 24px;
}

.description-text.hide {
  max-height: 287px;
}

/* .description-text.hide:after {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 0%)
} */

.description-table {
  overflow: hidden;
  position: relative;
}

.description-table > div:nth-child(odd) {
  background-color: #fafafa;
}

.description-table.hide {
  height: 300px;
}

.description-table.hide:after {
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 0%);
}

.product-arrow-prev,
.product-arrow-next {
  box-shadow: 0px 4px 26px rgba(13, 12, 26, 0.1);
}

.buy-bottom {
  box-shadow: 0px 4px 100px 0px rgba(13, 12, 26, 0.2);
}
