

#sub-products {
	overflow-x: hidden;
	padding-bottom: 12px;
}

.sub-products-card{
	width: 100%;
	border-radius: 16px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	padding-top: 32px;
	padding-bottom: 0;
}

.sub-products-card figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 50px;
}

.sub-products-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub-products-card .nav {
	min-width: 360px;
}

@media only screen and (min-width: 992px) {
	.sub-products-card {
		padding-bottom: 32px;
	}
}
