/** Shopify CDN: Minification failed

Line 23:12 Expected ":"

**/
@media screen and (max-width: 767px) {
  /* Main search result container layout fix for mobile */
  #searchResultContainer[data-result="products"] > .productResultContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }

  /* Product cards 2-per-row layout */
  .productResultContainer .yv-product-card,
  .yv-products-list .yv-product-card {
    width: 110% !important;
    margin: 1% 0;
  
  }
.yv-product-card{
  background colour 
}
  /* Remove excess side margin or restrict outer container */
  .yv-products-list,
  .yv-right-sidebar {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 10px;
  }

  /* Hide filter sidebar or sort bar on small screens if needed */
  .yv-filter-sidebar {
    display: none !important;
  }

  /* Make sure banners/sliders fit */
  .banner-container,
  .product-detail-slider,
  .yv-collection-wrapper,
  .yv-product-slider,
  .yv-feature-product-image {
    width: 150% !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Adjust spacing on top of products list */
  .yv-products-list {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
