/* products-section */
.products-section {
	padding: 30px 0 0;
}
@media (max-width: 767.98px) {
	.products-section {
		padding: 15px 0 9px;
	}
}
.products-section .container-fluid {
	max-width: 1440px;
}
.products-section.no-shift .product-card figure {
	aspect-ratio: unset;
	border-radius: 10px;
	isolation: isolate;
	overflow: clip;
}
.products-section.no-shift .product-card .img {
	position: static;
	inset: unset;
	padding: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.products-section.no-shift .product-card .img img {
	display: block;
	aspect-ratio: 345/207;
	position: relative;
	width: 100%;
	height: auto;
	top: unset;
	left: unset;
}
.products-section.no-shift .product-card figcaption {
	display: block !important;
}

.product-card {
	display: block;
	text-decoration: none !important;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	margin: 0 0 30px;
	flex-shrink: 0;
	width: 100%;
	overflow: hidden;
	transition: none;
}
@media (max-width: 991.98px) {
	.product-card {
		margin-bottom: 15px;
	}
}
.product-card:hover figcaption .fa-arrow-right {
	transform: translateX(0.5rem);
}
.product-card figure {
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	aspect-ratio: 426/250;
}
.product-card .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}
.product-card .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
}
.product-card figcaption {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 17px 30px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	inset-inline-start: 0;
	width: 100%;
	border-radius: 0 0 10px 10px;
	flex-shrink: 0;
	margin-top: auto;
	z-index: 5;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	justify-content: flex-start;
	text-align: left;
}
@media (max-width: 991.98px) {
	.product-card figcaption {
		font-size: 12px;
		padding: 15px;
		letter-spacing: 0.5px;
	}
}
@media (max-width: 767.98px) {
	.product-card figcaption {
		padding: 16px 30px;
		letter-spacing: 1px;
		font-size: 14px;
		font-weight: 500;
	}
}
.product-card figcaption .fa-arrow-right {
	margin-left: 14px;
	font-size: 16px;
	transition: transform 0.3s ease;
}
@media (max-width: 767.98px) {
	.product-card figcaption .fa-arrow-right {
		font-size: 16px;
		margin-left: 12px;
	}
}
/*# sourceMappingURL=products-section-new.css.map */
