/* Product-card upper content only. Price, shipping and details styles are inherited. */
html body .vnc-card-source { display: none !important; }
html body .vnc-card-presentation-ready .vnc-card-top-ready { position: relative; }
html body .vnc-card-presentation-ready .vnc-card-badges {
	display: flex; flex-wrap: wrap; align-items: flex-start; gap: 5px;
	position: absolute; top: 10px; left: 10px; right: 10px; z-index: 3;
	pointer-events: none;
}
html body .vnc-card-presentation-ready .vnc-card-badges .vnc-card-type,
html body .vnc-card-presentation-ready .vnc-card-badges .vnc-card-special {
	display: inline-flex; position: static; align-items: center; gap: 5px;
	box-sizing: border-box; width: auto; max-width: 100%; min-width: 0;
	padding: 6px 8px; border-radius: 8px; border: 1px solid transparent;
	font-size: 11px; font-weight: 700; line-height: 1.3; white-space: normal;
	overflow-wrap: anywhere; text-align: left; text-shadow: none;
}
html body .vnc-card-presentation-ready .vnc-card-badges .vnc-card-type {
	background: #172431; color: #fff; -webkit-text-fill-color: #fff;
}
html body .vnc-card-presentation-ready .vnc-card-badges .vnc-card-special {
	background: #fed700; border-color: #e7c300; color: #172431; -webkit-text-fill-color: #172431;
}
html body .vnc-card-presentation-ready .vnc-card-option-icon {
	display: inline-flex; position: static; flex: 0 0 16px;
	width: 16px; height: 16px; min-width: 16px; align-items: center; justify-content: center;
	padding: 0; margin: 0; color: inherit; background: none; border: 0;
}
html body .vnc-card-presentation-ready .vnc-card-option-icon svg {
	display: block; width: 16px !important; height: 16px !important; max-width: 16px !important;
	margin: 0; padding: 0; color: inherit; overflow: visible;
}
html body ul.products.vnc-scr-products .vnc-card-presentation-ready .product-thumbnail {
	padding-top: 56px;
}
html body .vnc-scr-special-offer .vnc-card-presentation-ready .product-thumbnail {
	padding-top: 58px !important;
}
html body .vnc-card-presentation-ready .vnc-card-overview {
	display: flex; flex-direction: column; gap: 9px; min-width: 0;
	box-sizing: border-box; width: 100%; margin: 0; padding: 0;
	color: #33424e; text-align: left;
}
html body ul.products.vnc-scr-products .vnc-card-presentation-ready .vnc-card-overview { margin-top: auto; }
html body .vnc-card-presentation-ready .vnc-card-purpose {
	display: block; margin: 0 !important; padding: 0 !important;
	color: #4b5965 !important; -webkit-text-fill-color: #4b5965;
	font-size: 12px !important; font-weight: 500; line-height: 1.4 !important;
	opacity: 1; overflow-wrap: anywhere;
}
html body .vnc-card-presentation-ready .vnc-card-options.vnc-card-features {
	display: grid; grid-template-columns: minmax(0, 1fr); gap: 5px;
	align-content: start; margin: 0; padding: 0; min-height: 79px;
}
html body .vnc-card-presentation-ready .vnc-card-options.vnc-card-features:empty { display: none; }
html body .vnc-card-presentation-ready .vnc-card-options .vnc-card-feature {
	display: flex; align-items: center; gap: 7px; min-width: 0;
	margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent;
	font-size: 12px; font-weight: 600; line-height: 1.35; color: #243440;
	-webkit-text-fill-color: #243440; overflow-wrap: anywhere;
}
html body .vnc-card-presentation-ready .vnc-card-options .vnc-card-option-icon {
	flex-basis: 23px; width: 23px; height: 23px; border-radius: 7px;
	background: #fff7ce; color: #47515a;
}
html body .vnc-scr-special-offer .vnc-card-presentation-ready > .vnc-card-overview {
	padding: 0 14px 9px;
}
body.home .vnc-scr-featured-product .onsale-product.vnc-card-presentation-ready {
	grid-template-areas: "media" "kicker" "title" "options" "price" "benefit" "action";
}
body.home .vnc-card-presentation-ready .vnc-scr-featured-meta.vnc-card-badges {
	position: static; grid-area: kicker; pointer-events: auto;
}
body.home .vnc-scr-featured-product .vnc-card-overview { grid-area: options; margin: 0 0 2px; }
body.home .vnc-scr-featured-product .vnc-card-options.vnc-card-features { min-height: 0; }
@container (min-width: 460px) {
	body.home .vnc-scr-featured-product .onsale-product.vnc-card-presentation-ready {
		grid-template-areas: "media kicker" "media title" "media options" "media price" "media benefit" "media action";
	}
}
@media (max-width: 575px) {
	html body .vnc-card-presentation-ready .vnc-card-badges { top: 8px; left: 8px; right: 8px; gap: 4px; }
	html body .vnc-card-presentation-ready .vnc-card-badges .vnc-card-type,
	html body .vnc-card-presentation-ready .vnc-card-badges .vnc-card-special { padding: 4px 6px; gap: 4px; font-size: 10px; }
	html body ul.products.vnc-scr-products .vnc-card-presentation-ready .product-thumbnail { padding-top: 54px; }
	html body .vnc-card-presentation-ready .vnc-card-badges .vnc-card-option-icon,
	html body .vnc-card-presentation-ready .vnc-card-badges .vnc-card-option-icon svg { width: 13px !important; height: 13px !important; min-width: 13px; flex-basis: 13px; }
	html body .vnc-card-presentation-ready .vnc-card-purpose { font-size: 11px !important; min-height: 31px; }
	html body .vnc-card-presentation-ready .vnc-card-options .vnc-card-feature { font-size: 11px; gap: 5px; }
	html body .vnc-card-presentation-ready .vnc-card-options .vnc-card-option-icon { width: 21px; height: 21px; flex-basis: 21px; }
}
