<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 639px) {
  .sorting-block__item.reset-wr {
    flex: 1 0 auto;
    margin: 0 0 5px;
    order: -5;
    text-align: right;
  }
  .sorting-block__item:not(.reset-wr) {
    margin: 0 3px;
  }
  .sorting-block__items {
    max-width: 180px;
  }
  .sorting-panel__add-wrap {
    width: auto;
    margin: 0 0 0 5px;
    flex: 1 0 auto;
    align-items: flex-end;
  }
  .sorting-block.sorting {
    margin-left: auto;
  }
  .sorting-block__item:first-child {
    margin-right: 0;
  }
  .sorting-panel .shop-view {
    display: block;
    width: auto;
    order: -1;
    margin: 0 auto 0 0;
    padding-bottom: 7px;
  }
  .shop-view .shop-view__body {
    width: auto;
  }
  .shop-view .shop-view__item {
    margin: 0 20px 0 0;
  }
  .shop-view .shop-view__item.simple {
    margin: 0;
  }
  .shop-view .shop-view__item svg {
    display: inline-block;
  }
  .shop-view .shop-view__item.active-view {
    display: inline-block;
  }
  .product-list.simple {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .product-list.simple .product-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .product-list.simple .product-item .gr-product-name {
    text-align: center;
  }
  .product-list.simple .product-item__bottom-right {
    text-align: center;
  }
  .product-list.simple .product-item__bottom-left {
    padding: 0;
  }
  .product-list.simple .product-additional {
    justify-content: center;
  }
  .product-list.simple .product-item .gr-product-name {
    font-size: 12px;
  }
  .product-list.simple .product-item .product-price .price-current span, .product-list.simple .product-item .product-price .price-current strong {
    font-size: 14px;
  }
  .product-list.simple .product-item .gr-favorite-btn-wrapper {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 3;
  }
  .sorting-panel .filter-popup-btn.filter_popup_btn {
    padding: 4px;
  }
  .sorting-panel .filter-popup-btn span {
    font-size: 0;
  }
  .sorting-panel .filter-popup-btn span i {
    margin: 0;
  }
  .sorting-panel__btn-wrap {
    margin: 0 5px 0 0;
  }
  .sorting-panel__body {
    align-items: flex-end;
  }
  .product-list.simple .product-item .gr-product-options {
    display: none;
  }
}
</pre></body></html>