.da-bc-carousel {
	border-radius: 10px;
	color: #2f261c;
}

.da-bc-carousel__header {
	margin-bottom: 0.75rem;
}

.da-bc-carousel__title {
	margin: 0;
	color: rgb(238, 52, 35);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.da-bc-carousel__body {
	min-height: 4rem;
	display: grid;
	gap: 1rem;
}

.da-bc-carousel__message {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.da-bc-carousel__meta {
	display: grid;
	gap: 0.5rem;
}

.da-bc-carousel__active-filter {
	margin: 0;
	font-size: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.da-bc-carousel__active-text {
	color: rgb(238, 52, 35);
	font-weight: 700;
}

.da-bc-carousel__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	border-radius: 5px;
	background: rgb(238, 52, 35);
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.da-bc-carousel__clear:hover,
.da-bc-carousel__clear:focus-visible {
	background-color: #15c6ee;
	color: #fff;
}

.da-bc-carousel__viewport-wrap {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0.75rem;
	align-items: center;
}

.da-bc-carousel__viewport {
	overflow-x: auto;
	overflow-y: visible;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 10px 2px 14px;
}

.da-bc-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.da-bc-carousel__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(132px, 1fr);
	gap: 0.75rem;
	align-items: stretch;
}

.da-bc-carousel__item {
	display: grid;
	gap: 0.6rem;
	align-items: center;
	justify-items: center;
	padding: 0.9rem;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.7s ease;
	background: #fff !important;
	color: inherit;
	text-decoration: none;
	text-align: center;
	scroll-snap-align: start;
}

.da-bc-carousel__item:link,
.da-bc-carousel__item:visited,
.da-bc-carousel__item:hover,
.da-bc-carousel__item:focus,
.da-bc-carousel__item:active {
	text-decoration: none !important;
}

.da-bc-carousel__item *,
.da-bc-carousel__item:hover *,
.da-bc-carousel__item:focus * {
	text-decoration: none !important;
}

.da-bc-carousel__item:hover,
.da-bc-carousel__item:focus-visible {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.da-bc-carousel__item--active {
	border-color: rgb(238, 52, 35);
	box-shadow: inset 0 0 0 1px rgb(238, 52, 35);
}

.da-bc-carousel__logo {
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #eee;
	overflow: hidden;
	transition: background-color 0.7s ease, color 0.7s ease;
}

.da-bc-carousel__image {
	max-width: 100%;
	height: auto;
}

.da-bc-carousel__initial {
	color: #333;
	font-size: 1.5rem;
	font-weight: 700;
	transition: color 0.7s ease;
}

.da-bc-carousel__label {
	color: #333;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	transition: color 0.7s ease;
}

.da-bc-carousel__item:hover .da-bc-carousel__logo,
.da-bc-carousel__item:focus-visible .da-bc-carousel__logo {
	background-color: #ee3423;
}

.da-bc-carousel__item:hover .da-bc-carousel__initial,
.da-bc-carousel__item:focus-visible .da-bc-carousel__initial {
	color: #fff;
}

.da-bc-carousel__item:hover .da-bc-carousel__label,
.da-bc-carousel__item:focus-visible .da-bc-carousel__label {
	color: #ee3423;
}

.da-bc-carousel__nav {
	box-sizing: border-box;
	min-width: 44px;
	min-height: 44px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 10px;
	background-color: rgb(238, 238, 238);
	color: #000;
	font-size: 1.5rem;
	line-height: 1;
	display: grid;
	cursor: pointer;
	align-items: center;
	justify-items: center;
	justify-content: center;
	padding: 0;
	flex: 0 0 44px;
	aspect-ratio: 1 / 1;
}

.da-bc-carousel__nav span {
	display: grid;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-items: center;
	line-height: 1;
}

.da-bc-carousel__nav[disabled] {
	opacity: 0.45;
	cursor: default;
}

.da-bc-carousel__dots {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.da-bc-carousel__dot {
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #c9c9c9;
	cursor: pointer;
}

.da-bc-carousel__dot.is-active {
	background: #6f6f6f;
}

@media (max-width: 640px) {

	.da-bc-carousel__track {
		grid-auto-columns: minmax(58%, 1fr);
	}

	.da-bc-carousel__viewport-wrap {
		grid-template-columns: 36px minmax(0, 1fr) 36px;
		gap: 0.5rem;
	}

	.da-bc-carousel__nav {
		min-width: 36px;
		min-height: 36px;
		width: 36px;
		height: 36px;
		flex: 0 0 36px;
		font-size: 1.2rem;
	}
}
