@media (max-width: 768px) and (min-width: 320px) {
  body header .header-top {
    grid-template-columns: repeat(2, 1fr) repeat(3, 0);
    grid-template-rows: repeat(5, 1fr);
  }
  body header .header-top .city {
    grid-area: 1/2/2/3;
  }
  body header .header-top .search input {
    padding-bottom: 4px;
  }
  body header .header-top .search input::placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #A5A5A5;
    line-height: 1.3333333333;
    width: 225px;
  }
  body main {
    padding: 20px 0 50px 0;
  }
  body main .wrap {
    gap: 20px;
  }
  body main .wrap .slider-header .header-slider .swiper-wrapper .slide .info-slide {
    align-items: flex-start;
    gap: 10px;
    padding-left: 10px;
    text-align: start;
  }
  body main .all-products .all-card {
    flex-direction: column;
    gap: 30px;
  }
  body main .all-products .all-card .info .price .old-price {
    align-items: flex-start;
    flex-direction: column;
  }
  body main .all-products .all-card .info .price .old-price span:first-child {
    line-height: 1.1428571429;
  }
  body main .all-products .all-card .info .price .old-price span:last-child {
    line-height: 1.1666666667;
  }
  body main .hits {
    gap: 20px;
  }
  body main .hits .hits-slider .swiper-wrapper .product-card .info .price .old-price {
    align-items: flex-start;
    flex-direction: column;
  }
  body main .popular {
    gap: 20px;
  }
  body main .popular .popular-slider .swiper-wrapper .popular-card .info .stock,
  body main .popular .popular-slider .swiper-wrapper .swiper-slide.popular-card .info .stock {
    justify-content: unset;
    gap: 10px;
  }
  body main .brands {
    gap: 20px;
  }
  body main .brands .img-brands {
    gap: 0;
  }
  body main .brands .img-brands img {
    max-width: clamp(113px, 23vw, 171px) !important;
    padding: 20px !important;
  }
  body main .articles {
    gap: 20px;
  }
  body main .articles .row .article-card-slider .article-wrap .article-card .info .blue {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.1428571429;
  }
  body main .articles .row .article-card-slider .article-wrap .article-card .info p {
    font-size: clamp(12px, 2vw, 14px);
    line-height: 1.3333333333;
  }
  body main .discount-banner .discount-banner-wrap {
    background: linear-gradient(90deg, rgb(57, 55, 115), rgba(0, 0, 0, 0)), url(/sites/site1/assets/images/roof-tile.png) center/cover;
    background-repeat: no-repeat;
    background-size: auto, 1000px;
    height: 236px;
    padding: 20px 10px;
  }
  body main .discount-banner .discount-banner-wrap .text-content h3 {
    font-size: clamp(12px, 2vw, 16px) !important;
  }
  body main .discount-banner .discount-banner-wrap .btn.red {
    max-width: 100%;
  }
  body footer .wrapper .nav {
    gap: 20px;
  }
  body footer .wrapper .nav .help .row {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  footer .wrapper,
  body footer .wrapper .nav {
    flex-direction: column;
  }
}/*# sourceMappingURL=media-360.css.map */