﻿:root {
	--bg: #f7f2ea;
	--panel: #ffffff;
	--panel-soft: rgba(255, 255, 255, 0.76);
	--text: #3d3a37;
	--muted: #776f67;
	--primary: #ffb5b5;
	--primary-strong: #ff9494;
	--accent: #ffde4d;
	--mint: #a8d1d1;
	--line: rgba(61, 58, 55, 0.12);
	--shadow: 0 24px 60px rgba(33, 26, 20, 0.08);
	--radius: 24px;
}

* {
	box-sizing: border-box;
}

body.toyjoy-body {
	margin: 0;
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
	color: var(--text);
	background:
		radial-gradient(circle at top left, rgba(255, 181, 181, 0.32), transparent 24%),
		radial-gradient(circle at top right, rgba(168, 209, 209, 0.24), transparent 24%),
		linear-gradient(180deg, #fffdf8 0%, var(--bg) 100%);
	position: relative;
	overflow-x: clip;
}

body.toyjoy-body::before,
body.toyjoy-body::after {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	width: min(16vw, 180px);
	pointer-events: none;
	z-index: 0;
	opacity: 0.78;
}

body.toyjoy-body::before {
	left: 0;
	background:
		radial-gradient(circle at 34% 14%, rgba(255, 181, 181, 0.7) 0 16px, transparent 17px),
		radial-gradient(circle at 70% 28%, rgba(255, 222, 77, 0.74) 0 13px, transparent 14px),
		radial-gradient(circle at 28% 48%, rgba(168, 209, 209, 0.58) 0 22px, transparent 23px),
		radial-gradient(circle at 76% 70%, rgba(255, 181, 181, 0.42) 0 18px, transparent 19px),
		radial-gradient(circle at 42% 88%, rgba(255, 222, 77, 0.52) 0 12px, transparent 13px);
}

body.toyjoy-body::after {
	right: 0;
	background:
		radial-gradient(circle at 64% 12%, rgba(168, 209, 209, 0.66) 0 18px, transparent 19px),
		radial-gradient(circle at 24% 30%, rgba(255, 181, 181, 0.54) 0 14px, transparent 15px),
		radial-gradient(circle at 74% 46%, rgba(255, 222, 77, 0.66) 0 16px, transparent 17px),
		radial-gradient(circle at 32% 68%, rgba(168, 209, 209, 0.44) 0 24px, transparent 25px),
		radial-gradient(circle at 68% 86%, rgba(255, 181, 181, 0.46) 0 15px, transparent 16px);
}

body.toyjoy-body .toyjoy-site-shell::before,
body.toyjoy-body .toyjoy-site-shell::after {
	content: "";
	position: fixed;
	top: 72px;
	bottom: 48px;
	width: min(14vw, 150px);
	pointer-events: none;
	z-index: 0;
	opacity: 0.52;
}

body.toyjoy-body .toyjoy-site-shell::before {
	left: max(8px, calc((100vw - min(1240px, calc(100% - 24px))) / 2 - 132px));
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='640' viewBox='0 0 140 640'%3E%3Cpath d='M96 24c-18 10-38 24-42 48-4 21 16 34 40 44 24 10 44 22 44 42s-14 33-33 45c-20 12-47 24-49 48-2 23 19 36 42 46 24 10 42 21 42 42 0 22-18 34-38 44-24 12-52 24-54 49-2 23 17 34 37 44 23 11 50 24 55 47' fill='none' stroke='%23ffb5b5' stroke-width='8' stroke-linecap='round' stroke-dasharray='2 18' opacity='.55'/%3E%3Ccircle cx='40' cy='100' r='10' fill='%23ffde4d' opacity='.88'/%3E%3Ccircle cx='88' cy='216' r='12' fill='%23a8d1d1' opacity='.8'/%3E%3Ccircle cx='52' cy='346' r='8' fill='%23ffb5b5' opacity='.85'/%3E%3Ccircle cx='94' cy='492' r='11' fill='%23ffde4d' opacity='.72'/%3E%3Ccircle cx='48' cy='590' r='9' fill='%23a8d1d1' opacity='.72'/%3E%3C/svg%3E")
			center / contain no-repeat;
}

body.toyjoy-body .toyjoy-site-shell::after {
	right: max(8px, calc((100vw - min(1240px, calc(100% - 24px))) / 2 - 132px));
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='640' viewBox='0 0 140 640'%3E%3Cpath d='M44 26c18 12 35 24 39 47 4 22-12 35-34 46-24 12-45 22-45 44 0 21 16 34 36 45 22 12 48 23 50 47 2 24-19 37-43 48-23 11-40 22-40 43 0 22 18 35 40 47 25 13 49 25 53 48 3 20-9 31-27 42' fill='none' stroke='%23a8d1d1' stroke-width='8' stroke-linecap='round' stroke-dasharray='2 18' opacity='.52'/%3E%3Crect x='66' y='88' width='20' height='20' rx='6' fill='%23ffde4d' opacity='.82'/%3E%3Crect x='26' y='224' width='22' height='22' rx='7' fill='%23ffb5b5' opacity='.82'/%3E%3Crect x='76' y='366' width='18' height='18' rx='6' fill='%23a8d1d1' opacity='.8'/%3E%3Crect x='30' y='522' width='24' height='24' rx='8' fill='%23ffde4d' opacity='.7'/%3E%3C/svg%3E")
			center / contain no-repeat;
}

body.toyjoy-body .toyjoy-site-shell {
	opacity: 0;
	transform: translateY(18px) scale(0.992);
	transition: opacity 0.38s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
	filter: saturate(0.96);
	position: relative;
	z-index: 1;
}

.toyjoy-fidget-rail {
	position: fixed;
	inset: 92px 0 36px;
	pointer-events: none;
	z-index: 3;
}

.toyjoy-fidget {
	position: absolute;
	width: 92px;
	height: 92px;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	transform-style: preserve-3d;
	animation: toyjoy-fidget-float 5.6s ease-in-out infinite;
}

.toyjoy-fidget:nth-child(1) {
	left: 28px;
	top: 10%;
	animation-delay: -0.8s;
}

.toyjoy-fidget:nth-child(2) {
	right: 26px;
	top: 22%;
	animation-delay: -2.2s;
}

.toyjoy-fidget:nth-child(3) {
	left: 34px;
	top: 56%;
	animation-delay: -1.4s;
}

.toyjoy-fidget:nth-child(4) {
	right: 24px;
	top: 68%;
	animation-delay: -3.3s;
}

.toyjoy-fidget-shadow {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 66px;
	height: 16px;
	background: radial-gradient(circle, rgba(61, 58, 55, 0.22), transparent 72%);
	transform: translateX(-50%);
	filter: blur(4px);
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.toyjoy-fidget-model {
	position: absolute;
	inset: 0;
	display: block;
	transform-style: preserve-3d;
	transition: transform 0.18s ease, filter 0.18s ease;
	filter: drop-shadow(0 20px 20px rgba(33, 26, 20, 0.12));
}

.toyjoy-fidget:hover .toyjoy-fidget-model {
	transform: translateY(-2px) rotateZ(-2deg) rotateX(10deg);
}

.toyjoy-fidget:active .toyjoy-fidget-model,
.toyjoy-fidget.is-squished .toyjoy-fidget-model {
	transform: translateY(5px) scale(0.9, 0.82) rotateX(18deg);
}

.toyjoy-fidget:active .toyjoy-fidget-shadow,
.toyjoy-fidget.is-squished .toyjoy-fidget-shadow {
	transform: translateX(-50%) scale(1.16, 0.88);
	opacity: 0.72;
}

.toyjoy-fidget-bear .toyjoy-fidget-model {
	border-radius: 38px 38px 34px 34px;
	background: linear-gradient(180deg, #ffe28f 0%, #ffc95c 100%);
	box-shadow:
		inset 0 -10px 18px rgba(240, 164, 45, 0.26),
		inset 0 10px 14px rgba(255, 255, 255, 0.56);
}

.toyjoy-bear-ears::before,
.toyjoy-bear-ears::after,
.toyjoy-bear-face,
.toyjoy-bear-belly {
	content: "";
	position: absolute;
}

.toyjoy-bear-ears::before,
.toyjoy-bear-ears::after {
	top: -8px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffe28f 0%, #ffc95c 100%);
	box-shadow: inset 0 -6px 10px rgba(240, 164, 45, 0.22);
}

.toyjoy-bear-ears::before {
	left: 10px;
}

.toyjoy-bear-ears::after {
	right: 10px;
}

.toyjoy-bear-face {
	inset: 14px 14px auto;
	height: 42px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 28% 42%, #3d3a37 0 3px, transparent 4px),
		radial-gradient(circle at 72% 42%, #3d3a37 0 3px, transparent 4px),
		radial-gradient(circle at 50% 68%, #ff9494 0 6px, transparent 7px),
		linear-gradient(180deg, rgba(255, 248, 230, 0.94), rgba(255, 240, 208, 0.98));
}

.toyjoy-bear-belly {
	left: 50%;
	bottom: 12px;
	width: 40px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 248, 230, 0.84);
	transform: translateX(-50%);
}

.toyjoy-fidget-donut .toyjoy-fidget-model {
	border-radius: 50%;
	background:
		radial-gradient(circle at center, #fff6ea 0 18px, transparent 19px),
		linear-gradient(180deg, #ffd78f 0%, #ffbd73 100%);
	box-shadow:
		inset 0 -12px 18px rgba(228, 146, 63, 0.24),
		inset 0 12px 14px rgba(255, 255, 255, 0.48);
}

.toyjoy-donut-icing,
.toyjoy-donut-hole,
.toyjoy-donut-sprinkles {
	position: absolute;
	inset: 0;
	display: block;
}

.toyjoy-donut-icing {
	inset: 10px;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, transparent 0 15px, #ffb5d7 16px 100%);
	clip-path: polygon(0 22%, 16% 14%, 28% 22%, 40% 10%, 56% 22%, 72% 12%, 86% 24%, 100% 18%, 100% 82%, 84% 90%, 72% 80%, 58% 92%, 44% 82%, 28% 92%, 14% 80%, 0 88%);
}

.toyjoy-donut-hole {
	inset: 34px;
	border-radius: 50%;
	background: #fff8f0;
	box-shadow: inset 0 2px 8px rgba(222, 170, 117, 0.3);
}

.toyjoy-donut-sprinkles {
	background:
		radial-gradient(circle at 32% 36%, #ffde4d 0 3px, transparent 4px),
		radial-gradient(circle at 64% 28%, #a8d1d1 0 3px, transparent 4px),
		radial-gradient(circle at 72% 58%, #ff9494 0 3px, transparent 4px),
		radial-gradient(circle at 24% 64%, #ffde4d 0 3px, transparent 4px);
}

.toyjoy-fidget-blob .toyjoy-fidget-model {
	border-radius: 42% 58% 56% 44% / 46% 44% 56% 54%;
	background: linear-gradient(180deg, #baf0ef 0%, #79d7d3 100%);
	box-shadow:
		inset 0 -10px 18px rgba(92, 183, 180, 0.25),
		inset 0 10px 14px rgba(255, 255, 255, 0.54);
}

.toyjoy-blob-eyes,
.toyjoy-blob-mouth,
.toyjoy-blob-cheeks {
	position: absolute;
	display: block;
}

.toyjoy-blob-eyes {
	inset: 0;
	background:
		radial-gradient(circle at 34% 42%, #3d3a37 0 3px, transparent 4px),
		radial-gradient(circle at 66% 42%, #3d3a37 0 3px, transparent 4px);
}

.toyjoy-blob-mouth {
	left: 50%;
	top: 50%;
	width: 24px;
	height: 12px;
	border-bottom: 3px solid #3d3a37;
	border-radius: 0 0 20px 20px;
	transform: translate(-50%, -10%);
}

.toyjoy-blob-cheeks {
	inset: 0;
	background:
		radial-gradient(circle at 22% 58%, rgba(255, 148, 148, 0.5) 0 7px, transparent 8px),
		radial-gradient(circle at 78% 58%, rgba(255, 148, 148, 0.5) 0 7px, transparent 8px);
}

.toyjoy-fidget-cube .toyjoy-fidget-model {
	inset: 8px;
	transform: rotate(-12deg);
}

.toyjoy-cube-face {
	position: absolute;
	border-radius: 16px;
}

.toyjoy-cube-face-front {
	inset: 8px 12px 12px 8px;
	background: linear-gradient(180deg, #ffb5b5 0%, #ff8e8e 100%);
	box-shadow: inset 0 10px 14px rgba(255, 255, 255, 0.44);
}

.toyjoy-cube-face-side {
	top: 14px;
	right: 2px;
	bottom: 18px;
	width: 20px;
	background: linear-gradient(180deg, #ff9494 0%, #ef7171 100%);
	transform: skewY(-24deg);
	transform-origin: left top;
}

.toyjoy-cube-face-top {
	left: 16px;
	right: 14px;
	top: 0;
	height: 18px;
	background: linear-gradient(180deg, #ffd8d8 0%, #ffc2c2 100%);
	transform: skewX(-28deg);
	transform-origin: left bottom;
}

@keyframes toyjoy-fidget-float {
	0%,
	100% {
		transform: translateY(0);
	}

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

body.toyjoy-body.page-is-ready .toyjoy-site-shell {
	opacity: 1;
	transform: translateY(0) scale(1);
	filter: saturate(1);
}

body.toyjoy-body.page-is-leaving .toyjoy-site-shell {
	opacity: 0.42;
	transform: translateY(-10px) scale(0.992);
	filter: blur(2px) saturate(0.94);
}

a {
	color: inherit;
	text-decoration: none;
}

.toyjoy-site-shell {
	width: min(1240px, calc(100% - 24px));
	margin: 12px auto 24px;
}

.announcement-bar,
.site-header,
.hero-card,
.content-card,
.site-footer {
	backdrop-filter: blur(18px);
	background: var(--panel-soft);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.announcement-bar {
	padding: 10px 18px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	border-radius: 18px;
	margin-bottom: 14px;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 24px;
	border-radius: 24px;
	position: sticky;
	top: 14px;
	z-index: 20;
}

.brand-mark {
	display: flex;
	align-items: center;
	gap: 12px;
}

.brand-dot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), var(--accent));
}

.brand-copy {
	display: flex;
	flex-direction: column;
}

.brand-copy strong {
	font-size: 1.2rem;
}

.brand-copy small {
	color: var(--muted);
	font-size: 0.78rem;
}

.primary-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.primary-nav a,
.header-pill,
.mobile-menu-toggle,
.button-primary,
.button-secondary,
.filter-chip {
	border-radius: 999px;
	padding: 11px 16px;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
}

.primary-nav a,
.header-pill,
.mobile-menu-toggle,
.button-secondary,
.filter-chip {
	background: rgba(61, 58, 55, 0.06);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

.header-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cart-pill em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	font-style: normal;
}

.cart-pill {
	appearance: none;
	transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, background-color 0.24s ease;
}

.cart-pill.is-cart-bumped {
	animation: toyjoy-cart-bump 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-pill[aria-expanded=true] {
	transform: translateY(-1px) scale(1.01);
	box-shadow: 0 16px 26px rgba(255, 163, 127, 0.24);
}

.mobile-menu-toggle {
	display: none;
}

.site-main {
	padding: 22px 0;
}

.hero-card {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 28px;
	padding: 38px;
	border-radius: 30px;
	margin-bottom: 24px;
}

.eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.8rem;
	color: #558989;
	font-weight: 700;
}

.hero-copy h1,
.section-heading h1,
.section-heading h2,
.content-card h1,
.content-card h2 {
	margin: 0 0 14px;
	line-height: 1.02;
}

.hero-copy h1 {
	font-size: clamp(2.6rem, 6vw, 4.5rem);
}

.hero-copy p {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--muted);
	max-width: 580px;
}

.hero-actions,
.support-pills,
.tracking-form,
.filter-chip-group {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.button-primary {
	background: var(--primary);
	color: #fff;
	box-shadow: 0 14px 24px rgba(255, 148, 148, 0.18);
}

.button-secondary {
	color: var(--text);
}

.hero-toy,
.toy-sculpture {
	display: flex;
	align-items: center;
	justify-content: center;
}

.toy-sculpture {
	width: min(320px, 100%);
	aspect-ratio: 1 / 1;
	border-radius: 46% 46% 38% 38%;
	background: linear-gradient(180deg, #fff5f5 0%, #ffe5e5 100%);
	box-shadow: inset 0 -18px 26px rgba(0, 0, 0, 0.05);
	font-size: 6rem;
	margin: 0 auto;
}

.toy-sculpture-products {
	width: min(430px, 100%);
	aspect-ratio: 1 / 1;
	border-radius: 46% 46% 38% 38%;
	background:
		radial-gradient(circle at top, rgba(255, 255, 255, 0.88), rgba(255, 229, 229, 0.72) 58%, rgba(255, 215, 215, 0.94) 100%);
	box-shadow:
		inset 0 -18px 26px rgba(0, 0, 0, 0.05),
		0 26px 44px rgba(255, 181, 181, 0.14);
	position: relative;
	padding: 28px 22px 18px;
	overflow: visible;
}

.hero-product-fan {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 182px;
	height: 246px;
	display: block;
	color: inherit;
	text-decoration: none;
	transform-origin: center 88%;
	transition:
		transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.32s ease,
		opacity 0.4s ease;
	opacity: 0;
	will-change: transform;
}

.hero-product-fan:hover {
	z-index: 5;
	filter: saturate(1.04);
}

.hero-product-fan-1 {
	z-index: 1;
	transform: translate(-50%, -48%) rotate(-2deg) scale(0.9);
}

body.toyjoy-body.hero-fan-is-ready .hero-product-fan-1 {
	opacity: 1;
	transform: translate(-102%, -57%) rotate(-19deg) scale(1);
}

.hero-product-fan-1:hover {
	transform: translate(-106%, -59%) rotate(-20deg) scale(1.02);
}

.hero-product-fan-2 {
	z-index: 2;
	transform: translate(-50%, -48%) rotate(0deg) scale(0.92);
}

body.toyjoy-body.hero-fan-is-ready .hero-product-fan-2 {
	opacity: 1;
	transform: translate(-50%, -63%) rotate(-1deg) scale(1.04);
	transition-delay: 0.08s;
}

.hero-product-fan-2:hover {
	transform: translate(-50%, -66%) rotate(-1deg) scale(1.045);
}

.hero-product-fan-3 {
	z-index: 3;
	transform: translate(-50%, -48%) rotate(2deg) scale(0.9);
}

body.toyjoy-body.hero-fan-is-ready .hero-product-fan-3 {
	opacity: 1;
	transform: translate(2%, -57%) rotate(17deg) scale(1);
	transition-delay: 0.16s;
}

.hero-product-fan-3:hover {
	transform: translate(6%, -59%) rotate(18deg) scale(1.02);
}

.hero-product-fan-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 14px;
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 243, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow:
		0 20px 40px rgba(33, 26, 20, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.86);
	overflow: visible;
	position: relative;
	transform: translateZ(0) scale(1);
	transition:
		transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.36s ease,
		border-color 0.28s ease,
		background 0.28s ease;
	will-change: transform;
}

.hero-product-fan:hover .hero-product-fan-inner {
	transform: translateY(-2px) scale(1.038);
	border-color: rgba(255, 148, 148, 0.22);
	box-shadow:
		0 28px 52px rgba(33, 26, 20, 0.18),
		0 10px 24px rgba(255, 181, 181, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.hero-product-fan img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	position: relative;
	z-index: 1;
	transform: scale(1);
	transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-product-fan:hover img {
	transform: scale(1.03);
}

.hero-product-trinket {
	position: absolute;
	display: block;
	z-index: 0;
	pointer-events: none;
}

.hero-product-trinket-star {
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	background: #ffde4d;
	clip-path: polygon(50% 0%, 62% 34%, 100% 38%, 72% 58%, 80% 100%, 50% 76%, 20% 100%, 28% 58%, 0% 38%, 38% 34%);
	filter: drop-shadow(0 10px 12px rgba(255, 222, 77, 0.22));
}

.hero-product-trinket-heart {
	left: 10px;
	bottom: 12px;
	width: 22px;
	height: 22px;
	background: #ffb5b5;
	transform: rotate(-45deg);
	border-radius: 6px 6px 2px 2px;
}

.hero-product-trinket-heart::before,
.hero-product-trinket-heart::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffb5b5;
}

.hero-product-trinket-heart::before {
	top: -11px;
	left: 0;
}

.hero-product-trinket-heart::after {
	top: 0;
	left: 11px;
}

.hero-product-trinket-dot {
	left: 14px;
	top: 18px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #a8d1d1;
	box-shadow: 0 0 0 7px rgba(168, 209, 209, 0.16);
}

.hero-product-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--text);
}

.trust-grid,
.product-grid,
.info-grid,
.split-block,
.footer-grid,
.timeline-grid {
	display: grid;
	gap: 18px;
}

.trust-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 24px;
}

.trust-card strong,
.product-card h3,
.timeline-node h3 {
	display: block;
	margin-bottom: 8px;
}

.section-block {
	margin-bottom: 24px;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.section-heading p,
.section-heading span,
.content-card p,
.content-card li,
.product-card p,
.timeline-node p,
.timeline-node time {
	color: var(--muted);
	line-height: 1.7;
}

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

.product-card,
.content-card {
	border-radius: var(--radius);
	padding: 22px;
	background: var(--panel);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card {
	position: relative;
	display: grid;
	gap: 14px;
}

.product-card:hover,
.content-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 28px 62px rgba(33, 26, 20, 0.1);
}

.product-card-link {
	display: block;
	color: inherit;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.badge {
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 222, 77, 0.66);
	font-size: 0.75rem;
	font-weight: 700;
}

.product-icon {
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fbfaf8;
	border-radius: 18px;
	font-size: 3rem;
	margin-bottom: 16px;
	overflow: visible;
	padding: 12px;
}

.product-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.product-meta {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 12px;
	font-size: 0.92rem;
}

.product-meta strong {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 8px 12px;
	font-size: 1.25rem;
	color: var(--primary-strong);
	min-height: 2.1rem;
}

.product-meta .price-current {
	font-size: 1.85rem;
	font-weight: 800;
	line-height: 1;
	color: var(--primary-strong);
}

.product-meta .price-compare {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--muted);
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(61, 58, 55, 0.72);
}

.product-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.product-card-actions .button-primary,
.product-card-actions .button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-buy-link {
	flex: 1;
}

.product-buy-link-ajax.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.cart-fly-clone {
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 38px rgba(33, 26, 20, 0.16);
	overflow: visible;
	transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.62s ease;
}

.mini-cart-drawer {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 40;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-8px) scale(0.965);
	transform-origin: top right;
	transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.28s;
}

.mini-cart-drawer.is-visible {
	visibility: visible;
	transition-delay: 0s;
}

.mini-cart-drawer.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.mini-cart-drawer.is-closing {
	pointer-events: none;
}

.mini-cart-panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(360px, calc(100vw - 32px));
	max-height: min(78vh, 620px);
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 14px;
	padding: 20px 18px 18px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.95));
	box-shadow: 0 24px 56px rgba(33, 26, 20, 0.18);
	border: 1px solid rgba(61, 58, 55, 0.08);
	overflow: visible;
	transition: box-shadow 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.mini-cart-drawer.is-open .mini-cart-panel {
	box-shadow: 0 28px 64px rgba(33, 26, 20, 0.22);
}

.mini-cart-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: rgba(61, 58, 55, 0.06);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.mini-cart-header {
	padding-right: 42px;
}

.mini-cart-header h2 {
	margin: 0 0 10px;
}

.mini-cart-items {
	display: grid;
	align-content: start;
	gap: 12px;
	overflow: auto;
	padding-right: 4px;
}

.mini-cart-item {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 14px;
	padding: 12px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(61, 58, 55, 0.06);
}

.mini-cart-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: #fbfaf8;
	padding: 8px;
	min-height: 82px;
}

.mini-cart-thumb img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.mini-cart-copy {
	display: grid;
	align-content: center;
	gap: 6px;
}

.mini-cart-item-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.mini-cart-copy h3 {
	margin: 0;
	font-size: 1rem;
}

.mini-cart-copy h3 a {
	color: inherit;
	text-decoration: none;
}

.mini-cart-copy p {
	margin: 0;
	color: var(--muted);
	font-size: 0.92rem;
}

.mini-cart-copy strong {
	font-size: 1rem;
	color: var(--primary-strong);
}

.mini-cart-remove {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: rgba(246, 110, 84, 0.12);
	color: #d8563f;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.mini-cart-remove:hover,
.mini-cart-remove:focus-visible {
	background: rgba(246, 110, 84, 0.2);
	color: #bf452d;
	transform: translateY(-1px) scale(1.04);
}

.mini-cart-remove:disabled,
.mini-cart-clear:disabled {
	opacity: 0.55;
	cursor: wait;
}

.mini-cart-remove.is-loading,
.mini-cart-clear.is-loading {
	opacity: 0.72;
}

.mini-cart-empty {
	display: grid;
	gap: 14px;
	align-content: center;
	min-height: 240px;
	text-align: center;
}

.mini-cart-empty p {
	margin: 0;
}

.mini-cart-footer {
	display: grid;
	gap: 14px;
	padding-top: 8px;
	border-top: 1px solid rgba(61, 58, 55, 0.08);
}

.mini-cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mini-cart-total strong {
	font-size: 1.2rem;
}

.mini-cart-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mini-cart-actions .button-primary,
.mini-cart-actions .button-secondary {
	flex: 1;
	text-align: center;
	justify-content: center;
}

.mini-cart-clear {
	border: 1px dashed rgba(214, 86, 63, 0.35);
	color: #c25541;
}

.mini-cart-clear:hover,
.mini-cart-clear:focus-visible {
	border-color: rgba(214, 86, 63, 0.55);
	background: rgba(246, 110, 84, 0.1);
}

@keyframes toyjoy-cart-bump {
	0% {
		transform: scale(1);
	}
	35% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}

body.modal-open {
	overflow: visible;
}

.site-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0%;
	z-index: 120;
	background: linear-gradient(90deg, var(--primary-strong), var(--accent));
	box-shadow: 0 0 16px rgba(255, 148, 148, 0.4);
	opacity: 0;
	transition: width 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease;
}

.site-progress.is-visible {
	opacity: 1;
}


a:hover,
button:hover,
.header-pill:hover,
.primary-nav a:hover,
.button-primary:hover,
.button-secondary:hover,
.filter-chip:hover {
	transform: translateY(-1px);
}

a:active,
button:active,
.header-pill:active,
.primary-nav a:active,
.button-primary:active,
.button-secondary:active,
.filter-chip:active {
	transform: translateY(1px) scale(0.985);
}

.info-grid,
.split-block,
.footer-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 18px;
}

.filter-card {
	height: fit-content;
	position: sticky;
	top: 110px;
}

.filter-chip.active {
	background: var(--text);
	color: #fff;
}

.narrow-block {
	max-width: 840px;
	margin-inline: auto;
}

.tracking-form input,
.toyjoy-form input,
.toyjoy-form textarea {
	width: 100%;
	padding: 13px 14px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	font: inherit;
}

.tracking-form input {
	flex: 1;
}

.tracking-result {
	display: none;
}

.tracking-result.is-visible {
	display: block;
}

.tracking-summary {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--line);
}

.tracking-summary span {
	display: block;
	font-size: 0.78rem;
	color: var(--muted);
	margin-bottom: 6px;
}

.tracking-timeline {
	border-left: 2px dashed rgba(61, 58, 55, 0.18);
	padding-left: 18px;
}

.timeline-node {
	position: relative;
	padding: 0 0 18px 10px;
}

.timeline-node::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--primary);
}

.timeline-node.is-current::before {
	background: #35b276;
	box-shadow: 0 0 0 6px rgba(53, 178, 118, 0.14);
}

.chat-card,
.toyjoy-form,
.support-list,
.contact-list {
	display: grid;
	gap: 12px;
}

.tracking-refund-card {
	display: grid;
	gap: 22px;
}

.tracking-refund-header {
	max-width: 860px;
	display: grid;
	gap: 10px;
}

.tracking-refund-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
}

.tracking-refund-list li {
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 166, 133, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

.timeline-grid div {
	padding: 16px;
	border-radius: 18px;
	background: rgba(61, 58, 55, 0.04);
	text-align: center;
}

.timeline-grid strong {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 8px;
}

.site-footer {
	border-radius: 28px;
	padding: 28px 24px;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.site-footer h3,
.site-footer h4 {
	margin-top: 0;
}

.footer-copy {
	margin: 18px 0 0;
	color: var(--muted);
}

.footer-social-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px 8px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	width: fit-content;
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 10px 22px rgba(33, 26, 20, 0.06);
}

.footer-social-links {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.footer-social-links li {
	display: flex;
}

.footer-social-links a {
	width: 100%;
}

.footer-social-links a:hover {
	background: #fff7f0;
	border-color: rgba(255, 181, 181, 0.36);
}

.footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	color: currentColor;
	flex-shrink: 0;
	background: transparent;
}

.footer-social-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.footer-social-icon-facebook,
.footer-social-links a[href*="facebook.com"] {
	color: #1877f2;
}

.footer-social-icon-facebook {
	color: #1877f2;
}

.footer-social-icon-tiktok,
.footer-social-links a[href*="tiktok.com"] {
	color: #111111;
}

.footer-social-icon-tiktok {
	color: #111111;
}

.footer-social-icon-instagram,
.footer-social-links a[href*="instagram.com"] {
	color: #e4405f;
}

.footer-social-icon-instagram {
	color: #e4405f;
}

.footer-social-icon-youtube,
.footer-social-links a[href*="youtube.com"] {
	color: #ff0000;
}

.footer-social-icon-youtube {
	color: #ff0000;
}

.toyjoy-auth-shell,
.toyjoy-account-shell {
	display: grid;
	gap: 18px;
}

.toyjoy-auth-intro,
.toyjoy-account-intro {
	padding: 30px;
}

.toyjoy-auth-intro h1,
.toyjoy-account-intro h1 {
	margin-bottom: 12px;
}

.toyjoy-auth-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.toyjoy-auth-highlights div {
	padding: 20px 22px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 58, 55, 0.08);
}

.toyjoy-auth-highlights strong,
.toyjoy-auth-benefits li {
	color: var(--text);
}

.toyjoy-auth-highlights span {
	display: block;
	margin-top: 8px;
	color: var(--muted);
	line-height: 1.6;
}

.toyjoy-auth-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.toyjoy-auth-grid.is-login-only {
	grid-template-columns: 1fr;
}

.toyjoy-auth-card {
	position: relative;
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 244, 0.92));
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
	overflow: visible;
}

.toyjoy-auth-card::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -20px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 222, 77, 0.26), transparent 70%);
	pointer-events: none;
}

.toyjoy-auth-card-copy {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.toyjoy-auth-card-copy h2 {
	margin: 8px 0 10px;
}

.toyjoy-auth-card-copy p {
	margin: 0;
	color: var(--muted);
	line-height: 1.7;
}

.toyjoy-auth-benefits {
	margin: 0 0 20px;
	padding-left: 18px;
	display: grid;
	gap: 10px;
}

.toyjoy-auth-benefits li {
	line-height: 1.6;
}

.toyjoy-auth-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.toyjoy-auth-privacy {
	margin: 0 0 18px;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.toyjoy-account-layout {
	display: grid;
	grid-template-columns: 340px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.prose-card {
	max-width: 920px;
	margin: 0 auto;
}

.page-editor-shell {
	max-width: 980px;
}

.home .page-editor-shell {
	max-width: none;
}

.home .page-editor-shell.prose-card {
	margin: 0;
}

.page-template-page-aboutus .prose-card {
	max-width: 1120px;
}

.page-template-page-contact .prose-card {
	max-width: 1060px;
}

.contact-editor-shell {
	max-width: 1060px;
	padding: 30px 34px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 244, 0.94)),
		radial-gradient(circle at top right, rgba(255, 222, 77, 0.16), transparent 36%);
	position: relative;
	overflow: visible;
}

.contact-editor-shell::before,
.contact-editor-shell::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.contact-editor-shell::before {
	width: 180px;
	height: 180px;
	right: -42px;
	top: -72px;
	background: radial-gradient(circle, rgba(168, 209, 209, 0.24), transparent 70%);
}

.contact-editor-shell::after {
	width: 140px;
	height: 140px;
	left: -24px;
	bottom: -56px;
	background: radial-gradient(circle, rgba(255, 181, 181, 0.2), transparent 70%);
}

.contact-editor-shell .page-editor-copy {
	position: relative;
	z-index: 1;
}

.contact-editor-shell .page-editor-copy h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	margin-bottom: 14px;
}

.contact-editor-shell .page-editor-copy p {
	font-size: 1.04rem;
	max-width: 62ch;
}

.contact-grid-shell {
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	max-width: 1060px;
	margin: 0 auto;
}

.contact-panel-card {
	padding: 28px 30px;
}

.contact-panel-card h1,
.contact-panel-card h2 {
	margin-bottom: 12px;
}

.contact-panel-card p {
	max-width: 46ch;
}

.contact-form-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 245, 0.94)),
		radial-gradient(circle at top right, rgba(255, 222, 77, 0.14), transparent 38%);
}

.about-hero-shell {
	margin-bottom: 20px;
}

.about-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: 26px;
	align-items: center;
	padding: 34px;
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 245, 240, 0.94)),
		radial-gradient(circle at top left, rgba(255, 181, 181, 0.22), transparent 42%);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 30px 80px rgba(33, 26, 20, 0.1);
	position: relative;
	overflow: visible;
}

.about-hero-card::before,
.about-hero-card::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.about-hero-card::before {
	width: 220px;
	height: 220px;
	right: -70px;
	top: -90px;
	background: radial-gradient(circle, rgba(255, 222, 77, 0.34), transparent 70%);
}

.about-hero-card::after {
	width: 180px;
	height: 180px;
	left: -60px;
	bottom: -80px;
	background: radial-gradient(circle, rgba(168, 209, 209, 0.3), transparent 72%);
}

.about-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 660px;
}

.about-hero-copy h1 {
	margin-bottom: 14px;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1;
}

.about-hero-copy > p:last-of-type {
	max-width: 58ch;
	font-size: 1.06rem;
}

.about-hero-pills,
.about-support-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.about-hero-pills {
	margin-top: 22px;
}

.about-hero-pills span,
.about-support-tags span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 14px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
	border: 1px solid rgba(61, 58, 55, 0.08);
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 16px 34px rgba(33, 26, 20, 0.08);
}

.about-hero-art {
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-orbit {
	position: absolute;
	border-radius: 50%;
	border: 2px dashed rgba(168, 209, 209, 0.5);
}

.about-orbit-one {
	width: 280px;
	height: 280px;
}

.about-orbit-two {
	width: 210px;
	height: 210px;
	border-color: rgba(255, 181, 181, 0.44);
	transform: rotate(18deg);
}

.about-mascot {
	position: relative;
	width: 174px;
	height: 174px;
	border-radius: 42% 42% 38% 38%;
	background: linear-gradient(180deg, #ffe08d 0%, #ffc968 100%);
	box-shadow:
		inset 0 -16px 24px rgba(240, 164, 45, 0.24),
		inset 0 14px 18px rgba(255, 255, 255, 0.58),
		0 24px 44px rgba(33, 26, 20, 0.12);
}

.about-mascot::before,
.about-mascot::after {
	content: "";
	position: absolute;
	top: -12px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffe08d 0%, #ffc968 100%);
	box-shadow: inset 0 -8px 12px rgba(240, 164, 45, 0.2);
}

.about-mascot::before {
	left: 22px;
}

.about-mascot::after {
	right: 22px;
}

.about-mascot-face,
.about-mascot-belly {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.about-mascot-face {
	top: 42px;
	width: 94px;
	height: 58px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 28% 46%, #3d3a37 0 4px, transparent 5px),
		radial-gradient(circle at 72% 46%, #3d3a37 0 4px, transparent 5px),
		radial-gradient(circle at 50% 76%, #ff9494 0 9px, transparent 10px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 244, 226, 0.82));
}

.about-mascot-belly {
	bottom: 26px;
	width: 88px;
	height: 58px;
	border-radius: 40px;
	background: linear-gradient(180deg, rgba(255, 247, 225, 0.92), rgba(255, 232, 185, 0.96));
}

.about-floating {
	position: absolute;
	display: block;
}

.about-floating-star {
	top: 28px;
	right: 42px;
	width: 32px;
	height: 32px;
	background: #ffde4d;
	clip-path: polygon(50% 0%, 62% 34%, 100% 38%, 72% 58%, 80% 100%, 50% 76%, 20% 100%, 28% 58%, 0% 38%, 38% 34%);
	box-shadow: 0 14px 28px rgba(255, 222, 77, 0.28);
}

.about-floating-dot {
	left: 34px;
	bottom: 44px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ffb5b5;
}

.about-floating-cube {
	right: 64px;
	bottom: 34px;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #a8d1d1;
	transform: rotate(18deg);
}

.about-metrics-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.about-metric-card {
	padding: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.92));
}

.about-metric-card strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.02rem;
}

.about-editor-shell {
	max-width: 1120px;
	padding: 30px 34px;
	position: relative;
	overflow: visible;
}

.about-editor-shell::before {
	content: "";
	position: absolute;
	inset: auto auto -40px -26px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 181, 181, 0.16), transparent 70%);
	pointer-events: none;
}

.about-editor-shell .page-editor-copy {
	position: relative;
	z-index: 1;
}

.about-editor-shell .page-editor-copy h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	margin-bottom: 18px;
}

.about-editor-shell .page-editor-copy h3 {
	margin-top: 28px;
	margin-bottom: 14px;
	font-size: 1.45rem;
}

.about-editor-shell .page-editor-copy p,
.about-editor-shell .page-editor-copy li {
	font-size: 1.02rem;
}

.about-support-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-support-card {
	padding: 28px;
}

.about-support-card-accent {
	background:
		linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(255, 255, 255, 0.94)),
		radial-gradient(circle at top right, rgba(255, 222, 77, 0.22), transparent 40%);
}

.privacy-hero-shell {
	margin-bottom: 20px;
}

.privacy-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	gap: 26px;
	align-items: center;
	padding: 34px;
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 250, 245, 0.94)),
		radial-gradient(circle at top left, rgba(168, 209, 209, 0.22), transparent 40%);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 30px 80px rgba(33, 26, 20, 0.1);
	position: relative;
	overflow: visible;
}

.privacy-hero-card::before,
.privacy-hero-card::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.privacy-hero-card::before {
	width: 220px;
	height: 220px;
	right: -66px;
	top: -84px;
	background: radial-gradient(circle, rgba(255, 181, 181, 0.28), transparent 70%);
}

.privacy-hero-card::after {
	width: 180px;
	height: 180px;
	left: -54px;
	bottom: -72px;
	background: radial-gradient(circle, rgba(255, 222, 77, 0.22), transparent 72%);
}

.privacy-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 660px;
}

.privacy-hero-copy h1 {
	margin-bottom: 14px;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1;
}

.privacy-hero-copy > p:last-of-type {
	max-width: 58ch;
	font-size: 1.05rem;
}

.privacy-hero-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.privacy-hero-pills span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 14px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
	border: 1px solid rgba(61, 58, 55, 0.08);
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 16px 34px rgba(33, 26, 20, 0.08);
}

.privacy-hero-art {
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.privacy-orbit {
	position: absolute;
	border-radius: 50%;
	border: 2px dashed rgba(168, 209, 209, 0.48);
}

.privacy-orbit-one {
	width: 284px;
	height: 284px;
}

.privacy-orbit-two {
	width: 214px;
	height: 214px;
	border-color: rgba(255, 181, 181, 0.42);
	transform: rotate(-16deg);
}

.privacy-shield {
	position: relative;
	width: 186px;
	height: 196px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 24px 40px rgba(33, 26, 20, 0.12));
}

.privacy-shield::before {
	content: "";
	position: absolute;
	inset: 0;
	clip-path: polygon(50% 0%, 88% 16%, 88% 54%, 50% 100%, 12% 54%, 12% 16%);
	background: linear-gradient(180deg, #a8d1d1 0%, #78bebf 100%);
	box-shadow:
		inset 0 -16px 24px rgba(70, 151, 154, 0.24),
		inset 0 14px 18px rgba(255, 255, 255, 0.56);
}

.privacy-shield-top,
.privacy-shield-heart,
.privacy-shield-lock {
	position: absolute;
	display: block;
}

.privacy-shield-top {
	top: 24px;
	left: 50%;
	width: 118px;
	height: 62px;
	border-radius: 30px;
	transform: translateX(-50%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(232, 248, 248, 0.92));
}

.privacy-shield-heart {
	left: 50%;
	top: 62px;
	width: 44px;
	height: 44px;
	background: #ff9494;
	transform: translateX(-50%) rotate(-45deg);
	border-radius: 12px 12px 4px 4px;
}

.privacy-shield-heart::before,
.privacy-shield-heart::after {
	content: "";
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ff9494;
}

.privacy-shield-heart::before {
	top: -22px;
	left: 0;
}

.privacy-shield-heart::after {
	top: 0;
	left: 22px;
}

.privacy-shield-lock {
	left: 50%;
	bottom: 44px;
	width: 70px;
	height: 56px;
	transform: translateX(-50%);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffe58d 0%, #ffcf5c 100%);
	box-shadow: inset 0 -10px 16px rgba(230, 164, 45, 0.24);
}

.privacy-shield-lock::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -26px;
	width: 38px;
	height: 34px;
	border: 8px solid #ffe58d;
	border-bottom: 0;
	border-radius: 24px 24px 0 0;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.privacy-shield-lock::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 18px;
	width: 12px;
	height: 18px;
	border-radius: 999px;
	background: rgba(61, 58, 55, 0.72);
	transform: translateX(-50%);
	box-shadow: 0 16px 0 -4px rgba(61, 58, 55, 0.72);
}

.privacy-floating {
	position: absolute;
	display: block;
}

.privacy-floating-star {
	top: 28px;
	right: 38px;
	width: 32px;
	height: 32px;
	background: #ffde4d;
	clip-path: polygon(50% 0%, 62% 34%, 100% 38%, 72% 58%, 80% 100%, 50% 76%, 20% 100%, 28% 58%, 0% 38%, 38% 34%);
	box-shadow: 0 14px 28px rgba(255, 222, 77, 0.28);
}

.privacy-floating-dot {
	left: 32px;
	bottom: 40px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ffb5b5;
}

.privacy-floating-chip {
	right: 62px;
	bottom: 34px;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #a8d1d1;
	transform: rotate(16deg);
	box-shadow:
		inset 0 0 0 2px rgba(255, 255, 255, 0.36),
		0 14px 26px rgba(33, 26, 20, 0.1);
}

.privacy-editor-shell {
	max-width: 1120px;
	padding: 30px 34px;
	position: relative;
	overflow: visible;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 245, 0.94)),
		radial-gradient(circle at top right, rgba(168, 209, 209, 0.16), transparent 36%);
}

.privacy-editor-shell::before,
.privacy-editor-shell::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.privacy-editor-shell::before {
	width: 180px;
	height: 180px;
	right: -36px;
	top: -56px;
	background: radial-gradient(circle, rgba(168, 209, 209, 0.18), transparent 70%);
}

.privacy-editor-shell::after {
	width: 160px;
	height: 160px;
	left: -26px;
	bottom: -48px;
	background: radial-gradient(circle, rgba(255, 181, 181, 0.16), transparent 70%);
}

.privacy-editor-shell .page-editor-copy {
	position: relative;
	z-index: 1;
}

.privacy-editor-shell .page-editor-copy h2 {
	font-size: clamp(1.95rem, 3vw, 2.9rem);
	margin-bottom: 16px;
}

.privacy-editor-shell .page-editor-copy h3 {
	margin-top: 26px;
	margin-bottom: 12px;
	font-size: 1.36rem;
}

.privacy-editor-shell .page-editor-copy p,
.privacy-editor-shell .page-editor-copy li {
	font-size: 1.02rem;
	line-height: 1.8;
}

.privacy-note-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 1120px;
	margin: 0 auto;
}

.privacy-note-card {
	padding: 28px;
}

.privacy-note-card-accent {
	background:
		linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(255, 255, 255, 0.94)),
		radial-gradient(circle at top right, rgba(255, 222, 77, 0.22), transparent 40%);
}

.terms-hero-shell {
	margin-bottom: 20px;
}

.terms-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	gap: 26px;
	align-items: center;
	padding: 34px;
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 242, 0.94)),
		radial-gradient(circle at top left, rgba(255, 222, 77, 0.2), transparent 40%);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 30px 80px rgba(33, 26, 20, 0.1);
	position: relative;
	overflow: visible;
}

.terms-hero-card::before,
.terms-hero-card::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.terms-hero-card::before {
	width: 220px;
	height: 220px;
	right: -70px;
	top: -86px;
	background: radial-gradient(circle, rgba(255, 181, 181, 0.24), transparent 70%);
}

.terms-hero-card::after {
	width: 180px;
	height: 180px;
	left: -56px;
	bottom: -74px;
	background: radial-gradient(circle, rgba(168, 209, 209, 0.18), transparent 72%);
}

.terms-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 660px;
}

.terms-hero-copy h1 {
	margin-bottom: 14px;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1;
}

.terms-hero-copy > p:last-of-type {
	max-width: 58ch;
	font-size: 1.05rem;
}

.terms-hero-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.terms-hero-pills span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 14px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
	border: 1px solid rgba(61, 58, 55, 0.08);
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 16px 34px rgba(33, 26, 20, 0.08);
}

.terms-hero-art {
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.terms-orbit {
	position: absolute;
	border-radius: 50%;
	border: 2px dashed rgba(255, 181, 181, 0.42);
}

.terms-orbit-one {
	width: 284px;
	height: 284px;
}

.terms-orbit-two {
	width: 214px;
	height: 214px;
	border-color: rgba(168, 209, 209, 0.46);
	transform: rotate(15deg);
}

.terms-card-stack {
	position: relative;
	width: 200px;
	height: 220px;
}

.terms-card {
	position: absolute;
	inset: 0;
	display: block;
	border-radius: 26px;
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 20px 40px rgba(33, 26, 20, 0.12);
}

.terms-card-back {
	background: linear-gradient(180deg, rgba(168, 209, 209, 0.94), rgba(121, 194, 193, 0.94));
	transform: rotate(-10deg) translate(-20px, 8px);
}

.terms-card-mid {
	background: linear-gradient(180deg, rgba(255, 222, 77, 0.94), rgba(255, 207, 92, 0.94));
	transform: rotate(8deg) translate(14px, 4px);
}

.terms-card-front {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.94));
	padding: 34px 26px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: flex-start;
}

.terms-card-line {
	display: block;
	height: 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(255, 181, 181, 0.9), rgba(168, 209, 209, 0.78));
}

.terms-card-line:nth-child(1) {
	width: 74%;
}

.terms-card-line:nth-child(2) {
	width: 100%;
}

.terms-card-line:nth-child(3) {
	width: 82%;
}

.terms-floating {
	position: absolute;
	display: block;
}

.terms-floating-star {
	top: 30px;
	right: 36px;
	width: 32px;
	height: 32px;
	background: #ffde4d;
	clip-path: polygon(50% 0%, 62% 34%, 100% 38%, 72% 58%, 80% 100%, 50% 76%, 20% 100%, 28% 58%, 0% 38%, 38% 34%);
	box-shadow: 0 14px 28px rgba(255, 222, 77, 0.28);
}

.terms-floating-dot {
	left: 34px;
	bottom: 42px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ffb5b5;
}

.terms-floating-chip {
	right: 62px;
	bottom: 34px;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #a8d1d1;
	transform: rotate(-14deg);
	box-shadow:
		inset 0 0 0 2px rgba(255, 255, 255, 0.36),
		0 14px 26px rgba(33, 26, 20, 0.1);
}

.terms-editor-shell {
	max-width: 1120px;
	padding: 30px 34px;
	position: relative;
	overflow: visible;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 243, 0.94)),
		radial-gradient(circle at top right, rgba(255, 222, 77, 0.14), transparent 36%);
}

.terms-editor-shell::before,
.terms-editor-shell::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.terms-editor-shell::before {
	width: 180px;
	height: 180px;
	right: -34px;
	top: -54px;
	background: radial-gradient(circle, rgba(255, 181, 181, 0.14), transparent 70%);
}

.terms-editor-shell::after {
	width: 160px;
	height: 160px;
	left: -26px;
	bottom: -48px;
	background: radial-gradient(circle, rgba(168, 209, 209, 0.16), transparent 70%);
}

.terms-editor-shell .page-editor-copy {
	position: relative;
	z-index: 1;
}

.terms-editor-shell .page-editor-copy h2 {
	font-size: clamp(1.95rem, 3vw, 2.9rem);
	margin-bottom: 16px;
}

.terms-editor-shell .page-editor-copy h3 {
	margin-top: 26px;
	margin-bottom: 12px;
	font-size: 1.34rem;
}

.terms-editor-shell .page-editor-copy p,
.terms-editor-shell .page-editor-copy li {
	font-size: 1.02rem;
	line-height: 1.8;
}

.terms-note-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 1120px;
	margin: 0 auto;
}

.terms-note-card {
	padding: 28px;
}

.terms-note-card-accent {
	background:
		linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(255, 255, 255, 0.94)),
		radial-gradient(circle at top right, rgba(168, 209, 209, 0.18), transparent 40%);
}

.about-checklist {
	margin: 18px 0 0;
	padding-left: 20px;
}

.about-checklist li + li {
	margin-top: 8px;
}

.page-editor-copy > :first-child {
	margin-top: 0;
}

.page-editor-copy > :last-child {
	margin-bottom: 0;
}

.page-editor-copy h2,
.page-editor-copy h3,
.page-editor-copy h4 {
	margin-top: 0;
}

.page-editor-copy ul,
.page-editor-copy ol {
	padding-left: 22px;
}

.page-id-10 .page-editor-copy .woocommerce,
.page-id-10 .page-editor-copy [class*=wc-block-],
.page-id-10 .page-editor-copy ul.products,
.page-id-10 .page-editor-copy .products,
.page-id-10 .page-editor-copy .wp-block-post-template,
.page-id-10 .page-editor-copy .is-layout-flow.wp-block-query,
.page-id-10 .page-editor-copy .wp-block-query,
.page-id-10 .page-editor-copy .woocommerce-breadcrumb,
.page-id-10 .page-editor-copy .woocommerce-notices-wrapper,
.page-id-10 .page-editor-copy .woocommerce-result-count,
.page-id-10 .page-editor-copy .woocommerce-ordering {
	display: none !important;
}

.form-note {
	margin: 0;
	font-size: 0.85rem;
}

.woocommerce-account .prose-card {
	max-width: 1080px;
	padding: 30px;
}

.woocommerce-account .page-copy > .woocommerce {
	display: grid;
	gap: 24px;
}

.woocommerce-account .page-copy > .woocommerce > h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: -0.03em;
}

.woocommerce-account .woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 244, 0.92));
	border: 1px solid var(--line);
	border-radius: 28px;
	box-shadow: var(--shadow);
	width: 100%;
	min-width: 0;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 28px;
}

.woocommerce-account .woocommerce-form-login {
	position: relative;
	overflow: visible;
}

.woocommerce-account .woocommerce-form-login::before,
.woocommerce-account .woocommerce-form-register::before,
.woocommerce-account .woocommerce-MyAccount-content::before {
	content: "";
	position: absolute;
	inset: auto auto -60px -40px;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255, 181, 181, 0.35), transparent 68%);
	pointer-events: none;
}

.woocommerce-account .woocommerce-form-row,
.woocommerce-account .form-row {
	margin: 0 0 18px;
}

.woocommerce-account .woocommerce form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	color: var(--text);
}

.woocommerce-account .woocommerce .input-text,
.woocommerce-account .woocommerce input[type="text"],
.woocommerce-account .woocommerce input[type="email"],
.woocommerce-account .woocommerce input[type="password"],
.woocommerce-account .woocommerce input[type="tel"] {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(61, 58, 55, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	font: inherit;
	color: var(--text);
	box-shadow: inset 0 1px 2px rgba(33, 26, 20, 0.04);
}

.woocommerce-account .woocommerce .input-text:focus,
.woocommerce-account .woocommerce input:focus {
	border-color: rgba(255, 148, 148, 0.7);
	outline: none;
	box-shadow: 0 0 0 4px rgba(255, 181, 181, 0.18);
}

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce input.button {
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	background: linear-gradient(135deg, var(--primary), var(--primary-strong));
	color: #fff;
	font-weight: 700;
	box-shadow: 0 14px 30px rgba(255, 148, 148, 0.24);
}

.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce input.button:hover {
	background: linear-gradient(135deg, var(--primary-strong), #ff7f7f);
	color: #fff;
}

.woocommerce-account .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.woocommerce-account .woocommerce-form-login__rememberme input {
	width: 18px;
	height: 18px;
	accent-color: var(--primary-strong);
}

.woocommerce-account .woocommerce-LostPassword,
.woocommerce-account .woocommerce-form-login .lost_password {
	margin: 10px 0 0;
}

.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account .lost_password a,
.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: #558989;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 20px 22px;
	display: grid;
	gap: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 14px 18px;
	border-radius: 20px;
	background: rgba(61, 58, 55, 0.05);
	line-height: 1.35;
	word-break: keep-all;
	white-space: normal;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: rgba(255, 181, 181, 0.22);
	color: var(--text);
}

.woocommerce-account .woocommerce-MyAccount-content p {
	line-height: 1.75;
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

.woocommerce-account .woocommerce-form-register .woocommerce-password-strength,
.woocommerce-account .woocommerce-form-register .woocommerce-password-hint {
	margin-top: 10px;
}

.woocommerce-account .woocommerce-form-register .password-input {
	display: block;
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
	margin: 0 0 16px;
	padding: 16px 18px;
	border: 0;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--shadow);
}

.woocommerce-account .woocommerce-error {
	border-left: 4px solid #e26d6d;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
	border-left: 4px solid #7db8b8;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account .addresses .title,
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table {
	background: rgba(255, 255, 255, 0.84);
	border-radius: 20px;
}

.woocommerce-account .woocommerce table.shop_table {
	border: 0;
	overflow: visible;
}

.woocommerce-account .woocommerce table.shop_table th,
.woocommerce-account .woocommerce table.shop_table td {
	padding: 14px 16px;
	border-color: rgba(61, 58, 55, 0.08);
}

@media (max-width: 1024px) {
	.hero-card,
	.trust-grid,
	.product-grid,
	.info-grid,
	.split-block,
	.footer-grid,
	.timeline-grid,
	.shop-layout,
	.toyjoy-auth-grid,
	.toyjoy-auth-highlights,
	.toyjoy-account-layout,
	.about-hero-card,
	.about-metrics-grid,
	.about-support-grid {
		grid-template-columns: 1fr;
	}

	.filter-card {
		position: static;
	}

	.mini-cart-panel {
		width: min(340px, calc(100vw - 24px));
	}

	.woocommerce-account .prose-card {
		padding: 22px;
	}

	.about-hero-card,
	.privacy-hero-card,
	.terms-hero-card,
	.about-editor-shell,
	.privacy-editor-shell,
	.terms-editor-shell,
	.contact-editor-shell,
	.contact-panel-card {
		padding: 24px;
	}

	.about-hero-art {
		min-height: 240px;
	}

	.privacy-hero-art {
		min-height: 240px;
	}

	.terms-hero-art {
		min-height: 240px;
	}

	.toy-sculpture-products {
		width: min(370px, 100%);
	}

	.hero-product-fan {
		width: 158px;
		height: 214px;
	}
}

@media (max-width: 820px) {
	body.toyjoy-body::before,
	body.toyjoy-body::after,
	body.toyjoy-body .toyjoy-site-shell::before,
	body.toyjoy-body .toyjoy-site-shell::after {
		display: none;
	}

	.site-header {
		flex-wrap: wrap;
	}

	.mobile-menu-toggle {
		display: inline-flex;
	}

	.primary-nav {
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.primary-nav.is-open {
		display: flex;
	}

	.header-actions {
		width: 100%;
		justify-content: space-between;
	}

	.hero-card {
		padding: 24px;
	}

	.mini-cart-panel {
		right: 0;
		width: min(320px, calc(100vw - 24px));
		padding: 18px 16px 16px;
		border-radius: 24px;
	}

	.mini-cart-item {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.toy-sculpture-products {
		width: min(324px, 100%);
		padding: 24px 18px 14px;
	}

	.hero-product-fan {
		width: 136px;
		height: 182px;
	}

	.about-hero-card {
		padding: 22px;
		border-radius: 26px;
	}

	.privacy-hero-card {
		padding: 22px;
		border-radius: 26px;
	}

	.terms-hero-card {
		padding: 22px;
		border-radius: 26px;
	}

	.contact-editor-shell {
		padding: 22px;
	}

	.about-hero-copy h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.privacy-hero-copy h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.terms-hero-copy h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.about-mascot {
		width: 144px;
		height: 144px;
	}

	.privacy-shield {
		width: 156px;
		height: 166px;
	}

	.terms-card-stack {
		width: 164px;
		height: 180px;
	}

	.about-orbit-one {
		width: 224px;
		height: 224px;
	}

	.privacy-orbit-one {
		width: 224px;
		height: 224px;
	}

	.terms-orbit-one {
		width: 224px;
		height: 224px;
	}

	.about-orbit-two {
		width: 172px;
		height: 172px;
	}

	.privacy-orbit-two {
		width: 172px;
		height: 172px;
	}

	.terms-orbit-two {
		width: 172px;
		height: 172px;
	}
}

.single-product #sidebar,
.single-product .pagenav,
.single-product .categories,
.single-product [role="navigation"],
.single-product .search-form,
.single-product #sidebar ul {
	display: none !important;
}

.toyjoy-account-page-shell {
	max-width: 1180px;
	padding: 30px;
}

.toyjoy-single-shell {
	max-width: 1140px;
	padding: 30px;
}

.toyjoy-single-grid {
	align-items: stretch;
	gap: 28px;
}

.toyjoy-single-media,
.toyjoy-single-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.toyjoy-single-image {
	display: grid;
	place-items: center;
	min-height: 420px;
	padding: 24px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 240, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: var(--shadow);
}

.toyjoy-single-image img {
	max-width: 100%;
	max-height: 380px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.toyjoy-single-copy h1 {
	margin-bottom: 14px;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.toyjoy-single-copy > p {
	margin: 0 0 18px;
	font-size: 1.02rem;
	line-height: 1.8;
	color: var(--muted);
}

.toyjoy-single-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 22px;
	padding: 22px 24px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(255, 244, 239, 0.96), rgba(255, 236, 231, 0.88));
	border: 1px solid rgba(255, 181, 181, 0.22);
	box-shadow: 0 18px 40px rgba(255, 181, 181, 0.18);
}

.toyjoy-single-price strong {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 14px;
	font-size: 1.9rem;
	line-height: 1;
}

.toyjoy-single-price > span {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	color: var(--muted);
}

.toyjoy-single-price .price-current {
	font-size: clamp(2.2rem, 4vw, 2.9rem);
	font-weight: 800;
	line-height: 1;
	color: var(--primary-strong);
	letter-spacing: -0.04em;
	text-shadow: 0 8px 18px rgba(255, 148, 148, 0.14);
}

.toyjoy-single-price .price-current .woocommerce-Price-amount,
.toyjoy-single-price .price-current .woocommerce-Price-currencySymbol {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.toyjoy-single-price .price-compare {
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--muted);
	text-decoration: line-through;
	opacity: 0.9;
}

.toyjoy-single-price .price-compare .woocommerce-Price-amount,
.toyjoy-single-price .price-compare .woocommerce-Price-currencySymbol {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.toyjoy-single-price .woocommerce-Price-amount {
	white-space: nowrap;
}

.toyjoy-single-cart {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.toyjoy-single-cart .quantity {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin: 0;
}

.toyjoy-single-cart .qty {
	width: 112px;
	min-width: 112px;
	padding: 13px 14px;
	box-sizing: border-box;
	border-radius: 18px;
	border: 1px solid rgba(61, 58, 55, 0.14);
	background: rgba(255, 255, 255, 0.95);
	text-align: center;
}

.toyjoy-single-cart input.qty {
	overflow: visible;
	line-height: 1.2;
}

.toyjoy-single-description {
	max-width: 1140px;
	padding: 30px;
}

.toyjoy-single-description h2 {
	margin-bottom: 16px;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	letter-spacing: -0.03em;
}

.toyjoy-single-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.toyjoy-single-gallery-card {
	padding: 16px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 242, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: var(--shadow);
}

.toyjoy-single-gallery-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.toyjoy-account-shell .woocommerce-MyAccount-content,
.toyjoy-account-shell .woocommerce-MyAccount-navigation {
	min-height: 100%;
}

.toyjoy-account-shell .woocommerce-MyAccount-navigation {
	overflow: visible;
}

@media (max-width: 1024px) {
	.toyjoy-single-shell,
	.toyjoy-single-description,
	.toyjoy-account-page-shell {
		padding: 24px;
	}

	.toyjoy-single-image {
		min-height: 340px;
	}

	.toyjoy-single-gallery {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.toyjoy-single-shell,
	.toyjoy-single-description,
	.toyjoy-account-page-shell {
		padding: 22px;
	}

	.toyjoy-single-image {
		min-height: 280px;
		padding: 20px 22px;
	}

	.toyjoy-single-cart {
		align-items: stretch;
	}
}




.toyjoy-single-image-gallery {
	padding: 28px;
}

.toyjoy-single-image-gallery .woocommerce-product-gallery {
	width: 100%;
}

.toyjoy-single-image-gallery .woocommerce-product-gallery__wrapper {
	border-radius: 28px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 242, 0.92));
}

.toyjoy-single-image-gallery .woocommerce-product-gallery__image {
	margin: 0;
}

.toyjoy-single-image-gallery .woocommerce-product-gallery__image a {
	display: block;
}

.toyjoy-single-image-gallery .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 540px;
	object-fit: contain;
	border-radius: 24px;
}

.toyjoy-single-image-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
	gap: 14px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.toyjoy-single-image-gallery .flex-control-thumbs li {
	margin: 0;
}

.toyjoy-single-image-gallery .flex-control-thumbs img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 20px;
	border: 2px solid rgba(61, 58, 55, 0.08);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 20px rgba(61, 58, 55, 0.08);
	transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease;
}

.toyjoy-single-image-gallery .flex-control-thumbs img:hover,
.toyjoy-single-image-gallery .flex-control-thumbs .flex-active {
	transform: translateY(-3px) scale(1.03);
	border-color: rgba(255, 181, 181, 0.85);
	box-shadow: 0 16px 28px rgba(255, 181, 181, 0.18);
	opacity: 1;
}

.toyjoy-single-rating {
	margin: 0 0 16px;
	min-height: 24px;
}

.toyjoy-single-rating .woocommerce-product-rating {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 10px 24px rgba(61, 58, 55, 0.06);
}

.toyjoy-single-rating .star-rating,
.toyjoy-single-review-summary .star-rating,
.toyjoy-single-reviews .star-rating {
	color: #ff9f43;
}

.toyjoy-single-rating .woocommerce-review-link {
	font-size: 0.95rem;
	font-weight: 700;
	color: #558989;
}

.toyjoy-single-meta {
	margin: 4px 0 22px;
}

.toyjoy-single-meta .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	font-size: 0.95rem;
	color: var(--muted);
}

.toyjoy-single-meta .product_meta > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(61, 58, 55, 0.08);
}

.toyjoy-single-meta .product_meta a {
	color: var(--primary-strong);
	font-weight: 700;
}

.toyjoy-single-purchase form.cart {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin: 0;
}

.toyjoy-single-purchase .single_add_to_cart_button {
	border: 0;
	cursor: pointer;
}

.toyjoy-single-purchase .variations {
	width: 100%;
	border: 0;
	margin-bottom: 16px;
}

.toyjoy-single-purchase .variations td,
.toyjoy-single-purchase .variations th {
	padding: 0 0 12px;
	border: 0;
}

.toyjoy-single-purchase .variations label {
	font-weight: 700;
	color: var(--text);
}

.toyjoy-single-purchase .variations select {
	min-width: 220px;
	padding: 12px 14px;
	border-radius: 16px;
	border: 1px solid rgba(61, 58, 55, 0.12);
	background: rgba(255, 255, 255, 0.92);
}

.toyjoy-single-purchase .reset_variations {
	font-size: 0.92rem;
	font-weight: 700;
	color: #558989;
}

.toyjoy-single-purchase .quantity {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.toyjoy-single-reviews {
	max-width: 1140px;
	padding: 30px;
}

.toyjoy-single-reviews-heading {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-start;
	margin-bottom: 24px;
}

.toyjoy-single-reviews-heading h2 {
	margin-bottom: 10px;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	letter-spacing: -0.03em;
}

.toyjoy-single-reviews-heading p:last-child {
	margin: 0;
	color: var(--muted);
	line-height: 1.75;
}

.toyjoy-single-review-summary {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 20px 22px;
	min-width: 180px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 240, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 18px 34px rgba(61, 58, 55, 0.08);
}

.toyjoy-single-review-summary strong {
	font-size: 2rem;
	line-height: 1;
}

.toyjoy-single-review-summary span {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--muted);
}

.toyjoy-single-reviews #reviews {
	margin: 0;
}

.toyjoy-single-reviews #comments {
	margin-bottom: 28px;
}

.toyjoy-single-reviews .woocommerce-Reviews-title,
.toyjoy-single-reviews .comment-reply-title {
	font-size: 1.35rem;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.toyjoy-single-reviews .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 18px;
}

.toyjoy-single-reviews .commentlist li {
	margin: 0;
	padding: 22px 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 12px 26px rgba(61, 58, 55, 0.06);
}

.toyjoy-single-reviews .comment_container {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.toyjoy-single-reviews .avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid rgba(255, 181, 181, 0.4);
}

.toyjoy-single-reviews .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 0 0 10px;
	font-size: 0.95rem;
	color: var(--muted);
}

.toyjoy-single-reviews .meta strong {
	color: var(--text);
	font-size: 1rem;
}

.toyjoy-single-reviews .description p {
	margin: 0;
	line-height: 1.8;
	color: var(--text);
}

.toyjoy-single-reviews .comment-form-rating,
.toyjoy-single-reviews .comment-form-comment,
.toyjoy-single-reviews .comment-form-author,
.toyjoy-single-reviews .comment-form-email,
.toyjoy-single-reviews .form-submit {
	margin-bottom: 16px;
}

.toyjoy-single-reviews input[type="text"],
.toyjoy-single-reviews input[type="email"],
.toyjoy-single-reviews textarea {
	width: 100%;
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(61, 58, 55, 0.12);
	background: rgba(255, 255, 255, 0.92);
	box-sizing: border-box;
}

.toyjoy-single-reviews textarea {
	min-height: 160px;
	resize: vertical;
}

.toyjoy-single-reviews input[type="submit"],
.toyjoy-single-reviews button,
.toyjoy-single-reviews .button {
	border: 0;
	cursor: pointer;
}

.toyjoy-single-reviews .comment-form-cookies-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.95rem;
	color: var(--muted);
}

.toyjoy-single-reviews .comment-form-cookies-consent input {
	margin-top: 0.35rem;
}

@media (max-width: 820px) {
	.toyjoy-single-reviews,
	.toyjoy-single-shell,
	.toyjoy-single-description {
		padding: 22px;
	}

	.toyjoy-single-image-gallery {
		padding: 20px;
	}

	.toyjoy-single-reviews-heading,
	.toyjoy-single-reviews .comment_container {
		display: block;
	}

	.toyjoy-single-review-summary {
		margin-top: 16px;
	}

	.toyjoy-single-purchase form.cart {
		align-items: stretch;
	}
}

.toyjoy-single-rating-card {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 14px 18px;
	margin: 0 0 18px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 238, 0.92));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 14px 28px rgba(61, 58, 55, 0.07);
}

.toyjoy-single-rating-score {
	min-width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255, 181, 181, 0.78), rgba(255, 215, 179, 0.92));
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1;
	color: var(--text);
}

.toyjoy-single-rating-copy {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.toyjoy-single-rating-copy span {
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #558989;
}

.toyjoy-single-rating-copy strong {
	font-size: 1rem;
	line-height: 1.5;
	color: var(--text);
}

.toyjoy-single-detail-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.toyjoy-single-detail-gallery-card {
	padding: 14px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 242, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 14px 28px rgba(61, 58, 55, 0.06);
}

.toyjoy-single-detail-gallery-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.toyjoy-single-specs {
	max-width: 1140px;
	padding: 30px;
}

.toyjoy-single-specs > p {
	margin: 0 0 20px;
	color: var(--muted);
	line-height: 1.75;
}

.toyjoy-single-specs-table .shop_attributes {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0 14px;
}

.toyjoy-single-specs-table .shop_attributes th,
.toyjoy-single-specs-table .shop_attributes td {
	padding: 18px 20px;
	vertical-align: top;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 58, 55, 0.08);
}

.toyjoy-single-specs-table .shop_attributes th {
	width: 220px;
	border-radius: 22px 0 0 22px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #558989;
}

.toyjoy-single-specs-table .shop_attributes td {
	border-radius: 0 22px 22px 0;
	color: var(--text);
	line-height: 1.75;
}

.toyjoy-single-specs-table .shop_attributes p {
	margin: 0;
}

.toyjoy-single-specs-table .shop_attributes a {
	color: var(--primary-strong);
	font-weight: 700;
}

@media (max-width: 820px) {
	.toyjoy-single-rating-card {
		width: 100%;
		align-items: flex-start;
	}

	.toyjoy-single-detail-gallery {
		grid-template-columns: 1fr;
	}

	.toyjoy-single-specs {
		padding: 22px;
	}

	.toyjoy-single-specs-table .shop_attributes,
	.toyjoy-single-specs-table .shop_attributes tbody,
	.toyjoy-single-specs-table .shop_attributes tr,
	.toyjoy-single-specs-table .shop_attributes th,
	.toyjoy-single-specs-table .shop_attributes td {
		display: block;
		width: 100%;
	}

	.toyjoy-single-specs-table .shop_attributes tr {
		margin-bottom: 14px;
	}

	.toyjoy-single-specs-table .shop_attributes th {
		border-radius: 22px 22px 0 0;
		border-bottom: 0;
	}

	.toyjoy-single-specs-table .shop_attributes td {
		border-radius: 0 0 22px 22px;
	}
}

.single-product #primary {
	max-width: 1180px;
	margin: 0 auto;
	padding: 24px 20px 56px;
}

.single-product #main {
	display: grid;
	gap: 26px;
}

.single-product .woocommerce-breadcrumb {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 10px 24px rgba(61, 58, 55, 0.06);
	font-size: 0.94rem;
	color: var(--muted);
}

.single-product .woocommerce-breadcrumb a {
	color: #558989;
	font-weight: 700;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
	gap: 30px;
	align-items: start;
	margin: 0;
}

.single-product div.product .onsale {
	left: 18px;
	top: 18px;
	margin: 0;
	min-width: 68px;
	padding: 10px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff9d6c, #ff7b95);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 14px 26px rgba(255, 123, 149, 0.28);
}

.single-product div.product div.images,
.single-product div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.single-product div.product div.images {
	padding: 26px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 242, 0.93));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 24px 50px rgba(61, 58, 55, 0.08);
}

.single-product .woocommerce-product-gallery__wrapper {
	border-radius: 28px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
}

.single-product .woocommerce-product-gallery__image {
	margin: 0;
}

.single-product .woocommerce-product-gallery__image a {
	display: block;
}

.single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: contain;
	border-radius: 24px;
}

.single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.single-product .flex-control-thumbs li {
	margin: 0;
}

.single-product .flex-control-thumbs img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 20px;
	border: 2px solid rgba(61, 58, 55, 0.08);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 12px 24px rgba(61, 58, 55, 0.07);
	transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease;
}

.single-product .flex-control-thumbs img:hover,
.single-product .flex-control-thumbs .flex-active {
	transform: translateY(-3px) scale(1.03);
	border-color: rgba(255, 181, 181, 0.88);
	box-shadow: 0 18px 30px rgba(255, 181, 181, 0.18);
	opacity: 1;
}

.single-product div.product div.summary {
	padding: 30px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 24px 50px rgba(61, 58, 55, 0.08);
}

.single-product div.product .product_title {
	margin-bottom: 16px;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.single-product div.product .woocommerce-product-rating {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	margin: 0 0 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 10px 24px rgba(61, 58, 55, 0.06);
}

.single-product div.product .star-rating,
.single-product .woocommerce-Reviews .star-rating {
	color: #ff9f43;
}

.single-product div.product .woocommerce-review-link {
	font-size: 0.95rem;
	font-weight: 700;
	color: #558989;
}

.single-product div.product p.price,
.single-product div.product span.price {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 14px;
	margin: 0 0 18px;
}

.single-product div.product p.price ins,
.single-product div.product span.price ins {
	order: 2;
	text-decoration: none;
}

.single-product div.product p.price ins .amount,
.single-product div.product span.price ins .amount,
.single-product div.product p.price > .amount,
.single-product div.product span.price > .amount {
	font-size: clamp(2.2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1;
	color: var(--primary-strong);
}

.single-product div.product p.price del,
.single-product div.product span.price del {
	order: 1;
	font-size: 1rem;
	font-weight: 600;
	color: var(--muted);
	opacity: 1;
}

.single-product .woocommerce-product-details__short-description {
	margin: 0 0 20px;
	padding: 20px 22px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(61, 58, 55, 0.06);
	line-height: 1.8;
	color: var(--text);
}

.single-product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.single-product .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-bottom: 22px;
	font-size: 0.95rem;
	color: var(--muted);
}

.single-product .product_meta > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(61, 58, 55, 0.08);
}

.single-product .product_meta a {
	color: var(--primary-strong);
	font-weight: 700;
}

.single-product form.cart {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin: 0;
}

.single-product form.cart .quantity {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.single-product form.cart .qty,
.single-product form.cart select {
	min-height: 52px;
	padding: 13px 16px;
	border-radius: 18px;
	border: 1px solid rgba(61, 58, 55, 0.12);
	background: rgba(255, 255, 255, 0.92);
	box-sizing: border-box;
}

.single-product form.cart .qty {
	width: 112px;
	min-width: 112px;
}

.single-product form.cart button,
.single-product form.cart .button,
.single-product form.cart .single_add_to_cart_button {
	border: 0;
	cursor: pointer;
}

.single-product form.variations_form {
	display: block;
}

.single-product table.variations {
	margin-bottom: 16px;
	border: 0;
}

.single-product table.variations td,
.single-product table.variations th {
	padding: 0 0 12px;
	border: 0;
}

.single-product table.variations label {
	font-weight: 700;
	color: var(--text);
}

.single-product .reset_variations {
	font-size: 0.92rem;
	font-weight: 700;
	color: #558989;
}

.single-product .woocommerce-tabs {
	grid-column: 1 / -1;
	padding: 30px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 24px 50px rgba(61, 58, 55, 0.08);
}

.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0;
	margin: 0 0 22px;
	border: 0;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after {
	display: none;
}

.single-product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 999px;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.single-product .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(61, 58, 55, 0.05);
	color: #558989;
	font-weight: 800;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
	background: rgba(255, 181, 181, 0.22);
	color: var(--text);
}

.single-product .woocommerce-Tabs-panel h2,
.single-product .related > h2,
.single-product .upsells > h2 {
	margin-bottom: 16px;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	letter-spacing: -0.03em;
}

.single-product .woocommerce-Tabs-panel {
	line-height: 1.8;
	color: var(--text);
}

.single-product .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

.single-product table.shop_attributes {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0 14px;
}

.single-product table.shop_attributes th,
.single-product table.shop_attributes td {
	padding: 18px 20px;
	vertical-align: top;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 58, 55, 0.08);
}

.single-product table.shop_attributes th {
	width: 220px;
	border-radius: 22px 0 0 22px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #558989;
}

.single-product table.shop_attributes td {
	border-radius: 0 22px 22px 0;
	line-height: 1.75;
}

.single-product table.shop_attributes p {
	margin: 0;
}

.single-product .woocommerce-Reviews-title,
.single-product .comment-reply-title {
	font-size: 1.35rem;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.single-product .woocommerce-Reviews .commentlist {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	gap: 18px;
}

.single-product .woocommerce-Reviews .commentlist li {
	margin: 0;
	padding: 22px 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 12px 26px rgba(61, 58, 55, 0.06);
}

.single-product .woocommerce-Reviews .comment_container {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.single-product .woocommerce-Reviews .avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid rgba(255, 181, 181, 0.4);
}

.single-product .woocommerce-Reviews .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 0 0 10px;
	font-size: 0.95rem;
	color: var(--muted);
}

.single-product .woocommerce-Reviews .meta strong {
	color: var(--text);
	font-size: 1rem;
}

.single-product .woocommerce-Reviews .description p {
	margin: 0;
	line-height: 1.8;
	color: var(--text);
}

.single-product .woocommerce-Reviews .comment-form-rating,
.single-product .woocommerce-Reviews .comment-form-comment,
.single-product .woocommerce-Reviews .comment-form-author,
.single-product .woocommerce-Reviews .comment-form-email,
.single-product .woocommerce-Reviews .form-submit {
	margin-bottom: 16px;
}

.single-product .woocommerce-Reviews input[type="text"],
.single-product .woocommerce-Reviews input[type="email"],
.single-product .woocommerce-Reviews textarea,
.single-product .woocommerce-Reviews select {
	width: 100%;
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(61, 58, 55, 0.12);
	background: rgba(255, 255, 255, 0.92);
	box-sizing: border-box;
}

.single-product .woocommerce-Reviews textarea {
	min-height: 160px;
	resize: vertical;
}

.single-product .woocommerce-Reviews input[type="submit"],
.single-product .woocommerce-Reviews .button,
.single-product .woocommerce-Reviews button {
	border: 0;
	cursor: pointer;
}

.single-product .woocommerce-Reviews .comment-form-cookies-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.95rem;
	color: var(--muted);
}

.single-product .woocommerce-Reviews .comment-form-cookies-consent input {
	margin-top: 0.35rem;
}

.single-product .related,
.single-product .upsells {
	grid-column: 1 / -1;
	padding: 30px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 24px 50px rgba(61, 58, 55, 0.08);
}

.single-product .related ul.products,
.single-product .upsells ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin: 0;
}

.single-product .related ul.products::before,
.single-product .related ul.products::after,
.single-product .upsells ul.products::before,
.single-product .upsells ul.products::after {
	display: none;
}

.single-product .related ul.products li.product,
.single-product .upsells ul.products li.product {
	width: auto;
	float: none;
	margin: 0;
	padding: 18px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 14px 28px rgba(61, 58, 55, 0.06);
}

.single-product .related ul.products li.product img,
.single-product .upsells ul.products li.product img {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
}

.single-product .related ul.products li.product .price,
.single-product .upsells ul.products li.product .price {
	display: block;
	margin-bottom: 12px;
}

@media (max-width: 980px) {
	.single-product div.product {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.single-product #primary {
		padding: 20px 16px 48px;
	}

	.single-product div.product div.images,
	.single-product div.product div.summary,
	.single-product .woocommerce-tabs,
	.single-product .related,
	.single-product .upsells {
		padding: 22px;
	}

	.single-product .woocommerce-Reviews .comment_container {
		display: block;
	}

	.single-product table.shop_attributes,
	.single-product table.shop_attributes tbody,
	.single-product table.shop_attributes tr,
	.single-product table.shop_attributes th,
	.single-product table.shop_attributes td {
		display: block;
		width: 100%;
	}

	.single-product table.shop_attributes tr {
		margin-bottom: 14px;
	}

	.single-product table.shop_attributes th {
		border-radius: 22px 22px 0 0;
		border-bottom: 0;
	}

	.single-product table.shop_attributes td {
		border-radius: 0 0 22px 22px;
	}
}

.single-product .woocommerce-Tabs-panel--description img {
	display: block;
	width: min(100%, 560px) !important;
	max-width: min(100%, 560px) !important;
	height: auto;
	margin: 18px auto;
	padding: 10px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 14px 28px rgba(61, 58, 55, 0.08);
}
.single-product .woocommerce-Tabs-panel--description p:has(> img:only-child) {
	text-align: center;
}

@media (max-width: 820px) {
	.single-product .woocommerce-Tabs-panel--description img {
		width: min(100%, 360px) !important;
		max-width: min(100%, 360px) !important;
	}
}

.single-product #primary {
	position: relative;
}

.single-product #primary::before,
.single-product #primary::after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	filter: blur(0.2px);
}

.single-product #primary::before {
	top: 110px;
	left: -34px;
	width: 132px;
	height: 132px;
	border-radius: 38% 62% 58% 42% / 42% 40% 60% 58%;
	background:
		radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.72) 0 10px, transparent 11px),
		linear-gradient(180deg, rgba(255, 228, 153, 0.88), rgba(255, 191, 94, 0.96));
	box-shadow:
		inset 0 -16px 24px rgba(232, 153, 45, 0.26),
		0 24px 36px rgba(255, 191, 94, 0.18);
	transform: rotate(-16deg);
}

.single-product #primary::after {
	right: -24px;
	top: 360px;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, rgba(255, 246, 234, 0.96) 0 23px, transparent 24px),
		linear-gradient(180deg, rgba(255, 215, 143, 0.92), rgba(255, 189, 115, 0.98));
	box-shadow:
		inset 0 -14px 22px rgba(235, 150, 64, 0.22),
		0 22px 34px rgba(255, 189, 115, 0.16);
}

.single-product div.product div.summary {
	position: relative;
	overflow: hidden;
}

.single-product div.product div.summary::before,
.single-product div.product div.summary::after {
	content: "";
	position: absolute;
	pointer-events: none;
	opacity: 0.92;
}

.single-product div.product div.summary::before {
	top: 18px;
	right: 20px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 248, 237, 0.98) 0 15px, transparent 16px),
		linear-gradient(180deg, rgba(255, 210, 222, 0.78), rgba(255, 168, 189, 0.96));
	box-shadow:
		inset 0 -10px 18px rgba(224, 98, 135, 0.16),
		0 16px 24px rgba(255, 168, 189, 0.14);
	transform: rotate(10deg);
}

.single-product div.product div.summary::after {
	left: -12px;
	bottom: 26px;
	width: 52px;
	height: 52px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(186, 240, 239, 0.92), rgba(121, 215, 211, 0.98));
	box-shadow:
		inset 0 -8px 14px rgba(92, 183, 180, 0.2),
		0 14px 20px rgba(121, 215, 211, 0.14);
	transform: rotate(-18deg);
}

.single-product .single_add_to_cart_button {
	position: relative;
	overflow: hidden;
	transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, filter 0.24s ease;
}

.single-product .single_add_to_cart_button::after {
	content: "";
	position: absolute;
	inset: -20% auto -20% -30%;
	width: 44%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
	transform: translateX(-180%) skewX(-20deg);
	opacity: 0;
	pointer-events: none;
}

.single-product .single_add_to_cart_button:hover::after {
	opacity: 1;
	transform: translateX(340%) skewX(-20deg);
	transition: transform 0.72s ease, opacity 0.24s ease;
}

.single-product .single_add_to_cart_button.is-loading {
	opacity: 0.82;
	filter: saturate(1.08);
}

.single-product .single_add_to_cart_button.is-pressing {
	transform: translateY(2px) scale(0.985);
}

.single-product .single_add_to_cart_button.is-added {
	animation: toyjoy-single-cart-success 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.single-product .single_add_to_cart_button.is-added::before {
	content: "Added!";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, rgba(83, 201, 158, 0.96), rgba(61, 177, 145, 0.96));
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.02em;
}

@keyframes toyjoy-single-cart-success {
	0% {
		transform: translateY(0) scale(1);
	}
	35% {
		transform: translateY(-3px) scale(1.04);
	}
	70% {
		transform: translateY(0) scale(0.99);
	}
	100% {
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 980px) {
	.single-product #primary::before,
	.single-product #primary::after {
		display: none;
	}

	.tracking-refund-list {
		grid-template-columns: 1fr;
	}
}

/* ===== B2B / Wholesale Page ===== */

.b2b-hero {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
	padding: 38px;
	border-radius: 30px;
	margin-bottom: 24px;
	background: linear-gradient(180deg, rgba(255, 181, 181, 0.22), rgba(168, 209, 209, 0.1));
	position: relative;
	overflow: clip;
}

.b2b-hero-copy h1 {
	font-size: clamp(2.4rem, 5vw, 4rem);
	margin: 0 0 14px;
	line-height: 1.02;
}

.b2b-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.b2b-hero-visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.b2b-hero-form {
	display: flex;
	align-items: center;
	justify-content: center;
}

.b2b-product-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: -10px;
	position: relative;
}

.b2b-stack-item {
	display: grid;
	place-items: center;
	width: 110px;
	height: 110px;
	border-radius: 28px;
	background: var(--panel);
	box-shadow:
		0 18px 38px rgba(33, 26, 20, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	font-size: 3rem;
	transform: rotate(calc(var(--stack-i,0) * -6deg)) translateY(calc(var(--stack-i,0) * -14px));
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	position: relative;
	z-index: calc(5 - var(--stack-i,0));
}

.b2b-stack-item:hover {
	transform: rotate(calc(var(--stack-i,0) * -6deg)) translateY(calc(var(--stack-i,0) * -14px)) scale(1.04);
}

.b2b-metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-bottom: 24px;
}

.b2b-metric-card {
	text-align: center;
	padding: 22px 16px;
}

.b2b-metric-card strong {
	display: block;
	font-size: 1.6rem;
	line-height: 1.1;
	margin-bottom: 6px;
	color: var(--text);
}

.b2b-metric-card span {
	font-size: 0.85rem;
	color: var(--muted);
}

.b2b-step-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.b2b-step-card {
	position: relative;
	padding: 24px 20px;
}

.b2b-step-number {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #fff;
	background: var(--primary-strong);
	padding: 4px 12px;
	border-radius: 999px;
	margin-bottom: 12px;
}

.b2b-step-card h3 {
	margin: 0 0 8px;
	font-size: 1.1rem;
}

.b2b-step-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.6;
	margin: 0;
}

.b2b-faq-card details {
	padding: 16px 0;
	border-bottom: 1px solid var(--line);
}

.b2b-faq-card details:last-child {
	border-bottom: 0;
}

.b2b-faq-card summary {
	font-weight: 700;
	cursor: pointer;
	padding: 4px 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: color 0.18s ease;
}

.b2b-faq-card summary:hover {
	color: var(--primary-strong);
}

.b2b-faq-card summary::before {
	content: "+";
	font-size: 1.1rem;
	font-weight: 400;
	color: var(--primary-strong);
	flex-shrink: 0;
}

.b2b-faq-card details[open] summary::before {
	content: "–";
}

.b2b-faq-card details p {
	margin: 10px 0 0;
	color: var(--muted);
	line-height: 1.6;
	font-size: 0.9rem;
	padding-left: 24px;
}

.b2b-option-card h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
}

.b2b-option-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.6;
	margin: 0;
}

.b2b-contact-card {
	display: grid;
	gap: 12px;
	text-align: center;
	padding: 36px 28px;
}

.b2b-contact-card p {
	max-width: 560px;
	margin-inline: auto;
}

.b2b-form {
	display: grid;
	gap: 14px;
	max-width: 480px;
	margin-inline: auto;
	width: 100%;
	text-align: left;
}

.b2b-form input,
.b2b-form textarea {
	width: 100%;
	padding: 13px 14px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	font: inherit;
	color: var(--text);
}

.b2b-form input:focus,
.b2b-form textarea:focus {
	outline: none;
	border-color: var(--primary);
	box-shadow: 0 0 0 4px rgba(255, 181, 181, 0.18);
}

.b2b-form .button-primary {
	width: 100%;
	justify-content: center;
	padding: 14px 18px;
	font-size: 1.05rem;
}

.b2b-form-success {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	text-align: center;
	padding: 36px 24px;
	max-width: 480px;
	margin-inline: auto;
}

.b2b-form .b2b-form-error {
	color: #d8563f;
	font-weight: 600;
}

.b2b-hero-form.is-sent .b2b-form {
	display: none;
}

.b2b-hero-form.is-sent .b2b-form-success {
	display: flex;
	animation: toyjoy-b2b-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.b2b-form-success p {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.6;
	color: var(--text);
}

.b2b-success-check svg {
	display: block;
	width: 76px;
	height: 76px;
}

.b2b-success-check circle {
	fill: none;
	stroke: #53c99e;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 145;
	stroke-dashoffset: 145;
	animation: toyjoy-b2b-check-circle 0.6s ease-out 0.12s forwards;
}

.b2b-success-check path {
	fill: none;
	stroke: #3db191;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 34;
	stroke-dashoffset: 34;
	animation: toyjoy-b2b-check-mark 0.35s ease-out 0.62s forwards;
}

@keyframes toyjoy-b2b-pop {
	from {
		opacity: 0;
		transform: translateY(12px) scale(0.94);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes toyjoy-b2b-check-circle {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes toyjoy-b2b-check-mark {
	to {
		stroke-dashoffset: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.b2b-hero-form.is-sent .b2b-form-success {
		animation: none;
	}

	.b2b-success-check circle,
	.b2b-success-check path {
		animation: none;
		stroke-dashoffset: 0;
	}
}

/* ===== Floating B2B Button (Home Page) ===== */

.home .b2b-float-btn {
	position: fixed;
	left: max(10px, calc((100vw - min(1240px, calc(100% - 24px))) / 2 - 96px));
	top: 38%;
	z-index: 50;
	pointer-events: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 12px 10px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 243, 0.94));
	border: 1px solid rgba(255, 148, 148, 0.24);
	box-shadow:
		0 12px 28px rgba(33, 26, 20, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	text-decoration: none;
	color: var(--text);
	font-weight: 700;
	font-size: 0.72rem;
	letter-spacing: 0.02em;
	transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease;
	cursor: pointer;
	line-height: 1.2;
	text-align: center;
}

.home .b2b-float-btn:hover {
	transform: translateX(4px);
	box-shadow:
		0 18px 36px rgba(33, 26, 20, 0.14),
		0 0 0 4px rgba(255, 181, 181, 0.14);
	border-color: var(--primary);
}

.home .b2b-float-btn:active {
	transform: translateX(1px) scale(0.97);
}

.home .b2b-float-btn-icon {
	font-size: 1.6rem;
	line-height: 1;
	filter: drop-shadow(0 2px 4px rgba(255, 148, 148, 0.2));
}

.home .b2b-float-btn-label {
	display: block;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	opacity: 0.8;
}

/* ===== B2B Responsive ===== */
@media (max-width: 980px) {
	.b2b-hero {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.b2b-hero-visual {
		display: none;
	}

	.b2b-metrics {
		grid-template-columns: repeat(2, 1fr);
	}

	.b2b-step-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.home .b2b-float-btn {
		left: 8px;
		top: auto;
		bottom: 100px;
		padding: 10px 8px;
		border-radius: 14px;
	}

	.home .b2b-float-btn-label {
		writing-mode: horizontal-tb;
		font-size: 0.65rem;
	}

	.b2b-contact-card {
		padding: 24px 18px;
	}
}


/* ===== Blind Box ===== */

.blindbox-section {
	margin-bottom: 24px;
}

.blindbox-card {
	text-align: center;
	display: grid;
	gap: 16px;
	padding: 28px 24px;
}

.blindbox-header h2 {
	margin: 0 0 8px;
	font-size: 1.6rem;
}

.blindbox-header p {
	color: var(--muted);
	line-height: 1.6;
	max-width: 500px;
	margin: 0 auto;
	font-size: 0.92rem;
}

.blindbox-neutral {
	gap: 18px;
}

.blindbox-neutral-visual {
	font-size: 3rem;
	line-height: 1;
}

.blindbox-box-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 180px;
}

.blindbox-trigger {
	position: relative;
	width: 140px;
	height: 150px;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	transform-style: preserve-3d;
	-webkit-tap-highlight-color: transparent;
}

.blindbox-trigger:hover {
	transform: scale(1.04);
}

.blindbox-trigger:active {
	transform: scale(0.97);
}

.blindbox-lid {
	position: absolute;
	top: 0;
	left: 8px;
	width: 124px;
	height: 34px;
	border-radius: 14px 14px 4px 4px;
	background: linear-gradient(180deg, var(--primary) 0%, #ffc5c5 100%);
	box-shadow: 0 6px 14px rgba(255, 148, 148, 0.24);
	transform-origin: bottom center;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 2;
}

.blindbox-body {
	position: absolute;
	top: 28px;
	left: 0;
	width: 140px;
	height: 120px;
	border-radius: 4px 4px 18px 18px;
	background: linear-gradient(180deg, #ffd6d6 0%, var(--primary-strong) 100%);
	box-shadow: 0 14px 24px rgba(255, 148, 148, 0.18);
	z-index: 1;
}

.blindbox-ribbon {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 20px;
	height: 32px;
	background: var(--accent);
	border-radius: 10px;
	transform: translateX(-50%);
	box-shadow: 0 2px 8px rgba(255, 222, 77, 0.3);
}

.blindbox-question {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.5);
	z-index: 3;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	pointer-events: none;
}

/* Shake animation */
.blindbox-shaking {
	animation: blindbox-shake 0.5s cubic-bezier(0.36, 0, 0.66, 1);
}

@keyframes blindbox-shake {
	0%, 100% { transform: rotateZ(0); }
	15% { transform: rotateZ(-8deg); }
	30% { transform: rotateZ(8deg); }
	45% { transform: rotateZ(-6deg); }
	60% { transform: rotateZ(6deg); }
	75% { transform: rotateZ(-3deg); }
	90% { transform: rotateZ(3deg); }
}

/* Opening animation */
.blindbox-opening .blindbox-lid {
	transform: rotateX(-140deg) translateY(-10px);
	opacity: 0.4;
}

.blindbox-opening .blindbox-question {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.5);
	transition: all 0.3s ease;
}

/* Result reveal */
.blindbox-result {
	margin-top: 4px;
}

.blindbox-result-inner {
	display: grid;
	gap: 18px;
}

.blindbox-pop-in .blindbox-revealed-anim {
	animation: blindbox-pop 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes blindbox-pop {
	0% { transform: scale(0.3) rotate(-6deg); opacity: 0; }
	60% { transform: scale(1.08) rotate(2deg); }
	100% { transform: scale(1) rotate(0); opacity: 1; }
}

.blindbox-revealed-anim img {
	border-radius: 18px;
	max-width: 260px;
	height: auto;
	box-shadow: 0 12px 30px rgba(33, 26, 20, 0.1);
}

.blindbox-result-info {
	display: grid;
	gap: 10px;
}

.blindbox-result-info h3 {
	margin: 0;
	font-size: 1.15rem;
}

/* Revealed product card */
.blindbox-revealed .blindbox-product {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 24px;
	align-items: center;
	text-align: left;
}

.blindbox-product-image img {
	border-radius: 18px;
	width: 100%;
	height: auto;
	box-shadow: 0 12px 30px rgba(33, 26, 20, 0.1);
}

.blindbox-product-info {
	display: grid;
	gap: 10px;
}

.blindbox-product-info h2 {
	margin: 0;
	font-size: 1rem;
	color: var(--muted);
	font-weight: 400;
}

.blindbox-product-info h3 {
	margin: 0;
	font-size: 1.4rem;
}

/* Pricing */
.blindbox-pricing {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 4px 0;
}

.blindbox-price-original {
	font-size: 1rem;
	color: var(--muted);
	text-decoration: line-through;
}

.blindbox-price-discount {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--primary-strong);
}

/* Timer */
.blindbox-timer {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
}

.blindbox-timer-label {
	font-size: 0.78rem;
	color: var(--muted);
}

.blindbox-timer-count {
	font-size: 1.05rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--text);
	letter-spacing: 0.03em;
	background: rgba(61, 58, 55, 0.06);
	padding: 4px 12px;
	border-radius: 8px;
}

/* ===== Blind Box Responsive ===== */
@media (max-width: 980px) {
	.blindbox-revealed .blindbox-product {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.blindbox-product-image img {
		max-width: 200px;
		margin: 0 auto;
	}

	.blindbox-pricing {
		justify-content: center;
	}

	.blindbox-timer {
		justify-content: center;
	}

	.blindbox-product-info {
		text-align: center;
	}
}

@media (max-width: 640px) {
	.b2b-metrics {
		grid-template-columns: repeat(2, 1fr);
	}

	.b2b-step-grid {
		grid-template-columns: 1fr;
	}

	.home .b2b-float-btn {
		display: none;
	}
}

/* ===== Codex: Mobile UX refinements (2026-09-09) =====
   Fidget rail: smaller & more transparent; compress frozen site header. */
@media (max-width: 820px) {
	.toyjoy-fidget {
		scale: 0.52;
		opacity: 0.55;
	}

	.toyjoy-fidget:nth-child(1),
	.toyjoy-fidget:nth-child(3) {
		left: 2px;
	}

	.toyjoy-fidget:nth-child(2),
	.toyjoy-fidget:nth-child(4) {
		right: 2px;
	}

	.toyjoy-fidget:active {
		opacity: 1;
	}

	.site-header {
		padding: 10px 14px;
		gap: 10px;
	}

	.brand-copy strong {
		font-size: 1.02rem;
	}

	.brand-copy small {
		font-size: 0.68rem;
	}

	.header-pill,
	.mobile-menu-toggle {
		padding: 7px 12px;
	}

	.cart-pill em {
		min-width: 20px;
		height: 20px;
	}

	.header-actions {
		gap: 8px;
	}

	/* Fidget rail sits above the shell (z3 vs z1), so on mobile move it
	   below the frozen header zone to stop it blocking header controls. */
	.toyjoy-fidget-rail {
		inset: 190px 0 36px;
	}
}

/* ===== Codex: Hide WOOCS floating currency switcher (2026-09-09) ===== */
.woocs_auto_switcher {
	display: none !important;
}

/* ===== Codex: Shop search box (2026-09-10) ===== */

/* Shop page: WooCommerce product search lives in the filter card */
.shop-search {
	margin-bottom: 14px;
}

.shop-search-form {
	display: grid;
	gap: 8px;
}

.shop-search-form .search-field {
	width: 100%;
	min-width: 0;
	padding: 12px 16px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: #fff;
	font: inherit;
}

.shop-search-form .search-field:focus {
	border-color: var(--primary);
	outline: 2px solid rgba(255, 181, 181, 0.5);
	outline-offset: 1px;
}

.shop-search-form .search-submit {
	width: 100%;
	padding: 12px 16px;
	border: 0;
	border-radius: 999px;
	background: var(--primary);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 14px 24px rgba(255, 148, 148, 0.18);
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.shop-search-form .search-submit:hover {
	transform: translateY(-1px);
}

.shop-search-form .search-submit:active {
	transform: translateY(1px) scale(0.985);
}

.shop-search-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 14px;
	font-size: 0.86rem;
	color: var(--muted);
}

.shop-search-status a {
	font-weight: 700;
	color: var(--text);
}

.shop-empty-state {
	grid-column: 1 / -1;
	margin: 0;
	padding: 22px;
	border-radius: var(--radius);
	border: 1px dashed var(--line);
	background: var(--panel);
	color: var(--muted);
	line-height: 1.7;
}

/* Filter card grows to a full row below 1024px: lay the search out inline */
@media (max-width: 1024px) {
	.shop-search-form {
		grid-template-columns: 1fr auto;
	}

	.shop-search-form .search-submit {
		width: auto;
	}
}

/* ===== Codex: Shop AJAX search states (2026-09-10) ===== */

/* Keep the product area in place while an AJAX search is running */
.shop-product-grid {
	position: relative;
}

.shop-product-grid.is-searching::after {
	content: "Searching…";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 48px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.72);
	color: var(--muted);
	font-weight: 700;
	letter-spacing: 0.02em;
	z-index: 2;
}

.shop-product-grid.is-searching::before {
	content: "";
	position: absolute;
	top: calc(50% - 34px);
	left: calc(50% - 17px);
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 3px solid rgba(255, 181, 181, 0.3);
	border-top-color: var(--primary);
	animation: toyjoy-shop-search-spin 0.8s linear infinite;
	z-index: 3;
}

@keyframes toyjoy-shop-search-spin {
	to {
		transform: rotate(360deg);
	}
}

.shop-search-error {
	grid-column: 1 / -1;
	margin: 0;
	padding: 14px 18px;
	border: 1px solid rgba(216, 86, 63, 0.35);
	border-radius: 18px;
	background: rgba(216, 86, 63, 0.08);
	color: #d8563f;
	font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
	.shop-product-grid.is-searching::before {
		animation: none;
	}
}


/* ===== Codex: Single product navigation (2026-09-11) ===== */

.single-product .toyjoy-back-to-shop {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.single-product .toyjoy-back-to-shop-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.single-product .toyjoy-back-to-shop-arrow {
	font-size: 1.05em;
	line-height: 1;
}

.single-product .toyjoy-more-products {
	grid-column: 1 / -1;
	padding: 30px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.94));
	border: 1px solid rgba(61, 58, 55, 0.08);
	box-shadow: 0 24px 50px rgba(61, 58, 55, 0.08);
}

.single-product .toyjoy-more-products > h2 {
	margin-bottom: 16px;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	letter-spacing: -0.03em;
}

.single-product .toyjoy-more-products-grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin: 0;
}

.single-product .toyjoy-more-products-more {
	margin: 22px 0 0;
}

@media (max-width: 820px) {
	.single-product .toyjoy-more-products {
		padding: 22px;
	}
}

/* ===== Codex: Product detail image lightbox (2026-09-11) ===== */

body.toyjoy-detail-lightbox-open {
	overflow: hidden;
}

.toyjoy-detail-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: rgba(33, 26, 20, 0.88);
	backdrop-filter: blur(6px);
}

.toyjoy-detail-lightbox[hidden] {
	display: none;
}

.toyjoy-detail-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border-radius: var(--radius);
	background: var(--panel);
	box-shadow: var(--shadow);
}

.toyjoy-detail-lightbox__close {
	position: absolute;
	top: 24px;
	right: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--text);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(33, 26, 20, 0.24);
	transition: background 0.2s ease, color 0.2s ease;
}

.toyjoy-detail-lightbox__close:hover,
.toyjoy-detail-lightbox__close:focus-visible {
	background: var(--primary-strong);
	color: #fff;
}

@media (max-width: 600px) {
	.toyjoy-detail-lightbox {
		padding: 18px;
	}

	.toyjoy-detail-lightbox__close {
		top: 12px;
		right: 12px;
	}
}

/* ===== Product favorites ===== */

.toyjoy-favorite-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	cursor: pointer;
	color: var(--muted);
	background: rgba(255, 255, 255, 0.92);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.toyjoy-favorite-toggle:hover,
.toyjoy-favorite-toggle:focus-visible {
	color: #e5484d;
	transform: translateY(-1px);
}

.toyjoy-favorite-toggle.is-active {
	color: #e5484d;
}

.toyjoy-favorite-icon path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.toyjoy-favorite-toggle.is-active .toyjoy-favorite-icon path {
	fill: currentColor;
}

.toyjoy-favorite-toggle.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.product-card .toyjoy-favorite-toggle {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 12px 24px rgba(33, 26, 20, 0.12);
}

.product-card .toyjoy-favorite-toggle.is-active {
	background: rgba(229, 72, 77, 0.14);
	box-shadow: 0 12px 24px rgba(229, 72, 77, 0.18);
}

.toyjoy-detail-favorite {
	margin: 16px 0 6px;
}

.toyjoy-favorite-toggle-pill {
	border-radius: 999px;
	padding: 11px 18px;
	font-weight: 700;
	background: rgba(61, 58, 55, 0.06);
}

.toyjoy-favorite-toggle-pill.is-active {
	background: rgba(229, 72, 77, 0.14);
}

.toyjoy-favorite-toggle-pill .toyjoy-favorite-icon {
	width: 18px;
	height: 18px;
}

.favorites-pill .toyjoy-favorite-icon {
	width: 18px;
	height: 18px;
}

.favorites-pill em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	font-style: normal;
}

.toyjoy-favorite-notice {
	position: fixed;
	left: 50%;
	bottom: 26px;
	z-index: 9999;
	max-width: 88vw;
	padding: 12px 20px;
	border-radius: 999px;
	background: rgba(33, 26, 20, 0.92);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 18px 36px rgba(33, 26, 20, 0.24);
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: opacity 0.22s ease, transform 0.22s ease;
	pointer-events: none;
}

.toyjoy-favorite-notice.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (max-width: 600px) {
	.product-card .toyjoy-favorite-toggle {
		top: 12px;
		right: 12px;
		width: 36px;
		height: 36px;
	}
}

/* ===== Favorites page & ask about price (2026-09-11) ===== */

.favorites-hero .section-heading {
	flex-wrap: wrap;
}

.favorites-hero .section-heading h1 {
	margin: 6px 0 0;
	font-size: clamp(2.2rem, 5vw, 3.4rem);
}

.favorites-hero .section-heading span {
	max-width: 420px;
	color: var(--muted);
	line-height: 1.7;
}

.favorites-panel {
	transition: opacity 0.2s ease;
}

.favorites-panel.is-refreshing {
	opacity: 0.55;
	pointer-events: none;
}

.favorites-empty-state {
	padding: 34px 28px;
	border-radius: var(--radius);
	background: var(--panel);
	text-align: center;
	color: var(--muted);
	line-height: 1.7;
}

.favorites-empty-state a {
	color: var(--primary-strong);
	font-weight: 700;
}

.favorites-login-prompt {
	display: grid;
	gap: 14px;
	justify-items: start;
	max-width: 560px;
}

.favorites-login-prompt h2 {
	margin: 0;
}

.favorites-login-prompt p {
	margin: 0;
	color: var(--muted);
	line-height: 1.7;
}

.product-card-actions .toyjoy-ask-price {
	flex: 1 1 100%;
}

.product-card-actions .toyjoy-ask-price.is-loading {
	opacity: 0.72;
	pointer-events: none;
}
