.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;
}
@media screen and (min-width: 1200px) {
  .round-arrow-product.slick-slider .slick-prev {
    top: -24px;
    left: calc(50% - 22px);
  }
}
.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);
}
@media screen and (min-width: 1200px) {
  .round-arrow-product.slick-slider .slick-prev:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.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;
}
@media screen and (min-width: 1200px) {
  .round-arrow-product.slick-slider .slick-next {
    top: calc(100% + 22px);
    right: calc(50% - 22px);
  }
}
.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);
}
@media screen and (min-width: 1200px) {
  .round-arrow-product.slick-slider .slick-next:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.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 .title-wrap {
  position: relative;
  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 .favorit {
  position: absolute;
  top: 9px;
  right: 0;
  cursor: pointer;
}
.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: block;
    margin-bottom: 38px;
  }
}
.content-page .title-wrap.desktop h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  padding: 0;
  padding-right: 44px;
  margin: 0;
}
.content-page .title-wrap.desktop .favorit {
  position: absolute;
  top: 9px;
  right: 0;
  cursor: pointer;
}
.content-page .title-wrap.desktop img {
  max-height: 50px;
  height: auto;
  max-width: 100px;
  width: auto;
}
.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: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-page .product-wrap .product-photo {
    width: 45%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo {
    width: 650px;
    height: 420px;
    flex-direction: row;
    display: flex;
  }
}
.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;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .right-short {
    margin: auto 0;
    width: 90px;
    height: calc(100% - 92px);
  }
}
.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 {
    width: 560px;
    border-radius: 4px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .left-short .slick-track {
    left: 184.24px !important;
  }
}
.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: 375px;
    height: 420px;
  }
}
.content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box {
    width: 375px;
    height: 420px;
  }
}
.content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box picture {
  width: 100%;
  height: auto;
  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: 375px;
    height: 420px;
  }
}
.content-page .product-wrap .product-photo .left-short .slick-track .slick-slide .slide-box img {
  max-width: 100%;
  height: auto;
  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;
    max-height: 100%;
    width: auto;
  }
}
.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%;
  }
}
@media screen and (min-width: 1200px) {
  .content-page .product-wrap .product-info {
    width: 425px;
  }
}
.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;
}
.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 .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;
  max-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;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 .tabs-headers {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
}
.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: 15px;
  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 .all-this-color {
  padding: 47px 0 0 0;
  margin-bottom: 30px;
}
.content-page .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) {
  .content-page .all-this-color .title {
    margin-bottom: 32px;
  }
}
.content-page .all-this-color .slick-list {
  margin: 0 -3px !important;
}
@media only screen and (min-width: 768px) {
  .content-page .all-this-color .slick-list {
    margin: 0 -8px !important;
  }
}
.content-page .all-this-color .slick-list .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .content-page .all-this-color .slick-list .slide-box {
    padding: 0 8px;
  }
}
.content-page .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;
}
.content-page .all-this-color .product-box .country-flag {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
}
.content-page .all-this-color .product-box .country-flag .kss-picture {
  width: 20px;
  height: 20px;
}
.content-page .all-this-color .product-box .hot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 8px;
}
.content-page .all-this-color .product-box .new {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.content-page .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;
  transform: rotate(45deg);
  display: block;
  text-align: center;
  width: 50px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: -4px;
}
.content-page .all-this-color .product-box .favorit {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4969 16.9581C19.5972 15.9096 18.0969 15.6275 16.9696 16.5876C15.8423 17.5478 15.6836 19.153 16.5689 20.2886C17.3049 21.2327 19.5324 23.2239 20.2624 23.8684C20.3441 23.9405 20.385 23.9766 20.4326 23.9907C20.4742 24.0031 20.5197 24.0031 20.5612 23.9907C20.6089 23.9766 20.6497 23.9405 20.7314 23.8684C21.4614 23.2239 23.6889 21.2327 24.4249 20.2886C25.3102 19.153 25.1709 17.5377 24.0242 16.5876C22.8776 15.6376 21.3966 15.9096 20.4969 16.9581Z' fill='%23928CA9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.content-page .all-this-color .product-box .favorit.wishlist {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%23FF5C5C' fill-opacity='0.12'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7454 15.4371C19.3958 13.8644 17.1453 13.4413 15.4544 14.8815C13.7635 16.3216 13.5255 18.7296 14.8533 20.4329C15.9574 21.849 19.2986 24.8359 20.3937 25.8026C20.5162 25.9108 20.5774 25.9648 20.6489 25.9861C20.7113 26.0046 20.7795 26.0046 20.8419 25.9861C20.9133 25.9648 20.9746 25.9108 21.0971 25.8026C22.1922 24.8359 25.5334 21.849 26.6374 20.4329C27.9653 18.7296 27.7563 16.3065 26.0363 14.8815C24.3164 13.4564 22.0949 13.8644 20.7454 15.4371Z' fill='%23FF5C5C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.content-page .all-this-color .product-box a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.content-page .all-this-color .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
  border-radius: 4px;
}
.content-page .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;
}
.content-page .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;
}
.content-page .all-this-color .product-box a .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 20px 0 15px 0;
  height: 73px;
}
.content-page .all-this-color .product-box a .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-page .all-this-color .product-box a .price-block {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
}
.content-page .all-this-color .product-box a .price-block .price {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 20px;
}
.content-page .all-this-color .product-box a .price-block .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}
.content-page .all-this-color .product-box a .price-block .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  margin-right: 5px;
}
.content-page .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;
}
.content-page .all-this-color .product-box a .price-block span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-page .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) {
  .content-page .all-this-color .product-box a .price-block .action {
    position: static;
  }
}
.content-page .all-this-color .product-box:hover a .product-img img {
  opacity: 0.65;
}
.content-page .all-this-color .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.content-page .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) {
  .content-page .all-this-color .product-box .put-in-basket .product-buy {
    width: 100%;
  }
}
.content-page .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;
}
.content-page .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 */
