.aas-image img,
.abw-product-image img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.aas-card,
.aas-desc,
.aas-title,
.abw-product-card,
.abw-widget {
	text-align: center
}

.abw-title {
	margin: 0
}

.abw-subtitle {
	margin-top: 6px
}

.abw-status {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 14px 0 28px
}

.abw-counter {
	font-weight: 600
}

.abw-dots {
	display: inline-flex;
	gap: 6px
}

.abw-dots span {
	width: 13px;
	height: 13px;
	background: #e7ded4;
	display: block
}

.abw-dots span.is-active {
	background: #86151C
}

.abw-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 30px;
	max-width: 100%;
	min-height: 58px
}

.abw-banner-text {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 700
}

.abw-products-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px
}

.abw-product-card {
	appearance: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 14px;
	color: inherit
}

.abw-product-image {
	display: block;
	width: 100%;
	overflow: hidden
}

.abw-product-image img {
	width: 100%;
	display: block;
	transition: transform .45s
}

.abw-product-title {
	display: flex;
	flex: 1;
	align-items: flex-start;
	justify-content: center;
	min-height: 54px;
	padding: 10px 10px 6px;
	font-size: 14px;
	line-height: 1.25
}

.abw-cart-button,
.abw-select-button {
	display: inline-flex;
	font-weight: 700
}

.abw-select-button {
	align-items: center;
	justify-content: center;
	border: 1px solid #dfd1c5;
	background: #fff;
	color: #111;
	min-height: 28px;
	padding: 6px 18px;
	font-size: 11px;
	line-height: 1
}

.abw-select-button:hover,
.is-selected .abw-select-button {
	margin-top: auto;
	background: #a90f16;
	color: #fff;
	border-color: #a90f16
}

.abw-cart-wrap {
	margin-top: 28px
}

.abw-cart-button {
	align-items: center;
	justify-content: center;
	border: 0;
	background: #a90f16;
	color: #fff;
	min-height: 48px;
	padding: 12px 34px;
	cursor: pointer;
	transition: .2s
}

.abw-cart-button:disabled,
.abw-load-more:disabled {
	opacity: .65;
	cursor: not-allowed
}

.abw-message {
	margin-top: 12px;
	font-weight: 600;
	color: #a90f16;
	font-family: "Playfair", sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.abw-slider-wrap {
	display: flex;
	align-items: center;
	gap: 20px
}

.abw-benefits,
.abw-nav {
	align-items: center;
	display: flex
}

.abw-nav {
	cursor: pointer;
	justify-content: center;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
	flex: 0 0 auto
}

.abw-cart-button.is-loading {
	position: relative;
	pointer-events: none;
	opacity: .85
}

.abw-cart-button.is-loading::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background: currentColor;
	position: absolute;
	left: 0;
	bottom: -8px;
	animation: 1s linear infinite abw-loading;
	transform-origin: left
}

@keyframes abw-loading {

	0%,
	100% {
		transform: scaleX(.1);
		opacity: .4
	}

	50% {
		transform: scaleX(1);
		opacity: 1
	}
}

.abw-benefits {
	justify-content: center;
	gap: 36px;
	margin: 34px auto 0;
	padding: 18px 28px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .18)
}

.abw-benefit-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700
}

.abw-price {
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
	color: #a90f16
}

.abw-status {
	flex-wrap: wrap
}

.abw-slider-wrap {
	gap: 8px
}

.abw-nav {
	width: 34px;
	height: 34px
}

.abw-benefits {
	flex-direction: row;
	gap: 14px
}

}

.abw-slider-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 56px 22px;
	border: 1px solid #e3d2bd;
	border-radius: 10px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .08)
}

.aas-swiper,
.abw-swiper {
	width: 100%;
	overflow: hidden
}

.aas-swiper .swiper-wrapper,
.abw-swiper .swiper-wrapper {
	align-items: flex-start
}

.abw-swiper .swiper-slide {
	height: auto
}

.abw-slider-wrap .abw-product-card {
	border: 0;
	background: 0 0;
	padding: 0
}

.abw-slider-wrap .abw-product-image img {
	border-radius: 8px
}

.abw-slider-wrap .abw-select-button,
.agt-mobile-feature {
	display: none
}

.abw-slider-wrap .abw-product-title {
	font-weight: 700;
	min-height: auto;
	padding: 8px 0 0
}

.abw-nav {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #eadfce;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
	font-size: 30px;
	line-height: 1
}

.abw-load-more-wrap {
	text-align: center;
	margin-top: 28px
}

.abw-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a90f16;
	background: #fff;
	color: #a90f16;
	min-height: 44px;
	padding: 10px 30px;
	font-weight: 700;
	cursor: pointer;
	transition: .2s
}

.abw-load-more:hover {
	background: #a90f16;
	color: #fff
}

.abw-product-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1d4c6;
	transition: border-color .25s, box-shadow .25s, background-color .25s
}

.abw-product-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: -140%;
	width: 55%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
	transform: skewX(-20deg);
	transition: left .75s;
	pointer-events: none;
	z-index: 2
}

.aas-play::before,
.aas-play:before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 4px
}

.abw-product-card:hover::after {
	left: 170%
}

.abw-product-card.is-selected,
.abw-product-card:hover {
	border-color: #a90f16;
	box-shadow: 0 0 0 1px rgba(169, 15, 22, .1), 0 10px 28px rgba(169, 15, 22, .1);
	background: #fff
}

.abw-select-button {
	z-index: 3;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1px;
	transition: background-color .28s, border-color .28s, color .28s, box-shadow .28s
}

.abw-product-card.is-selected .abw-select-button,
.abw-product-card:hover .abw-select-button {
	background: #86151C;
	border-color: #86151C;
	color: #fff;
}

.abw-select-button::after {
	content: "\2713";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	font-weight: 500;
	opacity: 0;
	width: 0;
	margin-left: 0;
	overflow: hidden;
	transition: opacity .25s ease, width .25s ease, margin-left .25s ease;
}

.abw-product-card.is-selected .abw-select-button::after {
	opacity: .95;
	width: 12px;
	margin-left: 7px;
}

.aas-nav,
.aas-play,
.aas-slider-box {
	display: flex;
	align-items: center
}

.aas-slider-box {
	padding: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: 0 0 !important;
	box-shadow: none !important
}

.aas-card.is-playing img,
.aas-media:hover img {
	filter: brightness(.78)
}

.aas-play {
	justify-content: center;
	transition: background .25s, opacity .25s
}

.aas-nav,
.aas-play {
	justify-content: center
}

.aas-play::before {
	display: block;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid currentColor;
	color: #fff
}

.aas-card.is-playing .aas-play::before {
	width: 16px;
	height: 20px;
	border: 0;
	border-left: 5px solid currentColor;
	border-right: 5px solid currentColor;
	margin-left: 0
}

.aas-nav {
	flex: 0 0 auto
}

@media(max-width:767px) {

	.aas-slider-box,
	.abw-slider-wrap {
		gap: 10px
	}

	.abw-benefits {
		flex-direction: column;
		gap: 14px;
		align-items: center
	}

	.aas-nav {
		width: 36px;
		height: 36px
	}
}

.aas-media,
.aas-widget {
	width: 100%
}

.aas-slider-box {
	position: relative;
	gap: 28px;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
	overflow: hidden
}

.aas-nav,
.aas-play {
	align-items: center
}

.aas-media {
	position: relative;
	display: block;
	border: 0;
	background: 0 0;
	padding: 0;
	cursor: pointer
}

.aas-image,
.aas-image img {
	border-radius: 8px;
	display: block
}

.aas-image {
	position: relative;
	overflow: hidden
}

.aas-image img {
	transition: filter .3s;
	width: 100%
}

.aas-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(35, 35, 35, .72);
	transform: translate(-50%, -50%);
	display: flex;
	z-index: 5
}

.aas-play:before {
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 17px solid #fff
}

.aas-card.is-playing .aas-play:before {
	width: 15px;
	height: 19px;
	border: 0;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	margin-left: 0
}

.aas-title {
	margin-top: 10px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.15
}

.aas-desc {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.25
}

.aas-nav {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #eadfce;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
	font-size: 30px;
	line-height: 1;
	display: flex;
	justify-content: center;
	cursor: pointer;
	flex: 0 0 auto;
	z-index: 10;
	color: #111
}

.aas-prev {
	order: 0
}

.aas-swiper {
	order: 1
}

.aas-next {
	order: 2
}

.aas-nav i,
.aas-nav svg {
	display: block;
	line-height: 1
}

.aas-nav svg {
	width: 1em;
	height: 1em
}

.agt-table {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #d8d0c4
}

.agt-header,
.agt-row {
	display: flex;
	border-bottom: 1px solid #d8d0c4
}

.agt-row:last-child {
	border-bottom: 0
}

.agt-cell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 24px
}

.agt-header-left,
.agt-left {
	width: 34%;
	border-right: 1px solid #d8d0c4
}

.agt-header-right,
.agt-right {
	flex: 1
}

.agt-left {
	justify-content: flex-start;
	gap: 18px
}

.agt-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	font-size: 20px
}

.agt-feature,
.agt-guarantee {
	display: inline-block
}

@media(max-width:767px) {
	.aas-slider-box {
		gap: 10px
	}

	.aas-nav {
		width: 36px;
		height: 36px;
		font-size: 26px
	}

	.agt-header,
	.agt-row {
		display: grid;
		grid-template-columns: 1fr
	}

	.agt-header-left,
	.agt-left {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #d8d0c4
	}

	.agt-cell {
		justify-content: center;
		text-align: center
	}

	.agt-left {
		justify-content: center
	}

	.agt-header,
	.agt-left .agt-feature {
		display: none
	}

	.agt-table {
		border: 0 !important;
		background: 0 0 !important;
		box-shadow: none !important
	}

	.agt-row {
		display: flex;
		align-items: center;
		gap: 14px;
		border: 1px solid #dfcdb7;
		border-radius: 10px;
		padding: 14px 16px;
		margin-bottom: 14px;
		background: #fbf7f1;
		box-shadow: 0 3px 8px rgba(0, 0, 0, .14);
		min-height: 120px
	}

	.agt-feature,
	.agt-mobile-feature {
		font-weight: 700;
		margin-bottom: 6px
	}

	.agt-cell {
		padding: 0
	}

	.agt-left {
		width: auto !important;
		border: 0 !important;
		border-bottom: 0 !important;
		gap: 10px;
		flex: 0 0 auto
	}

	.agt-icon {
		font-size: 24px;
		min-width: 28px
	}

	.agt-feature {
		display: block;
		font-size: 18px;
		line-height: 1.2
	}

	.agt-guarantee {
		font-size: 14px;
		line-height: 1.35
	}

	.agt-mobile-feature {
		font-size: 18px;
		line-height: 1.2
	}

	.agt-right {
		flex: 1;
		text-align: center;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 6px
	}

	.agt-guarantee,
	.agt-mobile-feature {
		display: block !important;
		width: 100%;
		text-align: center
	}

	.abw-products-grid {
		display: flex !important;
		flex-direction: column !important;
		align-items: center;
		gap: 16px
	}
}

.aas-swiper .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center
}

.abw-status {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px
}

.abw-status::after,
.abw-status::before {
	content: "";
	display: block;
	width: 230px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(169, 15, 22, .55), rgba(169, 15, 22, .9))
}

.abw-status::after {
	background: linear-gradient(90deg, rgba(169, 15, 22, .9), rgba(169, 15, 22, .55), transparent)
}

.abw-header-wrap {
	position: relative;
	z-index: 2;
}

.abw-products-wrap {
	position: relative;
	padding: 30px;
	border-radius: 20px;

}

@media(max-width:767px) {
	.abw-hide-mobile {
		display: none !important;
	}
}

.abw-header-wrap,
.abw-products-wrap {
	margin-left: auto !important;
	margin-right: auto !important;
	left: auto !important;
	right: auto !important;
}

@media(max-width:1024px) {

	.abw-benefits {
		flex-direction: column !important;
	}

}

.abw-floating-cart {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	min-width: 230px;
	padding: 10px 10px 0 10px;
	background: rgba(246, 241, 232, .96);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(169, 15, 22, .18);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(18px);
	transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
}

.abw-floating-cart.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.abw-floating-count {
	font-weight: 700;
	color: #86151c;
	font-size: 15px;
}

.abw-floating-dots {
	display: flex;
	gap: 5px;
}

.abw-floating-dots span {
	width: 10px;
	height: 10px;
	background: #e7ded4;
	display: block;
}

.abw-floating-dots span.is-active {
	background: #86151c;
}

.abw-floating-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #86151c;
	color: #fff;
	min-height: 42px;
	padding: 10px 22px;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
	transition: .25s ease;
}

.abw-floating-button:hover {
	background: #6f1016;
}


.abw-floating-error{
    max-height:0;
    margin:0!important;
    padding:0!important;
    opacity:0;
    overflow:hidden;
    transform:translateY(6px);
    transition:.35s ease;
    color:#86151C;
    font-size:13px;
    font-weight:600;
    line-height:1.4;
    text-align:center;
}

.abw-floating-error.is-visible{
    max-height:40px;
    margin-bottom:10px!important;
    opacity:1;
    transform:translateY(0);
}


.abw-floating-error::before{
    content:"";
}



.abw-floating-error{
    overflow:hidden;
}
@media(max-width:767px) {

	.abw-floating-cart {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 14px;
	}

	.abw-floating-top {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		width: 100%;
	}

	.abw-floating-dots {
		display: flex;
		align-items: center;
		gap: 6px;
	}

	.abw-floating-button {
		width: 100%;
		max-width: 260px;
	}

	.abw-floating-error {
		text-align: center;
	}

}

@media (min-width:768px) and (max-width:1200px) {

	.abw-status {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.abw-status::before,
	.abw-status::after {
		width: 120px !important;
		flex: 0 0 120px !important;
	}

}


@media (min-width:767px) and (max-width:880px) {

	.abw-status {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex-wrap: nowrap !important;
		gap: 10px !important;
		padding: 0 14px !important;
	}

	.abw-status::before,
	.abw-status::after {
		flex: 1 !important;
		min-width: 40px !important;
	}

	.abw-counter {
		white-space: nowrap !important;
		font-size: 32px !important;
		line-height: 1.1 !important;
	}

	.abw-dots {
		gap: 4px !important;
	}

}

.aas-nav,
.aas-nav:hover,
.aas-nav:focus,
.aas-nav:active {
	outline: none !important;
	outline-offset: 0 !important;
	box-shadow: none !important;
}

.aulicus-footer-link {
	text-decoration: underline !important;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.aulicus-footer-link:hover {
	color: #86151C !important;
}

.abw-products-grid [data-product-id] {
	will-change: transform, opacity;
}

.abw-load-more.is-loading {
	opacity: .65;
	pointer-events: none;
}

.cd-box {
	position: relative;
	overflow: visible;
	border-radius: 0 20px 20px 0;
}

.cd-box::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 0;
	width: 20px;
	height: 100%;
	background: #86151C;
}

.cd-box::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	width: 3px;
	height: 100%;
	background: #86151C;
}

#aulicus-premium-btn .elementor-button,
#aulicus-premium-btn-buy-now.elementor-button {
	position: relative;
	overflow: hidden;
	isolation: isolate;
        outline: 0 !important;
        offset: 0 !important;
	transition:
		transform .35s ease,
		box-shadow .35s ease,
		background .35s ease;
}

#aulicus-premium-btn .elementor-button::before,
#aulicus-premium-btn-buy-now.elementor-button::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg,
			transparent 0%,
			rgba(255, 255, 255, .15) 35%,
			rgba(255, 255, 255, .45) 50%,
			rgba(255, 255, 255, .15) 65%,
			transparent 100%);

	transform: translateX(-130%) skewX(-18deg);
	transition: transform .8s ease;
	z-index: 1;
	pointer-events: none;
}

#aulicus-premium-btn .elementor-button:hover,
#aulicus-premium-btn-buy-now.elementor-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 35px rgba(134, 21, 28, .25);
}

#aulicus-premium-btn .elementor-button:hover::before,
#aulicus-premium-btn-buy-now.elementor-button:hover::before {
	transform: translateX(130%) skewX(-18deg);
}

#aulicus-premium-btn .elementor-button:active,
#aulicus-premium-btn-buy-now.elementor-button:active {
	transform: translateY(-1px) scale(.985);
}

.abw-select,
.abw-select-button,
.abw-cart-button,
.abw-floating-button,
.abw-load-more {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	outline: 0 !important;
	offset: 0 !important;
	transition:
		transform .35s ease,
		box-shadow .35s ease,
		background .35s ease,
		color .35s ease;
}

.aas-media:hover {
	border: 0 !important;
	outline: 0 !important;
	offset: 0 !important;
	background: none !important;
}

.abw-select::before,
.abw-select-button::before,
.abw-cart-button::before,
.abw-floating-button::before,
.abw-load-more::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg,
			transparent 0%,
			rgba(255, 255, 255, .12) 35%,
			rgba(255, 255, 255, .38) 50%,
			rgba(255, 255, 255, .12) 65%,
			transparent 100%);

	transform: translateX(-130%) skewX(-18deg);
	transition: transform .85s ease;
	pointer-events: none;
	z-index: 1;
}

.abw-select:hover,
.abw-select-button:hover,
.abw-cart-button:hover,
.abw-floating-button:hover,
.abw-load-more:hover {
	transform: translateY(-3px);

	box-shadow: 0 18px 35px rgba(134, 21, 28, .18);
}

.abw-select:hover::before,
.abw-select-button:hover::before,
.abw-cart-button:hover::before,
.abw-floating-button:hover::before,
.abw-load-more:hover::before {
	transform: translateX(130%) skewX(-18deg);
}

.abw-select:active,
.abw-select-button:active,
.abw-cart-button:active,
.abw-floating-button:active,
.abw-load-more:active {
	transform: translateY(-1px) scale(.985);
}

.aas-wave {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: flex;
	align-items: flex-end;
	gap: 3px;
	height: 16px;
	opacity: 0;
	visibility: hidden;
	transition: .25s ease;
	z-index: 8;
	padding: 6px 7px;
	border-radius: 30px;
	background: rgba(0, 0, 0, .35);
	backdrop-filter: blur(8px);
}

.aas-wave span {
	display: block;
	width: 3px;
	height: 8px;
	border-radius: 20px;
	background: #fff;
	animation: aasWave 1s ease-in-out infinite;
}

.aas-wave span:nth-child(2) {
	animation-delay: .12s;
}

.aas-wave span:nth-child(3) {
	animation-delay: .24s;
}

.aas-wave span:nth-child(4) {
	animation-delay: .36s;
}

.aas-card.is-playing .aas-wave {
	opacity: 1;
	visibility: visible;
}

@keyframes aasWave {

	0%,
	100% {
		height: 6px;
		opacity: .65;
	}

	50% {
		height: 18px;
		opacity: 1;
	}
}

.aas-media {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.aas-media::before {
	content: "";
	position: absolute;
	top: 0;
	left: -140%;
	width: 55%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent 0%,
			rgba(255, 255, 255, 0) 20%,
			rgba(255, 255, 255, .28) 50%,
			rgba(255, 255, 255, 0) 80%,
			transparent 100%);

	transform: skewX(-18deg);
	transition: left .95s cubic-bezier(.19, 1, .22, 1);
	z-index: 4;
	pointer-events: none;
	opacity: 0;
}

.aas-card:hover .aas-media::before {
	left: 150%;
	opacity: 1;
}

.aas-media img {
	transition: filter .6s ease;
}

.aas-card:hover .aas-media img {
	filter: brightness(1.03);
}

@media(max-width:767px) {

	.abw-progress,
	.abw-selection-progress,
	.abw-selected-row {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.abw-dots,
	.abw-steps {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 4px;
	}
}