.content-page .slider-on-main {
  width: auto;
  height: auto;
  margin: 0 -16px;
  padding: 0 0 24px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) {
  .content-page .slider-on-main {
    margin: 0;
    padding: 15px 0 42px 0;
  }
}
.content-page .slider-on-main .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 30px;
  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;
  left: 25px;
  z-index: 10;
}
.content-page .slider-on-main .slick-prev:before {
  content: url(/templates/kss_template/images/prev.svg);
  opacity: 1;
}
.content-page .slider-on-main .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 30px;
  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;
  right: 25px;
  z-index: 10;
}
.content-page .slider-on-main .slick-next:before {
  content: url(/templates/kss_template/images/next.svg);
  opacity: 1;
}
.content-page .slider-on-main .slick-prev.slick-disabled:before, .content-page .slider-on-main .slick-next.slick-disabled:before {
  opacity: 0;
}
.content-page .slider-on-main .slick-prev.slick-disabled:after, .content-page .slider-on-main .slick-next.slick-disabled:after {
  opacity: 0;
}
.content-page .slider-on-main .slide-wrap {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .content-page .slider-on-main .slide-wrap {
    height: 480px;
  }
}
.content-page .slider-on-main .slide-wrap a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  justify-items: center;
  overflow: hidden;
  text-decoration: none;
}
.content-page .slider-on-main .slide-wrap a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .content-page .slider-on-main .slide-wrap a img {
    width: auto;
    height: 480px;
    border-radius: 12px;
  }
}
.content-page .slider-on-main .slick-slider .slick-dots {
  bottom: 47px;
  margin: 0;
}
.content-page .slider-on-main .slick-slider .slick-dots li button:before {
  line-height: 19px;
  font-size: 6px;
  color: white;
  opacity: 0.4;
}
.content-page .slider-on-main .slick-slider .slick-dots li.slick-active button:before {
  line-height: 19px;
  font-size: 10px;
  color: white;
  opacity: 1;
}

.main-category {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .main-category {
    margin-bottom: 60px;
  }
}
.main-category .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .main-category .title {
    margin-bottom: 24px;
  }
}
.main-category .category-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 560px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .main-category .category-wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
.main-category .category-wrap .category-item {
  text-align: center;
  padding: 20px 12px;
  text-decoration: none;
  border-radius: 18px;
}
.main-category .category-wrap .category-item .category-pic {
  height: 118px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-category .category-wrap .category-item .category-pic img {
  max-width: 100%;
  max-height: 118px;
}
.main-category .category-wrap .category-item .category-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  padding-top: 11px;
  line-height: 16px;
}
@media screen and (min-width: 1024px) {
  .main-category .category-wrap .category-item .category-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
  }
}
.main-category .view-all-products {
  padding: 0;
  padding-top: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-category .view-all-products a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
}
.main-category .view-all-products span {
  display: block;
  width: 16px;
  height: 16px;
}

.banners-list .banners-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 768px) {
  .banners-list .banners-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.banners-list .banners-wrap .banner-item .kss-picture {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .banners-list .banners-wrap .banner-item .kss-picture {
    max-width: 562px;
    max-height: 162px;
  }
}

.brand-block {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .brand-block {
    margin-bottom: 60px;
  }
}
.brand-block .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) {
  .brand-block .title {
    margin-bottom: 32px;
  }
}
.brand-block .brand-pic {
  width: 100%;
  height: 100px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-block .brand-pic picture {
  width: 100%;
  height: auto;
}
.brand-block .brand-pic img {
  max-width: 100%;
  width: auto;
  max-height: 50px;
  height: auto;
}
.brand-block .view-all-products {
  padding: 0;
  padding-top: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-block .view-all-products a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
}
.brand-block .view-all-products span {
  display: block;
  width: 16px;
  height: 16px;
}

.random-block {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .random-block {
    margin-bottom: 60px;
  }
}
.random-block .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) {
  .random-block .title {
    margin-bottom: 32px;
  }
}
.random-block .slick-list {
  margin: 0 -3px !important;
}
@media only screen and (min-width: 768px) {
  .random-block .slick-list {
    margin: 0 -8px !important;
  }
}
.random-block .slick-list .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .random-block .slick-list .slide-box {
    padding: 0 8px;
  }
}
.random-block .product-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding-bottom: 0px;
}
.random-block .product-box .country-flag {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
}
.random-block .product-box .country-flag .kss-picture {
  width: 20px;
  height: 20px;
}
.random-block .product-box .hot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 8px;
}
.random-block .product-box .new {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.random-block .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;
}
.random-block .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%;
}
.random-block .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%;
}
.random-block .product-box a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.random-block .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
  border-radius: 4px;
}
.random-block .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;
}
.random-block .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;
}
.random-block .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;
}
.random-block .product-box a .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.random-block .product-box a .price-block {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
}
.random-block .product-box a .price-block .price {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 20px;
}
.random-block .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;
}
.random-block .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;
}
.random-block .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;
}
.random-block .product-box a .price-block span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.random-block .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) {
  .random-block .product-box a .price-block .action {
    position: static;
  }
}
.random-block .product-box:hover a .product-img img {
  opacity: 0.65;
}
.random-block .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.random-block .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: calc(100% - 48px);
  max-width: 108px;
}
@media only screen and (min-width: 768px) {
  .random-block .product-box .put-in-basket .product-buy {
    width: 100%;
  }
}
.random-block .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 4px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.random-block .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;
}
.random-block .view-all-products {
  padding: 0;
  padding-top: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.random-block .view-all-products a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
}
.random-block .view-all-products span {
  display: block;
  width: 16px;
  height: 16px;
}

.content-text {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 26px;
}
.content-text h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 40px 0 30px 0;
}
.content-text h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 30px 0;
}
.content-text blockquote {
  margin: 20px 0;
  padding-left: 14px;
  border-left-width: 2px;
  border-left-style: solid;
}
.content-text p {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 26px;
}
.content-text ol, .content-text ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.content-text ol li:not(:last-child), .content-text ul li:not(:last-child) {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .content-text ol li:not(:last-child), .content-text ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}
.content-text table {
  margin-bottom: 10px;
  width: 100% !important;
}
.content-text table tr th, .content-text table tr td {
  padding: 5px;
}

.viewed {
  padding: 30px 0 80px 0;
  position: relative;
  bottom: -30px;
}
@media screen and (min-width: 1024px) {
  .viewed {
    bottom: -60px;
  }
}
.viewed .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 45px;
}
.viewed .content {
  margin-top: 45px;
  margin-right: -10px;
}
.viewed .slide-box {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .viewed .slide-box {
    padding: 0 8px;
  }
}
.viewed .product-box {
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.viewed .product-box .favorit {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.viewed .product-box a {
  text-decoration: none;
}
.viewed .product-box a .product-img {
  overflow: hidden;
  padding: 50%;
  position: relative;
}
.viewed .product-box a .product-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .product-img img {
    width: auto;
    max-width: 100%;
  }
}
.viewed .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;
}
.viewed .product-box a .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .name {
    padding: 0 15px;
  }
}
.viewed .product-box a .name .name-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.viewed .product-box a .in-basket {
  font-size: 12px;
  padding: 0 10px;
}
@media only screen and (min-width: 560px) {
  .viewed .product-box a .in-basket {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .in-basket {
    padding: 0 15px;
  }
}
.viewed .product-box a .price {
  margin-top: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .viewed .product-box a .price {
    padding: 0 15px;
  }
}
.viewed .product-box a .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.viewed .product-box a .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}
.viewed .product-box a .price .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}
.viewed .product-box .put-in-basket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.viewed .product-box .put-in-basket .product-buy {
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
}
.viewed .product-box .put-in-basket .product-buy .buy-button {
  border-radius: 5px;
  width: auto;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewed .product-box .put-in-basket .product-buy .buy-button .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.viewed .product-box .put-in-basket .product-buy .buy-button .text {
  font-size: 14px;
}

/*# sourceMappingURL=kss-main-page.css.map */
