.stg-kb-wc-products-section {
	--stg-kb-wc-surface: #ffffff;
	--stg-kb-wc-surface-soft: #f7f8fa;
	--stg-kb-wc-border: #d9dee5;
	--stg-kb-wc-border-strong: #b8c0cc;
	--stg-kb-wc-title: #151b26;
	--stg-kb-wc-text: #334155;
	--stg-kb-wc-muted: #667085;
	--stg-kb-wc-cta: #101828;
	--stg-kb-wc-cta-hover: #263244;
	margin: 1.75rem 0;
	padding: 0;
	clear: both;
	font-size: 16px;
}

.stg-kb-wc-products-heading {
	margin: 0 0 0.875rem;
	color: inherit;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
}

.stg-kb-wc-products-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.stg-kb-wc-product-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	max-width: 100%;
	min-height: 54px;
	padding: 0.5rem 0.625rem 0.5rem 0.5rem;
	border: 1px solid var( --stg-kb-wc-border );
	border-radius: 999px;
	background: var( --stg-kb-wc-surface );
	color: var( --stg-kb-wc-text ) !important;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba( 15, 23, 42, 0.12 );
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.stg-kb-wc-product-pill:hover,
.stg-kb-wc-product-pill:focus {
	border-color: var( --stg-kb-wc-border-strong );
	color: var( --stg-kb-wc-text ) !important;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba( 15, 23, 42, 0.16 );
	transform: translateY( -1px );
}

.stg-kb-wc-product-pill img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: contain;
	background: var( --stg-kb-wc-surface-soft );
	flex: 0 0 auto;
}

.stg-kb-wc-pill-main {
	display: grid;
	min-width: 0;
	gap: 0.125rem;
}

.stg-kb-wc-pill-name {
	color: var( --stg-kb-wc-title );
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.stg-kb-wc-pill-meta {
	font-size: 0.75rem;
	line-height: 1.2;
	color: var( --stg-kb-wc-muted );
}

.stg-kb-wc-pill-cta {
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	background: var( --stg-kb-wc-cta );
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
	flex: 0 0 auto;
}

.stg-kb-wc-products-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( min( 100%, 220px ), 1fr ) );
	gap: 1rem;
	align-items: stretch;
}

.stg-kb-wc-product-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	border: 1px solid var( --stg-kb-wc-border );
	border-radius: 8px;
	background: var( --stg-kb-wc-surface );
	color: var( --stg-kb-wc-text );
	overflow: hidden;
	box-shadow: 0 12px 34px rgba( 15, 23, 42, 0.16 );
}

.stg-kb-wc-product-image {
	display: block;
	aspect-ratio: 5 / 4;
	background: var( --stg-kb-wc-surface-soft );
	border-bottom: 1px solid #eef1f4;
}

.stg-kb-wc-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.75rem;
	object-fit: contain;
	box-sizing: border-box;
}

.stg-kb-wc-product-body {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 0.7rem;
	padding: 1rem;
}

.stg-kb-wc-product-title {
	margin: 0;
	color: var( --stg-kb-wc-title );
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.28;
}

.stg-kb-wc-products-section .stg-kb-wc-product-title a {
	color: var( --stg-kb-wc-title ) !important;
	text-decoration: none;
}

.stg-kb-wc-products-section .stg-kb-wc-product-title a:hover,
.stg-kb-wc-products-section .stg-kb-wc-product-title a:focus {
	color: #000000 !important;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.stg-kb-wc-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	font-size: 0.76rem;
	line-height: 1.2;
	color: var( --stg-kb-wc-muted );
}

.stg-kb-wc-product-price,
.stg-kb-wc-product-stock,
.stg-kb-wc-product-rating {
	display: inline-flex;
	align-items: center;
	color: var( --stg-kb-wc-muted );
	font-weight: 600;
}

.stg-kb-wc-product-excerpt {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var( --stg-kb-wc-text ) !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.stg-kb-wc-products-section .stg-kb-wc-product-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.stg-kb-wc-products-section .stg-kb-wc-product-cta {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	margin-top: 0.15rem;
	padding: 0.45rem 0.7rem;
	border: 1px solid var( --stg-kb-wc-cta );
	border-radius: 5px;
	background: var( --stg-kb-wc-cta );
	color: #ffffff !important;
	font-size: 0.8125rem;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}

.stg-kb-wc-products-section .stg-kb-wc-product-cta:hover,
.stg-kb-wc-products-section .stg-kb-wc-product-cta:focus {
	color: #ffffff !important;
	text-decoration: none;
	background: var( --stg-kb-wc-cta-hover );
	border-color: var( --stg-kb-wc-cta-hover );
}

.stg-kb-wc-products-empty {
	margin: 0;
	color: var( --stg-kb-wc-muted );
	font-size: 0.875rem;
}

.stg-kb-wc-block-search-results {
	display: grid;
	gap: 0.5rem;
	margin: 0.75rem 0;
}

.stg-kb-wc-block-search-result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 12px;
}

@media ( max-width: 520px ) {
	.stg-kb-wc-product-pill {
		width: 100%;
		border-radius: 8px;
	}

	.stg-kb-wc-pill-cta {
		margin-left: auto;
	}
}
