/* VNC Safe Card Refresh: homepage product cards only. */

body.home .woocommerce ul.products.vnc-scr-products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0 !important;
}

body.home .woocommerce ul.products.vnc-scr-products > li.product {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.home .vnc-scr-products > li.product[hidden] {
	display: none !important;
}

body.home .vnc-scr-products .product-outer {
	box-sizing: border-box;
	height: 100%;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid #e1e5e9;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 7px 22px rgba(24, 35, 46, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.home .vnc-scr-products .product-outer:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(24, 35, 46, 0.13);
}

body.home .vnc-scr-products .product-inner {
	display: flex;
	height: 100%;
	min-height: 100%;
	flex-direction: column;
	padding: 0 !important;
	position: relative !important;
}

body.home .vnc-scr-products .product-loop-header {
	position: relative;
	padding: 0 !important;
	background: linear-gradient(145deg, #fafbfc, #eef2f4);
}

body.home .vnc-scr-products .product-loop-header > .loop-product-categories,
body.home .vnc-scr-products .product-loop-header .woocommerce-loop-product__title,
body.home .vnc-scr-products .product-loop-body > .loop-product-categories,
body.home .vnc-scr-products .product-short-description,
body.home .vnc-scr-products .product-sku,
body.home .vnc-scr-products .hover-area,
body.home .vnc-scr-products .onsale {
	display: none !important;
}

body.home .vnc-scr-products .product-thumbnail {
	display: grid;
	min-height: 210px;
	margin: 0 !important;
	padding: 24px;
	place-items: center;
}

body.home .vnc-scr-products .product-thumbnail img {
	width: 100% !important;
	max-width: 188px;
	height: 178px !important;
	margin: 0 auto;
	object-fit: contain;
	mix-blend-mode: multiply;
}

body.home .vnc-card-type,
body.home .vnc-card-special {
	position: absolute;
	z-index: 3;
	top: 12px;
	padding: 6px 9px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

body.home .vnc-card-type {
	left: 12px;
	max-width: calc(100% - 116px);
	background: #172431;
	color: #ffffff;
	white-space: normal;
}

body.home .vnc-card-special {
	right: 12px;
	background: #ffd400;
	color: #111111;
}

body.home .vnc-scr-products .product-loop-body {
	display: flex !important;
	flex: 1;
	flex-direction: column;
	height: auto !important;
	padding: 15px 15px 8px !important;
}

body.home .vnc-scr-products .product-loop-body > a {
	color: inherit;
	text-decoration: none;
}

body.home .vnc-scr-products .product-loop-body .woocommerce-loop-product__title {
	min-height: 44px;
	margin: 0 0 7px !important;
	color: #172431;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1.35;
}

body.home .vnc-scr-products .product-rating {
	margin: 0 0 10px;
	color: #75808a;
	font-size: 12px;
}

body.home .vnc-card-features {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
	padding-top: 4px;
}

body.home .vnc-card-feature {
	padding: 5px 8px;
	border-radius: 999px;
	background: #edf1f3;
	color: #34424e;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
}

body.home .vnc-scr-products .product-loop-footer {
	height: auto !important;
	min-height: 0 !important;
	margin-top: auto;
	padding: 8px 15px 15px !important;
	overflow: visible !important;
}

body.home .vnc-scr-products .price-add-to-cart {
	display: flex !important;
	position: static !important;
	box-sizing: border-box;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	flex-direction: column;
	align-items: stretch !important;
	gap: 0;
	overflow: visible !important;
}

body.home .vnc-scr-products .price {
	display: block !important;
	margin: 0 !important;
	color: #172431 !important;
	font-size: 23px !important;
	font-weight: 800 !important;
	line-height: 1.2;
}

body.home .vnc-scr-products .price del,
body.home .vnc-scr-products .price .screen-reader-text,
body.home .vnc-scr-products .price > span[aria-hidden="true"] + span[aria-hidden="true"] {
	display: none !important;
}

body.home .vnc-scr-products .price ins {
	text-decoration: none !important;
}

body.home .vnc-card-delivery {
	display: flex;
	align-items: center;
	gap: 8px;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	margin-top: 10px;
	padding: 8px 9px;
	border: 1px solid #dfe7ec;
	border-radius: 10px;
	background: #f6f8f9;
	color: #34434f;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
}

body.home .vnc-card-delivery.is-free {
	border-color: #efd74d;
	background: #fffbea;
	color: #172431;
}

body.home .vnc-card-delivery-icon {
	display: grid;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: #172431;
	font-size: 15px;
	line-height: 1;
}

body.home .vnc-card-delivery-text {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.home .vnc-scr-products .add-to-cart-wrap {
	display: flex !important;
	align-items: center;
	margin: 11px 0 0 !important;
}

body.home .vnc-scr-products .add-to-cart-wrap::before,
body.home .vnc-scr-products .add-to-cart-wrap::after {
	display: none !important;
	content: none !important;
}

body.home .vnc-scr-products .vnc-card-hidden-action {
	display: none !important;
}

body.home .vnc-scr-products .vnc-card-action {
	display: flex !important;
	width: 100% !important;
	min-width: 116px;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 8px 12px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #172431 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-indent: 0 !important;
	text-align: center;
	text-decoration: none !important;
}

body.home .vnc-scr-products .vnc-card-action::before,
body.home .vnc-scr-products .vnc-card-action::after {
	display: none !important;
	content: none !important;
}

body.home .vnc-scr-products .vnc-card-action-arrow {
	display: inline-block;
	color: #ffd400;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-1px);
}

body.home .vnc-scr-card-controls {
	margin: 0 0 20px;
}

body.home .vnc-scr-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 15px;
}

body.home .vnc-scr-filter {
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid #d7dde2;
	border-radius: 999px;
	background: #ffffff;
	color: #53606b;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

body.home .vnc-scr-filter[aria-pressed="true"] {
	border-color: #ffd400;
	background: #ffd400;
	color: #111111;
}

body.home .vnc-scr-filter:disabled {
	cursor: wait;
	opacity: 0.68;
}

body.home .vnc-scr-filter-status {
	min-height: 18px;
	margin: -7px 0 0 !important;
	color: #5b6670;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
}

body.home .vnc-scr-filter-status:empty {
	display: none;
}

body.home.vnc-scr-all-products-loaded .woocommerce-pagination {
	display: none !important;
}

/* Two existing X3/X7 feature blocks: compact, modern and fully reversible. */
body.home .vnc-scr-featured-product.section-onsale-product {
	container-type: inline-size;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 28px !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid #dfe5ea !important;
	border-radius: 22px !important;
	background: #ffffff !important;
	box-shadow: 0 12px 34px rgba(23, 36, 49, 0.1);
}

body.home .vnc-scr-featured-product.section-onsale-product::before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: #ffd400;
	content: "";
}

body.home .vnc-scr-featured-product .onsale-products {
	margin: 0 !important;
	padding: 0 !important;
}

body.home .vnc-scr-featured-product .onsale-product {
	display: grid !important;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas:
		"media"
		"kicker"
		"title"
		"price"
		"benefit"
		"action";
	gap: 11px;
	margin: 0 !important;
	padding: 22px 18px 18px !important;
	background: linear-gradient(145deg, #ffffff 0%, #f5f8fa 100%);
	text-align: left !important;
}

body.home .vnc-scr-featured-product .woocommerce-LoopProduct-link {
	display: contents !important;
}

body.home .vnc-scr-featured-product img {
	grid-area: media;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 250px !important;
	height: 220px !important;
	margin: 0 auto 3px !important;
	padding: 12px;
	border-radius: 16px;
	background: radial-gradient(circle at 50% 45%, #ffffff 0%, #edf2f5 100%);
	object-fit: contain;
	mix-blend-mode: multiply;
}

body.home .vnc-scr-featured-product .woocommerce-loop-product__title {
	grid-area: title;
	margin: 0 !important;
	color: #172431 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

body.home .vnc-scr-featured-product .price {
	display: block !important;
	grid-area: price;
	margin: 0 !important;
	color: #172431 !important;
	font-size: 28px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	text-align: left !important;
}

body.home .vnc-scr-featured-meta {
	display: flex;
	grid-area: kicker;
	flex-wrap: wrap;
	align-items: center;
	justify-self: start;
	gap: 6px;
}

body.home .vnc-scr-featured-kicker,
body.home .vnc-scr-featured-bestseller {
	display: inline-flex;
	justify-self: start;
	padding: 6px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

body.home .vnc-scr-featured-kicker {
	background: #333e48;
	color: #ffffff;
}

body.home .vnc-scr-featured-bestseller {
	border: 1px solid #e5c300;
	background: #fed700;
	color: #333e48;
}

body.home .vnc-scr-featured-benefit {
	display: inline-flex;
	grid-area: benefit;
	align-items: center;
	justify-self: start;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid #efd74d;
	border-radius: 9px;
	background: #fffbea;
	color: #172431;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}

body.home .vnc-scr-featured-benefit-icon {
	display: grid;
	box-sizing: border-box;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	padding: 0 !important;
	place-items: center;
	border-radius: 50%;
	background: #172431;
	font-size: 11px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
}

body.home .vnc-scr-featured-benefit-text {
	font-size: inherit !important;
	line-height: inherit !important;
}

body.home .vnc-scr-featured-action {
	display: inline-flex;
	grid-area: action;
	align-items: center;
	justify-content: center;
	justify-self: start;
	gap: 7px;
	min-height: 38px;
	padding: 9px 14px;
	border-radius: 9px;
	background: #172431;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
}

body.home .vnc-scr-featured-action span {
	color: #ffd400;
	font-size: 16px;
	line-height: 1;
}

@container (min-width: 460px) {
	body.home .vnc-scr-featured-product .onsale-product {
		grid-template-columns: minmax(150px, 0.85fr) minmax(0, 1.15fr);
		grid-template-areas:
			"media kicker"
			"media title"
			"media price"
			"media benefit"
			"media action";
		column-gap: 22px;
		row-gap: 10px;
		padding: 24px !important;
	}

	body.home .vnc-scr-featured-product img {
		max-width: 300px !important;
		height: 280px !important;
		margin: 0 !important;
	}
}

@media (max-width: 991px) {
	body.home .woocommerce ul.products.vnc-scr-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
}

@media (max-width: 575px) {
	body.home .woocommerce ul.products.vnc-scr-products {
		gap: 10px;
	}

	body.home .vnc-scr-products .product-thumbnail {
		min-height: 155px;
		padding: 18px 12px;
	}

	body.home .vnc-scr-products .product-thumbnail img {
		max-width: 135px;
		height: 130px !important;
	}

	body.home .vnc-card-type,
	body.home .vnc-card-special {
		top: 8px;
		padding: 5px 7px;
		font-size: 9px;
	}

	body.home .vnc-card-type {
		left: 8px;
		max-width: calc(100% - 82px);
	}

	body.home .vnc-card-special {
		right: 8px;
	}

	body.home .vnc-scr-products .product-loop-body {
		padding: 11px 10px 6px !important;
	}

	body.home .vnc-scr-products .product-loop-body .woocommerce-loop-product__title {
		min-height: 50px;
		font-size: 14px !important;
	}

	body.home .vnc-scr-products .product-loop-footer {
		padding: 6px 10px 11px !important;
	}

	body.home .vnc-scr-products .price {
		font-size: 18px !important;
	}

	body.home .vnc-card-feature {
		padding: 4px 6px;
		font-size: 9px;
	}

	body.home .vnc-card-delivery {
		min-height: 46px;
		gap: 7px;
		padding: 7px;
		font-size: 11px;
	}

	body.home .vnc-card-delivery-icon {
		flex-basis: 25px;
		width: 25px;
		height: 25px;
		font-size: 13px;
	}

	body.home .vnc-scr-products .vnc-card-action {
		min-width: 104px;
		min-height: 34px;
		padding: 7px 10px !important;
		font-size: 10px !important;
	}

	body.home .vnc-scr-filter {
		min-height: 36px;
		padding: 7px 11px;
		font-size: 11px;
	}
}

/* Shared short description and four benefits on camera product pages. */
body.single-product .woocommerce-product-details__short-description .vnc-product-short {
	margin: 16px 0 20px !important;
	color: #172431 !important;
}

body.single-product .vnc-product-short .vnc-short-lead {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 12px !important;
	padding: 15px 16px 16px 18px !important;
	border: 1px solid #e0e4e7 !important;
	border-left: 4px solid #fed700 !important;
	border-radius: 0 15px 15px 0 !important;
	background: linear-gradient(135deg, #ffffff 0%, #fff9dc 100%) !important;
	box-shadow: 0 8px 22px rgba(23, 36, 49, 0.09);
}

body.single-product .vnc-product-short .vnc-short-lead::before {
	display: inline-flex;
	margin: 0 0 8px;
	padding: 5px 8px;
	border-radius: 999px;
	background: #333e48;
	color: #fed700;
	content: "Kratak opis";
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.single-product .vnc-product-short .vnc-short-lead,
body.single-product .vnc-product-short .vnc-short-lead p {
	margin: 0 !important;
	color: #26313a !important;
	font-size: 16px !important;
	line-height: 1.58 !important;
}

body.single-product .vnc-product-short .vnc-short-lead strong {
	color: #111820 !important;
	font-weight: 800 !important;
}

body.single-product .vnc-product-short .vnc-short-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 0 !important;
}

body.single-product .vnc-product-short .vnc-short-grid > div {
	display: grid !important;
	position: relative;
	box-sizing: border-box;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 10px;
	row-gap: 4px;
	min-height: 112px;
	padding: 13px !important;
	border: 1px solid #dfe5e9 !important;
	border-left: 3px solid #fed700 !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	box-shadow: 0 6px 18px rgba(23, 36, 49, 0.055);
	text-align: left !important;
}

body.single-product .vnc-product-short .vnc-short-grid > div > span {
	display: grid !important;
	position: static !important;
	box-sizing: border-box;
	grid-column: 1;
	grid-row: 1 / 3;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center;
	align-self: start;
	border-radius: 50% !important;
	background: #333e48 !important;
	color: #fed700 !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

body.single-product .vnc-product-short .vnc-short-grid > div > strong {
	display: block !important;
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	margin: 0 !important;
	color: #172431 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

body.single-product .vnc-product-short .vnc-short-grid > div > small {
	display: block !important;
	grid-column: 2;
	grid-row: 2;
	margin: 0 !important;
	color: #53616d !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
	text-align: left !important;
}

body.single-product .vnc-product-short .vnc-short-note {
	box-sizing: border-box;
	margin: 12px 0 0 !important;
	padding: 12px 14px !important;
	border: 1px solid #e2e7eb !important;
	border-left: 4px solid #ffd400 !important;
	border-radius: 0 12px 12px 0 !important;
	background: #f6f8fa !important;
	color: #293744 !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}

/* Replace the generic benefits section with a model-specific visual chart. */
body.single-product .vnc-scr-hidden-section {
	display: none !important;
}

body.single-product .vnc-scr-camera-chart {
	box-sizing: border-box;
	margin: 22px 0 !important;
	padding: 22px !important;
	border: 1px solid #dfe3e6;
	border-top: 5px solid #fed700;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(23, 36, 49, 0.11);
	color: #26313a;
}

body.single-product .vnc-scr-camera-chart-head {
	margin: 0 0 18px;
}

body.single-product .vnc-scr-camera-chart-head > span {
	display: inline-flex;
	margin: 0 0 9px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #333e48;
	color: #fed700;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.07em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.single-product .vnc-scr-camera-chart-head h3 {
	margin: 0 !important;
	color: #17212a !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

body.single-product .vnc-scr-camera-chart-head p {
	margin: 7px 0 0 !important;
	color: #65717b !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

body.single-product .vnc-scr-camera-chart-rows {
	box-sizing: border-box;
	padding: 17px;
	border: 1px solid #e2e6e9;
	border-radius: 16px;
	background: #f7f8f9;
}

body.single-product .vnc-scr-camera-chart-row + .vnc-scr-camera-chart-row {
	margin-top: 15px;
}

body.single-product .vnc-scr-camera-chart-labels {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 7px;
}

body.single-product .vnc-scr-camera-chart-labels strong {
	color: #17212a !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
}

body.single-product .vnc-scr-camera-chart-labels span {
	flex: 0 0 auto;
	padding: 4px 7px;
	border-radius: 999px;
	background: #333e48;
	color: #fed700 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body.single-product .vnc-scr-camera-chart-track {
	height: 12px;
	overflow: hidden;
	border-radius: 999px;
	background: #e3e7ea;
}

body.single-product .vnc-scr-camera-chart-track > span {
	display: block;
	width: 92%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #333e48 0%, #66717b 52%, #fed700 100%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.single-product .vnc-scr-camera-chart-row.is-row-2 .vnc-scr-camera-chart-track > span {
	width: 86%;
}

body.single-product .vnc-scr-camera-chart-row.is-row-3 .vnc-scr-camera-chart-track > span {
	width: 95%;
}

body.single-product .vnc-scr-camera-chart-row.is-row-4 .vnc-scr-camera-chart-track > span {
	width: 89%;
}

/* Restore numbered circles and compact cards in the original X3 connection steps. */
body.single-product .vnc-product-story .vnc-story-steps > article {
	display: grid !important;
	box-sizing: border-box !important;
	grid-template-columns: 42px minmax(0, 1fr) !important;
	grid-template-rows: auto auto !important;
	column-gap: 13px !important;
	row-gap: 5px !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 16px !important;
	align-items: start !important;
}

body.single-product .vnc-product-story .vnc-story-steps > article > .vnc-scr-story-step-badge {
	display: grid !important;
	box-sizing: border-box !important;
	grid-column: 1 !important;
	grid-row: 1 / 3 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center !important;
	border-radius: 50% !important;
	background: #333e48 !important;
	color: #fed700 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

body.single-product .vnc-product-story .vnc-story-steps > article > h3,
body.single-product .vnc-product-story .vnc-story-steps > article > h4 {
	grid-column: 2 !important;
	grid-row: 1 !important;
	margin: 0 !important;
	color: #17212a !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
}

body.single-product .vnc-product-story .vnc-story-steps > article > p {
	grid-column: 2 !important;
	grid-row: 2 !important;
	margin: 0 !important;
	color: #4f5b65 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

@media (max-width: 575px) {
	body.single-product .vnc-product-short .vnc-short-lead {
		padding: 13px 13px 14px 14px !important;
	}

	body.single-product .vnc-product-short .vnc-short-lead,
	body.single-product .vnc-product-short .vnc-short-lead p {
		font-size: 15px !important;
		line-height: 1.55 !important;
	}

	body.single-product .vnc-product-short .vnc-short-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 8px !important;
	}

	body.single-product .vnc-product-short .vnc-short-grid > div {
		min-height: 0;
		padding: 12px !important;
	}

	body.single-product .vnc-scr-camera-chart {
		padding: 17px !important;
		border-radius: 17px;
	}

	body.single-product .vnc-scr-camera-chart-head h3 {
		font-size: 19px !important;
	}

	body.single-product .vnc-scr-camera-chart-rows {
		padding: 14px;
	}
}

@media (max-width: 390px) {
	body.single-product .vnc-scr-camera-chart-labels {
		gap: 8px;
	}

	body.single-product .vnc-scr-camera-chart-labels strong {
		font-size: 13px !important;
	}
}
