  .sort-by-row{
    display: none !important;
  }
@media (min-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
  #brandsContainer > div.brand-bg {
    flex: 0 0 calc(33.333% - 16px);
  }
}
@media (max-width: 850px) {
        .u-custom-links .ucl-item {
            flex: 1 0 calc(50% - 12px);
        }
          #brandsContainer > div.brand-bg {
            flex: 0 0 calc(50% - 16px);
        }
        .contact-info{
            display: block;
        }
        .here-text {
            margin-bottom: 30px;
        }
        .links a {
  flex: 0 1 calc(50% - 16px);
  max-width: calc(50% - 16px);
}
    }
        @media (max-width: 767px) {
          .contact-form{
            margin-top: 80px;
          }
  .u-simple-filters-container {
    display: none;
    opacity: 0;
  }
      /* Forzar flecha cerrada en mobile al cargar */
    .u-simple-filters-control .arrow-img-filter {
        transform: rotate(0deg);
    }

    .u-simple-filters-control .arrow-img-filter.is-open {
        transform: rotate(180deg);
    }
  .sort-by-row{
    display: none !important;
  }
  .products.row .js-product.product{
    margin-bottom: 35px;
  }
  .cart-line-product-actions{
    margin-bottom: 10px;
  }
  .delete-product-cart{
    padding: 4px 10px;
  }
  .footer-container .links ul{
    background-color: transparent;
  }
  .footer-container .links ul>li{
    border-bottom: none;
  }
  .links .title{
    border-bottom: none;
  }
  .links-container-company .links .title{
    display: none;
  }
}
@media (max-width: 550px) {
  .links a {
  flex: 0 1 calc(100%);
  max-width: calc(100%);
}
    .block-contact-item:not(:last-child) {
      margin-bottom: 12px;
  }
  .links-container-company ul#footer_sub_menu_2 li{
        flex: 0 0 calc(50%);
  }
  .u-custom-links .ucl-item {
      flex: 1 0 calc(100% - 12px);
  }
  .custom-product-features .custom-product-feature{
      font-size: 12px;
  }
    #brandsContainer > div.brand-bg {
      flex: 0 0 100%;
  }
}

