.wccb-wrapper {
	text-align: center;
	margin: 0 auto;
	max-width: 640px;
}

.wccb-heading {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #222;
	margin: 0 0 6px;
}

.wccb-heading::after {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	background: #222;
	margin: 10px auto 0;
}

.wccb-banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

.wccb-slide-wrap {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.wccb-slide-wrap.wccb-visible {
	opacity: 1;
}

.wccb-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	color: inherit;
	padding: 12px;
	box-sizing: border-box;
}

.wccb-slide img {
	max-height: 65%;
	max-width: 80%;
	object-fit: contain;
	margin-bottom: 10px;
}

.wccb-info {
	text-align: center;
}

.wccb-title {
	display: block;
	font-weight: 600;
	font-size: 15px;
	color: #222;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wccb-price {
	display: block;
	font-size: 13px;
	color: #777;
	margin-top: 4px;
}
