@media (min-width: 1024px) {
	.megamenu-content {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		align-content: flex-start;
		row-gap: 14px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		padding: 24px;
	}
}
@media (min-width: 1024px) {
	.col-lg-10{        width: 10.333333%;}
}

.special-offers-abstract:after {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #8d1d2d var(--tw-gradient-from-position)!important;
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to-position: 50%;
}
.special-offers {
    background-color: #8d1d2d!important;
}
.special-offers .swiper-outer:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 4;
    display: none;
    width: 2px;
    background-color: #8d1d2d!important;
}