.pse-enabled {
	--pse-shadow: 0 24px 70px rgba(36, 35, 31, .09);
	color: var(--pse-text);
}

.pse-contact-form {
	max-width: 760px;
	margin: 32px 0 80px;
	padding: 32px;
	border: 1px solid var(--pse-border);
	background: var(--pse-soft);
}

.pse-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.pse-contact-form label {
	display: block;
	font-weight: 600;
}

.pse-contact-form input[type="text"],
.pse-contact-form input[type="email"],
.pse-contact-form textarea {
	width: 100%;
	margin-top: 7px;
	background: #fff;
}

.pse-contact-form > label,
.pse-contact-consent,
.pse-contact-form button {
	margin-top: 20px;
}

.pse-contact-consent {
	font-weight: 400 !important;
}

.pse-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.pse-contact-notice {
	max-width: 760px;
	margin: 24px 0;
	padding: 14px 18px;
	border-left: 4px solid var(--pse-accent);
	background: var(--pse-soft);
}

.pse-contact-notice--error {
	border-left-color: #a34232;
}

.pse-checkout-help {
	max-width: 1280px;
	margin: 28px auto;
	padding: 16px 24px;
	border-left: 4px solid var(--pse-accent);
	background: var(--pse-soft);
}

.pse-home .entry-header,
.pse-home .page-title {
	display: none !important;
}

.pse-home {
	overflow-x: hidden;
}

.pse-home .site-main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pse-home .site-main > .ct-container,
.pse-home .site-main > .ct-container-full,
.pse-home .site-main > article,
.pse-home article > .entry-content {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pse-homepage {
	position: static;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	background: var(--pse-bg);
	color: var(--pse-text);
	font-family: inherit;
	overflow: hidden;
}

.pse-home article .entry-content > .pse-homepage {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}

.pse-homepage h1,
.pse-homepage h2,
.pse-homepage h3,
.pse-footer h2 {
	color: var(--pse-text);
	margin-top: 0;
}

.pse-homepage h1,
.pse-homepage h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -.025em;
}

.pse-hero {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	min-height: min(760px, calc(100vh - 92px));
	background: #f5f1e9;
}

.pse-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(60px, 8vw, 130px) clamp(30px, 7vw, 112px);
}

.pse-eyebrow {
	color: var(--pse-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.pse-hero h1 {
	max-width: 760px;
	margin: 18px 0 24px;
	font-size: clamp(44px, 5.1vw, 82px);
	line-height: 1.02;
}

.pse-hero__intro {
	max-width: 620px;
	margin: 0;
	color: #5d5a52;
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.7;
}

.pse-button-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 34px;
}

.pse-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 24px;
	border: 1px solid var(--pse-text);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
	text-decoration: none !important;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.pse-button:hover {
	transform: translateY(-2px);
}

.pse-button--solid {
	background: var(--pse-text);
	color: #fff !important;
}

.pse-button--text {
	min-height: auto;
	padding: 8px 0;
	border: 0;
	border-radius: 0;
	color: var(--pse-text) !important;
}

.pse-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 620px;
	padding: clamp(24px, 5vw, 76px);
	background: var(--pse-soft);
	overflow: hidden;
}

.pse-hero__visual::before,
.pse-hero__visual::after {
	position: absolute;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(104, 116, 95, .23);
	border-radius: 50%;
	content: "";
}

.pse-hero__visual::before {
	top: -100px;
	right: -70px;
}

.pse-hero__visual::after {
	bottom: -130px;
	left: -100px;
}

.pse-hero__visual img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-height: 620px;
	object-fit: contain;
	filter: drop-shadow(0 30px 38px rgba(36, 35, 31, .16));
	transition: transform .5s ease;
}

.pse-hero__visual:hover img {
	transform: scale(1.025);
}

.pse-hero__visual > span {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 24px;
	max-width: 75%;
	padding: 9px 14px;
	background: rgba(251, 250, 247, .9);
	border-radius: 999px;
	color: var(--pse-text);
	font-size: 12px;
	backdrop-filter: blur(8px);
}

.pse-trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	max-width: 1180px;
	margin: 0 auto;
	padding: 24px 20px;
	list-style: none;
	border-bottom: 1px solid var(--pse-border);
}

.pse-trust li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
}

.pse-trust li + li {
	border-left: 1px solid var(--pse-border);
}

.pse-trust span,
.pse-product-benefits span {
	color: var(--pse-accent);
}

.pse-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(76px, 9vw, 140px) 28px;
}

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

.pse-section-heading h2,
.pse-story h2,
.pse-service-grid h2,
.pse-final-cta h2 {
	margin: 12px 0 18px;
	font-size: clamp(36px, 4.5vw, 62px);
	line-height: 1.08;
}

.pse-section-heading > p:not(.pse-eyebrow) {
	color: #69665e;
	font-size: 17px;
	line-height: 1.7;
}

.pse-section-heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: none;
	text-align: left;
}

.pse-section-heading--split > div {
	max-width: 760px;
}

.pse-section-heading--split > a,
.pse-service-grid a {
	flex: 0 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--pse-accent);
	color: var(--pse-text);
	text-decoration: none;
}

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

.pse-category-card {
	display: block;
	color: var(--pse-text);
	text-decoration: none !important;
}

.pse-category-card__image {
	display: block;
	aspect-ratio: 4 / 5;
	padding: 12px;
	background: var(--pse-soft);
	overflow: hidden;
}

.pse-category-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .35s ease;
}

.pse-category-card:hover img {
	transform: scale(1.035);
}

.pse-category-card__label {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding: 14px 2px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
}

.pse-category-card__label small {
	color: #7c786f;
	font-family: inherit;
	font-size: 11px;
	white-space: nowrap;
}

.pse-featured {
	max-width: none;
	padding-right: max(28px, calc((100vw - 1280px) / 2 + 28px));
	padding-left: max(28px, calc((100vw - 1280px) / 2 + 28px));
	background: #f6f3ed;
}

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

.pse-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 18px;
	background: #ebe6dc;
	overflow: hidden;
}

.pse-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .35s ease;
}

.pse-product-card:hover img {
	transform: scale(1.025);
}

.pse-wishlist-form {
	margin: 12px 0 0;
}

.pse-wishlist-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid var(--pse-border);
	border-radius: 3px;
	background: transparent;
	color: var(--pse-text);
	font: inherit;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.pse-wishlist-button:hover,
.pse-wishlist-button:focus-visible,
.pse-wishlist-button.is-saved {
	border-color: var(--pse-accent);
	background: var(--pse-soft);
	color: var(--pse-accent);
}

.pse-wishlist-button > span[aria-hidden="true"] {
	font-size: 20px;
	line-height: 1;
}

.pse-wishlist-form--loop .pse-wishlist-button {
	width: 100%;
}

.pse-wishlist-form--single {
	margin-top: 16px;
}

.pse-wishlist-form--home .pse-wishlist-button {
	width: 100%;
	margin-top: 2px;
}

.pse-wishlist-form--account {
	margin-top: 10px;
}

.pse-wishlist-form--account .pse-wishlist-button {
	width: 100%;
}

.pse-wishlist {
	width: 100%;
}

.pse-wishlist > h2 {
	margin-top: 0;
}

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

.pse-wishlist-card {
	min-width: 0;
}

.pse-wishlist-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 12px;
	overflow: hidden;
	background: var(--pse-soft);
}

.pse-wishlist-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pse-wishlist-card__body h3 {
	margin: 14px 0 7px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}

.pse-wishlist-card__price {
	margin-bottom: 12px;
}

/* Keep Related products square and show the complete tote artwork. */
.single-product .related.products .ct-media-container {
	aspect-ratio: 1 / 1 !important;
	background: var(--pse-soft);
}

.single-product .related.products .ct-media-container img,
.single-product .related.products img.attachment-woocommerce_thumbnail {
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: contain !important;
}

/* Normalize the empty-cart recommendation grid, including lazy-loaded images. */
.woocommerce-cart .wc-block-grid__product-image {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: var(--pse-soft);
}

.woocommerce-cart .wc-block-grid__product-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: contain !important;
}

.pse-product-card__body {
	padding: 18px 2px 0;
}

.pse-product-card h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.3;
}

.pse-product-card h3 a {
	color: inherit;
	text-decoration: none;
}

.pse-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pse-product-card__meta > span {
	font-size: 15px;
	font-weight: 700;
}

.pse-product-card__meta > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--pse-border);
	border-radius: 50%;
	color: var(--pse-text);
	text-decoration: none;
}

.pse-values {
	padding-top: clamp(76px, 8vw, 120px);
	padding-bottom: clamp(76px, 8vw, 120px);
}

.pse-value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--pse-border);
	border-bottom: 1px solid var(--pse-border);
}

.pse-value-grid article {
	padding: 34px 28px 38px;
}

.pse-value-grid article + article {
	border-left: 1px solid var(--pse-border);
}

.pse-value-grid article > span {
	color: var(--pse-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
}

.pse-value-grid h3 {
	margin: 24px 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 400;
}

.pse-value-grid p {
	margin: 0;
	color: #6e6a62;
	font-size: 14px;
	line-height: 1.7;
}

.pse-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
	gap: clamp(40px, 9vw, 130px);
	max-width: none;
	padding-right: max(28px, calc((100vw - 1180px) / 2 + 28px));
	padding-left: max(28px, calc((100vw - 1180px) / 2 + 28px));
	background: var(--pse-accent);
	color: #fff;
}

.pse-story .pse-eyebrow,
.pse-story h2 {
	color: #fff;
}

.pse-story > p {
	align-self: end;
	margin: 0 0 8px;
	color: rgba(255, 255, 255, .86);
	font-size: 18px;
	line-height: 1.8;
}

.pse-service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 80px;
}

.pse-service-grid > article {
	padding: 44px;
	background: var(--pse-soft);
}

.pse-service-grid h2 {
	font-size: clamp(32px, 3.5vw, 48px);
}

.pse-service-grid > article > p:not(.pse-eyebrow) {
	color: #625f57;
	line-height: 1.8;
}

.pse-faq details {
	border-top: 1px solid var(--pse-border);
}

.pse-faq details:last-child {
	border-bottom: 1px solid var(--pse-border);
}

.pse-faq summary {
	position: relative;
	padding: 17px 34px 17px 0;
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.pse-faq summary::after {
	position: absolute;
	top: 16px;
	right: 2px;
	content: "+";
}

.pse-faq details[open] summary::after {
	content: "−";
}

.pse-faq details p {
	margin-top: 0;
}

.pse-final-cta {
	padding: clamp(90px, 12vw, 170px) 28px;
	background: var(--pse-text);
	color: #fff;
	text-align: center;
}

.pse-final-cta .pse-eyebrow,
.pse-final-cta h2 {
	color: #fff;
}

.pse-final-cta h2 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.pse-final-cta > p:not(.pse-eyebrow) {
	max-width: 680px;
	margin: 0 auto 32px;
	color: rgba(255, 255, 255, .7);
	font-size: 17px;
}

.pse-button--light {
	border-color: #fff;
	background: #fff;
	color: var(--pse-text) !important;
}

.pse-product-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	margin: 20px 0 26px;
	padding: 20px 0;
	border-top: 1px solid var(--pse-border);
	border-bottom: 1px solid var(--pse-border);
	list-style: none;
}

.pse-product-benefits li {
	display: flex;
	gap: 8px;
	font-size: 13px;
}

.pse-product-delivery {
	display: flex;
	gap: 12px;
	margin: 18px 0 24px;
	padding: 15px 17px;
	background: var(--pse-soft);
	color: var(--pse-text);
}

.pse-product-delivery p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.pse-enabled > .ct-footer,
.pse-enabled .site-main + .ct-footer {
	display: none !important;
}

.pse-footer {
	background: #1f211d;
	color: rgba(255, 255, 255, .72);
}

.pse-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr .8fr 1fr;
	gap: 70px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 78px 28px 62px;
}

.pse-footer__brand > a {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	text-decoration: none;
}

.pse-footer__brand p {
	max-width: 440px;
	font-size: 15px;
	line-height: 1.8;
}

.pse-footer h2 {
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.pse-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pse-footer li + li {
	margin-top: 9px;
}

.pse-footer a {
	color: rgba(255, 255, 255, .76);
	text-decoration: none;
}

.pse-footer a:hover {
	color: #fff;
}

.pse-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 22px 28px;
	border-top: 1px solid rgba(255, 255, 255, .13);
	font-size: 12px;
}

@media (max-width: 1024px) {
	.pse-hero {
		grid-template-columns: 1fr 1fr;
	}

	.pse-hero__copy {
		padding: 64px 38px;
	}

	.pse-hero__visual {
		min-height: 560px;
	}

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

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

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

	.pse-value-grid article:nth-child(3) {
		border-left: 0;
	}

	.pse-value-grid article:nth-child(n+3) {
		border-top: 1px solid var(--pse-border);
	}
}

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

	.pse-hero {
		display: flex;
		flex-direction: column;
		min-height: auto;
	}

	.pse-hero__copy {
		padding: 46px 24px 38px;
	}

	.pse-hero h1 {
		margin-top: 14px;
		font-size: clamp(42px, 12.5vw, 58px);
	}

	.pse-hero__visual {
		min-height: 390px;
		padding: 24px;
	}

	.pse-hero__visual img {
		max-height: 350px;
	}

	.pse-trust {
		grid-template-columns: 1fr;
		gap: 13px;
		padding: 22px 24px;
	}

	.pse-trust li {
		justify-content: flex-start;
	}

	.pse-trust li + li {
		border-left: 0;
	}

	.pse-section {
		padding: 76px 20px;
	}

	.pse-section-heading {
		margin-bottom: 36px;
	}

	.pse-section-heading--split {
		display: block;
	}

	.pse-section-heading--split > a {
		display: inline-block;
		margin-top: 16px;
	}

	.pse-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 12px;
	}

	.pse-category-card__label {
		display: block;
		font-size: 17px;
	}

	.pse-category-card__label small {
		display: block;
		margin-top: 4px;
	}

	.pse-product-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.pse-value-grid,
	.pse-story,
	.pse-service-grid,
	.pse-footer__inner {
		grid-template-columns: 1fr;
	}

	.pse-value-grid article + article,
	.pse-value-grid article:nth-child(3) {
		border-top: 1px solid var(--pse-border);
		border-left: 0;
	}

	.pse-story {
		gap: 24px;
	}

	.pse-service-grid {
		gap: 24px;
	}

	.pse-service-grid > article {
		padding: 32px 24px;
	}

	.pse-product-benefits {
		grid-template-columns: 1fr;
	}

	.pse-footer__inner {
		gap: 38px;
		padding-top: 60px;
	}

	.pse-footer__bottom {
		display: block;
	}

	.pse-footer__bottom span {
		display: block;
	}

	.pse-footer__bottom span + span {
		margin-top: 5px;
	}

	.pse-contact-form {
		padding: 24px 18px;
	}

	.pse-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.pse-wishlist-grid {
		grid-template-columns: 1fr;
	}
}
