.aqurate-widget {
	margin: 2.5em 0;
	clear: both;
	/* If a theme wrapper puts the widget inside a grid or flex container
	   (e.g. Storefront/Shoptimizer sorting bars), keep it full-width. */
	width: 100%;
	min-width: 0;
	grid-column: 1 / -1;
	flex-basis: 100%;
}

.aqurate-widget__header {
	margin: 0 0 1em;
}

.aqurate-widget__title {
	font-size: 1.5em;
	margin: 0;
}

.aqurate-widget__subtitle {
	margin: 0.35em 0 0;
	font-size: 1em;
	opacity: 0.8;
}

.aqurate-widget__title ol,
.aqurate-widget__title ul,
.aqurate-widget__subtitle ol,
.aqurate-widget__subtitle ul {
	margin: 0.25em 0 0;
	padding: 0;
	list-style-position: inside;
}

.aqurate-widget__title ol,
.aqurate-widget__subtitle ol {
	list-style-type: decimal;
}

.aqurate-widget__title ul,
.aqurate-widget__subtitle ul {
	list-style-type: disc;
}

.aqurate-widget__products {
	width: 100%;
}

.aqurate-widget .products {
	margin-bottom: 0;
}

.aqurate-widget--layout-carousel .aqurate-widget__products {
	position: relative;
}

.aqurate-widget--layout-carousel ul.products.swiper-wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
	grid-template-columns: none !important;
	gap: 0 !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aqurate-widget--layout-carousel ul.products > li.product.swiper-slide {
	float: none !important;
	max-width: none !important;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: auto;
}

.aqurate-widget__nav {
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba( 16, 24, 64, 0.2 );
	background: #fff;
	color: #101840;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 3px;
	box-shadow: 0 2px 8px rgba( 16, 24, 64, 0.15 );
	transition: opacity 0.15s ease;
}

.aqurate-widget__nav:hover {
	background: #f5f6fa;
}

.aqurate-widget__nav.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

.aqurate-widget__nav.swiper-button-lock {
	display: none;
}

.aqurate-widget__nav--prev {
	left: 10px;
}

.aqurate-widget__nav--next {
	right: 10px;
}
