.ft-review-showcase {
	position: relative;
	width: 100%;
	/*padding: clamp(42px, 6vw, 82px) clamp(16px, 4vw, 60px);*/
	overflow: hidden;
	background: #fff;
	color: #261d21;
}

.ft-review-showcase *,
.ft-review-showcase *::before,
.ft-review-showcase *::after {
	box-sizing: border-box;
}

.ft-review-showcase__heading {
	/*max-width: 820px;*/
	/*margin: 0 auto clamp(28px, 4vw, 48px);*/
	/*text-align: center;*/
	margin-bottom: 20px;
}

.ft-review-showcase__eyebrow {
	margin-bottom: 12px;
	color: #8b3152;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.2;
	text-transform: uppercase;
}

.ft-review-showcase__title {
	margin: 0;
	color: #261d21;
font-size: 32px;
	font-weight: 500;
	line-height: 1.08;
}

.ft-review-showcase__intro {
	/*max-width: 610px;*/
	/*margin: 15px auto 0;*/
	color: #71656a;
	font-size: 14px;
	line-height: 1.75;
}

.ft-review-showcase__carousel {
	position: relative;
	max-width: 1380px;
	margin: 0 auto;
}

.ft-review-showcase__swiper {
	width: calc(100% - 70px);
	margin: 0 auto;
	overflow: visible;
}

.ft-review-showcase .swiper-slide {
	height: auto;
}

.ft-review-showcase__card {
	position: relative;
	height: 100%;
	min-height: fit-content;
	overflow: hidden;
	border: 1px solid #e8ddd8;
	border-radius: 24px;
	background: #fff;
	/*box-shadow: 0 16px 45px rgba(47, 27, 35, .07);*/
	cursor: pointer;
	outline: none;
	transition: transform .45s cubic-bezier(.22, .61, .36, 1), box-shadow .45s ease, border-color .45s ease;
}

.ft-review-showcase__card:hover,
.ft-review-showcase__card:focus-visible {
	transform: translateY(-2px);
	border-color: #cba4b2;
	/*box-shadow: 0 25px 60px rgba(47, 27, 35, .13);*/
}

.ft-review-showcase__photo-wrap {
	position: relative;
	/*height: 360px;*/
	height: fit-content;
	overflow: hidden;
	background: #eee8e4;
}

.ft-review-showcase__photo {
	display: block;
	width: 100%;
	height: fit-content;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.22, .61, .36, 1);
}

/*.ft-review-showcase__card:hover .ft-review-showcase__photo {*/
/*	transform: scale(1.045);*/
/*}*/

.ft-review-showcase__photo--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #ead9df, #f8eeeb);
	color: #8b3152;
	font-family: Georgia, serif;
	font-size: 70px;
}

.ft-review-showcase__photo-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(28, 18, 23, .03) 35%, rgba(28, 18, 23, .68) 100%);
	pointer-events: none;
}

.ft-review-showcase__label {
	position: absolute;
	top: 17px;
	left: 17px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	backdrop-filter: blur(14px);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.ft-review-showcase__open {
	position: absolute;
	right: 17px;
	bottom: 17px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 12px 9px 14px;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	backdrop-filter: blur(14px);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .5px;
	cursor: pointer;
	transition: background .25s ease, transform .25s ease;
}

.ft-review-showcase__open:hover {
	background: rgba(255, 255, 255, .28);
	transform: translateY(-2px);
}

.ft-review-showcase__open-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	color: #8b3152;
	font-size: 13px;
}

.ft-review-showcase__content {
	display: flex;
	flex-direction: column;
	min-height: 200px;
	padding: 22px 23px 20px;
}

.ft-review-showcase__rating {
	display: flex;
	gap: 2px;
	margin-bottom: 12px;
	color: #d5c9cd;
	font-size: 15px;
}

.ft-review-showcase__rating .is-filled {
	color: #8b3152;
}

.ft-review-showcase__quote {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 20px;
	color: #40343a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ft-review-showcase__person {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	/*margin-top: auto;*/
	padding-top: 14px;
	border-top: 1px solid #eee6e2;
}

.ft-review-showcase__name {
	color: #261d21;
	font-size: 13px;
	font-weight: 700;
}

.ft-review-showcase__verified {
	margin-left: 5px;
	color: #5e8d73;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.ft-review-showcase__location {
	margin-top: 3px;
	color: #8b7d83;
	font-size: 10px;
}

.ft-review-showcase__number {
	color: #b8a7ad;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}

.ft-review-showcase__nav {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	border: 1px solid #e0d3d0;
	border-radius: 50%;
	background: rgba(255,255,255,.94);
	box-shadow: 0 10px 25px rgba(47,27,35,.1);
	color: #34272c;
	font-size: 18px;
	cursor: pointer;
	transition: transform .25s ease, background .25s ease;
}

.ft-review-showcase__nav:hover {
	transform: scale(1.07);
	background: #fff;
}

.ft-review-showcase__nav--prev {
	left: 0;
}

.ft-review-showcase__nav--next {
	right: 0;
}

.ft-review-showcase__progress {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 1380px;
	margin: 25px auto 0;
	color: #8a7a81;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.ft-review-showcase__progress-line {
	position: relative;
	display: block;
	width: 100px;
	height: 1px;
	overflow: hidden;
	background: #dfd3d0;
}

.ft-review-showcase__progress-line i {
	display: block;
	width: 33%;
	height: 100%;
	background: #8b3152;
	transition: width .35s ease;
}

.ft-review-showcase__progress-total {
	margin-left: auto;
}

/* Modal */

.ft-review-showcase__modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .35s ease, visibility .35s ease;
}

.ft-review-showcase__modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ft-review-showcase__modal[hidden] {
	display: none;
}

.ft-review-showcase__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(29, 20, 24, .7);
	backdrop-filter: blur(13px);
}

.ft-review-showcase__modal-dialog {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	width: min(1080px, 94vw);
	max-height: min(720px, 92vh);
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 28px;
	background: #fffaf7;
	box-shadow: 0 35px 100px rgba(0,0,0,.3);
	transform: translateY(20px) scale(.97);
	transition: transform .45s cubic-bezier(.22,.61,.36,1);
}

.ft-review-showcase__modal.is-open .ft-review-showcase__modal-dialog {
	transform: translateY(0) scale(1);
}

.ft-review-showcase__modal-media {
	position: relative;
	min-height: 590px;
	overflow: hidden;
	background: #e9ded9;
}

.ft-review-showcase__modal-media > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ft-review-showcase__modal-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: linear-gradient(145deg, #ead9df, #f8eeeb);
	color: #8b3152;
	font-family: Georgia, serif;
	font-size: 110px;
}

.ft-review-showcase__modal-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20,14,17,.02) 45%, rgba(20,14,17,.45) 100%);
	pointer-events: none;
}

.ft-review-showcase__modal-media-caption {
	position: absolute;
	left: 27px;
	bottom: 24px;
	z-index: 2;
	color: rgba(255,255,255,.9);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;
}

.ft-review-showcase__modal-info {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	padding: clamp(35px, 5vw, 62px);
}

.ft-review-showcase__modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 4;
	width: 40px;
	height: 40px;
	border: 1px solid #e6dad6;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.ft-review-showcase__modal-close span {
	position: absolute;
	left: 11px;
	top: 19px;
	width: 16px;
	height: 1.5px;
	background: #2d2227;
}

.ft-review-showcase__modal-close span:first-child {
	transform: rotate(45deg);
}

.ft-review-showcase__modal-close span:last-child {
	transform: rotate(-45deg);
}

.ft-review-showcase__modal-kicker {
	margin-bottom: 14px;
	color: #8b3152;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ft-review-showcase__modal-stars {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 24px;
	color: #d9ced1;
	font-size: 15px;
}

.ft-review-showcase__modal-stars .is-filled {
	color: #8b3152;
}

.ft-review-showcase__modal-rating-text {
	margin-left: 6px;
	color: #85777d;
	font-size: 10px;
	font-weight: 700;
}

.ft-review-showcase__modal-quote {
	margin: 0 0 23px;
	color: #2c2227;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 2.6vw, 37px);
	font-weight: 400;
	line-height: 1.18;
}

.ft-review-showcase__modal-customer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 9px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9dfdb;
}

.ft-review-showcase__modal-customer strong {
	color: #2c2227;
	font-size: 13px;
}

.ft-review-showcase__modal-customer span {
	color: #85777d;
	font-size: 11px;
}

.ft-review-showcase__modal-customer em {
	color: #5e8d73;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.ft-review-showcase__modal-product {
	display: grid;
	grid-template-columns: 76px minmax(0,1fr);
	gap: 14px;
	align-items: center;
	margin-top: 25px;
	padding: 12px;
	border: 1px solid #e8ddd8;
	border-radius: 16px;
	background: #fff;
}

.ft-review-showcase__modal-product-image {
	width: 76px;
	height: 90px;
	overflow: hidden;
	border-radius: 11px;
	background: #f3ece8;
}

.ft-review-showcase__modal-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ft-review-showcase__modal-product-copy span {
	color: #a18f97;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.ft-review-showcase__modal-product-copy h3 {
	margin: 5px 0 6px;
	color: #2c2227;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.ft-review-showcase__modal-price,
.ft-review-showcase__modal-price * {
	color: #8b3152 !important;
	font-size: 13px;
	font-weight: 700;
}

.ft-review-showcase__modal-product-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 12px;
	padding: 15px 17px;
	border-radius: 12px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.3px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .25s ease, opacity .25s ease;
}

.ft-review-showcase__modal-product-link:hover {
	color: #fff !important;
	transform: translateY(-2px);
	opacity: .9;
}

.ft-review-showcase__modal-footer {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: auto;
	padding-top: 28px;
	color: #a08f96;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
}

.ft-review-showcase__modal-footer-line {
	width: 44px;
	height: 1px;
	background: #d9ceca;
}

body.ft-review-modal-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.ft-review-showcase__card {
		min-height: fit-content;
	}

	.ft-review-showcase__photo-wrap {
		height: fit-content;
	}

	.ft-review-showcase__modal-dialog {
		grid-template-columns: 1fr 1fr;
	}

	.ft-review-showcase__modal-media {
		min-height: 540px;
	}

	.ft-review-showcase__modal-info {
		padding: 42px 34px;
	}
}

@media (max-width: 767px) {
	.ft-review-showcase {
		padding: 42px 15px;
	}

	.ft-review-showcase__heading {
		margin-bottom: 27px;
	}

	.ft-review-showcase__title {
		font-size: 28px;
	}

	.ft-review-showcase__intro {
		font-size: 13px;
	}

	.ft-review-showcase__swiper {
		width: 100%;
		overflow: visible;
	}

	.ft-review-showcase__card {
		min-height: fit-content;
		border-radius: 20px;
	}

	.ft-review-showcase__photo-wrap {
		height: fit-content;
	}

	.ft-review-showcase__content {
		padding: 19px;
	}

	.ft-review-showcase__quote {
		font-size: 17px;
	}

	.ft-review-showcase__nav {
		display: none;
	}

	.ft-review-showcase__progress {
		margin-top: 19px;
	}

	.ft-review-showcase__modal {
		align-items: flex-end;
		padding: 0;
	}

	.ft-review-showcase__modal-dialog {
		grid-template-columns: 1fr;
		width: 100%;
		max-height: 94vh;
		border-radius: 25px 25px 0 0;
		overflow-y: auto;
	}

	.ft-review-showcase__modal-media {
		height: 42vh;
		min-height: 280px;
	}

	.ft-review-showcase__modal-info {
		padding: 31px 22px 25px;
		overflow: visible;
	}

	.ft-review-showcase__modal-quote {
		font-size: 27px;
	}

	.ft-review-showcase__modal-footer {
		padding-top: 24px;
	}

	.ft-review-showcase__modal-close {
		top: 13px;
		right: 13px;
	}
}
.elementor-127 .elementor-element.elementor-element-59ce5b7 .ft-review-showcase__photo{
    height: fit-content !important;
}