/*** Colors ***/
/*** Product card ***/
/* line 5, product-list.scss */
.product--item {
  display: block;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  z-index: 1; }
  /* line 15, product-list.scss */
  .product--item form {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; }
  /* line 22, product-list.scss */
  .product--item .percent {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #E5F871;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #111111;
    border-radius: 3px;
    z-index: 9; }
  /* line 36, product-list.scss */
  .product--item .image {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 80%; }
    /* line 43, product-list.scss */
    .product--item .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    /* line 52, product-list.scss */
    .product--item .image svg {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      max-width: 60%;
      max-height: 60%;
      fill: #111111; }
  /* line 63, product-list.scss */
  .product--item .info {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-between;
    flex: 1; }
  /* line 71, product-list.scss */
  .product--item .available {
    align-self: flex-start;
    padding: 2px 12px;
    background: #F4F2FA;
    color: #AE40F6;
    font-size: 10px;
    font-weight: 600;
    line-height: 130%;
    border-radius: 10px; }
  /* line 82, product-list.scss */
  .product--item .title {
    display: block;
    flex: 1;
    margin-top: 2px;
    color: #747481;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  /* line 93, product-list.scss */
  .product--item .price-wrap {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    white-space: nowrap; }
  /* line 100, product-list.scss */
  .product--item .price {
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    line-height: 130%; }
  /* line 107, product-list.scss */
  .product--item .price-old {
    color: #747481;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: line-through; }
  /* line 116, product-list.scss */
  .product--item .btn {
    flex: 1;
    align-self: flex-start;
    width: 100%; }
  /* line 122, product-list.scss */
  .product--item .quantity-wrap {
    flex: 1; }
  /* line 126, product-list.scss */
  .product--item .btn {
    white-space: nowrap; }

/* line 131, product-list.scss */
.product-list-wrap {
  flex: 1; }

/* line 135, product-list.scss */
.product-list {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  margin: -10px 0 0 -10px; }
  /* line 141, product-list.scss */
  .product-list.favorites-list, .product-list.search-result {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)); }
    /* line 145, product-list.scss */
    .product-list.favorites-list.active, .product-list.search-result.active {
      display: grid; }
    /* line 149, product-list.scss */
    .product-list.favorites-list .added-btn, .product-list.search-result .added-btn {
      flex: none; }
  /* line 154, product-list.scss */
  .product-list .product--item {
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
    margin: 10px 0 0 10px; }

/* line 162, product-list.scss */
.product-list-slider {
  overflow: hidden; }

/* line 166, product-list.scss */
.collection-link {
  font-size: 13px;
  font-weight: bold;
  color: #AEAEBD;
  text-transform: uppercase; }

/*** End Product card ***/
@media (max-width: 1601px) {
  /* line 178, product-list.scss */
  .product-list {
    grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr)); } }
@media (max-width: 1441px) {
  /* line 187, product-list.scss */
  .product--item .btn {
    min-height: 40px;
    padding: 5px 15px;
    font-size: 16px; }

  /* line 194, product-list.scss */
  .product-list {
    grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr)); } }
@media (max-width: 1281px) {
  /* line 203, product-list.scss */
  .product-list-similar-wrap .swiper-button-prev {
    left: -20px; }
  /* line 207, product-list.scss */
  .product-list-similar-wrap .swiper-button-next {
    right: -20px; } }
@media (max-width: 961px) {
  /* line 217, product-list.scss */
  .product-list.favorites-list, .product-list.search-result {
    grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr)); } }
@media (max-width: 601px) {
  /* line 230, product-list.scss */
  .product-list {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); }

  /* line 236, product-list.scss */
  .product-list-slider .swiper-slide {
    width: 243px; } }
@media (max-width: 561px) {
  /* line 246, product-list.scss */
  .product-list.favorites-list, .product-list.search-result {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }

  /* line 252, product-list.scss */
  .product-list-similar-wrap {
    margin-top: 28px;
    padding: 35px 15px 0; }
    /* line 256, product-list.scss */
    .product-list-similar-wrap .swiper-button-prev,
    .product-list-similar-wrap .swiper-button-next {
      display: none; }

  /* line 262, product-list.scss */
  .product-list-similar {
    margin-top: 45px;
    padding-bottom: 100px; } }
@media (max-width: 426px) {
  /* line 270, product-list.scss */
  .product-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); } }
