/**
 * PUPPY&CLAY foundational styles.
 */

@font-face {
	font-display: swap;
	font-family: "Gluten";
	font-style: normal;
	font-weight: 100 900;
	src: url("../fonts/Gluten-Variable.ttf") format("truetype");
}

:root {
	--pc-color-brand-brown: var(--wp--preset--color--walnut);
	--pc-color-canvas: var(--wp--preset--color--porcelain);
	--pc-color-surface: var(--wp--preset--color--clay);
	--pc-color-text: var(--wp--preset--color--ink);
	--pc-color-muted: var(--wp--preset--color--ink);
	--pc-color-accent: var(--wp--preset--color--walnut);
	--pc-color-highlight: var(--wp--preset--color--terracotta);
	--pc-color-dark: var(--wp--preset--color--cocoa);
	--pc-color-line: var(--wp--preset--color--kiln);
	--pc-filter-illustration-text: brightness(0) saturate(100%) invert(30%) sepia(18%) saturate(909%) hue-rotate(334deg) brightness(91%) contrast(86%);
	--pc-font-display: var(--wp--preset--font-family--serif);
	--pc-font-body: var(--wp--preset--font-family--hand);
	--pc-font-hand: var(--wp--preset--font-family--hand);
	--pc-content-narrow: 45rem;
	--pc-content-standard: 75rem;
	--pc-content-wide: 90rem;
	--pc-gutter: clamp(1.25rem, 4vw, 4rem);
	--pc-section-space: clamp(6rem, 12vw, 10rem);
	--pc-grid-gap: clamp(1rem, 2.25vw, 2rem);
	--pc-radius-none: 0;
	--pc-radius-control: 0.125rem;
	--pc-shadow-overlay: var(--wp--preset--shadow--quiet);
	--pc-duration-fast: 160ms;
	--pc-duration-base: 280ms;
	--pc-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--pc-ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
	--pc-sketch-line: 1.5px;
	--pc-sketch-tilt: -0.75deg;
	--pc-image-square: 1 / 1;
	--pc-image-portrait: 4 / 5;
	--pc-image-landscape: 4 / 3;
	--pc-image-editorial: 16 / 10;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	background: var(--pc-color-canvas);
	color: var(--pc-color-text);
	font-style: normal;
	font-synthesis: none;
	font-variation-settings: "slnt" 0;
	text-rendering: optimizeLegibility;
}

body.is-loading {
	overflow: hidden;
}

body :where(
	h1, h2, h3, h4, h5, h6,
	p, a, li, dt, dd,
	span, strong, em, i, small,
	blockquote, cite, figcaption,
	label, input, textarea, select, button, summary
) {
	color: var(--pc-color-text) !important;
	font-style: normal !important;
	font-synthesis: none;
	font-variation-settings: "slnt" 0;
}

body .home-puppy * {
	color: var(--wp--preset--color--white) !important;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	text-decoration-thickness: 0.06em;
	text-underline-offset: 0.22em;
	transition:
		color var(--pc-duration-fast) var(--pc-ease-standard),
		text-decoration-color var(--pc-duration-fast) var(--pc-ease-standard);
}

:where(p, li) > a:not([class]) {
	background-image: linear-gradient(
		177deg,
		transparent calc(100% - var(--pc-sketch-line)),
		color-mix(in srgb, currentColor 48%, transparent) var(--pc-sketch-line)
	);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-decoration: none;
}

:where(p, li) > a:not([class]):hover {
	background-image: linear-gradient(
		178deg,
		transparent calc(100% - var(--pc-sketch-line)),
		currentColor var(--pc-sketch-line)
	);
	color: var(--pc-color-accent);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 2px solid var(--pc-color-accent);
	outline-offset: 0.25rem;
}

::selection {
	background: var(--pc-color-accent);
	color: var(--wp--preset--color--white);
}

.wp-site-blocks {
	min-height: 100vh;
}

.site-loader {
	align-items: center;
	background: var(--wp--preset--color--porcelain);
	display: none;
	inset: 0;
	justify-items: center;
	opacity: 1;
	position: fixed;
	transition:
		opacity 420ms var(--pc-ease-standard),
		visibility 420ms step-end;
	visibility: visible;
	z-index: 999999;
}

.show-opening-loader .site-loader {
	display: grid;
}

.site-loader.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.site-loader__inner {
	text-align: center;
}

.site-loader__stage {
	aspect-ratio: 1;
	margin-inline: auto;
	position: relative;
	width: clamp(8rem, 18vw, 13rem);
}

.site-loader__frame {
	--pc-loader-frame-scale: 1;
	animation: pc-loader-bunny 3s infinite;
	filter: var(--pc-filter-illustration-text);
	height: 100%;
	inset: 0;
	object-fit: contain;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.site-loader__frame--1 {
	--pc-loader-frame-scale: 0.96;
}

.site-loader__frame--2 {
	--pc-loader-frame-scale: 1.08;
	animation-delay: 0.6s;
}

.site-loader__frame--3 {
	--pc-loader-frame-scale: 1.06;
	animation-delay: 1.2s;
}

.site-loader__frame--4 {
	--pc-loader-frame-scale: 1.12;
	animation-delay: 1.8s;
}

.site-loader__frame--5 {
	--pc-loader-frame-scale: 1;
	animation-delay: 2.4s;
}

.site-loader__label {
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: 0.035em;
	margin: 1.25rem 0 0;
}

.site-loader__progress {
	background: color-mix(in srgb, var(--pc-color-brand-brown) 18%, transparent);
	height: 0.2rem;
	margin: 1rem auto 0;
	overflow: hidden;
	width: clamp(9rem, 22vw, 15rem);
}

.site-loader__progress span {
	animation: pc-loader-progress 2.3s var(--pc-ease-standard) forwards;
	background: var(--pc-color-brand-brown);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left;
	width: 100%;
}

@keyframes pc-loader-bunny {
	0%,
	16% {
		opacity: 1;
		transform: translateY(0) scale(var(--pc-loader-frame-scale));
	}

	20%,
	100% {
		opacity: 0;
		transform: translateY(-0.2rem) scale(var(--pc-loader-frame-scale));
	}
}

@keyframes pc-loader-progress {
	to {
		transform: scaleX(1);
	}
}

.pc-container,
.pc-container-wide,
.pc-container-narrow {
	margin-inline: auto;
	width: min(100% - (2 * var(--pc-gutter)), var(--pc-content-standard));
}

.pc-container-wide {
	max-width: var(--pc-content-wide);
}

.pc-container-narrow {
	max-width: var(--pc-content-narrow);
}

.pc-section {
	padding-block: var(--pc-section-space);
}

.pc-grid {
	display: grid;
	gap: var(--pc-grid-gap);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.pc-grid > * {
	min-width: 0;
}

.site-header {
	-webkit-backdrop-filter: blur(12px);
	background: color-mix(in srgb, var(--pc-color-canvas) 94%, transparent);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent;
	padding: 0 var(--pc-gutter);
	position: sticky;
	top: 0;
	z-index: 20;
}

.site-header__inner {
	gap: clamp(1rem, 3vw, 3rem);
	margin-inline: auto;
	min-height: clamp(4.5rem, 7vw, 6rem);
	width: min(100%, var(--pc-content-wide));
}

.site-header__logo {
	display: block;
	flex: 0 0 auto;
	line-height: 0;
	transition:
		opacity var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-base) var(--pc-ease-out);
}

.site-header__logo img {
	height: auto;
	mix-blend-mode: multiply;
	width: clamp(4.5rem, 6vw, 5.75rem);
}

.site-header__logo-image--default {
	filter: var(--pc-filter-illustration-text);
	mix-blend-mode: normal !important;
}

.site-header__logo-image--overlay {
	display: none;
}

body.home .site-header__logo-image--default {
	display: none;
}

body.home .site-header__logo-image--overlay {
	display: block;
	mix-blend-mode: normal;
}

.site-header__logo:hover {
	opacity: 1;
	transform: rotate(-1.5deg);
}

.site-header__cart-trigger {
	text-decoration: none;
}

.site-header__navigation {
	flex: 1 1 auto;
	font-family: var(--pc-font-hand);
	font-size: clamp(1rem, 1.15vw, 1.25rem);
	font-weight: 600;
	letter-spacing: 0.035em;
	line-height: 1;
}

.site-header__navigation .wp-block-navigation__container {
	column-gap: clamp(1.25rem, 2.5vw, 2.75rem);
}

.site-header__navigation .wp-block-navigation-item__content,
.site-header__cart-trigger {
	position: relative;
	text-decoration: none;
}

.site-header__navigation .wp-block-navigation-item__content::after,
.site-header__cart-trigger::after {
	background: currentColor;
	bottom: -0.4rem;
	content: "";
	height: var(--pc-sketch-line);
	left: 0;
	position: absolute;
	transform: rotate(var(--pc-sketch-tilt)) scaleX(0);
	transform-origin: right;
	transition: transform var(--pc-duration-base) var(--pc-ease-out);
	width: 100%;
}

.site-header__navigation .wp-block-navigation-item__content:hover::after,
.site-header__navigation .is-current-section::after,
.site-header__cart-trigger:hover::after {
	transform: rotate(var(--pc-sketch-tilt)) scaleX(1);
	transform-origin: left;
}

.site-header__cart {
	flex: 0 0 auto;
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 0 0 0 auto;
	position: relative;
	text-transform: uppercase;
}

.site-header__cart-count {
	align-items: center;
	background: var(--pc-color-accent);
	border-radius: 999px;
	color: var(--wp--preset--color--white) !important;
	display: inline-flex;
	font-size: 0.68rem;
	height: 1.4rem;
	justify-content: center;
	line-height: 1;
	margin-left: 0.35rem;
	min-width: 1.4rem;
	padding: 0 0.35rem;
	vertical-align: middle;
}

body.home .site-header__cart-count {
	background: var(--wp--preset--color--white);
	color: var(--pc-color-brand-brown) !important;
}

.site-header__cart-count.is-updated {
	animation: pc-cart-count-pop 520ms var(--pc-ease-out);
}

@keyframes pc-cart-count-pop {
	0% { transform: scale(1); }
	38% { transform: scale(1.38) rotate(-7deg); }
	100% { transform: scale(1); }
}

.site-mini-cart {
	background: var(--wp--preset--color--porcelain);
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown);
	border-radius: 1.25rem;
	box-shadow: 0 1.2rem 3rem rgba(36, 33, 29, 0.2);
	color: var(--pc-color-brand-brown) !important;
	font-family: var(--pc-font-hand);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: normal;
	padding: 1.25rem;
	position: absolute;
	right: 0;
	text-transform: none;
	top: calc(100% + 1.2rem);
	width: min(23rem, calc(100vw - 2 * var(--pc-gutter)));
	z-index: 30;
}

.site-mini-cart[hidden] {
	display: none;
}

body.home .site-mini-cart :where(p, a, span, strong, button) {
	color: var(--pc-color-brand-brown) !important;
}

body.home .site-header .site-mini-cart :where(p, a, span, strong, button) {
	color: var(--pc-color-brand-brown) !important;
}

.site-mini-cart__header {
	align-items: center;
	border-bottom: 1px solid color-mix(in srgb, var(--pc-color-brand-brown) 25%, transparent);
	display: flex;
	font-size: 1.25rem;
	justify-content: space-between;
	padding-bottom: 0.8rem;
}

.site-mini-cart__close {
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	font-size: 1.75rem;
	line-height: 1;
	padding: 0.1rem 0.25rem;
}

.site-mini-cart__items {
	max-height: min(24rem, 52vh);
	overflow-y: auto;
}

.site-mini-cart__item {
	align-items: center;
	border-bottom: 1px solid color-mix(in srgb, var(--pc-color-brand-brown) 18%, transparent);
	display: flex;
	gap: 0.9rem;
	padding-block: 1rem;
}

.site-mini-cart__item img {
	aspect-ratio: 1;
	border-radius: 0.7rem;
	flex: 0 0 4rem;
	height: 4rem;
	object-fit: cover;
	width: 4rem;
}

.site-mini-cart__item a {
	font-size: 1.05rem;
	font-weight: 600;
	text-decoration: none;
}

.site-mini-cart__item-details {
	flex: 1 1 auto;
	min-width: 0;
}

.site-mini-cart__remove {
	align-items: center;
	align-self: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--pc-color-brand-brown) !important;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 2.25rem;
	height: 2.25rem;
	justify-content: center;
	padding: 0;
	transition:
		background-color var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-fast) var(--pc-ease-out),
		opacity var(--pc-duration-fast) var(--pc-ease-standard);
}

.site-mini-cart__remove::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M9 7V4h6v3m-8 0 1 13h8l1-13M10 11v5m4-5v5' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	background: currentColor;
	content: "";
	height: 1.35rem;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M9 7V4h6v3m-8 0 1 13h8l1-13M10 11v5m4-5v5' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.35rem;
}

.site-mini-cart__remove:hover,
.site-mini-cart__remove:focus-visible {
	background: color-mix(in srgb, var(--pc-color-brand-brown) 10%, transparent);
	outline: none;
	transform: rotate(-5deg) scale(1.05);
}

.site-mini-cart__remove.is-removing {
	cursor: wait;
	opacity: 0.35;
}

.site-mini-cart__item p,
.site-mini-cart__empty,
.site-mini-cart__items > p {
	font-size: 0.9rem;
	margin: 0.35rem 0 0;
}

.site-mini-cart__empty,
.site-mini-cart__items > p {
	padding-block: 1.5rem;
}

.site-mini-cart__total {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0;
}

.site-mini-cart__actions {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: 1fr 1fr;
}

.site-mini-cart__actions a {
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown);
	border-radius: 0.75rem;
	color: var(--pc-color-brand-brown) !important;
	padding: 0.75rem 0.8rem;
	text-align: center;
	text-decoration: none;
}

.wp-block-navigation__responsive-container.is-menu-open {
	background: var(--pc-color-canvas);
	padding: var(--pc-gutter);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: clamp(5rem, 16vh, 9rem);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	align-items: flex-start;
	gap: 0.75rem;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	font-family: var(--pc-font-hand);
	font-size: clamp(1.4rem, 5.5vw, 2rem);
	letter-spacing: -0.015em;
	line-height: 1.2;
}

.site-main {
	min-height: 60vh;
}

.site-main:not(.home-main) {
	padding-block: clamp(4rem, 8vw, 7rem);
}

.site-main :where(h1, h2, h3, h4, h5, h6) {
	text-wrap: balance;
}

.site-main :where(p, li) {
	text-wrap: pretty;
}

.wp-element-button,
.wp-block-button__link {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--pc-font-hand);
	justify-content: center;
	min-height: 2.75rem;
	transition:
		background-color var(--pc-duration-fast) var(--pc-ease-standard),
		border-color var(--pc-duration-fast) var(--pc-ease-standard),
		color var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-fast) var(--pc-ease-out);
}

:where(
	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.wp-element-button,
	.wp-block-button__link,
	.button,
	.placeholder-product__button
) {
	border-radius: 0.75rem;
}

.wp-element-button::after,
.wp-block-button__link::after {
	border-bottom: var(--pc-sketch-line) solid currentColor;
	bottom: 0.28rem;
	content: "";
	left: 14%;
	opacity: 0.22;
	position: absolute;
	transform: rotate(var(--pc-sketch-tilt));
	width: 72%;
}

.wp-element-button,
.wp-block-button__link {
	position: relative;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
	background: var(--pc-color-accent);
	border-color: var(--pc-color-accent);
	color: var(--wp--preset--color--white);
	transform: rotate(0.35deg) translateY(-1px);
}

.wp-element-button:active,
.wp-block-button__link:active {
	transform: translateY(1px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: currentColor;
	color: var(--pc-color-text);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--pc-color-text);
	border-color: var(--pc-color-text);
	color: var(--pc-color-canvas);
}

body .wp-block-button:not(.is-style-outline) .wp-block-button__link,
body .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--preset--color--white) !important;
}

.pc-link-arrow {
	align-items: center;
	display: inline-flex;
	font-family: var(--pc-font-hand);
	font-weight: 600;
	gap: 0.55em;
	text-decoration: none;
}

.pc-link-arrow::after {
	content: "↝";
	font-size: 1.35em;
	transition: transform var(--pc-duration-base) var(--pc-ease-out);
}

.pc-link-arrow:hover::after {
	transform: rotate(-4deg) translateX(0.3em);
}

:where(figcaption, .wp-element-caption, .pc-note, .pc-eyebrow) {
	font-family: var(--pc-font-hand);
	letter-spacing: 0.025em;
}

.pc-image {
	aspect-ratio: var(--pc-image-portrait);
	overflow: hidden;
}

.pc-image > img {
	height: 100%;
	object-fit: cover;
	transition: transform 600ms var(--pc-ease-out);
	width: 100%;
}

a:hover .pc-image > img,
.pc-image.is-interactive:hover > img {
	transform: scale(1.025);
}

.home-main {
	gap: 0;
	margin-block-start: 0 !important;
	min-height: 0;
}

.wp-site-blocks > .home-main {
	margin-block-start: 0 !important;
}

.home-main > * {
	margin-block-end: 0 !important;
	margin-block-start: 0 !important;
}

body.home .site-header {
	-webkit-backdrop-filter: none;
	background: transparent;
	backdrop-filter: none;
	border-bottom-color: transparent;
	isolation: isolate;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}

body.home .site-header::before {
	background: linear-gradient(
		180deg,
		rgba(28, 24, 20, 0.72) 0%,
		rgba(28, 24, 20, 0.42) 48%,
		rgba(28, 24, 20, 0) 100%
	);
	content: "";
	height: clamp(4rem, 7.5vw, 6.5rem);
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

body.home .site-header :where(
	.site-header__navigation a,
	.site-header__navigation span,
	.site-header__cart a
) {
	color: var(--wp--preset--color--white) !important;
}

body.home.admin-bar .site-header {
	top: 32px;
}

.home-hero {
	isolation: isolate;
	min-height: 100svh;
	overflow: hidden;
	position: relative;
}

.home-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.home-hero__content {
	align-content: center;
	color: var(--wp--preset--color--white);
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin: 0;
	min-height: 100svh;
	padding: clamp(3rem, 8vw, 8rem) clamp(1rem, 6vw, 6rem);
	text-align: right;
	text-shadow:
		0 2px 4px rgba(36, 33, 29, 0.52),
		0 6px 24px rgba(36, 33, 29, 0.58);
}

.home-hero__content > * {
	grid-column: 7 / -1;
	justify-self: stretch;
	margin-left: auto !important;
	margin-right: 0 !important;
	width: 100%;
}

.home-hero__title {
	font-size: clamp(2.25rem, 4vw, 4.5rem) !important;
	letter-spacing: -0.045em;
	margin: 0 0 0 auto;
	max-width: none;
	white-space: nowrap;
}

body .home-hero__content :where(h1, p, a, span) {
	color: var(--wp--preset--color--white) !important;
}

.home-hero__intro {
	font-size: clamp(1.25rem, 1.6vw, 1.625rem);
	line-height: 1.5;
	margin: clamp(1.5rem, 3vw, 2.5rem) 0 0 auto;
	max-width: 32rem;
}

.home-hero__actions {
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.home-hero__actions .pc-link-arrow {
	color: var(--wp--preset--color--white) !important;
	font-size: var(--wp--preset--font-size--lead);
	justify-content: flex-end;
}

.home-hero__actions .pc-link-arrow:hover {
	opacity: 0.78;
}

.home-hero .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	color: var(--wp--preset--color--white);
	padding: 0 0 0.35rem;
}

.home-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--preset--color--clay);
}

.pc-home-section {
	isolation: isolate;
	overflow: visible;
	padding-block: var(--pc-section-space);
	position: relative;
	scroll-margin-top: clamp(4.5rem, 7vw, 6rem);
}

.pc-home-section::before {
	background: inherit;
	content: "";
	height: clamp(6rem, 8.25vw, 10.5rem);
	left: 0;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2048 180' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 66 L10 64 20 68 29 67 39 72 48 74 57 83 67 88 76 94 86 91 96 87 105 82 115 80 124 78 134 73 143 71 153 68 162 65 172 64 181 59 191 57 200 54 210 56 219 58 229 57 238 54 248 52 257 50 267 48 276 42 286 44 296 42 305 39 315 41 324 36 334 37 343 34 353 35 362 31 372 34 381 30 391 33 400 29 410 31 419 27 429 29 439 27 448 30 458 28 467 31 477 29 486 33 496 31 505 35 515 34 524 39 534 37 543 42 553 40 562 45 572 44 582 49 591 51 601 56 610 58 620 61 629 66 639 65 648 70 658 69 667 73 677 72 686 77 696 75 705 80 715 78 725 82 734 81 744 85 753 83 763 88 772 86 782 91 791 89 801 94 810 92 820 97 829 94 839 98 848 96 858 101 868 97 877 99 887 94 896 97 906 92 915 94 925 90 934 92 944 87 953 89 963 85 972 88 982 84 991 87 1001 83 1011 86 1020 82 1030 85 1039 82 1049 86 1058 83 1068 88 1077 86 1087 91 1096 89 1106 94 1115 92 1125 98 1134 97 1144 103 1153 101 1163 108 1173 106 1182 113 1192 111 1201 118 1211 117 1220 124 1230 122 1239 128 1249 127 1258 132 1268 130 1277 134 1287 132 1296 136 1306 134 1316 137 1325 135 1335 139 1344 136 1354 140 1363 137 1373 141 1382 138 1392 142 1401 139 1411 143 1420 140 1430 143 1439 141 1449 143 1458 139 1468 137 1477 133 1487 129 1496 125 1506 121 1515 117 1525 113 1534 110 1544 106 1554 104 1563 101 1573 103 1582 106 1592 108 1601 111 1611 110 1620 113 1630 112 1639 116 1649 114 1658 118 1668 116 1677 120 1687 118 1697 122 1706 119 1716 123 1725 121 1735 125 1744 122 1754 127 1763 124 1773 129 1782 126 1792 132 1801 130 1811 137 1820 136 1830 145 1839 151 1849 158 1858 155 1868 160 1877 157 1887 161 1896 158 1906 162 1916 160 1925 163 1935 160 1944 164 1954 161 1963 164 1973 160 1982 163 1992 159 2001 162 2011 158 2020 161 2030 157 2039 160 2048 156 L2048 180 L0 180 Z'/%3E%3C/svg%3E");
	-webkit-mask-position: center bottom;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2048 180' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 66 L10 64 20 68 29 67 39 72 48 74 57 83 67 88 76 94 86 91 96 87 105 82 115 80 124 78 134 73 143 71 153 68 162 65 172 64 181 59 191 57 200 54 210 56 219 58 229 57 238 54 248 52 257 50 267 48 276 42 286 44 296 42 305 39 315 41 324 36 334 37 343 34 353 35 362 31 372 34 381 30 391 33 400 29 410 31 419 27 429 29 439 27 448 30 458 28 467 31 477 29 486 33 496 31 505 35 515 34 524 39 534 37 543 42 553 40 562 45 572 44 582 49 591 51 601 56 610 58 620 61 629 66 639 65 648 70 658 69 667 73 677 72 686 77 696 75 705 80 715 78 725 82 734 81 744 85 753 83 763 88 772 86 782 91 791 89 801 94 810 92 820 97 829 94 839 98 848 96 858 101 868 97 877 99 887 94 896 97 906 92 915 94 925 90 934 92 944 87 953 89 963 85 972 88 982 84 991 87 1001 83 1011 86 1020 82 1030 85 1039 82 1049 86 1058 83 1068 88 1077 86 1087 91 1096 89 1106 94 1115 92 1125 98 1134 97 1144 103 1153 101 1163 108 1173 106 1182 113 1192 111 1201 118 1211 117 1220 124 1230 122 1239 128 1249 127 1258 132 1268 130 1277 134 1287 132 1296 136 1306 134 1316 137 1325 135 1335 139 1344 136 1354 140 1363 137 1373 141 1382 138 1392 142 1401 139 1411 143 1420 140 1430 143 1439 141 1449 143 1458 139 1468 137 1477 133 1487 129 1496 125 1506 121 1515 117 1525 113 1534 110 1544 106 1554 104 1563 101 1573 103 1582 106 1592 108 1601 111 1611 110 1620 113 1630 112 1639 116 1649 114 1658 118 1668 116 1677 120 1687 118 1697 122 1706 119 1716 123 1725 121 1735 125 1744 122 1754 127 1763 124 1773 129 1782 126 1792 132 1801 130 1811 137 1820 136 1830 145 1839 151 1849 158 1858 155 1868 160 1877 157 1887 161 1896 158 1906 162 1916 160 1925 163 1935 160 1944 164 1954 161 1963 164 1973 160 1982 163 1992 159 2001 162 2011 158 2020 161 2030 157 2039 160 2048 156 L2048 180 L0 180 Z'/%3E%3C/svg%3E");
	mask-position: center bottom;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: clamp(-10.4rem, -8.15vw, -5.9rem);
	z-index: 1;
}

/* Broad, smooth waves connecting each home section. */
.pc-home-section::before {
	height: clamp(5rem, 7vw, 8.75rem);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 48 C95 18 165 84 270 62 C365 42 395 8 500 34 C605 60 635 100 745 70 C850 41 900 10 1005 42 C1090 68 1140 83 1200 53 L1200 120 L0 120 Z'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 48 C95 18 165 84 270 62 C365 42 395 8 500 34 C605 60 635 100 745 70 C850 41 900 10 1005 42 C1090 68 1140 83 1200 53 L1200 120 L0 120 Z'/%3E%3C/svg%3E");
	mask-size: 100% 100%;
	top: clamp(-8.65rem, -6.9vw, -4.9rem);
}

.pc-home-section > * {
	position: relative;
	z-index: 2;
}

.pc-section-index {
	color: var(--pc-color-text);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0 0 clamp(2rem, 5vw, 4rem);
	text-transform: uppercase;
}

.pc-section-heading {
	align-items: end;
	gap: 2rem;
	margin-bottom: clamp(3rem, 7vw, 6rem);
}

.pc-section-heading :where(h2, p),
.home-intro :where(h2, p),
.home-puppy :where(h2, p),
.home-journal :where(h2, p),
.home-closing :where(h2, p) {
	margin-top: 0;
}

.has-js .pc-reveal {
	opacity: 1;
	transform: none;
}

.has-js .pc-reveal > * {
	opacity: 0;
	transform: translateY(2.5rem);
	transition:
		opacity 700ms var(--pc-ease-out),
		transform 700ms var(--pc-ease-out);
}

.has-js .pc-reveal.is-visible > * {
	opacity: 1;
	transform: none;
}

.home-intro {
	background: var(--pc-color-canvas);
}

.home-intro__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.home-intro__grid > .pc-section-index {
	grid-column: 1 / 4;
}

.home-intro__title {
	grid-column: 4 / -1;
	margin: 0;
	max-width: 15ch;
}

.home-intro__copy {
	grid-column: 7 / -1;
	margin: clamp(4rem, 9vw, 8rem) 0 0;
}

.home-collections {
	background: var(--pc-color-surface);
}

.home-collections .pc-section-heading {
	align-items: flex-start;
	flex-direction: column;
	gap: clamp(0.75rem, 1.5vw, 1.25rem);
	min-height: clamp(10rem, 15vw, 14rem);
	padding-right: clamp(9rem, 20vw, 18rem);
	position: relative;
}

.home-collections .pc-section-heading > p {
	margin: 0;
}

.home-collections .pc-section-heading__illustration {
	margin: 0;
	opacity: 0.14;
	pointer-events: none;
	position: absolute;
	right: clamp(0rem, 3vw, 3rem);
	top: 50%;
	transform: translateY(-50%) rotate(2deg);
	width: clamp(9rem, 15vw, 14rem);
}

.home-collections .pc-section-heading__illustration img {
	display: block;
	filter: var(--pc-filter-illustration-text);
	height: auto;
	width: 100%;
}

.home-bunny-collection .pc-section-heading__illustration img {
	filter: none;
}

.home-bunny-collection .pc-section-heading__illustration {
	filter: brightness(0) invert(1);
	opacity: 0.22;
	transform: translateY(-50%) rotate(-2deg);
	width: clamp(10.8rem, 18vw, 16.8rem);
}

@media (max-width: 700px) {
	.home-collections .pc-section-heading {
		min-height: 9rem;
		padding-right: 7rem;
	}

	.home-collections .pc-section-heading__illustration {
		right: 0;
		width: 7.5rem;
	}

	.home-bunny-collection .pc-section-heading__illustration {
		width: 9rem;
	}
}

.home-bunny-collection {
	background: var(--pc-color-accent);
	color: var(--wp--preset--color--white);
}

body .home-bunny-collection :where(
	h1, h2, h3, h4, h5, h6,
	p, a, span, strong, small
) {
	color: var(--wp--preset--color--white) !important;
}

.home-bunny-collection .placeholder-product__media,
.home-bunny-collection .placeholder-product__button {
	border-color: color-mix(in srgb, var(--wp--preset--color--white) 72%, transparent);
}

.home-collections__products ul.products {
	display: grid;
	gap: var(--pc-grid-gap);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.home-collections__products ul.products::before,
.home-collections__products ul.products::after {
	display: none;
}

.home-collections__products ul.products li.product {
	display: flex;
	flex-direction: column;
	float: none;
	margin: 0;
	width: auto;
}

.home-collections__products li.product > a:first-child {
	color: inherit;
	display: block;
	text-decoration: none;
}

.home-collections__products li.product img {
	aspect-ratio: var(--pc-image-portrait);
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-text) 28%, transparent);
	border-radius: 1rem;
	margin-bottom: 1.25rem;
	object-fit: cover;
	transition: transform 600ms var(--pc-ease-out);
}

.home-collections__products li.product:hover img {
	transform: scale(1.015) rotate(-0.2deg);
}

.home-collections__products .woocommerce-loop-product__title {
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--lead) !important;
	font-weight: 500;
	padding: 0 !important;
}

.home-collections__products .price {
	color: var(--pc-color-muted) !important;
	font-size: var(--wp--preset--font-size--body) !important;
	margin: 0.35rem 0 1rem !important;
}

.home-collections__products .button {
	align-self: flex-start;
	background: transparent;
	border: var(--pc-sketch-line) solid currentColor;
	color: var(--pc-color-text);
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	margin-top: auto;
	padding: 0.8rem 1rem;
	text-decoration: none;
}

.home-collections__products .button:hover {
	background: var(--pc-color-accent);
	border-color: var(--pc-color-accent);
	color: var(--wp--preset--color--white);
}

.home-collections__products:has(ul.products) .placeholder-product-grid {
	display: none;
}

.placeholder-product-grid {
	display: grid;
	gap: var(--pc-grid-gap);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.placeholder-product-grid.product-carousel {
	display: flex;
	gap: var(--pc-grid-gap);
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 0.2rem 0 1rem;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.placeholder-product-grid.product-carousel::-webkit-scrollbar {
	display: none;
}

.product-carousel > .placeholder-product {
	flex: 0 0 min(30%, 23rem);
	scroll-snap-align: start;
}

.product-carousel__footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.product-carousel__controls {
	display: flex;
	gap: 0.75rem;
}

.product-carousel__button {
	align-items: center;
	background: var(--pc-color-brand-brown);
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown);
	border-radius: 50%;
	color: var(--wp--preset--color--white) !important;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--pc-font-hand);
	font-size: 1.75rem;
	font-weight: 600;
	height: 3rem;
	justify-content: center;
	padding: 0;
	transition:
		background-color var(--pc-duration-base) var(--pc-ease-out),
		color var(--pc-duration-base) var(--pc-ease-out),
		opacity var(--pc-duration-base) var(--pc-ease-out),
		transform var(--pc-duration-base) var(--pc-ease-out);
	width: 3rem;
}

.product-carousel__button svg {
	display: none;
}

.product-carousel__button::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath d='M25 10.5C19 8.3 12.2 8.7 4.5 11M9 4.5 3.5 11l6.8 4.7' fill='none' stroke='%23000' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	background: currentColor;
	content: "";
	height: 1.25rem;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath d='M25 10.5C19 8.3 12.2 8.7 4.5 11M9 4.5 3.5 11l6.8 4.7' fill='none' stroke='%23000' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.75rem;
}

.product-carousel__button--next::before {
	transform: scaleX(-1);
}

.product-carousel__button:hover:not(:disabled) {
	background: var(--pc-color-brand-brown);
	border-color: var(--pc-color-brand-brown);
	color: var(--wp--preset--color--white) !important;
	transform: translateY(-0.15rem) rotate(-2deg);
}

.product-carousel__button--next:hover:not(:disabled) {
	transform: translateY(-0.15rem) rotate(2deg);
}

.home-bunny-collection .product-carousel__button:hover:not(:disabled) {
	background: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--white);
	color: var(--pc-color-accent) !important;
}

.home-bunny-collection .product-carousel__button {
	background: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--white);
	color: var(--pc-color-accent) !important;
}

.product-carousel__button:disabled {
	cursor: default;
	opacity: 0.3;
}

.product-carousel__view-more {
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--lead);
}

.placeholder-product {
	display: flex;
	flex-direction: column;
}

.placeholder-product__media {
	aspect-ratio: var(--pc-image-portrait);
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-text) 28%, transparent);
	border-radius: 1rem;
	display: block;
	overflow: hidden;
	position: relative;
}

.placeholder-product img {
	aspect-ratio: var(--pc-image-portrait);
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition:
		opacity 420ms var(--pc-ease-standard),
		transform 600ms var(--pc-ease-out);
	width: 100%;
}

.placeholder-product__image--alternate {
	opacity: 0;
}

.placeholder-product__media:hover .placeholder-product__image--primary,
.placeholder-product__media:focus-visible .placeholder-product__image--primary {
	opacity: 0;
}

.placeholder-product__media:hover .placeholder-product__image--alternate,
.placeholder-product__media:focus-visible .placeholder-product__image--alternate {
	opacity: 1;
}

.placeholder-product:hover img {
	transform: scale(1.015) rotate(-0.2deg);
}

.placeholder-product h3 {
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--lead);
	font-weight: 500;
	line-height: 1.2;
	margin: 1.25rem 0 0;
}

.placeholder-product h3 a {
	text-decoration: none;
}

.placeholder-product h3 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.06em;
	text-underline-offset: 0.18em;
}

.placeholder-product__price {
	color: var(--pc-color-muted);
	font-size: var(--wp--preset--font-size--body);
	margin: 0.35rem 0 1rem;
}

.placeholder-product__button {
	align-self: flex-start;
	background: transparent;
	border: var(--pc-sketch-line) solid currentColor;
	color: var(--pc-color-text);
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	margin-top: auto;
	padding: 0.8rem 1rem;
	text-decoration: none;
}

.placeholder-product__button:hover {
	background: var(--pc-color-accent);
	border-color: var(--pc-color-accent);
	color: var(--wp--preset--color--white);
}

.placeholder-product__button.is-adding {
	cursor: wait;
	opacity: 0.65;
	pointer-events: none;
}

.placeholder-product__button.is-added {
	background: var(--pc-color-brand-brown);
	border-color: var(--pc-color-brand-brown);
	color: var(--wp--preset--color--white) !important;
}

.home-bunny-collection .placeholder-product__button.is-added {
	background: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--white);
	color: var(--pc-color-accent) !important;
}

.placeholder-product__button.has-error {
	border-style: dashed;
}

.home-puppy {
	background: var(--pc-color-accent);
	color: var(--wp--preset--color--white);
}

.home-puppy__grid {
	display: grid;
	gap: var(--pc-grid-gap);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.home-puppy__aside {
	grid-column: 1 / 5;
}

.home-puppy .pc-section-index {
	color: inherit;
}

.home-puppy__content {
	grid-column: 6 / -1;
	max-width: 46rem;
}

.home-puppy__doodle {
	align-items: center;
	display: flex;
	font-family: var(--pc-font-hand);
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	gap: 0.5rem;
	margin-top: clamp(5rem, 14vw, 11rem);
	transform: rotate(-4deg);
}

.home-puppy__doodle b {
	font-size: 1.5em;
	font-weight: 400;
}

.home-puppy a {
	color: inherit;
}

.home-featured {
	background: var(--pc-color-dark);
	color: var(--wp--preset--color--white);
}

body .home-featured :where(
	h1, h2, h3, h4, h5, h6,
	p, a, span, strong, small
) {
	color: var(--wp--preset--color--white) !important;
}

.featured-past-grid {
	display: grid;
	gap: var(--pc-grid-gap);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(3rem, 6vw, 5rem);
}

.featured-past-note {
	margin: 1.25rem 0 0;
	max-width: 42rem;
}

.featured-past-grid img {
	aspect-ratio: var(--pc-image-portrait);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.featured-past-marquee {
	display: grid;
	gap: clamp(1rem, 1.75vw, 1.75rem);
	margin-top: clamp(3rem, 6vw, 5rem);
	overflow: hidden;
}

.featured-past-marquee__row {
	overflow: hidden;
}

.featured-past-marquee__track {
	--pc-marquee-gap: clamp(0.85rem, 1.25vw, 1.35rem);
	animation: pc-past-pieces-scroll 42s linear infinite;
	display: flex;
	gap: var(--pc-marquee-gap);
	width: max-content;
	will-change: transform;
}

.featured-past-marquee__row--reverse .featured-past-marquee__track {
	animation-direction: reverse;
	animation-duration: 48s;
}

.featured-past-marquee:hover .featured-past-marquee__track {
	animation-play-state: paused;
}

.featured-past-marquee__set {
	display: flex;
	flex: none;
	gap: var(--pc-marquee-gap);
}

.featured-past-marquee img {
	aspect-ratio: var(--pc-image-portrait);
	border-radius: 1rem;
	flex: 0 0 clamp(10rem, 17vw, 18rem);
	height: auto;
	object-fit: cover;
	width: clamp(10rem, 17vw, 18rem);
}

.gallery-cta {
	justify-content: flex-start;
	margin-top: 1.5rem;
}

body .home-featured .gallery-cta .wp-block-button__link {
	background: transparent !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

body .home-featured .gallery-cta .wp-block-button__link:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: var(--pc-color-dark) !important;
}

.gallery-main {
	background: var(--wp--preset--color--cream);
	min-height: 70vh;
	padding: clamp(8rem, 13vw, 11rem) 0 clamp(5rem, 9vw, 8rem);
}

.gallery-hero {
	max-width: 48rem;
}

.gallery-hero h1 {
	font-size: clamp(3.5rem, 9vw, 8rem);
	line-height: 0.9;
	margin: 0.25rem 0 1.5rem;
}

.gallery-hero > p:last-child {
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	max-width: 42rem;
}

.gallery-grid {
	display: grid;
	gap: clamp(1.25rem, 2vw, 2rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(3rem, 7vw, 6rem);
}

.gallery-grid__item {
	margin: 0;
}

.gallery-grid__item a {
	display: block;
	overflow: hidden;
}

.gallery-grid__item img {
	aspect-ratio: var(--pc-image-portrait);
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.gallery-grid__item a:hover img {
	transform: scale(1.025);
}

.gallery-grid__item figcaption {
	font-size: var(--wp--preset--font-size--small);
	margin-top: 0.75rem;
}

.gallery-empty {
	margin-top: 3rem;
}

.custom-order-form-main {
	background: var(--pc-color-canvas);
	padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(5rem, 9vw, 8rem);
}

.custom-order-form-hero {
	max-width: 50rem;
}

.custom-order-form-hero h1 {
	font-size: clamp(3.25rem, 8vw, 7rem);
	line-height: 0.92;
	margin: 0.25rem 0 1.5rem;
}

.custom-order-form-hero > p:last-child {
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	max-width: 44rem;
}

.custom-order-form {
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem);
	margin-top: clamp(3rem, 7vw, 6rem);
}

.custom-order-form > :not(.custom-order-summary) {
	grid-column: 1;
}

.custom-order-form-step,
.custom-order-form-contact,
.custom-order-form-payment {
	background: color-mix(in srgb, var(--wp--preset--color--white) 55%, transparent);
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-brand-brown) 28%, transparent);
	border-radius: 1.25rem;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.custom-order-form-step__heading {
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
}

.custom-order-form-step__heading > span {
	color: var(--pc-color-accent);
	font-family: var(--pc-font-hand);
	font-size: 1.1rem;
	font-weight: 700;
}

.custom-order-form-step h2,
.custom-order-form-contact h2,
.custom-order-form-payment h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1;
	margin: 0;
}

.custom-order-form-step__heading p {
	margin: 0.75rem 0 0;
}

.custom-order-field {
	display: grid;
	font-family: var(--pc-font-hand);
	font-weight: 600;
	gap: 0.6rem;
	margin-top: 1.5rem;
}

.custom-order-field input,
.custom-order-field select,
.custom-order-field textarea {
	background: var(--wp--preset--color--white);
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-brand-brown) 42%, transparent);
	border-radius: 0.75rem;
	color: var(--pc-color-text);
	font: inherit;
	font-weight: 400;
	padding: 0.85rem 1rem;
	width: 100%;
}

.custom-order-shape-choices {
	border: 0;
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 2rem 0 0;
	max-width: 46rem;
	padding: 0;
}

.custom-order-shape-card {
	cursor: pointer;
	position: relative;
}

.custom-order-shape-card > input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.custom-order-shape-card__content {
	background: transparent;
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-brand-brown) 42%, transparent);
	border-radius: 1rem;
	display: grid;
	gap: 1rem;
	overflow: hidden;
	padding: 0.6rem 0.6rem 1rem;
	transition:
		background-color var(--pc-duration-fast) var(--pc-ease-standard),
		border-color var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-fast) var(--pc-ease-out);
}

.custom-order-shape-card__content img {
	aspect-ratio: 3 / 4;
	border-radius: 0.7rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.custom-order-shape-card__content strong {
	font-family: var(--pc-font-hand);
	font-size: 1.2rem;
	padding-inline: 0.4rem;
}

.custom-order-shape-card > input:checked + .custom-order-shape-card__content {
	background: color-mix(in srgb, var(--pc-color-brand-brown) 8%, transparent);
	border-color: var(--pc-color-brand-brown);
	box-shadow: inset 0 0 0 1px var(--pc-color-brand-brown);
}

.custom-order-shape-card > input:focus-visible + .custom-order-shape-card__content {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pc-color-brand-brown) 28%, transparent);
}

.custom-order-shape-card:hover .custom-order-shape-card__content {
	transform: translateY(-2px) rotate(0.15deg);
}

.custom-order-shape-timeline {
	background: color-mix(in srgb, var(--pc-color-brand-brown) 9%, transparent);
	border-left: 0.25rem solid var(--pc-color-brand-brown);
	font-family: var(--pc-font-hand);
	font-size: 1.1rem;
	font-weight: 700;
	margin: 1.5rem 0 0;
	padding: 0.85rem 1rem;
}

.custom-order-shape-timeline p {
	margin: 0;
}

.custom-order-shape-timeline .custom-order-shape-timeline__note {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.45rem;
}

.custom-order-field--compact {
	max-width: 18rem;
}

.custom-order-choice-group {
	border: 0;
	margin: 2rem 0 0;
	padding: 0;
}

.custom-order-choice-group legend,
.custom-order-example-group h3 {
	font-family: var(--pc-font-hand);
	font-size: 1.25rem;
	font-weight: 700;
}

.custom-order-radio-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.8rem;
}

.custom-order-radio-row label {
	cursor: pointer;
	position: relative;
}

.custom-order-radio-row input {
	inset: 0;
	opacity: 0;
	position: absolute;
}

.custom-order-radio-row span {
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-brand-brown) 42%, transparent);
	border-radius: 999px;
	display: block;
	font-family: var(--pc-font-hand);
	font-weight: 700;
	padding: 0.75rem 1.25rem;
}

.custom-order-radio-row input:checked + span {
	background: var(--pc-color-brand-brown);
	border-color: var(--pc-color-brand-brown);
	-webkit-text-fill-color: #fff;
	color: #fff !important;
}

.custom-order-example-group {
	margin-top: 2.5rem;
}

.custom-order-example-group[hidden] {
	display: none;
}

.custom-order-example-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 1rem;
}

.custom-order-example-grid--short {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 29rem;
}

.custom-order-example-zoom {
	display: block;
	overflow: hidden;
	position: relative;
}

.custom-order-example-zoom::after {
	align-items: center;
	background: color-mix(in srgb, var(--pc-color-brand-brown) 82%, transparent);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6Z'/%3E%3Ccircle cx='12' cy='12' r='2.75'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.15rem;
	border-radius: 50%;
	bottom: 0.7rem;
	color: #fff;
	content: "";
	display: flex;
	font-family: var(--pc-font-hand);
	font-size: 1.25rem;
	height: 2rem;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	right: 0.7rem;
	width: 2rem;
}

.custom-order-example-zoom img {
	aspect-ratio: 4 / 5;
	border-radius: 0.85rem;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform var(--pc-duration-base) var(--pc-ease-out);
	width: 100%;
}

.custom-order-example-zoom:hover img,
.custom-order-example-zoom:focus-visible img {
	transform: scale(1.025);
}

.custom-order-lightbox {
	background: transparent;
	border: 0;
	max-height: 94vh;
	max-width: min(92vw, 72rem);
	overflow: visible;
	padding: 0;
}

.custom-order-lightbox::backdrop {
	background: rgb(30 20 15 / 82%);
}

.custom-order-lightbox__zoom {
	border-radius: 1rem;
	cursor: zoom-in;
	line-height: 0;
	max-height: 90vh;
	max-width: min(calc(100vw - 10rem), 68rem);
	overflow: hidden;
}

.custom-order-lightbox img {
	display: block;
	max-height: 90vh;
	max-width: 100%;
	object-fit: contain;
	transition: transform 180ms var(--pc-ease-out);
	transform-origin: center;
}

.custom-order-lightbox__zoom:hover img {
	transform: scale(2.25);
}

body .custom-order-lightbox__close {
	-webkit-text-fill-color: var(--pc-color-brand-brown) !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 50% !important;
	color: var(--pc-color-brand-brown) !important;
	font-size: 1.8rem;
	height: 2.75rem;
	line-height: 1;
	min-height: 0;
	padding: 0 !important;
	position: absolute;
	right: -0.8rem;
	top: -0.8rem;
	width: 2.75rem;
	z-index: 1;
}

html body .custom-order-lightbox__nav {
	-webkit-text-fill-color: var(--pc-color-brand-brown) !important;
	align-items: center;
	background: #fff !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: var(--pc-shadow-overlay);
	color: var(--pc-color-brand-brown) !important;
	display: flex;
	font-family: sans-serif;
	font-size: 3rem;
	height: 3.5rem;
	justify-content: center;
	line-height: 1;
	min-height: 0;
	padding: 0 0 0.25rem !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
	width: 3.5rem;
	z-index: 1;
}

html body .custom-order-lightbox__nav:hover,
html body .custom-order-lightbox__nav:focus-visible {
	-webkit-text-fill-color: #fff !important;
	background: var(--pc-color-brand-brown) !important;
	color: #fff !important;
	transform: translateY(calc(-50% - 2px)) !important;
}

.custom-order-lightbox__nav--previous {
	left: -4.5rem;
}

.custom-order-lightbox__nav--next {
	right: -4.5rem;
}

.custom-order-puppy-choice {
	align-items: flex-start;
	background: color-mix(in srgb, var(--pc-color-highlight) 18%, var(--pc-color-canvas));
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown);
	border-radius: 1rem;
	cursor: pointer;
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
	padding: 1.25rem;
}

.custom-order-puppy-choice input {
	accent-color: var(--pc-color-brand-brown);
	flex: 0 0 auto;
	height: 1.25rem;
	margin-top: 0.15rem;
	width: 1.25rem;
}

.custom-order-puppy-choice span {
	display: grid;
	gap: 0.35rem;
}

.custom-order-puppy-choice small {
	color: var(--pc-color-muted);
}

.custom-order-contact-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-order-form-payment > p {
	margin: 1rem 0 0;
}

.custom-order-payment-card {
	align-items: flex-start;
	background: color-mix(in srgb, var(--pc-color-highlight) 18%, var(--pc-color-canvas));
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown);
	border-radius: 1rem;
	display: flex;
	gap: 1rem;
	margin: 1.75rem 0 0;
	max-width: 38rem;
	padding: 1.25rem;
}

.custom-order-payment-card > span {
	font-size: 1.5rem;
	line-height: 1;
}

.custom-order-payment-card > div {
	display: grid;
	gap: 0.5rem;
}

.custom-order-payment-card small {
	color: var(--pc-color-muted);
	line-height: 1.5;
}

.custom-order-submit {
	justify-self: start;
}

.custom-order-summary {
	align-self: start;
	background: var(--pc-color-brand-brown);
	border-radius: 1.25rem;
	color: var(--wp--preset--color--white);
	grid-column: 2;
	grid-row: 1 / span 6;
	max-height: calc(100vh - clamp(7rem, 10vw, 9rem));
	overflow-y: auto;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	padding-top: 1.25rem;
	position: sticky;
	top: clamp(5.5rem, 8vw, 7rem);
}

.custom-order-summary :where(h2, p, dt, dd, span, strong, small) {
	-webkit-text-fill-color: #fff !important;
	color: #fff !important;
}

.custom-order-summary h2 {
	font-size: clamp(1.6rem, 2.2vw, 2.25rem);
	line-height: 1;
	margin: 0.25rem 0 1.75rem;
}

.custom-order-summary > .pc-eyebrow {
	font-size: 0.8rem;
	margin: 0;
}

.custom-order-summary dl {
	margin: 0;
}

.custom-order-summary dl > div {
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--white) 35%, transparent);
	display: grid;
	gap: 0.25rem;
	padding: 1rem 0;
}

.custom-order-summary dt {
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.72;
}

.custom-order-summary dd {
	font-family: var(--pc-font-hand);
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0;
}

.custom-order-summary__total {
	align-items: baseline;
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--white) 60%, transparent);
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
	padding: 1.25rem 0;
}

.custom-order-summary__total strong {
	font-family: var(--pc-font-hand);
	font-size: 2rem;
}

.custom-order-summary > small {
	display: block;
	line-height: 1.5;
	opacity: 0.75;
}

.custom-order-form-message {
	border-radius: 0.8rem;
	margin-top: 2rem;
	max-width: 72rem;
	padding: 1rem 1.25rem;
}

.custom-order-form-message--success {
	background: #e3eee2;
}

.custom-order-form-message--error {
	background: #f5dddd;
}

[data-puppy-choice-fields]:has(:disabled) {
	opacity: 0.45;
}

@media (max-width: 900px) {
	.gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.custom-order-form {
		grid-template-columns: 1fr;
	}

	.custom-order-form > :not(.custom-order-summary),
	.custom-order-summary {
		grid-column: 1;
	}

	.custom-order-summary {
		grid-row: auto;
		max-height: none;
		overflow: visible;
		position: static;
	}
}

@media (max-width: 520px) {
	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.custom-order-contact-grid,
	.custom-order-example-grid,
	.custom-order-example-grid--short,
	.custom-order-shape-choices {
		grid-template-columns: 1fr;
	}
}

@keyframes pc-past-pieces-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - (var(--pc-marquee-gap) / 2)));
	}
}

.home-featured__products ul.products {
	display: grid;
	gap: var(--pc-grid-gap);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.home-featured__products ul.products::before,
.home-featured__products ul.products::after {
	display: none;
}

.home-featured__products ul.products li.product {
	float: none;
	margin: 0;
	width: auto;
}

.home-featured__products li.product a {
	text-decoration: none;
}

.home-featured__products li.product img {
	aspect-ratio: var(--pc-image-portrait);
	border-radius: 1rem;
	margin-bottom: 1.25rem;
	object-fit: cover;
	transition: transform 600ms var(--pc-ease-out);
}

.home-featured__products li.product:hover img {
	transform: scale(1.015) rotate(0.15deg);
}

.home-featured__products .woocommerce-loop-product__title {
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--lead) !important;
	font-weight: 500;
	padding: 0 !important;
}

.home-featured__products .price {
	color: var(--pc-color-muted) !important;
	font-size: var(--wp--preset--font-size--small) !important;
}

.home-featured__products .button {
	display: none;
}

.home-studio {
	background: var(--wp--preset--color--porcelain);
	color: var(--pc-color-brand-brown);
}

.home-studio .pc-section-index {
	color: var(--wp--preset--color--terracotta);
}

.home-studio h2 {
	font-size: clamp(1.25rem, 5.5vw, 5.5rem) !important;
	letter-spacing: -0.04em;
	margin: 0 0 clamp(1rem, 2vw, 1.75rem);
	max-width: none;
	white-space: nowrap;
}

.home-studio__blurb {
	color: var(--pc-color-brand-brown);
	font-size: var(--wp--preset--font-size--lead);
	line-height: 1.5;
	margin: 0;
	max-width: 42rem;
}

.studio-steps {
	counter-reset: studio-step;
	display: grid;
	gap: var(--pc-grid-gap);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.studio-steps li {
	align-content: start;
	display: grid;
	gap: 1rem;
	grid-template-rows:
		auto
		clamp(8.5rem, 11vw, 11rem)
		minmax(5.25rem, auto)
		auto;
}

.studio-step__image {
	align-self: center;
	filter: var(--pc-filter-illustration-text);
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
	justify-self: center;
	width: 85%;
}

.studio-steps span {
	border-top: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-brand-brown) 45%, transparent);
	color: var(--pc-color-accent);
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--small);
	padding-top: 1rem;
}

.studio-steps strong {
	align-items: flex-start;
	display: flex;
	font-family: var(--pc-font-hand);
	font-size: clamp(1.6rem, 2.25vw, 2.5rem);
	font-weight: 400;
	line-height: 1.15;
	margin: 0;
}

.studio-steps p {
	color: var(--pc-color-brand-brown);
	font-size: clamp(0.9rem, 1vw, 1.05rem);
	line-height: 1.55;
	margin: 0;
}

.custom-order-cta {
	margin: clamp(1.25rem, 2.5vw, 2rem) 0 clamp(3rem, 6vw, 5rem);
}

.home-studio .studio-step__image {
}

.home-studio .custom-order-cta .wp-block-button__link {
	border-color: var(--pc-color-brand-brown);
}

body .home-studio .custom-order-cta .wp-block-button__link:hover {
	background: var(--pc-color-brand-brown);
	color: var(--wp--preset--color--white) !important;
}

.custom-orders-main {
	padding-block: clamp(4rem, 9vw, 8rem);
}

.custom-orders-hero {
	max-width: 68rem;
}

.custom-orders-hero h1 {
	font-size: clamp(3.5rem, 9vw, 8rem);
	line-height: 0.95;
	margin: 0;
}

.custom-orders-hero p {
	font-size: var(--wp--preset--font-size--lead);
	margin: 2rem 0 0;
	max-width: 44rem;
}

.custom-orders-table {
	border-collapse: collapse;
	margin-top: clamp(4rem, 9vw, 8rem);
	width: 100%;
}

.custom-orders-table th,
.custom-orders-table td {
	border-bottom: var(--pc-sketch-line) solid var(--pc-color-line);
	padding: 1.5rem 0;
	text-align: left;
	vertical-align: top;
}

.custom-orders-table th:last-child,
.custom-orders-table td:last-child {
	padding-left: 2rem;
	text-align: right;
}

.custom-orders-table th {
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.custom-orders-table td {
	font-family: var(--pc-font-hand);
	font-size: clamp(1.25rem, 2.2vw, 2rem);
}

.custom-orders-note {
	font-size: var(--wp--preset--font-size--lead);
	margin: 2rem 0 0 auto;
	max-width: 58rem;
}

.custom-orders-action {
	margin-top: 2.5rem;
}

body.custom-orders-page .custom-orders-action .wp-block-button__link {
	-webkit-text-fill-color: var(--pc-color-brand-brown) !important;
	color: var(--pc-color-brand-brown) !important;
}

body.custom-orders-page .custom-orders-action .wp-block-button__link:hover,
body.custom-orders-page .custom-orders-action .wp-block-button__link:focus-visible {
	-webkit-text-fill-color: var(--wp--preset--color--white) !important;
	color: var(--wp--preset--color--white) !important;
}

.shop-catalog-main {
	background: var(--pc-color-canvas);
	margin-block-start: 0 !important;
}

.shop-catalog-hero {
	padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(1rem, 2vw, 1.5rem);
}

.shop-catalog-hero .pc-section-index {
	margin-bottom: 1.5rem;
}

.shop-catalog-hero h1 {
	font-size: var(--wp--preset--font-size--title);
	line-height: 1.05;
	margin: 0;
}

.shop-catalog-hero > h1 + p {
	font-size: var(--wp--preset--font-size--lead);
	margin: 1.5rem 0 0;
}

.shop-catalog-sort {
	align-items: center;
	display: flex;
	font-family: var(--pc-font-hand);
	gap: 0.75rem;
	margin: 0 0 clamp(2rem, 4vw, 3.5rem);
	width: fit-content;
}

.shop-catalog-sort label {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.shop-catalog-sort__control {
	position: relative;
}

.shop-catalog-sort__control::after {
	content: "⌄";
	font-size: 1.2rem;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-58%);
}

.shop-catalog-sort select {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-brand-brown) 48%, transparent);
	border-radius: 1rem;
	color: var(--pc-color-brand-brown);
	cursor: pointer;
	font: inherit;
	min-height: 2.75rem;
	padding: 0.6rem 3rem 0.6rem 1rem;
}

.shop-catalog-sort select:hover {
	border-color: var(--pc-color-brand-brown);
}

.shop-catalog-sort select:focus-visible {
	border-color: var(--pc-color-brand-brown);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pc-color-brand-brown) 22%, transparent);
	outline: none;
}

.shop-catalog-section {
	background: var(--pc-color-canvas);
	padding: clamp(1.5rem, 3vw, 2.5rem) 0 var(--pc-section-space);
}

.shop-catalog-section--bunny {
	background: var(--pc-color-accent);
	color: var(--wp--preset--color--white);
}

.shop-catalog-section__header {
	align-items: flex-end;
	display: flex;
	gap: clamp(2rem, 6vw, 6rem);
	justify-content: space-between;
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.shop-catalog-section__header .pc-section-index {
	margin-bottom: 1.5rem;
}

.shop-catalog-section__header h2 {
	font-size: clamp(3rem, 6vw, 6rem);
	line-height: 0.95;
	margin: 0;
}

.shop-catalog-section__header > p {
	font-size: var(--wp--preset--font-size--body);
	margin: 0;
	max-width: 30rem;
}

.shop-catalog-grid {
	display: grid;
	gap: clamp(2rem, 3vw, 3.5rem) var(--pc-grid-gap);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-catalog-section--bunny :is(h2, h3, p, a, span) {
	color: var(--wp--preset--color--white);
}

.shop-catalog-section--bunny .placeholder-product__media,
.shop-catalog-section--bunny .placeholder-product__button {
	border-color: color-mix(in srgb, var(--wp--preset--color--white) 72%, transparent) !important;
}

.shop-catalog-section--bunny .placeholder-product__button:not(.placeholder-product__button--sold-out):hover {
	background: var(--wp--preset--color--white) !important;
	border-color: var(--wp--preset--color--white) !important;
	color: var(--pc-color-accent) !important;
}

.shop-catalog-section--bunny .placeholder-product__badge {
	background: var(--wp--preset--color--white);
	color: var(--pc-color-accent);
}

@media (max-width: 1100px) {
	.shop-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.shop-catalog-sort {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}

	.shop-catalog-sort__control,
	.shop-catalog-sort select {
		width: 100%;
	}

	.shop-catalog-section__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.shop-catalog-grid {
		grid-template-columns: 1fr;
	}
}

.home-journal__grid {
	display: grid;
	gap: var(--pc-grid-gap);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.home-journal__grid > .pc-section-index {
	grid-column: 1 / 4;
}

.home-journal__grid > h2 {
	font-size: clamp(0.9375rem, 1.5vw, 1.5rem);
	grid-column: 4 / 11;
	margin: 0;
}

.home-journal__copy {
	grid-column: 8 / -1;
	margin-top: clamp(3rem, 7vw, 6rem);
}

.home-faq {
	background: var(--pc-color-surface);
}

.home-faq__grid {
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(14rem, 0.75fr) minmax(20rem, 1.25fr);
}

.faq-list {
	border-top: var(--pc-sketch-line) solid var(--pc-color-text);
}

.faq-list details {
	border-bottom: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-text) 38%, transparent);
	padding-block: 1.4rem;
}

.faq-list summary {
	cursor: pointer;
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--lead);
	font-weight: 500;
	list-style-position: outside;
}

.faq-list details p,
.faq-list details ul {
	color: var(--pc-color-muted);
	max-width: 38rem;
	padding-left: 1.35rem;
}

.faq-list details li + li {
	margin-top: 0.35rem;
}

.faq-list > p {
	margin-top: 2rem;
}

.home-closing {
	background: var(--pc-color-canvas);
	text-align: center;
}

.home-closing__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.home-closing h2 {
	font-size: clamp(2.5rem, 5.5vw, 5.5rem) !important;
	max-width: 11ch;
}

.home-closing__bunny {
	margin: clamp(1.5rem, 3vw, 2.5rem) auto;
	width: clamp(10rem, 22vw, 17rem);
}

.home-closing__bunny img {
	filter: var(--pc-filter-illustration-text);
	height: auto;
	width: 100%;
}

.home-closing .has-lead-font-size {
	max-width: 36rem;
}

.home-newsletter {
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
	max-width: 34rem;
	width: 100%;
}

.home-newsletter__fields {
	display: flex;
	gap: 0.75rem;
}

.home-newsletter input {
	background: transparent;
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown);
	border-radius: 999px;
	color: var(--pc-color-brand-brown);
	font: inherit;
	min-width: 0;
	padding: 0.9rem 1.25rem;
	width: 100%;
}

.home-newsletter input::placeholder {
	color: color-mix(in srgb, var(--pc-color-brand-brown) 60%, transparent);
}

.home-newsletter button {
	background: var(--pc-color-brand-brown);
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	cursor: pointer;
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--small);
	padding: 0.9rem 1.4rem;
}

.home-newsletter button:hover,
.home-newsletter button:focus-visible {
	transform: translateY(-0.15rem) rotate(-1deg);
}

.home-newsletter__message {
	font-size: var(--wp--preset--font-size--small);
	margin: 0.8rem 0 0;
}

.home-newsletter__message--error {
	color: var(--pc-color-accent);
}

.home-closing__socials {
	display: flex;
	gap: clamp(1rem, 2vw, 1.5rem);
	justify-content: center;
	margin-top: 2rem;
}

.home-closing__social-link {
	align-items: center;
	color: var(--pc-color-brand-brown);
	display: inline-flex;
	flex-direction: column;
	font-family: var(--pc-font-hand);
	font-size: var(--wp--preset--font-size--small);
	gap: 0.6rem;
	text-decoration: none;
}

.home-closing__social-link svg {
	fill: none;
	height: clamp(3.25rem, 6vw, 4.5rem);
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	transition:
		background-color var(--pc-duration-base) var(--pc-ease-out),
		color var(--pc-duration-base) var(--pc-ease-out),
		transform var(--pc-duration-base) var(--pc-ease-out);
	width: clamp(3.25rem, 6vw, 4.5rem);
}

.home-closing__social-link .social-icon__dot {
	fill: currentColor;
	stroke: none;
}

.home-closing__social-link:hover svg,
.home-closing__social-link:focus-visible svg {
	transform: translateY(-0.2rem) rotate(-2deg);
}

.home-closing__social-link:hover span,
.home-closing__social-link:focus-visible span {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.site-footer {
	border-top: 1px solid var(--pc-color-line);
	margin-top: var(--pc-section-space);
	padding-bottom: var(--wp--preset--spacing--60);
	padding-top: var(--wp--preset--spacing--60);
}

.home-main + .site-footer {
	margin-top: 0;
}

/* Unified button system. Icon-only controls keep their dedicated shapes. */
body :is(
	a.wp-element-button,
	a.wp-block-button__link,
	a.button,
	.placeholder-product__button,
	.wc-block-components-button,
	button:not(.product-carousel__button, .site-mini-cart__close, .site-mini-cart__remove),
	input[type="button"],
	input[type="submit"],
	input[type="reset"]
) {
	-webkit-text-fill-color: currentColor !important;
	background: transparent !important;
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown) !important;
	border-radius: 1rem !important;
	color: var(--pc-color-brand-brown) !important;
	transition:
		background-color var(--pc-duration-fast) var(--pc-ease-standard),
		border-color var(--pc-duration-fast) var(--pc-ease-standard),
		color var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-fast) var(--pc-ease-out),
		box-shadow var(--pc-duration-fast) var(--pc-ease-standard);
}

body :is(
	a.wp-element-button,
	a.wp-block-button__link,
	a.button,
	.placeholder-product__button,
	.wc-block-components-button,
	button:not(.product-carousel__button, .site-mini-cart__close, .site-mini-cart__remove),
	input[type="button"],
	input[type="submit"],
	input[type="reset"]
):hover:not(:disabled),
body :is(
	a.wp-element-button,
	a.wp-block-button__link,
	a.button,
	.placeholder-product__button,
	.wc-block-components-button,
	button:not(.product-carousel__button, .site-mini-cart__close, .site-mini-cart__remove),
	input[type="button"],
	input[type="submit"],
	input[type="reset"]
):focus-visible {
	-webkit-text-fill-color: currentColor !important;
	background: var(--pc-color-brand-brown) !important;
	border-color: var(--pc-color-brand-brown) !important;
	color: var(--wp--preset--color--white) !important;
	transform: translateY(-2px) rotate(0.2deg);
}

body :is(
	a.wp-element-button,
	a.wp-block-button__link,
	a.button,
	.placeholder-product__button,
	.wc-block-components-button,
	button:not(.product-carousel__button, .site-mini-cart__close, .site-mini-cart__remove),
	input[type="button"],
	input[type="submit"],
	input[type="reset"]
):focus-visible {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pc-color-brand-brown) 28%, transparent);
	outline: none;
}

body :is(.home-hero, .home-bunny-collection) :is(
	a.wp-element-button,
	a.wp-block-button__link,
	a.button,
	.placeholder-product__button,
	.wc-block-components-button,
	button:not(.product-carousel__button, .site-mini-cart__close, .site-mini-cart__remove)
) {
	-webkit-text-fill-color: currentColor !important;
	border-color: var(--wp--preset--color--white) !important;
	color: var(--wp--preset--color--white) !important;
}

body :is(.home-hero, .home-bunny-collection) :is(
	a.wp-element-button,
	a.wp-block-button__link,
	a.button,
	.placeholder-product__button,
	.wc-block-components-button,
	button:not(.product-carousel__button, .site-mini-cart__close, .site-mini-cart__remove)
):hover,
body :is(.home-hero, .home-bunny-collection) :is(
	a.wp-element-button,
	a.wp-block-button__link,
	a.button,
	.placeholder-product__button,
	.wc-block-components-button,
	button:not(.product-carousel__button, .site-mini-cart__close, .site-mini-cart__remove)
):focus-visible {
	-webkit-text-fill-color: currentColor !important;
	background: var(--pc-color-brand-brown) !important;
	border-color: var(--pc-color-brand-brown) !important;
	color: var(--wp--preset--color--white) !important;
}

body .site-mini-cart__actions a,
body.home .site-header .site-mini-cart__actions a,
html body.home .site-header .site-mini-cart .site-mini-cart__actions a {
	-webkit-text-fill-color: currentColor !important;
	background: transparent !important;
	border: var(--pc-sketch-line) solid var(--pc-color-brand-brown) !important;
	border-radius: 1rem !important;
	color: var(--pc-color-brand-brown) !important;
	transition:
		background-color var(--pc-duration-fast) var(--pc-ease-standard),
		border-color var(--pc-duration-fast) var(--pc-ease-standard),
		color var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-fast) var(--pc-ease-out),
		box-shadow var(--pc-duration-fast) var(--pc-ease-standard);
}

/* Match the Cart block remove control to the mini-cart trash button. */
body table.wc-block-cart-items .wc-block-cart-items__row
	.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: var(--pc-color-brand-brown) !important;
	display: inline-flex;
	font-size: 0;
	height: 2.25rem;
	justify-content: center;
	min-height: 0;
	padding: 0 !important;
	text-decoration: none;
	transform: none;
	transition:
		background-color var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-fast) var(--pc-ease-out),
		opacity var(--pc-duration-fast) var(--pc-ease-standard);
	width: 2.25rem;
}

body table.wc-block-cart-items .wc-block-cart-items__row
	.wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
	display: none;
}

body table.wc-block-cart-items .wc-block-cart-items__row
	.wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M9 7V4h6v3m-8 0 1 13h8l1-13M10 11v5m4-5v5' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	background: currentColor;
	content: "";
	height: 1.35rem;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M9 7V4h6v3m-8 0 1 13h8l1-13M10 11v5m4-5v5' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.35rem;
}

body table.wc-block-cart-items .wc-block-cart-items__row
	.wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
body table.wc-block-cart-items .wc-block-cart-items__row
	.wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus-visible {
	background: color-mix(in srgb, var(--pc-color-brand-brown) 10%, transparent) !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--pc-color-brand-brown) !important;
	outline: none;
	transform: rotate(-5deg) scale(1.05);
}

/* Keep the Cart quantity controls in the same quiet, rounded icon style. */
body table.wc-block-cart-items .wc-block-components-quantity-selector {
	align-items: center;
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-brand-brown) 35%, transparent);
	border-radius: 1rem;
	color: var(--pc-color-brand-brown);
	height: 2.75rem;
	overflow: visible;
	width: 8rem;
}

body table.wc-block-cart-items .wc-block-components-quantity-selector
	.wc-block-components-quantity-selector__button {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: var(--pc-color-brand-brown) !important;
	display: inline-flex;
	font-size: 1.45rem;
	height: 2.25rem;
	justify-content: center;
	margin: 0.125rem;
	min-height: 0;
	min-width: 2.25rem;
	padding: 0 !important;
	transform: none;
	transition:
		background-color var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-fast) var(--pc-ease-out);
	width: 2.25rem;
}

body table.wc-block-cart-items .wc-block-components-quantity-selector
	.wc-block-components-quantity-selector__button:hover:not(:disabled),
body table.wc-block-cart-items .wc-block-components-quantity-selector
	.wc-block-components-quantity-selector__button:focus-visible {
	background: color-mix(in srgb, var(--pc-color-brand-brown) 10%, transparent) !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--pc-color-brand-brown) !important;
	outline: none;
	transform: scale(1.08);
}

body table.wc-block-cart-items .wc-block-components-quantity-selector
	.wc-block-components-quantity-selector__input {
	color: var(--pc-color-brand-brown) !important;
	font-size: 1rem;
	min-width: 2rem;
	padding: 0 !important;
}

body .wc-block-checkout .wc-block-components-radio-control__option,
body .wc-block-checkout .wc-block-components-radio-control-accordion-option {
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-text) 28%, transparent) !important;
	border-radius: 1rem !important;
	margin-bottom: 0.75rem !important;
	transition:
		background-color var(--pc-duration-fast) var(--pc-ease-standard),
		border-color var(--pc-duration-fast) var(--pc-ease-standard),
		transform var(--pc-duration-fast) var(--pc-ease-out);
}

body .wc-block-checkout .wc-block-components-radio-control__option:hover,
body .wc-block-checkout .wc-block-components-radio-control-accordion-option:hover {
	border-color: var(--pc-color-text) !important;
	transform: translateY(-1px);
}

body .wc-block-checkout .wc-block-components-radio-control__option--checked-option-highlighted,
body .wc-block-checkout .wc-block-components-radio-control__option-checked,
body .wc-block-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	background: color-mix(in srgb, var(--pc-color-surface) 66%, var(--pc-color-canvas)) !important;
	border-color: var(--pc-color-brand-brown) !important;
}

body .wc-block-checkout .wc-block-components-radio-control__label,
body .wc-block-checkout .wc-block-components-radio-control__description {
	font-family: var(--pc-font-hand);
}

/* Match the checkout order summary to the walnut custom-order panel. */
body .wp-block-woocommerce-checkout-order-summary-block {
	background: var(--pc-color-brand-brown) !important;
	border-color: var(--pc-color-brand-brown) !important;
	border-radius: 1.25rem !important;
	overflow: hidden;
}

body .wp-block-woocommerce-checkout-order-summary-block :where(
	h1, h2, h3, h4, p, a, span, strong, small,
	.wc-block-components-product-name,
	.wc-block-components-totals-item__label,
	.wc-block-components-totals-item__value
) {
	-webkit-text-fill-color: var(--wp--preset--color--white) !important;
	color: var(--wp--preset--color--white) !important;
}

body .wp-block-woocommerce-checkout-order-summary-block :where(
	.wc-block-components-totals-wrapper,
	.wc-block-components-order-summary,
	.wc-block-components-checkout-order-summary__content,
	.wc-block-components-checkout-order-summary__title
) {
	border-color: color-mix(in srgb, var(--wp--preset--color--white) 35%, transparent) !important;
}

body .wp-block-woocommerce-checkout-order-summary-block
	.wc-block-components-order-summary-item__quantity {
	background: var(--wp--preset--color--white) !important;
	color: var(--pc-color-brand-brown) !important;
}

body .wp-block-woocommerce-checkout-order-summary-block
	.wc-block-components-order-summary-item__quantity span {
	-webkit-text-fill-color: var(--pc-color-brand-brown) !important;
	color: var(--pc-color-brand-brown) !important;
	font-weight: 700;
}

body .wp-block-woocommerce-checkout-order-summary-block :where(
	.wc-block-components-totals-coupon-link,
	.wc-block-components-totals-coupon-link button,
	.wc-block-components-panel__button
) {
	-webkit-text-fill-color: var(--wp--preset--color--white) !important;
	color: var(--wp--preset--color--white) !important;
}

body .wp-block-woocommerce-checkout-order-summary-block
	.wc-block-components-panel__button svg {
	fill: var(--wp--preset--color--white) !important;
	stroke: var(--wp--preset--color--white) !important;
}

/* Consistent rounded product photography across catalog and product pages. */
body.single-product .woocommerce-product-gallery {
	opacity: 1 !important;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs {
	margin-top: clamp(0.75rem, 1.5vw, 1.25rem) !important;
}

/* Keep catalog taxonomy out of the customer-facing product details. */
body.single-product :is(.product_meta, .wp-block-woocommerce-product-meta) {
	display: none !important;
}

body :is(
	.woocommerce ul.products li.product img,
	.wc-block-grid__product-image img,
	.wc-block-components-product-image img,
	.wp-block-woocommerce-product-image img,
	.wc-block-product-template img,
	.woocommerce-product-gallery__image img
) {
	border-radius: 1rem;
}

body :is(
	.wc-block-cart-item__image img,
	.woocommerce-cart-form__cart-item .product-thumbnail img,
	.site-mini-cart__item img
) {
	border-radius: 0.75rem;
}

html body .site-header .site-mini-cart .site-mini-cart__actions a:not(:hover):not(:focus-visible) {
	background: transparent !important;
	border-color: var(--pc-color-brand-brown) !important;
	color: var(--pc-color-brand-brown) !important;
}

body .site-mini-cart__actions a:hover,
body .site-mini-cart__actions a:focus-visible,
body.home .site-header .site-mini-cart__actions a:hover,
body.home .site-header .site-mini-cart__actions a:focus-visible,
body.home .site-header .site-mini-cart__actions .site-mini-cart__checkout:hover,
body.home .site-header .site-mini-cart__actions .site-mini-cart__checkout:focus-visible {
	background: var(--pc-color-brand-brown) !important;
	border-color: var(--pc-color-brand-brown) !important;
	color: var(--wp--preset--color--white) !important;
	transform: translateY(-2px) rotate(0.2deg);
}

body .site-mini-cart__actions a:focus-visible {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pc-color-brand-brown) 28%, transparent);
	outline: none;
}

body .placeholder-product__button.is-added {
	background: var(--pc-color-brand-brown) !important;
	border-color: var(--pc-color-brand-brown) !important;
	color: var(--wp--preset--color--white) !important;
}

body .home-bunny-collection .placeholder-product__button.is-added {
	background: var(--wp--preset--color--white) !important;
	border-color: var(--wp--preset--color--white) !important;
	color: var(--pc-color-accent) !important;
}

body .placeholder-product__button.has-error {
	border-style: dashed !important;
}

body :is(button, input, .button, .wp-element-button, .wp-block-button__link):disabled,
body [aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.55;
}

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 960px) {
	.pc-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	body .site-header__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	}

	.site-header__logo {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		order: 2;
	}

	.site-header__cart {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		margin-left: 0;
		order: 3;
	}

	.site-header__navigation {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		margin-left: 0;
		order: 1;
	}

	.site-header__navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.site-header__navigation .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	body.home .site-header .wp-block-navigation__responsive-container-open {
		-webkit-text-fill-color: #fff !important;
		background: transparent !important;
		border-color: #fff !important;
		color: #fff !important;
	}

	body.home .site-header .wp-block-navigation__responsive-container.is-menu-open :where(
		.wp-block-navigation-item__content,
		.wp-block-navigation-item__label,
		.wp-block-navigation__responsive-container-close
	) {
		-webkit-text-fill-color: var(--pc-color-brand-brown) !important;
		color: var(--pc-color-brand-brown) !important;
	}

	.home-collections__products ul.products,
	.placeholder-product-grid,
	.home-featured__products ul.products,
	.featured-past-grid,
	.studio-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 3rem;
	}

	.product-carousel > .placeholder-product {
		flex-basis: min(46%, 22rem);
	}
}

@media (max-width: 700px) {
	:root {
		--pc-gutter: 1.25rem;
		--pc-section-space: clamp(4.5rem, 20vw, 7rem);
	}

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

	.custom-orders-table th:last-child,
	.custom-orders-table td:last-child {
		padding-left: 1rem;
	}

	.custom-orders-table td {
		font-size: 1.125rem;
	}

	body .site-header__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		min-height: 4.25rem;
	}

	.site-header__logo {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		order: 2;
	}

	.site-header__cart {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		margin-left: 0;
		order: 3;
	}

	.site-header__navigation {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		flex: 0 0 auto;
		margin-left: 0;
		order: 1;
	}

	body.home .site-header .wp-block-navigation__responsive-container-open {
		-webkit-text-fill-color: #fff !important;
		background: transparent !important;
		border-color: #fff !important;
		color: #fff !important;
		margin-left: 0;
	}

	body.home .site-header .wp-block-navigation__responsive-container-open:hover,
	body.home .site-header .wp-block-navigation__responsive-container-open:focus-visible {
		-webkit-text-fill-color: #fff !important;
		background: rgb(255 255 255 / 12%) !important;
		border-color: #fff !important;
		color: #fff !important;
		transform: none;
	}

	body.home .site-header .wp-block-navigation__responsive-container.is-menu-open :where(
		.wp-block-navigation-item__content,
		.wp-block-navigation-item__label,
		.wp-block-navigation__responsive-container-close
	) {
		-webkit-text-fill-color: var(--pc-color-brand-brown) !important;
		color: var(--pc-color-brand-brown) !important;
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.site-header__logo img {
		width: 4rem;
	}

	.pc-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-intro__grid,
	.home-puppy__grid,
	.home-journal__grid,
	.home-faq__grid {
		display: block;
	}

	.home-intro__title,
	.home-intro__copy,
	.home-puppy__content,
	.home-journal__grid > h2,
	.home-journal__copy {
		margin-left: 0;
		margin-right: 0;
	}

	.home-intro__copy,
	.home-puppy__content,
	.home-journal__copy,
	.faq-list {
		margin-top: 3rem;
	}

	.faq-list details {
		padding-left: 1.25rem;
	}

	.home-puppy__doodle {
		margin: 2rem 0 4rem;
	}

	.home-newsletter__fields {
		flex-direction: column;
	}

	.home-newsletter button {
		width: 100%;
	}

	.home-collections__products ul.products,
	.placeholder-product-grid,
	.home-featured__products ul.products,
	.featured-past-grid,
	.studio-steps {
		grid-template-columns: 1fr;
	}

	.studio-steps li {
		grid-template-rows: auto 10rem auto auto;
	}

	.product-carousel > .placeholder-product {
		flex-basis: 82%;
	}

	.home-hero,
	.home-hero__content {
		min-height: 100svh;
	}

	body.home.admin-bar .site-header {
		top: 46px;
	}

	.home-hero__image {
		object-position: left center;
	}

	.home-hero__content {
		align-content: start;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding-bottom: 3rem;
		padding-top: clamp(3rem, 14vh, 7rem);
	}

	.home-hero__content > * {
		grid-column: 2 / -1;
	}

	.home-hero__title {
		font-size: clamp(1.75rem, 7vw, 3rem) !important;
	}

	.home-hero__intro {
		max-width: 20rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.has-js .pc-reveal {
		opacity: 1;
		transform: none;
	}

	.has-js .pc-reveal > * {
		opacity: 1;
		transform: none;
	}

	.site-loader__frame {
		animation: none;
		opacity: 0;
	}

	.site-loader__frame--1 {
		opacity: 1;
	}

	.site-loader__progress span {
		animation: none;
		transform: scaleX(1);
	}
}

/* Sold-out product states in the two home collection carousels. */
.placeholder-product__badge {
	align-items: center;
	background: var(--pc-color-brand-brown);
	border-radius: 999px;
	color: var(--wp--preset--color--white) !important;
	display: inline-flex;
	font-family: var(--pc-font-hand);
	font-size: 0.9rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	opacity: 1 !important;
	padding: 0.5rem 0.8rem;
	position: absolute;
	right: 0.8rem;
	-webkit-text-fill-color: var(--wp--preset--color--white);
	top: 0.8rem;
	visibility: visible !important;
	white-space: nowrap;
	z-index: 3;
}

.placeholder-product__badge--preorder {
	background: var(--pc-color-highlight);
}

.pc-product-status {
	background: var(--pc-color-highlight);
	border-radius: 999px;
	color: var(--wp--preset--color--white) !important;
	display: inline-flex;
	font-family: var(--pc-font-hand);
	font-size: 0.85rem;
	font-weight: 650;
	line-height: 1;
	padding: 0.5rem 0.8rem;
	-webkit-text-fill-color: var(--wp--preset--color--white);
	width: fit-content;
}

.pc-product-status--loop {
	margin: 0.75rem 0 0;
}

.pc-product-status--single {
	margin: 0 0 1.25rem;
}

.home-bunny-collection .placeholder-product__badge,
.shop-catalog-section--bunny .placeholder-product__badge {
	background: var(--wp--preset--color--white);
	color: var(--pc-color-accent) !important;
	-webkit-text-fill-color: var(--pc-color-accent);
}

.home-bunny-collection .placeholder-product__badge--preorder,
.shop-catalog-section--bunny .placeholder-product__badge--preorder {
	background: var(--pc-color-highlight);
	color: var(--wp--preset--color--white) !important;
	-webkit-text-fill-color: var(--wp--preset--color--white);
}

body .placeholder-product__button--sold-out,
body .placeholder-product__button--sold-out:hover {
	background: color-mix(in srgb, var(--pc-color-brand-brown) 7%, transparent) !important;
	border-color: color-mix(in srgb, var(--pc-color-brand-brown) 35%, transparent) !important;
	color: color-mix(in srgb, var(--pc-color-brand-brown) 58%, transparent) !important;
	cursor: not-allowed;
	opacity: 0.8;
	pointer-events: none;
	transform: none;
}

body .home-bunny-collection .placeholder-product__button--sold-out {
	background: color-mix(in srgb, var(--wp--preset--color--white) 10%, transparent) !important;
	border-color: color-mix(in srgb, var(--wp--preset--color--white) 45%, transparent) !important;
	color: color-mix(in srgb, var(--wp--preset--color--white) 70%, transparent) !important;
}

/* Editable quantity controls inside the header cart popover. */
.site-mini-cart__item-total {
	margin: 0.3rem 0 0;
	text-decoration: none !important;
}

.site-mini-cart__quantity {
	align-items: center;
	border: var(--pc-sketch-line) solid color-mix(in srgb, var(--pc-color-brand-brown) 35%, transparent);
	border-radius: 1rem;
	display: inline-flex;
	height: 2.75rem;
	justify-content: space-between;
	margin-top: 0.55rem;
	overflow: visible;
	transition: opacity var(--pc-duration-fast) var(--pc-ease-standard);
	width: 8rem;
}

body .site-mini-cart__quantity-button {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: var(--pc-color-brand-brown) !important;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 1.45rem;
	height: 2.25rem;
	justify-content: center;
	margin: 0.125rem;
	min-height: 0;
	min-width: 2.25rem;
	padding: 0 !important;
	transform: none !important;
	width: 2.25rem;
}

body .site-mini-cart__quantity-button:hover:not(:disabled),
body .site-mini-cart__quantity-button:focus-visible {
	background: color-mix(in srgb, var(--pc-color-brand-brown) 10%, transparent) !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--pc-color-brand-brown) !important;
	outline: none;
	transform: none !important;
}

body .site-mini-cart__quantity-button:disabled {
	cursor: default;
	opacity: 0.3;
}

.site-mini-cart__quantity-input {
	-moz-appearance: textfield;
	appearance: textfield;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--pc-color-brand-brown);
	font-family: inherit;
	font-size: 1rem;
	height: 100%;
	margin: 0;
	min-width: 2rem;
	padding: 0;
	text-align: center;
	width: 2rem;
}

.site-mini-cart__quantity-input::-webkit-inner-spin-button,
.site-mini-cart__quantity-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.site-mini-cart__quantity-input:focus {
	box-shadow: inset 0 0 0 1px var(--pc-color-brand-brown);
	outline: none;
}

.site-mini-cart__quantity.is-updating {
	cursor: wait;
	opacity: 0.5;
}

body .shop-catalog-section--bunny .placeholder-product__button:not(.placeholder-product__button--sold-out) {
	background: transparent !important;
	border-color: color-mix(in srgb, var(--wp--preset--color--white) 72%, transparent) !important;
	color: var(--wp--preset--color--white) !important;
}

body .shop-catalog-section--bunny .placeholder-product__button:not(.placeholder-product__button--sold-out):hover,
body .shop-catalog-section--bunny .placeholder-product__button:not(.placeholder-product__button--sold-out):focus-visible {
	background: var(--wp--preset--color--white) !important;
	border-color: var(--wp--preset--color--white) !important;
	color: var(--pc-color-accent) !important;
}

body .shop-catalog-section--bunny .placeholder-product__button--sold-out {
	background: color-mix(in srgb, var(--wp--preset--color--white) 10%, transparent) !important;
	border-color: color-mix(in srgb, var(--wp--preset--color--white) 45%, transparent) !important;
	color: color-mix(in srgb, var(--wp--preset--color--white) 70%, transparent) !important;
}

/* Lightbox close is an icon control, not a standard text button. */
html body .custom-order-lightbox .custom-order-lightbox__close,
html body .custom-order-lightbox .custom-order-lightbox__close:hover,
html body .custom-order-lightbox .custom-order-lightbox__close:focus-visible {
	-webkit-text-fill-color: var(--pc-color-brand-brown) !important;
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--pc-color-brand-brown) !important;
	transform: none !important;
}
