/*  GRZ Gaming — product-v140 canonical stylesheet.  */
/* --------------------------------------------------------------------------
 * Canonical product canvas and WooCommerce structural reset
 * ----------------------------------------------------------------------- */
.single-product {
	--grz-product-max: var(--grz-product-max-width, var(--grz-container-inner, 1392px));
	--grz-product-gutter: var(--grz-gutter, 24px);
	--grz-product-rail: var(--grz-product-summary-width, 400px);
	--grz-product-gap: var(--grz-product-layout-gap, 18px);
	--grz-tp-accent: var(--grz-blue, #0868f2);
	--grz-tp-accent-dark: var(--grz-blue-dark, #064ec4);
	--grz-tp-accent-light: var(--grz-blue-soft, #eaf3ff);
	--grz-tp-accent-rgb: 8, 104, 242;
}
.single-product .grz-woo-main {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 0 68px;
	overflow-x: clip;
}
.single-product .woocommerce-breadcrumb {
	display: none;
}
.single-product .woocommerce-notices-wrapper {
	box-sizing: border-box;
	width: min(calc(100% - (2 * var(--grz-product-gutter))), var(--grz-product-max));
	max-width: var(--grz-product-max);
	margin: 18px auto 0;
}
.single-product.woocommerce div.product,
.single-product .woocommerce div.product,
.woocommerce-page.single-product #content div.product {
	position: relative;
	box-sizing: border-box;
	float: none;
	clear: both;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.single-product div.product::before,
.single-product div.product::after {
	content: none !important;
	display: none !important;
}
/* The shared wrapper is opened before the hero and closed after the lower
 * information area. Every visible product module therefore has one identical
 * left edge, right edge and centered width. */
.single-product .grz-tp-shell {
	position: relative;
	box-sizing: border-box;
	width: min(calc(100% - (2 * var(--grz-product-gutter))), var(--grz-product-max));
	max-width: var(--grz-product-max);
	margin: 0 auto;
	padding: 0;
}
.single-product div.product div.summary,
.single-product.woocommerce div.product div.summary,
.woocommerce-page.single-product #content div.product div.summary {
	float: none;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}
.single-product div.product form.cart,
.single-product.woocommerce div.product form.cart {
	margin: 0;
}
.single-product div.product form.cart::before,
.single-product div.product form.cart::after,
.single-product.woocommerce div.product form.cart::before,
.single-product.woocommerce div.product form.cart::after {
	content: none !important;
	display: none !important;
}
.single-product.woocommerce div.product form.cart div.quantity,
.single-product.woocommerce div.product form.cart .button {
	float: none;
}
.single-product.woocommerce div.product form.cart .variations {
	margin: 0;
}
.single-product.woocommerce div.product form.cart .variations td,
.single-product.woocommerce div.product form.cart .variations th {
	line-height: inherit;
}
.single-product div.product .summary > p.stock {
	width: 100%;
	margin: 0 0 18px;
}
/* --------------------------------------------------------------------------
 * Shared type and SVG behavior
 * ----------------------------------------------------------------------- */
.grz-tp-shell,
.grz-tp-hero,
.grz-tp-form,
.grz-tp-info {
	font-family: var(--grz-font, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}
.grz-tp-hero .grz-icon svg,
.grz-tp-card .grz-icon svg,
.grz-tp-trust .grz-icon svg,
.grz-tp-fav .grz-icon svg,
.grz-tp-related .grz-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
/* --------------------------------------------------------------------------
 * Compact product hero
 * ----------------------------------------------------------------------- */
.grz-tp-hero {
	position: relative;
	z-index: 0;
	display: grid;
	align-items: center;
}
.grz-tp-hero::before {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	pointer-events: none;
}
.grz-tp-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
.grz-tp-hero__icon {
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid rgba(var(--grz-tp-accent-rgb), 0.28);
	background: #fff;
}
.grz-tp-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grz-tp-hero__main {
	min-width: 0;
}
.grz-tp-hero__badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 8px;
}
.grz-tp-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 22px;
	padding: 2px 8px;
	border: 1px solid rgba(122, 146, 178, 0.28);
	background: rgba(255, 255, 255, 0.82);
	color: #566276;
	font-weight: 700;
	line-height: 1;
	backdrop-filter: blur(8px);
}
.grz-tp-hero__badge:first-child {
	border-color: rgba(var(--grz-tp-accent-rgb), 0.26);
	background: rgba(var(--grz-tp-accent-rgb), 0.075);
	color: var(--grz-tp-accent-dark);
}
.grz-tp-hero__badge-icon {
	width: 11px;
	height: 11px;
}
.grz-tp-hero__title {
	margin: 0;
	color: #111827;
	line-height: 1.03;
}
.grz-tp-hero__title-accent {
	color: var(--grz-tp-accent);
}
.grz-tp-hero__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 10px;
	color: #667085;
	line-height: 1.45;
}
.grz-tp-hero__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.grz-tp-hero__rating strong {
	color: #202939;
}
.grz-tp-hero__star {
	width: 13px;
	height: 13px;
	color: #f39a1d;
	fill: #f39a1d;
}
.grz-tp-hero__divider {
	width: 1px;
	height: 13px;
	margin-inline: 5px;
	background: #d5deea;
}
.grz-tp-hero__note {
	min-width: 0;
}
/* --------------------------------------------------------------------------
 * Purchase composition and shared cards
 * ----------------------------------------------------------------------- */
.single-product div.product form.grz-tp-form {
	display: grid;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}
.single-product div.product form.grz-tp-form > .grz-tp-card--package {
	grid-column: 1;
}
.single-product div.product form.grz-tp-form > .grz-tp-rail {
	grid-column: 2;
}
.grz-tp-form__hook {
	grid-column: 1 / -1;
	min-width: 0;
}
.grz-tp-form__hook:empty {
	display: none;
}
.grz-tp-rail {
	display: grid;
	grid-template-rows: auto auto;
	align-content: start;
	align-items: start;
	gap: 14px;
	min-width: 0;
}
.grz-tp-card {
	box-sizing: border-box;
	min-width: 0;
	border: 1px solid rgba(112, 137, 169, 0.25);
}
.grz-tp-about {
	box-sizing: border-box;
	border: 1px solid rgba(112, 137, 169, 0.25);
}
.grz-tp-related {
	box-sizing: border-box;
	min-width: 0;
	border: 1px solid rgba(112, 137, 169, 0.25);
}
.grz-tp-card,
.grz-tp-about,
.grz-tp-related {
	overflow: hidden;
}
.grz-tp-card__head {
	display: flex;
	align-items: flex-start;
	gap: 11px;
}
.grz-tp-step {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--grz-tp-accent), var(--grz-tp-accent-dark));
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 7px 16px rgba(var(--grz-tp-accent-rgb), 0.16);
}
.grz-tp-card__titles {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-top: 1px;
}
.grz-tp-card__title {
	color: #1c2534;
	font-weight: 700;
	letter-spacing: -0.018em;
	line-height: 1.2;
}
.grz-tp-card__sub {
	margin-top: 4px;
	color: #6a7587;
	font-weight: 450;
	line-height: 1.35;
}
.grz-tp-card__body {
	padding: 15px 19px 18px;
}
.grz-tp-card__body--packages {
	padding-top: 14px;
}
/* --------------------------------------------------------------------------
 * Variation package selector
 * ----------------------------------------------------------------------- */
.grz-tp-card--package table.variations {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}
.grz-tp-card--package table.variations tbody,
.grz-tp-card--package table.variations tr,
.grz-tp-card--package table.variations th,
.grz-tp-card--package table.variations td {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: start;
}
.grz-tp-card--package table.variations tr + tr {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dashed rgba(112, 137, 169, 0.28);
}
.grz-tp-card--package table.variations th.label {
	margin-bottom: 8px;
	color: #6a7587;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}
.grz-tp-card--package table.variations select {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 44px;
	margin: 0;
	padding: 0 36px 0 12px;
	border: 1px solid #cfd9e6;
	border-radius: 11px;
	background: #fff;
	color: #202a39;
	font: 650 12px/1 var(--grz-font, sans-serif);
}
.grz-tp-pills-active .grz-tp-native-row > th.label,
.grz-tp-pills-active .grz-tp-native-row select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.grz-tp-pills {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grz-tp-pill {
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(124, 147, 177, 0.31);
	color: #1d2633;
	font: inherit;
	text-align: start;
	cursor: pointer;
	transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.grz-tp-pill:hover:not(:disabled) {
	border-color: rgba(var(--grz-tp-accent-rgb), 0.47);
	background: #fff;
	box-shadow: 0 8px 18px rgba(8, 70, 166, 0.055);
	transform: translateY(-1px);
}
.grz-tp-pill:focus-visible {
	outline: 2px solid var(--grz-tp-accent);
	outline-offset: 2px;
}
.grz-tp-pill__text {
	flex-direction: column;
	gap: 5px;
}
.grz-tp-pill__label {
	padding-inline-end: 34px;
}
.grz-tp-pill__pricing {
	flex-wrap: wrap;
	min-width: 0;
	line-height: 1;
}
.grz-tp-pill__price .amount,
.grz-tp-pill__price bdi {
	color: inherit;
}
.grz-tp-pill__badge {
	right: -1px;
	background: linear-gradient(135deg, var(--grz-tp-accent), var(--grz-tp-accent-dark));
	color: #fff;
}
.grz-tp-pill.is-active {
	border-color: var(--grz-tp-accent);
	box-shadow: inset 0 0 0 1px rgba(var(--grz-tp-accent-rgb), 0.18), 0 8px 20px rgba(var(--grz-tp-accent-rgb), 0.075);
}
.grz-tp-pill:disabled,
.grz-tp-pill.is-unavailable {
	opacity: 0.42;
	cursor: not-allowed;
	transform: none;
}
/* WooCommerce's reset link is not part of the reference UI. */
.grz-tp-form .reset_variations,
.grz-tp-form .reset_variations[style],
.single-product div.product form.cart .reset_variations {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
.grz-tp-unavailable {
	margin: 0;
	padding: 12px;
	border: 1px solid #ffd1d6;
	background: #fff5f6;
	color: #d73547;
	font: 650 11px/1.45 var(--grz-font, sans-serif);
}
.grz-tp-summary-status {
	margin: 0;
	padding: 12px;
	border: 1px solid #ffd1d6;
	border-radius: 11px;
	background: #fff5f6;
	color: #d73547;
	font: 650 11px/1.45 var(--grz-font, sans-serif);
}
/* --------------------------------------------------------------------------
 * Simple product package
 * ----------------------------------------------------------------------- */
.grz-tp-simple {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	padding: 15px;
	border: 1px solid rgba(112, 137, 169, 0.25);
	background: #f8fbff;
}
.grz-tp-simple__media {
	width: 84px;
	height: 84px;
	overflow: hidden;
	border-radius: 13px;
	background: #fff;
}
.grz-tp-simple__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grz-tp-simple__content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}
.grz-tp-simple__content strong {
	color: #222d3e;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}
.grz-tp-simple__price {
	color: var(--grz-tp-accent);
	font-size: 18px;
	font-weight: 850;
}
.grz-tp-simple__price ins {
	text-decoration: none;
}
.grz-tp-simple__content .stock {
	margin: 0;
	font: 700 10px/1.3 var(--grz-font, sans-serif);
}
.grz-tp-simple__description {
	margin-top: 16px;
	padding-top: 15px;
	border-top: 1px dashed rgba(112, 137, 169, 0.28);
	color: #606c7e;
	font: 400 12px/1.65 var(--grz-font, sans-serif);
}
.grz-tp-simple__description p {
	margin: 0 0 8px;
}
.grz-tp-simple__description p:last-child {
	margin-bottom: 0;
}
/* --------------------------------------------------------------------------
 * Account card
 * ----------------------------------------------------------------------- */
.grz-tp-card--account .grz-tp-card__head,
.grz-tp-card--summary .grz-tp-card__head {
	padding: 17px 18px 0;
}
.grz-tp-card--account .grz-tp-card__body {
	padding: 12px 18px 15px;
}
.grz-tp-field-label {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 7px;
	color: #273142;
	font-size: 11px;
	font-weight: 750;
}
.grz-tp-hint {
	display: inline-grid;
	place-items: center;
	width: 13px;
	height: 13px;
	color: #8793a5;
}
.grz-tp-hint__icon {
	width: 13px;
	height: 13px;
}
.grz-tp-player-input {
	box-sizing: border-box;
	width: 100%;
	min-height: 39px;
	padding: 0 13px;
	border: 1px solid rgba(123, 148, 179, 0.32);
	background: #f7faff;
	color: #202a39;
	font: 550 11.5px/1 var(--grz-font, sans-serif);
	transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}
.grz-tp-player-input::placeholder {
	color: #8994a5;
	font-weight: 450;
}
.grz-tp-player-input:focus {
	outline: none;
	border-color: var(--grz-tp-accent);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(var(--grz-tp-accent-rgb), 0.10);
}
.grz-tp-player-help {
	margin: 7px 0 0;
	color: #657184;
	font-size: 11px;
	line-height: 1.45;
}
/* --------------------------------------------------------------------------
 * Order summary and native WooCommerce controls
 * ----------------------------------------------------------------------- */
.grz-tp-card--summary .grz-tp-card__body {
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 18px 18px 18px;
}
.grz-tp-summary-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0;
}
.grz-tp-summary-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	line-height: 1.35;
}
.grz-tp-summary-row[hidden] {
	display: none;
}
.grz-tp-summary-row dt {
	color: #687386;
	font-weight: 500;
}
.grz-tp-summary-row dd {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	max-width: 64%;
	margin: 0;
	color: #101828;
	font-weight: 750;
	text-align: end;
	overflow-wrap: anywhere;
}
.grz-tp-summary-row--save dd {
	color: #16985c;
}
.grz-tp-summary-icon {
	width: 12px;
	height: 12px;
	color: #f18d18;
	fill: #f18d18;
}
.grz-tp-total {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-top: 15px;
	padding-top: 13px;
	border-top: 1px solid rgba(124, 147, 177, 0.22);
}
.grz-tp-total__label {
	padding-bottom: 3px;
	color: #687386;
	font-weight: 500;
}
.grz-tp-total__prices {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
}
.grz-tp-total__now {
	color: var(--grz-tp-accent);
	font-size: 26px;
	font-weight: 780;
	letter-spacing: -0.04em;
	line-height: 1;
}
.grz-tp-total__now.is-placeholder {
	color: #7b8798;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0;
}
.grz-tp-total__now .amount,
.grz-tp-total__now bdi {
	color: inherit;
}
.grz-tp-total__was {
	color: #8e98a8;
	font-weight: 500;
}
/* Keep the wrapper because it owns WooCommerce's add-to-cart controls, but
 * remove the native variation price/description/status panel entirely. */
.grz-tp-card--summary .single_variation_wrap {
	margin: 16px 0 0;
	padding: 0;
	background: transparent !important;
}
.grz-tp-card--summary .woocommerce-variation.single_variation,
.grz-tp-card--summary .woocommerce-variation.single_variation[style],
.grz-tp-card--summary .single_variation,
.grz-tp-card--summary .woocommerce-variation-price,
.grz-tp-card--summary .woocommerce-variation-description,
.grz-tp-card--summary .woocommerce-variation-availability {
	display: none !important;
	visibility: hidden !important;
	min-height: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: hidden !important;
}
.grz-tp-card--summary .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
	padding: 0;
	background: transparent;
}
.grz-tp-cart-actions {
	padding: 0;
	background: transparent;
}
.grz-tp-cart-actions {
	margin: 16px 0 0;
}
.grz-tp-card--summary .woocommerce-variation-add-to-cart {
	margin: 0;
}
/* Quantity stepper block, shown at the top of the order summary. */
.grz-tp-qty {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	margin: 0 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(112, 137, 169, 0.18);
}
.grz-tp-qty__intro {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}
.grz-tp-qty__title {
	color: var(--grz-ink, #111827);
	font: 750 13px/1.2 var(--grz-font, sans-serif);
}
.grz-tp-qty__limit {
	color: var(--grz-muted, #667085);
}
.grz-tp-card--summary .quantity {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid rgba(var(--grz-tp-accent-rgb), 0.3);
	background: linear-gradient(180deg, rgba(var(--grz-tp-accent-rgb), 0.07), rgba(var(--grz-tp-accent-rgb), 0.02));
}
.grz-tp-qty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: #fff;
	color: var(--grz-tp-accent);
	font: 700 20px/1 var(--grz-font, sans-serif);
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(16, 36, 71, 0.08);
	transition: background 150ms ease, color 150ms ease, transform 120ms ease;
}
.grz-tp-qty__btn:hover:not(:disabled) {
	background: var(--grz-tp-accent);
	color: #fff;
}
.grz-tp-qty__btn:active:not(:disabled) {
	transform: scale(0.93);
}
.grz-tp-qty__btn:disabled {
	opacity: 0.38;
	cursor: not-allowed;
}
.grz-tp-qty__btn:focus-visible {
	outline: 2px solid var(--grz-tp-accent-dark);
	outline-offset: 2px;
}
.grz-tp-card--summary .quantity .qty {
	box-sizing: border-box;
	width: 56px;
	height: 36px;
	padding: 0 4px;
	border: 0;
	background: transparent;
	color: var(--grz-ink, #111827);
	font: 750 15px/1 var(--grz-font, sans-serif);
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}
.grz-tp-card--summary .quantity .qty::-webkit-outer-spin-button,
.grz-tp-card--summary .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.grz-tp-card--summary .single_add_to_cart_button,
.single-product .grz-tp-card--summary button.single_add_to_cart_button.button.alt {
	gap: 8px;
	width: 100%;
	margin: 0;
	border: 0;
	background: linear-gradient(135deg, #1f6fff 0%, var(--grz-tp-accent) 52%, var(--grz-tp-accent-dark) 100%);
	color: #fff;
	font: 780 11.5px/1 var(--grz-font, sans-serif);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	box-shadow: 0 10px 20px rgba(var(--grz-tp-accent-rgb), 0.15);
	cursor: pointer;
	transition: filter 150ms ease, transform 150ms ease, opacity 150ms ease;
}
.grz-tp-card--summary .single_add_to_cart_button::before {
	content: "";
	width: 14px;
	height: 14px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4.5 13H11l-1 9L19.5 11H13V2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4.5 13H11l-1 9L19.5 11H13V2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.grz-tp-card--summary .single_add_to_cart_button:hover:not(:disabled) {
	filter: brightness(1.06);
	transform: translateY(-1px);
}
.grz-tp-card--summary .single_add_to_cart_button:focus-visible {
	outline: 2px solid var(--grz-tp-accent-dark);
	outline-offset: 2px;
}
.grz-tp-card--summary .single_add_to_cart_button.disabled,
.grz-tp-card--summary .single_add_to_cart_button:disabled,
.grz-tp-card--summary .single_add_to_cart_button.wc-variation-selection-needed {
	opacity: 0.46;
	cursor: not-allowed;
	filter: none;
	transform: none;
}
.grz-tp-add-cart-secondary {
	margin: 0;
	font: 780 11.5px/1 var(--grz-font, sans-serif);
	letter-spacing: 0.01em;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 150ms ease, background 150ms ease, color 150ms ease, transform 150ms ease;
}
.single-product .grz-tp-card--summary button.grz-tp-add-cart-secondary {
	width: 100%;
	margin: 0;
	border: 1px solid rgba(124, 147, 177, 0.34);
	border-radius: 13px;
	background: #fbfdff;
	color: var(--grz-tp-accent-dark);
	font: 780 11.5px/1 var(--grz-font, sans-serif);
	letter-spacing: 0.01em;
	text-transform: uppercase;
	box-shadow: none;
	cursor: pointer;
	transition: border-color 150ms ease, background 150ms ease, color 150ms ease, transform 150ms ease;
}
.grz-tp-add-cart-secondary:hover:not(:disabled),
.single-product .grz-tp-card--summary button.grz-tp-add-cart-secondary:hover:not(:disabled) {
	border-color: rgba(var(--grz-tp-accent-rgb), 0.43);
	background: #eef6ff;
	color: var(--grz-tp-accent);
	transform: translateY(-1px);
}
.grz-tp-add-cart-secondary:focus-visible {
	outline: 2px solid var(--grz-tp-accent);
	outline-offset: 2px;
}
.grz-tp-add-cart-secondary:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
}
.grz-tp-secure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 10px 0 0;
	color: #748093;
	font: 500 9.8px/1.3 var(--grz-font, sans-serif);
	text-align: center;
}
.grz-tp-secure__icon {
	width: 11px;
	height: 11px;
	color: #1aa365;
}
.grz-tp-card--summary .wcpay-payment-request-wrapper,
.grz-tp-card--summary .ppc-button-wrapper,
.grz-tp-card--summary .paypal-buttons,
.grz-tp-card--summary .wc-stripe-payment-request-wrapper {
	width: 100%;
	margin-top: 9px;
}
/* --------------------------------------------------------------------------
 * Trust row
 * ----------------------------------------------------------------------- */
.grz-tp-trust__icon .grz-icon {
	width: 15px;
	height: 15px;
}
/* --------------------------------------------------------------------------
 * About / related area
 * ----------------------------------------------------------------------- */
.grz-tp-info {
	margin: 18px 0 0;
}
.grz-tp-about {
	min-width: 0;
}
.grz-tp-about__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 22px;
	cursor: pointer;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
}
.grz-tp-about__summary::-webkit-details-marker {
	display: none;
}
.grz-tp-about__summary::marker {
	content: "";
}
.grz-tp-about__summary:focus-visible {
	outline: 2px solid var(--grz-tp-accent);
	outline-offset: -3px;
	border-radius: 20px;
}
.grz-tp-about__toggle {
	position: relative;
	flex: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #eef4fc;
	transition: background 0.15s ease;
}
.grz-tp-about__toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #55627a;
	border-bottom: 2px solid #55627a;
	transform: translate(-50%, -70%) rotate(45deg);
	transition: transform 0.2s ease, border-color 0.15s ease;
}
.grz-tp-about[open] .grz-tp-about__toggle::before {
	transform: translate(-50%, -20%) rotate(-135deg);
}
.grz-tp-about__summary:hover .grz-tp-about__toggle {
	background: #e0eafa;
}
.grz-tp-about__summary:hover .grz-tp-about__toggle::before {
	border-color: var(--grz-tp-accent);
}
.grz-tp-about__panel {
	padding: 0 22px 22px;
}
.grz-tp-related {
	padding: 20px 18px;
}
.grz-tp-about__heading,
.grz-tp-related > h2 {
	margin: 0;
	color: #273142;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.018em;
	line-height: 1.25;
}
.grz-tp-about__content {
	margin-top: 0;
	color: #5f6a7b;
	font-size: 11.5px;
	line-height: 1.58;
}
.grz-tp-about__content > *:first-child {
	margin-top: 0;
}
.grz-tp-about__content > *:last-child {
	margin-bottom: 0;
}
.grz-tp-about__content p {
	margin: 0 0 11px;
}
.grz-tp-about__content strong {
	color: #222c3b;
	font-weight: 750;
}
.grz-tp-how h3 {
	margin: 0 0 11px;
	color: #263142;
	font-size: 11px;
	font-weight: 750;
}
.grz-tp-how ol {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.grz-tp-how li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	color: #354052;
	font-size: 11px;
	line-height: 1.4;
}
.grz-tp-how li > span {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #e8f1ff;
	color: var(--grz-tp-accent);
	font-size: 11px;
	font-weight: 800;
}
.grz-tp-how li p {
	margin: 2px 0 0;
}
/* -------------------------------------------------------------------------
 * Reviews
 * ---------------------------------------------------------------------- */
.grz-tp-reviews {
	box-sizing: border-box;
	min-width: 0;
	padding: 22px;
	border: 1px solid rgba(112, 137, 169, 0.25);
}
.grz-tp-reviews__title {
	margin: 0;
	color: #273142;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.018em;
	line-height: 1.25;
}
/* Shared fractional star display */
.grz-tp-stars {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 2px;
	white-space: nowrap;
}
.grz-tp-stars__off {
	color: #d6deea;
}
.grz-tp-stars__on {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #f5a623;
}
/* Rating overview */
.grz-tp-reviews__overview {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	margin-top: 18px;
	padding: 20px 22px;
	border: 1px solid rgba(112, 137, 169, 0.2);
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbff, #f1f6fe);
}
.grz-tp-reviews__score-stars .grz-tp-stars {
	font-size: 15px;
}
.grz-tp-reviews__breakdown {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.grz-tp-reviews__row {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 30px;
	align-items: center;
	gap: 10px;
}
.grz-tp-reviews__row-label {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: #6b7688;
	font-size: 11px;
	font-weight: 700;
}
.grz-tp-reviews__row-label span {
	color: #f5a623;
	font-size: 11px;
}
.grz-tp-reviews__row-track {
	position: relative;
	height: 8px;
	border-radius: 99px;
	background: #e4ebf4;
	overflow: hidden;
}
.grz-tp-reviews__row-fill {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--grz-tp-accent), #4d8bff);
}
.grz-tp-reviews__row-count {
	color: #8a94a6;
	font-size: 11px;
	font-weight: 600;
	text-align: right;
}
/* Review list */
.grz-tp-reviews__list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.grz-tp-review {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 13px;
	padding: 17px 0;
	border-top: 1px solid rgba(112, 137, 169, 0.16);
}
.grz-tp-review:first-child {
	border-top: 0;
	padding-top: 4px;
}
.grz-tp-review__avatar {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--grz-tp-accent), #4d8bff);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.grz-tp-review__main {
	min-width: 0;
}
.grz-tp-review__top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.grz-tp-review__author {
	color: #222c3b;
	font-size: 12.5px;
	font-weight: 700;
}
.grz-tp-review__verified {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 2px 8px;
	border-radius: 99px;
	background: #e7f7ee;
	color: #158a51;
	font-size: 11px;
	font-weight: 700;
}
.grz-tp-review__verified-icon {
	width: 10px;
	height: 10px;
	color: #158a51;
}
.grz-tp-review__date {
	margin-left: auto;
	color: #97a1b2;
	font-weight: 500;
}
.grz-tp-review__stars {
	margin-top: 5px;
}
.grz-tp-review__stars .grz-tp-stars {
	font-size: 12.5px;
}
.grz-tp-review__text {
	margin-top: 7px;
	color: #4f5a6c;
	font-size: 11.5px;
	line-height: 1.6;
}
.grz-tp-review__text p {
	margin: 0 0 8px;
}
.grz-tp-review__text p:last-child {
	margin-bottom: 0;
}
.grz-tp-reviews__more {
	margin: 15px 0 0;
	color: #6b7688;
	font-size: 11px;
}
/* Review form */
/* Two-up name / email when the form is wide enough */
/* WooCommerce's clickable star widget (from woocommerce core CSS) sits here */
.grz-tp-related__list {
	display: flex;
	flex-direction: column;
	margin-top: 13px;
}
.grz-tp-related__item {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) 10px;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 6px 2px;
	color: inherit;
	text-decoration: none;
	transition: background 150ms ease, transform 150ms ease;
}
.grz-tp-related__item:hover {
	background: #f3f7fd;
	transform: translateX(2px);
}
.grz-tp-related__media {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background: #e8f1ff;
	color: var(--grz-tp-accent);
}
.grz-tp-related__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grz-tp-related__initial {
	font-size: 11px;
	font-weight: 800;
}
.grz-tp-related__copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.grz-tp-related__copy strong {
	color: #252f3f;
	font-weight: 750;
	line-height: 1.25;
}
.grz-tp-related__copy span {
	color: #7a8596;
	line-height: 1.2;
}
.grz-tp-related__arrow {
	position: relative;
	width: 8px;
	height: 8px;
	border-top: 1px solid #8090a4;
	border-right: 1px solid #8090a4;
	transform: rotate(45deg);
}
/* --------------------------------------------------------------------------
 * Responsive layout
 * ----------------------------------------------------------------------- */
@media (max-width: 1040px) {
	.single-product {
		--grz-product-rail: 326px;
		--grz-product-gap: 16px;
	}

	.grz-tp-hero {
		grid-template-columns: 90px minmax(0, 1fr) auto;
	}

	.grz-tp-hero__icon {
		width: 90px;
		height: 90px;
	}
}
@media (max-width: 900px) {
	.single-product div.product form.grz-tp-form {
		grid-template-columns: 1fr;
	}

	.single-product div.product form.grz-tp-form > .grz-tp-card--package,
.single-product div.product form.grz-tp-form > .grz-tp-rail {
		grid-column: 1;
	}

	.grz-tp-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.grz-tp-rail > .grz-tp-card--summary:only-child {
		grid-column: 1 / -1;
	}
}
@media (max-width: 720px) {
	.single-product {
		--grz-product-gutter: 14px;
	}

	.single-product .grz-woo-main {
		padding-bottom: 48px;
	}

	.grz-tp-hero {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 13px;
		min-height: 142px;
		padding: 24px 0 20px;
	}

	.grz-tp-hero__icon {
		width: 76px;
		height: 76px;
		border-radius: 17px;
	}

	.grz-tp-hero__title {
		font-size: clamp(27px, 8vw, 35px);
	}

	.grz-tp-hero__meta {
		font-size: 11px;
	}

	.grz-tp-hero__divider,
.grz-tp-hero__note {
		display: none;
	}

	.grz-tp-pills,
.grz-tp-rail {
		grid-template-columns: 1fr;
	}

	.grz-tp-card__head,
.grz-tp-card--account .grz-tp-card__head,
.grz-tp-card--summary .grz-tp-card__head {
		padding: 16px 16px 0;
	}

	.grz-tp-card__body,
.grz-tp-card--account .grz-tp-card__body,
.grz-tp-card--summary .grz-tp-card__body {
		padding: 14px 16px 16px;
	}

	.grz-tp-about__summary {
		padding: 16px 18px;
	}

	.grz-tp-about__panel {
		padding: 0 18px 18px;
	}

	.grz-tp-reviews {
		padding: 18px 16px;
	}

	.grz-tp-reviews__overview {
		padding: 16px;
	}

	.grz-tp-related {
		padding: 18px 16px;
	}
}
@media (max-width: 560px) {
	.grz-tp-reviews__overview {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}
@media (max-width: 420px) {
	.single-product {
		--grz-product-gutter: 12px;
	}

	.grz-tp-hero__badges {
		gap: 5px;
	}

	.grz-tp-hero__badge {
		font-size: 11px;
	}

	.grz-tp-card,
.grz-tp-about,
.grz-tp-related {
		border-radius: 17px;
	}

	.grz-tp-pill {
		min-height: 58px;
		padding: 10px 12px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.grz-tp-pill,
.grz-tp-player-input,
.grz-tp-related__item {
		transition: none;
	}

	.grz-tp-pill:hover:not(:disabled),
.grz-tp-card--summary .single_add_to_cart_button:hover:not(:disabled),
.grz-tp-add-cart-secondary:hover:not(:disabled),
.grz-tp-related__item:hover {
		transform: none;
	}
}
.single-product {
	--grz-product-card-radius: var(--grz-product-card-radius-setting, 8px);
	--grz-product-control-radius: var(--grz-product-control-radius-setting, 6px);
}
/* One low-radius language across every product surface. Circular status and
 * radio markers intentionally keep their geometric shape. */
.grz-tp-hero__icon,
.grz-tp-card,
.grz-tp-about,
.grz-tp-related,
.grz-tp-reviews,
.grz-tp-review,
.grz-tp-related__item,
.grz-tp-how,
.grz-tp-unavailable {
	border-radius: var(--grz-product-card-radius);
}
.grz-tp-pill,
.grz-tp-card input:not([type="checkbox"]):not([type="radio"]),
.grz-tp-card select,
.grz-tp-card textarea,
.grz-tp-about input,
.grz-tp-about select,
.grz-tp-about textarea,
.grz-tp-reviews input,
.grz-tp-reviews select,
.grz-tp-reviews textarea,
.grz-tp-qty,
.grz-tp-card--summary .quantity,
.grz-tp-qty__btn,
.grz-favorite-button--product,
.single-product .grz-tp-card--summary button.single_add_to_cart_button.button.alt,
.grz-tp-about__summary,
.grz-tp-related__media {
	border-radius: var(--grz-product-control-radius);
}
/* Strong but calmer canvas: clean enough for payment-adjacent decisions. */
.grz-tp-hero {
	padding-block: 28px 22px;
}
.grz-tp-hero__title {
	letter-spacing: -0.038em;
}
.grz-tp-hero__badge,
.grz-tp-hero__meta,
.grz-tp-hero__rating-count,
.grz-tp-card__sub,
.grz-tp-summary-row,
.grz-tp-total__label,
.grz-tp-total__was,
.grz-tp-qty__limit,
.grz-tp-secure,
.grz-tp-related__copy span,
.grz-tp-review__date {
	font-size: max(12px, 0.75rem);
}
.grz-tp-card__title,
.grz-tp-qty__title,
.grz-tp-related__copy strong {
	font-size: max(13px, 0.8125rem);
}
/* Account-backed favorite control. The loop version is styled in
 * woocommerce.css; this variant belongs to the product hero. */
.grz-favorite-button--product {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid rgba(var(--grz-tp-accent-rgb), 0.24);
	background: rgba(255, 255, 255, 0.92);
	color: #243149;
	font: 750 12.5px/1.2 var(--grz-font, sans-serif);
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(23, 50, 92, 0.07);
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}
.grz-favorite-button--product .grz-favorite-button__icon {
	display: inline-grid;
	width: 17px;
	height: 17px;
	place-items: center;
}
.grz-favorite-button--product .grz-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.grz-favorite-button--product:hover,
.grz-favorite-button--product.is-active {
	border-color: rgba(var(--grz-tp-accent-rgb), 0.5);
	background: var(--grz-tp-accent-light);
	color: var(--grz-tp-accent-dark);
	transform: translateY(-1px);
}
.grz-favorite-button--product.is-active .grz-icon svg {
	fill: currentColor;
}
.grz-favorite-button--product:focus-visible {
	outline: 3px solid rgba(var(--grz-tp-accent-rgb), 0.24);
	outline-offset: 2px;
}
.grz-favorite-button--product[aria-busy="true"] {
	cursor: wait;
	opacity: 0.72;
}
/* Package and order-summary cards. */
.grz-tp-card__head {
	padding: 18px 20px 0;
}
.grz-tp-card__body {
	padding-inline: 20px;
}
.grz-tp-card--summary {
	position: sticky;
	top: 18px;
}
.grz-tp-card--summary .single_add_to_cart_button,
.single-product .grz-tp-card--summary button.single_add_to_cart_button.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 11px 18px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
.grz-tp-add-cart-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 11px 18px;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.2;
	vertical-align: middle;
	white-space: normal;
}
.single-product .grz-tp-card--summary button.grz-tp-add-cart-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 11px 18px;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
.grz-tp-card--summary .single_add_to_cart_button::before {
	flex: 0 0 auto;
}
.grz-tp-card--summary .quantity {
	height: 46px;
}
.grz-tp-qty__btn {
	line-height: 1;
}
.grz-tp-pill {
	line-height: 1.25;
}
/* New assurance strip. */
.grz-tp-assurance__icon .grz-icon {
	width: 18px;
	height: 18px;
}
/* Form controls remain aligned and legible even when WooCommerce/plugin CSS
 * is loaded after the theme. */
.single-product .grz-tp-form :where(input, select, textarea, button) {
	font-family: var(--grz-font, Inter, ui-sans-serif, sans-serif);
}
.single-product .grz-tp-form :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select, textarea) {
	box-sizing: border-box;
	min-height: 44px;
	line-height: 1.35;
}
.single-product .grz-tp-form button,
.single-product .grz-tp-form [type="button"],
.single-product .grz-tp-form [type="submit"] {
	vertical-align: middle;
}
@media (max-width: 1080px) {
	.single-product {
		--grz-product-rail: min(390px, 38vw);
	}
}
@media (max-width: 860px) {
	.grz-tp-card--summary {
		position: static;
	}
}
@media (max-width: 620px) {
	.grz-tp-hero {
		gap: 14px;
		padding-top: 22px;
	}

	.grz-favorite-button--product {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.grz-tp-card__head,
.grz-tp-card__body {
		padding-inline: 16px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.grz-favorite-button--product,
.grz-tp-card--summary .single_add_to_cart_button,
.grz-tp-add-cart-secondary {
		transition: none;
	}
}
/* One radius system across the complete product experience. */
.grz-tp-card :where(input, select, textarea, button),
.grz-tp-simple,
.grz-tp-player-input,
.grz-tp-qty--action .quantity,
.grz-tp-add-cart-secondary,
.grz-tp-card--summary .single_add_to_cart_button {
	border-radius: var(--grz-product-control-radius);
}
/* Product header becomes a real, contained banner instead of a loose blurred
 * page wash. A product-specific upload takes priority over the global banner. */
.grz-tp-hero {
	isolation: isolate;
	grid-template-columns: 86px minmax(0, 1fr) auto;
	gap: 16px;
	min-height: 138px;
	margin-block: 18px;
	padding: 22px 24px;
	overflow: hidden;
	border: 1px solid rgba(112, 137, 169, 0.22);
	background: #eef5ff;
}
.grz-tp-hero::before {
	inset: 0;
	left: 0;
	width: auto;
	height: auto;
	transform: none;
	background-image: var(--grz-tp-backdrop, none);
	background-position: center;
	background-size: cover;
	filter: blur(13px) saturate(0.78);
	opacity: 0.16;
}
.grz-tp-hero.has-custom-banner::before {
	filter: none;
	opacity: 1;
}
.grz-tp-hero::after {
	inset: 0;
	left: 0;
	width: auto;
	height: auto;
	transform: none;
}
.grz-tp-hero__icon {
	width: 86px;
	height: 86px;
	box-shadow: 0 8px 20px rgba(8, 70, 166, 0.12);
}
.grz-tp-hero__title {
	font-size: clamp(29px, 2.8vw, 40px);
	font-weight: 650;
}
.grz-tp-hero__badge {
	border-radius: var(--grz-product-control-radius);
}
.grz-tp-best-marker,
.grz-tp-promo-marker {
	position: absolute;
	top: -1px;
	inset-inline-end: -1px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 10px 0 13px;
	border-radius: 0 0 0 14px;
	clip-path: none;
	box-shadow: none;
	font-size: 9.5px;
	font-weight: 900;
	letter-spacing: 0.045em;
	line-height: 1;
	text-transform: uppercase;
}
.grz-tp-best-marker {
	gap: 4px;
	background: linear-gradient(135deg, #ffb72f, #ff8a19);
	color: #2d1700;
}
.grz-tp-best-marker::before {
	content: "";
	width: 10px;
	height: 10px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 2.2c.5 3-1.1 4.8-2.4 6.2-1.2 1.3-2.2 2.5-1.5 4.5.3.8.9 1.5 1.8 1.9-.2-1.7.6-3 1.7-4.2.1 2.2 2.3 3.1 2.3 5.6 0 1.4-.7 2.7-1.8 3.5 2.9-.7 5-3.3 5-6.5 0-4.3-2.9-7.8-5.1-11Z'/%3E%3Cpath d='M8.7 8.4C6.5 10.3 5 12.5 5 15.2 5 19 8.1 22 12 22c.3 0 .7 0 1-.1-3.3-.6-5.7-3-5.7-6 0-1.8.6-3.5 1.4-5.1.4-.8.4-1.6 0-2.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 2.2c.5 3-1.1 4.8-2.4 6.2-1.2 1.3-2.2 2.5-1.5 4.5.3.8.9 1.5 1.8 1.9-.2-1.7.6-3 1.7-4.2.1 2.2 2.3 3.1 2.3 5.6 0 1.4-.7 2.7-1.8 3.5 2.9-.7 5-3.3 5-6.5 0-4.3-2.9-7.8-5.1-11Z'/%3E%3Cpath d='M8.7 8.4C6.5 10.3 5 12.5 5 15.2 5 19 8.1 22 12 22c.3 0 .7 0 1-.1-3.3-.6-5.7-3-5.7-6 0-1.8.6-3.5 1.4-5.1.4-.8.4-1.6 0-2.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.grz-tp-promo-marker {
	background: #169b59;
	color: #fff;
}
.grz-tp-pills {
	gap: 8px;
}
.grz-tp-pill {
	position: relative;
	display: block;
	min-height: 62px;
	padding: 0;
	overflow: hidden;
	background: #fbfdff;
}
.grz-tp-pill__radio {
	position: absolute;
	inset-inline-start: 14px;
	top: 50%;
	width: 16px;
	height: 16px;
	border: 1.5px solid #b8c5d7;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: none;
	transform: translateY(-50%);
	transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}
.grz-tp-pill.is-active .grz-tp-pill__radio {
	border-color: var(--grz-tp-accent);
	background: #ffffff;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--grz-tp-accent) 12%, transparent);
}
.grz-tp-pill.is-active .grz-tp-pill__radio::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: var(--grz-tp-accent);
}
.grz-tp-pill:focus-visible .grz-tp-pill__radio {
	outline: 2px solid color-mix(in srgb, var(--grz-tp-accent) 28%, transparent);
	outline-offset: 2px;
}
.grz-tp-pill__text {
	position: absolute;
	top: 50%;
	inset-inline-start: 42px;
	inset-inline-end: 145px;
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 0;
	transform: translateY(-50%);
}
.grz-tp-pill__label {
	display: -webkit-box;
	width: 100%;
	padding: 0;
	overflow: hidden;
	color: #1f2938;
	font-size: 12.5px;
	font-weight: 760;
	line-height: 1.25;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.grz-tp-pill__discount {
	position: absolute;
	inset-inline-start: 40px;
	bottom: 9px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #119151;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -0.015em;
	line-height: 1;
}
.grz-tp-pill__pricing {
	position: absolute;
	inset-inline-end: 11px;
	bottom: 9px;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-end;
	gap: 6px;
	margin: 0;
	white-space: nowrap;
}
.grz-tp-pill__regular {
	order: 1;
	color: #8995a7;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
}
.grz-tp-pill__price {
	order: 2;
	color: var(--grz-tp-accent);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}
.grz-tp-pill__badge,
.grz-tp-pill__badge.is-best,
.grz-tp-pill__badge.is-promo {
	position: absolute;
	top: -1px;
	inset-inline-end: -1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-height: 26px;
	max-width: 126px;
	padding: 0 10px 0 13px;
	border: 0;
	border-radius: 0 0 0 14px;
	clip-path: none;
	box-shadow: none;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}
[dir="rtl"] .grz-tp-pill__badge,
[dir="rtl"] .grz-tp-pill__badge.is-best,
[dir="rtl"] .grz-tp-pill__badge.is-promo {
	border-radius: 0 0 14px 0;
	padding-inline: 10px 13px;
}
.grz-tp-pill__badge.is-best {
	background: linear-gradient(135deg, #ffae22, #ff8b1a);
	color: #241300;
}
.grz-tp-pill__badge.is-promo,
.grz-tp-pill__badge.is-green {
	background: linear-gradient(135deg, #20a866, #138a50);
	color: #fff;
}
.grz-tp-pill__badge.is-blue {
	background: var(--grz-tp-accent);
	color: #fff;
}
.grz-tp-pill__badge.is-orange {
	background: #f18b1f;
	color: #3b2100;
}
.grz-tp-pill__badge-label {
	font-weight: 900;
}
.grz-tp-pill__badge-discount {
	font-size: 10.5px;
	font-weight: 950;
	letter-spacing: 0;
}
.grz-tp-pill__badge.is-best::before {
	content: "";
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 2.2c.5 3-1.1 4.8-2.4 6.2-1.2 1.3-2.2 2.5-1.5 4.5.3.8.9 1.5 1.8 1.9-.2-1.7.6-3 1.7-4.2.1 2.2 2.3 3.1 2.3 5.6 0 1.4-.7 2.7-1.8 3.5 2.9-.7 5-3.3 5-6.5 0-4.3-2.9-7.8-5.1-11Z'/%3E%3Cpath d='M8.7 8.4C6.5 10.3 5 12.5 5 15.2 5 19 8.1 22 12 22c.3 0 .7 0 1-.1-3.3-.6-5.7-3-5.7-6 0-1.8.6-3.5 1.4-5.1.4-.8.4-1.6 0-2.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 2.2c.5 3-1.1 4.8-2.4 6.2-1.2 1.3-2.2 2.5-1.5 4.5.3.8.9 1.5 1.8 1.9-.2-1.7.6-3 1.7-4.2.1 2.2 2.3 3.1 2.3 5.6 0 1.4-.7 2.7-1.8 3.5 2.9-.7 5-3.3 5-6.5 0-4.3-2.9-7.8-5.1-11Z'/%3E%3Cpath d='M8.7 8.4C6.5 10.3 5 12.5 5 15.2 5 19 8.1 22 12 22c.3 0 .7 0 1-.1-3.3-.6-5.7-3-5.7-6 0-1.8.6-3.5 1.4-5.1.4-.8.4-1.6 0-2.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.grz-tp-pill.is-active {
	background: linear-gradient(180deg, #f1f7ff, #f7fbff);
}
/* Purchase rail rhythm. */
.grz-tp-card--summary .single_variation_wrap {
	margin-top: 14px;
}
.grz-tp-action-row {
	gap: 9px;
}
.grz-tp-action-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: end;
}
.grz-tp-action-row.has-quantity {
	grid-template-columns: 108px minmax(0, 1fr);
	align-items: stretch;
}
.grz-tp-qty.grz-tp-qty--action {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.grz-tp-qty--action .grz-tp-qty__intro {
	display: none;
}
.grz-tp-qty--action .quantity,
.single-product .grz-tp-qty--action .quantity {
	display: grid;
	grid-template-columns: 34px 40px 34px;
	align-items: stretch;
	justify-content: initial;
	box-sizing: border-box;
	width: 108px;
	height: 46px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #cfd9e7;
	background: #ffffff;
	box-shadow: none;
}
.grz-tp-qty--action .grz-tp-qty__btn {
	display: grid;
	place-items: center;
	box-sizing: border-box;
	width: 34px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #45556d;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}
.grz-tp-qty--action .grz-tp-qty__btn--minus {
	border-inline-end: 1px solid #e3e9f1;
}
.grz-tp-qty--action .grz-tp-qty__btn--plus {
	border-inline-start: 1px solid #e3e9f1;
}
.grz-tp-qty--action .grz-tp-qty__btn:hover:not(:disabled),
.grz-tp-qty--action .grz-tp-qty__btn:focus-visible {
	background: #edf5ff;
	color: var(--grz-tp-accent);
}
.grz-tp-qty--action .grz-tp-qty__btn:focus-visible {
	position: relative;
	z-index: 2;
	outline: 2px solid color-mix(in srgb, var(--grz-tp-accent) 35%, transparent);
	outline-offset: -2px;
}
.grz-tp-qty--action .quantity .qty,
.single-product .grz-tp-qty--action .quantity .qty {
	box-sizing: border-box;
	width: 40px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	color: #182235;
	font-size: 14px;
	font-weight: 850;
	line-height: 44px;
	text-align: center;
}
.single-product .grz-tp-card--summary button.grz-tp-add-cart-secondary {
	min-height: 46px;
}
.grz-tp-card--summary .single_add_to_cart_button,
.single-product .grz-tp-card--summary button.single_add_to_cart_button.button.alt {
	min-height: 48px;
	font-size: 12px;
}
.grz-tp-express-slot:empty { display: none; }
.grz-tp-express-slot:not(:empty) { display: block; width: 100%; margin-top: 9px; }
.grz-tp-express-slot > * { width: 100%; max-width: 100%; }
@media (max-width: 620px) {
	.grz-tp-hero {
		grid-template-columns: 70px minmax(0, 1fr);
		padding: 18px;
	}

	.grz-tp-hero__icon {
		width: 70px;
		height: 70px;
	}

	.grz-tp-hero__title {
		font-size: clamp(25px, 8vw, 33px);
	}

	.grz-tp-pill {
		min-height: 62px;
	}

	.grz-tp-pill__text {
		inset-inline-start: 42px;
		inset-inline-end: 138px;
		padding: 0;
	}

	.grz-tp-pill__pricing {
		inset-inline-end: 10px;
	}

	.grz-tp-action-row.has-quantity {
		grid-template-columns: 108px minmax(0, 1fr);
	}
}
@media (max-width: 390px) {
	.grz-tp-pill__text {
		inset-inline-end: 126px;
	}

	.grz-tp-pill__pricing {
		gap: 5px;
	}

	.grz-tp-pill__regular {
		font-size: 9.5px;
	}

	.grz-tp-pill__price {
		font-size: 12.5px;
	}
}
.single-product .grz-woo-main {
	background: #f5f8fc;
}
.single-product .grz-tp-shell {
	z-index: 0;
	padding-bottom: 18px;
}
.single-product .grz-tp-shell::before {
	position: absolute;
	z-index: -2;
	left: 50%;
	width: 100vw;
	content: "";
	transform: translateX(-50%);
	pointer-events: none;
}
.single-product .grz-tp-shell > * {
	position: relative;
	z-index: 1;
}
/* Purchase selector and summary form one balanced row. */
.single-product div.product form.grz-tp-form {
	grid-template-columns: minmax(0, 1fr) minmax(340px, var(--grz-product-rail));
	align-items: stretch;
	gap: 16px;
}
.single-product div.product form.grz-tp-form > .grz-tp-card--package,
.single-product div.product form.grz-tp-form > .grz-tp-rail,
.grz-tp-card--package,
.grz-tp-rail > .grz-tp-card--summary:only-child {
	height: 100%;
}
.grz-tp-card--summary {
	display: flex;
	flex-direction: column;
}
.grz-tp-card--summary .grz-tp-card__body {
	flex: 1 1 auto;
}
.grz-tp-card--summary .single_variation_wrap {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
}
.grz-tp-card--summary .woocommerce-variation-add-to-cart,
.grz-tp-form--simple .grz-tp-card--summary .grz-tp-cart-actions {
	margin-top: auto;
	padding-top: 16px;
}
.grz-tp-card {
	border-color: color-mix(in srgb, var(--grz-tp-page-color, #0868f2) 14%, #ced8e6);
	background: rgba(255, 255, 255, 0.95);
}
.grz-tp-about,
.grz-tp-related,
.grz-tp-reviews {
	border-color: color-mix(in srgb, var(--grz-tp-page-color, #0868f2) 14%, #ced8e6);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 9px 28px rgba(23, 47, 82, 0.055);
}
/* Read-only reviews: one surface, no box inside a box and no public form. */
.grz-tp-reviews--readonly {
	padding: 0;
	overflow: hidden;
}
.grz-tp-reviews__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 24px 20px;
	border-bottom: 1px solid rgba(112, 137, 169, 0.16);
	background: rgba(255, 255, 255, 0.72);
}
.grz-tp-reviews__heading {
	min-width: 0;
}
.grz-tp-reviews__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: var(--grz-tp-accent);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}
.grz-tp-reviews__heading p {
	margin: 5px 0 0;
	color: #6d788a;
	font-size: 12px;
	line-height: 1.45;
}
.grz-tp-reviews__headline-score {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 4px 10px;
	flex: 0 0 auto;
	text-align: end;
}
.grz-tp-reviews__headline-score strong {
	grid-row: 1 / span 2;
	color: #172033;
	font-size: 34px;
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1;
}
.grz-tp-reviews__headline-score .grz-tp-stars {
	font-size: 13px;
}
.grz-tp-reviews__headline-score small {
	color: #7a8698;
	font-size: 11px;
	font-weight: 600;
}
.grz-tp-reviews--readonly .grz-tp-reviews__overview {
	display: block;
	margin: 0;
	padding: 18px 24px;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.grz-tp-reviews--readonly .grz-tp-reviews__list {
	margin: 0;
	padding: 0 24px 8px;
	border-top: 1px solid rgba(112, 137, 169, 0.13);
}
.grz-tp-reviews--readonly .grz-tp-review:first-child {
	padding-top: 18px;
}
.grz-tp-reviews--readonly .grz-tp-reviews__more {
	margin: 0;
	padding: 0 24px 20px;
}
.grz-tp-reviews .comment-respond {
	display: none !important;
}
@media (max-width: 860px) {
	.single-product div.product form.grz-tp-form {
		grid-template-columns: 1fr;
	}

	.grz-tp-card--package,
.grz-tp-rail > .grz-tp-card--summary:only-child {
		height: auto;
	}

	.grz-tp-reviews__header {
		align-items: flex-start;
	}
}
@media (max-width: 620px) {
	.grz-tp-reviews__header {
		flex-direction: column;
		gap: 14px;
		padding: 18px;
	}

	.grz-tp-reviews__headline-score {
		align-self: stretch;
		justify-content: start;
		text-align: start;
	}

	.grz-tp-reviews--readonly .grz-tp-reviews__overview,
.grz-tp-reviews--readonly .grz-tp-reviews__list,
.grz-tp-reviews--readonly .grz-tp-reviews__more {
		padding-inline: 18px;
	}
}
/* The uploaded product-banner palette now creates one balanced wash. The old
 * unequal left and right radial spots made the page appear offset. */
.single-product .grz-tp-shell::before {
	top: -18px;
	bottom: -54px;
	background:
		radial-gradient(ellipse 78% 470px at 50% 0%, rgba(var(--grz-tp-page-rgb, 8,104,242), 0.115), transparent 74%),
		linear-gradient(
			180deg,
			color-mix(in srgb, var(--grz-tp-page-color, #0868f2) 7%, #f7f9fd) 0%,
			#f5f8fc 44%,
			color-mix(in srgb, var(--grz-tp-page-color, #0868f2) 3%, #f8fafc) 100%
		);
}
/* Keep the uploaded banner readable but make the overlay symmetric so the
 * left and right edges no longer have visibly different color weight. */
.grz-tp-hero::after {
	background:
		linear-gradient(
			90deg,
			rgba(245, 249, 255, var(--grz-tp-banner-overlay, 0.68)) 0%,
			rgba(245, 249, 255, 0.58) 50%,
			rgba(245, 249, 255, var(--grz-tp-banner-overlay, 0.68)) 100%
		),
		linear-gradient(180deg, rgba(var(--grz-tp-page-rgb, 8,104,242), 0.055), rgba(255,255,255,0.05));
}
/* About and Related top-ups share the first row. Reviews then span the complete
 * width so no empty right-hand column remains beneath the related list. */
.grz-tp-info {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, var(--grz-product-rail));
	grid-template-areas:
		"about related"
		"reviews reviews";
	gap: 16px;
	align-items: stretch;
	width: 100%;
	margin-top: 18px;
}
.grz-tp-info--full {
	grid-template-columns: 1fr;
	grid-template-areas:
		"about"
		"reviews";
}
.grz-tp-info--no-about:not(.grz-tp-info--full) {
	grid-template-areas:
		"related related"
		"reviews reviews";
}
.grz-tp-info--no-about.grz-tp-info--full {
	grid-template-areas: "reviews";
}
.grz-tp-about {
	grid-area: about;
	height: 100%;
}
.grz-tp-related {
	grid-area: related;
	height: 100%;
	align-self: stretch;
}
.grz-tp-reviews {
	grid-area: reviews;
	width: 100%;
}
/* Avoid a second card inside the About surface. */
.grz-tp-how {
	margin-top: 18px;
	padding: 0;
	border: 0;
	background: transparent;
}
.grz-tp-how h3 {
	margin-bottom: 12px;
}
.grz-tp-how li {
	padding-block: 3px;
}
/* Review content stays readable at the new full width instead of stretching
 * bars and text edge-to-edge. */
.grz-tp-reviews--readonly .grz-tp-reviews__breakdown {
	max-width: 760px;
}
.grz-tp-reviews--readonly .grz-tp-review__text {
	max-width: 900px;
}
@media (max-width: 900px) {
	.grz-tp-info,
.grz-tp-info--full {
		grid-template-columns: 1fr;
		grid-template-areas:
			"about"
			"related"
			"reviews";
	}
	.grz-tp-info--no-about,
.grz-tp-info--no-about.grz-tp-info--full {
		grid-template-columns: 1fr;
	}

	.grz-tp-info--no-about,
.grz-tp-info--no-about.grz-tp-info--full {
		grid-template-areas:
			"related"
			"reviews";
	}

	.grz-tp-info--full:not(.grz-tp-info--no-about) {
		grid-template-areas:
			"about"
			"reviews";
	}

	.grz-tp-about,
.grz-tp-related {
		height: auto;
	}
}
.grz-tp-add-cart-secondary {
	gap: 8px;
	text-align: center;
	text-decoration: none;
}
.grz-tp-cart-actions .single_add_to_cart_button {
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 16px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
}
.grz-tp-cart-actions .single_add_to_cart_button {
	display: inline-flex;
}
.single-product.grz-product-design {
	background: #f4f7fb;
}
.grz-tp-shell {
	--grz-product-card-radius-setting: 8px;
	--grz-product-control-radius-setting: 6px;
}
.grz-tp-hero {
	border-radius: 8px;
	box-shadow: var(--grz-ui-shadow);
}
.grz-tp-card {
	box-shadow: var(--grz-ui-shadow);
}
.grz-tp-info {
	border-radius: 8px;
	box-shadow: var(--grz-ui-shadow);
}
.grz-tp-form {
	gap: 18px;
}
.grz-tp-cart-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}
.grz-tp-cart-actions .single_add_to_cart_button {
	width: 100%;
	min-height: 49px;
	border-radius: 6px;
	font-size: 0.82rem;
}
.grz-tp-add-cart-secondary {
	width: 100%;
	min-height: 49px;
}
.grz-tp-cart-actions .single_add_to_cart_button {
	border: 1px solid var(--grz-blue);
	background: linear-gradient(135deg, var(--grz-blue), var(--grz-blue-dark));
	box-shadow: 0 10px 22px rgba(8, 104, 242, 0.17);
	color: #fff;
}
.grz-tp-add-cart-secondary {
	border: 1px solid #cbd7e6;
	background: #fff;
	box-shadow: none;
	color: #31445f;
}
.grz-tp-add-cart-secondary:hover,
.grz-tp-add-cart-secondary:focus-visible {
	border-color: rgba(8, 104, 242, 0.38);
	background: #f3f8ff;
	color: var(--grz-blue-dark);
}
.grz-tp-form .quantity,
.single-product .grz-tp-form .quantity {
	border-radius: 6px;
}
.grz-tp-form .quantity :where(button, input.qty) {
	min-height: 42px;
}
.single-product .grz-tp-qty--action .quantity {
	border-radius: 6px;
}
.single-product .grz-tp-qty--action .quantity :where(button, input.qty) {
	min-height: 44px;
}