:root {
	--pdc-ink: #173e34;
	--pdc-ink-deep: #0f2822;
	--pdc-forest: #285d4c;
	--pdc-cream: #f7f1e6;
	--pdc-paper: #fffdf8;
	--pdc-orange: #f2a35a;
	--pdc-orange-deep: #dc7b30;
	--pdc-lime: #d8e58a;
	--pdc-muted: #637069;
	--pdc-line: #d8d9cf;
	--pdc-white: #ffffff;
	--pdc-danger: #a23b35;
	--pdc-shadow: 0 20px 60px rgba(15, 40, 34, 0.12);
	--pdc-shell: 1180px;
	--pdc-radius: 22px;
	--pdc-header-height: 92px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--pdc-paper);
	color: var(--pdc-ink);
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body.pdc-menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid var(--pdc-orange);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.55em;
	color: var(--pdc-ink);
	font-family: "Arial Black", "Segoe UI", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

h1 {
	font-size: clamp(2.8rem, 6.3vw, 6.2rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
}

p {
	margin: 0 0 1.2em;
}

.screen-reader-text,
.pdc-skip-link:not(:focus) {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pdc-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 12px 18px;
	background: var(--pdc-paper);
	color: var(--pdc-ink);
	border-radius: 999px;
	box-shadow: var(--pdc-shadow);
}

.pdc-shell {
	width: min(calc(100% - 40px), var(--pdc-shell));
	margin-inline: auto;
}

.pdc-reading-width {
	max-width: 800px;
}

.pdc-icon {
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
}

.pdc-kicker {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--pdc-forest);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pdc-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 12px 22px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.pdc-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-2px);
}

.pdc-button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button,
.wp-block-button__link {
	background: var(--pdc-ink);
	color: var(--pdc-white);
}

.pdc-button--primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover,
.wp-block-button__link:hover {
	background: var(--pdc-forest);
	color: var(--pdc-white);
}

.pdc-button--ghost {
	border-color: var(--pdc-ink);
	background: transparent;
	color: var(--pdc-ink);
}

.pdc-button--ghost:hover {
	background: var(--pdc-ink);
	color: var(--pdc-white);
}

.pdc-button--light {
	background: var(--pdc-cream);
	color: var(--pdc-ink-deep);
}

.pdc-button--light:hover {
	background: var(--pdc-white);
}

.pdc-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pdc-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 800;
	text-decoration: none;
}

.pdc-text-link .pdc-icon {
	transition: transform 160ms ease;
}

.pdc-text-link:hover .pdc-icon {
	transform: translateX(4px);
}

/* Header */
.pdc-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 253, 248, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

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

.pdc-site-header.is-compact {
	border-bottom-color: var(--pdc-line);
	box-shadow: 0 8px 24px rgba(15, 40, 34, 0.06);
}

.pdc-utility-bar {
	background: var(--pdc-ink-deep);
	color: var(--pdc-cream);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.pdc-utility-bar__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 7px;
}

.pdc-header-main {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
	min-height: var(--pdc-header-height);
	transition: min-height 180ms ease;
}

.is-compact .pdc-header-main {
	min-height: 72px;
}

.pdc-brand-wrap,
.pdc-brand-wrap .custom-logo-link {
	display: flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 220px;
	max-height: 62px;
}

.pdc-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--pdc-ink);
	text-decoration: none;
}

.pdc-wordmark__mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	background: var(--pdc-orange);
	border-radius: 14px 14px 14px 5px;
	font-family: "Arial Black", "Segoe UI", sans-serif;
	font-size: 1.55rem;
	line-height: 1;
}

.pdc-wordmark__text {
	display: grid;
	line-height: 1.08;
}

.pdc-wordmark__text strong {
	font-family: "Arial Black", "Segoe UI", sans-serif;
	font-size: 1.05rem;
	letter-spacing: -0.04em;
}

.pdc-wordmark__text small {
	margin-top: 4px;
	color: var(--pdc-muted);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pdc-primary-navigation {
	justify-self: center;
}

.pdc-menu,
.pdc-footer-menu,
.pdc-footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pdc-menu {
	display: flex;
	align-items: center;
	gap: 28px;
}

.pdc-menu li {
	position: relative;
}

.pdc-menu a {
	display: inline-flex;
	padding-block: 12px;
	font-size: 0.9rem;
	font-weight: 750;
	text-decoration: none;
}

.pdc-menu > li > a::after {
	position: absolute;
	right: 50%;
	bottom: 6px;
	left: 50%;
	height: 3px;
	background: var(--pdc-orange);
	content: "";
	transition: right 160ms ease, left 160ms ease;
}

.pdc-menu > li > a:hover::after,
.pdc-menu > .current-menu-item > a::after {
	right: 0;
	left: 0;
}

.pdc-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	min-width: 210px;
	margin: 0;
	padding: 10px 18px;
	list-style: none;
	background: var(--pdc-paper);
	border: 1px solid var(--pdc-line);
	border-radius: 14px;
	box-shadow: var(--pdc-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.pdc-menu li:hover > .sub-menu,
.pdc-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

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

.pdc-header-whatsapp,
.pdc-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 8px 13px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.pdc-header-whatsapp {
	background: var(--pdc-lime);
}

.pdc-cart-link {
	position: relative;
	border: 1px solid var(--pdc-line);
}

.pdc-cart-count {
	display: grid;
	place-items: center;
	min-width: 21px;
	height: 21px;
	padding-inline: 5px;
	background: var(--pdc-orange);
	border-radius: 999px;
	font-size: 0.7rem;
}

.pdc-menu-toggle {
	display: none;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border: 1px solid var(--pdc-line);
	background: transparent;
	color: var(--pdc-ink);
	border-radius: 999px;
	font-weight: 800;
}

/* Hero */
.pdc-hero {
	position: relative;
	overflow: hidden;
	background: var(--pdc-cream);
}

.pdc-hero::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + 300px);
	width: 1px;
	background: rgba(23, 62, 52, 0.12);
	content: "";
}

.pdc-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
	align-items: center;
	gap: 45px;
	min-height: 680px;
	padding-block: 56px 72px;
}

.pdc-hero__content {
	position: relative;
	z-index: 2;
	max-width: 690px;
}

.pdc-hero h1 {
	max-width: 680px;
	margin-bottom: 22px;
}

.pdc-hero__copy {
	max-width: 610px;
	margin-bottom: 28px;
	color: var(--pdc-muted);
	font-size: clamp(1.05rem, 1.5vw, 1.3rem);
	line-height: 1.55;
}

.pdc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

.pdc-product-search {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	max-width: 620px;
	margin-bottom: 22px;
	padding: 7px 8px 7px 16px;
	background: var(--pdc-white);
	border: 1px solid var(--pdc-line);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(15, 40, 34, 0.08);
}

.pdc-product-search input[type="search"] {
	width: 100%;
	min-width: 0;
	padding: 7px 4px;
	border: 0;
	background: transparent;
	color: var(--pdc-ink);
	outline: 0;
}

.pdc-product-search button {
	min-height: 38px;
	padding: 8px 17px;
	border: 0;
	background: var(--pdc-orange);
	color: var(--pdc-ink-deep);
	border-radius: 999px;
	font-weight: 800;
}

.pdc-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--pdc-forest);
	font-size: 0.84rem;
	font-weight: 750;
}

.pdc-hero__proof li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pdc-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 540px;
}

.pdc-hero__disc {
	position: absolute;
	width: min(44vw, 510px);
	aspect-ratio: 1;
	background: var(--pdc-lime);
	border-radius: 50% 44% 48% 45%;
	transform: rotate(-7deg);
}

.pdc-hero-chair,
.pdc-hero-product {
	position: relative;
	z-index: 1;
	width: min(100%, 530px);
	filter: drop-shadow(0 28px 34px rgba(15, 40, 34, 0.18));
	transition: transform 280ms ease;
}

.pdc-hero__visual:hover .pdc-hero-chair,
.pdc-hero__visual:hover .pdc-hero-product {
	transform: translateY(-8px) rotate(1deg);
}

.pdc-hero-product {
	display: block;
	color: var(--pdc-ink);
	text-decoration: none;
}

.pdc-hero-product__image {
	width: 100%;
	max-height: 500px;
	object-fit: contain;
}

.pdc-hero-product__caption,
.pdc-hero-note {
	position: absolute;
	right: 0;
	bottom: 28px;
	z-index: 2;
	display: grid;
	gap: 2px;
	max-width: 240px;
	padding: 14px 18px;
	background: var(--pdc-paper);
	border-radius: 16px 16px 5px 16px;
	box-shadow: var(--pdc-shadow);
}

.pdc-hero-product__caption span,
.pdc-hero-note span {
	color: var(--pdc-muted);
	font-size: 0.82rem;
}

.pdc-hero-enter {
	animation: pdc-hero-in 560ms both;
}

.pdc-hero-enter:nth-child(2) { animation-delay: 70ms; }
.pdc-hero-enter:nth-child(3) { animation-delay: 140ms; }
.pdc-hero-enter:nth-child(4) { animation-delay: 210ms; }
.pdc-hero-enter:nth-child(5) { animation-delay: 280ms; }
.pdc-hero-enter:nth-child(6) { animation-delay: 350ms; }

@keyframes pdc-hero-in {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: none; }
}

/* Home sections */
.pdc-category-section,
.pdc-story-section {
	padding-block: 110px;
}

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

.pdc-section-heading h2 {
	max-width: 760px;
	margin-bottom: 0;
}

.pdc-category-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 420px;
}

.pdc-category {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: clamp(28px, 5vw, 58px);
	color: var(--pdc-cream);
	text-decoration: none;
}

.pdc-category::before {
	position: absolute;
	top: -80px;
	right: -50px;
	width: 260px;
	height: 360px;
	border: 38px solid currentColor;
	border-radius: 45% 45% 22% 22%;
	content: "";
	opacity: 0.08;
	transform: rotate(14deg);
	transition: transform 260ms ease;
}

.pdc-category:hover::before {
	transform: translate(-12px, 16px) rotate(8deg);
}

.pdc-category--office {
	background: var(--pdc-ink);
	border-radius: var(--pdc-radius) 0 0 var(--pdc-radius);
}

.pdc-category--gamer {
	background: var(--pdc-orange);
	color: var(--pdc-ink-deep);
	border-radius: 0 var(--pdc-radius) var(--pdc-radius) 0;
}

.pdc-category__number {
	position: absolute;
	top: 28px;
	left: 32px;
	font-family: "Arial Black", "Segoe UI", sans-serif;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
}

.pdc-category__label {
	position: relative;
	max-width: 480px;
	font-family: "Arial Black", "Segoe UI", sans-serif;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1.02;
}

.pdc-category__copy {
	position: relative;
	max-width: 430px;
	margin-top: 16px;
	font-size: 1.05rem;
}

.pdc-category__action {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	font-weight: 850;
}

.pdc-products-section,
.pdc-steps-section {
	padding-block: 100px;
	background: var(--pdc-cream);
}

.pdc-product-shelf .woocommerce {
	width: 100%;
}

.pdc-empty-catalog {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
	align-items: center;
	gap: 50px;
	padding: clamp(24px, 5vw, 58px);
	background: var(--pdc-paper);
	border: 1px solid var(--pdc-line);
	border-radius: var(--pdc-radius);
}

.pdc-empty-catalog__visual {
	display: grid;
	place-items: center;
	min-height: 300px;
	background: var(--pdc-lime);
	border-radius: 18px;
	overflow: hidden;
}

.pdc-empty-catalog__visual img {
	width: 82%;
	max-height: 330px;
	object-fit: contain;
}

.pdc-empty-catalog h3 {
	font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.pdc-empty-catalog p {
	max-width: 560px;
	color: var(--pdc-muted);
	font-size: 1.08rem;
}

.pdc-repair-section {
	position: relative;
	overflow: hidden;
	background: var(--pdc-ink-deep);
	color: var(--pdc-cream);
}

.pdc-repair-section__inner {
	display: grid;
	grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
	align-items: center;
	gap: clamp(40px, 7vw, 100px);
	min-height: 650px;
	padding-block: 90px;
}

.pdc-repair-section h2,
.pdc-repair-section .pdc-kicker {
	color: var(--pdc-cream);
}

.pdc-repair-section .pdc-kicker {
	opacity: 0.75;
}

.pdc-repair-copy p {
	max-width: 660px;
	color: rgba(247, 241, 230, 0.76);
	font-size: 1.12rem;
}

.pdc-repair-copy ul {
	display: grid;
	gap: 10px;
	margin: 28px 0 32px;
	padding: 0;
	list-style: none;
}

.pdc-repair-copy li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 750;
}

.pdc-repair-visual {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 390px);
	aspect-ratio: 1;
	margin-inline: auto;
	background: var(--pdc-orange);
	border-radius: 42% 58% 48% 52%;
	transform: rotate(-6deg);
}

.pdc-repair-visual .pdc-icon {
	width: 42%;
	height: 42%;
	color: var(--pdc-ink-deep);
	transform: rotate(6deg);
}

.pdc-repair-visual__ring {
	position: absolute;
	inset: 28px;
	border: 2px dashed var(--pdc-ink-deep);
	border-radius: inherit;
	opacity: 0.4;
}

.pdc-story-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	gap: clamp(50px, 10vw, 130px);
}

.pdc-story-intro h2 {
	max-width: 700px;
}

.pdc-story-copy {
	padding-top: 40px;
	color: var(--pdc-muted);
	font-size: 1.12rem;
}

.pdc-story-copy p + p {
	padding-top: 24px;
	border-top: 1px solid var(--pdc-line);
}

.pdc-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: steps;
}

.pdc-steps li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 16px;
	padding: 28px 34px;
	border-top: 1px solid var(--pdc-line);
	border-right: 1px solid var(--pdc-line);
}

.pdc-steps li:last-child {
	border-right: 0;
}

.pdc-steps li > span {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--pdc-orange);
	border-radius: 50%;
	font-family: "Arial Black", "Segoe UI", sans-serif;
}

.pdc-steps strong {
	font-size: 1.15rem;
}

.pdc-steps p {
	margin: 0;
	color: var(--pdc-muted);
}

.pdc-page-content {
	padding-block: 80px;
}

/* Content pages and posts */
.pdc-content-main,
.pdc-store-main {
	min-height: 55vh;
	padding-block: 80px 110px;
}

.pdc-page-header {
	max-width: 900px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--pdc-line);
}

.pdc-page-header h1 {
	font-size: clamp(2.6rem, 6vw, 5.8rem);
}

.pdc-entry-content,
.pdc-archive-description {
	color: var(--pdc-muted);
	font-size: 1.08rem;
}

.pdc-entry-content > * + * {
	margin-top: 1.35em;
}

.pdc-entry-content h2,
.pdc-entry-content h3,
.pdc-entry-content h4 {
	margin-top: 1.8em;
}

.pdc-entry-content a {
	color: var(--pdc-forest);
}

.pdc-entry-image {
	margin: 0 0 42px;
}

.pdc-entry-image img {
	width: 100%;
	border-radius: var(--pdc-radius);
}

.pdc-post-list {
	display: grid;
	gap: 0;
}

.pdc-post-item {
	display: grid;
	grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
	gap: 36px;
	padding-block: 36px;
	border-top: 1px solid var(--pdc-line);
}

.pdc-post-item:first-child {
	border-top: 0;
}

.pdc-post-item__image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 16px;
}

.pdc-post-item h2 a {
	text-decoration: none;
}

.pdc-post-item p {
	color: var(--pdc-muted);
}

.pdc-empty-state,
.pdc-not-found {
	max-width: 760px;
	padding-block: 80px;
}

.pdc-not-found h1 {
	font-size: clamp(2.7rem, 7vw, 6rem);
}

.pdc-comments {
	margin-top: 64px;
	padding-top: 42px;
	border-top: 1px solid var(--pdc-line);
}

/* Footer */
.pdc-site-footer {
	background: var(--pdc-ink);
	color: var(--pdc-cream);
}

.pdc-site-footer h2,
.pdc-site-footer .pdc-kicker,
.pdc-site-footer .pdc-wordmark,
.pdc-site-footer .pdc-wordmark__text small {
	color: var(--pdc-cream);
}

.pdc-footer-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding-block: 74px;
	border-bottom: 1px solid rgba(247, 241, 230, 0.18);
}

.pdc-footer-cta h2 {
	margin-bottom: 0;
}

.pdc-footer-main {
	display: grid;
	grid-template-columns: minmax(280px, 1.2fr) minmax(150px, 0.5fr) minmax(220px, 0.7fr);
	gap: 70px;
	padding-block: 64px;
}

.pdc-footer-brand p {
	max-width: 420px;
	margin-top: 22px;
	color: rgba(247, 241, 230, 0.68);
}

.pdc-footer-menu,
.pdc-footer-list {
	display: grid;
	gap: 9px;
	margin-top: 18px;
	color: rgba(247, 241, 230, 0.72);
}

.pdc-footer-menu a {
	text-decoration: none;
}

.pdc-footer-menu a:hover {
	color: var(--pdc-white);
}

.pdc-footer-legal {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 20px;
	border-top: 1px solid rgba(247, 241, 230, 0.18);
	color: rgba(247, 241, 230, 0.58);
	font-size: 0.78rem;
}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 28px;
	color: var(--pdc-muted);
	font-size: 0.82rem;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--pdc-forest);
}

.woocommerce-products-header,
.woocommerce div.product .product_title {
	margin-bottom: 28px;
}

.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title {
	font-size: clamp(2.5rem, 5vw, 5rem);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-search__input {
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--pdc-line);
	background: var(--pdc-paper);
	color: var(--pdc-ink);
	border-radius: 10px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 38px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 4 / 5;
	margin-bottom: 18px;
	padding: 24px;
	background: var(--pdc-cream);
	border-radius: 18px;
	object-fit: contain;
	transition: transform 220ms ease, background-color 220ms ease;
}

.woocommerce ul.products li.product:hover a img {
	background: var(--pdc-lime);
	transform: translateY(-5px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-family: "Arial Black", "Segoe UI", sans-serif;
	font-size: 1.08rem;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: block;
	color: var(--pdc-forest);
	font-size: 1.1rem;
	font-weight: 850;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del {
	color: var(--pdc-muted);
	opacity: 0.7;
}

.woocommerce ul.products li.product .button {
	margin-top: 12px;
	min-height: 42px;
	padding: 10px 17px;
	font-size: 0.82rem;
}

.woocommerce span.onsale {
	top: 12px;
	left: 12px;
	z-index: 2;
	min-width: 0;
	min-height: 0;
	padding: 7px 11px;
	background: var(--pdc-orange);
	color: var(--pdc-ink-deep);
	border-radius: 999px;
	font-size: 0.75rem;
	line-height: 1;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	gap: 55px;
}

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

.woocommerce div.product div.images img {
	background: var(--pdc-cream);
	border-radius: 18px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	float: none;
	width: auto;
}

.woocommerce div.product div.summary {
	align-self: start;
	position: sticky;
	top: 125px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: var(--pdc-muted);
	font-size: 1.05rem;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 16px;
}

.woocommerce .quantity .qty {
	width: 72px;
	min-height: 50px;
	border: 1px solid var(--pdc-line);
	background: var(--pdc-paper);
	border-radius: 999px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 24px;
	margin: 0 0 28px;
	padding: 0;
	border-bottom: 1px solid var(--pdc-line);
}

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

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 12px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	box-shadow: inset 0 -3px var(--pdc-orange);
}

.pdc-whatsapp-product {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	padding: 10px 0;
	color: var(--pdc-forest);
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 18px 20px 18px 52px;
	background: var(--pdc-cream);
	color: var(--pdc-ink);
	border: 0;
	border-left: 5px solid var(--pdc-forest);
	border-radius: 10px;
}

.woocommerce-error {
	border-left-color: var(--pdc-danger);
}

.woocommerce table.shop_table {
	border-color: var(--pdc-line);
	border-radius: 12px;
	border-collapse: separate;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 15px;
	border-color: var(--pdc-line);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review {
	padding: 24px;
	background: var(--pdc-cream);
	border-radius: 16px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-color: var(--pdc-line);
	border-radius: 14px;
}

.woocommerce-checkout #payment {
	background: var(--pdc-cream);
	border-radius: 14px;
}

.woocommerce-checkout #payment div.payment_box {
	background: var(--pdc-paper);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--pdc-paper);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 26%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 70%;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid var(--pdc-line);
	font-weight: 750;
	text-decoration: none;
}

/* Cart and Checkout blocks keep their page content and inherit global styling. */
.wc-block-cart,
.wc-block-checkout {
	color: var(--pdc-ink);
}

.wc-block-components-button {
	border: 0;
}

.wc-block-components-order-summary-item__quantity {
	background: var(--pdc-cream);
	border-color: var(--pdc-ink);
	box-shadow: 0 0 0 2px var(--pdc-paper);
	color: var(--pdc-ink);
}

.wc-block-cart__submit-container {
	background: var(--pdc-paper);
}

.wc-block-components-totals-wrapper,
.wc-block-components-sidebar-layout .wc-block-components-main {
	border-color: var(--pdc-line);
}

/* Reveals */
html.pdc-motion-ready .pdc-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 520ms ease, transform 520ms ease;
}

html.pdc-motion-ready .pdc-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1020px) {
	.pdc-header-main {
		gap: 18px;
	}

	.pdc-menu {
		gap: 18px;
	}

	.pdc-header-whatsapp span,
	.pdc-cart-label {
		display: none;
	}

	.pdc-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
	}

	.pdc-footer-main {
		gap: 40px;
	}
}

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

	.pdc-utility-bar__inner span:last-child {
		display: none;
	}

	.pdc-header-main {
		grid-template-columns: 1fr auto auto;
		min-height: 76px;
	}

	.pdc-menu-toggle {
		display: inline-flex;
		grid-column: 2;
	}

	.pdc-primary-navigation {
		position: fixed;
		top: calc(100% - 1px);
		right: 0;
		left: 0;
		display: none;
		justify-self: stretch;
		width: 100%;
		max-height: calc(100vh - 110px);
		padding: 20px;
		overflow-y: auto;
		background: var(--pdc-paper);
		border-top: 1px solid var(--pdc-line);
		box-shadow: var(--pdc-shadow);
	}

	.pdc-primary-navigation.is-open {
		display: block;
	}

	.pdc-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.pdc-menu a {
		display: flex;
		padding: 15px 4px;
		border-bottom: 1px solid var(--pdc-line);
		font-size: 1rem;
	}

	.pdc-menu > li > a::after {
		display: none;
	}

	.pdc-menu .sub-menu {
		position: static;
		display: block;
		padding: 0 0 0 16px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.pdc-header-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.pdc-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-top: 64px;
	}

	.pdc-hero__content {
		max-width: 760px;
	}

	.pdc-hero__visual {
		min-height: 470px;
	}

	.pdc-hero__disc {
		width: min(78vw, 500px);
	}

	.pdc-category-section,
	.pdc-story-section,
	.pdc-products-section,
	.pdc-steps-section {
		padding-block: 78px;
	}

	.pdc-repair-section__inner,
	.pdc-story-section {
		grid-template-columns: 1fr;
	}

	.pdc-repair-section__inner {
		padding-block: 75px;
	}

	.pdc-repair-visual {
		width: min(72vw, 360px);
	}

	.pdc-story-copy {
		padding-top: 0;
	}

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

	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product div.summary {
		position: static;
	}

	.pdc-footer-main {
		grid-template-columns: 1fr 1fr;
	}

	.pdc-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.pdc-shell {
		width: min(calc(100% - 28px), var(--pdc-shell));
	}

	.pdc-utility-bar__inner {
		justify-content: center;
		text-align: center;
	}

	.pdc-wordmark__text small {
		display: none;
	}

	.pdc-wordmark__mark {
		width: 39px;
		height: 39px;
		font-size: 1.3rem;
	}

	.pdc-header-actions {
		display: none;
	}

	.pdc-header-main {
		grid-template-columns: 1fr auto;
	}

	.pdc-menu-toggle {
		grid-column: 2;
	}

	h1 {
		font-size: clamp(2.65rem, 14vw, 4.45rem);
	}

	h2 {
		font-size: clamp(2rem, 10vw, 3.2rem);
	}

	.pdc-hero__inner {
		gap: 24px;
		padding-block: 46px 56px;
	}

	.pdc-hero__actions .pdc-button {
		width: 100%;
	}

	.pdc-product-search {
		grid-template-columns: auto 1fr;
		border-radius: 18px;
	}

	.pdc-product-search button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.pdc-hero__proof {
		display: grid;
	}

	.pdc-hero__visual {
		min-height: 390px;
	}

	.pdc-hero-note,
	.pdc-hero-product__caption {
		right: 8px;
		bottom: 8px;
	}

	.pdc-section-heading,
	.pdc-footer-cta,
	.pdc-footer-legal {
		align-items: flex-start;
		flex-direction: column;
	}

	.pdc-category-pair {
		grid-template-columns: 1fr;
	}

	.pdc-category {
		min-height: 370px;
	}

	.pdc-category--office {
		border-radius: var(--pdc-radius) var(--pdc-radius) 0 0;
	}

	.pdc-category--gamer {
		border-radius: 0 0 var(--pdc-radius) var(--pdc-radius);
	}

	.pdc-empty-catalog {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pdc-empty-catalog__visual {
		min-height: 250px;
	}

	.pdc-steps {
		grid-template-columns: 1fr;
	}

	.pdc-steps li {
		border-right: 0;
	}

	.pdc-post-item {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products {
		gap: 30px 12px;
	}

	.woocommerce ul.products li.product a img {
		padding: 12px;
		border-radius: 12px;
	}

	.woocommerce ul.products li.product .button {
		width: 100%;
	}

	.woocommerce div.product .product_title,
	.woocommerce-products-header__title.page-title {
		font-size: clamp(2.4rem, 12vw, 4.2rem);
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		float: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	.pdc-footer-main {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.pdc-footer-brand {
		grid-column: auto;
	}

	.wc-block-cart__submit-container {
		background: var(--pdc-paper);
	}
}

@media (max-width: 400px) {
	.pdc-menu-toggle span {
		display: none;
	}

	.pdc-hero__visual {
		min-height: 330px;
	}

	.pdc-category {
		min-height: 330px;
	}
}

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

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

	html.pdc-motion-ready .pdc-reveal {
		opacity: 1;
		transform: none;
	}
}
