/*
Theme Name: Paneles Perforados
Theme URI: https://panelesperforados.es/
Author: Paneles Perforados
Description: Tema de bloques ligero para la tienda Paneles Perforados.
Version: 0.5.24
Requires at least: 6.7
Requires PHP: 8.2
Text Domain: paneles-perforados
*/

:root {
	--pp-page-gutter: clamp(1rem, 3vw, 2.75rem);
	--pp-shadow: 0 18px 48px rgb(25 34 29 / 10%);
	--pp-shadow-small: 0 8px 24px rgb(25 34 29 / 8%);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	text-wrap: pretty;
}

.wp-site-blocks {
	overflow: clip;
}

a {
	text-underline-offset: 0.18em;
}

.pp-site-header {
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: color-mix(in srgb, var(--wp--preset--color--paper) 94%, transparent);
	backdrop-filter: blur(16px);
	position: sticky;
	top: 0;
	z-index: 20;
}

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

.pp-brand {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	text-decoration: none;
}

.pp-brand::before {
	background-color: var(--wp--preset--color--ink);
	background-image: radial-gradient(circle, var(--wp--preset--color--lime) 2.2px, transparent 2.6px);
	background-size: 10px 10px;
	border-radius: 8px;
	content: "";
	display: block;
	height: 38px;
	width: 38px;
}

.pp-brand .wp-block-site-title {
	line-height: 0.92;
	max-width: 9ch;
	text-transform: uppercase;
}

.pp-site-header .wp-block-navigation-item__content {
	text-decoration: none;
}

.pp-site-header .wp-block-navigation-item__content:hover,
.pp-site-header .wp-block-navigation-item__content:focus-visible {
	color: var(--wp--preset--color--moss);
}

.pp-header-actions {
	gap: 1rem;
}

.pp-header-actions .wc-block-mini-cart {
	margin: 0;
}

.pp-header-actions .wc-block-mini-cart__button,
.pp-header-cart__button {
	align-items: center;
	background: var(--wp--preset--color--ink);
	border: 0;
	border-radius: 999px;
	color: var(--wp--preset--color--paper);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 52px;
	padding: 0.65rem 0.9rem;
	position: relative;
}

.pp-header-actions .wc-block-mini-cart__badge {
	background: var(--wp--preset--color--lime);
	color: var(--wp--preset--color--ink);
}

.pp-header-cart__button svg {
	height: 26px;
	width: 26px;
}

.pp-header-cart__badge {
	align-items: center;
	background: var(--wp--preset--color--lime);
	border-radius: 999px;
	color: var(--wp--preset--color--ink);
	display: flex;
	font-size: 0.68rem;
	font-weight: 800;
	height: 1.2rem;
	justify-content: center;
	position: absolute;
	right: -0.2rem;
	top: -0.25rem;
	width: 1.2rem;
}

.pp-header-cart__overlay {
	background: rgb(25 34 29 / 38%);
	inset: 0;
	position: fixed;
	z-index: 100;
}

.pp-header-cart__overlay[hidden] {
	display: none;
}

.pp-header-cart__drawer {
	background: var(--wp--preset--color--paper);
	box-shadow: -20px 0 60px rgb(25 34 29 / 16%);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-left: auto;
	max-width: 100%;
	overflow: auto;
	padding: 1.5rem;
	width: min(440px, 100%);
}

.pp-header-cart__heading {
	align-items: center;
	border-bottom: 1px solid var(--wp--preset--color--line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
}

.pp-header-cart__heading p {
	font-size: 1.35rem;
	font-weight: 760;
	margin: 0;
}

.pp-header-cart__heading p span {
	color: var(--wp--preset--color--muted);
	font-size: 0.9rem;
}

.pp-header-cart__heading button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-size: 2rem;
	line-height: 1;
	padding: 0;
}

.pp-header-cart__items {
	display: grid;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pp-header-cart__item {
	border-bottom: 1px solid var(--wp--preset--color--line);
	display: grid;
	grid-template-columns: 76px 1fr auto;
	padding-bottom: 1rem;
}

.pp-header-cart__image,
.pp-header-cart__image img {
	height: 64px;
	object-fit: cover;
	width: 64px;
}

.pp-header-cart__image {
	grid-column: 1;
	grid-row: 1 / 3;
}

.pp-header-cart__item-copy {
	display: grid;
	gap: 0.3rem;
	grid-column: 2;
}

.pp-header-cart__item-copy a {
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.pp-header-cart__item-copy span {
	color: var(--wp--preset--color--muted);
	font-size: 0.9rem;
}

.pp-header-cart__remove {
	font-size: 1.5rem;
	grid-column: 3;
	grid-row: 1;
	text-decoration: none;
}

.pp-header-cart__subtotal {
	align-items: center;
	display: flex;
	font-size: 1.05rem;
	justify-content: space-between;
	margin: 1.25rem 0;
}

.pp-header-cart__links {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-header-cart__links a {
	background: var(--wp--preset--color--ink);
	border-radius: 999px;
	color: var(--wp--preset--color--paper);
	font-weight: 750;
	padding: 0.75rem 1rem;
	text-align: center;
	text-decoration: none;
}

.pp-header-cart__empty {
	color: var(--wp--preset--color--muted);
	padding: 2rem 0;
	text-align: center;
}

body.pp-cart-open {
	overflow: hidden;
}

.pp-hero {
	overflow: hidden;
	position: relative;
}

.pp-hero::after {
	background-color: var(--wp--preset--color--lime);
	background-image: radial-gradient(circle, rgb(25 34 29 / 78%) 3px, transparent 3.5px);
	background-position: center;
	background-size: 22px 22px;
	border-radius: 48px;
	content: "";
	height: min(34vw, 430px);
	position: absolute;
	right: max(-8vw, -100px);
	top: 50%;
	transform: translateY(-50%) rotate(6deg);
	width: min(34vw, 430px);
	z-index: 0;
}

.pp-hero > .wp-block-group__inner-container,
.pp-hero > * {
	position: relative;
	z-index: 1;
}

.pp-hero > .wp-block-group {
	margin-left: auto !important;
	margin-right: auto !important;
	width: calc(100% - (2 * var(--pp-page-gutter)));
}

.pp-eyebrow {
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.pp-hero h1 {
	max-width: 12ch;
}

.pp-hero-copy {
	max-width: 48ch;
}

.wp-block-button .wp-block-button__link {
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wp-block-button .wp-block-button__link:hover {
	box-shadow: var(--pp-shadow-small);
	transform: translateY(-2px);
}

.pp-trust-grid > * {
	border-top: 1px solid var(--wp--preset--color--line);
	padding-top: 1.25rem;
}

.pp-trust-grid h2 {
	font-size: 1.12rem;
	letter-spacing: -0.02em;
}

.pp-feature-card,
.pp-faq-item,
.pp-compatibility-card {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	box-shadow: var(--pp-shadow-small);
	height: 100%;
	padding: clamp(1.25rem, 2.4vw, 2rem);
}

.pp-feature-card h3 {
	margin-top: 0;
}

.pp-system-notice {
	background: var(--wp--preset--color--mist);
	border-left: 4px solid var(--wp--preset--color--moss);
	border-radius: 0 12px 12px 0;
	font-size: 0.92rem;
	margin: 1.25rem 0;
	padding: 1rem 1.15rem;
}

.pp-system-notice strong {
	display: block;
	margin-bottom: 0.25rem;
}

.pp-faq-list {
	display: grid;
	gap: 0.85rem;
}

.pp-faq-item {
	box-shadow: none;
	padding: 0;
}

.pp-faq-item summary {
	cursor: pointer;
	font-weight: 720;
	list-style: none;
	padding: 1.15rem 3rem 1.15rem 1.25rem;
	position: relative;
}

.pp-faq-item summary::-webkit-details-marker {
	display: none;
}

.pp-faq-item summary::after {
	content: "+";
	font-size: 1.4rem;
	position: absolute;
	right: 1.25rem;
	top: 0.95rem;
}

.pp-faq-item[open] summary::after {
	content: "−";
}

.pp-faq-item > p {
	margin: 0;
	padding: 0 1.25rem 1.25rem;
}

.pp-cta-band {
	background-color: var(--wp--preset--color--ink);
	background-image: radial-gradient(circle at 92% 22%, rgb(198 241 95 / 20%) 0 3px, transparent 3.5px);
	background-size: 18px 18px;
	color: var(--wp--preset--color--paper);
	overflow: hidden;
}

.pp-cta {
	margin-left: auto;
	margin-right: auto;
}

.pp-cta-band > .pp-cta {
	margin-left: auto !important;
	margin-right: auto !important;
	width: calc(100% - (2 * var(--pp-page-gutter)));
}

.pp-site-footer {
	background-color: #dff0b8;
	background-image: linear-gradient(rgb(239 248 217 / 86%), rgb(223 240 184 / 90%)), radial-gradient(circle at 82% 24%, rgb(63 102 81 / 30%) 0 2.5px, transparent 3px);
	background-size: auto, 20px 20px;
	border-top: 8px solid var(--wp--preset--color--ink);
	color: var(--wp--preset--color--ink);
	position: relative;
}

.wp-site-blocks > footer.wp-block-template-part {
	margin-block-start: 0 !important;
}

.pp-site-footer a,
.pp-site-footer .wp-block-site-title a {
	color: var(--wp--preset--color--ink);
}

.pp-site-footer .wp-block-site-title {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.pp-footer-description {
	color: rgb(25 34 29 / 78%);
	max-width: 58ch;
}

.pp-footer-shop-link a {
	border-bottom: 2px solid currentColor;
	font-weight: 800;
	text-decoration: none;
}

.pp-footer-heading {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-top: 0;
	text-transform: uppercase;
}

.pp-footer-navigation .wp-block-navigation__container {
	display: grid !important;
	gap: 0.45rem 1.5rem !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.pp-footer-navigation .wp-block-navigation-item__content {
	color: rgb(25 34 29 / 78%);
	font-weight: 600;
}

.pp-copyright {
	border-top: 1px solid rgb(25 34 29 / 18%);
	color: rgb(25 34 29 / 62%);
	font-size: 0.82rem;
	margin-top: 1.75rem;
	padding-top: 1rem;
}

.woocommerce ul.products li.product,
.wc-block-grid__product,
.wc-block-product {
	background: var(--wp--preset--color--paper);
	border: 0;
	border-radius: 26px 26px 38px 26px;
	box-shadow: 0 10px 30px rgb(25 34 29 / 9%);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: 0 0 1.35rem;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.woocommerce ul.products li.product:hover,
.wc-block-grid__product:hover,
.wc-block-product:hover {
	box-shadow: 0 22px 50px rgb(25 34 29 / 15%);
	transform: translateY(-6px) rotate(-0.15deg);
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: flex;
	flex: 1;
	flex-direction: column;
	text-decoration: none;
}

.woocommerce ul.products li.product > :not(a),
.woocommerce ul.products li.product .woocommerce-loop-product__link > :not(img) {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.woocommerce ul.products li.product img,
.wc-block-grid__product-image img,
.wc-block-product .wc-block-components-product-image img {
	aspect-ratio: 1;
	background: var(--wp--preset--color--mist);
	border-radius: 18px 18px 30px 18px;
	display: block;
	height: auto !important;
	object-fit: cover;
	margin: 0;
	width: 100%;
}

.wc-block-product .wp-block-post-title,
.wc-block-product .wc-block-components-product-price,
.wc-block-product .wp-block-woocommerce-product-button {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important;
	text-align: left !important;
}

.wc-block-product .wc-block-components-product-image {
	margin: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-product .wp-block-post-title {
	font-size: clamp(1.08rem, 1.35vw, 1.35rem) !important;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08 !important;
	min-height: 2.3em;
	margin-bottom: 0.8rem !important;
	margin-top: 0 !important;
}

.woocommerce ul.products li.product .price,
.wc-block-product .wc-block-components-product-price {
	color: var(--wp--preset--color--moss);
	font-size: 1.13rem !important;
	font-weight: 800;
	margin-bottom: 1.15rem !important;
}

.woocommerce ul.products li.product .button,
.wc-block-product .wp-block-woocommerce-product-button {
	margin-top: auto !important;
}

.wc-block-product .wp-block-woocommerce-product-button {
	align-self: stretch;
}

.woocommerce ul.products li.product .button,
.wc-block-product .wp-block-woocommerce-product-button .wp-element-button {
	display: block;
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important;
	text-align: center;
	width: calc(100% - 2.5rem) !important;
}

.wc-block-product .wp-block-woocommerce-product-button .wp-element-button {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	position: absolute !important;
	z-index: 3;
	background: var(--wp--preset--color--lime);
	border-radius: 999px;
	color: var(--wp--preset--color--ink);
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0.7rem 0.8rem;
	right: 0.95rem;
	top: 1.35rem;
}

.wc-block-components-product-sale-badge {
	background: var(--wp--preset--color--lime) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: var(--wp--preset--color--ink) !important;
	font-weight: 800;
	padding: 0.65rem 0.75rem !important;
	right: 0.95rem !important;
	top: 0.95rem !important;
}

/* The classic related-products loop emits its thumbnail after copy. Keep the
 * visual component consistent with the block cards and the home rail. */
.woocommerce ul.products li.product .woocommerce-loop-product__link > img {
	order: -1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link > .woocommerce-loop-product__title {
	order: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link > .price {
	order: 2;
}

.pp-catalog-results ul.products li.product,
.pp-related-products ul.products li.product,
.pp-product-rail .woocommerce ul.products li.product {
	min-width: 0;
}

.pp-product-rail {
	margin: 1.75rem 0 0;
	overflow-x: auto;
	padding: 0.5rem 0 1.25rem;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--wp--preset--color--moss) var(--wp--preset--color--line);
}

.pp-product-rail .woocommerce ul.products {
	display: grid;
	grid-auto-columns: calc((100% - 3rem) / 3);
	grid-auto-flow: column;
	grid-template-columns: none;
	gap: 1.5rem;
	margin: 0;
	width: 100%;
}

.pp-product-rail .woocommerce ul.products::before,
.pp-product-rail .woocommerce ul.products::after {
	display: none;
}

.pp-product-rail .woocommerce ul.products li.product {
	float: none;
	margin: 0;
	scroll-snap-align: start;
	width: 100%;
}

.pp-home-gallery {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1.35fr 0.85fr;
	grid-template-rows: repeat(2, minmax(220px, 1fr));
	margin-top: 2rem;
}

.pp-category-gallery {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(280px, 24vw));
}

.pp-category-gallery .pp-gallery-card:first-child {
	grid-row: auto;
}

.pp-category-gallery figcaption span {
	display: block;
	font-weight: 550;
}

.pp-category-gallery figcaption strong {
	font-size: 1rem;
	letter-spacing: -0.01em;
	text-transform: none;
}

.pp-category-gallery .pp-gallery-card:nth-child(1) figure,
.pp-category-gallery .pp-gallery-card:nth-child(6) figure {
	border-radius: 42px 20px 20px 20px;
}

.pp-home-gallery .pp-gallery-card {
	color: inherit;
	min-height: 0;
	text-decoration: none;
}

.pp-home-gallery .pp-gallery-card:first-child {
	grid-row: 1 / 3;
}

.pp-home-gallery figure {
	border-radius: 22px;
	box-shadow: var(--pp-shadow-small);
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.pp-home-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.pp-gallery-card:hover img {
	transform: scale(1.035);
}

.pp-home-gallery figcaption {
	background: linear-gradient(transparent, rgb(25 34 29 / 88%));
	bottom: 0;
	color: var(--wp--preset--color--paper);
	font-size: 0.92rem;
	font-weight: 700;
	left: 0;
	padding: 2.75rem 1.25rem 1rem;
	position: absolute;
	right: 0;
}

.pp-home-gallery figcaption strong {
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	margin-top: 0.45rem;
	text-transform: uppercase;
}

.pp-catalog-filters {
	background: var(--wp--preset--color--mist);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 22px;
	margin: 1.75rem 0 1.25rem;
	padding: clamp(1.15rem, 2vw, 1.65rem);
}

.pp-filter-heading {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 0.9rem;
}

.pp-filter-heading h2,
.pp-filter-heading p {
	margin-bottom: 0;
	margin-top: 0;
}

.pp-filter-chips {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	gap: 0.65rem;
	margin-bottom: 1rem;
	padding-bottom: 0.2rem;
}

.pp-filter-chip {
	flex: 0 0 auto;
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 0.5rem;
	padding: 0.55rem 0.9rem;
	text-decoration: none;
}

.pp-filter-chip span {
	color: var(--wp--preset--color--muted);
}

.pp-filter-chip:hover,
.pp-filter-chip.is-active {
	background: var(--wp--preset--color--ink);
	border-color: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--paper);
}

.pp-filter-form {
	align-items: end;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(190px, 0.75fr) minmax(340px, 1.5fr) 180px;
}

.pp-filter-form::before,
.pp-filter-form::after {
	content: none !important;
	display: none !important;
}

.pp-filter-form br,
.pp-filter-form p:empty {
	display: none !important;
}

.pp-filter-actions {
	display: block;
}

.pp-filter-actions button {
	max-width: 220px;
	width: 100%;
}

.pp-filter-form label {
	min-width: 0;
}

.pp-price-filter {
	font-size: 0.84rem;
	font-weight: 700;
	min-width: 0;
}

.pp-price-filter__heading,
.pp-price-filter__values {
	align-items: center;
	display: flex;
	gap: 0.55rem;
	justify-content: space-between;
}

.pp-price-filter__values {
	color: var(--wp--preset--color--moss);
	font-variant-numeric: tabular-nums;
}

.pp-dual-range {
	--pp-range-start: 0%;
	--pp-range-end: 100%;
	background: linear-gradient(to right, var(--wp--preset--color--line) 0 var(--pp-range-start), var(--wp--preset--color--moss) var(--pp-range-start) var(--pp-range-end), var(--wp--preset--color--line) var(--pp-range-end) 100%) no-repeat center / 100% 6px;
	border-radius: 999px;
	height: 48px;
	margin: 0.35rem 10px 0;
	position: relative;
}

.pp-dual-range input[type="range"] {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	height: 28px;
	left: 0;
	margin: 0;
	min-height: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.pp-dual-range input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	background: var(--wp--preset--color--paper);
	border: 3px solid var(--wp--preset--color--ink);
	border-radius: 50%;
	box-shadow: 0 2px 8px rgb(25 34 29 / 18%);
	cursor: grab;
	height: 20px;
	pointer-events: auto;
	width: 20px;
}

.pp-dual-range input[type="range"]::-moz-range-thumb {
	background: var(--wp--preset--color--paper);
	border: 3px solid var(--wp--preset--color--ink);
	border-radius: 50%;
	cursor: grab;
	height: 14px;
	pointer-events: auto;
	width: 14px;
}

.pp-catalog-toolbar {
	align-items: center;
	border-bottom: 1px solid var(--wp--preset--color--line);
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin: 1.5rem 0;
	padding-bottom: 1rem;
}

.pp-catalog-count {
	margin: 0;
}

.pp-catalog-results {
	min-height: 300px;
	transition: opacity 160ms ease;
}

.pp-catalog-results.is-loading {
	opacity: 0.45;
	pointer-events: none;
}

.pp-catalog-results ul.products,
.pp-related-products ul.products {
	display: grid !important;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 !important;
}

.pp-catalog-results ul.products::before,
.pp-catalog-results ul.products::after,
.pp-related-products ul.products::before,
.pp-related-products ul.products::after {
	display: none !important;
}

.pp-catalog-results ul.products li.product,
.pp-related-products ul.products li.product {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

.pp-catalog-empty {
	background: var(--wp--preset--color--mist);
	border-radius: 24px;
	padding: clamp(1.5rem, 4vw, 3rem);
	text-align: center;
}

.pp-catalog-error {
	background: #ffebee;
	border-radius: 10px;
	color: #8b1e28;
	padding: 0.8rem 1rem;
}

.pp-catalog-seo {
	border-top: 1px solid var(--wp--preset--color--line);
	margin-top: clamp(4rem, 8vw, 7rem) !important;
	padding-top: clamp(2rem, 4vw, 3.5rem);
}

.pp-catalog-seo > h2:first-child {
	font-size: clamp(1.9rem, 3vw, 3rem);
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.pp-catalog-seo__body {
	column-count: 2;
	column-gap: clamp(2rem, 5vw, 5rem);
}

.pp-catalog-seo__body > * {
	break-inside: avoid;
	margin-top: 0;
}

.pp-catalog-seo__body h2 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	margin-bottom: 0.8rem;
	padding-top: 0.35rem;
}

.pp-catalog-count .woocommerce-result-count {
	margin: 0;
}

.pp-catalog-ordering label {
	align-items: center;
	display: flex;
	font-size: 0.86rem;
	font-weight: 700;
	gap: 0.75rem;
}

.pp-catalog-ordering select {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 999px;
	color: var(--wp--preset--color--ink);
	font: inherit;
	min-height: 44px;
	padding: 0.55rem 2.4rem 0.55rem 1rem;
}

.pp-filter-form label,
.pp-contact-form label {
	display: grid;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 0.35rem;
}

.pp-filter-form input,
.pp-filter-form select,
.pp-contact-form input,
.pp-contact-form select,
.pp-contact-form textarea {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 10px;
	color: var(--wp--preset--color--ink);
	font: inherit;
	min-height: 48px;
	padding: 0.7rem 0.8rem;
	width: 100%;
}

.pp-filter-form button,
.pp-contact-form button,
.pp-whatsapp-button,
.pp-chat-form button {
	background: var(--wp--preset--color--ink);
	border: 0;
	border-radius: 999px;
	color: var(--wp--preset--color--paper);
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	min-height: 48px;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
}

.pp-filter-form button {
	width: 100%;
}

.pp-demo-notice,
.pp-launch-note {
	background: #fff3cd;
	border: 1px solid #e4c767;
	border-radius: 12px;
	color: #44370b;
	font-size: 0.9rem;
	margin: 0 0 1.25rem;
	padding: 0.9rem 1rem;
}

.single-product .wp-block-woocommerce-product-image-gallery {
	background: var(--wp--preset--color--mist);
	border-radius: 24px;
	display: flex;
	height: 100%;
	max-width: none;
	min-height: clamp(520px, 48vw, 720px);
	overflow: hidden;
	width: 100%;
}

.single-product .wp-block-woocommerce-product-image-gallery .onsale {
	left: 1.25rem !important;
	right: auto !important;
	top: 1.25rem !important;
}

.single-product .pp-product-summary-layout {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.single-product .pp-product-summary-layout > .wp-block-column {
	display: flex;
	flex-basis: auto !important;
	flex-direction: column;
}

.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery,
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__wrapper,
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image,
.single-product .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery__image a {
	height: 100%;
	width: 100%;
}

.single-product .wp-block-woocommerce-product-image-gallery img {
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.single-product .wp-block-post-title {
	font-size: clamp(2.1rem, 3.6vw, 3.65rem);
}

.single-product .price {
	font-weight: 800;
}

.single-product .woocommerce-product-details__short-description,
.single-product .wp-block-post-excerpt {
	font-size: 1.1rem;
}

.single-product .woocommerce-tabs {
	border-top: 1px solid var(--wp--preset--color--line);
	margin-top: 4rem;
	padding-top: 2rem;
}

.pp-product-highlights {
	background: var(--wp--preset--color--mist);
	border-radius: 30px 30px 70px 30px;
	margin-top: clamp(3rem, 7vw, 6rem) !important;
	padding: clamp(1.5rem, 4vw, 3.5rem);
}

.pp-product-highlights__intro {
	max-width: 760px;
}

.pp-product-highlights__intro h2 {
	font-size: clamp(2rem, 3.5vw, 3.4rem);
	margin-top: 0.35rem;
}

.pp-product-highlights__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2rem;
}

.pp-product-highlights__grid article {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 20px;
	padding: 1.4rem;
}

.pp-product-highlights__grid article > span {
	align-items: center;
	background: var(--wp--preset--color--lime);
	border-radius: 50%;
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 900;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.pp-product-highlights__grid h3 {
	font-size: 1.15rem;
	margin-bottom: 0.55rem;
}

.pp-product-highlights__metric {
	font-size: 1rem;
	font-weight: 760;
	margin: 0 0 0.4rem;
}

.pp-product-highlights__grid article {
	min-height: 100%;
}

.pp-product-highlights__category {
	font-weight: 800;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

.pp-related-products {
	margin-top: clamp(4rem, 8vw, 7rem) !important;
}

.pp-related-products > h2 {
	font-size: clamp(2.2rem, 4vw, 4rem);
	margin-bottom: 2rem;
	margin-top: 0.25rem;
}

.pp-checkout-steps {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 0.5rem;
	margin-top: 1rem;
	text-transform: uppercase;
}

.pp-checkout-steps span {
	background: var(--wp--preset--color--line);
	border-radius: 999px;
	padding: 0.35rem 0.7rem;
}

.pp-checkout-steps .is-active {
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--paper);
}

.pp-related-products > h2 {
	font-size: clamp(1.65rem, 2.8vw, 2.35rem) !important;
	max-width: 22ch;
}

.pp-related-products ul.products {
	align-items: stretch;
}

.pp-related-products ul.products li.product,
.pp-related-products ul.products li.product > * {
	height: 100%;
}

.pp-cart-shell .shop_table,
.pp-checkout-shell .shop_table,
.pp-cart-shell table.cart,
.pp-checkout-shell .woocommerce-checkout-review-order-table {
	width: 100%;
}

.pp-cart-shell .wc-proceed-to-checkout .checkout-button,
.pp-cart-shell .wc-cart-form button.button {
	font-size: 0.92rem;
	padding: 0.64rem 1rem;
	width: auto;
}

.pp-checkout-shell .woocommerce #order_review,
.pp-checkout-shell .woocommerce #order_review_heading,
.pp-checkout-shell .woocommerce .woocommerce-checkout-review-order-wrapper,
.pp-checkout-shell .woocommerce form.checkout #customer_details {
	float: none;
	margin: 0;
	width: 100%;
}

.pp-checkout-shell .woocommerce-checkout {
	min-width: 0;
}

.pp-cart-shell .woocommerce-cart-form,
.pp-checkout-shell .woocommerce-checkout {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pp-cart-shell .cart-collaterals {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
}

.single-product .woocommerce-tabs .panel {
	max-width: 980px;
}

.single-product .woocommerce-tabs .panel h2 {
	margin-top: 2.5rem;
}

.single-product .related.products ul.products {
	align-items: stretch;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
	display: grid !important;
	gap: 1.5rem !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.single-product .wp-block-woocommerce-product-collection .wc-block-product-template > .wc-block-product {
	max-width: none !important;
	width: auto !important;
}

.pp-contact-layout {
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
	margin-top: 2.5rem;
}

.pp-contact-card,
.pp-contact-aside {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 22px;
	padding: clamp(1.25rem, 3vw, 2.5rem);
}

.pp-contact-aside {
	align-self: start;
	background: var(--wp--preset--color--mist);
	position: sticky;
	top: 7rem;
}

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

.pp-contact-form {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.pp-contact-form .pp-consent {
	align-items: start;
	display: flex;
	font-weight: 500;
}

.pp-contact-form .pp-consent input {
	min-height: auto;
	width: auto;
}

.pp-contact-form .pp-file-upload {
	background: var(--wp--preset--color--mist);
	border: 1px dashed var(--wp--preset--color--moss);
	border-radius: 14px;
	padding: 1rem;
}

.pp-contact-form .pp-file-upload input[type="file"] {
	background: transparent;
	border: 0;
	min-height: auto;
	padding: 0.35rem 0;
}

.pp-file-upload small {
	color: var(--wp--preset--color--muted);
	font-weight: 500;
}

.pp-honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.pp-form-message {
	border-radius: 12px;
	margin: 1rem 0;
	padding: 0.9rem 1rem;
}

.pp-form-message.is-success {
	background: #e8f5e9;
	color: #1b5e20;
}

.pp-form-message.is-error {
	background: #ffebee;
	color: #8b1e28;
}

.pp-whatsapp-pending {
	border-top: 1px solid var(--wp--preset--color--line);
	font-size: 0.9rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.pp-chat-launcher {
	align-items: center;
	background: var(--wp--preset--color--ink);
	border: 0;
	border-radius: 999px;
	bottom: 1.25rem;
	box-shadow: var(--pp-shadow);
	color: var(--wp--preset--color--paper);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-weight: 750;
	gap: 0.65rem;
	padding: 0.85rem 1.1rem;
	position: fixed;
	right: 1.25rem;
	z-index: 50;
}

.pp-chat-launcher::before,
.pp-chat-status-dot {
	background: #e9a23b;
	border-radius: 50%;
	content: "";
	height: 0.65rem;
	width: 0.65rem;
}

.pp-chat-panel {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 22px;
	bottom: 5.25rem;
	box-shadow: var(--pp-shadow);
	max-height: min(650px, calc(100vh - 7rem));
	overflow: auto;
	padding: 1.35rem;
	position: fixed;
	right: 1.25rem;
	width: min(390px, calc(100vw - 2rem));
	z-index: 51;
}

.pp-chat-panel[hidden] {
	display: none;
}

.pp-chat-header {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.pp-chat-title,
.pp-chat-header p {
	margin: 0;
}

.pp-chat-title {
	font-size: 1.2rem;
	font-weight: 760;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.pp-chat-status {
	align-items: center;
	color: var(--wp--preset--color--muted);
	display: flex;
	font-size: 0.82rem;
	gap: 0.4rem;
	margin-top: 0.3rem !important;
}

.pp-chat-close {
	background: transparent;
	border: 0;
	color: var(--wp--preset--color--ink);
	cursor: pointer;
	font-size: 1.65rem;
	line-height: 1;
	padding: 0.1rem;
}

.pp-chat-copy {
	font-size: 0.92rem;
}

.pp-chat-form {
	display: grid;
	gap: 0.8rem;
	margin-top: 1rem;
}

.pp-chat-form label {
	display: grid;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 0.3rem;
}

.pp-chat-form input,
.pp-chat-form textarea {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 10px;
	color: var(--wp--preset--color--ink);
	font: inherit;
	padding: 0.65rem 0.75rem;
	width: 100%;
}

.pp-chat-form .pp-chat-consent {
	display: flex;
	font-size: 0.76rem;
	font-weight: 500;
}

.pp-chat-consent input {
	margin-top: 0.25rem;
	width: auto;
}

.pp-chat-feedback {
	border-radius: 10px;
	font-size: 0.86rem;
	margin: 0;
	padding: 0.75rem;
}

.pp-chat-feedback.is-success {
	background: #e8f5e9;
	color: #1b5e20;
}

.pp-chat-feedback.is-error {
	background: #ffebee;
	color: #8b1e28;
}

@media (max-width: 1100px) {
	.pp-hero::after {
		height: 290px;
		right: -75px;
		width: 290px;
	}
}

@media (max-width: 820px) {
	.pp-hero::after {
		bottom: 2rem;
		height: 180px;
		top: auto;
		opacity: 0.16;
		right: -55px;
		transform: rotate(6deg);
		width: 180px;
	}

	.pp-hero h1 {
		max-width: 13ch;
	}
}

@media (max-width: 1050px) {
	.pp-product-rail .woocommerce ul.products {
		grid-auto-columns: calc((100% - 1.5rem) / 2);
		grid-template-columns: none;
	}

	.pp-filter-form {
		grid-template-columns: minmax(170px, 0.75fr) minmax(280px, 1.4fr) 160px;
	}

	.pp-filter-actions {
		min-width: 0;
	}

	.single-product .pp-product-summary-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	}

	.single-product .wp-block-woocommerce-product-image-gallery {
		min-height: 500px;
	}
}

@media (max-width: 900px) {
	.pp-category-gallery,
	.pp-catalog-results ul.products,
	.pp-related-products ul.products,
	.pp-product-highlights__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-category-gallery {
		grid-template-rows: repeat(3, minmax(260px, 42vw));
	}

	.single-product .pp-product-summary-layout {
		grid-template-columns: 1fr;
	}

	.single-product .wp-block-woocommerce-product-image-gallery {
		min-height: min(80vw, 640px);
	}

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

	.single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	.pp-product-rail {
		margin-inline: calc(clamp(1rem, 3vw, 2.75rem) * -1);
		overflow-x: auto;
		padding-inline: clamp(1rem, 3vw, 2.75rem);
		scroll-snap-type: x mandatory;
		scrollbar-color: var(--wp--preset--color--moss) var(--wp--preset--color--line);
	}

	.pp-product-rail .woocommerce ul.products {
		grid-auto-columns: minmax(278px, 82vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		width: max-content;
	}

	.pp-product-rail .woocommerce ul.products li.product {
		scroll-snap-align: start;
	}

	.pp-home-gallery {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, minmax(260px, 58vw));
	}

	.pp-category-gallery {
		grid-template-rows: repeat(6, minmax(260px, 68vw));
	}

	.pp-home-gallery .pp-gallery-card:first-child {
		grid-row: auto;
	}

	.pp-contact-layout,
	.pp-form-grid,
	.pp-filter-form,
	.pp-catalog-results ul.products,
	.pp-related-products ul.products,
	.pp-product-highlights__grid,
	.pp-catalog-seo {
		grid-template-columns: 1fr;
	}

	.pp-catalog-seo__body {
		column-count: 1;
	}

	.pp-filter-actions button {
		min-width: 0;
		width: 100%;
	}

	.pp-filter-actions {
		width: 100%;
	}

	.pp-filter-chips {
		scrollbar-width: none;
	}

	.pp-filter-chips::-webkit-scrollbar {
		display: none;
	}

	.pp-catalog-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.pp-catalog-ordering,
	.pp-catalog-ordering label,
	.pp-catalog-ordering select {
		width: 100%;
	}

	.pp-footer-navigation .wp-block-navigation__container {
		grid-template-columns: 1fr;
	}

	.single-product .related.products ul.products {
		grid-template-columns: 1fr;
	}

	.single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
		grid-template-columns: 1fr !important;
	}

	body:not(.single-product) .wp-block-woocommerce-product-collection .wc-block-product-template {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	body:not(.single-product) .wp-block-woocommerce-product-collection .wc-block-product-template > .wc-block-product {
		max-width: none !important;
		width: auto !important;
	}

	.pp-contact-aside {
		position: static;
	}

	.pp-filter-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.pp-chat-launcher {
		bottom: 0.85rem;
		right: 0.85rem;
	}

	.pp-chat-panel {
		bottom: 4.85rem;
		right: 0.85rem;
	}
}

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

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

	.wp-block-button .wp-block-button__link {
		transition: none;
	}
}

/* Commerce polish: shared width, compact controls and a true overlay drawer. */
.wp-site-blocks {
	overflow: visible;
}

.pp-header-cart__overlay {
	z-index: 1000 !important;
}

.pp-header-cart__drawer {
	position: relative;
	z-index: 1001;
}

.pp-cart-shell,
.pp-checkout-shell {
	width: min(1440px, calc(100% - (2 * var(--pp-page-gutter)))) !important;
	max-width: none !important;
	margin-inline: auto !important;
}

.pp-cart-shell > *,
.pp-checkout-shell > *,
.pp-cart-shell .wp-block-post-content,
.pp-checkout-shell .wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
}

.pp-cart-shell .wp-block-post-content > .woocommerce,
.pp-checkout-shell .wp-block-post-content > .woocommerce {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.pp-template-label,
.pp-tab-label,
.pp-product-highlights__label {
	display: block;
	margin: 0 0 .45rem;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-product .wp-block-post-title {
	margin-top: 1.15rem !important;
}

.woocommerce ul.products li.product .price,
.wc-block-product .wc-block-grid__product-price {
	font-size: 1.2rem !important;
	margin-top: .25rem !important;
	margin-bottom: 1.25rem !important;
}

.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge {
	z-index: 2 !important;
	top: .75rem !important;
}

.pp-cart-shell .wc-block-cart,
.pp-checkout-shell .wc-block-checkout {
	width: 100% !important;
	max-width: none !important;
}

.pp-cart-shell .wc-block-cart__main,
.pp-cart-shell .wc-block-cart__sidebar,
.pp-checkout-shell .wc-block-checkout__main,
.pp-checkout-shell .wc-block-checkout__sidebar {
	width: 100% !important;
	max-width: none !important;
}

.pp-cart-shell .wc-block-cart__submit-button,
.pp-cart-shell .wc-proceed-to-checkout .checkout-button,
.pp-checkout-shell .wc-block-components-checkout-place-order-button {
	width: auto !important;
	max-width: 280px;
	min-height: 48px;
	padding: .78rem 1.25rem !important;
	font-size: 1rem !important;
}

.pp-checkout-steps {
	display: flex;
	gap: .55rem;
	margin: 1rem 0 2rem;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.pp-checkout-steps span {
	padding: .55rem .8rem;
	border: 1px solid var(--pp-line);
	border-radius: 999px;
	color: var(--pp-muted);
}

.pp-checkout-steps .is-active {
	border-color: var(--wp--preset--color--ink) !important;
	background: var(--wp--preset--color--ink) !important;
	color: var(--wp--preset--color--paper) !important;
}

.pp-checkout-shell > .wp-block-post-title,
.pp-checkout-shell > .pp-checkout-steps {
	max-width: 1288px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.pp-checkout-shell .woocommerce form.checkout_coupon {
	max-width: none !important;
	width: 100% !important;
}

/* Classic WooCommerce loops are used by related products. Flatten their link
 * wrapper into the same grid used by the store cards, so markup order cannot
 * move copy above the image. */
.pp-catalog-results ul.products li.product,
.pp-related-products ul.products li.product,
.single-product .related.products ul.products li.product {
	display: flex !important;
	flex-direction: column;
}

.pp-catalog-results ul.products li.product .woocommerce-loop-product__link,
.pp-related-products ul.products li.product .woocommerce-loop-product__link,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link {
	display: flex !important;
	flex: 1;
	flex-direction: column;
}

.pp-catalog-results li.product br,
.pp-related-products li.product br,
.pp-catalog-results li.product p:empty,
.pp-related-products li.product p:empty {
	display: none !important;
}

.pp-catalog-results ul.products li.product img,
.pp-related-products ul.products li.product img,
.single-product .related.products ul.products li.product img {
	order: 0;
}

.pp-catalog-results ul.products li.product .woocommerce-loop-product__title,
.pp-related-products ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
	order: 1;
	margin-top: 1.15rem !important;
}

.pp-catalog-results ul.products li.product .price,
.pp-related-products ul.products li.product .price,
.single-product .related.products ul.products li.product .price {
	order: 2;
}

.pp-catalog-results li.product .woocommerce-loop-product__link > p:has(> .price),
.pp-related-products li.product .woocommerce-loop-product__link > p:has(> .price) {
	line-height: 1.1;
	margin: -.45rem 1.25rem 1.15rem !important;
	order: 2;
}

.pp-catalog-results li.product .price,
.pp-related-products li.product .price {
	display: block;
	line-height: 1.1 !important;
}

.pp-catalog-results li.product .woocommerce-loop-product__title,
.pp-related-products li.product .woocommerce-loop-product__title {
	margin-bottom: .2rem !important;
}

.pp-catalog-results li.product .woocommerce-loop-product__link > .wc-stripe-bnpl-shop-message,
.pp-related-products li.product .woocommerce-loop-product__link > .wc-stripe-bnpl-shop-message {
	order: 3;
}

.pp-catalog-results ul.products li.product .button,
.pp-related-products ul.products li.product .button,
.single-product .related.products ul.products li.product .button {
	align-self: end;
}

@media (min-width: 900px) {
	.pp-cart-shell .wc-block-cart,
	.pp-checkout-shell .wc-block-checkout {
		display: grid !important;
		grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
		gap: 2rem;
		align-items: start;
	}

	.pp-checkout-shell .woocommerce form.checkout {
		display: grid;
		grid-template-columns: minmax(0, 1.35fr) minmax(280px, .75fr);
		gap: 2rem;
	}
}

@media (max-width: 899px) {
	.pp-checkout-steps {
		overflow-x: auto;
		white-space: nowrap;
	}
}

/* Checkout uses the same form language as the contact request form. */
.pp-checkout-shell .woocommerce form .form-row,
.pp-checkout-shell .woocommerce form .form-row-first,
.pp-checkout-shell .woocommerce form .form-row-last {
	margin: 0 0 1rem;
}

.pp-checkout-shell .woocommerce form label {
	display: block;
	font-size: .9rem;
	font-weight: 750;
	margin-bottom: .45rem;
}

.pp-checkout-shell .woocommerce form input.input-text,
.pp-checkout-shell .woocommerce form select,
.pp-checkout-shell .woocommerce form textarea,
.pp-checkout-shell .select2-container .select2-selection--single {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 14px;
	box-shadow: none;
	color: var(--wp--preset--color--ink);
	min-height: 50px;
	padding: .75rem .9rem;
}

.pp-checkout-shell .select2-container .select2-selection--single {
	align-items: center;
	display: flex;
	height: 50px;
	padding-bottom: 0;
	padding-top: 0;
}

.pp-checkout-shell .select2-container .select2-selection--single .select2-selection__rendered {
	align-items: center;
	display: flex;
	height: 100%;
	line-height: 1.2 !important;
	padding-left: 0;
	padding-right: 2rem;
}

.pp-checkout-shell .select2-container .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: 0;
}

.pp-checkout-shell .woocommerce form textarea {
	min-height: 130px;
}

.pp-checkout-shell .woocommerce form input.input-text:focus,
.pp-checkout-shell .woocommerce form select:focus,
.pp-checkout-shell .woocommerce form textarea:focus {
	border-color: var(--wp--preset--color--moss);
	box-shadow: 0 0 0 3px rgb(74 103 83 / 14%);
	outline: 0;
}

.pp-checkout-shell .woocommerce-checkout #customer_details,
.pp-checkout-shell .woocommerce-checkout .col2-set,
.pp-checkout-shell .woocommerce-checkout #order_review {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 24px;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.pp-checkout-shell .woocommerce-checkout .col2-set {
	display: block;
}

.pp-checkout-shell .woocommerce-checkout .col-1,
.pp-checkout-shell .woocommerce-checkout .col-2 {
	float: none;
	max-width: none;
	width: 100%;
}

.pp-checkout-shell .woocommerce-billing-fields__field-wrapper {
	display: grid;
	gap: 1rem 1.25rem;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.pp-checkout-shell .woocommerce-billing-fields__field-wrapper .form-row {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

.pp-checkout-shell .woocommerce-billing-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

.pp-checkout-shell #billing_first_name_field,
.pp-checkout-shell #billing_last_name_field,
.pp-checkout-shell #billing_state_field,
.pp-checkout-shell #billing_phone_field {
	grid-column: span 6;
}

.pp-checkout-shell #billing_postcode_field,
.pp-checkout-shell #billing_tax_id_field {
	grid-column: span 4;
}

.pp-checkout-shell #billing_city_field,
.pp-checkout-shell #billing_company_field {
	grid-column: span 8;
}

.pp-checkout-shell .woocommerce-billing-fields__field-wrapper input,
.pp-checkout-shell .woocommerce-billing-fields__field-wrapper select,
.pp-checkout-shell .woocommerce-billing-fields__field-wrapper .select2-container {
	width: 100% !important;
}

.pp-checkout-shell .woocommerce-additional-fields {
	border-top: 1px solid var(--wp--preset--color--line);
	margin-top: 2rem;
	padding-top: 1.5rem;
}

.pp-checkout-shell .woocommerce-additional-fields textarea {
	width: 100% !important;
}

.pp-checkout-coupon {
	border-top: 1px solid var(--wp--preset--color--line);
	margin-bottom: 1.5rem;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
}

.pp-checkout-coupon__label {
	font-size: .9rem;
	font-weight: 800;
	margin: 0 0 .65rem;
}

.pp-checkout-coupon__controls {
	display: grid;
	gap: .55rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.pp-checkout-coupon__controls input {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 12px;
	min-width: 0;
	padding: .7rem .8rem;
}

.pp-checkout-coupon__controls button {
	border: 0;
	border-radius: 12px;
	min-height: 44px;
	padding: .65rem .9rem;
}

.pp-checkout-coupon__message:empty {
	display: none;
}

.pp-checkout-coupon__message {
	font-size: .82rem;
	margin: .6rem 0 0;
}

.pp-checkout-shell .woocommerce-checkout #order_review_heading {
	font-size: 1.25rem;
	margin: 0 0 .75rem;
}

.pp-checkout-shell .woocommerce-checkout #order_review {
	margin-top: 0;
}

@media (min-width: 900px) {
	.pp-checkout-shell .woocommerce-checkout {
		align-items: start;
		display: grid !important;
		grid-template-columns: minmax(0, 1.35fr) minmax(320px, .75fr);
		gap: 1.5rem;
		margin: 0 !important;
		max-width: none !important;
		width: 100% !important;
	}

	.pp-checkout-shell .woocommerce-checkout > .woocommerce-NoticeGroup,
	.pp-checkout-shell .woocommerce-checkout > .woocommerce-form-coupon-toggle,
	.pp-checkout-shell .woocommerce-checkout > .woocommerce-form-coupon {
		grid-column: 1 / -1;
	}

	.pp-checkout-shell .woocommerce-checkout #customer_details {
		grid-column: 1;
		grid-row: 1;
	}

	.pp-checkout-shell .woocommerce-checkout #order_review_heading,
	.pp-checkout-shell .woocommerce-checkout #order_review {
		grid-column: 2;
		grid-row: 1;
	}

	.pp-checkout-shell .woocommerce-checkout #order_review_heading {
		align-self: start;
		margin: 1.75rem 2rem 0;
		padding: 0;
		position: relative;
		width: auto;
		z-index: 1;
	}

	.pp-checkout-shell .woocommerce-checkout #order_review {
		padding-top: 4.8rem;
	}
}

@media (max-width: 899px) {
	.pp-checkout-shell .woocommerce-checkout .col2-set {
		display: block;
	}
}

@media (max-width: 620px) {
	.pp-checkout-shell .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.pp-checkout-shell .woocommerce-billing-fields__field-wrapper .form-row-wide {
		grid-column: auto;
	}

	.pp-checkout-shell #billing_first_name_field,
	.pp-checkout-shell #billing_last_name_field,
	.pp-checkout-shell #billing_state_field,
	.pp-checkout-shell #billing_phone_field,
	.pp-checkout-shell #billing_postcode_field,
	.pp-checkout-shell #billing_tax_id_field,
	.pp-checkout-shell #billing_city_field,
	.pp-checkout-shell #billing_company_field {
		grid-column: auto;
	}
}
.pp-special-destination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1rem;
}

.pp-special-destination__button.button {
	flex: 0 0 auto;
	margin: 0;
}

/* Branded whole-site launch screen managed by WooCommerce. */
body:has(.wp-block-woocommerce-coming-soon) {
	background: #edf1eb !important;
}

.wp-block-woocommerce-coming-soon.woocommerce-coming-soon-default {
	background: #edf1eb !important;
	color: #19221d !important;
}

.wp-block-woocommerce-coming-soon .coming-soon-cover,
.wp-block-woocommerce-coming-soon .coming-soon-cover .wp-block-cover__background {
	background-color: #edf1eb !important;
	background-image:
		radial-gradient(circle at 20% 15%, rgb(198 241 95 / 42%) 0 8rem, transparent 8.1rem),
		radial-gradient(circle at 85% 80%, rgb(63 102 81 / 15%) 0 12rem, transparent 12.1rem) !important;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-header {
	border-bottom: 1px solid rgb(25 34 29 / 12%);
	height: auto;
	min-height: 68px;
}

.wp-block-woocommerce-coming-soon .wp-block-site-title a {
	color: #19221d !important;
	font-family: var(--wp--preset--font-family--system-sans-serif, sans-serif);
	font-size: 1.08rem;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.wp-block-woocommerce-coming-soon h1.woocommerce-coming-soon-banner {
	color: #19221d !important;
	font-family: var(--wp--preset--font-family--system-sans-serif, sans-serif) !important;
	font-size: clamp(2.25rem, 5vw, 4.8rem) !important;
	font-weight: 850 !important;
	letter-spacing: -.055em !important;
	line-height: .98 !important;
	max-width: 980px !important;
}

.wp-block-woocommerce-coming-soon h1.woocommerce-coming-soon-banner::before {
	color: #3f6651;
	content: "PRÓXIMAMENTE";
	display: block;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .16em;
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-powered-by-woo {
	display: none !important;
}

.wp-block-woocommerce-coming-soon .wp-block-social-links {
	display: none !important;
}

.wp-block-woocommerce-coming-soon .wp-block-loginout {
	background: #19221d !important;
	border-radius: 999px !important;
}
