/* Custom CSS */

/* Keep every product card in a carousel as tall as the tallest card. */
.tptnprodcarousel .embla__container {
  align-items: stretch;
}

.tptnprodcarousel .embla__slide {
  display: flex;
  height: auto;
}

.tptnprodcarousel .embla__slide .product-miniature {
  width: 100%;
  height: 100%;
}
