/* ==========================================================================
   GRZ shop catalog (v1.5.22)
   Scoped to .grz-shop so front page, related products and widgets keep the
   existing WooCommerce look.
   ========================================================================== */.grz-shop {
	--grz-shop-ink: #0f172a;
	--grz-shop-muted: #667085;
	--grz-shop-faint: #9aa9bd;
	--grz-shop-line: #e3eaf5;
	--grz-shop-bg: #f4f6fa;
	--grz-shop-card: #ffffff;
	padding: 0 0 56px;
	color: var(--grz-shop-ink);
}.grz-shop__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 4px;
}.grz-shop__title {
	margin: 0;
	font: 800 30px/1.15 Inter, Arial, sans-serif;
	letter-spacing: -0.02em;
	color: var(--grz-shop-ink);
}.grz-shop__count {
	margin-top: 4px;
	font: 500 13px Inter, Arial, sans-serif;
	color: var(--grz-shop-muted);
}.grz-shop__head-main .woocommerce-term-description {
	margin-top: 8px;
	font: 400 13.5px/1.6 Inter, Arial, sans-serif;
	color: var(--grz-shop-muted);
	max-width: 720px;
}.grz-shop__sort .orderby {
	font: 600 12.5px Inter, Arial, sans-serif;
	color: var(--grz-shop-ink);
	border: 1px solid var(--grz-shop-line);
	border-radius: 6px;
	background: #fff;
	padding: 8px 10px;
	outline: none;
	cursor: pointer;
}.grz-shop-brand__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}.grz-shop-chips {
	display: flex;
	gap: 8px;
	margin-top: 20px;
	flex-wrap: wrap;
}.grz-shop-chip {
	font: 600 12.5px Inter, Arial, sans-serif;
	color: var(--grz-shop-muted);
	background: #fff;
	border: 1px solid var(--grz-shop-line);
	border-radius: 6px;
	padding: 8px 14px;
	text-decoration: none;
	transition: border-color 0.15s ease, color 0.15s ease;
}.grz-shop-chip:hover {
	border-color: var(--grz-blue, #0762e6);
	color: var(--grz-blue, #0762e6);
}.grz-shop-chip.is-active {
	background: var(--grz-blue, #0762e6);
	border-color: var(--grz-blue, #0762e6);
	color: #fff;
}.grz-shop-chip__n {
	opacity: 0.65;
	font-weight: 500;
	margin-left: 4px;
}.grz-shop-promo {
	margin-top: 20px;
	background: var(--grz-shop-ink);
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 20px;
}.grz-shop-promo__tag {
	background: var(--grz-blue, #0762e6);
	color: #fff;
	font: 800 10.5px Inter, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 4px;
	flex: none;
}.grz-shop-promo__txt {
	color: #e8eef7;
	font: 600 13.5px Inter, Arial, sans-serif;
	flex: 1;
}.grz-shop-promo__txt small {
	display: block;
	font: 400 12px Inter, Arial, sans-serif;
	color: #8fa2ba;
	margin-top: 1px;
}.grz-shop-promo__cta {
	background: #fff;
	color: var(--grz-shop-ink);
	font: 700 12px Inter, Arial, sans-serif;
	padding: 9px 16px;
	border-radius: 6px;
	flex: none;
	text-decoration: none;
}.grz-shop__layout {
	display: grid;
	grid-template-columns: 236px 1fr;
	gap: 28px;
	margin-top: 24px;
	align-items: start;
}.grz-shop__side {
	position: sticky;
	top: 20px;
}.grz-shop-fblock {
	background: #fff;
	border: 1px solid var(--grz-shop-line);
	border-radius: 8px;
	padding: 16px 18px;
}.grz-shop-fblock + .grz-shop-fblock {
	margin-top: 14px;
}.grz-shop-fblock__title {
	font: 700 11px Inter, Arial, sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--grz-shop-faint);
	margin-bottom: 10px;
}.grz-shop-flink {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 6px 0;
	font: 500 13px Inter, Arial, sans-serif;
	color: var(--grz-shop-ink);
	text-decoration: none;
}.grz-shop-flink:hover {
	color: var(--grz-blue, #0762e6);
}.grz-shop-flink.is-active {
	color: var(--grz-blue, #0762e6);
	font-weight: 700;
}.grz-shop-flink__cnt {
	margin-left: auto;
	font: 500 11.5px Inter, Arial, sans-serif;
	color: var(--grz-shop-faint);
}.grz-shop-fprice {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}.grz-shop-fprice input[type="number"] {
	width: calc(50% - 12px);
	font: 500 12.5px Inter, Arial, sans-serif;
	border: 1px solid var(--grz-shop-line);
	border-radius: 6px;
	padding: 8px 9px;
	outline: none;
	color: var(--grz-shop-ink);
	background: #fff;
	-moz-appearance: textfield;
	appearance: textfield;
}.grz-shop-fprice input[type="number"]:focus {
	border-color: var(--grz-blue, #0762e6);
}.grz-shop-fprice input::-webkit-outer-spin-button,
.grz-shop-fprice input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}.grz-shop-fprice span {
	color: var(--grz-shop-faint);
}.grz-shop-fprice__go {
	width: 100%;
	font: 700 12px Inter, Arial, sans-serif;
	color: var(--grz-blue, #0762e6);
	background: var(--grz-blue-tint, #f0f6ff);
	border: 0;
	border-radius: 6px;
	padding: 9px 0;
	cursor: pointer;
}.grz-shop-fprice__go:hover {
	background: #e0ecff;
}.grz-shop-fclear {
	display: block;
	text-align: center;
	margin-top: 12px;
	font: 600 12px Inter, Arial, sans-serif;
	color: var(--grz-shop-faint);
	text-decoration: none;
}.grz-shop-fclear:hover {
	color: #dc2626;
}.grz-shop-feats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 24px;
}.grz-shop-feat {
	display: flex;
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--grz-shop-line);
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 0.15s ease;
}.grz-shop-feat:hover {
	border-color: var(--grz-blue, #0762e6);
}.grz-shop-feat__art {
	width: 104px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}.grz-shop-feat__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}.grz-shop-feat__word {
	font: 800 15px/1.2 Inter, Arial, sans-serif;
	text-align: center;
	letter-spacing: 0.03em;
	color: #fff;
	padding: 0 10px;
}.grz-shop-feat__info {
	flex: 1;
	background: #f7f9fc;
	padding: 12px 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}.grz-shop-feat__name {
	font: 700 13.5px/1.3 Inter, Arial, sans-serif;
	color: var(--grz-shop-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}.grz-shop-feat__meta {
	margin-top: 5px;
	font: 500 11.5px Inter, Arial, sans-serif;
	color: var(--grz-shop-muted);
}.grz-shop-feat__meta .amount {
	font-weight: 700;
	color: var(--grz-shop-ink);
}.grz-shop-feat__star {
	color: #f59e0b;
}.woocommerce-page .grz-shop ul.products.products,
.woocommerce .grz-shop ul.products.products {
	display: grid;
	grid-template-columns: repeat(var(--grz-shop-cols, 6), 1fr);
	gap: 18px 14px;
	margin: 0;
	padding: 0;
}.woocommerce-page .grz-shop ul.products.products::before,
.woocommerce-page .grz-shop ul.products.products::after,
.woocommerce .grz-shop ul.products.products::before,
.woocommerce .grz-shop ul.products.products::after {
	content: none;
	display: none;
}.woocommerce-page .grz-shop ul.products.products li.product.product,
.woocommerce .grz-shop ul.products.products li.product.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
}.grz-shop li.grz-card .grz-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}.grz-shop .grz-card__art {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	background: var(--grz-art, #1b2838);
	aspect-ratio: 3 / 3.8; /* safety default: card art never collapses, style modifiers override */
	transition: transform 0.15s ease;
}.grz-shop li.grz-card:hover .grz-card__art {
	transform: translateY(-2px);
}.grz-shop li.grz-card--gift_card .grz-card__art {
	aspect-ratio: 3 / 3.8;
}.grz-shop li.grz-card--gift_card .grz-card__art::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 13px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1.5px 3px rgba(15, 23, 42, 0.28);
	z-index: 2;
}.grz-shop li.grz-card--top_up .grz-card__art {
	aspect-ratio: 1 / 1;
}.grz-shop .grz-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
}.grz-shop .grz-card__word {
	font: 800 20px/1.15 Inter, Arial, sans-serif;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.94);
	padding: 0 12px;
	margin-top: 14px;
}.grz-shop .grz-card__sub {
	font: 600 8.5px Inter, Arial, sans-serif;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}.grz-shop .grz-card__flag {
	position: absolute;
	top: 8px;
	right: 8px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--grz-shop-ink);
	font: 800 9px Inter, Arial, sans-serif;
	letter-spacing: 0.08em;
	padding: 3px 6px;
	border-radius: 4px;
	text-transform: uppercase;
	z-index: 2;
}.grz-shop li.has-img .grz-card__flag,
.grz-shop li.has-img .grz-card__globe {
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.25);
}.grz-shop .grz-card__globe {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #2f7dff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}.grz-shop .grz-card__name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;
	font: 500 12.5px/1.35 Inter, Arial, sans-serif;
	color: var(--grz-shop-ink);
}.grz-shop .woocommerce-pagination {
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--grz-shop-line);
}.grz-shop .woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
	height: auto;
	border-radius: 0;
	background: none;
	box-shadow: none;
}.grz-shop .woocommerce-pagination ul.page-numbers li {
	border: 0;
	margin: 0;
	float: none;
}.grz-shop .woocommerce-pagination .page-numbers:not(ul) {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--grz-shop-line);
	border-radius: 8px;
	background: #fff;
	color: var(--grz-shop-ink);
	font: 700 12.5px Inter, Arial, sans-serif;
	text-decoration: none;
	transition: border-color 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}.grz-shop .woocommerce-pagination .page-numbers.prev,
.grz-shop .woocommerce-pagination .page-numbers.next {
	padding: 0 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
}.grz-shop .woocommerce-pagination .page-numbers.current {
	border-color: var(--grz-blue, #0762e6);
	background: var(--grz-blue, #0762e6);
	box-shadow: 0 4px 12px rgba(8, 104, 242, 0.28);
	color: #fff;
}.grz-shop .woocommerce-pagination a.page-numbers:hover {
	border-color: var(--grz-blue, #0762e6);
	background: #f0f6ff;
	color: var(--grz-blue, #0762e6);
}.grz-shop .woocommerce-pagination .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	color: var(--grz-shop-muted);
}

@media (max-width: 640px) {.grz-shop .woocommerce-pagination {
		margin-top: 26px;
		padding-top: 18px;
	}.grz-shop .woocommerce-pagination ul.page-numbers {
		gap: 6px;
	}.grz-shop .woocommerce-pagination .page-numbers:not(ul) {
		min-width: 34px;
		height: 34px;
		padding: 0 8px;
	}.grz-shop .woocommerce-pagination .page-numbers.prev,
.grz-shop .woocommerce-pagination .page-numbers.next {
		padding: 0 10px;
	}
}

/* ── responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {.grz-shop__layout {
		grid-template-columns: 1fr;
	}.grz-shop__side {
		position: static;
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}.grz-shop-fblock {
		flex: 1 1 280px;
	}.grz-shop-fblock + .grz-shop-fblock {
		margin-top: 0;
	}.grz-shop-fblock--cats {
		display: none;
	}.woocommerce-page .grz-shop ul.products.products,
.woocommerce .grz-shop ul.products.products {
		grid-template-columns: repeat(4, 1fr);
	}.grz-shop-feats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {.grz-shop {
		padding-bottom: 40px;
	}.grz-shop__title {
		font-size: 24px;
	}.grz-shop__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}.grz-shop__sort,
.grz-shop__sort .orderby {
		width: 100%;
	}.grz-shop-chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin-inline: calc(-1 * var(--grz-gutter, 16px));
		padding: 2px var(--grz-gutter, 16px) 6px;
	}.grz-shop-chips::-webkit-scrollbar {
		display: none;
	}.grz-shop-chip {
		flex: none;
		white-space: nowrap;
	}.grz-shop-promo {
		flex-wrap: wrap;
		gap: 10px;
	}.grz-shop-promo__cta {
		width: 100%;
		text-align: center;
	}.woocommerce-page .grz-shop ul.products.products,
.woocommerce .grz-shop ul.products.products {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px 10px;
	}.grz-shop .grz-card__word {
		font-size: 13px;
		padding: 0 6px;
		margin-top: 10px;
	}.grz-shop .grz-card__sub {
		font-size: 6.5px;
	}.grz-shop li.grz-card--gift_card .grz-card__art::before {
		width: 32px;
		height: 9px;
		top: 8px;
	}.grz-shop .grz-card__flag {
		font-size: 8px;
		padding: 2px 5px;
		top: 6px;
		right: 6px;
	}.grz-shop .grz-card__globe {
		width: 16px;
		height: 16px;
		top: 6px;
		right: 6px;
	}.grz-shop .grz-card__name {
		font-size: 11px;
		margin-top: 6px;
	}.grz-shop-feat__art {
		width: 88px;
	}.grz-shop .woocommerce-pagination {
		margin-top: 22px;
	}
}
