@font-face {
	font-family: "Gluten";
	src: url("../fonts/Gluten-SemiBold.otf") format("opentype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

:root {
	--np-bg: #fffcf4;
	--np-cream: #f7efd8;
	--np-blue: #a8dcf8;
	--np-blue-strong: #61afd4;
	--np-mint: #b9efc6;
	--np-sand: #ead8ab;
	--np-plum: #b16d9b;
	--np-rose: #f9d8d8;
	--np-text: #ceb789;
	--np-body: #8f8368;
	--np-shadow: 0 32px 70px rgba(205, 188, 150, 0.14);
	--np-radius-xl: 56px;
	--np-radius-organic: 36% 64% 40% 60% / 24% 34% 66% 76%;
	--np-shell: min(1200px, calc(100% - 48px));
	--np-display-font: "Gluten", ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
}

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

html {
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

@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;
	}
}

body.nonna-pupa-theme {
	margin: 0;
	background: var(--np-bg);
	color: var(--np-body);
	font-family: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
	font-size: 18px;
	line-height: 1.7;
	overflow-x: hidden;
}

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

.nonna-pupa-picture {
	display: block;
	width: 100%;
}

.nonna-pupa-picture > img {
	display: block;
	width: 100%;
}

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

.shell {
	width: var(--np-shell);
	margin: 0 auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.nonna-pupa-honeypot {
	position: absolute;
	width: 1px;
	max-width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	white-space: nowrap;
}

input.nonna-pupa-honeypot,
label.nonna-pupa-honeypot {
	width: 1px !important;
	max-width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.np-form-status {
	margin: 0 0 18px;
	padding: 12px 16px;
	border-radius: 14px;
	background: rgba(255, 252, 244, 0.9);
	color: var(--np-plum);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.np-form-status--error {
	color: #b15f72;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 252, 244, 0.94);
	backdrop-filter: blur(14px);
	overflow: visible;
}

.topbar {
	position: relative;
	z-index: 0;
	background: var(--np-cream);
	padding-top: 6px;
}

.topbar::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	border-bottom: 2px dashed rgba(235, 220, 175, 0.82);
}

.topbar::after {
	content: "";
	position: absolute;
	left: -4%;
	width: 108%;
	height: 82px;
	bottom: -42px;
	background: var(--np-cream);
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	z-index: 0;
}

.topbar__inner,
.nav-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.topbar__inner {
	position: relative;
	z-index: 1;
	min-height: 42px;
	padding-bottom: 12px;
	font-size: 0.76rem;
	color: #b59b65;
}

.topbar__tagline {
	margin: 0;
}

.topbar__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.topbar__pill,
.topbar__icon {
	border: 1px solid rgba(181, 155, 101, 0.28);
	border-radius: 999px;
	background: rgba(255, 252, 244, 0.72);
}

.topbar__pill {
	padding: 7px 14px;
	font-size: 0.72rem;
}

.topbar__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 0.82rem;
	color: #b59b65;
}

.topbar__icon--cart::before {
	content: none;
}

.np-cart-icon,
.cart-cta__icon {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 13px;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 2px 2px 6px 6px;
}

.np-cart-icon::before,
.cart-cta__icon::before {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: -8px;
	height: 9px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 9px 9px 0 0;
}

.np-cart-icon::after,
.cart-cta__icon::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: -6px;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 9px 0 0 currentColor;
}

.np-cart-count,
.np-notice-count {
	position: absolute;
	right: -7px;
	top: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: #ffc9c9;
	color: #bd7e84;
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1;
}

.np-notice-count {
	background: #ffc2ce;
	color: #bd7e84;
}

.topbar-action,
.nav-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.topbar {
	z-index: 120;
}

.topbar-action {
	z-index: 140;
}

.topbar-action:hover,
.topbar-action.is-open {
	z-index: 1300;
}

.nav-cart {
	z-index: 35;
}

.nav-cart:hover,
.nav-cart.is-open {
	z-index: 90;
}

button.topbar__icon {
	padding: 0;
	font: inherit;
	cursor: pointer;
}

.np-dropdown {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 1250;
	display: none;
	width: min(330px, calc(100vw - 28px));
	padding: 18px;
	border: 1px solid rgba(181, 155, 101, 0.18);
	border-radius: 8px;
	background: rgba(255, 252, 244, 0.98);
	color: #9f907c;
	text-align: left;
	box-shadow: 0 22px 54px rgba(159, 144, 124, 0.16);
}

.np-dropdown::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	height: 12px;
}

.topbar-action:hover > .np-dropdown:not(.is-empty),
.nav-cart:hover > .np-dropdown:not(.is-empty),
.topbar-action.is-open > .np-dropdown:not(.is-empty),
.nav-cart.is-open > .np-dropdown:not(.is-empty) {
	display: block;
}

.nav-cart .np-dropdown {
	top: calc(100% + 14px);
}

.np-dropdown__title {
	margin: 0 0 12px;
	color: #9e9590;
	font-family: var(--np-display-font);
	font-size: 1.25rem;
	line-height: 1;
}

.np-dropdown__empty {
	margin: 0;
	color: #b9a88e;
	font-size: 0.86rem;
	line-height: 1.35;
}

.np-dropdown__actions {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

.np-dropdown__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 9px 14px;
	border-radius: 999px;
	background: #f1e0b4;
	color: #b7955d;
	font-size: 0.72rem;
	font-style: italic;
	text-transform: uppercase;
}

.np-cart-dropdown.is-empty {
	display: none !important;
}

.np-cart-dropdown__items,
.np-notices-dropdown__items {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.np-cart-dropdown__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.np-cart-dropdown__media {
	display: block;
	overflow: hidden;
	width: 58px;
	height: 68px;
	border-radius: 8px;
	background: #f4ecda;
}

.np-cart-dropdown__thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.np-cart-dropdown__content p,
.np-notices-dropdown__items p {
	margin: 0;
}

.np-cart-dropdown__content p {
	color: #6d6258;
	font-size: 0.9rem;
	line-height: 1.15;
}

.np-cart-dropdown__content span {
	display: block;
	margin-top: 4px;
	color: #c4ad86;
	font-size: 0.78rem;
}

.np-cart-dropdown__footer {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(181, 155, 101, 0.16);
	color: #9e9590;
	font-size: 0.86rem;
}

.np-notices-dropdown__items li {
	display: grid;
	gap: 7px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(181, 155, 101, 0.14);
}

.np-notices-dropdown__items li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.np-notices-dropdown__row {
	display: grid;
	grid-template-columns: 9px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.np-notices-dropdown__dot {
	width: 8px;
	height: 8px;
	margin-top: 5px;
	border-radius: 999px;
	background: #ffc2ce;
	box-shadow: 0 0 0 4px rgba(255, 194, 206, 0.22);
}

.np-notices-dropdown__items li.is-read {
	opacity: 0.72;
}

.np-notices-dropdown__items li.is-read .np-notices-dropdown__dot {
	background: #d9cab1;
	box-shadow: none;
}

.np-notices-dropdown__type {
	color: #c6a86e;
	font-size: 0.68rem;
	font-style: italic;
	text-transform: uppercase;
}

.np-notices-dropdown__items a,
.np-notices-dropdown__items strong {
	color: #6d6258;
	font-size: 0.92rem;
	line-height: 1.15;
}

.np-notices-dropdown__items p {
	color: #b9a88e;
	font-size: 0.78rem;
	line-height: 1.35;
}

.np-notices-dropdown__state {
	margin: 0 0 0 19px;
}

.np-notices-dropdown__state button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #c08f9a;
	font: inherit;
	font-size: 0.7rem;
	font-style: italic;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}

.np-notices-dropdown__items li.is-read .np-notices-dropdown__state button {
	color: #b9a88e;
}

.nav-shell {
	position: relative;
	z-index: 1;
	min-height: 108px;
	padding-top: 22px;
}

.brand {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.brand--header {
	width: clamp(128px, 12vw, 170px);
}

.brand--footer {
	width: clamp(180px, 18vw, 250px);
	display: inline-block;
	margin-bottom: 22px;
}

.brand__logo {
	display: block;
	width: 100%;
	height: auto;
}

.primary-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	font-size: 0.84rem;
	color: #b6ada5;
}

.primary-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 2vw, 34px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav a:hover {
	color: #9f9c95;
}

.primary-nav a.is-active,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
	color: #9f9c95;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.24em;
}

.cart-cta,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 16px 30px;
	font-size: 0.95rem;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.cart-cta {
	gap: 8px;
	min-width: 138px;
	background: #ffc9c9;
	color: #e89da1;
	padding: 13px 24px;
	font-size: 0.72rem;
}

.cart-cta__icon {
	width: 16px;
	height: 12px;
	transform: translateY(-1px);
}

.cart-cta__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #d7838c;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.button {
	min-width: 184px;
	box-shadow: var(--np-shadow);
}

.button:hover,
.cart-cta:hover {
	transform: translateY(-2px);
	opacity: 0.92;
}

.button--blue {
	background: var(--np-blue);
	color: #fff;
}

.button--sand {
	background: #f1e0b4;
	color: #c7a96f;
}

.button--green {
	background: #b6ebc2;
	color: #fff;
}

.button--plum {
	background: var(--np-plum);
	color: #fff;
}

.section-wave {
	position: relative;
}

.section-wave::before,
.section-wave::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 88px;
	background: radial-gradient(140% 100% at 50% 0%, transparent 50%, rgba(246, 234, 200, 0.85) 51%, rgba(246, 234, 200, 0.85) 54%, transparent 55%);
	opacity: 0.38;
	pointer-events: none;
}

.section-wave::before {
	top: 0;
	transform: translateY(-50%);
}

.section-wave::after {
	bottom: 0;
	transform: translateY(50%) rotate(180deg);
}

.hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 104px;
}

.hero__slide[hidden] {
	display: none;
}

.hero__slide.is-active {
	animation: np-hero-fade 260ms ease both;
}

@keyframes np-hero-fade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero__grid,
.story__grid,
.personalize__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.hero__copy h1,
.story__card h2,
.collections__intro h2,
.personalize__copy h2,
.testimonial__inner h2,
.footer-block h2,
.entry-card__title {
	font-family: var(--np-display-font);
	letter-spacing: -0.06em;
	line-height: 0.95;
	margin: 0 0 24px;
}

.hero__copy h1 {
	color: var(--np-blue);
	font-size: clamp(3.9rem, 6vw, 5.95rem);
	/* max-width: 8.6ch; */
	line-height: 0.92;
	letter-spacing: -0.045em;
}

.hero__copy p {
	max-width: 25rem;
	margin: 0 0 12px;
	color: #9bc9e7;
	font-size: clamp(0.98rem, 1.05vw, 1.12rem);
	line-height: 1.48;
}

.hero__copy .button {
	margin-top: 22px;
	min-width: 122px;
	padding: 13px 22px;
	font-size: 0.74rem;
}

.hero__media {
	position: relative;
	justify-self: end;
	width: min(100%, 650px);
	min-height: 590px;
}

.hero__media::before,
.hero__media::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.hero__media::before {
	inset: 54px 126px 78px 56px;
	background: var(--np-blue);
	border-radius: 42% 58% 46% 54% / 34% 40% 60% 66%;
	transform: rotate(-9deg);
}

.hero__media::after {
	inset: 68px 42px 54px 38px;
	border: 2px dashed rgba(246, 226, 179, 0.95);
	border-radius: 48% 52% 52% 48% / 36% 42% 58% 64%;
	transform: rotate(10deg);
}

.hero__photo {
	position: relative;
	z-index: 1;
	width: min(86%, 560px);
	margin: 14px 0 0 auto;
	overflow: hidden;
	border-radius: 56% 44% 49% 51% / 38% 44% 56% 62%;
}

.hero__photo img {
	width: 100%;
	aspect-ratio: 0.9;
	object-fit: cover;
	object-position: 55% 48%;
}

.hero__dots,
.testimonial__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.hero__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
}

.hero__dots button,
.hero__dots span,
.testimonial__dots span {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: transparent;
}

.hero__dots button {
	padding: 0;
	appearance: none;
	cursor: pointer;
}

.hero__dots button,
.hero__dots span {
	border: 1px solid var(--np-blue);
}

.hero__dots .is-active {
	background: var(--np-blue);
}

.story {
	padding: 74px 0 112px;
}

.story__grid {
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 0;
	align-items: center;
}

.story__photo {
	position: relative;
	z-index: 2;
	margin-right: -56px;
}

.story__photo-frame {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	clip-path: polygon(0 8%, 88% 0, 98% 20%, 91% 43%, 100% 62%, 91% 86%, 77% 100%, 0 100%);
}

.story__photo-frame::after {
	display: none;
}

.story__photo-frame img {
	width: 100%;
	aspect-ratio: 1.16;
	object-fit: cover;
	object-position: 52% 58%;
	transform: scaleX(-1);
}

.story__sun {
	position: absolute;
	top: -38px;
	left: 36px;
	z-index: 3;
	width: 134px;
	height: 134px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 35% 45%, #8b6428 0 4px, transparent 4.5px),
		radial-gradient(circle at 65% 45%, #8b6428 0 4px, transparent 4.5px),
		#fffaf0;
	box-shadow:
		-26px 23px 0 -15px #f2e8c9,
		26px 23px 0 -15px #f2e8c9;
}

.story__sun::before {
	content: "";
	position: absolute;
	inset: -30px;
	border-radius: inherit;
	background:
		linear-gradient(#fffaf0, #fffaf0) 50% 0 / 4px 30px no-repeat,
		linear-gradient(#fffaf0, #fffaf0) 50% 100% / 4px 30px no-repeat,
		linear-gradient(90deg, #fffaf0, #fffaf0) 0 50% / 30px 4px no-repeat,
		linear-gradient(90deg, #fffaf0, #fffaf0) 100% 50% / 30px 4px no-repeat;
	opacity: 0.88;
}

.story__sun::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50px;
	width: 39px;
	height: 24px;
	border: 5px solid #8b6428;
	border-top: 0;
	border-radius: 0 0 26px 26px;
	transform: translateX(-50%);
}

.story__card {
	position: relative;
	z-index: 1;
	min-height: 378px;
	margin-left: -2px;
	padding: 56px 66px 58px 108px;
	background: #fbf5e5;
	border-radius: 0 124px 124px 0 / 0 66px 66px 0;
	box-shadow: none;
	text-align: center;
}

.story__card::before {
	content: "";
	position: absolute;
	inset: 0 -18px -18px 0;
	z-index: -1;
	background: inherit;
	border-radius: 0 142px 136px 0 / 0 78px 84px 0;
	clip-path: polygon(0 0, 89% 0, 100% 12%, 100% 87%, 91% 100%, 18% 95%, 0 100%);
}

.story__card h2 {
	font-size: clamp(2.25rem, 3.35vw, 3.65rem);
	color: #c9b88e;
	max-width: 16ch;
	margin: 0 auto 22px;
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.story__card p {
	margin: 0 0 12px;
	color: #b7a987;
	max-width: 33rem;
	margin-inline: auto;
	font-size: clamp(0.95rem, 1vw, 1.08rem);
	line-height: 1.42;
}

.story__card .button,
.collections__cta .button,
.personalize__copy .button {
	min-width: 126px;
	padding: 13px 22px;
	font-size: 0.74rem;
}

.collections {
	padding: clamp(60px, 5.5vw, 78px) 0 clamp(76px, 6.5vw, 96px);
}

.collections__intro {
	display: grid;
	grid-template-columns: 1.2fr 1fr auto;
	gap: 28px;
	align-items: center;
	margin-bottom: clamp(28px, 3vw, 38px);
}

.collections__intro h2 {
	/* max-width: 12ch; */
	font-size: clamp(2.1rem, 3.35vw, 3.35rem);
	color: var(--np-mint);
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.collections__intro p {
	margin: 10px 0 0;
	color: #bfeabf;
	font-size: clamp(0.98rem, 1.08vw, 1.16rem);
	line-height: 1.48;
}

.collections__cta {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.collections__cards {
	position: relative;
	padding-bottom: 24px;
}

.collections__slide {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 320px) 42px minmax(0, 320px) 42px minmax(0, 320px);
	gap: clamp(14px, 2vw, 26px);
	align-items: center;
	justify-content: center;
}

.collections__slide[hidden] {
	display: none;
}

.collections__cards::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 51%;
	border-top: 1px dashed rgba(232, 219, 175, 0.92);
	z-index: 0;
}

.collection-star {
	position: relative;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	margin: 54px auto 0;
	background: var(--np-mint);
	clip-path: polygon(50% 0, 61% 33%, 96% 35%, 68% 56%, 79% 90%, 50% 69%, 21% 90%, 32% 56%, 4% 35%, 39% 33%);
}

.collection-card {
	position: relative;
	z-index: 1;
	background: transparent;
	box-shadow: none;
	border-radius: 52px 52px 18px 18px;
}

.collection-card__link {
	position: relative;
	display: block;
	color: inherit;
}

.collection-card img {
	width: 100%;
	aspect-ratio: 0.9;
	object-fit: cover;
	border-radius: 34% 34% 13% 13% / 19% 19% 9% 9%;
	box-shadow: none;
}

.collection-card--bebe img {
	object-position: 50% 37%;
}

.collection-card--bimba img {
	object-position: 50% 42%;
}

.collection-card--bimbo img {
	object-position: 54% 43%;
}

.collection-card__title {
	position: absolute;
	left: 13%;
	right: 13%;
	bottom: -18px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 16px 24px 20px;
	border-radius: 46% 54% 49% 51% / 26% 28% 72% 74%;
	background: var(--np-mint);
	color: #fff;
	font-family: var(--np-display-font);
	font-size: 1.28rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.collections__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 38px;
}

.collections__dots button,
.collections__dots span {
	width: 12px;
	height: 12px;
	border: 1px solid var(--np-mint);
	border-radius: 999px;
	background: transparent;
}

.collections__dots button {
	padding: 0;
	appearance: none;
	cursor: pointer;
}

.collections__dots .is-active {
	background: var(--np-mint);
}

.personalize {
	--atelier-color: #f8c3c4;
	--atelier-bg: #f8d7d7;
	background-color: var(--atelier-bg);
	padding: clamp(70px, 6vw, 88px) 0 clamp(70px, 6vw, 90px);
	overflow: hidden;
	transition: background-color 460ms ease;
}

.section-wave--pink::before,
.section-wave--pink::after {
	background: radial-gradient(140% 100% at 50% 0%, transparent 50%, rgba(255, 248, 248, 0.65) 51%, rgba(255, 248, 248, 0.65) 54%, transparent 55%);
}

.section-wave--rose::before,
.section-wave--rose::after {
	background: radial-gradient(140% 100% at 50% 0%, transparent 50%, rgba(255, 239, 239, 0.8) 51%, rgba(255, 239, 239, 0.8) 54%, transparent 55%);
}

.personalize__grid {
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(36px, 4vw, 54px);
}

.personalize__media {
	position: relative;
	min-height: clamp(500px, 37vw, 610px);
}

.personalize__media::before,
.personalize__media::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.personalize__media::before {
	inset: 32px 118px 58px 42px;
	z-index: 0;
	display: block;
	background: var(--atelier-color);
	border-radius: 40% 60% 48% 52% / 28% 38% 62% 72%;
	transform: rotate(7deg);
	opacity: 0.48;
	transition: background-color 420ms ease, opacity 420ms ease, transform 420ms ease;
}

.personalize__media::after {
	content: "";
	position: absolute;
	inset: 24px 28px 56px 26px;
	z-index: 0;
	border: 2px dashed rgba(255, 253, 248, 0.92);
	border-radius: 48% 52% 47% 53% / 36% 42% 58% 64%;
	transform: rotate(-10deg);
}

.personalize__thread {
	position: absolute;
	left: 44%;
	bottom: 18%;
	z-index: 2;
	width: min(34%, 250px);
	height: min(28%, 180px);
	border-right: 3px dashed var(--np-plum);
	border-bottom: 3px dashed var(--np-plum);
	border-radius: 0 0 62% 0;
	opacity: 0.72;
	transform: rotate(9deg);
	transform-origin: left bottom;
	pointer-events: none;
}

.personalize__tag {
	--tag-offset: 0;
	position: absolute;
	left: 7%;
	bottom: 7%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 152px;
	min-height: 54px;
	padding: 12px 26px;
	border-radius: 52% 48% 51% 49% / 36% 43% 57% 64%;
	background: rgba(255, 253, 248, 0.94);
	color: var(--np-plum);
	font-family: var(--np-display-font);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	box-shadow: 0 18px 40px rgba(183, 109, 157, 0.12);
	transform: translateX(var(--tag-offset)) rotate(-4deg);
	pointer-events: none;
}

.personalize.is-stitching .personalize__thread {
	animation: stitch-pop 560ms ease both;
}

.personalize.is-stitching .personalize__tag {
	animation: tag-pop 520ms ease both;
}

.personalize__photo {
	position: relative;
	z-index: 1;
	width: min(82%, 540px);
	margin-left: 18px;
	overflow: hidden;
	border-radius: 55% 45% 48% 52% / 40% 45% 55% 60%;
	aspect-ratio: 0.86;
}

.personalize__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
	opacity: 0;
	box-shadow: none;
	transform: scale(1.025);
	transition: opacity 460ms ease, transform 700ms ease;
}

.personalize__image.is-visible {
	opacity: 1;
	transform: scale(1);
}

.personalize__image--next {
	z-index: 2;
}

.personalize__note {
	position: absolute;
	right: clamp(0px, 1vw, 16px);
	bottom: clamp(18px, 2.3vw, 34px);
	z-index: 2;
	max-width: 340px;
	padding: 20px 36px 24px;
	border-radius: 52% 48% 47% 53% / 36% 34% 66% 64%;
	background: var(--np-plum);
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.38;
	text-align: center;
}

.personalize__note-base,
.personalize__choice {
	display: block;
}

.personalize__choice {
	margin-top: 8px;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 0.76rem;
	font-weight: 700;
	opacity: 0.92;
}

.personalize__copy {
	justify-self: end;
	text-align: right;
	align-self: center;
}

.personalize__copy h2 {
	font-size: clamp(2.15rem, 3.2vw, 3.65rem);
	color: var(--np-plum);
	max-width: 640px;
	margin-left: auto;
	margin-right: 0;
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.personalize__copy p,
.swatch-labels {
	color: #e8a2a2;
}

.personalize__copy p {
	max-width: 28rem;
	margin-left: auto;
	margin-right: 0;
	font-size: clamp(0.95rem, 1vw, 1.08rem);
	line-height: 1.48;
}

.personalize__copy h3 {
	margin: 32px 0 18px;
	font-family: var(--np-display-font);
	font-size: clamp(1.6rem, 2.35vw, 2.45rem);
	color: var(--np-plum);
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.swatches {
	margin-bottom: 20px;
	display: grid;
	justify-items: end;
}

.swatch-group,
.swatch-labels {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	width: min(100%, 420px);
	margin-left: auto;
	margin-right: 0;
}

.swatch-group {
	max-width: 420px;
	justify-items: center;
}

.swatch-labels {
	max-width: 420px;
	font-size: 0.82rem;
	margin-top: 12px;
}

.swatches:first-of-type .swatch-group,
.swatches:first-of-type .swatch-labels {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(100%, 250px);
	max-width: 250px;
}

.swatch {
	display: block;
	width: clamp(42px, 3.4vw, 58px);
	aspect-ratio: 0.82;
	padding: 0;
	border: 0;
	border-radius: 48% 52% 43% 57% / 34% 42% 58% 66%;
	background: transparent;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
	cursor: pointer;
	transition: box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
	appearance: none;
}

.swatch--custom {
	background: var(--swatch-color, #fffdf5);
}

.swatch:hover,
.swatch:focus-visible,
.swatch.is-active {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.84), 0 10px 22px rgba(183, 109, 157, 0.16);
	filter: saturate(1.06);
	transform: translateY(-3px) rotate(-4deg);
}

.swatch:focus-visible {
	outline: 2px solid rgba(183, 109, 157, 0.46);
	outline-offset: 4px;
}

@keyframes stitch-pop {
	0% {
		opacity: 0.18;
		transform: rotate(9deg) scale(0.9);
	}

	60% {
		opacity: 0.86;
		transform: rotate(12deg) scale(1.04);
	}

	100% {
		opacity: 0.72;
		transform: rotate(9deg) scale(1);
	}
}

@keyframes tag-pop {
	0% {
		transform: translateX(var(--tag-offset)) rotate(-4deg) scale(0.88);
	}

	65% {
		transform: translateX(var(--tag-offset)) rotate(-2deg) scale(1.05);
	}

	100% {
		transform: translateX(var(--tag-offset)) rotate(-4deg) scale(1);
	}
}

.swatch--light {
	background: #fffdf5;
}

.swatch--rose {
	background: #f8c3c4;
}

.swatch--mint {
	background: #bbefca;
}

.swatch--sky {
	background: #aeddf6;
}

.swatch--peach {
	background: #f7d1ca;
}

.swatch--powder {
	background: #cce5fa;
}

.testimonial {
	position: relative;
	padding: 88px 0 92px;
	background: linear-gradient(180deg, #f8dbdb 0%, #fdeaea 100%);
	overflow: hidden;
}

.testimonial__shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) 76px;
	gap: 26px;
	align-items: center;
}

.testimonial__inner {
	max-width: 780px;
	text-align: center;
	margin: 0 auto;
}

.testimonial__track {
	min-width: 0;
}

.testimonial__item[hidden] {
	display: none;
}

.testimonial__item.is-active {
	animation: np-hero-fade 260ms ease both;
}

.testimonial__inner h2 {
	font-size: clamp(2.7rem, 5vw, 5rem);
	color: var(--np-plum);
}

.testimonial__stars {
	margin: 10px 0 26px;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	color: #fffdfa;
}

.testimonial blockquote {
	margin: 0;
	font-size: clamp(1rem, 1.16vw, 1.16rem);
	color: #e6a0a0;
	font-style: italic;
}

.testimonial blockquote p {
	margin: 0 0 18px;
}

.testimonial__author {
	margin: 28px 0 18px;
	font-family: var(--np-display-font);
	font-size: clamp(2rem, 3vw, 3rem);
	color: var(--np-plum);
}

.testimonial__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 0;
	border-radius: 999px;
	background: #fffdf6;
	color: var(--np-plum);
	font-size: 2.5rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--np-shadow);
}

.testimonial__dots button,
.testimonial__dots span {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: transparent;
	border: 1px solid #ebb4b7;
}

.testimonial__dots button {
	padding: 0;
	appearance: none;
	cursor: pointer;
}

.testimonial__dots .is-active {
	background: #ebb4b7;
}

.testimonial__wave {
	position: absolute;
	left: -5%;
	width: 110%;
	height: 112px;
	bottom: -44px;
	background: #bfe3f3;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.testimonial__wave::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 22px;
	border-top: 2px dashed rgba(255, 252, 244, 0.72);
}

.site-footer {
	background: var(--np-blue);
	color: #5faacf;
	padding-top: 72px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr;
	gap: clamp(24px, 4vw, 48px);
	padding-bottom: 44px;
}

.footer-block h2 {
	font-size: clamp(1.7rem, 2.8vw, 2.8rem);
	color: #56a3c8;
	margin-bottom: 18px;
}

.footer-block p,
.footer-block li,
.footer-block a {
	color: #5faacf;
}

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

.footer-socials {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 999px;
	font-size: 0.86rem;
	color: #fff;
}

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

.footer-form input {
	width: 100%;
	padding: 14px 18px;
	border: 0;
	border-radius: 18px;
	background: #fffdf6;
	font: inherit;
	color: #cfbc96;
}

.footer-form button {
	justify-self: center;
	min-width: 104px;
	padding: 14px 24px;
	border: 0;
	border-radius: 999px;
	background: #5faacf;
	color: #fff;
	font: inherit;
	font-style: italic;
	text-transform: uppercase;
	cursor: pointer;
}

.footer-bottom {
	padding: 20px 24px 24px;
	text-align: center;
	font-size: 0.86rem;
	color: #c7b283;
	background: rgba(255, 252, 244, 0.82);
}

.site-main--simple {
	padding: 88px 0;
}

.content-shell {
	max-width: 820px;
}

.content-shell--wide {
	max-width: 1180px;
}

.entry-card {
	padding: 40px;
	border-radius: 32px;
	background: #fff;
	box-shadow: var(--np-shadow);
}

.entry-card__title {
	font-size: clamp(2rem, 3vw, 3rem);
	color: var(--np-plum);
}

.entry-card--woocommerce .woocommerce-breadcrumb,
.entry-card--woocommerce .woocommerce-result-count {
	color: #c0ab80;
}

.page-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(420px, 58vw, 760px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 252, 244, 0.28), rgba(255, 252, 244, 0.12));
}

.page-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 0 20%;
}

.page-hero h1 {
	margin: 0;
	font-family: var(--np-display-font);
	font-size: clamp(4rem, 8vw, 7rem);
	font-weight: 500;
	letter-spacing: -0.08em;
	color: #fff;
}

.page-hero--store {
	background-image: url("../images/foto%20nonna%20pupa/_SIM0627.jpg");
	background-position: center 62%;
}

.page-hero--contact {
	background-image: url("../images/foto%20nonna%20pupa/_SIM0697.jpg");
	background-position: center 36%;
}

.page-hero--shop {
	background-image: url("../images/foto%20nonna%20pupa/_SIM0669.jpg");
	background-position: center 52%;
}

.store-intro,
.contact-overview,
.contact-panels {
	padding: 88px 0;
}

.store-intro__grid,
.contact-overview__grid,
.contact-panels__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(30px, 4vw, 60px);
	align-items: center;
}

.store-intro h2,
.store-showcase__card h3,
.store-cta-band h2,
.contact-form-card h2,
.contact-visit h2,
.contact-tagline h2,
.shop-filter-block h2 {
	margin: 0 0 24px;
	font-family: var(--np-display-font);
	letter-spacing: -0.07em;
	line-height: 0.95;
}

.store-intro h2 {
	font-size: clamp(3rem, 5vw, 5.2rem);
	color: #d2c8bb;
	max-width: 7ch;
}

.store-intro p {
	margin: 0 0 16px;
	color: #c8bda9;
	font-size: clamp(1rem, 1.25vw, 1.26rem);
}

.store-showcase {
	padding: 20px 0 110px;
}

.store-showcase__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
}

.store-showcase__photo img,
.contact-image-card img,
.contact-map-frame img {
	width: 100%;
	border-radius: 38px;
	box-shadow: var(--np-shadow);
}

.store-showcase__photo img {
	aspect-ratio: 0.88;
	object-fit: cover;
}

.store-showcase__photo:first-child img {
	object-position: center 38%;
}

.store-showcase__photo:last-child img {
	object-position: center 48%;
}

.store-showcase__card {
	padding: 42px 30px;
	text-align: center;
	background: linear-gradient(180deg, rgba(249, 244, 229, 0.95), rgba(248, 240, 223, 0.98));
	border-radius: 48% 52% 42% 58% / 24% 28% 72% 76%;
	box-shadow: var(--np-shadow);
}

.store-showcase__icon-row {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 22px;
}

.store-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 24px;
	background: rgba(247, 188, 197, 0.28);
}

.store-icon--rainbow::before {
	content: "\2307";
	font-size: 2rem;
	color: #f2afbd;
	transform: scaleX(1.4);
}

.store-icon--star::before {
	content: "\2726";
	font-size: 1.2rem;
	color: #f3b4c0;
}

.store-showcase__card h3 {
	font-size: clamp(2.6rem, 4vw, 4.3rem);
	color: #eba2af;
	max-width: 7ch;
	margin-inline: auto;
}

.store-showcase__card p {
	margin: 0 0 14px;
	color: #e8a5a8;
}

.store-feature {
	background: #fff;
}

.store-feature img {
	width: 100%;
	display: block;
	aspect-ratio: 2.25;
	object-fit: cover;
	object-position: center 32%;
}

.contact-image-card img {
	aspect-ratio: 0.92;
	object-fit: cover;
	object-position: center 40%;
}

.store-cta-band {
	padding: 76px 0 88px;
	background: linear-gradient(180deg, #f9d7d8 0%, #f8d4d4 100%);
}

.store-cta-band__inner {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr) 120px;
	align-items: center;
	gap: 22px;
	text-align: center;
}

.store-cta-band__inner h2 {
	font-size: clamp(2.8rem, 5vw, 5rem);
	color: var(--np-plum);
	max-width: 10ch;
	margin-inline: auto;
}

.store-cta-band__inner p {
	max-width: 42rem;
	margin: 0 auto;
	color: #d59aa2;
}

.store-cta-band__badge {
	width: 92px;
	height: 92px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.store-cta-band__badge::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	margin: 22px auto;
	border-radius: 18px;
	background: rgba(240, 164, 181, 0.85);
}

.store-cta-band__badge--right::before {
	border-radius: 22px;
}

.contact-overview__grid {
	align-items: start;
}

.contact-details__lead {
	margin: 0 0 28px;
	max-width: 28rem;
	color: #9dcdf0;
	font-size: clamp(1.1rem, 1.35vw, 1.35rem);
}

.contact-details__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 18px;
}

.contact-details__list li {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	font-size: 1.05rem;
	color: #67b7de;
}

.contact-details__list strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	padding: 10px 14px;
	border-radius: 18px;
	background: rgba(103, 183, 222, 0.12);
	color: #66b6dd;
}

.contact-image-card {
	position: relative;
	max-width: 520px;
	justify-self: end;
}

.contact-image-card__bubble {
	position: absolute;
	top: -26px;
	left: -46px;
	z-index: 1;
	max-width: 320px;
	padding: 22px 26px;
	border-radius: 48px;
	background: var(--np-blue-strong);
	color: #fff;
	box-shadow: var(--np-shadow);
}

.contact-form-card {
	padding: 44px;
	background: linear-gradient(180deg, #ffd0d0 0%, #ffd8d5 100%);
	border-radius: 52px;
	box-shadow: var(--np-shadow);
}

.contact-form-card h2 {
	font-size: clamp(2.3rem, 4vw, 3.8rem);
	color: var(--np-plum);
}

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

.contact-form-card__form input,
.contact-form-card__form textarea {
	width: 100%;
	padding: 16px 18px;
	border: 0;
	border-radius: 18px;
	background: rgba(255, 252, 244, 0.96);
	font: inherit;
	color: #cfbc96;
}

.contact-form-card__form button {
	justify-self: start;
	min-width: 180px;
	padding: 16px 26px;
	border: 0;
	border-radius: 999px;
	background: var(--np-plum);
	color: #fff;
	font: inherit;
	font-style: italic;
	text-transform: uppercase;
	cursor: pointer;
}

.contact-visit h2 {
	font-size: clamp(2.8rem, 4.5vw, 4.8rem);
	color: var(--np-plum);
	max-width: 8ch;
}

.contact-visit p,
.contact-visit__hours p {
	color: #eba5a2;
}

.contact-visit__hours {
	margin-top: 26px;
}

.contact-visit__hours h3 {
	margin: 0 0 18px;
	font-family: var(--np-display-font);
	font-size: clamp(2rem, 3vw, 3rem);
	letter-spacing: -0.06em;
	color: var(--np-plum);
}

.contact-visit__socials {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}

.contact-visit__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: var(--np-plum);
	color: #fff;
	font-weight: 600;
}

.contact-map-section {
	padding: 24px 0 80px;
}

.contact-map-frame {
	border-radius: 48px;
	overflow: hidden;
	box-shadow: var(--np-shadow);
}

.contact-tagline {
	padding: 86px 0 96px;
	background: var(--np-cream);
}

.contact-tagline__inner {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr) 140px;
	align-items: center;
	gap: 24px;
}

.contact-tagline h2 {
	font-size: clamp(2.8rem, 5vw, 5rem);
	color: #c9b88e;
	text-align: center;
	max-width: 10ch;
	margin-inline: auto;
}

.contact-tagline__icon {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.5);
}

.contact-tagline__icon::before {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
}

.contact-tagline__icon--sun::before {
	content: "\263C";
	color: rgba(255, 255, 255, 0.85);
}

.contact-tagline__icon--cloud::before {
	content: "\2601";
	color: rgba(255, 255, 255, 0.85);
}

.shop-intro {
	padding: 34px 0 12px;
}

.shop-intro__icons {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 92px);
	justify-content: center;
	gap: clamp(20px, 4vw, 70px);
}

.shop-intro__icons::before,
.shop-intro__icons::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background: rgba(224, 213, 189, 0.72);
	clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 35%);
}

.shop-intro__icons::before {
	left: 8%;
	top: 8px;
}

.shop-intro__icons::after {
	right: 18%;
	bottom: 2px;
	transform: scale(0.72) rotate(16deg);
}

.shop-intro__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	border-radius: 28px;
	background: transparent;
	opacity: 0.82;
}

.shop-intro__icon::before,
.shop-intro__icon::after {
	content: "";
	position: absolute;
	display: block;
}

.shop-intro__icon--bib::before {
	inset: 14px 19px 10px;
	border-radius: 44% 44% 52% 52% / 42% 42% 58% 58%;
	background:
		radial-gradient(circle at 50% 16%, var(--np-bg) 0 15px, transparent 16px),
		#ded6c2;
}

.shop-intro__icon--bib::after {
	left: 34px;
	top: 46px;
	width: 24px;
	height: 20px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 32% 44%, #a79d90 0 2px, transparent 3px),
		radial-gradient(circle at 68% 44%, #a79d90 0 2px, transparent 3px),
		radial-gradient(ellipse at 50% 72%, transparent 0 7px, #ded6c2 8px),
		#fffaf0;
	box-shadow: -8px -10px 0 -4px #fffaf0, 8px -10px 0 -4px #fffaf0;
}

.shop-intro__icon--onesie::before {
	left: 19px;
	top: 21px;
	width: 54px;
	height: 58px;
	clip-path: polygon(20% 6%, 38% 0, 50% 16%, 62% 0, 80% 6%, 96% 24%, 84% 42%, 72% 36%, 72% 82%, 57% 94%, 50% 86%, 43% 94%, 28% 82%, 28% 36%, 16% 42%, 4% 24%);
	background:
		repeating-linear-gradient(90deg, rgba(255, 252, 244, 0.68) 0 7px, transparent 7px 13px) 50% 3px / 34px 16px no-repeat,
		#eee6d3;
}

.shop-intro__icon--onesie::after {
	left: 43px;
	top: 49px;
	width: 14px;
	height: 11px;
	border-radius: 999px;
	background: #fffaf0;
	box-shadow: -5px -8px 0 -3px #fffaf0, 5px -8px 0 -3px #fffaf0, -4px 1px 0 -2px #a79d90, 4px 1px 0 -2px #a79d90;
}

.shop-intro__icon--sock::before {
	left: 28px;
	top: 15px;
	width: 36px;
	height: 62px;
	border-radius: 42% 42% 38% 42% / 20% 20% 68% 72%;
	background:
		repeating-linear-gradient(90deg, rgba(255, 252, 244, 0.66) 0 5px, transparent 5px 10px) 50% 0 / 100% 20px no-repeat,
		#ded6c2;
	transform: rotate(78deg);
}

.shop-intro__icon--sock::after {
	left: 25px;
	top: 53px;
	width: 24px;
	height: 18px;
	border-radius: 999px;
	background: #d7cfbb;
	transform: rotate(14deg);
}

.shop-intro__icon--swaddle::before,
.shop-intro__icon--pacifier::before {
	left: 31px;
	top: 12px;
	width: 34px;
	height: 70px;
	border-radius: 52% 48% 46% 54% / 18% 18% 82% 82%;
	background:
		radial-gradient(circle at 54% 25%, #a79d90 0 2px, transparent 3px),
		radial-gradient(circle at 38% 25%, #a79d90 0 2px, transparent 3px),
		radial-gradient(circle at 50% 36%, #f7dfb7 0 5px, transparent 6px),
		linear-gradient(116deg, transparent 0 55%, #ded6c2 56% 100%),
		#efe7d3;
	transform: rotate(10deg);
}

.shop-intro__icon--swaddle::after,
.shop-intro__icon--pacifier::after {
	left: 50px;
	top: 17px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #a79d90;
	border-radius: 999px;
	opacity: 0.72;
}

.shop-layout {
	padding: 42px 0 100px;
}

.shop-layout__grid {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.shop-filter-card {
	position: sticky;
	top: 134px;
	display: grid;
	gap: 34px;
}

.shop-filter-block h2 {
	font-size: clamp(2rem, 2.8vw, 3rem);
	color: #9d938d;
}

.shop-filter-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
	color: #cdbb9a;
}

.shop-filter-block li {
	font-size: 1.02rem;
}

.shop-filter-block li ul {
	margin-top: 8px;
	padding-left: 22px;
}

.shop-swatches {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	max-width: 210px;
}

.shop-range__labels {
	display: flex;
	justify-content: space-between;
	color: #d0bea1;
	font-size: 0.95rem;
}

.shop-range__track {
	position: relative;
	height: 6px;
	margin: 18px 0 10px;
	border-radius: 999px;
	background: rgba(157, 147, 141, 0.28);
}

.shop-range__track span {
	position: absolute;
	top: 50%;
	left: 42%;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #e7d8bf;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 5px rgba(231, 216, 191, 0.18);
}

.shop-range__value {
	font-size: 1.4rem;
	color: #ab9681;
}

.shop-age-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 260px;
}

.shop-age-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border: 1px solid rgba(205, 187, 154, 0.8);
	border-radius: 16px;
	color: #c7b698;
	font-size: 0.95rem;
}

.shop-products__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	color: #bda884;
}

.shop-products__header--placeholder {
	justify-content: flex-start;
}

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

.product-card {
	position: relative;
	overflow: hidden;
	border-radius: 40px;
	background: #fff;
	box-shadow: var(--np-shadow);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 54px rgba(159, 144, 124, 0.16);
}

.product-card__link {
	display: block;
}

.product-card__image {
	position: relative;
	overflow: hidden;
}

.product-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 0.86;
	object-fit: cover;
	transition: transform 220ms ease, opacity 220ms ease;
}

.product-card__image-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.product-card:hover .product-card__image-hover {
	opacity: 1;
}

.product-card:hover .product-card__image-primary {
	transform: scale(1.025);
}

.product-card__badge {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 12px;
	background: #d49b55;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.product-card__variants {
	display: grid;
	gap: 10px;
	margin-bottom: 12px;
}

.product-card__colors,
.product-card__chips {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.product-card__swatch {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(165, 145, 108, 0.22);
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(159, 144, 124, 0.12);
}

.product-card__chips span {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 5px 9px;
	background: #a97e52;
	color: #fff;
	font-size: 0.78rem;
	line-height: 1;
}

.product-card--placeholder .product-card__image img {
	object-position: center 34%;
}

.product-card__meta {
	padding: 18px 20px 22px;
	background: #e7ddc6;
}

.product-card__title {
	margin: 0;
	font-family: var(--np-display-font);
	font-size: 1.55rem;
	letter-spacing: -0.05em;
	color: #fff;
}

.product-card__subtitle {
	margin: 6px 0 12px;
	color: rgba(255, 255, 255, 0.82);
}

.product-card__price,
.product-card .price {
	margin-top: 6px;
	color: #fff;
	font-size: 1.05rem;
}

.shop-pagination {
	margin-top: 42px;
}

.shop-pagination .page-numbers,
.entry-card--woocommerce .button,
.entry-card--woocommerce button,
.entry-card--woocommerce input.button {
	border-radius: 999px;
}

.entry-card--woocommerce .button,
.entry-card--woocommerce button,
.entry-card--woocommerce input.button {
	background: var(--np-plum);
	color: #fff;
	border: 0;
}

.entry-card--woocommerce .quantity .qty,
.entry-card--woocommerce input,
.entry-card--woocommerce select,
.entry-card--woocommerce textarea {
	border-radius: 14px;
	border: 1px solid rgba(206, 183, 137, 0.4);
	padding: 12px 14px;
}

@media (max-width: 1080px) {
	.topbar::after {
		left: 0;
		width: 100%;
	}

	.hero__grid,
	.story__grid,
	.personalize__grid,
	.collections__intro,
	.footer-grid,
	.store-intro__grid,
	.contact-overview__grid,
	.contact-panels__grid,
	.contact-tagline__inner {
		grid-template-columns: 1fr;
	}

	.nav-shell {
		flex-wrap: wrap;
		padding: 16px 0 24px;
	}

	.primary-nav {
		order: 3;
		width: 100%;
		flex-wrap: wrap;
		padding-bottom: 12px;
	}

	.hero__media {
		justify-self: center;
		width: min(100%, 640px);
	}

	.hero__photo {
		margin-inline: auto;
	}

	.story__photo {
		margin-right: 0;
		justify-self: center;
		max-width: 680px;
	}

	.story__card {
		margin-left: 0;
		min-height: auto;
		padding: 52px 42px;
		border-radius: 58px;
	}

	.story__card::before {
		inset: 0;
		border-radius: inherit;
		clip-path: none;
	}

	.personalize__media {
		justify-self: center;
		width: min(100%, 640px);
	}

	.personalize__photo {
		margin-inline: auto;
	}

	.personalize__copy {
		justify-self: center;
		text-align: center;
	}

	.personalize__copy h2,
	.personalize__copy p {
		margin-inline: auto;
	}

	.swatches {
		justify-items: center;
	}

	.swatch-group,
	.swatch-labels {
		margin-inline: auto;
	}

	.collections__cta {
		justify-content: flex-start;
	}

	.store-showcase__grid {
		grid-template-columns: 1fr;
	}

	.store-cta-band__inner {
		grid-template-columns: 1fr;
	}

	.contact-image-card {
		justify-self: stretch;
	}

	.contact-image-card__bubble {
		position: static;
		max-width: none;
		margin-bottom: 18px;
	}

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

	.shop-filter-card {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.testimonial__shell {
		grid-template-columns: 1fr;
	}

	.testimonial__arrow {
		display: none;
	}
}

@media (max-width: 820px) {
	body.nonna-pupa-theme {
		font-size: 16px;
	}

	.topbar::after {
		height: 58px;
		bottom: -30px;
	}

	.topbar__inner {
		padding: 12px 0;
	}

	.topbar__inner,
	.topbar__meta,
	.nav-shell {
		flex-direction: row;
		align-items: center;
	}

	.topbar__inner {
		justify-content: space-between;
	}

	.topbar__meta {
		width: auto;
		justify-content: flex-end;
	}

	.topbar__pill {
		padding-inline: 14px;
	}

	.cart-cta {
		min-width: 0;
	}

	.hero,
	.story,
	.collections,
	.personalize,
	.testimonial,
	.store-intro,
	.contact-overview,
	.contact-panels,
	.shop-layout {
		padding: 64px 0 72px;
	}

	.hero__copy h1,
	.collections__intro h2,
	.story__card h2,
	.personalize__copy h2,
	.testimonial__inner h2 {
		line-height: 0.92;
	}

	.collections__cards {
		grid-template-columns: 1fr;
		gap: 58px;
	}

	.collections__cards::before {
		display: none;
	}

	.hero__media,
	.personalize__media {
		min-height: auto;
	}

	.hero__media::before,
	.hero__media::after,
	.personalize__media::before,
	.personalize__media::after {
		inset: 20px 10px 48px;
	}

	.personalize__media::after {
		display: none;
	}

	.personalize__thread {
		left: 48%;
		bottom: 20%;
		width: 34%;
		height: 22%;
	}

	.personalize__tag {
		--tag-offset: 0;
		top: 9%;
		left: 8%;
		bottom: auto;
		min-width: 136px;
		min-height: 48px;
		font-size: 0.82rem;
	}

	.hero__photo,
	.personalize__photo {
		width: min(100%, 460px);
	}

	.hero__photo img {
		aspect-ratio: 1;
	}

	.hero__dots {
		position: static;
		margin-top: 22px;
	}

	.story__photo-frame img {
		aspect-ratio: 1;
	}

	.story__sun {
		top: -24px;
		left: 18px;
		width: 96px;
		height: 96px;
	}

	.story__sun::before {
		inset: -22px;
	}

	.story__sun::after {
		top: 35px;
		width: 30px;
		height: 20px;
	}

	.personalize__copy h3 {
		white-space: normal;
	}

	.personalize__note {
		position: relative;
		right: auto;
		bottom: auto;
		margin: -76px auto 0;
	}

	.swatch-group,
	.swatch-labels,
	.swatches:first-of-type .swatch-group,
	.swatches:first-of-type .swatch-labels {
		max-width: none;
	}

	.page-hero__inner {
		padding-bottom: 24%;
	}

	.contact-form-card {
		padding: 28px;
	}

	.contact-details__list li {
		flex-direction: column;
		align-items: flex-start;
	}

	.shop-filter-card,
	.product-grid {
		grid-template-columns: 1fr;
	}

	.shop-intro__icons {
		grid-template-columns: repeat(2, 92px);
	}

	.testimonial__wave {
		height: 84px;
		bottom: -30px;
	}
}

/* Store page mockup */
.nonna-pupa-store-page .site-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: transparent;
}

.nonna-pupa-store-page #wpadminbar ~ .site-header {
	top: 32px;
}

.nonna-pupa-store-page .nav-shell {
	background: transparent;
}

.nonna-pupa-store-page .page-hero--store {
	min-height: clamp(650px, 58vw, 930px);
	align-items: center;
	overflow: hidden;
	background-image: url("../images/foto%20nonna%20pupa/_SIM0627.jpg");
	background-position: center 48%;
}

.nonna-pupa-store-page .page-hero--store::after {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(255, 252, 244, 0.18), rgba(255, 252, 244, 0.52)),
		rgba(255, 255, 255, 0.42);
}

.nonna-pupa-store-page .page-hero--store::before {
	content: "";
	position: absolute;
	left: -6%;
	right: -6%;
	bottom: -2px;
	z-index: 2;
	height: 112px;
	background: var(--np-bg);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.nonna-pupa-store-page .page-hero__inner {
	z-index: 3;
	padding: 12% 0 8%;
}

.nonna-pupa-store-page .page-hero__inner::after {
	content: "";
	position: absolute;
	left: -30vw;
	right: -30vw;
	bottom: 12%;
	border-top: 2px dashed rgba(248, 234, 197, 0.95);
}

.nonna-pupa-store-page .page-hero h1 {
	font-size: clamp(5rem, 8vw, 8.4rem);
	font-weight: 400;
	color: #fff;
	text-transform: lowercase;
	text-shadow: 0 10px 30px rgba(185, 165, 128, 0.12);
}

.nonna-pupa-store-page .store-intro {
	padding: 86px 0 46px;
}

.nonna-pupa-store-page .store-intro__grid {
	grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
	gap: clamp(42px, 6vw, 96px);
	align-items: start;
}

.nonna-pupa-store-page .store-intro h2 {
	max-width: 15ch;
	margin-left: auto;
	text-align: center;
	font-size: clamp(3.4rem, 5.9vw, 6.7rem);
	line-height: 1.02;
	color: #d8d3c9;
}

.nonna-pupa-store-page .store-intro p {
	max-width: 49rem;
	margin: 0 0 10px;
	color: #d4cfc4;
	font-size: clamp(1.32rem, 1.9vw, 2rem);
	line-height: 1.55;
}

.nonna-pupa-store-page .store-showcase {
	position: relative;
	overflow: visible;
	padding: 86px 0 150px;
}

.nonna-pupa-store-page .store-showcase::before,
.nonna-pupa-store-page .store-showcase::after {
	display: none;
}

.nonna-pupa-store-page .store-showcase__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr) minmax(0, 0.98fr);
	gap: 0;
	align-items: center;
}

.nonna-pupa-store-page .store-showcase__grid::before {
	content: "";
	position: absolute;
	left: 20%;
	right: 20%;
	top: 9%;
	bottom: 7%;
	z-index: 0;
	background: #fff8e9;
	border-radius: 22% 78% 28% 72% / 18% 26% 74% 82%;
}

.nonna-pupa-store-page .store-showcase__photo {
	position: relative;
	z-index: 1;
}

.nonna-pupa-store-page .store-showcase__photo img {
	width: 100%;
	aspect-ratio: 0.86;
	object-fit: cover;
	border-radius: 48% 52% 42% 58% / 30% 26% 74% 70%;
	box-shadow: none;
}

.nonna-pupa-store-page .store-showcase__photo:first-child {
	transform: translateX(16px);
}

.nonna-pupa-store-page .store-showcase__photo:first-child img {
	object-position: center 40%;
	border-radius: 48% 52% 42% 58% / 28% 24% 76% 72%;
}

.nonna-pupa-store-page .store-showcase__photo:last-child {
	transform: translateX(-16px);
}

.nonna-pupa-store-page .store-showcase__photo:last-child img {
	object-position: center 45%;
	border-radius: 52% 48% 58% 42% / 25% 31% 69% 75%;
}

.nonna-pupa-store-page .store-showcase__card {
	position: relative;
	z-index: 2;
	padding: 42px 34px;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

.nonna-pupa-store-page .store-showcase__icon-row {
	position: relative;
	height: 128px;
	margin: 0 0 6px;
}

.nonna-pupa-store-page .store-icon {
	position: absolute;
	background: transparent;
	box-shadow: none;
}

.nonna-pupa-store-page .store-icon--rainbow {
	left: 50%;
	top: 0;
	width: 148px;
	height: 112px;
	border: 24px solid #ffd4d1;
	border-bottom: 0;
	border-radius: 148px 148px 0 0;
	transform: translateX(-50%);
}

.nonna-pupa-store-page .store-icon--rainbow::before {
	content: "";
	position: absolute;
	left: 22px;
	top: 24px;
	width: 56px;
	height: 58px;
	border: 18px solid #fff8e9;
	border-bottom: 0;
	border-radius: 70px 70px 0 0;
	transform: none;
}

.nonna-pupa-store-page .store-icon--rainbow::after {
	content: "";
	position: absolute;
	inset: 13px 18px auto;
	height: 44px;
	border-top: 8px dotted #fff8e9;
	border-radius: 999px;
}

.nonna-pupa-store-page .store-icon--star {
	width: 36px;
	height: 36px;
}

.nonna-pupa-store-page .store-icon--star::before {
	content: "\2727";
	color: #efaaa9;
	font-size: 2rem;
}

.nonna-pupa-store-page .store-icon--star:nth-child(2) {
	left: 8%;
	top: 54px;
}

.nonna-pupa-store-page .store-icon--star:nth-child(3) {
	right: 5%;
	bottom: 8px;
}

.nonna-pupa-store-page .store-showcase__card h3 {
	max-width: 8ch;
	margin: 0 auto 24px;
	font-size: clamp(2.8rem, 4vw, 4.9rem);
	line-height: 1.04;
	color: #eeaaa9;
}

.nonna-pupa-store-page .store-showcase__card p {
	max-width: 33rem;
	margin: 0 auto 12px;
	color: #eda9aa;
	font-size: clamp(1rem, 1.18vw, 1.22rem);
	line-height: 1.38;
}

.nonna-pupa-store-page .store-feature {
	position: relative;
	min-height: clamp(540px, 55vw, 820px);
	overflow: hidden;
	background: var(--np-bg);
}

.nonna-pupa-store-page .store-feature::before {
	content: "";
	position: absolute;
	left: -5%;
	right: -5%;
	top: -1px;
	z-index: 2;
	height: 104px;
	background: var(--np-bg);
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.nonna-pupa-store-page .store-feature::after {
	content: "";
	position: absolute;
	left: -5%;
	right: -5%;
	bottom: -2px;
	z-index: 2;
	height: 112px;
	background: var(--np-rose);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.nonna-pupa-store-page .store-feature img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center 35%;
	opacity: 0.22;
	filter: saturate(80%) brightness(1.15);
}

.nonna-pupa-store-page .store-cta-band {
	position: relative;
	overflow: hidden;
	padding: 142px 0 196px;
	background: var(--np-rose);
}

.nonna-pupa-store-page .store-cta-band::after {
	content: "";
	position: absolute;
	left: -5%;
	right: -5%;
	bottom: -34px;
	height: 116px;
	background: var(--np-blue);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.nonna-pupa-store-page .store-cta-band__inner {
	position: relative;
	z-index: 1;
	grid-template-columns: 170px minmax(0, 1fr) 170px;
	gap: clamp(24px, 5vw, 72px);
}

.nonna-pupa-store-page .store-cta-band__inner h2 {
	max-width: 850px;
	margin-bottom: 0;
	font-size: clamp(3.2rem, 5.5vw, 6rem);
	line-height: 1.14;
	color: var(--np-plum);
}

.nonna-pupa-store-page .store-cta-band__inner p {
	display: none;
}

.nonna-pupa-store-page .store-cta-band__badge {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nonna-pupa-store-page .store-cta-band__badge::before {
	content: "";
	position: absolute;
	inset: 18px 24px 18px 30px;
	width: auto;
	height: auto;
	margin: 0;
	background: rgba(246, 180, 178, 0.74);
	border-radius: 44% 56% 48% 52% / 28% 24% 76% 72%;
	transform: rotate(-18deg);
}

.nonna-pupa-store-page .store-cta-band__badge::after {
	content: "\2727";
	position: absolute;
	right: 8px;
	top: 0;
	color: #fff;
	font-size: 2rem;
}

.nonna-pupa-store-page .store-cta-band__badge--right::before {
	border-radius: 42% 58% 55% 45% / 24% 28% 72% 76%;
	transform: rotate(18deg);
}

@media (max-width: 1080px) {
	.nonna-pupa-store-page .store-intro__grid,
	.nonna-pupa-store-page .store-showcase__grid,
	.nonna-pupa-store-page .store-cta-band__inner {
		grid-template-columns: 1fr;
	}

	.nonna-pupa-store-page .store-intro h2 {
		margin-inline: auto;
	}

	.nonna-pupa-store-page .store-showcase__grid {
		gap: 34px;
	}

	.nonna-pupa-store-page .store-showcase__grid::before {
		left: 8%;
		right: 8%;
		top: 22%;
		bottom: 22%;
	}

	.nonna-pupa-store-page .store-showcase__photo {
		max-width: 620px;
		margin-inline: auto;
		transform: none !important;
	}

	.nonna-pupa-store-page .store-cta-band__badge {
		display: none;
	}
}

@media (max-width: 820px) {
	.nonna-pupa-store-page .page-hero--store {
		min-height: 560px;
	}

	.nonna-pupa-store-page .page-hero__inner {
		padding: 28% 0 18%;
	}

	.nonna-pupa-store-page .store-intro,
	.nonna-pupa-store-page .store-showcase,
	.nonna-pupa-store-page .store-cta-band {
		padding-top: 72px;
	}

	.nonna-pupa-store-page .store-feature {
		min-height: 460px;
	}

	.nonna-pupa-store-page .store-cta-band {
		padding-bottom: 136px;
	}
}

/* WooCommerce shop mockup */
.nonna-pupa-shop-page .site-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: transparent;
}

.nonna-pupa-shop-page #wpadminbar ~ .site-header {
	top: 32px;
}

.nonna-pupa-shop-page .nav-shell {
	background: transparent;
}

.nonna-pupa-shop-page .page-hero--shop {
	min-height: clamp(620px, 56vw, 900px);
	align-items: center;
	overflow: hidden;
	background-image: url("../images/foto%20nonna%20pupa/_SIM0659.jpg");
	background-position: center 47%;
}

.nonna-pupa-shop-page .page-hero--shop::after {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(255, 252, 244, 0.48), rgba(255, 252, 244, 0.28)),
		rgba(255, 255, 255, 0.38);
}

.nonna-pupa-shop-page .page-hero--shop::before {
	content: "";
	position: absolute;
	left: -6%;
	right: -6%;
	bottom: -2px;
	z-index: 2;
	height: 104px;
	background: var(--np-bg);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.nonna-pupa-shop-page .page-hero__inner {
	z-index: 3;
	padding: 13% 0 8%;
}

.nonna-pupa-shop-page .page-hero__inner::after {
	content: "";
	position: absolute;
	left: -30vw;
	right: -30vw;
	bottom: 9%;
	border-top: 2px dashed rgba(248, 234, 197, 0.95);
}

.nonna-pupa-shop-page .page-hero h1 {
	font-size: clamp(4.8rem, 8vw, 8.2rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	text-transform: lowercase;
	color: rgba(255, 255, 255, 0.96);
	text-shadow: 0 12px 36px rgba(181, 155, 101, 0.16);
}

.shop-archive .shop-intro {
	padding: 68px 0 46px;
}

.shop-archive .shop-intro__icons {
	grid-template-columns: repeat(4, 120px);
	gap: clamp(46px, 7vw, 116px);
}

.shop-archive .shop-intro__icon {
	width: 120px;
	height: 120px;
	opacity: 0.76;
}

.shop-archive .shop-intro__icons::before {
	left: 6%;
	top: 4px;
}

.shop-archive .shop-intro__icons::after {
	right: 26%;
	bottom: 10px;
}

.shop-archive .shop-intro__icon--bib::before {
	inset: 15px 25px 11px;
}

.shop-archive .shop-intro__icon--bib::after {
	left: 45px;
	top: 62px;
}

.shop-archive .shop-intro__icon--onesie::before {
	left: 23px;
	top: 18px;
	width: 73px;
	height: 78px;
}

.shop-archive .shop-intro__icon--onesie::after {
	left: 55px;
	top: 58px;
}

.shop-archive .shop-intro__icon--sock::before {
	left: 36px;
	top: 15px;
	width: 46px;
	height: 78px;
}

.shop-archive .shop-intro__icon--sock::after {
	left: 32px;
	top: 67px;
}

.shop-archive .shop-intro__icon--swaddle::before,
.shop-archive .shop-intro__icon--pacifier::before {
	left: 40px;
	top: 9px;
	width: 44px;
	height: 90px;
}

.shop-archive .shop-intro__icon--swaddle::after,
.shop-archive .shop-intro__icon--pacifier::after {
	left: 64px;
	top: 16px;
}

.shop-archive .shop-layout {
	position: relative;
	overflow: hidden;
	padding: 38px 0 184px;
	background: var(--np-bg);
}

.shop-archive .shop-layout::after {
	content: "";
	position: absolute;
	left: -6%;
	right: -6%;
	bottom: -76px;
	height: 154px;
	background: var(--np-blue);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	pointer-events: none;
}

.shop-archive .shop-layout__grid {
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
	gap: clamp(50px, 6vw, 92px);
	max-width: min(1120px, calc(100% - 48px));
}

.shop-archive .shop-filter-card {
	top: 150px;
	gap: 52px;
}

.shop-archive .shop-filter-block h2 {
	margin-bottom: 18px;
	font-size: clamp(2.4rem, 4vw, 4.2rem);
	font-weight: 600;
	line-height: 0.88;
	letter-spacing: -0.06em;
	color: #9e9590;
}

.shop-archive .shop-filter-block ul {
	gap: 6px;
	color: #cdbb9b;
	font-size: 1rem;
	line-height: 1.35;
}

.shop-archive .shop-filter-block li {
	font-size: 1rem;
}

.shop-archive .shop-category-list a {
	color: #cdbb9b;
}

.shop-archive .shop-category-list > li > a::before {
	content: "\203A";
	display: inline-block;
	margin-right: 8px;
	color: #9e9590;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.shop-archive .shop-category-list .children {
	margin: 4px 0 0 20px;
	padding-left: 0;
}

.shop-archive .shop-swatches {
	grid-template-columns: repeat(4, 42px);
	gap: 16px 14px;
	max-width: 220px;
}

.shop-archive .shop-swatches .swatch {
	width: 42px;
	height: 54px;
	aspect-ratio: auto;
	border-radius: 50% 50% 45% 55% / 34% 42% 58% 66%;
	border: 1px solid rgba(226, 213, 186, 0.42);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.shop-archive .shop-swatches .swatch:hover,
.shop-archive .shop-swatches .swatch.is-active {
	transform: translateY(-2px);
	box-shadow: 0 0 0 5px rgba(234, 216, 171, 0.22);
}

.shop-archive .shop-range__labels {
	margin-bottom: 9px;
	font-size: 1rem;
	color: #c6b393;
}

.shop-archive .shop-range__input {
	width: 100%;
	height: 7px;
	margin: 10px 0 12px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #e4d3b5 var(--range-progress, 15%), rgba(158, 149, 144, 0.24) 0);
	accent-color: #e4d3b5;
	-webkit-appearance: none;
	appearance: none;
}

.shop-archive .shop-range__input::-webkit-slider-thumb {
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 999px;
	background: #e4d3b5;
	box-shadow: 0 0 0 8px rgba(228, 211, 181, 0.24);
	-webkit-appearance: none;
}

.shop-archive .shop-range__input::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 999px;
	background: #e4d3b5;
	box-shadow: 0 0 0 8px rgba(228, 211, 181, 0.24);
}

.shop-archive .shop-range__value {
	margin-top: 8px;
	font-size: 1.65rem;
	color: #af9a86;
}

.shop-archive .shop-filter-submit {
	margin-top: 14px;
	padding: 9px 22px;
	border: 0;
	border-radius: 999px;
	background: #f1e0b4;
	color: #c6a86e;
	font: inherit;
	font-size: 0.72rem;
	font-style: italic;
	text-transform: uppercase;
	cursor: pointer;
}

.shop-archive .shop-age-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 260px;
}

.shop-archive .shop-age-grid a,
.shop-archive .shop-age-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid rgba(205, 187, 154, 0.82);
	border-radius: 18px;
	background: rgba(255, 252, 244, 0.58);
	color: #c7b698;
	font-size: 1rem;
}

.shop-archive .shop-age-grid a:hover,
.shop-archive .shop-age-grid a.is-active {
	background: #f7efd8;
	color: #9e9590;
}

.shop-archive .shop-products__header {
	display: none;
}

.shop-archive .product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(58px, 6vw, 86px) clamp(42px, 5vw, 72px);
}

.shop-archive .product-card {
	position: relative;
	overflow: visible;
	padding-bottom: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.shop-archive .product-card:hover {
	transform: translateY(-5px);
	box-shadow: none;
}

.shop-archive .product-card__link {
	position: relative;
	display: grid;
	gap: 18px;
	min-height: 100%;
}

.shop-archive .product-card__image {
	overflow: hidden;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 12px 32px rgba(159, 144, 124, 0.08);
}

.shop-archive .product-card__image img {
	width: 100%;
	aspect-ratio: 0.86;
	object-fit: cover;
	object-position: center 42%;
	filter: saturate(0.86) brightness(1.06);
}

.shop-archive .product-card__badge {
	left: 18px;
	top: 18px;
	min-height: 34px;
	padding-inline: 12px;
	background: #d49b55;
	font-size: 0.75rem;
	letter-spacing: 0;
}

.shop-archive .product-card__variants {
	margin-bottom: 12px;
}

.shop-archive .product-card__swatch {
	width: 30px;
	height: 30px;
}

.shop-archive .product-card__chips span {
	background: #a97e52;
	font-size: 0.8rem;
}

.shop-archive .product-card__meta {
	position: static;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
	box-shadow: none;
}

.shop-archive .product-card__title {
	margin: 0 0 5px;
	font-size: clamp(1.12rem, 1.35vw, 1.5rem);
	font-weight: 500;
	line-height: 1.08;
	color: #171412;
}

.shop-archive .product-card__subtitle {
	margin: 0 0 5px;
	color: #b9a88e;
	font-size: 0.9rem;
	line-height: 1.2;
}

.shop-archive .product-card__price {
	display: block;
	color: #9e9084;
	font-size: 0.95rem;
}

.shop-archive .shop-pagination {
	display: flex;
	justify-content: center;
	margin-top: 66px;
}

.shop-archive .shop-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	min-height: 48px;
	margin: 0 4px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: #f1e0b4;
	color: #c6a86e;
	font-size: 0.74rem;
	font-style: italic;
	text-transform: uppercase;
}

@media (max-width: 1080px) {
	.nonna-pupa-shop-page .page-hero--shop {
		min-height: 620px;
	}

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

	.shop-archive .shop-filter-card {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px;
	}

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

@media (max-width: 820px) {
	.nonna-pupa-shop-page .site-header {
		position: relative;
		background: rgba(255, 252, 244, 0.94);
	}

	.nonna-pupa-shop-page .page-hero--shop {
		min-height: 440px;
	}

	.nonna-pupa-shop-page .page-hero__inner {
		padding: 22% 0 18%;
	}

		.shop-archive .shop-intro__icons {
			grid-template-columns: repeat(2, 110px);
		}

		.shop-archive .shop-intro__icon {
			width: 110px;
			height: 110px;
		}

		.shop-archive .shop-filter-card,
		.shop-archive .product-grid {
			grid-template-columns: 1fr;
	}

	.shop-archive .shop-layout {
		padding-bottom: 132px;
	}
}

/* Product and cart pages */
.wc-page-main {
	position: relative;
	overflow: hidden;
	padding: clamp(86px, 9vw, 142px) 0 clamp(120px, 10vw, 180px);
	background:
		radial-gradient(circle at 10% 18%, rgba(247, 239, 216, 0.52), transparent 28%),
		radial-gradient(circle at 92% 12%, rgba(249, 216, 216, 0.36), transparent 30%),
		var(--np-bg);
}

.wc-page-main::after {
	content: "";
	position: absolute;
	left: -6%;
	right: -6%;
	bottom: -76px;
	height: 150px;
	background: var(--np-blue);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	pointer-events: none;
}

.wc-page-main .content-shell {
	position: relative;
	z-index: 1;
}

.wc-page-main .entry-card--woocommerce {
	overflow: hidden;
	padding: clamp(30px, 5vw, 76px);
	border-radius: 58px;
	background: rgba(255, 252, 244, 0.88);
	box-shadow: 0 30px 80px rgba(205, 188, 150, 0.12);
}

.wc-page-main .woocommerce-breadcrumb {
	margin: 0 0 28px;
	color: #c8b48c;
	font-size: 0.95rem;
}

.wc-page-main .woocommerce-message,
.wc-page-main .woocommerce-info,
.wc-page-main .woocommerce-error {
	margin: 0 0 28px;
	padding: 18px 22px;
	border: 0;
	border-radius: 28px;
	background: #f7efd8;
	color: #aa9679;
	box-shadow: none;
}

.wc-page-main .woocommerce-message::before,
.wc-page-main .woocommerce-info::before {
	color: #b16d9b;
}

.wc-page-main .button,
.wc-page-main button.button,
.wc-page-main input.button,
.wc-page-main a.button,
.wc-page-main .checkout-button {
	border: 0;
	border-radius: 999px;
	background: #ffc2c6;
	color: #d88591;
	font-family: var(--np-display-font);
	font-size: 1.05rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	text-transform: lowercase;
	box-shadow: none;
}

.wc-page-main .button:hover,
.wc-page-main button.button:hover,
.wc-page-main input.button:hover,
.wc-page-main a.button:hover,
.wc-page-main .checkout-button:hover {
	background: #f8b8bd;
	color: #fff;
}

.wc-page-main input,
.wc-page-main select,
.wc-page-main textarea,
.wc-page-main .quantity .qty {
	border: 1px solid rgba(206, 183, 137, 0.42);
	border-radius: 18px;
	background: #fffdf6;
	color: #9e9084;
	font: inherit;
}

.wc-page-main--single .entry-card--woocommerce {
	background: transparent;
	box-shadow: none;
	padding-inline: 0;
}

.wc-page-main--single .woocommerce div.product {
	position: relative;
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 0.92fr);
	gap: clamp(38px, 5.6vw, 76px);
	align-items: start;
}

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

.wc-page-main--single .woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 22px 64px rgba(159, 144, 124, 0.1);
}

.wc-page-main--single .woocommerce-product-gallery::before {
	display: none;
}

.wc-page-main--single .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center 44%;
	filter: saturate(0.92) brightness(1.04);
}

.wc-page-main--single .woocommerce-product-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 12px 0 0;
	padding: 0;
}

.wc-page-main--single .woocommerce-product-gallery .flex-control-thumbs li {
	width: auto;
	float: none;
}

.wc-page-main--single .woocommerce-product-gallery .flex-control-thumbs img {
	aspect-ratio: 1;
	border-radius: 4px;
	opacity: 0.68;
}

.wc-page-main--single .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.wc-page-main--single .woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1;
}

.wc-page-main--single .np-single-product-badge,
.wc-page-main--single .woocommerce span.onsale {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 5;
	min-height: 34px;
	min-width: 0;
	padding: 8px 13px;
	border: 0;
	border-radius: 0;
	background: #d49b55;
	color: #fff;
	font: inherit;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.wc-page-main--single .summary.entry-summary {
	position: relative;
	display: grid;
	gap: 24px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
}

.wc-page-main--single .product_title {
	margin: 0;
	font-family: inherit;
	font-size: clamp(2.3rem, 4vw, 3.85rem);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: 0;
	color: #171412;
}

.wc-page-main--single .summary .price {
	margin: 0;
	color: #d49b55;
	font-size: clamp(1.45rem, 2.3vw, 2.15rem);
	font-weight: 700;
	line-height: 1.1;
}

.wc-page-main--single .summary .price::after {
	content: " IVA inclusa";
	color: #171412;
	font-size: clamp(0.92rem, 1.2vw, 1.1rem);
	font-weight: 400;
}

.wc-page-main--single .np-product-credit {
	padding: 17px 22px;
	border: 2px solid #d49b55;
	border-radius: 6px;
	color: #d49b55;
	font-size: clamp(1rem, 1.35vw, 1.22rem);
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.wc-page-main--single .woocommerce-product-details__short-description {
	max-width: 42rem;
	margin: 0;
	color: #171412;
	font-size: 1.08rem;
	line-height: 1.45;
}

.wc-page-main--single .summary form.cart {
	display: grid;
	gap: 20px;
	margin: 0;
}

.wc-page-main--single .summary form.cart table.variations,
.wc-page-main--single .summary form.cart table.variations tbody,
.wc-page-main--single .summary form.cart table.variations tr,
.wc-page-main--single .summary form.cart table.variations th,
.wc-page-main--single .summary form.cart table.variations td {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
}

.wc-page-main--single .summary form.cart table.variations tbody {
	display: grid;
	gap: 19px;
}

.wc-page-main--single .summary form.cart table.variations tr {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
}

.wc-page-main--single .summary form.cart table.variations label {
	margin: 0;
	color: #171412;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
}

.wc-page-main--single .summary form.cart table.variations select {
	width: min(100%, 300px);
	min-height: 54px;
	padding: 0 18px;
	border: 1px solid rgba(206, 183, 137, 0.54);
	border-radius: 6px;
	background-color: #fffdf6;
	color: #9e9084;
	font-size: 1rem;
}

.wc-page-main--single .summary form.cart table.variations select.np-variation-select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.wc-page-main--single .np-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	align-items: center;
}

.wc-page-main--single .np-variation-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	min-height: 56px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 0;
	background: #fffdf6;
	color: #171412;
	font: inherit;
	font-size: 1rem;
	line-height: 1;
	box-shadow: 0 12px 26px rgba(159, 144, 124, 0.04);
	cursor: pointer;
}

.wc-page-main--single .np-variation-option.is-active {
	border-color: #171412;
	box-shadow: none;
}

.wc-page-main--single .np-variation-option--color {
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	padding: 0;
	border: 3px solid #171412;
	border-radius: 999px;
	background: var(--option-color, #ded2ba);
	box-shadow: 0 4px 10px rgba(159, 144, 124, 0.16);
}

.wc-page-main--single .np-variation-option--color.is-active {
	box-shadow: 0 0 0 5px rgba(212, 155, 85, 0.14);
}

.wc-page-main--single .reset_variations {
	display: inline-block;
	margin-top: 9px;
	color: #aa9679;
	font-size: 0.86rem;
}

.wc-page-main--single .np-size-guide-link {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #171412;
	font-size: 0.98rem;
}

.wc-page-main--single .np-size-guide-link::before {
	content: "";
	width: 24px;
	height: 16px;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 0 0 12px 12px;
	box-shadow: inset 5px 0 0 -3px currentColor, inset 11px 0 0 -3px currentColor, inset 17px 0 0 -3px currentColor;
}

.wc-page-main--single .single_variation_wrap {
	display: grid;
	gap: 14px;
}

.wc-page-main--single .woocommerce-variation.single_variation {
	display: grid;
	gap: 7px;
	color: #9e9084;
	font-size: 0.98rem;
	text-align: left;
}

.wc-page-main--single .woocommerce-variation-description p,
.wc-page-main--single .woocommerce-variation-availability p,
.wc-page-main--single .woocommerce-variation-price .price {
	margin: 0;
}

.wc-page-main--single .woocommerce-variation-price .price {
	color: #d49b55;
	font-size: clamp(1.18rem, 1.7vw, 1.5rem);
}

.wc-page-main--single .woocommerce-variation-price .price::after {
	content: "";
}

.wc-page-main--single .stock {
	color: #9a9900;
	font-weight: 700;
}

.wc-page-main--single .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 16px;
	align-items: stretch;
}

.wc-page-main--single .summary .quantity .qty {
	width: 100%;
	min-height: 64px;
	border-radius: 6px;
	text-align: center;
	color: #b59b65;
}

.wc-page-main--single .single_add_to_cart_button {
	min-height: 64px;
	padding-inline: 34px;
	border-radius: 5px;
	background: #d49b55;
	color: #fff;
	font-size: 1.08rem;
	font-style: normal;
	text-transform: none;
}

.wc-page-main--single .single_add_to_cart_button:hover {
	background: #c88d45;
}

.wc-page-main--single .product_meta {
	display: grid;
	gap: 7px;
	justify-content: start;
	padding-top: 2px;
	color: #171412;
	font-size: 0.96rem;
}

.wc-page-main--single .product_meta a {
	color: #9e9084;
}

.wc-page-main--single .woocommerce-tabs,
.wc-page-main--single .related,
.wc-page-main--single .upsells {
	grid-column: 1 / -1;
	margin-top: 56px;
	padding: clamp(28px, 4vw, 48px);
	border-radius: 44px;
	background: rgba(255, 255, 255, 0.62);
	color: #aa9c83;
}

.wc-page-main--single .woocommerce-tabs .tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0;
	margin: 0 0 24px;
}

.wc-page-main--single .woocommerce-tabs .tabs::before {
	display: none;
}

.wc-page-main--single .woocommerce-tabs .tabs li {
	border: 0;
	border-radius: 999px;
	background: #f7efd8;
}

.wc-page-main--single .woocommerce-tabs .tabs li::before,
.wc-page-main--single .woocommerce-tabs .tabs li::after {
	display: none;
}

.wc-page-main--single .woocommerce-tabs .tabs li a,
.wc-page-main--single .related > h2,
.wc-page-main--single .upsells > h2,
.wc-page-main--cart .entry-card__title,
.wc-page-main--cart .cart_totals h2 {
	font-family: var(--np-display-font);
	color: #9e9590;
}

.wc-page-main--cart .entry-card--woocommerce {
	background: rgba(255, 252, 244, 0.92);
}

.wc-page-main--cart .entry-card__title {
	margin-bottom: 28px;
	font-size: clamp(3rem, 5vw, 5.6rem);
	line-height: 0.9;
	letter-spacing: -0.05em;
	color: #9e9590;
}

.wc-page-main--cart .woocommerce-cart-form table.shop_table,
.wc-page-main--cart .cart_totals table.shop_table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 14px;
}

.wc-page-main--cart table.shop_table th {
	border: 0;
	color: #c8b48c;
	font-family: var(--np-display-font);
	font-size: 1.25rem;
	font-weight: 600;
}

.wc-page-main--cart table.shop_table td {
	border: 0;
	background: #fff;
	color: #9e9084;
}

.wc-page-main--cart .woocommerce-cart-form table.shop_table td {
	padding: 18px;
}

.wc-page-main--cart .woocommerce-cart-form table.shop_table tr.cart_item td:first-child {
	border-radius: 26px 0 0 26px;
}

.wc-page-main--cart .woocommerce-cart-form table.shop_table tr.cart_item td:last-child {
	border-radius: 0 26px 26px 0;
}

.wc-page-main--cart .product-thumbnail img {
	width: 96px;
	border-radius: 30% 30% 15% 15% / 20% 20% 10% 10%;
}

.wc-page-main--cart .product-name a {
	color: #9e9590;
	font-family: var(--np-display-font);
	font-size: 1.25rem;
}

.wc-page-main--cart .coupon {
	display: flex;
	gap: 10px;
}

.wc-page-main--cart .coupon .input-text {
	min-width: 210px;
	padding: 12px 16px;
}

.wc-page-main--cart .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 460px);
	margin: 42px 0 0 auto;
	padding: 34px;
	border-radius: 42% 58% 40% 60% / 20% 24% 76% 80%;
	background: #fbf5e5;
	text-align: center;
}

.wc-page-main--cart .cart_totals h2 {
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	line-height: 0.92;
	letter-spacing: -0.05em;
}

.wc-page-main--cart .cart_totals table.shop_table td,
.wc-page-main--cart .cart_totals table.shop_table th {
	background: transparent;
	text-align: center;
}

.wc-page-main--cart .wc-proceed-to-checkout .checkout-button {
	width: auto;
	min-width: 220px;
	padding: 18px 34px;
}

.wc-page-main--cart .cart-empty {
	margin: 0 auto 22px;
	max-width: 38rem;
	color: #aa9679;
	text-align: center;
}

.wc-page-main--cart .return-to-shop {
	text-align: center;
}

.wc-page-main--account {
	padding-block: clamp(68px, 7vw, 112px) clamp(118px, 10vw, 176px);
}

.wc-page-main--account .entry-card--account {
	overflow: visible;
	padding: clamp(28px, 4vw, 56px);
	border: 1px solid rgba(206, 183, 137, 0.16);
	border-radius: 42px;
	background: rgba(255, 252, 244, 0.94);
	box-shadow: 0 28px 80px rgba(205, 188, 150, 0.13);
}

.wc-page-main--account .entry-card__title {
	margin: 0 0 clamp(28px, 4vw, 48px);
	color: var(--np-plum);
	font-family: var(--np-display-font);
	font-size: clamp(3.4rem, 5vw, 5.8rem);
	line-height: 0.95;
}

.wc-page-main--account .np-account-layout {
	display: grid !important;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: clamp(22px, 3.4vw, 46px);
	align-items: start;
	width: 100%;
	min-width: 0;
}

.wc-page-main--account .woocommerce-MyAccount-navigation,
.wc-page-main--account .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
	min-width: 0;
}

.wc-page-main--account .woocommerce-MyAccount-navigation {
	position: sticky;
	top: 132px;
	padding: 18px;
	border: 1px solid rgba(206, 183, 137, 0.18);
	border-radius: 28px;
	background: #fbf4e1;
	box-shadow: 0 18px 48px rgba(159, 144, 124, 0.1);
}

.wc-page-main--account .woocommerce-MyAccount-navigation::before {
	content: "menu profilo";
	display: block;
	margin: 0 0 14px 10px;
	color: #c2a36d;
	font-size: 0.72rem;
	font-style: italic;
	line-height: 1;
	text-transform: uppercase;
}

.wc-page-main--account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wc-page-main--account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.wc-page-main--account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 11px 14px 11px 16px;
	border-radius: 999px;
	color: #a89577;
	font-size: 0.95rem;
	line-height: 1.1;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.wc-page-main--account .woocommerce-MyAccount-navigation a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	opacity: 0.45;
	transform: rotate(45deg);
}

.wc-page-main--account .woocommerce-MyAccount-navigation .is-active a,
.wc-page-main--account .woocommerce-MyAccount-navigation a:hover {
	background: #ffc2ce;
	color: #bd7e84;
	transform: translateX(3px);
}

.wc-page-main--account .woocommerce-MyAccount-content {
	min-height: 520px;
	padding: clamp(24px, 3.4vw, 46px);
	border: 1px solid rgba(206, 183, 137, 0.18);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.66);
	color: #8f806d;
	box-shadow: 0 18px 54px rgba(159, 144, 124, 0.08);
}

.wc-page-main--account .woocommerce-MyAccount-content p {
	max-width: 62rem;
	margin-top: 0;
	font-size: 1.06rem;
	line-height: 1.58;
}

.wc-page-main--account .woocommerce-MyAccount-content h2,
.wc-page-main--account .woocommerce-MyAccount-content h3,
.wc-page-main--account .woocommerce form h2 {
	color: #9e9590;
	font-family: var(--np-display-font);
	font-size: clamp(2.2rem, 3.5vw, 3.6rem);
	line-height: 1;
}

.np-account-welcome {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin: 0 0 24px;
	padding: clamp(22px, 3vw, 34px);
	border-radius: 30px;
	background: linear-gradient(135deg, #fff1f4 0%, #fbf4e1 100%);
}

.np-account-welcome__copy {
	min-width: 0;
}

.np-account-welcome__copy span {
	display: block;
	margin-bottom: 8px;
	color: #c2a36d;
	font-size: 0.72rem;
	font-style: italic;
	line-height: 1;
	text-transform: uppercase;
}

.np-account-welcome__copy h2 {
	margin: 0 0 10px;
	color: var(--np-plum);
	font-family: var(--np-display-font);
	font-size: clamp(2.6rem, 4vw, 4.4rem);
	line-height: 0.94;
}

.np-account-welcome__copy p {
	max-width: 48rem;
	margin: 0;
	color: #8f806d;
}

.np-account-welcome__actions {
	display: grid;
	gap: 9px;
	min-width: 150px;
}

.np-account-welcome__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 252, 244, 0.76);
	color: #bd7e84;
	font-size: 0.82rem;
	font-style: italic;
	text-transform: uppercase;
}

.np-account-dashboard {
	display: grid;
	grid-template-columns: repeat(3, minmax(170px, 1fr));
	gap: 16px;
	margin: 0 0 28px;
}

.np-account-card {
	display: grid;
	gap: 10px;
	align-content: space-between;
	min-width: 0;
	min-height: 174px;
	padding: 20px;
	border-radius: 24px;
	background: #fffdf6;
	box-shadow: 0 18px 42px rgba(159, 144, 124, 0.08);
}

.np-account-card span,
.np-credit-hero span {
	color: #c2a36d;
	font-size: 0.73rem;
	font-style: italic;
	line-height: 1;
	text-transform: uppercase;
}

.np-account-card strong,
.np-credit-hero strong {
	color: #9e9590;
	font-family: var(--np-display-font);
	font-size: clamp(2.2rem, 3vw, 3.4rem);
	line-height: 0.92;
}

.np-account-card a,
.np-account-card small {
	color: #bd7e84;
	font-size: 0.82rem;
	line-height: 1.3;
}

.np-account-card--credits {
	background: #fff1f4;
}

.np-account-card--orders {
	background: #f7efd8;
}

.np-account-card--notifications {
	background: #f5fbfd;
}

.np-account-credits {
	display: grid;
	gap: 22px;
}

.np-credit-hero {
	display: grid;
	gap: 12px;
	padding: clamp(24px, 4vw, 42px);
	border-radius: 42% 58% 43% 57% / 18% 20% 80% 82%;
	background: #fff1f4;
	text-align: center;
}

.np-credit-hero p {
	margin: 0 auto;
	color: #9d8e76;
}

.np-credit-log {
	padding: 24px;
	border-radius: 28px;
	background: #fffdf6;
}

.np-credit-log h2 {
	margin-top: 0;
}

.np-credit-log ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.np-credit-log li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 4px 18px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid rgba(181, 155, 101, 0.14);
}

.np-credit-log li:last-child {
	border-bottom: 0;
}

.np-credit-log li > span {
	color: #776b5f;
	font-weight: 700;
}

.np-credit-log li > strong {
	color: #bd7e84;
}

.np-credit-log time {
	grid-column: 1 / -1;
	color: #b9a88e;
	font-size: 0.82rem;
}

.wc-page-main--account .woocommerce form.login,
.wc-page-main--account .woocommerce form.register,
.wc-page-main--account .woocommerce form.edit-account,
.wc-page-main--account .woocommerce-address-fields {
	padding: clamp(22px, 3vw, 34px);
	border: 0;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.64);
}

.wc-page-main--account table.shop_table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.wc-page-main--account table.shop_table th,
.wc-page-main--account table.shop_table td {
	border: 0;
	background: #fffdf6;
	color: #8f806d;
}

.wc-page-main--account table.shop_table th:first-child,
.wc-page-main--account table.shop_table td:first-child {
	border-radius: 18px 0 0 18px;
}

.wc-page-main--account table.shop_table th:last-child,
.wc-page-main--account table.shop_table td:last-child {
	border-radius: 0 18px 18px 0;
}

	@media (max-width: 1080px) {
		.wc-page-main--single .woocommerce div.product {
			grid-template-columns: 1fr;
		}

		.wc-page-main--single .summary.entry-summary {
			max-width: 760px;
		}

	.wc-page-main--account .np-account-layout {
		grid-template-columns: 1fr;
	}

	.wc-page-main--account .woocommerce-MyAccount-navigation {
		position: static;
	}

	.wc-page-main--account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.wc-page-main {
		padding-top: 64px;
	}

		.wc-page-main .entry-card--woocommerce {
			padding: 24px;
			border-radius: 34px;
		}

		.wc-page-main--cart .coupon {
			flex-direction: column;
		}

	.wc-page-main--cart .woocommerce-cart-form {
		overflow-x: auto;
	}

	.np-account-dashboard {
		grid-template-columns: 1fr;
	}

	.np-account-welcome {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 640px) {
	.wc-page-main--account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	.wc-page-main--account .woocommerce-MyAccount-content {
		padding: 20px;
		border-radius: 26px;
	}

	.np-account-welcome__actions {
		grid-template-columns: 1fr;
	}

	.np-credit-log li {
		grid-template-columns: 1fr;
	}
}

/* Header responsive reset: one navigation, no duplicate mobile menu. */
.mobile-nav {
	display: none !important;
}

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

@media (max-width: 1080px) {
	.nav-shell {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		min-height: auto;
		padding: 18px 0 22px;
		gap: 14px 20px;
	}

	.brand--header {
		order: 1;
		width: clamp(124px, 22vw, 158px);
	}

		.nav-shell > .nav-cart {
			order: 2;
			display: inline-flex !important;
			flex: 0 0 auto;
			margin-left: auto;
	}

	.primary-nav {
		order: 3;
		display: flex !important;
		flex: 0 0 100%;
		width: 100%;
		justify-content: center;
		gap: clamp(18px, 4vw, 34px);
		padding: 10px 0 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.primary-nav::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 900px) {
	.nonna-pupa-store-page .site-header,
	.nonna-pupa-shop-page .site-header {
		position: relative;
		top: auto;
		background: rgba(255, 252, 244, 0.96);
	}

	.nonna-pupa-store-page #wpadminbar ~ .site-header,
	.nonna-pupa-shop-page #wpadminbar ~ .site-header,
	body.admin-bar.nonna-pupa-store-page .site-header,
	body.admin-bar.nonna-pupa-shop-page .site-header {
		top: auto;
	}

	.topbar__inner,
	.topbar__meta,
	.nav-shell {
		flex-direction: row !important;
	}

	.topbar__inner {
		min-height: 0;
		padding: 10px 0 14px;
		align-items: center;
		justify-content: space-between;
	}

	.topbar__meta {
		width: auto;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: nowrap;
	}

	.primary-nav {
		font-size: clamp(0.82rem, 2.2vw, 0.96rem);
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	body.admin-bar.nonna-pupa-store-page .site-header,
	body.admin-bar.nonna-pupa-shop-page .site-header {
		top: auto;
	}
}

@media (max-width: 640px) {
	.topbar::before {
		bottom: -12px;
	}

	.topbar::after {
		height: 46px;
		bottom: -24px;
	}

	.topbar__tagline {
		display: none;
	}

	.topbar__inner {
		justify-content: center;
		padding: 8px 0 11px;
	}

	.topbar__meta {
		width: 100%;
		justify-content: center;
		gap: 8px;
		flex-wrap: wrap;
	}

	.topbar__item {
		display: inline-flex;
		justify-content: center;
		width: 100%;
		font-size: 0.78rem;
		line-height: 1.2;
	}

	.topbar__pill {
		max-width: none;
		padding: 6px 12px;
		white-space: nowrap;
	}

	.topbar__icon {
		width: 30px;
		height: 30px;
	}

	.nav-shell {
		justify-content: center;
		padding: 16px 0 18px;
		gap: 14px 18px;
		text-align: center;
	}

	.brand--header {
		width: clamp(124px, 42vw, 154px);
		margin-inline: auto;
	}

		.nav-shell > .nav-cart {
			margin: 0 auto;
		}

		.nav-cart > .cart-cta {
			min-width: 178px;
			padding: 13px 24px;
		}

	.primary-nav {
		justify-content: flex-start;
		gap: 22px;
		padding: 10px 0 4px;
		font-size: clamp(0.9rem, 4.1vw, 1rem);
		text-align: left;
	}
}

@media (max-width: 420px) {
	.topbar__pill {
		font-size: 0.68rem;
	}

		.nav-cart > .cart-cta {
			min-width: 164px;
			padding-inline: 20px;
		}

	.primary-nav {
		gap: 18px;
	}
}

/* Dynamic WordPress menus and sliders. */
.primary-nav__list a {
	display: inline-flex;
	white-space: nowrap;
}

@media (max-width: 1080px) {
	.primary-nav__list {
		width: 100%;
		gap: clamp(18px, 4vw, 34px);
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.primary-nav__list::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 640px) {
	.primary-nav__list {
		justify-content: flex-start;
		min-width: max-content;
		gap: 22px;
	}

	.collections__slide {
		grid-template-columns: minmax(0, 1fr);
		max-width: 420px;
		margin-inline: auto;
		gap: 58px;
	}

	.collection-star {
		display: none;
	}
}

/* Contact page mockup */
.nonna-pupa-contact-page .site-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: transparent;
}

.nonna-pupa-contact-page #wpadminbar ~ .site-header {
	top: 32px;
}

.nonna-pupa-contact-page .nav-shell {
	background: transparent;
}

.nonna-pupa-contact-page .page-hero--contact {
	min-height: clamp(660px, 58vw, 900px);
	align-items: center;
	overflow: hidden;
	background-image: url("../images/contact-hero.png");
	background-image: var(--contact-hero-image, image-set(
		url("../images/responsive/contact-hero-768.webp") type("image/webp") 1x,
		url("../images/responsive/contact-hero-1440.webp") type("image/webp") 2x,
		url("../images/contact-hero.png") type("image/png") 2x
	));
	background-position: center 58%;
	background-size: 118% auto;
}

.nonna-pupa-contact-page .page-hero--contact::after {
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 252, 244, 0.03), rgba(255, 252, 244, 0.06));
}

.nonna-pupa-contact-page .page-hero--contact::before {
	content: "";
	position: absolute;
	left: -8%;
	right: -8%;
	bottom: -2px;
	z-index: 2;
	height: clamp(78px, 7vw, 118px);
	background: var(--np-bg);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.nonna-pupa-contact-page .page-hero__inner {
	z-index: 3;
	padding: 13% 0 11%;
}

.nonna-pupa-contact-page .page-hero__inner::after {
	content: "";
	position: absolute;
	left: -32vw;
	right: -32vw;
	bottom: 11%;
	z-index: -1;
	border-top: 2px dashed rgba(248, 234, 197, 0.95);
}

.nonna-pupa-contact-page .page-hero h1 {
	margin: 0;
	font-family: var(--np-display-font);
	font-size: clamp(5rem, 8vw, 8.4rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	color: #fff;
	text-transform: lowercase;
	text-shadow: 0 12px 38px rgba(115, 96, 72, 0.18);
}

.nonna-pupa-contact-page .page-hero--contact-composite h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.nonna-pupa-contact-page .contact-overview {
	padding: clamp(86px, 9vw, 140px) 0 clamp(74px, 8vw, 118px);
}

.nonna-pupa-contact-page .contact-overview__grid {
	grid-template-columns: minmax(300px, 0.88fr) minmax(360px, 1.12fr);
	gap: clamp(70px, 10vw, 150px);
	align-items: center;
}

.nonna-pupa-contact-page .contact-details {
	justify-self: end;
	width: min(100%, 520px);
}

.nonna-pupa-contact-page .contact-details__lead {
	max-width: 550px;
	margin: 0 0 clamp(44px, 5vw, 72px);
	color: #9edbf7;
	font-size: clamp(1.28rem, 1.55vw, 1.75rem);
	font-weight: 500;
	line-height: 1.45;
}

.nonna-pupa-contact-page .contact-details__list {
	gap: 18px;
}

.nonna-pupa-contact-page .contact-details__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	color: #65bee5;
	font-size: clamp(1.02rem, 1.2vw, 1.3rem);
	line-height: 1.35;
}

.nonna-pupa-contact-page .contact-details__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #65c7e8;
	color: #fff;
	box-shadow: 0 14px 28px rgba(97, 175, 212, 0.18);
}

.nonna-pupa-contact-page .contact-details__icon::before {
	font-family: var(--np-display-font);
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.nonna-pupa-contact-page .contact-details__item--address .contact-details__icon::before {
	content: "\25CF";
	transform: translateY(-1px);
}

.nonna-pupa-contact-page .contact-details__item--phone .contact-details__icon::before {
	content: "\260E";
	font-size: 1.45rem;
}

.nonna-pupa-contact-page .contact-details__item--mail .contact-details__icon::before {
	content: "\2709";
	font-size: 1.35rem;
}

.nonna-pupa-contact-page .contact-image-card {
	position: relative;
	justify-self: start;
	width: min(100%, 560px);
	max-width: none;
	padding-top: 44px;
}

.nonna-pupa-contact-page .contact-image-card::before {
	content: "";
	position: absolute;
	inset: 42px -18px -16px 14px;
	z-index: 0;
	border: 2px dashed rgba(248, 234, 197, 0.9);
	border-radius: 38% 62% 46% 54% / 18% 28% 72% 82%;
	transform: rotate(3deg);
}

.nonna-pupa-contact-page .contact-image-card img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 0.92;
	object-fit: cover;
	object-position: center 42%;
	border-radius: 42% 58% 45% 55% / 18% 26% 74% 82%;
	box-shadow: none;
}

.nonna-pupa-contact-page .contact-image-card__bubble {
	top: 0;
	left: -74px;
	z-index: 2;
	max-width: 345px;
	padding: 22px 34px 24px;
	border-radius: 46% 54% 50% 50% / 42% 46% 54% 58%;
	background: #63c6e9;
	color: #fff;
	font-size: clamp(0.92rem, 1vw, 1.08rem);
	font-weight: 600;
	line-height: 1.38;
	text-align: center;
	box-shadow: none;
}

.nonna-pupa-contact-page .contact-panels {
	padding: clamp(82px, 9vw, 132px) 0 clamp(96px, 10vw, 156px);
}

.nonna-pupa-contact-page .contact-panels__grid {
	grid-template-columns: minmax(340px, 0.86fr) minmax(420px, 1.14fr);
	gap: clamp(70px, 9vw, 150px);
	align-items: center;
}

.nonna-pupa-contact-page .contact-form-card {
	justify-self: end;
	width: min(100%, 520px);
	padding: clamp(58px, 5.6vw, 94px) clamp(46px, 4.6vw, 76px);
	background: #ffd4d2;
	border-radius: 35% 65% 43% 57% / 16% 18% 82% 84%;
	box-shadow: none;
}

.nonna-pupa-contact-page .contact-form-card__form {
	gap: 18px;
}

.nonna-pupa-contact-page .contact-form-card__form input,
.nonna-pupa-contact-page .contact-form-card__form textarea {
	min-height: 56px;
	padding: 14px 26px;
	border-radius: 14px;
	background: rgba(255, 252, 244, 0.98);
	color: #c9b98f;
	font-size: 0.94rem;
	box-shadow: none;
}

.nonna-pupa-contact-page .contact-form-card__form textarea {
	min-height: clamp(150px, 12vw, 205px);
	resize: vertical;
}

.nonna-pupa-contact-page .contact-form-card__form input::placeholder,
.nonna-pupa-contact-page .contact-form-card__form textarea::placeholder {
	color: rgba(207, 190, 150, 0.76);
}

.nonna-pupa-contact-page .contact-form-card__form button {
	justify-self: center;
	min-width: 238px;
	margin-top: 10px;
	padding: 15px 34px;
	border-radius: 999px;
	background: var(--np-plum);
	color: #fff;
	font-size: 0.96rem;
	font-style: italic;
	text-transform: uppercase;
	box-shadow: none;
}

.nonna-pupa-contact-page .contact-visit {
	text-align: center;
}

.nonna-pupa-contact-page .contact-visit h2 {
	max-width: 13ch;
	margin: 0 auto 42px;
	color: var(--np-plum);
	font-size: clamp(3.5rem, 5.1vw, 6.1rem);
	line-height: 0.98;
	letter-spacing: -0.06em;
}

.nonna-pupa-contact-page .contact-visit > p {
	max-width: 600px;
	margin: 0 auto 70px;
	color: #eea7a5;
	font-size: clamp(1.18rem, 1.35vw, 1.55rem);
	line-height: 1.4;
}

.nonna-pupa-contact-page .contact-visit__hours {
	margin: 0;
}

.nonna-pupa-contact-page .contact-visit__hours h3 {
	margin: 0 0 20px;
	color: var(--np-plum);
	font-size: clamp(2.4rem, 3.35vw, 3.8rem);
	line-height: 1;
	letter-spacing: -0.06em;
}

.nonna-pupa-contact-page .contact-visit__hours p {
	margin: 0 0 8px;
	color: #eba5a2;
	font-size: clamp(1.12rem, 1.3vw, 1.46rem);
	font-style: italic;
	line-height: 1.35;
}

.nonna-pupa-contact-page .contact-visit__socials {
	justify-content: center;
	gap: 14px;
	margin-top: 58px;
}

.nonna-pupa-contact-page .contact-visit__socials a {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: var(--np-plum);
	color: #fff;
	font-family: var(--np-display-font);
	font-size: 1.05rem;
	line-height: 1;
	box-shadow: none;
}

.nonna-pupa-contact-page .contact-map-section {
	padding: clamp(72px, 7vw, 108px) 0 clamp(96px, 9vw, 150px);
	background: var(--np-bg);
}

.nonna-pupa-contact-page .contact-map-frame {
	position: relative;
	max-width: 100%;
	border-radius: 36% 64% 41% 59% / 18% 18% 82% 82%;
	background: #efe9db;
	box-shadow: none;
	overflow: hidden;
	overflow: clip;
	overflow-clip-margin: 0;
}

.nonna-pupa-contact-page .contact-map,
.nonna-pupa-contact-page .contact-map__fallback,
.nonna-pupa-contact-page .contact-map__fallback img {
	width: 100%;
	height: clamp(300px, 34vw, 500px);
	border-radius: inherit;
}

.nonna-pupa-contact-page .contact-map {
	position: relative;
	z-index: 0;
	contain: none;
	overflow: hidden;
	overflow: clip;
	overflow-clip-margin: 0;
	background: #efe9db;
}

.nonna-pupa-contact-page .contact-map.leaflet-container {
	background: #efe9db;
}

.nonna-pupa-contact-page .contact-map .leaflet-pane,
.nonna-pupa-contact-page .contact-map .leaflet-layer,
.nonna-pupa-contact-page .contact-map .leaflet-tile-container {
	contain: none;
}

.nonna-pupa-contact-page .contact-map .leaflet-proxy {
	display: none;
}

.nonna-pupa-contact-page .contact-map__fallback {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 1;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.nonna-pupa-contact-page .contact-map.is-loaded .contact-map__fallback {
	visibility: hidden;
	opacity: 0;
}

.nonna-pupa-contact-page .contact-map__fallback img {
	object-fit: cover;
	object-position: center top;
	box-shadow: none;
}

.nonna-pupa-contact-page .contact-map .leaflet-tile {
	filter: grayscale(1) sepia(0.18) saturate(0.62) brightness(1.04) contrast(0.96);
	opacity: 0.94 !important;
}

.nonna-pupa-contact-page .contact-map .leaflet-control-container {
	font-family: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
}

.nonna-pupa-contact-page .contact-map .leaflet-control-zoom {
	border: 0;
	box-shadow: 0 12px 28px rgba(179, 160, 120, 0.14);
}

.nonna-pupa-contact-page .contact-map .leaflet-control-zoom a {
	border: 0;
	background: rgba(255, 252, 244, 0.95);
	color: #a78e5d;
}

.nonna-pupa-contact-page .contact-map .leaflet-control-attribution {
	border-radius: 999px 0 0 0;
	background: rgba(255, 252, 244, 0.82);
	color: #9d9178;
	font-size: 0.62rem;
}

.nonna-pupa-contact-page .contact-map-pin {
	position: relative;
	width: 44px;
	height: 54px;
}

.nonna-pupa-contact-page .contact-map-pin__dot {
	position: absolute;
	left: 50%;
	top: 6px;
	width: 34px;
	height: 34px;
	border: 7px solid #65c7e8;
	border-radius: 999px 999px 999px 0;
	background: #fff;
	box-shadow: 0 12px 22px rgba(94, 177, 213, 0.24);
	transform: translateX(-50%) rotate(-45deg);
}

.nonna-pupa-contact-page .contact-map-pin__dot::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #65c7e8;
	transform: translate(-50%, -50%);
}

.nonna-pupa-contact-page .contact-map .leaflet-popup-content-wrapper {
	border-radius: 18px;
	background: rgba(255, 252, 244, 0.96);
	color: #9a8261;
	box-shadow: 0 18px 35px rgba(178, 158, 112, 0.18);
}

.nonna-pupa-contact-page .contact-map .leaflet-popup-tip {
	background: rgba(255, 252, 244, 0.96);
}

.nonna-pupa-contact-page .contact-tagline {
	position: relative;
	overflow: hidden;
	padding: clamp(150px, 13vw, 230px) 0 clamp(160px, 14vw, 250px);
	background: var(--np-cream);
}

.nonna-pupa-contact-page .contact-tagline::before {
	content: "";
	position: absolute;
	left: -8%;
	right: -8%;
	top: -2px;
	height: clamp(70px, 6.8vw, 112px);
	background: var(--np-bg);
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.nonna-pupa-contact-page .contact-tagline::after {
	content: "";
	position: absolute;
	left: -8%;
	right: -8%;
	bottom: -2px;
	height: clamp(72px, 7vw, 120px);
	background: #caecf7;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.nonna-pupa-contact-page .contact-tagline__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr) minmax(120px, 0.35fr);
	align-items: center;
	gap: clamp(28px, 5vw, 80px);
}

.nonna-pupa-contact-page .contact-tagline__inner::before,
.nonna-pupa-contact-page .contact-tagline__inner::after {
	content: "\2727";
	position: absolute;
	color: #c9b88e;
	font-size: clamp(1.2rem, 2vw, 2rem);
	opacity: 0.9;
}

.nonna-pupa-contact-page .contact-tagline__inner::before {
	left: 4%;
	top: -22px;
}

.nonna-pupa-contact-page .contact-tagline__inner::after {
	right: 12%;
	top: 12px;
}

.nonna-pupa-contact-page .contact-tagline h2 {
	max-width: 820px;
	color: #c8b88e;
	font-size: clamp(3.6rem, 5.3vw, 6.2rem);
	line-height: 1.08;
	letter-spacing: -0.065em;
}

.nonna-pupa-contact-page .contact-tagline__icon {
	width: clamp(118px, 12vw, 180px);
	height: clamp(118px, 12vw, 180px);
	background: transparent;
	border-radius: 0;
}

.nonna-pupa-contact-page .contact-tagline__icon::before {
	font-family: var(--np-display-font);
	font-size: clamp(4rem, 7vw, 8rem);
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 0 0 #fff;
}

.nonna-pupa-contact-page .contact-tagline__icon--sun::before {
	content: "\263C";
}

.nonna-pupa-contact-page .contact-tagline__icon--cloud::before {
	content: "\2601";
}

@media (max-width: 1180px) {
	.nonna-pupa-contact-page .page-hero--contact {
		background-size: cover;
		background-position: center center;
	}

	.nonna-pupa-contact-page .contact-overview__grid,
	.nonna-pupa-contact-page .contact-panels__grid {
		grid-template-columns: 1fr;
	}

	.nonna-pupa-contact-page .contact-details,
	.nonna-pupa-contact-page .contact-image-card,
	.nonna-pupa-contact-page .contact-form-card {
		justify-self: center;
	}

	.nonna-pupa-contact-page .contact-image-card__bubble {
		left: 0;
	}

	.nonna-pupa-contact-page .contact-visit h2 {
		max-width: 15ch;
	}
}

@media (max-width: 900px) {
	.nonna-pupa-contact-page .site-header {
		position: relative;
		top: auto;
		background: rgba(255, 252, 244, 0.96);
	}

	.nonna-pupa-contact-page #wpadminbar ~ .site-header,
	body.admin-bar.nonna-pupa-contact-page .site-header {
		top: auto;
	}

	.nonna-pupa-contact-page .page-hero--contact {
		min-height: clamp(440px, 88vw, 620px);
		background-position: center top;
	}

	.nonna-pupa-contact-page .contact-overview,
	.nonna-pupa-contact-page .contact-panels {
		padding-block: 72px;
	}

	.nonna-pupa-contact-page .contact-image-card {
		padding-top: 72px;
	}

	.nonna-pupa-contact-page .contact-image-card__bubble {
		max-width: min(86%, 330px);
	}
}

@media (max-width: 680px) {
	.nonna-pupa-contact-page .contact-details__lead {
		text-align: center;
	}

	.nonna-pupa-contact-page .contact-details__item {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 16px;
	}

	.nonna-pupa-contact-page .contact-form-card {
		padding: 44px 26px;
		border-radius: 42px;
	}

	.nonna-pupa-contact-page .contact-visit h2,
	.nonna-pupa-contact-page .contact-tagline h2 {
		font-size: clamp(2.8rem, 14vw, 4.2rem);
	}

	.nonna-pupa-contact-page .contact-tagline__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.nonna-pupa-contact-page .contact-tagline__icon {
		display: none;
	}
}

/* Responsive hardening pass. */
@media (max-width: 900px) {
	:root {
		--np-shell: min(1200px, calc(100% - 36px));
	}

	.hero__copy,
	.story__card,
	.collections__intro,
	.personalize__copy,
	.testimonial__inner,
	.store-intro,
	.store-showcase__card,
	.contact-details,
	.contact-visit,
	.shop-products,
	.entry-card {
		min-width: 0;
	}

	.hero__copy p,
	.story__card p,
	.collections__intro p,
	.personalize__copy p,
	.testimonial blockquote p,
	.store-intro p,
	.store-showcase__card p,
	.contact-details__item,
	.contact-visit p,
	.product-card__title,
	.product-card__subtitle,
	.entry-card__content,
	.wc-page-main {
		overflow-wrap: break-word;
	}

	.button,
	.cart-cta,
	.wc-page-main .button,
	.wc-page-main button.button,
	.wc-page-main input.button,
	.wc-page-main a.button,
	.wc-page-main .checkout-button {
		text-align: center;
		white-space: normal;
	}
}

	@media (max-width: 640px) {
		:root {
			--np-shell: min(1200px, calc(100% - 28px));
		}

	.topbar::after {
		left: 0;
		width: 100%;
	}

	.nav-shell {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		justify-content: stretch;
		text-align: left;
	}

	.brand--header {
		width: min(44vw, 152px);
		margin: 0;
	}

		.nav-shell > .nav-cart {
			position: relative;
			justify-self: end;
		}

		.nav-cart > .cart-cta {
			width: 46px;
			min-width: 46px;
			height: 46px;
		margin: 0;
		padding: 0;
		border-radius: 999px;
	}

	.cart-cta__text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}

	.cart-cta__count {
		position: absolute;
		top: -6px;
		right: -6px;
		min-width: 19px;
		height: 19px;
		padding: 0 5px;
		font-size: 0.62rem;
	}

	.primary-nav {
		grid-column: 1 / -1;
		width: 100%;
		padding-top: 12px;
	}

		.primary-nav__list {
			width: 100%;
			min-width: 0;
			padding: 0 2px 6px;
		}

		.wc-page-main--single .woocommerce div.product {
			gap: 28px;
		}

		.wc-page-main--single .summary.entry-summary {
			gap: 18px;
		}

		.wc-page-main--single .summary form.cart table.variations tr {
			grid-template-columns: 1fr;
			gap: 10px;
		}

		.wc-page-main--single .np-size-guide-link {
			justify-self: start;
		}

		.wc-page-main--single .woocommerce-variation-add-to-cart {
			grid-template-columns: 1fr;
		}

		.hero {
			padding-top: 54px;
		}

	.hero__copy h1 {
		max-width: 8ch;
		font-size: 3.6rem;
	}

	.hero__copy p {
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.42;
	}

	.hero__copy .button,
	.collections__cta .button,
	.personalize__copy .button {
		min-width: 0;
		width: fit-content;
		max-width: 100%;
		padding-inline: 24px;
	}

	.shop-archive .product-card {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
	}

	.shop-archive .product-card__link {
		display: flex;
		flex: 1;
		flex-direction: column;
	}

	.shop-archive .product-card__meta {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		min-height: 0;
		margin: -18px 14px 0;
		padding: 16px 18px 18px;
	}

	.shop-archive .product-card__title {
		font-size: 1.2rem;
		line-height: 1.08;
	}

	.shop-archive .product-card__subtitle {
		font-size: 0.9rem;
	}

	.shop-archive .shop-filter-card {
		gap: 28px;
	}

	.hero__copy,
	.hero__copy > *,
	.story__card,
	.story__card > *,
	.personalize__copy,
	.personalize__copy > *,
	.nonna-pupa-store-page .store-intro,
	.nonna-pupa-store-page .store-intro > *,
	.nonna-pupa-store-page .store-showcase__card,
	.nonna-pupa-store-page .store-showcase__card > *,
	.nonna-pupa-contact-page .contact-details,
	.nonna-pupa-contact-page .contact-details > *,
	.nonna-pupa-contact-page .contact-visit,
	.nonna-pupa-contact-page .contact-visit > * {
		width: 100%;
		max-width: 100%;
	}

	.nonna-pupa-contact-page .contact-details__lead,
	.nonna-pupa-contact-page .contact-visit > p,
	.nonna-pupa-store-page .store-intro p {
		font-size: 1.05rem;
		line-height: 1.45;
	}

	.nonna-pupa-contact-page .contact-visit h2,
	.nonna-pupa-contact-page .contact-tagline h2,
	.nonna-pupa-store-page .store-intro h2,
	.nonna-pupa-store-page .store-cta-band__inner h2 {
		width: 100%;
		max-width: 100%;
	}

	.nonna-pupa-contact-page .contact-tagline h2 {
		display: block;
		width: min(100%, 9ch);
		max-width: 9ch;
		font-size: 2.45rem;
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.nonna-pupa-contact-page .contact-overview__grid,
	.nonna-pupa-contact-page .contact-panels__grid,
	.nonna-pupa-store-page .store-intro__grid,
	.nonna-pupa-store-page .store-showcase__grid {
		gap: 44px;
	}

	.contact-map-frame,
	.nonna-pupa-contact-page .contact-map,
	.nonna-pupa-contact-page .contact-map__fallback,
	.nonna-pupa-contact-page .contact-map__fallback img {
		min-height: 320px;
	}

	.nonna-pupa-contact-page .contact-map-section,
	.nonna-pupa-contact-page .contact-map-frame {
		contain: layout paint;
		isolation: isolate;
	}

	.nonna-pupa-contact-page .contact-map {
		contain: none;
		isolation: isolate;
	}

	.wc-page-main--single .summary form.cart,
	.wc-page-main--cart .coupon {
		align-items: stretch;
	}

		.wc-page-main--single .single_add_to_cart_button,
		.wc-page-main--cart .coupon .button,
		.wc-page-main--cart .wc-proceed-to-checkout .checkout-button {
		width: 100%;
		min-width: 0;
	}

	.testimonial__wave {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 420px) {
	:root {
		--np-shell: min(1200px, calc(100% - 24px));
	}

	.hero__copy h1 {
		font-size: 3.2rem;
	}

	.nonna-pupa-shop-page .page-hero h1,
	.nonna-pupa-store-page .page-hero h1,
	.nonna-pupa-contact-page .page-hero h1 {
		font-size: 4.2rem;
	}

		.shop-archive .shop-intro__icons {
			grid-template-columns: repeat(2, 96px);
			gap: 22px 36px;
		}

		.shop-archive .shop-intro__icon {
			width: 96px;
			height: 96px;
		}
	}
