/* Webrox Guard product pages: clean purchase decision, useful preview and proof. */

body.webrox-guard-stran.single-product {
	--wg-product-ink: #101d33;
	--wg-product-copy: #52637e;
	--wg-product-line: #d7e2ef;
	--wg-product-soft: #f4f8fc;
	--wg-product-blue: #1478ff;
	--wg-product-blue-dark: #075ecf;
	--wg-product-green: #0a9667;
	--wg-product-navy: #07172d;
	background: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-main {
	background: #ffffff;
	color: var(--wg-product-ink);
	overflow: clip;
}

body.webrox-guard-stran.single-product .varuh-product-main .container {
	width: min(100% - 48px, 1280px);
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 0;
}

body.webrox-guard-stran.single-product .varuh-product-main h1,
body.webrox-guard-stran.single-product .varuh-product-main h2,
body.webrox-guard-stran.single-product .varuh-product-main h3,
body.webrox-guard-stran.single-product .varuh-product-main p {
	letter-spacing: 0;
}

body.webrox-guard-stran.single-product .varuh-product-main .btn {
	border-radius: 7px;
	box-shadow: none;
	font-weight: 850;
	letter-spacing: 0;
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease;
}

body.webrox-guard-stran.single-product .varuh-product-main .btn:hover,
body.webrox-guard-stran.single-product .varuh-product-main .btn:focus-visible {
	transform: translateY(-1px);
	box-shadow: none;
}

body.webrox-guard-stran.single-product .varuh-product-main .btn-primary {
	border-color: var(--wg-product-blue);
	background: var(--wg-product-blue);
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-main .btn-primary:hover,
body.webrox-guard-stran.single-product .varuh-product-main .btn-primary:focus-visible {
	border-color: var(--wg-product-blue-dark);
	background: var(--wg-product-blue-dark);
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-main .btn-outline-primary {
	border-color: #9fc4f4;
	background: #ffffff;
	color: var(--wg-product-blue-dark);
}

body.webrox-guard-stran.single-product .varuh-product-main .btn-outline-primary:hover,
body.webrox-guard-stran.single-product .varuh-product-main .btn-outline-primary:focus-visible {
	border-color: var(--wg-product-blue);
	background: #eef6ff;
	color: var(--wg-product-blue-dark);
}

body.webrox-guard-stran.single-product .varuh-product-hero {
	position: relative;
	padding: 42px 0 72px;
	border-bottom: 1px solid var(--wg-product-line);
	background: #fbfdff;
}

body.webrox-guard-stran.single-product .varuh-product-back {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 40px;
	margin: 0 0 28px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	color: var(--wg-product-blue-dark);
	font-size: .92rem;
	font-weight: 800;
	text-decoration: none;
}

body.webrox-guard-stran.single-product .varuh-product-eyebrow {
	color: var(--wg-product-blue-dark) !important;
}

body.webrox-guard-stran.single-product .varuh-product-summary {
	color: var(--wg-product-copy) !important;
}

body.webrox-guard-stran.single-product .varuh-product-back i {
	transition: transform .18s ease;
}

body.webrox-guard-stran.single-product .varuh-product-back:hover i {
	transform: translateX(-3px);
}

body.webrox-guard-stran.single-product .varuh-product-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(410px, .88fr);
	align-items: center;
	gap: 72px;
}

body.webrox-guard-stran.single-product .varuh-product-copy {
	max-width: 690px;
	padding: 18px 0;
}

body.webrox-guard-stran.single-product .varuh-product-eyebrow,
body.webrox-guard-stran.single-product .varuh-product-main .varuh-oznaka {
	display: block;
	width: fit-content;
	min-height: 0;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--wg-product-blue-dark);
	font-size: .78rem;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-copy h1 {
	max-width: 690px;
	margin: 0;
	color: var(--wg-product-ink);
	font-size: 62px;
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

body.webrox-guard-stran.single-product .varuh-product-summary {
	max-width: 640px;
	margin: 24px 0 0;
	color: var(--wg-product-copy);
	font-size: 1.16rem;
	line-height: 1.68;
}

body.webrox-guard-stran.single-product .varuh-product-benefits {
	display: grid;
	max-width: 650px;
	margin-top: 32px;
	border-top: 1px solid var(--wg-product-line);
}

body.webrox-guard-stran.single-product .varuh-product-benefit {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	gap: 15px;
	min-height: 78px;
	padding: 14px 0;
	border-bottom: 1px solid var(--wg-product-line);
}

body.webrox-guard-stran.single-product .varuh-product-benefit > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #c7dcf8;
	border-radius: 7px;
	background: #edf5ff;
	color: var(--wg-product-blue);
	font-size: 1.05rem;
}

body.webrox-guard-stran.single-product .varuh-product-benefit span {
	display: grid;
	gap: 3px;
}

body.webrox-guard-stran.single-product .varuh-product-benefit strong {
	color: var(--wg-product-ink);
	font-size: 1rem;
	line-height: 1.3;
}

body.webrox-guard-stran.single-product .varuh-product-benefit small {
	color: var(--wg-product-copy);
	font-size: .92rem;
	line-height: 1.45;
}

body.webrox-guard-stran.single-product .varuh-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

body.webrox-guard-stran.single-product .varuh-product-actions .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 22px;
	font-size: .96rem;
}

body.webrox-guard-stran.single-product .varuh-product-buy {
	width: 100%;
	max-width: 500px;
	justify-self: end;
}

body.webrox-guard-stran.single-product .varuh-product-card {
	position: relative;
	top: auto;
	display: grid;
	gap: 18px;
	width: 100%;
	padding: 20px;
	border: 1px solid #cbd9e9;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(16, 29, 51, .07);
}

body.webrox-guard-stran.single-product .varuh-product-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 30px;
}

body.webrox-guard-stran.single-product .varuh-product-card-label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 9px;
	border: 1px solid #c9def8;
	border-radius: 6px;
	background: #eef6ff;
	color: var(--wg-product-blue-dark);
	font-size: .68rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-card-top > strong {
	color: var(--wg-product-ink);
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: right;
}

body.webrox-guard-stran.single-product .varuh-product-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 208px;
	padding: 10px;
	border: 1px solid #d6e3f1;
	border-radius: 8px;
	background: #f1f6fb;
	overflow: hidden;
}

body.webrox-guard-stran.single-product .varuh-product-card-image img {
	display: block;
	width: 196px;
	height: 196px;
	max-width: 196px;
	max-height: 196px;
	margin: 0;
	object-fit: contain;
	object-position: 50% 50%;
	filter: none;
	transform: none;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual {
	--wg-visual-accent: #1685c4;
	--wg-visual-strong: #075f91;
	--wg-visual-soft: #eefaff;
	--wg-visual-line: #bfe4f3;
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	grid-template-rows: 1fr auto;
	align-items: center;
	gap: 16px 18px;
	width: 100%;
	height: 208px;
	padding: 24px;
	border: 1px solid var(--wg-visual-line);
	border-radius: 8px;
	background: var(--wg-visual-soft);
	overflow: hidden;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual--wordpress {
	--wg-visual-accent: #1478ff;
	--wg-visual-strong: #075ecf;
	--wg-visual-soft: #eef5ff;
	--wg-visual-line: #c5daf6;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual--commerce {
	--wg-visual-accent: #7357d8;
	--wg-visual-strong: #5337ae;
	--wg-visual-soft: #f5f2ff;
	--wg-visual-line: #d9cff6;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border: 1px solid color-mix(in srgb, var(--wg-visual-accent) 30%, #ffffff);
	border-radius: 8px;
	background: #ffffff;
	color: var(--wg-visual-accent);
	font-size: 2rem;
	box-shadow: 0 8px 20px color-mix(in srgb, var(--wg-visual-accent) 12%, transparent);
}

body.webrox-guard-stran.single-product .varuh-product-card-visual-icon > span {
	position: absolute;
	right: -7px;
	bottom: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 3px solid var(--wg-visual-soft);
	border-radius: 50%;
	background: #ffffff;
	color: #0a9667;
	font-size: .88rem;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual-copy small {
	color: var(--wg-visual-strong);
	font-size: .69rem;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual-copy strong {
	max-width: 280px;
	color: var(--wg-product-ink);
	font-size: 1.32rem;
	font-weight: 900;
	line-height: 1.18;
	text-wrap: balance;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual-signals {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual-signals > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 0;
	min-height: 38px;
	padding: 7px 8px;
	border: 1px solid color-mix(in srgb, var(--wg-visual-accent) 22%, #ffffff);
	border-radius: 6px;
	background: rgba(255, 255, 255, .82);
	color: var(--wg-visual-strong);
	font-size: .68rem;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
}

body.webrox-guard-stran.single-product .varuh-product-card-visual-signals i {
	flex: 0 0 auto;
	color: var(--wg-visual-accent);
	font-size: .75rem;
}

body.webrox-guard-stran.single-product .varuh-product-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	min-height: 50px;
	margin: 0;
	color: var(--wg-product-ink);
}

body.webrox-guard-stran.single-product .varuh-product-price > span {
	font-size: 2.45rem;
	font-weight: 900;
	line-height: 1;
}

body.webrox-guard-stran.single-product .varuh-product-price > small {
	color: #687a94;
	font-size: .88rem;
	font-weight: 800;
}

body.webrox-guard-stran.single-product .varuh-product-price > del {
	color: #8794a8;
	font-size: .9rem;
}

body.webrox-guard-stran.single-product .varuh-billing-choice {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
}

body.webrox-guard-stran.single-product .varuh-billing-choice label {
	position: relative;
	display: grid;
	align-content: center;
	gap: 5px;
	min-width: 0;
	min-height: 94px;
	padding: 15px;
	border: 1px solid var(--wg-product-line);
	border-radius: 7px;
	background: #ffffff;
	cursor: pointer;
	box-shadow: none;
	transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body.webrox-guard-stran.single-product .varuh-billing-choice label:hover {
	transform: translateY(-1px);
	border-color: #91bdf2;
	box-shadow: none;
}

body.webrox-guard-stran.single-product .varuh-billing-choice label.is-active {
	border-color: var(--wg-product-blue);
	background: #f5f9ff;
	box-shadow: inset 0 0 0 1px var(--wg-product-blue);
}

body.webrox-guard-stran.single-product .varuh-billing-choice label.varuh-billing-annual {
	background: #f4fbf8;
}

body.webrox-guard-stran.single-product .varuh-billing-choice label.varuh-billing-annual.is-active {
	border-color: var(--wg-product-green);
	background: #eefaf5;
	box-shadow: inset 0 0 0 1px var(--wg-product-green);
}

body.webrox-guard-stran.single-product .varuh-billing-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

body.webrox-guard-stran.single-product .varuh-billing-choice span {
	width: fit-content;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--wg-product-blue-dark);
	font-size: .72rem;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-billing-choice label.is-active span {
	background: transparent;
	color: var(--wg-product-blue-dark);
}

body.webrox-guard-stran.single-product .varuh-billing-choice strong {
	min-width: 0;
	color: var(--wg-product-ink);
	font-size: 1rem;
	line-height: 1.25;
}

body.webrox-guard-stran.single-product .varuh-billing-choice strong del {
	color: #8995a7;
	font-size: .76rem;
}

body.webrox-guard-stran.single-product .varuh-billing-choice strong ins {
	color: inherit;
	text-decoration: none;
}

body.webrox-guard-stran.single-product .varuh-billing-choice em {
	color: #687a94;
	font-size: .76rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
}

body.webrox-guard-stran.single-product .varuh-billing-save {
	position: absolute;
	top: -11px;
	right: 8px;
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 4px 7px;
	border: 1px solid #b9e4d3;
	border-radius: 6px;
	background: #e7f8f1;
	color: #087454;
	font-size: .61rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: none;
}

body.webrox-guard-stran.single-product .varuh-product-scan-offer,
body.webrox-guard-stran.single-product .varuh-product-trial {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: start;
	gap: 10px;
	margin: 0;
	padding: 12px;
	border: 1px solid #c8def8;
	border-radius: 7px;
	background: #f2f8ff;
	color: #21456e;
}

body.webrox-guard-stran.single-product .varuh-product-scan-offer > i,
body.webrox-guard-stran.single-product .varuh-product-trial > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 7px;
	background: #dfeeff;
	color: var(--wg-product-blue);
}

body.webrox-guard-stran.single-product .varuh-product-scan-offer div,
body.webrox-guard-stran.single-product .varuh-product-trial span {
	display: grid;
	gap: 2px;
}

body.webrox-guard-stran.single-product .varuh-product-scan-offer strong,
body.webrox-guard-stran.single-product .varuh-product-trial strong {
	color: var(--wg-product-ink);
	font-size: .85rem;
}

body.webrox-guard-stran.single-product .varuh-product-scan-offer time,
body.webrox-guard-stran.single-product .varuh-product-trial span {
	font-size: .78rem;
	line-height: 1.45;
}

body.webrox-guard-stran.single-product .varuh-product-cart {
	display: grid;
	margin: 0;
}

body.webrox-guard-stran.single-product .varuh-product-cart .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	padding: 12px 18px;
	box-shadow: none;
}

body.webrox-guard-stran.single-product .varuh-product-compare {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 12px;
	border: 0;
	border-radius: 7px;
	background: #f3f7fb;
	color: var(--wg-product-blue-dark);
	font-size: .88rem;
	font-weight: 850;
	text-decoration: none;
}

body.webrox-guard-stran.single-product .varuh-product-compare:hover {
	background: #e9f3ff;
}

body.webrox-guard-stran.single-product .varuh-product-mini-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 14px 0 0;
	border-top: 1px solid var(--wg-product-line);
	color: #60718a;
	font-size: .74rem;
	list-style: none;
}

body.webrox-guard-stran.single-product .varuh-product-mini-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 0;
	min-height: 28px;
	padding: 0 8px;
	border-right: 1px solid var(--wg-product-line);
	text-align: center;
}

body.webrox-guard-stran.single-product .varuh-product-mini-list li:first-child {
	padding-left: 0;
}

body.webrox-guard-stran.single-product .varuh-product-mini-list li:last-child {
	padding-right: 0;
	border-right: 0;
}

body.webrox-guard-stran.single-product .varuh-product-mini-list i {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	color: var(--wg-product-blue);
	font-size: .75rem;
}

body.webrox-guard-stran.single-product .varuh-product-included {
	padding: 62px 0 66px;
	border-bottom: 1px solid var(--wg-product-line);
	background: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-included-head {
	display: grid;
	align-items: start;
	justify-content: start;
	gap: 8px;
	margin-bottom: 28px;
}

body.webrox-guard-stran.single-product .varuh-product-included-head .varuh-oznaka {
	margin: 0;
}

body.webrox-guard-stran.single-product .varuh-product-included-head h2 {
	margin: 0;
	color: var(--wg-product-ink);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.12;
}

body.webrox-guard-stran.single-product .varuh-product-included-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--wg-product-line);
	border-bottom: 1px solid var(--wg-product-line);
}

body.webrox-guard-stran.single-product .varuh-product-included-grid > div {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	gap: 13px;
	min-height: 112px;
	padding: 20px 22px;
	border-right: 1px solid var(--wg-product-line);
}

body.webrox-guard-stran.single-product .varuh-product-included-grid > div:last-child {
	border-right: 0;
}

body.webrox-guard-stran.single-product .varuh-product-included-grid i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 7px;
	background: #eaf3ff;
	color: var(--wg-product-blue);
	font-size: 1rem;
}

body.webrox-guard-stran.single-product .varuh-product-included-grid span {
	display: grid;
	gap: 4px;
}

body.webrox-guard-stran.single-product .varuh-product-included-grid strong {
	color: var(--wg-product-ink);
	font-size: .94rem;
	line-height: 1.3;
}

body.webrox-guard-stran.single-product .varuh-product-included-grid small {
	color: var(--wg-product-copy);
	font-size: .8rem;
	line-height: 1.4;
}

body.webrox-guard-stran.single-product .varuh-product-preview {
	padding: 78px 0;
	background: var(--wg-product-navy);
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-preview-layout {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
	align-items: center;
	gap: 72px;
}

body.webrox-guard-stran.single-product .varuh-product-preview .varuh-oznaka {
	color: #79b6ff;
}

body.webrox-guard-stran.single-product .varuh-product-preview-copy h2 {
	max-width: 520px;
	margin: 0;
	color: #ffffff;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.06;
	text-wrap: balance;
}

body.webrox-guard-stran.single-product .varuh-product-preview-copy > p:not(.varuh-oznaka) {
	max-width: 540px;
	margin: 20px 0 0;
	color: #b7c7db;
	font-size: 1.03rem;
	line-height: 1.65;
}

body.webrox-guard-stran.single-product .varuh-product-preview-copy ul {
	display: grid;
	gap: 10px;
	margin: 24px 0 28px;
	padding: 0;
	list-style: none;
}

body.webrox-guard-stran.single-product .varuh-product-preview-copy li {
	display: grid;
	grid-template-columns: 22px 1fr;
	align-items: start;
	gap: 9px;
	color: #dbe7f7;
	font-size: .94rem;
	line-height: 1.5;
}

body.webrox-guard-stran.single-product .varuh-product-preview-copy li i {
	margin-top: 4px;
	color: #36d49a;
}

body.webrox-guard-stran.single-product .varuh-product-preview-copy .btn-light {
	min-height: 50px;
	padding: 12px 20px;
	border-color: #ffffff;
	background: #ffffff;
	color: var(--wg-product-navy);
}

body.webrox-guard-stran.single-product .varuh-product-report {
	display: grid;
	gap: 14px;
	padding: 22px;
	border: 1px solid #2c4668;
	border-radius: 8px;
	background: #0c203b;
	box-shadow: 0 20px 44px rgba(0, 0, 0, .18);
}

body.webrox-guard-stran.single-product .varuh-product-report-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #2c4668;
}

body.webrox-guard-stran.single-product .varuh-product-report-head > div:first-child {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	gap: 12px;
}

body.webrox-guard-stran.single-product .varuh-product-report-head > div:first-child > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #355273;
	border-radius: 7px;
	color: #75b4ff;
}

body.webrox-guard-stran.single-product .varuh-product-report-head span {
	display: grid;
	gap: 2px;
}

body.webrox-guard-stran.single-product .varuh-product-report-head small {
	color: #8fa5c0;
	font-size: .68rem;
	font-weight: 850;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-report-head strong {
	color: #ffffff;
	font-size: 1rem;
}

body.webrox-guard-stran.single-product .varuh-product-report-score {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 126px;
	padding: 10px 12px;
	border: 1px solid #235f50;
	border-radius: 7px;
	background: #0d332e;
}

body.webrox-guard-stran.single-product .varuh-product-report-score.is-attention {
	border-color: #6f5b25;
	background: #342b16;
}

body.webrox-guard-stran.single-product .varuh-product-report-score > strong {
	color: #3de2a4;
	font-size: 2rem;
	line-height: 1;
}

body.webrox-guard-stran.single-product .varuh-product-report-score.is-attention > strong {
	color: #ffc34d;
}

body.webrox-guard-stran.single-product .varuh-product-report-score > span {
	display: grid;
	gap: 1px;
	color: #aebed2;
	font-size: .78rem;
	line-height: 1;
}

body.webrox-guard-stran.single-product .varuh-product-report-score small {
	color: #9fd7c5;
	font-size: .58rem;
	text-transform: none;
}

body.webrox-guard-stran.single-product .varuh-product-report-score.is-attention small {
	color: #efd99c;
}

body.webrox-guard-stran.single-product .varuh-product-report-rows {
	display: grid;
	gap: 9px;
}

body.webrox-guard-stran.single-product .varuh-product-report-rows > div {
	display: grid;
	grid-template-columns: 30px 1fr auto;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 10px 12px;
	border: 1px solid #284564;
	border-radius: 7px;
	background: #102844;
}

body.webrox-guard-stran.single-product .varuh-product-report-rows i {
	color: #3bd8a0;
	text-align: center;
}

body.webrox-guard-stran.single-product .varuh-product-report-rows .is-warn i,
body.webrox-guard-stran.single-product .varuh-product-report-rows .is-warn span {
	color: #ffc34d;
}

body.webrox-guard-stran.single-product .varuh-product-report-rows strong {
	color: #ffffff;
	font-size: .9rem;
}

body.webrox-guard-stran.single-product .varuh-product-report-rows span {
	color: #48dfa8;
	font-size: .8rem;
	font-weight: 850;
	text-align: right;
}

body.webrox-guard-stran.single-product .varuh-product-report-action {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	gap: 12px;
	min-height: 74px;
	padding: 13px;
	border: 1px solid #2382ea;
	border-radius: 7px;
	background: #103c72;
}

body.webrox-guard-stran.single-product .varuh-product-report-action > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 7px;
	background: var(--wg-product-blue);
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-report-action span {
	display: grid;
	gap: 3px;
}

body.webrox-guard-stran.single-product .varuh-product-report-action strong {
	color: #ffffff;
	font-size: .94rem;
}

body.webrox-guard-stran.single-product .varuh-product-report-action small {
	color: #bdd4ee;
	font-size: .8rem;
	line-height: 1.4;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot {
	margin: 0;
	overflow: hidden;
	border: 1px solid #38516f;
	border-radius: 8px;
	background: #eef3f8;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-bar {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) 40px;
	align-items: center;
	gap: 1rem;
	min-height: 52px;
	padding: .55rem .65rem .55rem 1rem;
	border-bottom: 1px solid #2d4664;
	background: #0a1729;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-bar > span {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	color: #80e3bd;
	font-size: .68rem;
	font-weight: 850;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-bar > span i {
	font-size: .48rem;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-bar > strong {
	overflow: hidden;
	color: #d9e6f6;
	font-size: .76rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-bar > a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #3c5877;
	border-radius: 6px;
	color: #8fc2ff;
	background: #122640;
	text-decoration: none;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-bar > a:hover,
body.webrox-guard-stran.single-product .varuh-product-system-shot-bar > a:focus-visible {
	border-color: #77b5ff;
	color: #ffffff;
	background: #173452;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-image {
	display: block;
	padding: 10px;
	background: #dfe8f2;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #c1cfde;
	border-radius: 6px;
	background: #ffffff;
	transition: border-color .18s ease, transform .18s ease;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot-image:hover img,
body.webrox-guard-stran.single-product .varuh-product-system-shot-image:focus-visible img {
	border-color: #75aef0;
	transform: translateY(-2px);
}

body.webrox-guard-stran.single-product .varuh-product-system-shot figcaption {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: start;
	gap: .75rem;
	padding: .9rem 1rem 1rem;
	border-top: 1px solid #c6d3e1;
	color: #5b6e86;
	background: #f7f9fc;
	font-size: .78rem;
	line-height: 1.45;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot figcaption > i {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	color: #0d9c69;
	background: #e2f6ed;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot figcaption > span {
	display: grid;
	gap: .15rem;
}

body.webrox-guard-stran.single-product .varuh-product-system-shot figcaption strong {
	color: #1d2a3e;
	font-size: .8rem;
}

body.webrox-guard-stran.single-product .varuh-product-section {
	padding: 76px 0;
	background: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-section-head,
body.webrox-guard-stran.single-product .varuh-product-related-head {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr);
	align-items: end;
	gap: 72px;
	margin: 0 0 34px;
	text-align: left;
}

body.webrox-guard-stran.single-product .varuh-product-section-head h2,
body.webrox-guard-stran.single-product .varuh-product-related-head h2 {
	max-width: 650px;
	margin: 0;
	color: var(--wg-product-ink);
	font-size: 42px;
	font-weight: 900;
	line-height: 1.08;
	text-wrap: balance;
}

body.webrox-guard-stran.single-product .varuh-product-section-head > p,
body.webrox-guard-stran.single-product .varuh-product-related-head > p {
	max-width: 640px;
	margin: 0;
	padding: 0;
	color: var(--wg-product-copy);
	font-size: 1rem;
	line-height: 1.65;
	text-align: left;
}

body.webrox-guard-stran.single-product .varuh-product-checks {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-top: 1px solid var(--wg-product-line);
	border-bottom: 1px solid var(--wg-product-line);
}

body.webrox-guard-stran.single-product .varuh-product-checks > div {
	display: grid;
	grid-template-columns: 24px 1fr;
	align-items: start;
	gap: 9px;
	min-height: 98px;
	padding: 22px 18px;
	border: 0;
	border-right: 1px solid var(--wg-product-line);
	border-radius: 0;
	background: transparent;
	color: var(--wg-product-ink);
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.42;
}

body.webrox-guard-stran.single-product .varuh-product-checks > div:last-child {
	border-right: 0;
}

body.webrox-guard-stran.single-product .varuh-product-checks i {
	margin-top: 2px;
	color: var(--wg-product-green);
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 40px;
	padding: 0;
	border: 1px solid var(--wg-product-line);
	border-radius: 8px;
	background: var(--wg-product-soft);
	box-shadow: none;
	overflow: hidden;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid > div {
	position: relative;
	display: grid;
	grid-template-columns: 38px 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 4px 13px;
	min-height: 132px;
	padding: 24px;
	border-right: 1px solid var(--wg-product-line);
	border-radius: 0;
	background: transparent;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid > div:last-child {
	border-right: 0;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid > div > span {
	position: absolute;
	top: 12px;
	right: 14px;
	color: #8da0ba;
	font-size: .68rem;
	font-weight: 900;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid > div > i {
	grid-row: 1 / 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 7px;
	background: #e5f1ff;
	color: var(--wg-product-blue);
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid strong {
	color: var(--wg-product-ink);
	font-size: .98rem;
	line-height: 1.3;
}

body.webrox-guard-stran.single-product .varuh-product-flow-grid p {
	margin: 0;
	color: var(--wg-product-copy);
	font-size: .82rem;
	line-height: 1.45;
}

body.webrox-guard-stran.single-product .varuh-product-proof {
	padding: 74px 0;
	background: #f3f7fc;
}

body.webrox-guard-stran.single-product .varuh-product-proof-head {
	max-width: 720px;
	margin: 0 auto 30px;
	text-align: center;
}

body.webrox-guard-stran.single-product .varuh-product-proof-head .varuh-oznaka {
	margin-inline: auto;
}

body.webrox-guard-stran.single-product .varuh-product-proof-head h2 {
	margin: 0;
	color: var(--wg-product-ink);
	font-size: 42px;
	font-weight: 900;
	line-height: 1.08;
	text-wrap: balance;
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	border: 1px solid var(--wg-product-line);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

body.webrox-guard-stran.single-product .varuh-product-proof-before,
body.webrox-guard-stran.single-product .varuh-product-proof-after {
	display: grid;
	align-content: start;
	gap: 18px;
	min-height: 300px;
	padding: 34px;
}

body.webrox-guard-stran.single-product .varuh-product-proof-before {
	border-right: 1px solid #edcdd0;
	background: #fff8f8;
}

body.webrox-guard-stran.single-product .varuh-product-proof-before > span,
body.webrox-guard-stran.single-product .varuh-product-proof-after > span {
	color: #d13c49;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-proof-after > span {
	color: var(--wg-product-green);
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner h3 {
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	gap: 14px;
	margin: 0;
	color: var(--wg-product-ink);
	font-size: 1.45rem;
	line-height: 1.22;
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner h3 i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 7px;
	background: #fde7e9;
	color: #dc3343;
}

body.webrox-guard-stran.single-product .varuh-product-proof-after h3 i {
	background: #e5f7f0;
	color: var(--wg-product-green);
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	color: #6a5b63;
	list-style: none;
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner li {
	position: relative;
	padding-left: 18px;
	line-height: 1.5;
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #dc3343;
}

body.webrox-guard-stran.single-product .varuh-product-proof-after p {
	max-width: 520px;
	margin: 0;
	color: var(--wg-product-copy);
	font-size: .98rem;
	line-height: 1.65;
}

body.webrox-guard-stran.single-product .varuh-product-proof-after a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: var(--wg-product-blue-dark);
	font-weight: 850;
	text-decoration: none;
}

body.webrox-guard-stran.single-product .varuh-product-compare-section {
	padding: 76px 0 84px;
	background: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-package-compare-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 24px;
	border: 1px solid var(--wg-product-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card:hover {
	transform: translateY(-2px);
	border-color: #9fc3ef;
	box-shadow: 0 12px 26px rgba(16, 29, 51, .06);
}

body.webrox-guard-stran.single-product .varuh-package-compare-card.is-current {
	border-color: var(--wg-product-blue);
	background: #f8fbff;
	box-shadow: inset 0 3px 0 var(--wg-product-blue);
}

body.webrox-guard-stran.single-product .varuh-package-compare-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	min-height: 30px;
	margin: 0 0 16px;
}

body.webrox-guard-stran.single-product .varuh-package-compare-top span,
body.webrox-guard-stran.single-product .varuh-package-compare-top em {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 5px 8px;
	border-radius: 6px;
	font-size: .65rem;
	font-weight: 900;
	line-height: 1;
	font-style: normal;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-package-compare-top span {
	background: #eaf3ff;
	color: var(--wg-product-blue-dark);
}

body.webrox-guard-stran.single-product .varuh-package-compare-top em {
	background: var(--wg-product-ink);
	color: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card h3 {
	min-height: 58px;
	margin: 0 0 8px;
	color: var(--wg-product-ink);
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.2;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card > p {
	min-height: 72px;
	margin: 0 0 14px;
	color: var(--wg-product-copy);
	font-size: .9rem;
	line-height: 1.55;
}

body.webrox-guard-stran.single-product .varuh-package-compare-price {
	display: block;
	margin: 2px 0 16px;
	color: var(--wg-product-ink);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

body.webrox-guard-stran.single-product .varuh-package-compare-price small {
	color: #637590;
	font-size: .74rem;
}

body.webrox-guard-stran.single-product .varuh-package-compare-site {
	display: grid;
	grid-template-columns: 22px 1fr;
	align-items: start;
	gap: 8px;
	min-height: 52px;
	margin-bottom: 16px;
	padding: 10px;
	border-radius: 7px;
	background: #eef6ff;
	color: #24486f;
	font-size: .76rem;
	font-weight: 800;
	line-height: 1.4;
}

body.webrox-guard-stran.single-product .varuh-package-compare-site i {
	margin-top: 2px;
	color: var(--wg-product-blue);
}

body.webrox-guard-stran.single-product .varuh-package-compare-card ul {
	display: grid;
	gap: 9px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card li {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: 8px;
	color: #26364c;
	font-size: .86rem;
	line-height: 1.42;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card li i {
	margin-top: 2px;
	color: var(--wg-product-green);
}

body.webrox-guard-stran.single-product .varuh-package-compare-card .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin-top: auto;
	padding: 10px 14px;
}

@media (max-width: 1199.98px) {
	body.webrox-guard-stran.single-product .varuh-product-shell {
		grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr);
		gap: 42px;
	}

	body.webrox-guard-stran.single-product .varuh-product-copy h1 {
		font-size: 52px;
	}

	body.webrox-guard-stran.single-product .varuh-product-preview-layout {
		grid-template-columns: minmax(0, .8fr) minmax(470px, 1.2fr);
		gap: 44px;
	}

	body.webrox-guard-stran.single-product .varuh-product-checks {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.webrox-guard-stran.single-product .varuh-product-checks > div:nth-child(3) {
		border-right: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-checks > div:nth-child(n+4) {
		border-top: 1px solid var(--wg-product-line);
	}
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran.single-product .varuh-product-hero {
		padding-top: 32px;
	}

	body.webrox-guard-stran.single-product .varuh-product-shell,
	body.webrox-guard-stran.single-product .varuh-product-preview-layout,
	body.webrox-guard-stran.single-product .varuh-product-section-head,
	body.webrox-guard-stran.single-product .varuh-product-related-head {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	body.webrox-guard-stran.single-product .varuh-product-copy,
	body.webrox-guard-stran.single-product .varuh-product-buy,
	body.webrox-guard-stran.single-product .varuh-product-section-head > p,
	body.webrox-guard-stran.single-product .varuh-product-related-head > p {
		max-width: 100%;
	}

	body.webrox-guard-stran.single-product .varuh-product-buy {
		justify-self: stretch;
	}

	body.webrox-guard-stran.single-product .varuh-product-card {
		grid-template-columns: 1fr;
		align-items: start;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-top,
	body.webrox-guard-stran.single-product .varuh-product-card-image,
	body.webrox-guard-stran.single-product .varuh-product-card-visual,
	body.webrox-guard-stran.single-product .varuh-product-price,
	body.webrox-guard-stran.single-product .varuh-billing-choice,
	body.webrox-guard-stran.single-product .varuh-product-scan-offer,
	body.webrox-guard-stran.single-product .varuh-product-trial,
	body.webrox-guard-stran.single-product .varuh-product-cart,
	body.webrox-guard-stran.single-product .varuh-product-compare,
	body.webrox-guard-stran.single-product .varuh-product-mini-list {
		grid-column: 1;
	}

	body.webrox-guard-stran.single-product .varuh-product-included-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.webrox-guard-stran.single-product .varuh-product-included-grid > div:nth-child(2) {
		border-right: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-included-grid > div:nth-child(n+3) {
		border-top: 1px solid var(--wg-product-line);
	}

	body.webrox-guard-stran.single-product .varuh-product-preview-copy h2,
	body.webrox-guard-stran.single-product .varuh-product-section-head h2,
	body.webrox-guard-stran.single-product .varuh-product-related-head h2,
	body.webrox-guard-stran.single-product .varuh-product-proof-head h2 {
		font-size: 38px;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-grid {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-card h3,
	body.webrox-guard-stran.single-product .varuh-package-compare-card > p {
		min-height: 0;
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran.single-product .varuh-product-main .container {
		width: min(100% - 32px, 1280px);
	}

	body.webrox-guard-stran.single-product .varuh-product-hero {
		padding: 24px 0 44px;
	}

	body.webrox-guard-stran.single-product .varuh-product-back {
		margin-bottom: 18px;
	}

	body.webrox-guard-stran.single-product .varuh-product-shell {
		gap: 30px;
	}

	body.webrox-guard-stran.single-product .varuh-product-copy {
		padding: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-copy h1 {
		font-size: 39px;
		line-height: 1.04;
		text-wrap: pretty;
	}

	body.webrox-guard-stran.single-product .varuh-product-summary {
		margin-top: 18px;
		font-size: 1rem;
		line-height: 1.6;
	}

	body.webrox-guard-stran.single-product .varuh-product-benefits {
		margin-top: 24px;
	}

	body.webrox-guard-stran.single-product .varuh-product-benefit {
		grid-template-columns: 38px 1fr;
		gap: 12px;
		min-height: 70px;
	}

	body.webrox-guard-stran.single-product .varuh-product-benefit > i {
		width: 38px;
		height: 38px;
	}

	body.webrox-guard-stran.single-product .varuh-product-actions,
	body.webrox-guard-stran.single-product .varuh-product-actions .btn {
		width: 100%;
	}

	body.webrox-guard-stran.single-product .varuh-product-card {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px;
		box-shadow: 0 10px 24px rgba(16, 29, 51, .06);
	}

	body.webrox-guard-stran.single-product .varuh-product-card-top,
	body.webrox-guard-stran.single-product .varuh-product-card-image,
	body.webrox-guard-stran.single-product .varuh-product-card-visual,
	body.webrox-guard-stran.single-product .varuh-product-price,
	body.webrox-guard-stran.single-product .varuh-billing-choice,
	body.webrox-guard-stran.single-product .varuh-product-scan-offer,
	body.webrox-guard-stran.single-product .varuh-product-trial,
	body.webrox-guard-stran.single-product .varuh-product-cart,
	body.webrox-guard-stran.single-product .varuh-product-compare,
	body.webrox-guard-stran.single-product .varuh-product-mini-list {
		grid-column: 1;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-top {
		display: flex;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-image {
		height: 190px;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-visual {
		grid-template-columns: 64px minmax(0, 1fr);
		height: 194px;
		padding: 18px;
		gap: 14px;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-visual-icon {
		width: 64px;
		height: 64px;
		font-size: 1.65rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-visual-copy strong {
		font-size: 1.12rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-visual-signals {
		gap: 6px;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-visual-signals > span {
		min-height: 42px;
		padding: 6px;
		font-size: .62rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-image img {
		width: 178px;
		height: 178px;
		max-width: 178px;
		max-height: 178px;
	}

	body.webrox-guard-stran.single-product .varuh-product-price > span {
		font-size: 2.2rem;
	}

	body.webrox-guard-stran.single-product .varuh-billing-choice label {
		min-height: 98px;
		padding: 13px 11px;
	}

	body.webrox-guard-stran.single-product .varuh-billing-save {
		right: 5px;
		font-size: .55rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-mini-list {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	body.webrox-guard-stran.single-product .varuh-product-mini-list li,
	body.webrox-guard-stran.single-product .varuh-product-mini-list li:first-child,
	body.webrox-guard-stran.single-product .varuh-product-mini-list li:last-child {
		justify-content: flex-start;
		padding: 0;
		border-right: 0;
		text-align: left;
	}

	body.webrox-guard-stran.single-product .varuh-product-included,
	body.webrox-guard-stran.single-product .varuh-product-section,
	body.webrox-guard-stran.single-product .varuh-product-proof,
	body.webrox-guard-stran.single-product .varuh-product-compare-section {
		padding: 52px 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-included-head {
		display: grid;
		gap: 8px;
	}

	body.webrox-guard-stran.single-product .varuh-product-included-head h2 {
		font-size: 30px;
	}

	body.webrox-guard-stran.single-product .varuh-product-included-grid {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-product-included-grid > div {
		min-height: 88px;
		padding: 16px 0;
		border-right: 0;
		border-top: 1px solid var(--wg-product-line);
	}

	body.webrox-guard-stran.single-product .varuh-product-included-grid > div:first-child {
		border-top: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-preview {
		padding: 54px 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-preview-layout {
		gap: 32px;
	}

	body.webrox-guard-stran.single-product .varuh-product-preview-copy h2,
	body.webrox-guard-stran.single-product .varuh-product-section-head h2,
	body.webrox-guard-stran.single-product .varuh-product-related-head h2,
	body.webrox-guard-stran.single-product .varuh-product-proof-head h2 {
		font-size: 32px;
		line-height: 1.12;
	}

	body.webrox-guard-stran.single-product .varuh-product-report {
		padding: 14px;
	}

	body.webrox-guard-stran.single-product .varuh-product-report-head {
		align-items: start;
		gap: 12px;
	}

	body.webrox-guard-stran.single-product .varuh-product-report-score {
		min-width: 104px;
		padding: 8px;
	}

	body.webrox-guard-stran.single-product .varuh-product-report-score > strong {
		font-size: 1.65rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-report-rows > div {
		grid-template-columns: 26px minmax(0, 1fr);
		gap: 8px;
	}

	body.webrox-guard-stran.single-product .varuh-product-report-rows span {
		grid-column: 2;
		text-align: left;
	}

	body.webrox-guard-stran.single-product .varuh-product-section-head,
	body.webrox-guard-stran.single-product .varuh-product-related-head {
		gap: 18px;
		margin-bottom: 26px;
	}

	body.webrox-guard-stran.single-product .varuh-product-checks {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-product-checks > div,
	body.webrox-guard-stran.single-product .varuh-product-checks > div:nth-child(3),
	body.webrox-guard-stran.single-product .varuh-product-checks > div:nth-child(n+4) {
		min-height: 68px;
		padding: 15px 0;
		border-top: 1px solid var(--wg-product-line);
		border-right: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-checks > div:first-child {
		border-top: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-flow-grid {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}

	body.webrox-guard-stran.single-product .varuh-product-flow-grid > div {
		min-height: 112px;
		border-right: 0;
		border-bottom: 1px solid var(--wg-product-line);
	}

	body.webrox-guard-stran.single-product .varuh-product-flow-grid > div:last-child {
		border-bottom: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-proof-inner {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-product-proof-before,
	body.webrox-guard-stran.single-product .varuh-product-proof-after {
		min-height: 0;
		padding: 24px;
	}

	body.webrox-guard-stran.single-product .varuh-product-proof-before {
		border-right: 0;
		border-bottom: 1px solid #edcdd0;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-card {
		padding: 20px;
	}
}

@media (max-width: 575.98px) {
	body.webrox-guard-stran.single-product .varuh-product-system-shot-bar {
		grid-template-columns: minmax(0, 1fr) 40px;
	}

	body.webrox-guard-stran.single-product .varuh-product-system-shot-bar > strong {
		display: none;
	}

	body.webrox-guard-stran.single-product .varuh-product-system-shot-image {
		padding: 6px;
	}
}

@media (max-width: 399.98px) {
	body.webrox-guard-stran.single-product .varuh-product-copy h1 {
		font-size: 35px;
	}

	body.webrox-guard-stran.single-product .varuh-billing-choice {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-billing-save {
		top: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.webrox-guard-stran.single-product .varuh-product-main *,
	body.webrox-guard-stran.single-product .varuh-product-main *::before,
	body.webrox-guard-stran.single-product .varuh-product-main *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Earlier product styles use important declarations. These final rules keep the
   redesign authoritative while it is loaded alongside the legacy stylesheet. */
body.webrox-guard-stran.single-product .varuh-product-hero {
	padding: 42px 0 72px !important;
	background: #fbfdff !important;
	color: var(--wg-product-ink) !important;
}

body.webrox-guard-stran.single-product .varuh-product-hero::before,
body.webrox-guard-stran.single-product .varuh-product-hero::after {
	display: none !important;
	content: none !important;
}

body.webrox-guard-stran.single-product .varuh-product-back {
	padding: 8px 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--wg-product-blue-dark) !important;
}

body.webrox-guard-stran.single-product .varuh-product-card {
	border-radius: 8px !important;
	box-shadow: 0 14px 34px rgba(16, 29, 51, .07) !important;
}

body.webrox-guard-stran.single-product .varuh-product-card-image {
	border-radius: 8px !important;
	box-shadow: none !important;
}

body.webrox-guard-stran.single-product .varuh-product-card-image img {
	width: 312px !important;
	height: auto !important;
	max-width: 312px !important;
	max-height: 208px !important;
	object-fit: contain !important;
	object-position: 50% 50% !important;
}

body.webrox-guard-stran.single-product .varuh-billing-choice {
	gap: 10px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.webrox-guard-stran.single-product .varuh-billing-choice label,
body.webrox-guard-stran.single-product .varuh-billing-choice label.is-active,
body.webrox-guard-stran.single-product .varuh-billing-choice label.varuh-billing-annual.is-active {
	border-radius: 7px !important;
	box-shadow: none !important;
}

body.webrox-guard-stran.single-product .varuh-product-preview {
	padding: 78px 0 !important;
	background: var(--wg-product-navy) !important;
	color: #ffffff !important;
}

body.webrox-guard-stran.single-product .varuh-product-section,
body.webrox-guard-stran.single-product .varuh-product-proof {
	padding-top: 76px !important;
	padding-bottom: 76px !important;
}

body.webrox-guard-stran.single-product .varuh-product-proof-inner,
body.webrox-guard-stran.single-product .varuh-package-compare-card {
	border-radius: 8px !important;
	box-shadow: none !important;
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran.single-product .varuh-product-hero {
		padding: 24px 0 44px !important;
	}

	body.webrox-guard-stran.single-product .varuh-product-card-image img {
		width: 285px !important;
		max-width: 285px !important;
		max-height: 190px !important;
	}

	body.webrox-guard-stran.single-product .varuh-product-preview {
		padding: 54px 0 !important;
	}

	body.webrox-guard-stran.single-product .varuh-product-section,
	body.webrox-guard-stran.single-product .varuh-product-proof {
		padding-top: 52px !important;
		padding-bottom: 52px !important;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 0 1px 12px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-card {
		flex: 0 0 min(88%, 340px);
		scroll-snap-align: start;
	}
}

/* Unified package capability and icon system. */
body.webrox-guard-stran.single-product .varuh-product-benefit-icon,
body.webrox-guard-stran.single-product .varuh-product-capability-icon,
body.webrox-guard-stran.single-product .varuh-product-consent-note > span,
body.webrox-guard-stran.single-product .varuh-product-check-icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border: 1px solid #c7dcf8;
	border-radius: 7px;
	background: #edf5ff;
	color: var(--wg-product-blue);
	line-height: 1;
}

body.webrox-guard-stran.single-product .varuh-product-benefit-icon {
	width: 42px;
	height: 42px;
	font-size: 1.05rem;
}

body.webrox-guard-stran.single-product .varuh-product-benefit-icon > i,
body.webrox-guard-stran.single-product .varuh-product-capability-icon > i,
body.webrox-guard-stran.single-product .varuh-product-consent-note > span > i,
body.webrox-guard-stran.single-product .varuh-product-check-icon > i {
	display: grid;
	place-items: center;
	width: 1em;
	height: 1em;
	min-width: 0;
	margin: 0;
	line-height: 1;
}

body.webrox-guard-stran.single-product .varuh-product-capability-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--wg-product-line);
	border-radius: 8px;
	background: var(--wg-product-line);
	overflow: hidden;
}

body.webrox-guard-stran.single-product .varuh-product-capability-grid > article {
	display: grid;
	grid-template-rows: auto 1fr;
	align-content: start;
	gap: 18px;
	min-width: 0;
	min-height: 210px;
	padding: 24px;
	border-right: 1px solid var(--wg-product-line);
	background: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-capability-grid > article:last-child {
	border-right: 0;
}

body.webrox-guard-stran.single-product .varuh-product-capability-icon {
	width: 46px;
	height: 46px;
	font-size: 1.05rem;
}

body.webrox-guard-stran.single-product .varuh-product-capability-grid article > div {
	display: grid;
	align-content: start;
	gap: 8px;
}

body.webrox-guard-stran.single-product .varuh-product-capability-grid strong {
	color: var(--wg-product-ink);
	font-size: 1rem;
	line-height: 1.3;
}

body.webrox-guard-stran.single-product .varuh-product-capability-grid p {
	margin: 0;
	color: var(--wg-product-copy);
	font-size: .88rem;
	line-height: 1.58;
}

body.webrox-guard-stran.single-product .varuh-product-consent-note {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	margin-top: 16px;
	padding: 15px 17px;
	border: 1px solid #c9d9ec;
	border-radius: 8px;
	background: #f6f9fd;
}

body.webrox-guard-stran.single-product .varuh-product-consent-note > span {
	width: 44px;
	height: 44px;
	border-color: #bce4d3;
	background: #edf9f4;
	color: var(--wg-product-green);
}

body.webrox-guard-stran.single-product .varuh-product-consent-note > div {
	display: grid;
	gap: 3px;
}

body.webrox-guard-stran.single-product .varuh-product-consent-note strong {
	color: var(--wg-product-ink);
	font-size: .9rem;
	line-height: 1.35;
}

body.webrox-guard-stran.single-product .varuh-product-consent-note p {
	margin: 0;
	color: var(--wg-product-copy);
	font-size: .82rem;
	line-height: 1.5;
}

body.webrox-guard-stran.single-product .varuh-product-checks {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--wg-product-line);
	border-radius: 8px;
	background: var(--wg-product-line);
	overflow: hidden;
}

body.webrox-guard-stran.single-product .varuh-product-checks > div,
body.webrox-guard-stran.single-product .varuh-product-checks > div:nth-child(3),
body.webrox-guard-stran.single-product .varuh-product-checks > div:nth-child(n+4) {
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	min-height: 82px;
	padding: 18px;
	border: 0;
	background: #ffffff;
}

body.webrox-guard-stran.single-product .varuh-product-check-icon {
	width: 28px;
	height: 28px;
	border-color: #bce4d3;
	background: #edf9f4;
	color: var(--wg-product-green);
	font-size: .78rem;
}

body.webrox-guard-stran.single-product .varuh-product-check-icon > i {
	margin-top: 0 !important;
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran.single-product .varuh-product-capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.webrox-guard-stran.single-product .varuh-product-capability-grid > article {
		min-height: 180px;
		border-bottom: 1px solid var(--wg-product-line);
	}

	body.webrox-guard-stran.single-product .varuh-product-capability-grid > article:nth-child(2n) {
		border-right: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-capability-grid > article:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-checks {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran.single-product .varuh-product-benefit-icon {
		width: 38px;
		height: 38px;
	}

	body.webrox-guard-stran.single-product .varuh-product-capability-grid,
	body.webrox-guard-stran.single-product .varuh-product-checks {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-product-capability-grid > article,
	body.webrox-guard-stran.single-product .varuh-product-capability-grid > article:nth-child(2n),
	body.webrox-guard-stran.single-product .varuh-product-capability-grid > article:nth-last-child(-n+2) {
		grid-template-columns: 42px minmax(0, 1fr);
		grid-template-rows: auto;
		gap: 13px;
		min-height: 0;
		padding: 17px;
		border-right: 0;
		border-bottom: 1px solid var(--wg-product-line);
	}

	body.webrox-guard-stran.single-product .varuh-product-capability-grid > article:last-child {
		border-bottom: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-capability-icon {
		width: 42px;
		height: 42px;
	}

	body.webrox-guard-stran.single-product .varuh-product-consent-note {
		grid-template-columns: 40px minmax(0, 1fr);
		align-items: start;
		padding: 14px;
	}

	body.webrox-guard-stran.single-product .varuh-product-consent-note > span {
		width: 40px;
		height: 40px;
	}

	body.webrox-guard-stran.single-product .varuh-product-checks > div,
	body.webrox-guard-stran.single-product .varuh-product-checks > div:nth-child(3),
	body.webrox-guard-stran.single-product .varuh-product-checks > div:nth-child(n+4) {
		min-height: 0;
		padding: 14px;
		border: 0;
	}
}

/* 1600px public product workspace and a single, stable comparison row. */
body.webrox-guard-stran.single-product .varuh-product-main .container {
	width: min(calc(100% - clamp(2rem, 6vw, 6rem)), 1600px);
	max-width: 1600px;
}

body.webrox-guard-stran.single-product .varuh-product-shell {
	grid-template-columns: minmax(0, 1fr) minmax(440px, 500px);
	gap: clamp(48px, 5vw, 88px);
}

body.webrox-guard-stran.single-product .varuh-product-copy {
	max-width: 900px;
}

body.webrox-guard-stran.single-product .varuh-product-related-head {
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
	gap: 48px;
	align-items: end;
}

body.webrox-guard-stran.single-product .varuh-package-compare-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card {
	min-width: 0;
	padding: 22px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(16, 29, 51, .035);
}

body.webrox-guard-stran.single-product .varuh-package-compare-card h3 {
	min-height: 52px;
	font-size: 1.24rem;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card > p {
	min-height: 96px;
	font-size: .84rem;
}

body.webrox-guard-stran.single-product .varuh-package-compare-card li {
	font-size: .8rem;
}

@media (min-width: 1200px) {
	body.webrox-guard-stran.single-product .varuh-package-compare-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	body.webrox-guard-stran.single-product .varuh-product-main .container {
		width: min(calc(100% - 40px), 1600px);
	}

	body.webrox-guard-stran.single-product .varuh-product-shell {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
		gap: 36px;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 0 1px 14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-card {
		flex: 0 0 320px;
		scroll-snap-align: start;
	}
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran.single-product .varuh-product-shell {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	body.webrox-guard-stran.single-product .varuh-product-related-head {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran.single-product .varuh-product-main .container {
		width: calc(100% - 2rem);
	}

	body.webrox-guard-stran.single-product .varuh-product-shell {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 0 1px 14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-card {
		flex: 0 0 min(88%, 340px);
		padding: 20px;
		scroll-snap-align: start;
	}

	body.webrox-guard-stran.single-product .varuh-package-compare-card h3,
	body.webrox-guard-stran.single-product .varuh-package-compare-card > p {
		min-height: 0;
	}
}

/* Package coverage and first-run flow. */
body.webrox-guard-stran.single-product .varuh-product-main {
	--wg-inclusion-accent: #1778f2;
	--wg-inclusion-soft: #edf5ff;
}

body.webrox-guard-stran.single-product .varuh-product-main.varuh-product-free {
	--wg-inclusion-accent: #0a9b70;
	--wg-inclusion-soft: #eaf8f2;
}

body.webrox-guard-stran.single-product .varuh-product-main.varuh-product-wordpress {
	--wg-inclusion-accent: #2568df;
	--wg-inclusion-soft: #edf3ff;
}

body.webrox-guard-stran.single-product .varuh-product-main.varuh-product-commerce {
	--wg-inclusion-accent: #5168d8;
	--wg-inclusion-soft: #f0f2ff;
}

body.webrox-guard-stran.single-product .varuh-product-section-head {
	grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
	align-items: start;
	gap: clamp(40px, 5vw, 84px);
	margin-bottom: 30px;
}

body.webrox-guard-stran.single-product .varuh-product-section-head > p {
	max-width: 760px;
	padding-top: 2px;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions {
	border: 1px solid #d8e2ee;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(16, 29, 51, .045);
	overflow: hidden;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 22px;
	border-bottom: 1px solid #dfe7f0;
	background: linear-gradient(90deg, var(--wg-inclusion-soft) 0, #f9fbfe 58%, #ffffff 100%);
}

body.webrox-guard-stran.single-product .varuh-product-inclusions-package {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions-package-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border: 1px solid color-mix(in srgb, var(--wg-inclusion-accent) 25%, #d8e2ee);
	border-radius: 8px;
	background: #ffffff;
	color: var(--wg-inclusion-accent);
	font-size: 1rem;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions-package > span:last-child {
	display: grid;
	gap: 2px;
	min-width: 0;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions-package small {
	color: #71839a;
	font-size: .66rem;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions-package strong {
	color: var(--wg-product-ink);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions-count {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	flex: 0 0 auto;
	padding: 8px 12px;
	border: 1px solid #cfe7dc;
	border-radius: 6px;
	background: #edf8f3;
	color: #28735b;
	font-size: .72rem;
	font-weight: 800;
	line-height: 1.2;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions-count strong {
	color: #087f59;
	font-size: .94rem;
	font-weight: 900;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	overflow: visible;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check,
body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:nth-child(3),
body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:nth-child(n+4) {
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 22px;
	align-items: center;
	gap: 13px;
	min-height: 80px;
	padding: 15px 20px;
	border: 0;
	border-bottom: 1px solid #e3eaf2;
	border-radius: 0;
	background: #ffffff;
	color: var(--wg-product-ink);
}

body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:nth-child(odd) {
	border-right: 1px solid #e3eaf2;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:last-child,
body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:nth-last-child(2):nth-child(odd) {
	border-bottom: 0;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	border-right: 0;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid color-mix(in srgb, var(--wg-inclusion-accent) 18%, #d8e2ee);
	border-radius: 8px;
	background: var(--wg-inclusion-soft);
	color: var(--wg-inclusion-accent);
	font-size: .92rem;
}

body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check-icon > i {
	margin: 0 !important;
	color: inherit;
}

body.webrox-guard-stran.single-product .varuh-product-check-copy {
	min-width: 0;
	color: #1b2a3e;
	font-size: .91rem;
	font-weight: 800;
	line-height: 1.42;
}

body.webrox-guard-stran.single-product .varuh-product-check-state {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e1f6ed;
	color: #079568;
	font-size: .62rem;
}

body.webrox-guard-stran.single-product .varuh-product-start {
	display: grid;
	grid-template-columns: minmax(220px, .58fr) minmax(0, 1.42fr);
	align-items: start;
	gap: clamp(30px, 4vw, 64px);
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid #dfe7f0;
}

body.webrox-guard-stran.single-product .varuh-product-start-head {
	display: grid;
	gap: 7px;
	padding-top: 3px;
}

body.webrox-guard-stran.single-product .varuh-product-start-head .varuh-oznaka {
	margin: 0;
}

body.webrox-guard-stran.single-product .varuh-product-start-head h3 {
	max-width: 310px;
	margin: 0;
	color: var(--wg-product-ink);
	font-size: clamp(1.3rem, 2vw, 1.7rem);
	font-weight: 900;
	line-height: 1.15;
}

body.webrox-guard-stran.single-product .varuh-product-start .varuh-product-flow-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

body.webrox-guard-stran.single-product .varuh-product-start .varuh-product-flow-step {
	position: relative;
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	grid-template-rows: auto;
	align-items: start;
	gap: 13px;
	min-height: 138px;
	padding: 18px;
	border: 1px solid #dce5ef;
	border-radius: 8px;
	background: #f9fbfd;
}

body.webrox-guard-stran.single-product .varuh-product-start .varuh-product-flow-step > .varuh-product-flow-number {
	position: absolute;
	top: 12px;
	right: 14px;
	color: #91a1b5;
	font-size: .64rem;
	font-weight: 900;
	line-height: 1;
}

body.webrox-guard-stran.single-product .varuh-product-start .varuh-product-flow-step > .varuh-product-flow-icon {
	position: relative;
	top: auto;
	right: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid color-mix(in srgb, var(--wg-inclusion-accent) 20%, #d8e2ee);
	border-radius: 8px;
	background: var(--wg-inclusion-soft);
	color: var(--wg-inclusion-accent);
	font-size: .92rem;
}

body.webrox-guard-stran.single-product .varuh-product-flow-step > div {
	display: grid;
	grid-column: 2;
	gap: 6px;
	min-width: 0;
	padding-top: 2px;
}

body.webrox-guard-stran.single-product .varuh-product-flow-step strong {
	padding-right: 20px;
	color: var(--wg-product-ink);
	font-size: .94rem;
	font-weight: 900;
	line-height: 1.3;
}

body.webrox-guard-stran.single-product .varuh-product-flow-step p {
	margin: 0;
	color: var(--wg-product-copy);
	font-size: .78rem;
	line-height: 1.5;
}

body.webrox-guard-stran.single-product .varuh-product-start .varuh-product-flow-step > .varuh-product-flow-connector {
	position: absolute;
	top: 50%;
	right: -27px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #dce5ef;
	border-radius: 50%;
	background: #ffffff;
	color: #8294aa;
	font-size: .67rem;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	body.webrox-guard-stran.single-product .varuh-product-section-head,
	body.webrox-guard-stran.single-product .varuh-product-start {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.webrox-guard-stran.single-product .varuh-product-start-head h3 {
		max-width: none;
	}
}

@media (max-width: 767.98px) {
	body.webrox-guard-stran.single-product .varuh-product-section-head {
		margin-bottom: 24px;
	}

	body.webrox-guard-stran.single-product .varuh-product-inclusions-head {
		align-items: flex-start;
		padding: 15px;
	}

	body.webrox-guard-stran.single-product .varuh-product-inclusions-count {
		padding: 7px 9px;
		font-size: .66rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-checks {
		grid-template-columns: 1fr;
	}

	body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check,
	body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:nth-child(3),
	body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:nth-child(n+4),
	body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:last-child:nth-child(odd) {
		grid-column: auto;
		grid-template-columns: 40px minmax(0, 1fr) 20px;
		gap: 11px;
		min-height: 0;
		padding: 13px 14px;
		border-right: 0;
		border-bottom: 1px solid #e3eaf2;
	}

	body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check:last-child {
		border-bottom: 0;
	}

	body.webrox-guard-stran.single-product .varuh-product-inclusions .varuh-product-check-icon {
		width: 40px;
		height: 40px;
	}

	body.webrox-guard-stran.single-product .varuh-product-check-copy {
		font-size: .86rem;
	}

	body.webrox-guard-stran.single-product .varuh-product-start {
		margin-top: 28px;
		padding-top: 26px;
	}

	body.webrox-guard-stran.single-product .varuh-product-start .varuh-product-flow-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.webrox-guard-stran.single-product .varuh-product-start .varuh-product-flow-step {
		min-height: 0;
		padding: 16px;
	}

	body.webrox-guard-stran.single-product .varuh-product-start .varuh-product-flow-step > .varuh-product-flow-connector {
		top: auto;
		right: auto;
		bottom: -30px;
		left: 24px;
		transform: rotate(90deg);
	}
}

@media (max-width: 479.98px) {
	body.webrox-guard-stran.single-product .varuh-product-inclusions-head {
		flex-direction: column;
		gap: 12px;
	}

	body.webrox-guard-stran.single-product .varuh-product-inclusions-count {
		margin-left: 57px;
	}
}
