/* Jet Listing Grid carousel: keep Swiper layout when grid CSS fights it.
   Do NOT set width/max-width with !important — that overrides Swiper's
   inline slide widths (slidesPerView) and makes cards huge on desktop. */
.jet-listing-grid__slider.swiper-lib {
	overflow: hidden;
}

.jet-listing-grid__slider.swiper-lib > .jet-listing-grid__items.swiper-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	transition-property: transform;
	box-sizing: content-box;
	margin-left: 0;
	margin-right: 0;
}

.jet-listing-grid__slider.swiper-lib > .jet-listing-grid__items > .jet-listing-grid__item {
	flex-shrink: 0 !important;
	height: auto;
	box-sizing: border-box;
}

.jet-listing-grid__slider.swiper-lib > .jet-listing-grid__items > .jet-listing-grid__item.swiper-slide {
	height: auto;
}

/* Listing 544 image container: Elementor min-height leaves a gap under the image */
.elementor-544 .elementor-element-6157fd7 {
	min-height: 0 !important;
	height: auto !important;
}

/* Listing 544 product title: fixed 2-line height (widget 6c08928) */
.elementor-544 .elementor-element-6c08928 .elementor-heading-title,
.elementor-544 .elementor-element-6c08928 .elementor-heading-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
	height: 2.4em;
	max-height: 2.4em;
	margin: 0;
}
