/** Shopify CDN: Minification failed

Line 20:0 Unexpected "<"
Line 33:1 Unexpected ">"

**/
.related-products {
  display: block;
}

/* Scoped card overrides for related products section */
.related-products .card-product__wrapper {
  background-color: white;
}

.related-products .card-product__details {
  padding: 16px 16px 24px;
}

<<<<<<< HEAD
=======
/* Equal-height carousel cards */
.related-products .swiper-slide {
  height: auto;
}

.related-products .card-product__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

>>>>>>> origin/task/41785986
/* Hide disabled carousel arrows (plain CSS — works on preview themes without Vite build) */
.related-products [data-arrows].swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}