.product-small.box {
	background-color: #ffffff !important;
	border-radius: 20px !important;
	border: 1px solid #eaeaea !important;
	overflow: hidden !important;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03) !important;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease !important;
}

.product-small.box:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1) !important;
	border: 1px solid #2c813f !important;
	border-bottom-width: 6px !important;
}
.product-small.box:hover p a {
	color: var(--fs-color-primary) !important;
}

.product-small.box .box-image {
	border-bottom: 1px solid #f0f0f0 !important;
	flex: 0 0 auto !important;
	width: 100% !important;
	position: relative !important;
	aspect-ratio: 4 / 3 !important;
	overflow: hidden !important;
}

.product-small.box .box-image .image-cover {
	padding-top: 0 !important;
	height: 100% !important;
}

.product-small.box .box-image img {
	object-fit: cover !important;
	width: 100% !important;
	height: 100% !important;
}

.product-small.box .box-text {
	padding: 20px 20px 25px 20px !important;

	background-color: #fff !important;
}

.product-small.box .name.product-title a {
	color: #111111;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	text-transform: none !important;
	line-height: 1.3 !important;
	margin-bottom: 5px !important;
	display: block;
}
.product-small.box .name.product-title a:hover {
	color: #028e37 !important;
}

.imexco-grid-short-desc-wrapper .imexco-sub-title {
	color: #666666 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
	border-bottom: 1px dashed #eaeaea;
	text-transform: capitalize;
}

.imexco-specs-container {
	padding: 0 !important;
	border: none !important;
}

.imexco-specs-container .specs-title {
	color: var(--fs-color-primary);
	font-size: 14px !important;
	font-weight: 100;
	letter-spacing: 0.5px;
	background: var(--fs-color-secondary);
	color: white;
	width: max-content;
	padding: 5px 10px;
	border-radius: 8px;
	margin: 0;
}

.imexco-specs-container .specs-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.imexco-specs-container .specs-list li {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding: 8px 0 !important;
	border-bottom: 1px solid #f5f5f5 !important;
}

.imexco-specs-container .specs-list li:last-child {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.imexco-specs-container .specs-list li .label {
	color: #555555;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.imexco-specs-container .specs-list li .value {
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.product-small.box .price-wrapper {
	margin: 0 !important;
}

.row-products,
.row.row-normal {
	display: flex !important;
	flex-wrap: wrap !important;
}

.row-products::before,
.row-products::after,
.row.row-normal::before,
.row.row-normal::after {
	display: none !important;
}

.row-products > .col,
.row.row-normal > .col {
	display: flex !important;
	align-items: stretch !important;
}

.row-products > .col > .col-inner,
.row.row-normal > .col > .col-inner {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	height: 100% !important;
}

.product-small.box {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 !important;
	width: 100% !important;
}

.row-products-dai {
	.product-small.box {
		display: table !important;
		flex-direction: column !important;
		flex: 1 !important;
		width: 100% !important;

		.box-image {
			border-bottom: 1px solid #f0f0f0 !important;
			flex: 0 0 auto !important;
			width: 40% !important;
			position: relative !important;
			aspect-ratio: 4 / 3 !important;
			overflow: hidden !important;
		}
	}


} 


.product-small.box .box-text {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}

.product-small.box .price-wrapper,
.product-small.box .imexco-grid-short-desc-wrapper {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}

/* .product-small.box .imexco-specs-container {
margin-top: auto !important;
} */
