.aris-sku-offers {
	margin: 18px 0 30px;
	clear: both;
	max-width: 100%;
	overflow: visible;
}

.aris-sku-offers .aris-sku-offers__title {
	font-size: 24px !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	margin: 18px 0 0 !important;
	color: #1f2937 !important;
}

.aris-sku-offers__wrap {
	max-width: 100%;
	position: relative;
	overflow: visible;
	padding: 8px 0 10px;
}

.aris-sku-offers__carousel {
	position: relative;
	max-width: 100%;
	overflow: visible;
}

.aris-sku-offers .owl-stage-outer {
	overflow: hidden;
	padding: 8px 0 10px;
}

.aris-sku-offers__carousel .owl-stage {
	display: flex;
}

.aris-sku-offers__carousel .owl-item {
	display: flex;
}

.aris-sku-offers .aris-seo-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 14px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.aris-sku-offers .aris-seo-card[data-offer-id] {
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.aris-sku-offers .aris-seo-card.is-active {
	border-color: #dc2626;
	box-shadow: 0 10px 22px rgba(220, 38, 38, .14);
	transform: translateY(-1px);
}

.aris-sku-offers .aris-seo-card__title {
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	color: #111827;
	margin: 0 0 8px;
}

.aris-sku-offers .aris-seo-card__text {
	font-size: 13px;
	line-height: 1.45;
	color: #4b5563;
	margin: 0 0 10px;
}

.aris-sku-offers__price {
	margin-top: auto;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
	color: #dc2626;
	margin-bottom: 4px;
}

.aris-sku-offers__meta {
	font-size: 12px;
	line-height: 1.35;
	color: #64748b;
}

.aris-sku-offers .owl-nav {
	pointer-events: none;
}

.aris-sku-offers .owl-nav button,
.aris-sku-offers .owl-nav .owl-prev,
.aris-sku-offers .owl-nav .owl-next {
	pointer-events: auto;
	z-index: 20;
}

.aris-sku-offers .owl-nav .owl-prev {
	left: -8px !important;
}

.aris-sku-offers .owl-nav .owl-next {
	right: -8px !important;
}