/* #hot-products-1 — featured products showcase */
#hot-products-1.featured-products {
	position: relative;
	padding-top: 72px;
	padding-bottom: 72px;
	color: #1e293b;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f8fafc 100%) !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: auto !important;
	overflow: hidden;
}

#hot-products-1.featured-products::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 72px;
	height: 3px;
	margin-left: -36px;
	background: linear-gradient(90deg, #15499a 0%, #2a7de8 50%, #15499a 100%);
	border-radius: 0 0 3px 3px;
}

#hot-products-1.featured-products::after {
	content: "";
	position: absolute;
	top: -100px;
	left: -80px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(21, 73, 154, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

#hot-products-1 .featured-heading {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 48px;
	text-align: center;
}

#hot-products-1 .featured-heading b,
#hot-products-1 .featured-heading b a {
	display: inline-block;
	color: #1e293b !important;
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight: 700;
	text-decoration: none;
}

#hot-products-1 .featured-heading b a:hover {
	color: #15499a !important;
}

#hot-products-1 .featured-heading b::before,
#hot-products-1 .featured-heading b::after {
	border-top-color: rgba(21, 73, 154, 0.22) !important;
}

#hot-products-1 .featured-heading .link-more {
	display: none !important;
}

#hot-products-1 .products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	overflow: visible;
}

#hot-products-1 .products-grid .item-content {
	float: none;
	clear: none;
	width: auto !important;
	margin: 0;
	padding: 0;
}

#hot-products-1 .item-grid-box {
	height: 100%;
	background: #fff;
	border: 1px solid rgba(21, 73, 154, 0.08);
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#hot-products-1 .item-grid-box > a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

#hot-products-1 .item-grid-box:hover {
	transform: translateY(-6px);
	border-color: rgba(21, 73, 154, 0.16);
	-moz-box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
	-webkit-box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

#hot-products-1 .item-cover {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f1f5f9;
}

#hot-products-1 .item-cover::before {
	display: none;
}

#hot-products-1 .item-cover .attachment,
#hot-products-1 .item-cover .thumbnail,
#hot-products-1 .item-cover .centered {
	height: 100%;
}

#hot-products-1 .item-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: none;
	filter: none;
	transform: scale(1);
	transition: transform 0.35s ease;
}

#hot-products-1 .item-grid-box:hover .item-cover img {
	transform: scale(1.06);
	-webkit-filter: none;
	filter: none;
}

#hot-products-1 .item-cover .mask {
	background: rgba(21, 73, 154, 0);
	transition: background 0.28s ease;
}

#hot-products-1 .item-grid-box:hover .item-cover .mask {
	background: rgba(21, 73, 154, 0.06);
}

#hot-products-1 .item-content figcaption {
	padding: 16px 18px 20px;
}

#hot-products-1 .item-content h3,
#hot-products-1 .products-container .item-content h3 {
	height: auto;
	min-height: 42px;
	max-height: 42px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #334155;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color 0.22s ease;
}

#hot-products-1 .item-grid-box:hover h3 {
	color: #15499a;
}

#hot-products-1 a:link,
#hot-products-1 a:visited {
	color: inherit;
}

@media only screen and (max-width: 1199px) {
	#hot-products-1 .products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	#hot-products-1.featured-products {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	#hot-products-1 .featured-heading {
		margin-bottom: 36px;
	}

	#hot-products-1 .products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 640px) {
	#hot-products-1 .products-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}
