/** Shopify CDN: Minification failed

Line 31:9 Expected identifier but found whitespace
Line 31:10 Unexpected "24px"

**/
@keyframes CarouselSliderUpper {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes CarouselSliderLower {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }




/* .sca-qv-button {
  display: inline-block;
  width: 24px; /* Adjust this according to your image size */
  height: 24px; /* Adjust this according to your image size */
  background-image: url('/cdn/shop/files/Group.png?v=1725275566');
  background-size: cover; /* Ensure the image covers the entire area */
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px; /* Hide any text inside the <a> tag */
} */

#shopify-buyer-consent {
    visibility: hidden; /* Hides the element but keeps its space occupied */
    /* Or you can use display: none; to remove it from the document flow */
    display: none; 
}



/*Обнуление*/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

.wrapper {
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .wrapper {
    padding: 50px 10px;
  }
}

.slick-slider {
  min-width: 0;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.recommendations__slider {
  position: relative;
  padding: 0px 60px;
}

@media (max-width: 767px) {
  .recommendations__slider {
    padding: 0px 40px;
  }
}

.recommendations__slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.recommendations__slider .slick-arrow.slick-prev {
  left: 0;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0
    0 / 100% no-repeat;
}
.recommendations__slider .slick-arrow.slick-next {
  right: 0;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;
}
.recommendations__slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slider__item {
  padding: 0px 15px;
}
.slider__item img {
  max-width: 100%;
}


.featured-collection-wrap.homeCollections ul li .card-wrapper .card--media .card__inner .priceContent .price__regular {position: relative;display: flex;align-items: center;justify-content: center;padding-left: 8px;font-size: 16px;color: #fff;}
.featured-collection-wrap.homeCollections ul li .card-wrapper .card--media .card__inner .priceContent .price__regular:after {content: "";position: absolute;background-image: url(/cdn/shop/files/tag-bg.png?v=1724741409);width: 130px;height: 90px;background-size: contain;background-repeat: no-repeat;background-position: left;left: 0;z-index: -1;}
.featured-collection-wrap .priceContent {position: absolute;bottom: 39%;z-index: 2;left: 21px;}

/* .featured-collection-wrap
.homeCollections ul li 
.card-wrapper 
.card--media 
.card__inner 
.priceContent 
.price-item:after 
 {    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/tag-bg.png?v=1724741409);
    width: 130px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: 0;
    z-index: -1;
} */
