.roundhouse-showrooms {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	max-width: 100% !important;
	overflow: visible;
	padding: 60px 0;
	width: 100%;
}

.roundhouse-showrooms__inner {
	margin: 0 auto;
	max-width: 1265px;
	overflow: visible;
	padding: 0 35px;
	width: 100%;
}

.roundhouse-showrooms__title {
	color: #2e2d2c;
	font-size: 65px;
	font-weight: 300;
	line-height: 67px;
	margin: 0 0 76px;
}

.roundhouse-showrooms__stage {
	position: relative;
}

.roundhouse-showrooms__viewport {
	overflow: visible;
	position: relative;
	width: calc(100vw - ((100vw - min(100vw, 1265px)) / 2) - 35px);
}

.roundhouse-showrooms__track {
	width:100%;
}

.roundhouse-showrooms__track:not(.slick-initialized) {
	display: flex;
	gap: 16px;
	overflow: hidden;
	.roundhouse-showrooms__slide {
		width:25vw!important;
	}
}

.roundhouse-showrooms__track .slick-list {
	overflow: visible;
}

.roundhouse-showrooms__track .slick-slide {
	height: 650px;
	height: 500px;
	margin-right: 16px;
}

.roundhouse-showrooms__track .slick-slide > div {
	height: 100%;
}

.roundhouse-showrooms__slide {
	height: 100%;
}

.roundhouse-showrooms__link,
.roundhouse-showrooms__link:hover,
.roundhouse-showrooms__link:focus,
.roundhouse-showrooms__link:active,
.roundhouse-showrooms__link:visited {
	color: #fff !important;
	display: block;
	height: 100%;
	text-decoration: none !important;
}

.entry-content .roundhouse-showrooms__link,
.entry-content .roundhouse-showrooms__link:hover,
.entry-content .roundhouse-showrooms__link:focus,
.entry-content .roundhouse-showrooms__link:active,
.entry-content .roundhouse-showrooms__link:visited {
	color: #fff !important;
	text-decoration: none !important;

}

.roundhouse-showrooms_label {
	display:block;
	position:relative;
	z-index:1;
}

.roundhouse-showrooms__card {
	align-items: center;
	background-color: #919d9e;
	display: flex;
	height: 650px;
	height:500px;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

.roundhouse-showrooms__media {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.roundhouse-showrooms__media-overlay {
	background: rgba(120, 131, 130, 0);
	inset: 0;
	overflow: hidden;
	position: absolute;
	transition: background 0.28s ease;
}

.roundhouse-showrooms__media-overlay-label,
.roundhouse-showrooms__media-overlay-hover {
	color: #fff !important;
	font-size: 45px;
	font-weight: 300;
	inset: 50% auto auto 50%;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-decoration: none !important;
	transform: translate(-50%, -50%);
	transition: opacity 0.24s ease, transform 0.24s ease;
	width: min(78%, 20rem);
	z-index: 1;
}

.roundhouse-showrooms__media-overlay-label {
	background: rgba(120, 131, 130, 0.76);
	padding: 0.85rem 1.25rem;
}

.roundhouse-showrooms__media-overlay-hover {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.98);
}

.roundhouse-showrooms__link:hover .roundhouse-showrooms__media-overlay,
.roundhouse-showrooms__link:focus-visible .roundhouse-showrooms__media-overlay {
	background: rgba(120, 131, 130, 0.76);
}

.roundhouse-showrooms__link:hover .roundhouse-showrooms__media-overlay-label,
.roundhouse-showrooms__link:focus-visible .roundhouse-showrooms__media-overlay-label {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.97);
}

.roundhouse-showrooms__link:hover .roundhouse-showrooms__media-overlay-hover,
.roundhouse-showrooms__link:focus-visible .roundhouse-showrooms__media-overlay-hover {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.entry-content .roundhouse-showrooms__link .roundhouse-showrooms__media-overlay-label,
.entry-content .roundhouse-showrooms__link .roundhouse-showrooms__media-overlay-hover,
.entry-content .roundhouse-showrooms__link:hover .roundhouse-showrooms__media-overlay-label,
.entry-content .roundhouse-showrooms__link:hover .roundhouse-showrooms__media-overlay-hover {
	color: #fff !important;
	text-decoration: none !important;
}

.roundhouse-showrooms__arrow {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 0;
	border-radius: 50%;
	bottom: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	color: #2e2d2c;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.25rem;
	height: 48px;
	justify-content: center;
	line-height: 1;
	margin: auto 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 48px;
	z-index: 2;
}

.roundhouse-showrooms__arrow.slick-disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.roundhouse-showrooms__arrow--prev {
	left: 30px;
}

.roundhouse-showrooms__arrow--next {
	right: 30px;
}

.roundhouse-showrooms__dots {
	margin-top: 35px;
}

.roundhouse-showrooms__dots .slick-dots {
	display: flex;
	gap: 15px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: static;
	width: 100%;
}

.roundhouse-showrooms__dots .slick-dots li {
	height: auto;
	margin: 0;
	width: auto;
}

.roundhouse-showrooms__dots .slick-dots li button {
	background: rgba(122, 122, 120, 0.49);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	height: 23px;
	line-height: 0;
	padding: 0;
	width: 23px;
}

.roundhouse-showrooms__dots .slick-dots li button::before {
	display: none;
}

.roundhouse-showrooms__dots .slick-dots li.slick-active button {
	background: #2e2d2c;
	opacity: 1;
}

@media (min-width: 769px) and (max-width: 1200px) {
	.roundhouse-showrooms__media-overlay-label,
	.roundhouse-showrooms__media-overlay-hover {
		font-size: 50px;
		line-height: 52px;
	}
}

@media (max-width: 768px) {
	.roundhouse-showrooms {
		overflow-x: clip;
		padding: 40px 0;
	}

	.roundhouse-showrooms__title {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		max-width: 250px;
		text-align: center;
	}

	.roundhouse-showrooms__dots {
		display: none;
	}

	.roundhouse-showrooms .slick-dotted.slick-slider,
	.roundhouse-showrooms .slick-slider {
		margin-bottom: 0;
	}

	.roundhouse-showrooms__viewport {
		width: 100%;
	}

	.roundhouse-showrooms__track:not(.slick-initialized) {
		gap: 16px;
	}

	.roundhouse-showrooms__track:not(.slick-initialized) .roundhouse-showrooms__slide {
		aspect-ratio: 239 / 381;
		flex: 0 0 calc((100% - 16px) / 1.2);
		width: calc((100% - 16px) / 1.2);
	}

	.roundhouse-showrooms__track .slick-slide {
		height: auto;
	}

	.roundhouse-showrooms__track .slick-slide > div {
		height: 100%;
		width: 100%;
	}

	.roundhouse-showrooms__slide {
		height: auto;
		width: 100%;
	}

	.roundhouse-showrooms__link {
		height: auto;
	}

	.roundhouse-showrooms__card {
		aspect-ratio: 239 / 381;
		height: auto;
		width: 100%;
	}

	.roundhouse-showrooms__arrow {
		height: 40px;
		width: 40px;
	}

	.roundhouse-showrooms__media-overlay-label,
	.roundhouse-showrooms__media-overlay-hover {
		font-size: 40px;
		line-height: 42px;
	}
}

@media (max-width: 374px) {
	.roundhouse-showrooms__media-overlay-label,
	.roundhouse-showrooms__media-overlay-hover {
		font-size: 30px;
		line-height: 42px;
	}
}
