
.backdrop-popup {
	position: fixed;
	inset: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	transition: opacity 0.325s cubic-bezier(0.44, 0, 0.1, 1);
	display: none;
	align-items: center;
	justify-content: center;
}

.content-popup {
	max-width : 620px;
	padding: 20px;
}

@media (max-width: 600px) { .content-popup {
	max-width : 400px;
	padding: 20px;
	} }
.floating-btn {
	width: 52px;
	height: 52px;
	background-color: #fff;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	animation: pulse 2s infinite;
	transition: transform 0.3s ease;
}

.floating-btn:hover {
	transform: scale(1.1);
}

.floating-btn.whatsapp {
	background-color: #25D366;
}

.special-offers .swiper-outer:after {

    background-color: transparent !important;
}
:root{
--kt-special-offers-bg: rgb(42, 42, 42);
}