.limited-offer-product {
	position: relative;
	background-color: var(--banner-background-color);
}

body.dark .limited-offer-product {
	background-color: var(--banner-background-color-dark);
}

.limited-offer-product .bg-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.limited-offer-product .bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.limited-offer-container {
	position: relative;
	z-index: 2;
	padding-top: 2rem;
	padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
	.limited-offer-container {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

.limited-offer-content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

@media (min-width: 768px) {
	.limited-offer-content {
		flex-direction: row;
	}
}

/* Image Wrapper */
.limited-offer-image-wrapper {
	width: 100%;
	min-height: 370px;
}

@media (min-width: 768px) {
	.limited-offer-image-wrapper {
		width: 50%;
		max-width: 586px;
		position: relative;
	}
}

.limited-offer-image-container {
	width: 100%;
	height: 16rem;
}

@media (min-width: 768px) {
	.limited-offer-image-container {
		height: 100%;
		position: absolute;
		inset: 0;
	}
}

.limited-offer-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Product Details */
.limited-offer-details {
	width: 100%;
}

@media (min-width: 768px) {
	.limited-offer-details {
		width: 50%;
		max-width: 626px;
	}
}

@media (max-width: 768px) {
	.limited-offer-details {
		text-align: center;
	}
}

.limited-offer-product-name {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.limited-offer-product-name {
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}
}

.limited-offer-product-desc {
	opacity: 0.8;
	font-size: 0.875rem;
	font-weight: 300;
	margin-bottom: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (min-width: 768px) {
	.limited-offer-product-desc {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
}

.ltr .limited-offer-product-desc.ar {
	display: none;
}

.rtl .limited-offer-product-desc.en {
	display: none;
}

.limited-offer-product-price {
	font-size: 18px;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 4px;
}

@media (max-width: 768px) {
	.limited-offer-product-price {
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.limited-offer-product-price {
		font-size: 24px;
		margin-bottom: 2rem;
	}
}

.limited-offer-product-price .product-price-element {
	font-size: 20px;
	font-weight: 600;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 4px;
}

@media (min-width: 768px) {
	.limited-offer-product-price .product-price-element {
		font-size: 28px;
	}
}

.limited-offer-product-price .product-price-separator {
	opacity: 0.7;
}

.limited-offer-product-price .product-price-old {
	text-decoration: line-through;
	opacity: 0.7;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 4px;
}

.limited-offer-product .limited-offer-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.rtl .limited-offer-product .product-card-rating {
	flex-direction: row;
}

@media (min-width: 768px) {
	.limited-offer-product .limited-offer-rating {
		justify-content: flex-start;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1024px) {
	.limited-offer-product .limited-offer-rating {
		margin-bottom: 3.375rem;
	}
}

.limited-offer-product .limited-offer-rating .product-card-rating .icon-star1 {
	fill: black;
}

body.dark .limited-offer-product .limited-offer-rating .product-card-rating .icon-star1 {
	fill: white;
}

.limited-offer-product .limited-offer-rating .rating-count {
	color: #7B7B7B;
	font-weight: 300;
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.limited-offer-product .limited-offer-rating .rating-count {
		font-size: 1.25rem;
	}
}

.limited-offer-product .limited-offer-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.25rem;
}

@media (min-width: 768px) {
	.limited-offer-product .limited-offer-buttons {
		gap: 0.75rem;
	}
}

@media (min-width: 1024px) {
	.limited-offer-product .limited-offer-buttons {
		gap: 1rem;
	}
}

.limited-offer-add-to-cart-btn,
.limited-offer-view-product-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	padding: 0.5rem 0.75rem;
	width: 100%;
	height: 100%;
	font-size: 0.875rem;
	cursor: pointer;
	position: relative;
	font-weight: 700;
}

@media (min-width: 768px) {
	.limited-offer-add-to-cart-btn,
	.limited-offer-view-product-btn {
		padding: 0.8125rem 1.5rem;
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {
	.limited-offer-add-to-cart-btn,
	.limited-offer-view-product-btn {
		font-size: 1.25rem;
	}
}

.limited-offer-add-to-cart-btn path,
.limited-offer-view-product-btn path {
	fill: var(--button-text);
	transition: fill .45s cubic-bezier(.785,.135,.15,.86);
} 

.limited-offer-add-to-cart-btn:hover path,
.limited-offer-view-product-btn:hover path {
	fill: var(--button-background);
} 

body.dark .limited-offer-add-to-cart-btn path,
body.dark .limited-offer-view-product-btn path {
	fill: var(--button-text-dark);
	transition: fill .45s cubic-bezier(.785,.135,.15,.86);
} 

body.dark .limited-offer-add-to-cart-btn:hover path,
body.dark .limited-offer-view-product-btn:hover path {
	fill: var(--button-background-dark);
} 

.limited-offer-add-to-cart-btn.is-transparent path,
.limited-offer-view-product-btn.is-transparent path {
	fill: var(--hover-background);
	transition: fill .45s cubic-bezier(.785,.135,.15,.86);
} 

.limited-offer-add-to-cart-btn.is-transparent:hover path,
.limited-offer-view-product-btn.is-transparent:hover path {
	fill: var(--hover-button-text);
} 

body.dark .limited-offer-add-to-cart-btn.is-transparent path,
body.dark .limited-offer-view-product-btn.is-transparent path {
	fill: var(--hover-background-dark);
} 

body.dark .limited-offer-add-to-cart-btn.is-transparent:hover path,
body.dark .limited-offer-view-product-btn.is-transparent:hover path {
	fill: var(--hover-button-text-dark);
} 

.svg-wrapper {
	display: flex;
}

.cart-icon, .add-to-cart-progress {
	width: 0.9375rem;
	height: 0.9375rem;
}

@media (min-width: 768px) {
	.cart-icon, .add-to-cart-progress {
		width: 1.375rem;
		height: 1.375rem;
	}
}

.countdown-wrapper {
	margin-bottom: 2rem;
}

.countdown-list {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: start;
}

.rtl .countdown-list {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.countdown-list {
		justify-content: center;
	}
}

.countdown-item {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	padding-inline: 1rem;
	margin: 0;
	min-width: calc(69px + 32px);
	color: var(--color-countdown);
	position: relative;
}

.rtl .countdown-item:last-child {
	min-width: calc(69px + 16px);
	padding-right: 0;
}

.ltr .countdown-item:first-child {
	min-width: calc(69px + 16px);
	padding-left: 0;
}

@media (max-width: 768px) {
	.countdown-item {
		padding-inline: 0.875rem;
		min-width: calc(57px + 28px);
	}

	.rtl .countdown-item:last-child {
		min-width: calc(57px + 14px);
		padding-right: 0;
	}

	.ltr .countdown-item:first-child {
		min-width: calc(57px + 14px);
		padding-left: 0;
	}
}

.countdown-item::after {
	content: "";
	height: 50px;
	width: 1px;
	top: 4px;
	left: 0;
	background-color: var(--color-countdown);
	position: absolute;
}

@media (max-width: 768px) {
	.countdown-item::after {
		height: 36px;
	}
}

.countdown-item:first-child::after {
	display: none;
}

.countdown-item-value {
	font-weight: 500;
	font-size: 2.3125rem;
	line-height: 100%;
}

@media (max-width: 768px) {
	.countdown-item-value {
		font-size: 1.625rem;
	}
}

.countdown-item-label {
	margin-top: 1.625rem;
	font-size: 1.346875rem;
	line-height: 100%;
	opacity: 1;
	color: var(--color-countdown);
}

@media (max-width: 768px) {
	.countdown-item-label {
		font-size: 1rem;
		margin-top: 1.1875rem;
	}
}

body.dark .countdown-item,
body.dark .countdown-item-label {
	color: var(--color-countdown);
}

body.dark .countdown-item::after {
	background-color: var(--color-countdown);
}

