/* Coffee Solutions homepage stability patch — 2026-09-16 */
.type-index .products-wrapper.product-slider-holder {
  position: relative;
}

/* Keep the uninitialized Shoptet slider out of document flow.
   The wrapper already reserves its final height in cs-core-v1.css. */
.type-index #products-1:not([style]) {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  opacity: 0 !important;
}

/* Reserve the product image ratio before the image or slider script finishes. */
.type-index .products-wrapper.product-slider-holder .product .image {
  display: block;
  aspect-ratio: 423 / 318;
  overflow: hidden;
}

.type-index .products-wrapper.product-slider-holder .product .image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 423 / 318;
  object-fit: contain;
}

@media (max-width: 767px) {
  .type-index .products-wrapper.product-slider-holder {
    min-height: 640px;
  }
}
