/* =========================================================
Latest Products Section
========================================================= */
.vbx-latest-products {
	background: #f4f1e8;
}

.vbx-latest-products__wrap {
	background: var(--vbxwoo-light);
	border-radius: 0.75rem;
	padding: 1rem;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.vbx-latest-products__grid {
	margin-inline: -0.4rem;
}

.vbx-latest-products__grid>.col {
	padding-inline: 0.4rem;
	padding-bottom: 0.8rem;
}

.vbx-latest-product-card {
	background: var(--vbxwoo-light);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.vbx-latest-product-card__thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 238px;
	padding: 1.1rem 0.9rem 2rem;
	border: 4px solid var(--vbxwoo-primary);
	border-radius: 0.625rem;
	background: #fff6f6;
	text-decoration: none;
	overflow: hidden;
}

.vbx-latest-product-card__thumb::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 0, 0, 0.14) 0 8px, transparent 8px 20px);
	background-size: 26px 26px;
	opacity: 0.35;
}

.vbx-latest-product-card__img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	max-height: 185px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.vbx-latest-product-card__discount {
	position: absolute;
	top: 0.6rem;
	left: 0.6rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.7rem;
	height: 2.7rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	background: var(--vbxwoo-primary);
	color: var(--vbxwoo-light);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1;
}

.vbx-latest-product-card__ribbon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.36rem 0.55rem;
	background: var(--vbxwoo-primary);
	color: var(--vbxwoo-light);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
}

.vbx-latest-product-card__gift {
	font-size: 0.92rem;
}

.vbx-latest-product-card__ribbon-text {
	letter-spacing: 0.02em;
}

.vbx-latest-product-card__body {
	padding: 0.72rem 0.1rem 0;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.vbx-latest-product-card__title {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	font-weight: 500;
}

.vbx-latest-product-card__title a {
	color: var(--vbxwoo-text);
	text-decoration: none;
}

.vbx-latest-product-card__title a:hover,
.vbx-latest-product-card__title a:focus-visible {
	color: var(--vbxwoo-primary);
}

.vbx-latest-product-card__price {
	margin-top: 0.45rem;
	margin-bottom: 0;
	color: var(--vbxwoo-primary);
	font-size: 1rem;
	font-weight: 700;
}

.vbx-latest-product-card__price .amount,
.vbx-latest-product-card__price bdi {
	color: inherit;
	font-weight: inherit;
}

@media (max-width: 991.98px) {
	.vbx-latest-product-card__thumb {
		min-height: 214px;
	}
}

@media (max-width: 767.98px) {
	.vbx-latest-products {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.vbx-latest-products__grid {
		margin-inline: -0.25rem;
	}

	.vbx-latest-products__grid>.col {
		padding-inline: 0.25rem;
		padding-bottom: 0.6rem;
	}

	.vbx-latest-product-card__thumb {
		min-height: 184px;
		padding: 0.85rem 0.55rem 1.8rem;
	}

	.vbx-latest-product-card__img {
		max-height: 145px;
	}

	.vbx-latest-product-card__title {
		font-size: 0.875rem;
	}
}

/* =========================================================
End Latest Products Section
========================================================= */

