.phx-toys-ready {
	--phx-green: #ff5aa5;
	--phx-green-dark: #39215f;
	--phx-leaf: #36c2ff;
	--phx-yellow: #ffd166;
	--phx-ink: #2d2442;
	--phx-muted: #716782;
	--phx-line: #f0dff0;
	--phx-soft: #fff7fd;
	background:
		radial-gradient(circle at 10% 6%, rgba(255, 209, 102, 0.22), transparent 26%),
		radial-gradient(circle at 92% 10%, rgba(54, 194, 255, 0.18), transparent 28%),
		#fffafd;
	color: var(--phx-ink);
}

.phx-toys-shell,
.phx-toys-home,
.phx-page,
.phx-single-assurance {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: min(1180px, calc(100% - 32px));
}

.phx-toys-topbar {
	background: var(--phx-green-dark);
	color: #fff;
	font-size: 14px;
}

.phx-toys-topbar .phx-toys-shell {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.phx-toys-topbar a {
	color: var(--phx-yellow);
	font-weight: 800;
	text-decoration: none;
}

.phx-toys-ready .site-header,
.phx-toys-ready .ast-primary-header-bar {
	background: #fff;
	border-bottom: 1px solid var(--phx-line);
	box-shadow: 0 8px 28px rgba(89, 44, 113, 0.1);
}

.phx-toys-ready .main-header-menu .menu-link,
.phx-toys-ready .ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--phx-ink);
	font-weight: 750;
}

.phx-toys-ready .main-header-menu .menu-link:hover,
.phx-toys-ready .ast-builder-menu-1 .menu-item > .menu-link:hover {
	color: var(--phx-green);
}

.phx-toys-ready .site-title a {
	color: var(--phx-green-dark);
	font-weight: 900;
}

.phx-cart-count {
	align-items: center;
	background: var(--phx-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	line-height: 1;
	margin-left: 6px;
	min-width: 20px;
	padding: 0 6px;
	vertical-align: middle;
}

.phx-toys-footer .phx-cart-count {
	background: var(--phx-yellow);
	color: var(--phx-green-dark);
}

.phx-hero {
	background:
		radial-gradient(circle at 84% 18%, rgba(255, 209, 102, 0.32), transparent 22%),
		radial-gradient(circle at 66% 72%, rgba(54, 194, 255, 0.28), transparent 26%),
		linear-gradient(135deg, rgba(57, 33, 95, 0.95), rgba(255, 90, 165, 0.78));
	animation: phxToyHeroGlow 10s ease-in-out infinite;
	border: 1px solid rgba(255, 209, 102, 0.42);
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(89, 44, 113, 0.2);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin-top: 22px;
	min-height: 430px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 68px);
	position: relative;
}

.phx-hero::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 76%);
	pointer-events: none;
	position: absolute;
}

.phx-hero > * {
	position: relative;
	z-index: 2;
}

.phx-hero__copy {
	align-self: center;
	color: #fff;
	max-width: 650px;
}

.phx-hero__copy span,
.phx-page-hero span,
.phx-content-band span {
	color: var(--phx-yellow);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.phx-hero h1,
.phx-page-hero h1 {
	color: inherit;
	font-size: clamp(38px, 6vw, 66px);
	line-height: 1.02;
	margin: 0 0 16px;
}

.phx-hero p,
.phx-page-hero p {
	color: inherit;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	max-width: 640px;
}

.phx-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.phx-button,
.phx-toys-ready .button,
.phx-toys-ready button.button,
.phx-toys-ready .added_to_cart,
.phx-toys-ready .single_add_to_cart_button {
	align-items: center;
	background: var(--phx-green);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	text-decoration: none;
}

.phx-button:hover,
.phx-toys-ready .button:hover,
.phx-toys-ready button.button:hover,
.phx-toys-ready .single_add_to_cart_button:hover {
	background: var(--phx-green-dark);
	color: #fff;
}

.phx-button--light {
	background: #fff;
	color: var(--phx-green-dark);
}

.phx-hero__panel {
	align-self: end;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(57, 33, 95, 0.2);
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px;
}

.phx-hero__panel strong {
	color: var(--phx-green-dark);
	font-size: 24px;
	line-height: 1.18;
}

.phx-hero__panel span {
	color: var(--phx-muted);
	line-height: 1.5;
}

.phx-toy-plane {
	animation: phxToyPlane 12s linear infinite;
	background: var(--phx-yellow);
	border-radius: 999px 40px 40px 999px;
	height: 18px;
	position: absolute;
	right: -90px;
	top: 62px;
	width: 76px;
	z-index: 3;
}

.phx-toy-plane::before,
.phx-toy-plane::after {
	background: #fff;
	content: "";
	position: absolute;
}

.phx-toy-plane::before {
	border-radius: 999px;
	height: 10px;
	left: 24px;
	top: -10px;
	transform: rotate(-22deg);
	width: 42px;
}

.phx-toy-plane::after {
	border-radius: 999px;
	height: 9px;
	left: 24px;
	top: 17px;
	transform: rotate(20deg);
	width: 38px;
}

.phx-toy-cloud {
	animation: phxToyCloud 18s linear infinite;
	background: rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	height: 24px;
	position: absolute;
	width: 82px;
	z-index: 1;
}

.phx-toy-cloud::before,
.phx-toy-cloud::after {
	background: inherit;
	border-radius: 999px;
	content: "";
	position: absolute;
}

.phx-toy-cloud::before {
	height: 36px;
	left: 14px;
	top: -18px;
	width: 36px;
}

.phx-toy-cloud::after {
	height: 30px;
	right: 12px;
	top: -12px;
	width: 30px;
}

.phx-toy-cloud--one {
	left: 58%;
	top: 58px;
}

.phx-toy-cloud--two {
	animation-delay: -9s;
	left: 76%;
	top: 146px;
}

.phx-toy-child {
	animation: phxToyWalk 7s ease-in-out infinite;
	background: #ffcf7a;
	border-radius: 18px 18px 10px 10px;
	bottom: 44px;
	height: 78px;
	position: absolute;
	right: 154px;
	width: 54px;
	z-index: 4;
}

.phx-toy-child::before {
	background: #ffe0b2;
	border-radius: 999px;
	box-shadow: 12px 10px 0 -9px #39215f, 28px 10px 0 -9px #39215f;
	content: "";
	height: 46px;
	left: 4px;
	position: absolute;
	top: -36px;
	width: 46px;
}

.phx-toy-child span,
.phx-toy-child span::before {
	background: #39215f;
	border-radius: 999px;
	bottom: -22px;
	content: "";
	height: 28px;
	position: absolute;
	width: 10px;
}

.phx-toy-child span {
	left: 12px;
}

.phx-toy-child span::before {
	left: 22px;
}

.phx-toy-ball {
	animation: phxToyBall 3.6s ease-in-out infinite;
	background: radial-gradient(circle at 32% 28%, #fff, var(--phx-leaf) 34%, #1769aa 70%);
	border-radius: 999px;
	bottom: 50px;
	height: 46px;
	position: absolute;
	right: 86px;
	width: 46px;
	z-index: 4;
}

.phx-toy-blocks {
	bottom: 32px;
	display: flex;
	gap: 8px;
	position: absolute;
	right: 228px;
	z-index: 4;
}

.phx-toy-blocks span {
	animation: phxToyBlockBounce 2.8s ease-in-out infinite;
	align-items: center;
	background: #fff;
	border: 2px solid rgba(255, 209, 102, 0.86);
	border-radius: 10px;
	box-shadow: 0 12px 20px rgba(57, 33, 95, 0.16);
	color: var(--phx-green-dark);
	display: inline-flex;
	font-weight: 950;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.phx-toy-blocks span:nth-child(2) {
	animation-delay: -0.5s;
}

.phx-toy-blocks span:nth-child(3) {
	animation-delay: -1s;
}

.phx-toy-rocket {
	animation: phxToyRocket 9s ease-in-out infinite;
	background: #fff;
	border-radius: 999px 999px 12px 12px;
	height: 64px;
	position: absolute;
	right: 36px;
	top: 214px;
	transform: rotate(-18deg);
	width: 30px;
	z-index: 3;
}

.phx-toy-rocket::before {
	background: var(--phx-green);
	border-radius: 999px;
	content: "";
	height: 18px;
	left: 6px;
	position: absolute;
	top: 12px;
	width: 18px;
}

.phx-toy-rocket::after {
	background: linear-gradient(#ffd166, #ff5a5f, transparent);
	bottom: -32px;
	content: "";
	height: 36px;
	left: 8px;
	position: absolute;
	width: 14px;
}

.phx-toy-sound-button {
	background: linear-gradient(135deg, var(--phx-green), #ff7ec4);
	border: 0;
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 14px 30px rgba(57, 33, 95, 0.22);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	min-height: 44px;
	padding: 0 18px;
	position: fixed;
	right: 22px;
	z-index: 99999;
}

.phx-toy-sound-button--played {
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.phx-toy-cursor-ready,
.phx-toy-cursor-ready a,
.phx-toy-cursor-ready button,
.phx-toy-cursor-ready input,
.phx-toy-cursor-ready select,
.phx-toy-cursor-ready textarea {
	cursor: none !important;
}

.phx-toy-cursor {
	filter: drop-shadow(0 12px 14px rgba(57, 33, 95, 0.22));
	height: 38px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: translate(-50%, -50%) scale(0.92);
	transition: opacity 140ms ease, transform 140ms ease;
	width: 46px;
	z-index: 999999;
}

.phx-toy-cursor--active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.phx-toy-cursor i {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.phx-toy-cursor--ball i {
	background: radial-gradient(circle at 30% 26%, #fff, #36c2ff 32%, #ff4fa3 68%, #ffd166 100%);
	border: 3px solid #fff;
	border-radius: 999px;
}

.phx-toy-cursor--car i {
	background: #ff5a5f;
	border: 3px solid #fff;
	border-radius: 20px 26px 10px 10px;
	height: 26px;
	margin-top: 8px;
}

.phx-toy-cursor--car i::before {
	background: #fff;
	border-radius: 12px 12px 4px 4px;
	content: "";
	height: 16px;
	left: 13px;
	position: absolute;
	top: -12px;
	width: 22px;
}

.phx-toy-cursor--car i::after {
	background: var(--phx-green-dark);
	border-radius: 999px;
	box-shadow: 24px 0 0 var(--phx-green-dark);
	bottom: -9px;
	content: "";
	height: 12px;
	left: 6px;
	position: absolute;
	width: 12px;
}

.phx-toy-cursor--plane i {
	background: var(--phx-yellow);
	border: 3px solid #fff;
	border-radius: 999px 32px 32px 999px;
	height: 18px;
	margin-top: 10px;
	transform: rotate(-12deg);
}

.phx-toy-cursor--plane i::before,
.phx-toy-cursor--plane i::after {
	background: #fff;
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 17px;
	position: absolute;
	width: 28px;
}

.phx-toy-cursor--plane i::before {
	top: -10px;
	transform: rotate(-22deg);
}

.phx-toy-cursor--plane i::after {
	top: 15px;
	transform: rotate(20deg);
}

.phx-toy-cursor--rocket i {
	background: #fff;
	border: 3px solid #ff4fa3;
	border-radius: 999px 999px 12px 12px;
	height: 44px;
	margin-left: 10px;
	transform: rotate(18deg);
	width: 24px;
}

.phx-toy-cursor--rocket i::before {
	background: #36c2ff;
	border-radius: 999px;
	content: "";
	height: 12px;
	left: 3px;
	position: absolute;
	top: 9px;
	width: 12px;
}

.phx-toy-cursor--rocket i::after {
	background: linear-gradient(#ffd166, #ff5a5f, transparent);
	bottom: -27px;
	content: "";
	height: 28px;
	left: 5px;
	position: absolute;
	width: 10px;
}

.phx-toy-image-carousel {
	border: 1px solid var(--phx-line);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(89, 44, 113, 0.14);
	margin: 22px 0;
	overflow: hidden;
	position: relative;
}

.phx-toy-image-carousel__track {
	animation: phxToyImageCarousel 18s ease-in-out infinite;
	display: grid;
	grid-template-columns: repeat(3, 100%);
}

.phx-toy-image-slide {
	background: #fff;
	height: clamp(260px, 34vw, 390px);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.phx-toy-image-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.phx-toy-image-slide::after {
	background: linear-gradient(180deg, transparent 36%, rgba(30, 16, 59, 0.82));
	content: "";
	inset: 0;
	position: absolute;
}

.phx-toy-image-slide div {
	bottom: 24px;
	color: #fff;
	display: grid;
	gap: 6px;
	left: 28px;
	max-width: min(470px, calc(100% - 56px));
	position: absolute;
	z-index: 2;
}

.phx-toy-image-slide strong {
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.05;
}

.phx-toy-image-slide span {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.45;
}

.phx-toy-image-carousel__dots {
	align-items: center;
	bottom: 20px;
	display: flex;
	gap: 8px;
	position: absolute;
	right: 24px;
	z-index: 3;
}

.phx-toy-image-carousel__dots span {
	animation: phxToyDot 18s ease-in-out infinite;
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 999px;
	height: 10px;
	width: 10px;
}

.phx-toy-image-carousel__dots span:nth-child(2) {
	animation-delay: 6s;
}

.phx-toy-image-carousel__dots span:nth-child(3) {
	animation-delay: 12s;
}

.phx-toy-parade {
	background: linear-gradient(135deg, #fff, #fff6fd);
	border: 1px solid var(--phx-line);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(89, 44, 113, 0.1);
	margin: 22px 0;
	overflow: hidden;
	position: relative;
}

.phx-toy-parade::before {
	background: repeating-linear-gradient(90deg, rgba(57, 33, 95, 0.16) 0 22px, transparent 22px 44px);
	bottom: 18px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
}

.phx-toy-parade__track {
	height: 132px;
	position: relative;
}

.phx-toy-train {
	animation: phxToyTrainVisible 4.8s ease-in-out infinite;
	bottom: 28px;
	display: flex;
	gap: 8px;
	left: 28px;
	position: absolute;
}

.phx-toy-train span {
	background: var(--phx-yellow);
	border: 3px solid #fff;
	border-radius: 14px 14px 8px 8px;
	box-shadow: 0 10px 18px rgba(57, 33, 95, 0.18);
	height: 48px;
	position: relative;
	width: 64px;
}

.phx-toy-train span:nth-child(2) {
	background: var(--phx-leaf);
}

.phx-toy-train span:nth-child(3) {
	background: var(--phx-green);
}

.phx-toy-train span::before,
.phx-toy-train span::after {
	background: var(--phx-green-dark);
	border-radius: 999px;
	bottom: -12px;
	content: "";
	height: 18px;
	position: absolute;
	width: 18px;
}

.phx-toy-train span::before {
	left: 8px;
}

.phx-toy-train span::after {
	right: 8px;
}

.phx-toy-car {
	animation: phxToyCarVisible 4.2s ease-in-out infinite;
	background: #ff5a5f;
	border-radius: 24px 32px 12px 12px;
	bottom: 30px;
	box-shadow: 0 10px 18px rgba(57, 33, 95, 0.18);
	height: 42px;
	left: 36%;
	position: absolute;
	width: 92px;
}

.phx-toy-car::before {
	background: #fff;
	border-radius: 16px 16px 4px 4px;
	content: "";
	height: 24px;
	left: 22px;
	position: absolute;
	top: -18px;
	width: 44px;
}

.phx-toy-car::after {
	background: var(--phx-green-dark);
	border-radius: 999px;
	box-shadow: 54px 0 0 var(--phx-green-dark);
	bottom: -10px;
	content: "";
	height: 18px;
	left: 12px;
	position: absolute;
	width: 18px;
}

.phx-toy-spinner {
	animation: phxToySpinnerFloat 3.8s ease-in-out infinite;
	background: conic-gradient(from 45deg, var(--phx-green), var(--phx-yellow), var(--phx-leaf), #ff5a5f, var(--phx-green));
	border: 4px solid #fff;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(57, 33, 95, 0.16);
	height: 56px;
	left: 62%;
	position: absolute;
	top: 24px;
	width: 56px;
}

.phx-toy-spinner span {
	animation: phxToySpin 1.1s linear infinite;
	background: inherit;
	border-radius: inherit;
	display: block;
	height: 100%;
	width: 100%;
}

.phx-toy-cube-row {
	animation: phxToyCubeVisible 4.6s ease-in-out infinite;
	bottom: 34px;
	display: flex;
	gap: 8px;
	right: 38px;
	position: absolute;
}

.phx-toy-cube-row span {
	align-items: center;
	background: #fff;
	border: 2px solid var(--phx-yellow);
	border-radius: 10px;
	color: var(--phx-green-dark);
	display: flex;
	font-weight: 950;
	height: 40px;
	justify-content: center;
	width: 40px;
}

@keyframes phxToyImageCarousel {
	0%, 28% {
		transform: translateX(0);
	}

	34%, 61% {
		transform: translateX(-100%);
	}

	67%, 94% {
		transform: translateX(-200%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes phxToyDot {
	0%, 28% {
		background: #fff;
		transform: scale(1.38);
	}

	34%, 100% {
		background: rgba(255, 255, 255, 0.56);
		transform: scale(1);
	}
}

@keyframes phxToyHeroGlow {
	0%, 100% {
		filter: saturate(1);
	}

	50% {
		filter: saturate(1.18);
	}
}

@keyframes phxToyPlane {
	0% {
		transform: translateX(0) translateY(0) rotate(-8deg);
	}

	100% {
		transform: translateX(-1320px) translateY(28px) rotate(-8deg);
	}
}

@keyframes phxToyCloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-520px);
	}
}

@keyframes phxToyWalk {
	0%, 100% {
		transform: translateX(0) rotate(-2deg);
	}

	50% {
		transform: translateX(-28px) rotate(2deg);
	}
}

@keyframes phxToyBall {
	0%, 100% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-54px) rotate(180deg);
	}
}

@keyframes phxToyBlockBounce {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes phxToyRocket {
	0%, 100% {
		transform: translateY(0) rotate(-18deg);
	}

	50% {
		transform: translateY(-34px) rotate(-12deg);
	}
}

@keyframes phxToySpin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes phxToyTrainVisible {
	0%, 100% {
		transform: translateX(0) translateY(0);
	}

	50% {
		transform: translateX(46px) translateY(-2px);
	}
}

@keyframes phxToyCarVisible {
	0%, 100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(52px);
	}
}

@keyframes phxToySpinnerFloat {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(18px) rotate(8deg);
	}
}

@keyframes phxToyCubeVisible {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.phx-hero,
	.phx-toy-plane,
	.phx-toy-cloud,
	.phx-toy-child,
	.phx-toy-ball,
	.phx-toy-blocks span,
	.phx-toy-rocket,
	.phx-toy-train,
	.phx-toy-car,
	.phx-toy-spinner,
	.phx-toy-spinner span,
	.phx-toy-cube-row {
		animation-duration: 1ms;
		animation-iteration-count: 1;
	}
}

.phx-service-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 22px 0 34px;
}

.phx-service-grid .phx-service-card,
.phx-category-strip a,
.phx-product-card,
.phx-contact-card,
.phx-contact-form,
.phx-split,
.phx-content-band,
.phx-single-assurance > div {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
}

.phx-service-grid .phx-service-card {
	color: inherit;
	display: block;
	padding: 20px;
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.phx-service-grid .phx-service-card *,
.phx-service-grid .phx-service-card:hover * {
	text-decoration: none;
}

.phx-service-grid .phx-service-card:hover,
.phx-service-grid .phx-service-card:focus-visible {
	border-color: rgba(44, 125, 69, 0.32);
	box-shadow: 0 16px 32px rgba(25, 61, 42, 0.12);
	transform: translateY(-2px);
}

.phx-service-grid strong,
.phx-service-grid span,
.phx-service-grid em {
	display: block;
}

.phx-service-grid strong {
	color: var(--phx-green-dark);
	font-size: 17px;
}

.phx-service-grid span {
	color: var(--phx-muted);
	line-height: 1.45;
	margin-top: 6px;
}

.phx-service-grid em {
	color: var(--phx-green);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	margin-top: 14px;
}

.phx-section {
	margin-top: 34px;
}

.phx-section__head {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.phx-section__head h2 {
	color: var(--phx-ink);
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
}

.phx-section__head a {
	color: var(--phx-green);
	font-weight: 850;
	text-decoration: none;
}

.phx-category-strip,
.phx-product-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phx-category-strip a {
	color: var(--phx-ink);
	min-height: 102px;
	padding: 18px;
	text-decoration: none;
}

.phx-category-strip strong,
.phx-category-strip span {
	display: block;
}

.phx-category-strip strong {
	font-size: 17px;
	line-height: 1.25;
}

.phx-category-strip span {
	color: var(--phx-muted);
	margin-top: 8px;
}

.phx-product-card {
	color: var(--phx-ink);
	display: flex;
	flex-direction: column;
	padding: 14px;
	text-decoration: none;
}

.phx-product-card__image {
	align-items: center;
	aspect-ratio: 1 / 0.78;
	background: var(--phx-soft);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	overflow: hidden;
}

.phx-product-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.phx-product-card__title {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	min-height: 40px;
}

.phx-product-card__price {
	color: var(--phx-green);
	font-weight: 900;
	margin-top: 8px;
}

.phx-content-band {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 40px 0;
	padding: 28px;
}

.phx-content-band h2 {
	font-size: 28px;
	line-height: 1.18;
	margin: 0;
}

.phx-content-band p {
	color: var(--phx-muted);
	line-height: 1.7;
	margin: 0;
}

.phx-page-hero {
	background: linear-gradient(135deg, var(--phx-green-dark), var(--phx-green));
	border-radius: 8px;
	color: #fff;
	margin-top: 22px;
	padding: clamp(32px, 6vw, 68px);
}

.phx-split,
.phx-contact-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 26px 0 40px;
}

.phx-policy-card {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	margin: 26px 0 40px;
	padding: 28px;
}

.phx-policy-note {
	color: var(--phx-muted);
	line-height: 1.65;
	margin: 0 0 18px;
}

.phx-split {
	padding: 28px;
}

.phx-split h2 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.phx-split p {
	color: var(--phx-muted);
	line-height: 1.7;
	margin: 0;
}

.phx-tick-list {
	display: grid;
	gap: 10px;
}

.phx-tick-list span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 6px;
	font-weight: 800;
	padding: 13px 14px;
}

.phx-contact-card,
.phx-contact-form {
	padding: 24px;
}

.phx-contact-card strong,
.phx-contact-card a,
.phx-contact-card span {
	display: block;
}

.phx-contact-card strong {
	font-size: 24px;
	margin-bottom: 12px;
}

.phx-contact-card a {
	color: var(--phx-green);
	font-weight: 850;
	margin-bottom: 10px;
	text-decoration: none;
}

.phx-contact-card span {
	color: var(--phx-muted);
	line-height: 1.6;
}

.phx-contact-form {
	display: grid;
	gap: 14px;
}

.phx-contact-form label {
	color: var(--phx-ink);
	display: grid;
	font-weight: 800;
	gap: 7px;
}

.phx-contact-form input,
.phx-contact-form textarea,
.phx-toys-ready .woocommerce-ordering select,
.phx-toys-ready .quantity .qty {
	background: #fff;
	border: 1px solid #cbd8ca;
	border-radius: 6px;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.phx-contact-notice {
	background: #eaf7e7;
	border: 1px solid #b9dfb1;
	border-radius: 6px;
	color: var(--phx-green-dark);
	font-weight: 800;
	padding: 12px;
}

.phx-toys-shop-banner {
	background: linear-gradient(135deg, var(--phx-green-dark), var(--phx-leaf));
	border-radius: 8px;
	color: #fff;
	margin-bottom: 28px;
	padding: 42px 0;
}

.phx-toys-shop-banner .phx-toys-shell {
	width: min(100% - 32px, 1180px);
}

.phx-toys-shop-banner p {
	color: var(--phx-yellow);
	font-weight: 900;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.phx-toys-shop-banner h1 {
	color: inherit;
	font-size: clamp(30px, 5vw, 48px);
	line-height: 1.08;
	margin: 0 0 10px;
	max-width: 760px;
}

.phx-toys-shop-banner span {
	color: rgba(255, 255, 255, 0.86);
	display: block;
	font-size: 17px;
	max-width: 680px;
}

.phx-shop-filter {
	align-items: end;
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(220px, 1.4fr) minmax(160px, 0.9fr) minmax(110px, 0.55fr) minmax(110px, 0.55fr) minmax(150px, 0.85fr) auto;
	margin: 0 0 22px;
	padding: 16px;
}

.phx-shop-filter label {
	color: var(--phx-ink);
	display: grid;
	font-size: 13px;
	font-weight: 850;
	gap: 7px;
	min-width: 0;
}

.phx-shop-filter input,
.phx-shop-filter select {
	background: #fff;
	border: 1px solid #cbd8ca;
	border-radius: 6px;
	box-sizing: border-box;
	color: var(--phx-ink);
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.phx-shop-filter__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	white-space: nowrap;
}

.phx-shop-filter__actions a {
	color: var(--phx-green);
	font-weight: 850;
	text-decoration: none;
}

.phx-toys-ready.woocommerce .woocommerce-ordering,
.phx-toys-ready .woocommerce .woocommerce-ordering {
	display: none;
}

.phx-toys-ready.woocommerce ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phx-toys-ready.woocommerce ul.products li.product,
.phx-toys-ready .woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	padding: 14px;
	width: auto;
}

.phx-toys-ready.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 0.78;
	background: var(--phx-soft);
	border-radius: 6px;
	object-fit: contain;
	width: 100%;
}

.phx-toys-ready.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--phx-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
	min-height: 42px;
	padding: 10px 0 6px;
}

.phx-toys-ready.woocommerce ul.products li.product .price {
	color: var(--phx-green);
	font-weight: 900;
}

.phx-toys-ready #colophon,
.phx-toys-ready .site-footer:not(.phx-toys-footer),
.phx-toys-ready .ast-footer-copyright,
.phx-toys-ready .site-above-footer-wrap,
.phx-toys-ready .site-primary-footer-wrap,
.phx-toys-ready .site-below-footer-wrap,
.phx-toys-ready .ast-builder-footer-grid-columns {
	display: none !important;
}

.phx-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}

.phx-product-badges span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 999px;
	color: var(--phx-green-dark);
	font-size: 13px;
	font-weight: 850;
	padding: 7px 11px;
}

.phx-single-assurance {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 26px;
	margin-top: 18px;
}

.phx-single-assurance > div {
	padding: 20px;
}

.phx-single-assurance strong {
	color: var(--phx-green-dark);
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.phx-single-assurance p {
	color: var(--phx-muted);
	line-height: 1.55;
	margin: 0;
}

.phx-toys-footer {
	background: var(--phx-green-dark);
	color: #fff;
	margin-top: 46px;
	padding: 34px 0;
}

.phx-toys-footer__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 1.25fr) minmax(140px, 0.7fr) minmax(170px, 0.9fr) minmax(240px, 1fr);
}

.phx-toys-footer strong {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

.phx-toys-footer p,
.phx-toys-footer small {
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.55;
	margin: 0;
}

.phx-toys-footer nav,
.phx-footer-support {
	display: grid;
	gap: 8px;
}

.phx-toys-footer a,
.phx-toys-footer span {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.phx-footer-links span,
.phx-footer-support span {
	margin-bottom: 2px;
}

@media (max-width: 921px) {
	.phx-hero,
	.phx-content-band,
	.phx-split,
	.phx-contact-grid,
	.phx-toys-footer__grid {
		grid-template-columns: 1fr;
	}

	.phx-service-grid,
	.phx-category-strip,
	.phx-product-grid,
	.phx-shop-filter,
	.phx-toys-ready.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phx-shop-filter__search,
	.phx-shop-filter__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 544px) {
	.phx-toys-shell,
	.phx-toys-home,
	.phx-page,
	.phx-single-assurance {
		width: min(100% - 24px, 1180px);
	}

	.phx-toys-topbar .phx-toys-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 8px 0;
	}

	.phx-hero {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
		min-height: 560px;
		padding: 34px 22px;
	}

	.phx-toy-plane {
		top: 330px;
	}

	.phx-toy-cloud--two,
	.phx-toy-rocket {
		display: none;
	}

	.phx-toy-child {
		right: 80px;
	}

	.phx-toy-ball {
		right: 28px;
	}

	.phx-toy-blocks {
		right: 142px;
	}

	.phx-hero h1,
	.phx-page-hero h1 {
		font-size: 38px;
	}

	.phx-service-grid,
	.phx-category-strip,
	.phx-product-grid,
	.phx-single-assurance,
	.phx-shop-filter,
	.phx-toys-ready.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.phx-page-hero {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
	}

	.phx-toy-image-carousel {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
	}

	.phx-toy-image-slide {
		height: 320px;
	}

	.phx-toy-image-slide div {
		bottom: 20px;
		left: 20px;
		max-width: calc(100% - 40px);
	}

	.phx-toy-image-carousel__dots {
		bottom: 16px;
		right: 18px;
	}
}
