@media (min-width: 768px) {
    .md\:grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
  .\[\&\[data-items-count\=\'4\'\]\]\:md\:grid-cols-2[data-items-count="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

[data-grid="grid"] {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important; /* Mobile */
  gap: 16px !important;
}
@media (min-width: 768px) {
    [data-products-carousel] .products-embla {
    --slide-size: calc(100% / 4) !important;
}
img.h-auto.w-full.object-center {
    height: 400px !important;
}
}
.\[\&_\.media-wrap\]\:aspect-\[4\/3\] .media-wrap {
    aspect-ratio: 9 / 8 !important;
}

@media (max-width: 768px) {
  [data-products-carousel] .products-embla {
    --slide-size: calc(100% / 2) !important;
  }
  img.h-auto.w-full.object-center {
    height: 250px !important;
}
    body[data-template="category_details"] [data-grid-root] {
    --cols-mobile: 2 !important;
  }
    body[data-template="category_details"] img.h-auto.w-full.object-center {
    height: 300px !important;
    object-fit: cover;
  }
    body[data-template="list_products"] [data-grid-root] {
    --cols-mobile: 2 !important;
  }
  body[data-template="list_products"] img.h-auto.w-full.object-center {
    height: 300px !important;
  }

}