@charset "UTF-8";
.kss-select {
  position: relative;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 8px 36px 8px 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.kss-select .select-arrow {
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  cursor: pointer;
}
.kss-select .kss-select-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.kss-select .kss-select-value .size-label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.kss-select .kss-select-value .size-value {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  padding: 0 26px 0 0;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.kss-select .kss-select-options {
  width: 240px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 20px;
  z-index: 10000;
}
.kss-select .kss-select-options .options-wrap .option {
  padding: 10px 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.kss-select .kss-select-options .options-wrap .option.no-active {
  cursor: default;
}

.cat-back {
  display: block;
}
@media screen and (min-width: 1024px) {
  .cat-back {
    display: none;
  }
}
.cat-back .wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 0;
}

.line {
  display: none;
}
@media screen and (min-width: 1024px) {
  .line {
    display: block;
  }
}

.round-arrow-product.slick-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: -46px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.round-arrow-product.slick-slider .slick-prev:before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
}
.round-arrow-product.slick-slider .slick-prev.slick-disabled:before, .round-arrow-product.slick-slider .slick-next.slick-disabled:before {
  opacity: 0;
}
.round-arrow-product.slick-slider .slick-prev.slick-disabled:after, .round-arrow-product.slick-slider .slick-next.slick-disabled:after {
  opacity: 0;
}
.round-arrow-product.slick-slider .slick-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: no-repeat 50% 50% url(/templates/kss_template/images/icon/arrow-next.svg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.round-arrow-product.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: -46px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.round-arrow-product.slick-slider .slick-next:before {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border-radius: 5px;
}
.round-arrow-product.slick-slider .slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: no-repeat 50% 50% url(/templates/kss_template/images/icon/arrow-next.svg);
}

.slick-slider .slick-dots {
  bottom: -30px;
  margin: 0;
}
.slick-slider .slick-dots li button:before {
  line-height: 19px;
  font-size: 6px;
  color: white;
  opacity: 0.4;
}
.slick-slider .slick-dots li.slick-active button:before {
  line-height: 19px;
  font-size: 10px;
  color: white;
  opacity: 1;
}

.content-page {
  /* Стили для изображения внутри wrapper */
  /* Для мобильных устройств отключаем эффект */
}
.content-page .title-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
.content-page .title-wrap.mobile {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .content-page .title-wrap.mobile {
    display: none;
  }
}
.content-page .title-wrap.mobile h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  padding-right: 44px;
  margin: 0;
}
.content-page .title-wrap.mobile img {
  height: auto;
  max-width: 80px;
}
.content-page .title-wrap.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .content-page .title-wrap.desktop {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }
}
.content-page .title-wrap.desktop .left-part {
  position: relative;
  width: calc(100% - 160px);
}
.content-page .title-wrap.desktop .right-part {
  width: 150px;
}
.content-page .title-wrap.desktop .product-brand {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}
.content-page .title-wrap.desktop h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  padding-right: 44px;
  margin: 0;
}
.content-page .title-wrap.desktop .brand-logo {
  text-align: right;
}
.content-page .title-wrap.desktop .brand-logo img {
  max-height: 60px;
  height: auto;
  max-width: 100%;
  width: auto;
}
.content-page .after-title-block {
  margin-bottom: 38px;
}
.content-page .after-title-block.mobile {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .content-page .after-title-block.mobile {
    display: none;
  }
}
.content-page .after-title-block.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .content-page .after-title-block.desktop {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.content-page .favorite-block .favorit {
  width: 107px;
  cursor: pointer;
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}
.content-page .favorite-block .favorit svg {
  width: 18px;
  height: 18px;
}
.content-page .share-block .share-link {
  cursor: pointer;
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}
.content-page .share-block .share-link svg {
  width: 16px;
  height: 16px;
}
.content-page .product-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  height: auto;
  padding-top: 20px;
  margin-bottom: 30px;
}
.content-page .product-wrap .product-photo {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-photo {
    width: 45%;
    margin-bottom: 0;
    height: 682px;
  }
}
.content-page .product-wrap .product-photo .right-short {
  display: none;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-photo .right-short {
    width: calc(100% - 88px);
    margin: 0 auto;
    margin-top: 10px;
    display: block;
  }
}
.content-page .product-wrap .product-photo .right-short .slick-slider {
  height: 100%;
}
.content-page .product-wrap .product-photo .right-short .slick-slider .slick-list {
  height: 100%;
}
.content-page .product-wrap .product-photo .right-short .slide-box {
  width: 35px;
  height: 39px;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .right-short .slide-box {
    width: 70px;
    height: 78px;
  }
}
.content-page .product-wrap .product-photo .right-short .slide-box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.content-page .product-wrap .product-photo .right-short .slick-current .slide-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 39px;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .right-short .slick-current .slide-box:after {
    width: 70px;
    height: 78px;
  }
}
.content-page .product-wrap .product-photo .left-short {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .left-short {
    border-radius: 4px;
    overflow: hidden;
  }
}
.content-page .product-wrap .product-photo .left-short .slick-track {
  display: flex !important;
  align-items: stretch;
}
.content-page .product-wrap .product-photo .left-short .slick-track .slick-slide {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .left-short .slick-track .slick-slide {
    width: 100%;
    height: 600px;
  }
}
.content-page .product-wrap .product-photo .left-short .slick-track .slick-slide div {
  /* Растягиваем контент на всю высоту */
  height: 100%;
}
.content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box {
    width: 100%;
    height: 600px;
  }
}
.content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box picture {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box picture {
    width: 100%;
    height: 600px;
  }
}
.content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box img {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box img {
    border-radius: 0px;
  }
}
.content-page .product-wrap .product-info {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-info {
    margin-top: 0;
    width: 50%;
  }
}
.content-page .product-wrap .product-info .product-offers {
  margin-bottom: 30px;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-pic {
  width: 35px;
  height: 35px;
  text-align: center;
  flex-shrink: 0;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-pic img {
  max-width: 35px;
  width: auto;
  max-height: 35px;
  height: auto;
  margin: 0 auto;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .wrap-n-p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  width: 150px;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-buy {
  margin-left: auto;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-buy .product-buy {
  cursor: pointer;
  width: 108px;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-buy .product-buy .buy-button {
  border-radius: 4px;
  padding: 0 5px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-buy .product-buy .buy-button svg {
    display: none;
  }
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-buy .product-buy .buy-button .text {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-buy .product-buy .buy-button .text {
    display: inline;
  }
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-price {
  width: 90px;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-price .price-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-price .price-line .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-price .price-line .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-right: 5px;
}
.content-page .product-wrap .product-info .product-offers .product-offer-row .product-offer-price .price-line .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.content-page .product-wrap .product-info .price-block {
  display: flex;
  gap: 10px;
  padding-bottom: 36px;
  width: 100%;
}
.content-page .product-wrap .product-info .price-block .price .price-line {
  display: flex;
  align-items: center;
}
.content-page .product-wrap .product-info .price-block .price .price-line .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}
.content-page .product-wrap .product-info .price-block .price .price-line .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  margin-right: 5px;
}
.content-page .product-wrap .product-info .price-block .price .price-line .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}
.content-page .product-wrap .product-info .price-block .action {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 8px;
  height: 36px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
}
.content-page .product-wrap .product-info .option-block {
  width: 100%;
  padding: 24px 0;
  border-top-style: solid;
  border-top-width: 1px;
  grid-gap: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 480px) {
  .content-page .product-wrap .product-info .option-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-page .product-wrap .product-info .option-block .option-color {
  width: auto;
  min-width: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.content-page .product-wrap .product-info .option-block .option-color .option-color-label {
  padding-bottom: 8px;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-page .product-wrap .product-info .option-block .option-color .option-color-icon {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.content-page .product-wrap .product-info .option-block .option-color .option-color-icon .option-color-icon-item {
  cursor: pointer;
}
.content-page .product-wrap .product-info .option-block .option-other {
  width: auto;
  min-width: 0;
}
.content-page .product-wrap .product-info .property-block {
  width: 100%;
  padding-bottom: 30px;
}
.content-page .product-wrap .product-info .property-block .property-title {
  font-size: 14px;
}
.content-page .product-wrap .product-info .property-block .property-title .value {
  font-size: 16px;
}
.content-page .product-wrap .product-info .property-block .property-table {
  padding-top: 10px;
  display: flex;
  gap: 5px;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-size {
  min-width: 40px;
  height: 30px;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-color {
  min-width: 32px;
  height: 32px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 1px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-color > div {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-set {
  min-width: 52px;
  height: 52px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.content-page .product-wrap .product-info .property-block .property-table .property-item-set img {
  width: 50px;
  height: 50px;
}
.content-page .product-wrap .product-info .property-block .property-dopinfo {
  padding: 20px 0 0 0;
}
.content-page .product-wrap .product-info .property-block .property-dopinfo .size-table {
  font-size: 14px;
  cursor: pointer;
}
.content-page .product-wrap .product-info .basket-delivery-block {
  width: 100%;
  border-radius: 6px;
  padding: 6px;
}
.content-page .product-wrap .product-info .basket-delivery-block .delivery-block {
  display: flex;
  padding: 16px 18px;
  gap: 16px;
}
.content-page .product-wrap .product-info .basket-delivery-block .delivery-block .delivery-info-label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.content-page .product-wrap .product-info .basket-delivery-block .delivery-block .delivery-info-value {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block {
  padding-top: 4px;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block .product-quantity {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  border-radius: 4px;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block .product-quantity .quantity_btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block .product-quantity .quantity_btn.quantity-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block .product-quantity .quantity_btn.quantity-plus {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block .product-quantity .product-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border: none;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block .product-quantity .quantity-kt {
  border: none;
  width: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block .product-buy {
  cursor: pointer;
  width: 100%;
}
.content-page .product-wrap .product-info .basket-delivery-block .basket-block .product-buy .buy-button {
  border-radius: 4px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content-page .product-wrap .product-info .specifications-mini-block {
  width: 100%;
  font-size: 14px;
  padding-bottom: 30px;
}
.content-page .product-wrap .product-info .specifications-mini-block .specifications-mini-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 10px;
}
.content-page .product-wrap .product-info .specifications-mini-block .specifications-item {
  padding-bottom: 5px;
}
.content-page .product-wrap .product-info .specifications-mini-block .specifications-item svg {
  margin-right: 5px;
}
.content-page .product-wrap .product-info .info-o-dostavke {
  width: 100%;
  font-size: 14px;
  width: fit-content;
}
.content-page .product-wrap .product-info .info-o-dostavke .city-string {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.content-page .product-wrap .product-info .info-o-dostavke .city-string .value {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-left: 5px;
}
.content-page .product-wrap .product-info .info-o-dostavke .city-string svg {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.content-page .product-wrap .product-info .info-o-dostavke .delivery-tip {
  display: flex;
  align-items: center;
}
.content-page .product-wrap .product-info .info-o-dostavke .delivery-tip .value {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-left: 5px;
}
.content-page .product-wrap .product-info .info-o-dostavke .delivery-tip svg {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
.content-page .product-tabs-block {
  margin-top: 40px;
}
.content-page .product-tabs-block .tabs-headers {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  scrollbar-width: none;
}
.content-page .product-tabs-block .tabs-headers .tab-header {
  padding: 16px 24px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.content-page .product-tabs-block .tabs-headers .tab-header.active:after {
  content: "";
  height: 3px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.content-page .product-tabs-block .tabs-content {
  padding-top: 32px;
}
.content-page .product-tabs-block .tabs-content .full-info {
  max-width: 640px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.content-page .product-tabs-block .tabs-content .specifications-block {
  padding: 20px 0;
}
.content-page .product-tabs-block .tabs-content .specifications-block .specification-row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  align-items: baseline;
  position: relative;
}
.content-page .product-tabs-block .tabs-content .specifications-block .specification-row .label {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .content-page .product-tabs-block .tabs-content .specifications-block .specification-row .label {
    font-size: 16px;
  }
}
.content-page .product-tabs-block .tabs-content .specifications-block .specification-row .dots {
  height: 1px;
  margin: 0 8px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  background: linear-gradient(90deg, #dcdcdc 33%, transparent 0) repeat-x bottom;
  background-size: 3px 1px;
}
.content-page .product-tabs-block .tabs-content .specifications-block .specification-row .value {
  font-size: 14px;
  max-width: 50%;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .content-page .product-tabs-block .tabs-content .specifications-block .specification-row .value {
    font-size: 16px;
    width: 50%;
    text-align: left;
  }
}
.content-page .magnifier-container {
  position: relative;
  width: 100%;
  height: 600px; /* или нужная вам высота */
  overflow: hidden;
  border-radius: 8px;
}
.content-page .image-wrapper {
  width: 100%;
  height: 100%;
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.content-page .image-wrapper picture,
.content-page .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-page .magnifier-lens {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 10;
  mix-blend-mode: difference;
}
@media (max-width: 767px) {
  .content-page .magnifier-container {
    cursor: default;
    overflow: visible;
    height: auto;
  }
  .content-page .magnifier-lens {
    display: none;
  }
  .content-page .image-wrapper {
    transform: scale(1) !important;
  }
}
.content-page .slide-box {
  position: relative;
  overflow: hidden;
}

.all-this-color {
  padding: 47px 0 0 0;
  margin-bottom: 30px;
}
.all-this-color .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 22px;
  padding-right: 116px;
}
@media screen and (min-width: 1024px) {
  .all-this-color .title {
    margin-bottom: 32px;
  }
}
.all-this-color .slick-list {
  margin: 0 -3px !important;
}
@media only screen and (min-width: 768px) {
  .all-this-color .slick-list {
    margin: 0 -8px !important;
  }
}
.all-this-color .slick-list .slick-track {
  display: flex !important;
}
.all-this-color .slick-list .slick-track .slick-slide {
  height: auto !important;
}
.all-this-color .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.all-this-color .slick-list .slick-track .slick-slide > div .slide-box {
  padding: 0 3px;
  display: block !important;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .all-this-color .slick-list .slick-track .slick-slide > div .slide-box {
    padding: 0 8px;
  }
}
.all-this-color .product-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding-bottom: 0px;
  height: 100%;
}
.all-this-color .product-box .country-flag {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 30;
}
.all-this-color .product-box .country-flag .kss-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-this-color .product-box .hot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 8px;
}
.all-this-color .product-box .new {
  display: block;
  width: 32px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 24px;
  z-index: 20;
}
.all-this-color .product-box .new .new-wrap {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.5px;
  display: block;
  text-align: center;
  width: auto;
  height: 12px;
}
.all-this-color .product-box .favorite-block {
  position: absolute;
  right: 8px;
  top: 8px;
}
.all-this-color .product-box .favorit {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.all-this-color .product-box a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.all-this-color .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
  border-radius: 4px;
}
.all-this-color .product-box a .product-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.all-this-color .product-box a .product-img .action {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.all-this-color .product-box a .brand {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 20px 0 0px 0;
}
.all-this-color .product-box a .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0 0 15px 0;
  /*                height: 73px;*/
  text-align: center;
}
.all-this-color .product-box a .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.all-this-color .product-box a .price-block {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
  justify-content: center;
}
.all-this-color .product-box a .price-block .price {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 20px;
}
.all-this-color .product-box a .price-block .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.all-this-color .product-box a .price-block .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
}
.all-this-color .product-box a .price-block .price .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.all-this-color .product-box a .price-block span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.all-this-color .product-box a .price-block .action {
  position: absolute;
  right: 0;
  bottom: 148px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 4px;
  height: 20px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 12px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .all-this-color .product-box a .price-block .action {
    position: static;
  }
}
.all-this-color .product-box:hover a .product-img img {
  opacity: 0.65;
}
.all-this-color .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.all-this-color .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: calc(100% - 48px);
  max-width: 108px;
}
@media only screen and (min-width: 768px) {
  .all-this-color .product-box .put-in-basket .product-buy {
    width: 100%;
  }
}
.all-this-color .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 4px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-this-color .product-box .put-in-basket .product-buy .buy-button .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

/*# sourceMappingURL=mm-catalog-object.css.map */
