.mot-stone-carousel-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 20px;
}

.mot-stone-notice {
	padding: 15px;
	background: #fff8e5;
	border: 1px solid #f0c36d;
	border-radius: 4px;
	font-size: 14px;
}

.mot-stone-left {
	flex: 0 0 45%;
	max-width: 45%;
}

.mot-stone-featured-image {
	width: 100%;
	height: 480px;
	object-fit: cover;
	display: block;
	transition: opacity 0.3s ease;
}

.mot-stone-right {
	flex: 1;
	min-width: 0;
	position: relative;
	display: flex;
	flex-direction: column;
}

.mot-stone-navigation {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 15px;
}

.mot-stone-arrow {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: opacity 0.2s;
}

.mot-stone-arrow:hover {
	opacity: 0.7;
}

.mot-stone-arrow.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.mot-stone-arrow svg {
	display: block;
	width: 25px;
	height: 15px;
}

.mot-stone-carousel {
	overflow: hidden;
	width: 100%;
}

.mot-stone-slide-box {
	display: block;
	cursor: pointer;
	background: #f5f5f5;
	border-radius: 8px;
	border: 2px solid transparent;
	overflow: hidden;
	transition: background-color 0.2s, box-shadow 0.2s, border-color 0.2s, transform 0.25s ease;
}

.mot-stone-slide-box:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Distinct look for the currently active product */
.swiper-slide-active .mot-stone-slide-box {
}

.mot-stone-slide-image {
	width: 100%;
	padding-top: 100%; /* default 1:1 ratio, overridable via widget style controls */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mot-stone-slide-title {
	padding: 12px 10px 4px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	transition: color 0.2s;
}

.mot-stone-slide-button-wrap {
	text-align: center;
	padding: 6px 10px 14px;
}

.mot-stone-slide-button {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
	background: #222222;
	color: #ffffff;
	padding: 8px 18px;
	border-radius: 4px;
	transition: background-color 0.2s, color 0.2s;
}

.mot-stone-navigation {
    position: absolute;
    top: -65px;
    right: 0;
}
.mot-stone-left {
    padding: 20px 0px;
}
/* Responsive: mobile — preview image on top, full-width carousel below */
@media (max-width: 767px) {
	.mot-stone-carousel-wrapper {
		flex-direction: column;
	}

	.mot-stone-left {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.mot-stone-right {
		width: 100%;
	}

	.mot-stone-navigation {
		justify-content: center;
	}
	.mot-stone-navigation {

    top: -50px;

}
}

/* Tablet and desktop: image and carousel share the row */
@media (min-width: 480px) {
	.mot-stone-carousel-wrapper {
		flex-wrap: nowrap;
	}
}
@media (max-width: 767px) {
.mot-stone-navigation {
    position: absolute;
    top: -30px;
    right: calc(50% - 45px);
}
}
