@charset "UTF-8";
#primary { opacity: 0; }
@media (max-width: 767px){
  ul.products li.product {
    width: 100%;
    float: none;
    padding: 1.5vw;
    margin: 1vw 0 0;
  }
  ul.products li.product .woocommerce-LoopProduct-link {
    display: flex !important;
  }
  ul.products li.product img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
    margin-bottom: 0 !important;
  }
  ul.products li.product a > div {
    text-align: left;
  }
  ul.products li.product h2 {
    width: auto;
    height: auto;
    margin-bottom: 5vw !important;
  }
  ul.products li.product .fa-long-arrow-alt-right {
    font-size: 120%;
    margin: 0 3vw 0 2vw;
  }
  .price { margin: 2vw 0 0 1vw; }
  .onsale { margin-right: 2vw; position: static;}
  .other-deli {
    margin-left: 2vw;
    display: inline-block;
    max-width: 25vw;
    line-height: 1.25;
  }
  .price ins {
    vertical-align: middle;
  }
  
  .woocommerce-loop-product__title {
    height: 6.4vw;
    margin: 1vw !important;
    overflow: hidden;
  }
}
