/*
Theme Name: ZZZ Storefront Recovery
Theme URI: https://zenlesszonezero.toys/
Description: Clean-room, browse-only Storefront child theme for the recovered ZZZ catalogue.
Author: WEGAMING LLC
Template: storefront
Version: 1.0.1
Text Domain: zzz-storefront-recovery
*/

:root {
	--zzz-ink: #111111;
	--zzz-muted: #666a70;
	--zzz-line: #e7e7e7;
	--zzz-soft: #f6f6f4;
	--zzz-accent: #f3ce31;
	--zzz-hot: #a70d51;
	--zzz-green: #70b63a;
	--zzz-max: 1580px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #ffffff;
	color: var(--zzz-ink);
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.zzz-skip-link:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	left: 1rem;
	top: 1rem;
	width: auto;
	z-index: 9999;
}

.zzz-site-header {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	z-index: 40;
}

.zzz-header-shell {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) auto;
	grid-template-areas:
		"brand nav language"
		"brand secondary actions";
	column-gap: 26px;
	align-items: center;
	max-width: var(--zzz-max);
	min-height: 104px;
	margin: 0 auto;
	padding: 0 22px;
}

.zzz-brand {
	align-items: center;
	display: flex;
	grid-area: brand;
	text-decoration: none !important;
}

.zzz-brand-image {
	display: block;
	height: 45px;
	object-fit: contain;
	width: 130px;
}

.zzz-brand-fallback {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap: 8px;
}

.zzz-brand-fallback strong {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -5px;
	line-height: 1;
}

.zzz-brand-fallback span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 4px;
}

.zzz-brand-fallback small {
	display: block;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .7px;
}

.zzz-primary-nav {
	grid-area: nav;
	align-self: end;
	padding-bottom: 12px;
}

.zzz-menu,
.zzz-action-list,
.zzz-character-list,
.zzz-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zzz-primary-menu {
	display: flex;
	align-items: center;
	gap: clamp(15px, 1.65vw, 31px);
	white-space: nowrap;
}

.zzz-primary-menu > li {
	position: relative;
}

.zzz-nav-chevron {
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
	transform: translateY(-1px);
}

.zzz-mega-panel {
	background: #fff;
	border: 1px solid var(--zzz-line);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .13);
	display: none;
	left: 50%;
	padding: 22px;
	position: absolute;
	top: calc(100% + 12px);
	transform: translateX(-50%);
	white-space: normal;
	width: min(680px, 76vw);
	z-index: 90;
}

.zzz-has-mega:hover > .zzz-mega-panel,
.zzz-has-mega:focus-within > .zzz-mega-panel {
	display: block;
}

.zzz-mega-heading {
	align-items: center;
	border-bottom: 1px solid var(--zzz-line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 12px;
}

.zzz-mega-heading strong {
	font-size: 18px;
}

.zzz-mega-heading a {
	font-size: 11px;
}

.zzz-mega-links {
	display: grid;
	gap: 4px 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.zzz-mega-links a {
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding: 6px 0;
	text-transform: none;
}

.zzz-mega-links small {
	color: #999;
	font-size: 9px;
}

.zzz-primary-menu a,
.zzz-secondary-trigger,
.zzz-language {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .01em;
	text-decoration: none;
	text-transform: uppercase;
}

.zzz-primary-menu a:hover,
.zzz-secondary-trigger:hover,
.zzz-footer a:hover {
	opacity: .62;
}

.zzz-nav-badge {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 7px;
	font-weight: 700;
	line-height: 1;
	margin-left: 3px;
	padding: 3px 4px 2px;
	vertical-align: top;
}

.zzz-nav-badge--new {
	background: var(--zzz-green);
}

.zzz-nav-badge--sale {
	background: #d6aa18;
}

.zzz-nav-badge--hot {
	background: var(--zzz-hot);
}

.zzz-language {
	align-self: start;
	border: 1px solid #cfcfcf;
	color: #686868;
	grid-area: language;
	margin-top: 1px;
	min-width: 162px;
	padding: 4px 10px;
	text-transform: none;
}

.zzz-language::before {
	content: "🇬🇧";
	margin-right: 5px;
}

.zzz-secondary-nav {
	align-self: start;
	grid-area: secondary;
	position: relative;
}

.zzz-secondary-nav details {
	position: relative;
}

.zzz-secondary-trigger {
	cursor: pointer;
	display: inline-flex;
	list-style: none;
	padding: 6px 0 15px;
}

.zzz-secondary-trigger::-webkit-details-marker {
	display: none;
}

.zzz-secondary-trigger::after {
	content: "⌄";
	font-size: 15px;
	margin-left: 8px;
	transform: translateY(-2px);
}

.zzz-character-panel {
	background: #ffffff;
	border: 1px solid var(--zzz-line);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
	left: 0;
	min-width: 720px;
	padding: 24px;
	position: absolute;
	top: 100%;
}

.zzz-character-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 11px 22px;
}

.zzz-character-list a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.zzz-header-actions {
	align-self: start;
	grid-area: actions;
	justify-self: end;
}

.zzz-action-list {
	display: flex;
	align-items: center;
	gap: 18px;
}

.zzz-action {
	align-items: center;
	display: inline-flex;
	gap: 4px;
	min-height: 32px;
	text-decoration: none !important;
}

.zzz-action[aria-disabled="true"] {
	cursor: default;
	opacity: .88;
}

.zzz-action svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 23px;
}

.zzz-action-count {
	color: #888;
	font-size: 11px;
}

.zzz-mobile-nav {
	display: none;
}

.zzz-coupon-bar {
	background: #202020;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	min-height: 30px;
	text-align: center;
}

#content {
	background: #fff;
}

.home .storefront-breadcrumb {
	display: none;
}

.home #content > .col-full {
	margin: 0;
	max-width: none;
	padding: 0;
}

.zzz-home {
	overflow: hidden;
}

.zzz-hero {
	background: #dfeefa;
	margin: 0;
	position: relative;
}

.zzz-hero img {
	display: block;
	height: auto;
	min-height: 360px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.zzz-intro-cards,
.zzz-banner-grid,
.zzz-section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-left: 24px;
	padding-right: 24px;
}

.zzz-intro-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding-bottom: 58px;
	padding-top: 58px;
}

.zzz-intro-card {
	align-items: center;
	background: var(--zzz-soft);
	display: grid;
	grid-template-columns: 84px 1fr;
	gap: 18px;
	min-height: 120px;
	padding: 20px;
}

.zzz-intro-card img {
	height: 76px;
	object-fit: contain;
	width: 76px;
}

.zzz-intro-card h2 {
	font-size: 17px;
	margin: 0 0 7px;
}

.zzz-intro-card p {
	color: var(--zzz-muted);
	font-size: 12px;
	line-height: 1.55;
	margin: 0;
}

.zzz-banner-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding-bottom: 72px;
}

.zzz-banner-grid img {
	background: #eee;
	display: block;
	height: 330px;
	object-fit: cover;
	width: 100%;
}

.zzz-catalog-section {
	padding: 70px 0;
}

.zzz-catalog-section:nth-of-type(even) {
	background: #fafafa;
}

.zzz-section-heading {
	margin: 0 auto 34px;
	max-width: 760px;
	text-align: center;
}

.zzz-section-kicker {
	color: #777;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.zzz-section-heading h2 {
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 1.12;
	margin: 0;
	text-transform: uppercase;
}

.zzz-section-heading p {
	color: var(--zzz-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 12px auto 0;
}

.zzz-product-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 26px 18px;
}

.zzz-product-card {
	min-width: 0;
}

.zzz-product-card > a {
	display: block;
	text-decoration: none !important;
}

.zzz-product-image {
	background: #f3f3f3;
	overflow: hidden;
	position: relative;
}

.zzz-product-image::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.zzz-product-image img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: transform .35s ease;
	width: 100%;
}

.zzz-product-card a:hover img {
	transform: scale(1.035);
}

.zzz-product-title {
	display: -webkit-box;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	margin: 13px 0 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zzz-product-price {
	color: #333;
	font-size: 13px;
	font-weight: 700;
}

.zzz-product-price del {
	color: #999;
	font-weight: 400;
	margin-right: 4px;
}

.zzz-product-price ins {
	background: none;
}

.zzz-empty-section {
	color: var(--zzz-muted);
	padding: 28px;
	text-align: center;
}

.zzz-wide-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0 auto;
	max-width: 1440px;
	padding: 20px 24px 70px;
}

.zzz-wide-pair img {
	display: block;
	height: 330px;
	object-fit: cover;
	width: 100%;
}

.zzz-readonly-note {
	background: #f3ce31;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 20px;
	text-align: center;
}

.zzz-message-strip {
	align-items: center;
	background: #111;
	color: #fff;
	display: grid;
	gap: 18px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 0;
	padding: 24px max(22px, calc((100vw - var(--zzz-max)) / 2));
}

.zzz-message-icon {
	display: inline-flex;
}

.zzz-message-icon svg {
	fill: none;
	height: 30px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 30px;
}

.zzz-message-strip strong {
	display: block;
	font-size: 22px;
	text-transform: uppercase;
}

.zzz-message-strip p {
	color: #c8c8c8;
	font-size: 13px;
	margin: 3px 0 0;
}

.zzz-message-disabled {
	border: 1px solid #777;
	color: #aaa;
	font-size: 11px;
	padding: 9px 13px;
	text-transform: uppercase;
}

.zzz-footer {
	background: #141414;
	color: #d6d6d6;
	padding: 66px 0 0;
}

.zzz-footer-inner {
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr 1fr;
	gap: 45px;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 24px 52px;
}

.zzz-footer h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .03em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.zzz-footer p,
.zzz-footer li,
.zzz-footer a {
	color: #b8b8b8;
	font-size: 13px;
	line-height: 1.75;
	text-decoration: none;
}

.zzz-footer-links li + li {
	margin-top: 4px;
}

.zzz-footer-links span[aria-disabled="true"] {
	color: #858585;
}

.zzz-footer-visuals img {
	display: block;
	height: auto;
	margin: 0 0 18px;
	max-width: 100%;
}

.zzz-footer-visuals .zzz-payment-image {
	max-width: 280px;
}

.zzz-socials {
	border-top: 1px solid #2b2b2b;
	display: flex;
	gap: 22px;
	justify-content: center;
	margin: 30px auto 0;
	max-width: var(--zzz-max);
	padding: 22px;
}

.zzz-socials span {
	color: #bdbdbd;
	font-size: 12px;
}

.zzz-payment-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.zzz-payment-badges span {
	background: #fff;
	border-radius: 3px;
	color: #222;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
	padding: 7px 10px;
}

.zzz-footer-bottom {
	border-top: 1px solid #303030;
	color: #9b9b9b;
	font-size: 12px;
	margin: 0 auto;
	max-width: 1440px;
	padding: 20px 24px;
	text-align: center;
}

body:not(.home) #content > .col-full {
	padding-bottom: 58px;
	padding-top: 34px;
}

body:not(.home) .site-main ul.products li.product .button,
body:not(.home) .single_add_to_cart_button,
body:not(.home) form.cart,
body:not(.home) .site-header-cart {
	display: none !important;
}

@media (max-width: 1240px) {
	.zzz-header-shell {
		grid-template-columns: 125px minmax(0, 1fr) auto;
		column-gap: 14px;
	}

	.zzz-primary-menu {
		gap: 14px;
	}

	.zzz-primary-menu a {
		font-size: 11px;
	}

	.zzz-language {
		min-width: 120px;
	}

	.zzz-product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 940px) {
	.zzz-header-shell {
		display: grid;
		grid-template-columns: 112px 1fr auto;
		grid-template-areas: "brand mobile actions";
		min-height: 70px;
	}

	.zzz-brand-image {
		height: 36px;
		width: 104px;
	}

	.zzz-primary-nav,
	.zzz-secondary-nav,
	.zzz-language,
	.zzz-action--account,
	.zzz-action--compare,
	.zzz-action--wishlist {
		display: none;
	}

	.zzz-mobile-nav {
		display: block;
		grid-area: mobile;
		justify-self: end;
		position: relative;
	}

	.zzz-mobile-nav summary {
		cursor: pointer;
		font-size: 12px;
		font-weight: 700;
		list-style: none;
		padding: 12px 16px;
		text-transform: uppercase;
	}

	.zzz-mobile-nav summary::-webkit-details-marker {
		display: none;
	}

	.zzz-mobile-panel {
		background: #fff;
		border: 1px solid var(--zzz-line);
		box-shadow: 0 15px 35px rgba(0,0,0,.15);
		max-height: 70vh;
		overflow-y: auto;
		padding: 16px 22px;
		position: absolute;
		right: 0;
		top: 100%;
		width: min(86vw, 360px);
	}

	.zzz-mobile-panel .zzz-menu li + li {
		border-top: 1px solid #eee;
	}

	.zzz-mobile-panel .zzz-menu a {
		display: block;
		font-size: 13px;
		padding: 11px 0;
		text-decoration: none;
	}

	.zzz-mobile-character-title {
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .08em;
		margin: 18px 0 7px;
		text-transform: uppercase;
	}

	.zzz-header-actions {
		align-self: center;
	}

	.zzz-action-list {
		gap: 12px;
	}

	.zzz-hero img {
		min-height: 330px;
	}

	.zzz-intro-cards,
	.zzz-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zzz-banner-grid img,
	.zzz-wide-pair img {
		height: 260px;
	}
}

@media (max-width: 640px) {
	.zzz-header-shell {
		grid-template-columns: 95px 1fr auto;
		padding: 0 14px;
	}

	.zzz-brand-image {
		height: 32px;
		width: 90px;
	}

	.zzz-action-list {
		gap: 7px;
	}

	.zzz-action svg {
		height: 21px;
		width: 21px;
	}

	.zzz-action-count,
	.zzz-action--cart {
		display: none;
	}

	.zzz-coupon-bar {
		font-size: 12px;
		line-height: 27px;
		min-height: 27px;
	}

	.zzz-hero img {
		height: 58vw;
		min-height: 250px;
		object-position: 50% center;
	}

	.zzz-intro-cards,
	.zzz-banner-grid,
	.zzz-wide-pair,
	.zzz-footer-inner {
		grid-template-columns: 1fr;
	}

	.zzz-message-strip {
		grid-template-columns: auto 1fr;
		padding: 20px 16px;
	}

	.zzz-message-disabled {
		display: none;
	}

	.zzz-intro-cards {
		padding-bottom: 38px;
		padding-top: 38px;
	}

	.zzz-banner-grid {
		padding-bottom: 42px;
	}

	.zzz-banner-grid img,
	.zzz-wide-pair img {
		height: auto;
	}

	.zzz-catalog-section {
		padding: 46px 0;
	}

	.zzz-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 12px;
	}

	.zzz-section-inner,
	.zzz-intro-cards,
	.zzz-banner-grid,
	.zzz-wide-pair {
		padding-left: 14px;
		padding-right: 14px;
	}

	.zzz-section-heading {
		margin-bottom: 25px;
	}

	.zzz-footer {
		padding-top: 46px;
	}

	.zzz-footer-inner {
		gap: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
