/**
 * Meridian Mill House product slider — Swiper layout.
 * Scope: custom class from Divi Section settings only (no .et_pb_*_N selectors).
 */

/* Reserve horizontal gutter for section-level nav (outside the row). */
.mrmh-product-slider.mrmh-product-slider--ready {
	position: relative;
	box-sizing: border-box;
	padding-left: clamp(2.25rem, 5vw, 3.5rem);
	padding-right: clamp(2.25rem, 5vw, 3.5rem);
}

.mrmh-product-slider .et_pb_row > .et_pb_column {
	align-content: stretch;
}

.mrmh-product-slider .mrmh-product-slider-swiper {
	width: 100%;
	max-width: 100%;
	position: relative;
	padding-bottom: 2.5rem;
}

.mrmh-product-slider .mrmh-product-slider-swiper .swiper-wrapper {
	align-items: stretch;
}

.mrmh-product-slider .swiper-slide {
	height: auto;
	display: flex;
}

.mrmh-product-slider .mrmh-product-slider__slide-inner {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
}

.mrmh-product-slider .mrmh-product-slider__slide-inner > .et_pb_blurb {
	width: 100%;
	margin-bottom: 0 !important;
}

.mrmh-product-slider .mrmh-product-slider__slide-inner .et_pb_blurb_content {
	height: 100%;
}

/* Prev/next live on the section (siblings of the row), not inside .swiper. */
.mrmh-product-slider .mrmh-product-slider__section-nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-top: 0 !important;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	color: rgb(28, 49, 68);
	background: none;
	border: none;
	cursor: pointer;
}

.mrmh-product-slider .mrmh-product-slider__section-nav-btn--prev {
	left: 0.15rem;
	right: auto;
}

.mrmh-product-slider .mrmh-product-slider__section-nav-btn--next {
	right: 0.15rem;
	left: auto;
}

/* Mobile / tablet: arrows under the blurbs, centered (matches JS breakpoint 981). */
@media (max-width: 980px) {
	.mrmh-product-slider.mrmh-product-slider--ready {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 4rem;
	}

	.mrmh-product-slider .mrmh-product-slider-swiper {
		padding-bottom: 0;
	}

	.mrmh-product-slider .mrmh-product-slider__section-nav-btn {
		top: auto;
		bottom: 0.75rem;
		transform: none;
	}

	/* Pair centered: gap 0.5rem between buttons (each button 2.75rem wide). */
	.mrmh-product-slider .mrmh-product-slider__section-nav-btn--prev {
		left: calc(50% - 0.25rem - 2.75rem);
		right: auto;
	}

	.mrmh-product-slider .mrmh-product-slider__section-nav-btn--next {
		left: calc(50% + 0.25rem);
		right: auto;
	}
}

.mrmh-product-slider .mrmh-product-slider__section-nav-btn::after {
	display: none;
	content: none;
}

.mrmh-product-slider .mrmh-product-slider__nav-icon {
	line-height: 1;
	color: var(--gcid-p238v4fiew);
	font-size: 35px;
}

/* Uniform product images (blurb hero images). */
.mrmh-product-slider .et_pb_blurb .et_pb_main_blurb_image {
	width: 100%;
}

.mrmh-product-slider .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
.mrmh-product-slider .et_pb_blurb .et_pb_main_blurb_image span.et_pb_image_wrap {
	display: block;
	width: 100%;
	max-width: 100%;
}

.mrmh-product-slider .et_pb_blurb .et_pb_main_blurb_image img {
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

.mrmh-product-slider .mrmh-product-slider-swiper .swiper-pagination-bullet-active {
	opacity: 1;
}


.mrmh-product-slider-swiper h2 {
	font-size: 20px !important;
}

svg.swiper-navigation-icon {
    display: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none !important;
}


.mrmh-product-slider__slide-inner h2.et_pb_module_header, .mrmh-product-slider__slide-inner p {
    margin-bottom: 0;
    padding-bottom: 0;
}


.mrmh-product-slider__slide-inner a.et_pb_button_0.et_pb_button.et_pb_bg_layout_dark.et_pb_module.et_flex_module.preset--module--divi-button--default:hover {
	padding: .3em 1em; 
}