﻿@media all {
  section.section {
    background: #F9F9F9 !important;
  }
}

@media (max-width: 480px) {
  .container__sortby {
    display: none;
  }
  .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;
  }
}
