﻿@media all {
  section.section {
    background: #F9F8F8 !important;
  }
  .section.categories-list {
    padding-top: 0vw;
  }
  .section.categories-list .h1 {
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 2.13542vw;
  }
  .section.categories-list .product__list {
    padding-top: 1.875vw;
  }
  .section.categories-list .product__link {
    margin-right: 1.04167vw;
  }
  .section.categories-list .product__link:nth-child(3n+3) {
    margin-right: 0vw;
  }
}

@media (max-width: 480px) {
  .container__sortby {
    display: none;
  }
  .right-block__content {
    width: 100vw;
    position: relative;
    /* left: -20vw/$a + vw; */
  }
  .product__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__list .product__item {
    width: 89.33333vw;
    height: 110.4vw;
    padding: 6.66667vw 7.73333vw 8vw 8vw;
  }
  .product__list .product__item .product-item__img {
    width: 73.6vw;
    height: 57.33333vw;
  }
  .product__list .product__item .product-item__title {
    font-size: 4.26667vw;
    line-height: 140%;
    margin-top: 5.33333vw;
  }
  .product__list .product__item .product-item__price.on-sale {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product__list .product__item .product-item__price.on-sale .sale-price {
    font-size: 6.66667vw;
    line-height: 7.73333vw;
    border: 0.8vw solid #003B86;
    margin-top: 5.33333vw;
  }
  .product__list .product__item .product-item__price.on-sale .regular-price {
    font-size: 6.66667vw;
    line-height: 7.73333vw;
    margin-top: 5.33333vw;
  }
  .product__list .product__item .product-item__price .sale-price {
    font-size: 6.66667vw;
    line-height: 7.73333vw;
    border: 0.8vw solid #003B86;
    margin-top: 5.33333vw;
  }
  .product__list .product__item .product-item__price .regular-price {
    font-size: 6.66667vw;
    line-height: 7.73333vw;
    margin-top: 5.33333vw;
  }
}

