.wd-carousel-inner {
	position: relative;
}

.musashi-category-hero-image {
	position: relative;
	display: block;
	margin-bottom: 48px;
}

.musashi-category-hero-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.musashi-hotspots {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 5;
}

.musashi-hotspot {
	position: absolute;
	pointer-events: auto;
	transform: translate( -50%, -50% );
}

.musashi-hotspot-dot {
	display: block;
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #fff;
	border-radius: 50%;
	/* background: rgba( 36, 25, 21, .55 ); */
	cursor: pointer;
	animation: musashi-hotspot-pulse 2.4s infinite;
}

@keyframes musashi-hotspot-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba( 255, 255, 255, .55 );
	}

	70% {
		box-shadow: 0 0 0 10px rgba( 255, 255, 255, 0 );
	}

	100% {
		box-shadow: 0 0 0 0 rgba( 255, 255, 255, 0 );
	}
}

.musashi-hotspot-card {
	position: absolute;
	top: 28px;
	left: 0;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	width: 220px;
	padding: 16px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba( 0, 0, 0, .16 );
	text-decoration: none;
	z-index: 10;
}

.musashi-hotspot.is-active .musashi-hotspot-card {
	display: flex;
}

.musashi-hotspot.musashi-hotspot--flip .musashi-hotspot-card {
	left: auto;
	right: 0;
}

.musashi-hotspot-card__category {
	font-family: 'DM Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2e2a27;
	margin-bottom: 6px;
}

.musashi-hotspot-card__title {
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	color: #2e2a27;
	margin-bottom: 8px;
}

.musashi-hotspot-card__price {
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #2e2a27;
	margin-bottom: 8px;
}

.musashi-hotspot-card__price del {
	opacity: .6;
	font-weight: 400;
	margin-right: 6px;
}

.musashi-hotspot-card__rating {
	margin-bottom: 10px;
}

.musashi-hotspot-card__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #2e2a27;
	color: #2e2a27;
	align-self: flex-end;
}
