/* Section — nền xanh đậm (card: hotdeal-card từ plugin hot-deal) */
.sanomart-product-showcase {
	margin-bottom: 20px;
	background: linear-gradient( 180deg, var( --sanomart-primary ) 0%, var( --sanomart-primary-dark ) 100% );
	padding: 16px 0 20px;
	overflow: visible;
}

.sanomart-product-showcase__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.sanomart-product-showcase__title-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.sanomart-product-showcase__icon {
	flex: 0 0 auto;
	line-height: 0;
}

.sanomart-product-showcase__icon img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.sanomart-product-showcase__title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}

.sanomart-product-showcase__view-all {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	font-size: 15px;
}

.sanomart-product-showcase__view-all span {
	font-size: 20px;
	line-height: 1;
	margin-left: 2px;
}

.sanomart-product-showcase__content {
	position: relative;
	padding-right: 0;
}

@media (min-width: 768px) {
	.sanomart-product-showcase {
		padding: 20px 0 24px;
		margin-bottom: 28px;
	}

	.sanomart-product-showcase__title,
	.sanomart-product-showcase__fire {
		font-size: 1.75rem;
	}

	.sanomart-product-showcase__content {
		padding-right: 0;
	}
}
