@font-face {
	font-family: "KalamehWeb";
	src: url("../fonts/KalamehWeb-Thin.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "KalamehWeb";
	src: url("../fonts/KalamehWeb-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "KalamehWeb";
	src: url("../fonts/KalamehWeb-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "KalamehWeb";
	src: url("../fonts/KalamehWeb-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--pc-font-family: "KalamehWeb", Tahoma, Arial, sans-serif;
	--pc-cream: #f2e8d5;
	--pc-cream-2: #fffaf1;
	--pc-terracotta: #b85c38;
	--pc-orange: #f4a261;
	--pc-green: #064a31;
	--pc-brown: #6b4f3f;
	--pc-sand: #d9b382;
	--pc-ink: #2d241f;
	--pc-muted: #7f6f63;
	--pc-line: rgba(107, 79, 63, .17);
	--pc-shadow: 0 12px 35px rgba(74, 45, 28, .09);
	--pc-shadow-hover: 0 20px 46px rgba(58, 36, 24, .16);
	--pc-ease: cubic-bezier(.22, .61, .36, 1);
	--pc-radius: 18px;
}

/*
 * Keep the Woodmart canvas consistent with the warm header surface. Feature
 * sections may still draw their own cards, textures and accent backgrounds.
 */
html,
body,
body .website-wrapper,
body .main-page-wrapper,
body .site-content {
	background-color: var(--pc-cream-2) !important;
}

/*
 * Woodmart Header Builder is outside Elementor's content tree. Keep the
 * custom typeface local to textual header controls so Woodmart/WooCommerce
 * icon fonts on pseudo-elements continue to render unchanged.
 */
body .whb-header {
	--wd-header-el-font: "KalamehWeb";
	font-family: var(--pc-font-family);
}

body .whb-header :is(
	.wd-tools-text,
	.wd-cart-subtotal,
	.menu-open-label,
	.nav-link-text,
	.searchform .s,
	.wd-button-wrapper .btn
) {
	font-family: var(--pc-font-family) !important;
}

.pc-block,
.pc-block * {
	box-sizing: border-box;
}

.pc-block {
	direction: rtl;
	color: var(--pc-ink);
	font-family: var(--pc-font-family);
	line-height: 1.65;
}

.pc-block a {
	color: inherit;
	text-decoration: none;
}

.pc-block a:focus-visible,
.pc-block button:focus-visible {
	outline: 3px solid rgba(244, 162, 97, .62);
	outline-offset: 3px;
}

.pc-block img {
	display: block;
	max-width: 100%;
}

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

.pc-section {
	padding: 16px 0;
}

.pc-eyebrow {
	display: block;
	margin-bottom: 4px;
	color: var(--pc-terracotta);
	font-size: 12px;
	font-weight: 800;
}

.pc-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 16px;
}

.pc-section-heading--center {
	display: block;
	text-align: center;
}

.pc-section-heading h2,
.pc-selection h2,
.pc-vendor-cta h2 {
	margin: 0;
	color: var(--pc-green);
	font-size: clamp(22px, 2.1vw, 31px);
	font-weight: 900;
	line-height: 1.35;
}

.pc-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 9px 18px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	transition: color .25s var(--pc-ease), border-color .25s var(--pc-ease), transform .25s var(--pc-ease), box-shadow .25s var(--pc-ease), background .25s var(--pc-ease);
}

.pc-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 11px 24px rgba(45, 36, 31, .16);
}

.pc-button--primary {
	background: var(--pc-terracotta);
	color: #fff !important;
}

.pc-button--primary:hover {
	background: #9f4728;
}

.pc-button--ghost,
.pc-button--outline {
	border-color: rgba(6, 74, 49, .42);
	background: rgba(255, 255, 255, .5);
	color: var(--pc-green) !important;
}

.pc-button--cream {
	background: var(--pc-cream);
	color: var(--pc-green) !important;
}

.pc-button--ghost:hover,
.pc-button--outline:hover {
	border-color: var(--pc-green);
	background: #fff;
}

.pc-button__icon {
	display: inline-grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .18);
	font: 900 15px/1 sans-serif;
	transition: transform .25s var(--pc-ease), background .25s var(--pc-ease);
}

.pc-button--ghost .pc-button__icon,
.pc-button--outline .pc-button__icon {
	background: rgba(6, 74, 49, .09);
}

.pc-button:hover .pc-button__icon {
	transform: translateX(-2px);
}

.pc-button:hover .pc-button__icon--grid {
	transform: rotate(45deg) scale(.9);
}

.pc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.pc-fallback-logo {
	width: 52%;
	height: 52%;
	margin: auto;
	object-fit: contain;
	opacity: .9;
}

/* Secondary navigation: the icon shortcut row is intentionally absent. */
.pc-secondary-nav {
	border-top: 1px solid var(--pc-line);
	border-bottom: 1px solid var(--pc-line);
	background: rgba(255, 255, 255, .93);
}

.pc-secondary-nav__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 54px;
	gap: 30px;
}

.pc-category-button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 9px;
	padding: 8px 19px;
	border-radius: 8px;
	background: var(--pc-green);
	color: #fff !important;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 7px 16px rgba(6, 74, 49, .13);
	transition: background .25s var(--pc-ease), box-shadow .25s var(--pc-ease), transform .25s var(--pc-ease);
}

.pc-category-button span {
	font-size: 17px;
	transition: transform .25s var(--pc-ease);
}

.pc-category-button:hover {
	background: #08623f;
	box-shadow: 0 10px 22px rgba(6, 74, 49, .2);
	transform: translateY(-2px);
}

.pc-category-button:hover span {
	transform: rotate(90deg);
}

.pc-secondary-nav__links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 4vw, 52px);
	font-size: 13px;
	font-weight: 700;
}

.pc-secondary-nav__links a,
.pc-location {
	transition: color .25s var(--pc-ease);
}

.pc-secondary-nav__links a {
	position: relative;
	padding-block: 16px;
}

.pc-secondary-nav__links a::after {
	position: absolute;
	height: 2px;
	border-radius: 2px;
	background: var(--pc-terracotta);
	content: "";
	inset: auto 50% 8px;
	transform: scaleX(0);
	transition: inset .25s var(--pc-ease), transform .25s var(--pc-ease);
}

.pc-secondary-nav__links a:hover {
	color: var(--pc-terracotta);
}

.pc-secondary-nav__links a:hover::after,
.pc-secondary-nav__links a:focus-visible::after {
	inset-inline: 0;
	transform: scaleX(1);
}

.pc-location {
	color: var(--pc-muted);
	font-size: 12px;
}

/* Hero */
.pc-hero-section {
	padding: 18px 0 14px;
}

.pc-hero-grid {
	display: grid;
	direction: ltr;
	grid-template-columns: minmax(0, 1.75fr) minmax(300px, .8fr);
	gap: 16px;
}

.pc-hero-main {
	position: relative;
	overflow: hidden;
	min-height: 356px;
	direction: rtl;
	border: 1px solid rgba(217, 179, 130, .33);
	border-radius: var(--pc-radius);
	background:
		radial-gradient(circle at 20% 88%, rgba(244, 162, 97, .15), transparent 33%),
		linear-gradient(135deg, #fffaf2 0%, #f6ead8 100%);
	box-shadow: var(--pc-shadow);
}

.pc-hero-slides {
	display: grid;
	min-height: 356px;
}

.pc-hero-slide {
	display: grid;
	visibility: hidden;
	min-width: 0;
	grid-area: 1 / 1;
	grid-template-columns: .9fr 1.1fr;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .44s var(--pc-ease), visibility .44s var(--pc-ease);
}

.pc-hero-slide.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.pc-hero-main::before {
	position: absolute;
	width: 310px;
	height: 310px;
	border: 1px dashed rgba(184, 92, 56, .28);
	border-radius: 50%;
	content: "";
	inset: -130px auto auto -100px;
}

.pc-hero-copy {
	position: relative;
	z-index: 2;
	padding: clamp(28px, 3vw, 42px) clamp(26px, 3vw, 40px) clamp(62px, 5vw, 70px) clamp(22px, 3vw, 40px);
}

.pc-hero-copy h1,
.pc-hero-copy h2 {
	max-width: 500px;
	margin: 0 0 13px;
	color: var(--pc-terracotta);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 950;
	line-height: 1.3;
}

.pc-hero-copy p {
	max-width: 500px;
	margin: 0;
	color: var(--pc-brown);
	font-size: 14px;
	line-height: 1.9;
}

.pc-hero-visual {
	position: relative;
	display: flex;
	height: 100%;
	min-height: 356px;
	align-items: flex-end;
	justify-content: center;
	padding: 25px 20px 0;
}

.pc-hero-visual::before {
	position: absolute;
	width: min(330px, 80%);
	aspect-ratio: 1;
	border-radius: 50% 50% 45% 20%;
	background: rgba(217, 179, 130, .24);
	content: "";
	inset: 45px 50% auto auto;
	transform: translateX(50%) rotate(-8deg);
}

.pc-hero-visual > img:not(.pc-fallback-logo) {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 322px;
	object-fit: contain;
	filter: drop-shadow(0 18px 18px rgba(72, 42, 24, .16));
	transition: filter .35s var(--pc-ease), transform .35s var(--pc-ease);
}

.pc-hero-main:hover .pc-hero-slide.is-active .pc-hero-visual > img:not(.pc-fallback-logo) {
	filter: drop-shadow(0 23px 22px rgba(72, 42, 24, .22));
	transform: translateY(-5px) scale(1.018);
}

.pc-hero-visual > .pc-fallback-logo {
	position: relative;
	z-index: 1;
	width: 220px;
	height: 220px;
	margin: auto;
}

.pc-butterfly {
	position: absolute;
	z-index: 2;
	color: var(--pc-terracotta);
	font-size: 11px;
	transform: rotate(35deg);
}

.pc-butterfly--one { inset: 24% 12% auto auto; }
.pc-butterfly--two { inset: auto auto 19% 8%; color: var(--pc-orange); }

.pc-hero-slider-controls {
	position: absolute;
	z-index: 5;
	display: grid;
	grid-template-columns: 36px 1fr 36px;
	align-items: center;
	gap: 10px;
	inset: auto 14px 12px;
}

.pc-hero-slider-controls > button {
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(107, 79, 63, .18);
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: var(--pc-terracotta);
	cursor: pointer;
	font: 900 22px/1 sans-serif;
	transition: color .25s var(--pc-ease), background .25s var(--pc-ease), border-color .25s var(--pc-ease), transform .25s var(--pc-ease), box-shadow .25s var(--pc-ease);
}

.pc-hero-slider-controls > button:hover {
	border-color: var(--pc-terracotta);
	background: var(--pc-terracotta);
	box-shadow: 0 7px 15px rgba(184, 92, 56, .24);
	color: #fff;
	transform: scale(1.08);
}

.pc-hero-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.pc-hero-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 9px;
	background: rgba(107, 79, 63, .3);
	cursor: pointer;
	transition: width .25s var(--pc-ease), background .25s var(--pc-ease), transform .25s var(--pc-ease);
}

.pc-hero-dots button:hover { transform: scale(1.35); }

.pc-hero-dots button.is-active {
	width: 22px;
	background: var(--pc-terracotta);
}

.pc-hero-side {
	display: grid;
	direction: ltr;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
}

.pc-hero-promo {
	display: grid;
	overflow: hidden;
	min-height: 165px;
	grid-template-columns: 1fr 1.08fr;
	align-items: center;
	border: 1px solid rgba(107, 79, 63, .12);
	border-radius: var(--pc-radius);
	box-shadow: var(--pc-shadow);
	transition: border-color .3s var(--pc-ease), box-shadow .3s var(--pc-ease), transform .3s var(--pc-ease);
}

.pc-hero-promo:hover {
	border-color: rgba(184, 92, 56, .28);
	box-shadow: var(--pc-shadow-hover);
	transform: translateY(-4px);
}

.pc-hero-promo--warm { background: linear-gradient(135deg, #fff7e9, #efd6b8); }
.pc-hero-promo--green { background: linear-gradient(135deg, #edf1e7, #d4dfd0); }

.pc-hero-promo__copy {
	direction: rtl;
	padding: 20px 20px 20px 5px;
}

.pc-hero-promo__copy small,
.pc-hero-promo__copy strong,
.pc-hero-promo__copy em {
	display: block;
}

.pc-hero-promo__copy small {
	color: var(--pc-terracotta);
	font-size: 13px;
	font-weight: 900;
}

.pc-hero-promo__copy strong {
	margin: 4px 0 10px;
	font-size: 15px;
	line-height: 1.5;
}

.pc-hero-promo__copy em {
	color: var(--pc-green);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}

.pc-hero-promo__copy em::after {
	display: inline-block;
	margin-inline-start: 5px;
	content: "←";
	transition: transform .25s var(--pc-ease);
}

.pc-hero-promo:hover .pc-hero-promo__copy em::after {
	transform: translateX(-4px);
}

.pc-hero-promo > img {
	width: 100%;
	height: 163px;
	object-fit: contain;
	object-position: bottom center;
	transition: transform .35s var(--pc-ease);
}

.pc-hero-promo:hover > img { transform: translateY(-3px) scale(1.045); }

/* Carousel and product cards */
.pc-heading-actions,
.pc-carousel-controls {
	display: flex;
	align-items: center;
	gap: 9px;
}

.pc-more-link {
	position: relative;
	margin-inline: 8px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: 800;
	transition: color .25s var(--pc-ease), transform .25s var(--pc-ease);
}

.pc-more-link::after {
	display: inline-block;
	margin-inline-start: 5px;
	content: "←";
	transition: transform .25s var(--pc-ease);
}

.pc-more-link:hover {
	color: var(--pc-terracotta);
}

.pc-more-link:hover::after { transform: translateX(-4px); }

.pc-carousel-controls button {
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--pc-line);
	border-radius: 50%;
	background: #fff;
	color: var(--pc-brown);
	cursor: pointer;
	font: 700 22px/1 inherit;
	transition: color .25s var(--pc-ease), border-color .25s var(--pc-ease), background .25s var(--pc-ease), transform .25s var(--pc-ease), box-shadow .25s var(--pc-ease);
}

.pc-carousel-controls button:hover {
	border-color: var(--pc-terracotta);
	background: var(--pc-green);
	box-shadow: 0 7px 16px rgba(6, 74, 49, .18);
	color: #fff;
	transform: translateY(-2px) scale(1.04);
}

.pc-carousel-track {
	display: flex;
	overflow-x: auto;
	gap: 14px;
	padding: 4px 2px 13px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.pc-carousel-track::-webkit-scrollbar { display: none; }

.pc-product-card {
	position: relative;
	overflow: hidden;
	width: clamp(156px, 11.8vw, 188px);
	min-width: clamp(156px, 11.8vw, 188px);
	border: 1px solid var(--pc-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 17px rgba(54, 35, 25, .05);
	scroll-snap-align: start;
	transition: border-color .28s var(--pc-ease), transform .28s var(--pc-ease), box-shadow .28s var(--pc-ease);
}

.pc-product-card:hover {
	border-color: rgba(184, 92, 56, .35);
	box-shadow: var(--pc-shadow-hover);
	transform: translateY(-6px);
}

.pc-product-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / .86;
	background: #f6f0e7;
}

.pc-product-card__media::after {
	position: absolute;
	z-index: 1;
	height: 38%;
	background: linear-gradient(to top, rgba(45, 36, 31, .09), transparent);
	content: "";
	inset: auto 0 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s var(--pc-ease);
}

.pc-product-card:hover .pc-product-card__media::after { opacity: 1; }

.pc-product-card__media > img:not(.pc-fallback-logo) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter .38s var(--pc-ease), transform .38s var(--pc-ease);
}

.pc-product-card:hover .pc-product-card__media > img:not(.pc-fallback-logo) {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.065);
}

.pc-product-card__media .pc-fallback-logo {
	width: 42%;
	height: 100%;
}

.pc-sale-badge {
	position: absolute;
	z-index: 2;
	inset: 9px 9px auto auto;
	padding: 2px 8px;
	border-radius: 20px;
	background: var(--pc-terracotta);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.pc-wish-wrap {
	position: absolute;
	z-index: 6;
	inset: 9px auto auto 9px;
}

.pc-wish-wrap .wd-wishlist-btn {
	margin: 0 !important;
}

.pc-wish-wrap .wd-wishlist-btn > a {
	position: relative;
	display: grid !important;
	width: 34px !important;
	height: 34px !important;
	min-height: 34px !important;
	padding: 0 !important;
	place-items: center;
	border: 1px solid rgba(107, 79, 63, .16);
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .94) !important;
	box-shadow: 0 5px 14px rgba(45, 36, 31, .12);
	color: var(--pc-terracotta) !important;
	line-height: 1 !important;
	transition: color .25s var(--pc-ease), border-color .25s var(--pc-ease), background .25s var(--pc-ease), box-shadow .25s var(--pc-ease), transform .25s var(--pc-ease) !important;
}

.pc-wish-wrap .wd-wishlist-btn > a::before,
.pc-wish-wrap .wd-action-icon {
	margin: 0 !important;
}

.pc-wish-wrap .wd-action-icon {
	display: grid !important;
	width: 20px !important;
	height: 20px !important;
	place-items: center;
}

.pc-wish-wrap .wd-action-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.pc-wish-wrap .wd-wishlist-btn > a:hover,
.pc-wish-wrap .wd-wishlist-btn > a.added,
.pc-wish-wrap .wd-wishlist-btn.added > a {
	border-color: var(--pc-terracotta) !important;
	background: var(--pc-terracotta) !important;
	box-shadow: 0 8px 18px rgba(184, 92, 56, .28);
	color: #fff !important;
	transform: translateY(-2px) scale(1.07);
}

.pc-wish-wrap .wd-wishlist-btn > a.loading {
	opacity: .72;
	pointer-events: none;
}

.pc-product-card__body {
	padding: 12px 12px 13px;
}

.pc-product-card__body > small {
	display: block;
	overflow: hidden;
	margin-bottom: 3px;
	color: var(--pc-muted);
	font-size: 10.5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-product-card h3 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 43px;
	margin: 0 0 8px;
	font-size: 12.3px;
	font-weight: 800;
	line-height: 1.7;
	transition: color .25s var(--pc-ease);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pc-product-card:hover h3 { color: var(--pc-terracotta); }

.pc-product-card__meta {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.pc-price,
.pc-price .amount {
	color: var(--pc-terracotta);
	font-size: 12.5px;
	font-weight: 900;
}

.pc-price del,
.pc-price del .amount {
	color: var(--pc-muted);
	font-size: 9px;
	font-weight: 500;
}

.pc-price ins { text-decoration: none; }

.pc-rating {
	color: #b77b25;
	font-size: 10px;
	font-weight: 800;
}

.pc-card-cart {
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 9px;
	padding: 7px 9px;
	border: 0;
	border-radius: 10px;
	background: var(--pc-green);
	box-shadow: 0 7px 16px rgba(6, 74, 49, .16);
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	transition: background .25s var(--pc-ease), box-shadow .25s var(--pc-ease), transform .25s var(--pc-ease), opacity .25s var(--pc-ease);
}

.pc-card-cart__icon {
	display: inline-grid;
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .16);
	color: #fff;
	font: 700 15px/1 sans-serif;
	transition: background .25s var(--pc-ease), transform .25s var(--pc-ease);
}

.pc-card-cart__label {
	overflow: hidden;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-card-cart:hover {
	background: var(--pc-terracotta);
	box-shadow: 0 10px 21px rgba(184, 92, 56, .23);
	color: #fff !important;
	transform: translateY(-2px);
}

.pc-card-cart:hover .pc-card-cart__icon {
	background: rgba(255, 255, 255, .22);
	transform: rotate(90deg) scale(1.04);
}

.pc-card-cart.loading {
	opacity: .62;
	pointer-events: none;
}

.pc-card-cart.added {
	background: var(--pc-terracotta);
}

.pc-product-card .added_to_cart.wc-forward {
	display: block;
	margin-top: 6px;
	color: var(--pc-green);
	font-size: 10px;
	font-weight: 900;
	text-align: center;
}

.pc-amazing,
.pc-trending {
	margin: 6px 0;
	padding: 22px 0;
}

.pc-amazing { background: linear-gradient(110deg, #b84e29, #ce6339); }
.pc-trending { background: linear-gradient(110deg, #043e2a, #086244); }

.pc-amazing .pc-eyebrow,
.pc-trending .pc-eyebrow { color: rgba(255, 255, 255, .72); }
.pc-amazing h2,
.pc-trending h2,
.pc-amazing .pc-more-link,
.pc-trending .pc-more-link { color: #fff; }
.pc-amazing .pc-carousel-controls button,
.pc-trending .pc-carousel-controls button { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.93); }
.pc-amazing .pc-carousel-controls button:hover { border-color: #fff; background: #fff; color: var(--pc-terracotta); box-shadow: 0 8px 18px rgba(86, 32, 17, .22); }
.pc-trending .pc-carousel-controls button:hover { border-color: #fff; background: #fff; color: var(--pc-green); box-shadow: 0 8px 18px rgba(0, 34, 22, .22); }

.pc-countdown {
	direction: ltr;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fff;
}

.pc-countdown b {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 6px;
	background: #fff;
	color: var(--pc-terracotta);
	font-size: 12px;
}

.pc-countdown i { font-style: normal; }

/* Pileh-inspired category language with consistent semantic line icons. */
.pc-category-section {
	padding-block: 18px 10px;
}

.pc-p-categories {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 14px;
	padding: 18px 22px 16px;
	border: 1px solid rgba(217, 179, 130, .3);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 250, 241, .94), rgba(242, 232, 213, .46));
}

.pc-p-category {
	display: flex;
	min-width: 0;
	align-items: center;
	flex-direction: column;
	gap: 9px;
	text-align: center;
	transition: color .25s var(--pc-ease), transform .25s var(--pc-ease);
}

.pc-p-category__shape {
	display: grid;
	overflow: hidden;
	width: 84px;
	height: 94px;
	place-items: center;
	border-radius: 48% 48% 48% 10%;
	background: var(--pc-sand);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
	color: #fff9ed;
	transform: rotate(-1deg);
	transition: filter .28s var(--pc-ease), transform .28s var(--pc-ease), box-shadow .28s var(--pc-ease);
}

.pc-p-category:hover .pc-p-category__shape {
	box-shadow: 0 13px 26px rgba(63, 42, 30, .18), inset 0 0 0 1px rgba(255, 255, 255, .3);
	filter: saturate(1.06);
	transform: translateY(-6px) rotate(-1deg) scale(1.025);
}

.pc-p-category__icon {
	display: block;
	width: 43px;
	height: 43px;
	background: currentColor;
	-webkit-mask: var(--pc-category-icon) center / contain no-repeat;
	mask: var(--pc-category-icon) center / contain no-repeat;
	transform: rotate(1deg);
	transition: transform .28s var(--pc-ease);
}

.pc-p-category:hover .pc-p-category__icon {
	transform: rotate(-4deg) scale(1.12);
}

.pc-p-category strong {
	max-width: 100%;
	min-height: 36px;
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.55;
	transition: color .25s var(--pc-ease);
}

.pc-p-category:hover strong { color: var(--pc-terracotta); }

.pc-p-category--0 .pc-p-category__shape { background: #e9c38e; }
.pc-p-category--1 .pc-p-category__shape { background: #1f8067; }
.pc-p-category--2 .pc-p-category__shape { background: #c84e25; }
.pc-p-category--3 .pc-p-category__shape { background: #8d7361; }
.pc-p-category--4 .pc-p-category__shape { background: #3f3e39; }
.pc-p-category--5 .pc-p-category__shape { background: #f09a4d; }
.pc-p-category--6 .pc-p-category__shape { background: #b85c38; }
.pc-p-category--7 .pc-p-category__shape { background: #286a56; }

.pc-p-category__icon--gift {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h16v10H4zM3 7h18v3H3zM12 7v13M12 7H8.5a2.5 2.5 0 1 1 2.5-2.5L12 7Zm0 0h3.5A2.5 2.5 0 1 0 13 4.5L12 7Z'/%3E%3C/svg%3E");
}

.pc-p-category__icon--beauty {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3s5 5.2 5 9.2a5 5 0 0 1-10 0C7 8.2 12 3 12 3Z'/%3E%3Cpath d='M9.5 13.5c.4 1.5 1.3 2.2 2.8 2.4M18.5 4.5v4M16.5 6.5h4'/%3E%3C/svg%3E");
}

.pc-p-category__icon--art {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m14 5 5 5M12.5 6.5 17.5 11.5M6 18l6.5-11.5 5 5L6 18ZM6 18l-1 3 3-1M4 4h5M6.5 1.5v5'/%3E%3C/svg%3E");
}

.pc-p-category__icon--travel {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='7' width='16' height='13' rx='2'/%3E%3Cpath d='M9 7V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2M8 11v5M16 11v5M4 13h16'/%3E%3C/svg%3E");
}

.pc-p-category__icon--jewelry {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 4-5h10l4 5-9 11L3 9Z'/%3E%3Cpath d='M3 9h18M7 4l5 5 5-5M12 9v11'/%3E%3C/svg%3E");
}

.pc-p-category__icon--home {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8M5.5 9.5V21h13V9.5M9 21v-7h6v7'/%3E%3C/svg%3E");
}

.pc-p-category__icon--clothing {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 4 4 2 4-2 5 4-3 4-2-1v10H8V11l-2 1-3-4 5-4Z'/%3E%3Cpath d='M9 4c.4 2 1.4 3 3 3s2.6-1 3-3'/%3E%3C/svg%3E");
}

.pc-p-category__icon--child {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h16v12H4zM8 8V5h3M16 8V5h-3M8 13h.01M16 13h.01M9 17h6'/%3E%3C/svg%3E");
}

.pc-p-category__icon--generic {
	--pc-category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5L12 3ZM18.5 15l.8 2.2 2.2.8-2.2.8-.8 2.2-.8-2.2-2.2-.8 2.2-.8.8-2.2ZM5 15l.7 1.8 1.8.7-1.8.7L5 20l-.7-1.8-1.8-.7 1.8-.7L5 15Z'/%3E%3C/svg%3E");
}

/* Campaign cards */
.pc-campaign-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.pc-campaign {
	display: grid;
	overflow: hidden;
	min-height: 135px;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	border-radius: 14px;
	background: #eee2d4;
	box-shadow: 0 7px 18px rgba(54, 35, 25, .06);
	transition: box-shadow .3s var(--pc-ease), transform .3s var(--pc-ease);
}

.pc-campaign:hover {
	box-shadow: 0 15px 30px rgba(54, 35, 25, .15);
	transform: translateY(-5px);
}

.pc-campaign > span {
	position: relative;
	z-index: 1;
	padding: 18px;
}

.pc-campaign small,
.pc-campaign strong,
.pc-campaign em { display: block; }
.pc-campaign small { color: var(--pc-terracotta); font-size: 10px; font-weight: 900; }
.pc-campaign strong { margin: 3px 0 10px; font-size: 15px; line-height: 1.45; }
.pc-campaign em { font-size: 10px; font-style: normal; font-weight: 800; }
.pc-campaign em::after { display: inline-block; margin-inline-start: 4px; content: "←"; transition: transform .25s var(--pc-ease); }
.pc-campaign:hover em::after { transform: translateX(-4px); }
.pc-campaign > img { width: 100%; height: 135px; object-fit: contain; object-position: bottom center; transition: transform .35s var(--pc-ease); }
.pc-campaign:hover > img { transform: translateY(-3px) scale(1.045); }
.pc-campaign--0 { background: #c74f2d; color: #fff; }
.pc-campaign--0 small { color: #ffe7d8; }
.pc-campaign--1 { background: #e9d2b2; }
.pc-campaign--2 { background: #dfe6d7; }
.pc-campaign--3 { background: #f3e6d5; }

/* Selection */
.pc-selection {
	display: grid;
	overflow: hidden;
	min-height: 350px;
	grid-template-columns: minmax(240px, .75fr) minmax(0, 2.25fr);
	align-items: center;
	gap: 28px;
	padding: 32px;
	border: 1px solid var(--pc-line);
	border-radius: 22px;
	background: linear-gradient(130deg, #fffaf2 0%, #f4e8d7 100%);
	box-shadow: var(--pc-shadow);
}

.pc-selection__copy p {
	max-width: 340px;
	margin: 12px 0 22px;
	color: var(--pc-muted);
	font-size: 13px;
}

.pc-selection__mosaic {
	display: grid;
	min-height: 285px;
	grid-template-columns: 1.1fr .85fr .85fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 8px;
}

.pc-selection__item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 13px;
	background: #ead6bd;
}

.pc-selection__item img:not(.pc-fallback-logo) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.pc-selection__item:hover img:not(.pc-fallback-logo) { transform: scale(1.04); }
.pc-selection__item > span {
	position: absolute;
	max-width: calc(100% - 14px);
	overflow: hidden;
	padding: 5px 8px;
	border-radius: 6px;
	background: rgba(255,255,255,.9);
	font-size: 9px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
	inset: auto 7px 7px;
}
.pc-selection__item--0 { grid-row: 1 / 3; }
.pc-selection__item--1 { grid-row: 1 / 3; }
.pc-selection__item--4 { grid-column: 3 / 5; }
.pc-selection__item .pc-fallback-logo { width: 45%; height: 100%; }

/* Dokan booths */
.pc-booths-panel {
	padding: 24px;
	border: 1px solid var(--pc-line);
	border-radius: 20px;
	background: #fffdf8;
}

.pc-booths-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 15px;
}

.pc-booths-grid::before {
	position: absolute;
	z-index: 0;
	border-top: 1px dashed rgba(184, 92, 56, .45);
	content: "";
	inset: 52% 4% auto;
}

.pc-booth-card {
	position: relative;
	z-index: 1;
	padding: 0 12px 14px;
	border: 1px solid rgba(184, 92, 56, .26);
	border-radius: 90px 90px 16px 16px;
	background: #fffaf1;
	text-align: center;
	box-shadow: 0 7px 18px rgba(54, 35, 25, .05);
	transition: border-color .3s var(--pc-ease), box-shadow .3s var(--pc-ease), transform .3s var(--pc-ease);
}

.pc-booth-card:hover {
	border-color: rgba(184, 92, 56, .48);
	box-shadow: var(--pc-shadow-hover);
	transform: translateY(-6px);
}

.pc-booth-card__cover {
	display: block;
	overflow: hidden;
	height: 160px;
	margin: -1px -13px 0;
	border-radius: 90px 90px 14px 14px;
	background: #e4d1b9;
}

.pc-booth-card__cover img:not(.pc-fallback-logo) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter .38s var(--pc-ease), transform .38s var(--pc-ease);
}

.pc-booth-card:hover .pc-booth-card__cover img:not(.pc-fallback-logo) {
	filter: saturate(1.05);
	transform: scale(1.055);
}

.pc-booth-card__cover .pc-fallback-logo { height: 100%; }
.pc-booth-cover-mosaic {
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-columns: 1.25fr .75fr;
	grid-template-rows: 1fr 1fr;
	gap: 2px;
	background: #e7d8c4;
}

.pc-booth-cover-mosaic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pc-booth-cover-mosaic img:first-child { grid-row: 1 / 3; }
.pc-booth-cover-mosaic--1 { display: block; }
.pc-booth-cover-mosaic--1 img:first-child { height: 100%; }
.pc-booth-cover-mosaic--2 { grid-template-rows: 1fr; }
.pc-booth-cover-mosaic--2 img:first-child { grid-row: auto; }
.pc-booth-card__cover--0 { background: #d9c2a4; }
.pc-booth-card__cover--1 { background: #8c7360; }
.pc-booth-card__cover--2 { background: #265d4d; }
.pc-booth-card__cover--3 { background: #b76942; }

.pc-booth-card__avatar {
	position: relative;
	z-index: 2;
	display: grid;
	overflow: hidden;
	width: 62px;
	height: 62px;
	place-items: center;
	margin: -31px auto 8px;
	border: 4px solid #fffaf1;
	border-radius: 50%;
	background: var(--pc-green);
	transition: box-shadow .3s var(--pc-ease), transform .3s var(--pc-ease);
}

.pc-booth-card:hover .pc-booth-card__avatar {
	box-shadow: 0 8px 18px rgba(6, 74, 49, .2);
	transform: scale(1.06);
}

.pc-booth-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pc-booth-card h3 {
	margin: 0 0 1px;
	color: var(--pc-green);
	font-size: 16px;
	font-weight: 900;
}

.pc-booth-card p {
	overflow: hidden;
	margin: 0;
	color: var(--pc-muted);
	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-booth-card .pc-booth-card__specialty {
	color: var(--pc-brown);
	font-size: 11px;
	font-weight: 800;
}

.pc-booth-card .pc-booth-card__meta {
	margin-top: 2px;
	font-size: 9px;
}

.pc-booth-card__products {
	display: grid;
	height: 54px;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	margin: 10px 0;
}

.pc-booth-card__products a,
.pc-booth-card__products i {
	overflow: hidden;
	border-radius: 7px;
	background: #eadfce;
}

.pc-booth-card__products a {
	transition: box-shadow .25s var(--pc-ease), transform .25s var(--pc-ease);
}

.pc-booth-card__products a:hover {
	box-shadow: 0 6px 13px rgba(54, 35, 25, .16);
	transform: translateY(-3px);
}

.pc-booth-card__products img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s var(--pc-ease);
}

.pc-booth-card__products a:hover img { transform: scale(1.08); }

.pc-booth-card .pc-button { width: 100%; min-height: 36px; padding-block: 6px; }

/* Articles */
.pc-articles {
	display: grid;
	grid-template-columns: minmax(360px, 1.25fr) minmax(0, 1fr);
	gap: 14px;
}

.pc-articles__lead {
	display: grid;
	overflow: hidden;
	min-height: 250px;
	grid-template-columns: 1.1fr .9fr;
	align-items: stretch;
	border: 1px solid var(--pc-line);
	border-radius: var(--pc-radius);
	background: #f5eadc;
	box-shadow: 0 7px 18px rgba(54, 35, 25, .05);
	transition: border-color .3s var(--pc-ease), box-shadow .3s var(--pc-ease), transform .3s var(--pc-ease);
}

.pc-articles__lead:hover {
	border-color: rgba(184, 92, 56, .33);
	box-shadow: var(--pc-shadow-hover);
	transform: translateY(-4px);
}

.pc-articles__lead > img,
.pc-articles__fallback {
	width: 100%;
	height: 100%;
	min-height: 250px;
	object-fit: cover;
}

.pc-articles__lead > img { transition: transform .4s var(--pc-ease); }
.pc-articles__lead:hover > img { transform: scale(1.035); }

.pc-articles__fallback {
	display: grid;
	place-items: center;
	background: #d9c6ab;
}

.pc-articles__fallback .pc-fallback-logo { height: 180px; }

.pc-articles__lead-copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 24px;
}

.pc-articles__lead-copy h3 {
	margin: 0 0 10px;
	color: var(--pc-green);
	font-size: clamp(21px, 2.2vw, 30px);
	font-weight: 950;
	line-height: 1.45;
}

.pc-articles__lead-copy p {
	margin: 0 0 18px;
	color: var(--pc-muted);
	font-size: 12px;
}

.pc-articles__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(160px, 1fr));
	gap: 10px;
}

.pc-article-card {
	display: flex;
	overflow: hidden;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--pc-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(54, 35, 25, .04);
	transition: border-color .3s var(--pc-ease), box-shadow .3s var(--pc-ease), transform .3s var(--pc-ease);
}

.pc-article-card:hover {
	border-color: rgba(184, 92, 56, .35);
	box-shadow: 0 14px 28px rgba(54, 35, 25, .12);
	transform: translateY(-5px);
}

.pc-article-card > img {
	width: 100%;
	height: 145px;
	object-fit: cover;
	transition: transform .38s var(--pc-ease);
}

.pc-article-card:hover > img { transform: scale(1.055); }

.pc-article-card > .pc-fallback-logo {
	height: 145px;
	padding: 34px;
	background: #efe3d1;
}

.pc-article-card > span {
	display: flex;
	min-height: 102px;
	justify-content: space-between;
	flex-direction: column;
	padding: 11px;
}

.pc-article-card strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 12px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pc-article-card em {
	color: var(--pc-terracotta);
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.pc-article-card em::after { display: inline-block; margin-inline-start: 4px; content: "←"; transition: transform .25s var(--pc-ease); }
.pc-article-card:hover em::after { transform: translateX(-4px); }

/* Trust and seller CTA */
.pc-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--pc-line);
	border-radius: 13px;
	background: #f5ede2;
}

.pc-trust-item {
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px;
	border-inline-start: 1px solid var(--pc-line);
	transition: background .25s var(--pc-ease), transform .25s var(--pc-ease);
}

.pc-trust-item:hover { background: rgba(255, 255, 255, .72); transform: translateY(-3px); }

.pc-trust-item:first-child { border-inline-start: 0; }
.pc-trust-item > span { color: var(--pc-green); font-size: 27px; transition: color .25s var(--pc-ease), transform .25s var(--pc-ease); }
.pc-trust-item:hover > span { color: var(--pc-terracotta); transform: rotate(-5deg) scale(1.1); }
.pc-trust-item p { margin: 0; }
.pc-trust-item strong,
.pc-trust-item small { display: block; }
.pc-trust-item strong { font-size: 12px; }
.pc-trust-item small { color: var(--pc-muted); font-size: 9px; }

.pc-vendor-cta {
	display: grid;
	overflow: hidden;
	min-height: 310px;
	grid-template-columns: 1.1fr 1fr;
	align-items: center;
	border-radius: 20px;
	background: linear-gradient(125deg, #043d29, #086043);
	color: #fff;
	box-shadow: 0 14px 36px rgba(6, 74, 49, .17);
	transition: box-shadow .3s var(--pc-ease), transform .3s var(--pc-ease);
}

.pc-vendor-cta:hover { box-shadow: 0 21px 48px rgba(6, 74, 49, .24); transform: translateY(-3px); }

.pc-vendor-cta__visual {
	position: relative;
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: center;
	padding: 35px 35px 0;
}

.pc-vendor-cta__visual > .pc-fallback-logo {
	position: absolute;
	width: 130px;
	height: 130px;
	margin: 0;
	opacity: .25;
	inset: 25px 25px auto auto;
}

.pc-dashboard-mock {
	display: grid;
	width: min(500px, 90%);
	height: 250px;
	grid-template-columns: 90px 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 12px;
	padding: 22px;
	border-radius: 16px 16px 0 0;
	background: #fffdf7;
	box-shadow: 0 20px 45px rgba(0,0,0,.22);
}

.pc-dashboard-mock i {
	display: block;
	border-radius: 8px;
	background: #ebdfcf;
}
.pc-dashboard-mock i:first-child { grid-row: 1 / 4; background: #0d513a; }
.pc-dashboard-mock i:nth-child(2) { width: 70%; background: #dbe6df; }
.pc-dashboard-mock i:nth-child(3) { background: linear-gradient(90deg, #efd8bb 45%, #dfe9e2 45%); }
.pc-dashboard-mock i:nth-child(4) { width: 82%; background: #f3e8da; }

.pc-vendor-cta__copy {
	padding: 38px 48px;
}

.pc-vendor-cta .pc-eyebrow { color: var(--pc-orange); }
.pc-vendor-cta h2 { color: #fff; }
.pc-vendor-cta p { max-width: 540px; margin: 11px 0 22px; color: rgba(255,255,255,.78); font-size: 13px; }

/* Elementor should not add accidental gaps around the imported shortcodes. */
.pc-el-section,
.pc-el-section > .elementor-container,
.pc-el-section .elementor-column-gap-no,
.pc-el-section .elementor-widget-shortcode,
.pc-el-section .elementor-widget-shortcode > .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1100px) {
	.pc-p-categories { grid-template-columns: repeat(4, 1fr); row-gap: 20px; }
	.pc-campaign-grid { grid-template-columns: repeat(2, 1fr); }
	.pc-booths-grid { grid-template-columns: repeat(2, 1fr); }
	.pc-articles { grid-template-columns: 1fr; }
	.pc-articles__track { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
	.pc-shell { width: min(100% - 28px, 1360px); }
	.pc-secondary-nav__inner { grid-template-columns: auto 1fr; gap: 14px; }
	.pc-location { display: none; }
	.pc-secondary-nav__links { justify-content: flex-start; gap: 22px; overflow-x: auto; white-space: nowrap; }
	.pc-hero-grid { grid-template-columns: 1fr; }
	.pc-hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
	.pc-selection { grid-template-columns: 1fr; }
	.pc-selection__copy { text-align: center; }
	.pc-selection__copy p { margin-inline: auto; }
	.pc-vendor-cta { grid-template-columns: 1fr; }
	.pc-vendor-cta__visual { min-height: 260px; order: 2; }
	.pc-vendor-cta__copy { padding-bottom: 10px; text-align: center; }
	.pc-vendor-cta__copy p { margin-inline: auto; }
}

@media (max-width: 640px) {
	.pc-shell { width: min(100% - 20px, 1360px); }
	.pc-section { padding-block: 13px; }
	.pc-category-button { padding-inline: 12px; font-size: 11px; }
	.pc-secondary-nav__links { gap: 16px; font-size: 11px; }
	.pc-hero-main,
	.pc-hero-slides { min-height: 520px; }
	.pc-hero-slide { grid-template-columns: 1fr; }
	.pc-hero-copy { padding: 28px 23px 6px; text-align: center; }
	.pc-hero-copy h1,
	.pc-hero-copy h2 { font-size: 34px; }
	.pc-hero-copy p { font-size: 13px; }
	.pc-actions { justify-content: center; }
	.pc-hero-visual { min-height: 260px; padding-top: 5px; }
	.pc-hero-visual > img:not(.pc-fallback-logo) { height: 260px; }
	.pc-hero-side { grid-template-columns: 1fr; }
	.pc-hero-promo { min-height: 155px; }
	.pc-hero-promo > img { height: 155px; }
	.pc-section-heading { align-items: flex-start; }
	.pc-heading-actions .pc-more-link { display: none; }
	.pc-countdown b { width: 26px; height: 27px; }
	.pc-product-card { width: 172px; min-width: 172px; }
	.pc-p-categories { grid-template-columns: repeat(4, 1fr); gap: 14px 7px; padding: 15px 8px 13px; }
	.pc-p-category__shape { width: 65px; height: 73px; }
	.pc-p-category__icon { width: 34px; height: 34px; }
	.pc-p-category strong { min-height: 30px; font-size: 9.5px; }
	.pc-campaign-grid { grid-template-columns: 1fr; }
	.pc-campaign { min-height: 115px; }
	.pc-campaign > img { height: 115px; }
	.pc-selection { padding: 22px 14px; }
	.pc-selection__mosaic { min-height: 360px; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 1fr); }
	.pc-selection__item--0 { grid-row: 1 / 3; }
	.pc-selection__item--1 { grid-row: auto; }
	.pc-selection__item--4 { grid-column: 1 / 3; }
	.pc-booths-panel { padding: 22px 12px; }
	.pc-booths-grid { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 8px; scroll-snap-type: x mandatory; }
	.pc-booth-card { width: 235px; min-width: 235px; scroll-snap-align: start; }
	.pc-articles__lead { grid-template-columns: 1fr; }
	.pc-articles__lead > img,
	.pc-articles__fallback { min-height: 200px; height: 200px; }
	.pc-articles__track { display: flex; }
	.pc-article-card { width: 190px; min-width: 190px; }
	.pc-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.pc-trust-item:nth-child(3) { border-top: 1px solid var(--pc-line); }
	.pc-trust-item:nth-child(4) { border-top: 1px solid var(--pc-line); }
	.pc-vendor-cta__copy { padding: 30px 22px 5px; }
	.pc-vendor-cta__visual { padding-inline: 10px; }
	.pc-dashboard-mock { height: 210px; }
}

@media (prefers-reduced-motion: reduce) {
	.pc-block *,
	.pc-block *::before,
	.pc-block *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Version 0.6 — full-bleed editorial system and refined controls. */
body.home .pc-secondary-nav,
body.home .pc-section {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: clip;
}

body.home .pc-shell {
	width: min(1480px, calc(100% - 56px));
}

.pc-hero-section {
	padding-block: 28px;
	background:
		radial-gradient(circle at 8% 20%, rgba(244, 162, 97, .12), transparent 25%),
		linear-gradient(135deg, #fffdf9, #f7ead8);
}

.pc-amazing,
.pc-trending {
	margin: 0;
	padding-block: 34px;
}

.pc-category-section {
	padding-block: 32px;
	background:
		radial-gradient(circle at 93% 10%, rgba(217, 179, 130, .2), transparent 28%),
		#fffaf2;
}

.pc-campaign-section { padding-block: 34px; background: #f4eadc; }
.pc-popular { padding-block: 34px; background: #fffdf9; }
.pc-booths-section {
	padding-block: 42px;
	background:
		radial-gradient(circle at 7% 16%, rgba(244, 162, 97, .13), transparent 24%),
		radial-gradient(circle at 94% 82%, rgba(6, 74, 49, .1), transparent 29%),
		linear-gradient(135deg, #f5e7d3, #fff9ee);
}
.pc-articles-section { padding-block: 38px; background: #fffdf9; }
.pc-trust-section { padding-block: 24px; background: #f5ecdf; }
.pc-vendor-cta-section { padding-block: 38px; background: #fffaf2; }

.pc-hero-main { min-height: 410px; }
.pc-hero-slides,
.pc-hero-slide,
.pc-hero-visual { min-height: 410px; }

.pc-hero-slider-controls {
	grid-template-columns: 44px minmax(110px, 1fr) 44px;
	gap: 14px;
	inset: auto 20px 16px;
}

.pc-hero-slider-controls > button {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	padding: 0 !important;
	border: 1px solid rgba(107, 79, 63, .17) !important;
	box-shadow: 0 8px 22px rgba(63, 42, 30, .1) !important;
	font-size: 0 !important;
}

.pc-hero-slider-controls > button span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	font: 800 27px/1 sans-serif;
	transform: translateY(-1px);
}

.pc-hero-slider-controls > button:hover {
	box-shadow: 0 11px 25px rgba(184, 92, 56, .26) !important;
	transform: translateY(-2px);
}

.pc-hero-dots {
	width: max-content;
	min-width: 86px;
	height: 32px;
	justify-self: center;
	gap: 7px;
	padding: 0 12px;
	border: 1px solid rgba(107, 79, 63, .1);
	border-radius: 22px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 6px 16px rgba(63, 42, 30, .07);
	backdrop-filter: blur(7px);
}

.pc-hero-dots button {
	width: 8px !important;
	height: 8px !important;
	min-width: 8px !important;
	min-height: 8px !important;
	flex: 0 0 8px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.pc-hero-dots button:hover { transform: scale(1.15); }
.pc-hero-dots button.is-active {
	width: 26px !important;
	min-width: 26px !important;
	flex-basis: 26px;
	border-radius: 8px !important;
}

.pc-carousel-controls { gap: 8px; }
.pc-carousel-controls button {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	padding: 0 !important;
	border-radius: 50% !important;
	box-shadow: 0 6px 16px rgba(45, 36, 31, .08);
	font-size: 21px !important;
	line-height: 1 !important;
}

.pc-p-categories {
	gap: clamp(14px, 2vw, 28px);
	padding: 6px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.pc-p-category { gap: 12px; }
.pc-p-category__shape {
	position: relative;
	width: 104px;
	height: 116px;
	border-radius: 0;
	box-shadow: none;
	filter: drop-shadow(0 12px 15px rgba(55, 35, 24, .12));
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120'%3E%3Cpath fill='black' d='M10 3h38c29 0 48 18 48 46 0 25-14 42-39 49-15 4-23 10-28 20-1 2-3 2-6 2H10c-4 0-7-3-7-7V10c0-4 3-7 7-7Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120'%3E%3Cpath fill='black' d='M10 3h38c29 0 48 18 48 46 0 25-14 42-39 49-15 4-23 10-28 20-1 2-3 2-6 2H10c-4 0-7-3-7-7V10c0-4 3-7 7-7Z'/%3E%3C/svg%3E") center / contain no-repeat;
	isolation: isolate;
}

.pc-p-category__shape::before {
	position: absolute;
	z-index: 0;
	width: 68px;
	height: 80px;
	border-radius: 62% 38% 52% 48% / 45% 44% 56% 55%;
	background: rgba(255, 248, 235, .93);
	box-shadow: inset 0 0 0 1px rgba(107, 79, 63, .07);
	content: "";
	inset: 13px auto auto 50%;
	transform: translateX(-50%);
}

.pc-p-category__icon {
	position: absolute;
	z-index: 1;
	width: 38px;
	height: 38px;
	color: var(--pc-terracotta);
	inset: 34px 0 auto;
	margin-inline: auto;
	transform: none;
}

.pc-p-category:hover .pc-p-category__shape { transform: translateY(-7px) rotate(-1deg) scale(1.025); }
.pc-p-category:hover .pc-p-category__icon { transform: scale(1.1); }
.pc-p-category strong { min-height: 39px; font-size: 12px; }

.pc-campaign {
	min-height: 158px;
	border: 1px solid rgba(107, 79, 63, .08);
	border-radius: 18px;
	box-shadow: 0 10px 26px rgba(54, 35, 25, .07);
}

.pc-campaign > span { padding: 20px; }
.pc-campaign strong { margin-bottom: 14px; font-size: 17px; }
.pc-campaign > img { height: 158px; }
.pc-campaign__action {
	display: inline-flex !important;
	width: max-content;
	min-height: 34px;
	align-items: center;
	gap: 7px;
	padding: 6px 12px;
	border: 1px solid rgba(6, 74, 49, .24);
	border-radius: 10px;
	background: rgba(255, 255, 255, .72);
	color: var(--pc-green);
	font-size: 10px !important;
	font-weight: 900 !important;
	line-height: 1;
	transition: background .24s ease, color .24s ease, transform .24s ease;
}

.pc-campaign__action::after { content: none !important; }
.pc-campaign__action i { font-style: normal; font-size: 15px; transition: transform .24s ease; }
.pc-campaign:hover .pc-campaign__action { background: var(--pc-green); color: #fff; transform: translateY(-2px); }
.pc-campaign:hover .pc-campaign__action i { transform: translateX(-3px); }
.pc-campaign--0 .pc-campaign__action { border-color: rgba(255, 255, 255, .3); }
.pc-campaign__action--disabled { opacity: .7; }

.pc-more-link {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 7px 13px;
	border: 1px solid currentColor;
	border-radius: 10px;
	font-size: 10px;
	font-weight: 900;
	transition: background .24s ease, color .24s ease, transform .24s ease;
}
.pc-more-link:hover { background: #fff; color: var(--pc-green) !important; transform: translateY(-2px); }

.pc-booths-panel {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.pc-booths-grid { gap: clamp(16px, 2vw, 26px); margin-top: 24px; }
.pc-booths-grid::before { inset-inline: 2%; }
.pc-booth-card {
	padding-bottom: 18px;
	border-color: rgba(184, 92, 56, .18);
	background: rgba(255, 253, 248, .86);
	box-shadow: 0 13px 30px rgba(54, 35, 25, .07);
	backdrop-filter: blur(6px);
}
.pc-booth-card__cover { height: 184px; }

@media (max-width: 860px) {
	body.home .pc-shell { width: min(100% - 28px, 1480px); }
	.pc-hero-main, .pc-hero-slides, .pc-hero-slide, .pc-hero-visual { min-height: 370px; }
	.pc-p-category__shape { width: 90px; height: 100px; }
	.pc-p-category__shape::before { width: 58px; height: 68px; }
	.pc-p-category__icon { inset-block-start: 29px; }
}

@media (max-width: 640px) {
	body.home .pc-shell { width: min(100% - 20px, 1480px); }
	.pc-hero-section, .pc-amazing, .pc-trending, .pc-category-section, .pc-campaign-section, .pc-popular, .pc-booths-section, .pc-articles-section, .pc-vendor-cta-section { padding-block: 24px; }
	.pc-hero-main, .pc-hero-slides { min-height: 540px; }
	.pc-hero-slider-controls { grid-template-columns: 40px 1fr 40px; inset: auto 12px 12px; }
	.pc-hero-slider-controls > button { width: 40px !important; height: 40px !important; min-width: 40px !important; min-height: 40px !important; }
	.pc-p-category__shape { width: 70px; height: 79px; }
	.pc-p-category__shape::before { width: 46px; height: 54px; inset-block-start: 10px; }
	.pc-p-category__icon { width: 29px; height: 29px; inset-block-start: 22px; }
	.pc-campaign { min-height: 128px; }
	.pc-campaign > img { height: 128px; }
	.pc-booths-panel { padding: 0; }
}

/* Version 0.6.1 — font-independent arrows and polished view actions. */
.pc-actions .pc-button {
	min-height: 50px;
	gap: 12px;
	padding: 10px 18px;
	border-radius: 13px;
}

.pc-button--primary .pc-button__icon {
	position: relative;
	width: 29px;
	height: 29px;
	flex: 0 0 29px;
	font-size: 0;
}

.pc-button--primary .pc-button__icon::before {
	width: 8px;
	height: 8px;
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(135deg) translate(-1px, -1px);
	transition: transform .24s var(--pc-ease);
}

.pc-button--primary:hover .pc-button__icon {
	background: rgba(255, 255, 255, .27);
	transform: none;
}

.pc-button--primary:hover .pc-button__icon::before { transform: rotate(135deg) translate(-3px, -3px); }

.pc-hero-promo__copy { padding: 23px 22px 23px 12px; }
.pc-hero-promo__copy strong { margin-bottom: 14px; }
.pc-hero-promo__copy em {
	display: inline-flex;
	width: max-content;
	min-height: 34px;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border: 1px solid rgba(6, 74, 49, .16);
	border-radius: 10px;
	background: var(--pc-green);
	box-shadow: 0 6px 14px rgba(6, 74, 49, .14);
	color: #fff;
	font-size: 10px;
	line-height: 1;
	transition: background .24s var(--pc-ease), border-color .24s var(--pc-ease), box-shadow .24s var(--pc-ease), transform .24s var(--pc-ease);
}

.pc-hero-promo__copy em::after {
	display: block;
	width: 7px;
	height: 7px;
	margin: 0;
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(135deg);
}

.pc-hero-promo:hover .pc-hero-promo__copy em {
	border-color: var(--pc-terracotta);
	background: var(--pc-terracotta);
	box-shadow: 0 9px 19px rgba(184, 92, 56, .24);
	transform: translateY(-2px);
}
.pc-hero-promo:hover .pc-hero-promo__copy em::after { transform: translateX(-2px) rotate(135deg); }

.pc-campaign__action {
	min-height: 38px;
	gap: 9px;
	padding: 7px 13px;
	border-radius: 11px;
	box-shadow: 0 5px 13px rgba(58, 36, 24, .08);
}
.pc-campaign__action i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: rgba(6, 74, 49, .1); font-size: 0; }
.pc-campaign__action i::before { width: 7px; height: 7px; border: solid currentColor; border-width: 0 2px 2px 0; content: ""; transform: rotate(135deg); }
.pc-campaign:hover .pc-campaign__action { background: var(--pc-green); box-shadow: 0 9px 18px rgba(6, 74, 49, .19); color: #fff; }
.pc-campaign:hover .pc-campaign__action i { background: rgba(255, 255, 255, .17); transform: none; }
.pc-campaign:hover .pc-campaign__action i::before { transform: translateX(-2px) rotate(135deg); }

.pc-hero-slider-controls > button,
.pc-carousel-controls button {
	display: grid !important;
	place-items: center !important;
	border-radius: 50% !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.pc-hero-slider-controls > button span {
	position: relative;
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	font-size: 0;
	transform: none;
}

.pc-hero-slider-controls > button span::before,
.pc-carousel-controls button::before {
	display: block;
	width: 10px;
	height: 10px;
	border: solid currentColor;
	border-width: 0 2.5px 2.5px 0;
	content: "";
}

.pc-hero-slider-controls > button[data-pc-hero-direction="prev"] span::before,
.pc-carousel-controls button[data-pc-scroll="prev"]::before { transform: rotate(135deg); }
.pc-hero-slider-controls > button[data-pc-hero-direction="next"] span::before,
.pc-carousel-controls button[data-pc-scroll="next"]::before { transform: rotate(-45deg); }

.pc-hero-slider-controls > button:hover span { transform: none; }
.pc-hero-slider-controls > button:focus-visible,
.pc-carousel-controls button:focus-visible,
.pc-button:focus-visible {
	outline: 3px solid rgba(244, 162, 97, .48) !important;
	outline-offset: 3px;
}

@media (max-width: 640px) {
	.pc-actions .pc-button { width: 100%; min-height: 48px; }
	.pc-hero-promo__copy { padding: 18px 16px 18px 9px; }
	.pc-hero-promo__copy em { min-height: 32px; padding-inline: 10px; }
}

/* Version 0.7 — graphic-led, near full-width home canvas. */
body.home .main-page-wrapper,
body.home .site-content {
	background: #fffaf3;
}
body.home .pc-shell { width: min(calc(100% - 42px),1720px); max-width:1720px; }
.pc-hero-section {
	padding: 26px 0 34px;
	background:
		linear-gradient(rgba(255,250,243,.84),rgba(255,250,243,.84)),
		url('../images/pileh-fiber-pattern.webp') center/1280px auto;
}
.pc-hero-grid { grid-template-columns:minmax(0,2.05fr) minmax(330px,.78fr); gap:20px; }
.pc-hero-main,
.pc-hero-slides,
.pc-hero-slide,
.pc-hero-visual { min-height:500px; }
.pc-hero-main {
	border-radius:32px;
	border-color:rgba(184,92,56,.13);
	background:linear-gradient(118deg,rgba(251,237,216,.96),rgba(255,250,243,.9)),url('../images/pileh-fiber-pattern.webp') center/cover;
	box-shadow:0 28px 70px rgba(58,36,24,.11);
}
.pc-hero-slide{grid-template-columns:minmax(380px,.9fr) minmax(420px,1.1fr)}
.pc-hero-copy{padding:clamp(52px,6vw,90px) clamp(42px,5vw,80px) 104px}
.pc-hero-copy h1,.pc-hero-copy h2{font-size:clamp(38px,4.2vw,66px);line-height:1.22;letter-spacing:-.035em}
.pc-hero-copy p{max-width:580px;font-size:14px;line-height:2.05}
.pc-hero-visual{padding:34px 32px 48px}
.pc-hero-visual::before{
	width:min(440px,86%);
	border-radius:65% 35% 58% 42% / 48% 58% 42% 52%;
	background:linear-gradient(145deg,rgba(217,179,130,.36),rgba(244,162,97,.14));
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.48);
}
.pc-hero-visual>img:not(.pc-fallback-logo){height:420px}
.pc-hero-side{gap:20px}
.pc-hero-promo{min-height:240px;border-radius:30px;box-shadow:0 22px 55px rgba(58,36,24,.09)}
.pc-hero-promo>img{height:238px;padding:18px}
.pc-hero-promo__copy{padding:30px 28px 30px 14px}
.pc-hero-promo__copy small{font-size:14px}.pc-hero-promo__copy strong{font-size:18px;line-height:1.7}
.pc-hero-slider-controls{grid-template-columns:52px 1fr 52px;inset:auto 24px 22px}
.pc-hero-slider-controls>button{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;border:1px solid rgba(184,92,56,.18)!important;background:rgba(255,253,249,.94)!important;box-shadow:0 10px 24px rgba(58,36,24,.12)!important}
.pc-hero-slider-controls>button:hover{background:var(--pc-terracotta)!important}

.pc-booths-section {
	position:relative;
	overflow:hidden;
	padding:68px 0 76px;
	background:
		linear-gradient(rgba(246,235,216,.86),rgba(255,250,243,.92)),
		url('../images/pileh-fiber-pattern.webp') center/1280px auto;
}
.pc-booths-section::before{
	position:absolute;width:420px;height:420px;border:1px dashed rgba(184,92,56,.18);border-radius:50%;content:"";inset:-220px auto auto -100px;
}
.pc-booths-panel{position:relative;z-index:1;width:100%;padding:0;background:transparent}
.pc-booths-grid{gap:clamp(18px,2vw,32px);margin-top:34px}
.pc-booths-grid::before{border-top-color:rgba(184,92,56,.25)}
.pc-booth-card{
	overflow:visible;
	padding:0 18px 22px;
	border:1px solid rgba(184,92,56,.16);
	border-radius:150px 150px 26px 26px;
	background:rgba(255,253,248,.82);
	box-shadow:0 20px 46px rgba(58,36,24,.09);
	backdrop-filter:blur(8px);
}
.pc-booth-card__cover{height:240px;margin:0 -18px;border-radius:150px 150px 20px 20px}
.pc-booth-card__avatar{margin-top:-34px;border-width:5px;box-shadow:0 12px 24px rgba(58,36,24,.13)}
.pc-booth-card h3{margin-top:10px;font-size:19px}
.pc-booth-card .pc-button{min-height:44px;border-radius:13px}

@media(max-width:1100px){
	.pc-hero-grid{grid-template-columns:1fr}.pc-hero-side{grid-template-columns:1fr 1fr;grid-template-rows:none}
	.pc-hero-promo{min-height:190px}.pc-hero-promo>img{height:188px}
}
@media(max-width:700px){
	body.home .pc-shell{width:min(calc(100% - 20px),1720px)}
	.pc-hero-section{padding:16px 0 24px}.pc-hero-main{border-radius:22px}
	.pc-hero-main,.pc-hero-slides{min-height:610px}.pc-hero-slide{grid-template-columns:1fr}.pc-hero-copy{padding:34px 22px 10px;text-align:center}.pc-hero-copy h1,.pc-hero-copy h2{font-size:35px}.pc-hero-visual{min-height:300px;padding:10px 20px 68px}.pc-hero-visual>img:not(.pc-fallback-logo){height:280px}
	.pc-hero-side{grid-template-columns:1fr}.pc-hero-promo{min-height:166px;border-radius:22px}.pc-hero-promo>img{height:164px}
	.pc-hero-slider-controls{grid-template-columns:44px 1fr 44px;inset:auto 14px 14px}.pc-hero-slider-controls>button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
	.pc-booths-section{padding:42px 0 52px}.pc-booth-card{border-radius:120px 120px 22px 22px}.pc-booth-card__cover{height:210px;border-radius:120px 120px 18px 18px}
}

/* Version 0.7.1 — unified graphic hero and SVG controls immune to Woodmart fonts. */
.pc-arrow-svg {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	min-height: 24px !important;
	margin: auto !important;
	overflow: visible;
	pointer-events: none;
}
.pc-carousel-controls button::before,
.pc-hero-slider-controls > button::before,
.pc-hero-slider-controls > button::after,
.pc-button__icon--arrow::before { display: none !important; content: none !important; }
.pc-carousel-controls button,
.pc-hero-slider-controls > button {
	display: inline-grid !important;
	align-items: center !important;
	justify-items: center !important;
	place-content: center !important;
	padding: 0 !important;
	text-indent: 0 !important;
}
.pc-carousel-controls button .pc-arrow-svg,
.pc-hero-slider-controls > button .pc-arrow-svg { position: static !important; inset: auto !important; transform: none !important; }
.pc-button__icon--arrow { display: grid; place-items: center; }
.pc-button__icon--arrow .pc-arrow-svg { width: 17px !important; height: 17px !important; min-width: 17px !important; min-height: 17px !important; }

.pc-hero-section--v71 {
	padding: 24px 0 40px;
	background: #fffaf3;
}
.pc-hero-grid--v71 {
	display: block;
	direction: rtl;
}
.pc-hero-main--v71 {
	min-height: 690px;
	border: 1px solid rgba(184,92,56,.15);
	border-radius: 38px;
	background:
		linear-gradient(90deg,rgba(255,250,243,.22),rgba(255,250,243,.06)),
		url('../images/pileh-hero-art.webp') center/cover no-repeat;
	box-shadow: 0 28px 78px rgba(58,36,24,.13);
}
.pc-hero-main--v71::before { display: none; }
.pc-hero-main--v71 .pc-hero-slides,
.pc-hero-main--v71 .pc-hero-slide { min-height: 690px; }
.pc-hero-main--v71 .pc-hero-slide {
	grid-template-columns: minmax(430px,.92fr) minmax(480px,1.08fr);
	align-items: center;
	padding: 0 clamp(44px,5vw,88px) 126px;
}
.pc-hero-main--v71 .pc-hero-copy {
	align-self: center;
	padding: 42px 12px 42px clamp(30px,4vw,74px);
}
.pc-hero-main--v71 .pc-hero-copy h1,
.pc-hero-main--v71 .pc-hero-copy h2 {
	max-width: 650px;
	margin-bottom: 18px;
	color: var(--pc-green);
	font-size: clamp(42px,4.8vw,76px);
	line-height: 1.16;
	text-shadow: 0 2px 0 rgba(255,255,255,.35);
}
.pc-hero-main--v71 .pc-hero-copy p { max-width: 590px; color:#5f493d; font-size:15px; line-height:2.1; }
.pc-hero-main--v71 .pc-eyebrow { color:var(--pc-terracotta); font-size:13px; letter-spacing:.01em; }
.pc-hero-main--v71 .pc-actions { margin-top:26px; }
.pc-hero-main--v71 .pc-actions .pc-button { min-height:56px; padding-inline:22px; border-radius:16px; }
.pc-hero-maker {
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin:18px 2px 0 !important;
	padding:7px 12px;
	border:1px solid rgba(6,74,49,.1);
	border-radius:999px;
	background:rgba(255,253,249,.68);
	color:var(--pc-green) !important;
	font-size:10px !important;
	font-weight:850;
	backdrop-filter:blur(8px);
}
.pc-hero-maker span { color:var(--pc-terracotta); }
.pc-hero-main--v71 .pc-hero-visual {
	min-height: 520px;
	align-items:center;
	padding:30px 38px 60px;
}
.pc-hero-main--v71 .pc-hero-visual::before {
	width:min(500px,90%);
	border-radius:68% 32% 56% 44% / 52% 60% 40% 48%;
	background:rgba(242,232,213,.72);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.68),0 30px 70px rgba(58,36,24,.09);
}
.pc-hero-main--v71 .pc-hero-visual > img:not(.pc-fallback-logo) {
	height:460px;
	max-width:92%;
	filter:drop-shadow(0 25px 22px rgba(58,36,24,.2));
}
.pc-hero-peeks {
	position:absolute;
	z-index:6;
	display:grid;
	width:min(47%,720px);
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:11px;
	inset:auto auto 24px 30px;
}
.pc-hero-peek {
	display:grid;
	min-width:0;
	grid-template-columns:74px minmax(0,1fr);
	align-items:center;
	gap:10px;
	padding:8px;
	border:1px solid rgba(107,79,63,.11);
	border-radius:18px;
	background:rgba(255,253,249,.88);
	box-shadow:0 14px 30px rgba(58,36,24,.1);
	backdrop-filter:blur(10px);
	transition:transform .25s var(--pc-ease),box-shadow .25s var(--pc-ease),border-color .25s var(--pc-ease);
}
.pc-hero-peek:hover { border-color:rgba(184,92,56,.34);box-shadow:0 20px 38px rgba(58,36,24,.15);transform:translateY(-5px); }
.pc-hero-peek__media { display:grid;overflow:hidden;width:74px;height:74px;place-items:center;border-radius:13px;background:#e8eff1; }
.pc-hero-peek__media img { width:100%;height:100%;object-fit:contain;transition:transform .3s var(--pc-ease); }
.pc-hero-peek:hover img { transform:scale(1.07) rotate(-1deg); }
.pc-hero-peek__copy { display:block;min-width:0; }
.pc-hero-peek__copy small,.pc-hero-peek__copy strong,.pc-hero-peek__copy em { display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.pc-hero-peek__copy small { color:var(--pc-muted);font-size:8px; }
.pc-hero-peek__copy strong { margin:3px 0;color:var(--pc-brown);font-size:10px; }
.pc-hero-peek__copy em { color:var(--pc-green);font-size:9px;font-style:normal;font-weight:900; }
.pc-hero-main--v71 .pc-hero-slider-controls {
	display: block;
	pointer-events:none;
	inset:0;
}
.pc-hero-main--v71 .pc-hero-slider-controls > button {
	position:absolute;
	width:54px !important;
	height:54px !important;
	min-width:54px !important;
	min-height:54px !important;
	border:1px solid rgba(184,92,56,.2) !important;
	border-radius:50% !important;
	background:rgba(255,253,249,.96) !important;
	box-shadow:0 13px 29px rgba(58,36,24,.14) !important;
	color:var(--pc-terracotta) !important;
	pointer-events:auto;
	inset-block-start:50%;
	transform:translateY(-50%);
}
.pc-hero-main--v71 .pc-hero-slider-controls > button[data-pc-hero-direction="prev"] { inset-inline-end:20px; }
.pc-hero-main--v71 .pc-hero-slider-controls > button[data-pc-hero-direction="next"] { inset-inline-start:20px; }
.pc-hero-main--v71 .pc-hero-slider-controls > button:hover {
	border-color:var(--pc-terracotta) !important;
	background:var(--pc-terracotta) !important;
	box-shadow:0 16px 32px rgba(184,92,56,.25) !important;
	color:#fff !important;
	transform:translateY(-50%) scale(1.06);
}
.pc-hero-main--v71 .pc-hero-dots {
	position:absolute;
	display:flex;
	width:max-content;
	padding:9px 13px;
	border:1px solid rgba(107,79,63,.1);
	border-radius:999px;
	background:rgba(255,253,249,.84);
	box-shadow:0 8px 20px rgba(58,36,24,.08);
	pointer-events:auto;
	inset:auto 50% 30px auto;
	transform:translateX(50%);
}

/* Booths as a full-width marketplace story, not an inner boxed widget. */
.pc-booths-section .pc-shell { width:min(calc(100% - 42px),1720px);max-width:1720px; }
.pc-booths-section { padding:76px 0 84px; }
.pc-booths-panel { width:100%;max-width:none; }
.pc-booths-grid { grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2vw,30px); }
.pc-booth-card { min-width:0;border-radius:170px 170px 28px 28px; }
.pc-booth-card__cover { height:270px;border-radius:170px 170px 22px 22px; }
.pc-booth-card__cover img:not(.pc-fallback-logo) { object-fit:cover; }
.pc-booth-card__products { margin-top:14px;padding:7px;border-radius:16px;background:rgba(242,232,213,.72); }

@media(max-width:1180px){
	.pc-hero-main--v71{min-height:760px}.pc-hero-main--v71 .pc-hero-slides,.pc-hero-main--v71 .pc-hero-slide{min-height:760px}
	.pc-hero-main--v71 .pc-hero-slide{grid-template-columns:1fr 1fr;padding-inline:34px}
	.pc-hero-peeks{width:calc(100% - 140px);inset:auto 70px 24px}
	.pc-hero-main--v71 .pc-hero-dots{bottom:132px}
	.pc-booths-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
	.pc-hero-section--v71{padding:12px 0 24px}.pc-hero-main--v71{min-height:830px;border-radius:24px}
	.pc-hero-main--v71 .pc-hero-slides,.pc-hero-main--v71 .pc-hero-slide{min-height:830px}
	.pc-hero-main--v71 .pc-hero-slide{grid-template-columns:1fr;align-content:start;padding:0 16px 280px}
	.pc-hero-main--v71 .pc-hero-copy{padding:35px 14px 5px;text-align:center}
	.pc-hero-main--v71 .pc-hero-copy h1,.pc-hero-main--v71 .pc-hero-copy h2{font-size:38px}
	.pc-hero-main--v71 .pc-hero-copy p{font-size:12px;line-height:1.9}.pc-hero-maker{margin-inline:auto!important}
	.pc-hero-main--v71 .pc-hero-visual{min-height:300px;padding:5px 24px 28px}.pc-hero-main--v71 .pc-hero-visual>img:not(.pc-fallback-logo){height:280px}
	.pc-hero-peeks{display:flex;overflow-x:auto;width:calc(100% - 32px);gap:9px;inset:auto 16px 20px;scroll-snap-type:x mandatory}.pc-hero-peek{width:230px;min-width:230px;scroll-snap-align:start}
	.pc-hero-main--v71 .pc-hero-dots{bottom:276px}
	.pc-hero-main--v71 .pc-hero-slider-controls>button{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;top:57%}
	.pc-hero-main--v71 .pc-hero-slider-controls>button[data-pc-hero-direction="prev"]{inset-inline-end:10px}.pc-hero-main--v71 .pc-hero-slider-controls>button[data-pc-hero-direction="next"]{inset-inline-start:10px}
	.pc-booths-section{padding:48px 0 56px}.pc-booths-section .pc-shell{width:min(calc(100% - 20px),1720px)}.pc-booths-grid{display:flex;overflow-x:auto;gap:14px;padding-bottom:12px;scroll-snap-type:x mandatory}.pc-booth-card{width:280px;min-width:280px;scroll-snap-align:start}.pc-booth-card__cover{height:230px}
}

/* Version 0.7.2 — varied P categories, stronger hero contrast, roomier canvas and exact collection controls. */
body.home .pc-shell,
.pc-booths-section .pc-shell {
	width: min(1640px, calc(100% - clamp(56px, 8vw, 144px)));
	max-width: 1640px;
}

/* Keep the recognizable P silhouette, but let the icon breathe without a second blob behind it. */
.pc-p-category__shape::before {
	display: none !important;
	content: none !important;
}

.pc-p-category__icon {
	display: block !important;
	width: 39px;
	height: 39px;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: currentColor !important;
	box-shadow: none !important;
	inset: 31px auto auto 50% !important;
	transform: translateX(-50%) !important;
}

.pc-p-category:hover .pc-p-category__icon {
	transform: translateX(-50%) scale(1.1) rotate(-2deg) !important;
}

.pc-p-category--0 .pc-p-category__shape { background: linear-gradient(145deg, #086040, #043a27) !important; color: #f2e8d5; }
.pc-p-category--1 .pc-p-category__shape { background: linear-gradient(145deg, #ce6a44, #a84429) !important; color: #fff7e8; }
.pc-p-category--2 .pc-p-category__shape { background: linear-gradient(145deg, #f6ad68, #e9853d) !important; color: #064a31; }
.pc-p-category--3 .pc-p-category__shape { background: linear-gradient(145deg, #80624f, #533c31) !important; color: #fff7e8; }
.pc-p-category--4 .pc-p-category__shape { background: linear-gradient(145deg, #328d75, #17644f) !important; color: #fff7e8; }
.pc-p-category--5 .pc-p-category__shape { background: linear-gradient(145deg, #d65d33, #b63e22) !important; color: #fff7e8; }
.pc-p-category--6 .pc-p-category__shape { background: linear-gradient(145deg, #e7c898, #c99c61) !important; color: #064a31; }
.pc-p-category--7 .pc-p-category__shape { background: linear-gradient(145deg, #504c43, #302f2a) !important; color: #fff7e8; }

.pc-p-category__shape .pc-p-category__icon {
	color: inherit !important;
}

.pc-hero-main--v71 .pc-eyebrow {
	display: inline-flex;
	width: max-content;
	min-height: 32px;
	align-items: center;
	padding: 6px 12px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 999px;
	background: rgba(6,74,49,.9);
	box-shadow: 0 8px 22px rgba(6,74,49,.18);
	color: #fff !important;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.45;
	text-shadow: 0 1px 2px rgba(0,0,0,.18);
	backdrop-filter: blur(8px);
}

.pc-campaign__action {
	min-height: 42px;
	align-items: center !important;
	gap: 9px;
	padding: 8px 12px 8px 14px;
	line-height: 1.25;
}

.pc-campaign__action i {
	display: inline-grid !important;
	width: 26px !important;
	height: 26px !important;
	min-width: 26px !important;
	min-height: 26px !important;
	flex: 0 0 26px;
	place-items: center !important;
	padding: 0 !important;
	line-height: 0 !important;
	transform: none !important;
}

.pc-campaign__action i::before {
	display: none !important;
	content: none !important;
}

.pc-campaign__action i .pc-arrow-svg {
	position: static !important;
	width: 14px !important;
	height: 14px !important;
	min-width: 14px !important;
	min-height: 14px !important;
	margin: auto !important;
	transform: none !important;
}

.pc-campaign:hover .pc-campaign__action i .pc-arrow-svg {
	transform: translateX(-1px) !important;
}

@media (max-width: 860px) {
	body.home .pc-shell,
	.pc-booths-section .pc-shell { width: min(1480px, calc(100% - 40px)); }
}

@media (max-width: 640px) {
	body.home .pc-shell,
	.pc-booths-section .pc-shell { width: min(1480px, calc(100% - 20px)); }
	.pc-p-category__icon { width: 29px; height: 29px; inset-block-start: 22px !important; }
	.pc-hero-main--v71 .pc-eyebrow { margin-inline: auto; }
}

/* Version 0.7.3 — live-site measured hero controls and collision-free navigation. */
.pc-hero-section--v73 {
	padding-block: 24px 40px;
}

.pc-hero-main--v73 {
	isolation: isolate;
}

.pc-hero-main--v73 .pc-hero-slide {
	padding-bottom: 132px;
}

.pc-hero-main--v73 .pc-hero-copy h1,
.pc-hero-main--v73 .pc-hero-copy h2 {
	max-width: 620px;
	font-size: clamp(40px, 4.35vw, 68px);
	line-height: 1.12;
}

.pc-hero-main--v73 .pc-hero-visual > img:not(.pc-fallback-logo) {
	width: min(100%, 500px);
	height: 450px;
	object-fit: contain;
}

.pc-hero-main--v73 .pc-hero-peeks {
	z-index: 6;
	width: min(47%, 690px);
	inset: auto auto 24px 30px;
}

.pc-hero-main--v73 .pc-hero-slider-controls {
	z-index: 7;
	display: block !important;
	pointer-events: none;
	inset: 0 !important;
}

.pc-hero-main--v73 .pc-hero-slider-controls > button {
	z-index: 2;
	display: inline-grid !important;
	overflow: hidden;
	align-items: center !important;
	justify-items: center !important;
	place-content: center !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	pointer-events: auto;
}

.pc-hero-main--v73 .pc-hero-slider-controls > button .pc-arrow-svg {
	position: static !important;
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	min-height: 22px !important;
	margin: 0 !important;
	transform: none !important;
}

/* On desktop the navigation pills belong to the copy half, away from product previews. */
.pc-hero-main--v73 .pc-hero-dots {
	z-index: 3;
	display: flex !important;
	align-items: center;
	justify-content: center;
	inset: auto 24% 30px auto !important;
	transform: translateX(50%) !important;
}

.pc-hero-main--v73 .pc-hero-dots button {
	flex-shrink: 0;
}

@media (max-width: 1180px) {
	.pc-hero-main--v73 .pc-hero-slide { padding-bottom: 138px; }
	.pc-hero-main--v73 .pc-hero-peeks { width: calc(100% - 140px); inset: auto 70px 24px; }
	.pc-hero-main--v73 .pc-hero-dots { inset: auto 50% 132px auto !important; }
}

@media (max-width: 760px) {
	.pc-hero-section--v73 { padding-block: 12px 24px; }
	.pc-hero-main--v73 .pc-hero-slide { padding: 0 16px 280px; }
	.pc-hero-main--v73 .pc-hero-copy h1,
	.pc-hero-main--v73 .pc-hero-copy h2 { font-size: clamp(32px, 10vw, 40px); line-height: 1.2; }
	.pc-hero-main--v73 .pc-hero-visual > img:not(.pc-fallback-logo) { width: min(100%, 330px); height: 280px; }
	.pc-hero-main--v73 .pc-hero-peeks { width: calc(100% - 32px); inset: auto 16px 20px; }
	.pc-hero-main--v73 .pc-hero-dots { inset: auto 50% 276px auto !important; }
	.pc-hero-main--v73 .pc-hero-slider-controls > button .pc-arrow-svg { width: 20px !important; height: 20px !important; min-width: 20px !important; min-height: 20px !important; }
}

/* Version 0.7.4 — high-contrast eyebrow and pagination outside the product-preview layer. */
.pc-hero-main.pc-hero-main--v74 .pc-hero-slide .pc-hero-copy > .pc-eyebrow {
	display: inline-flex !important;
	width: max-content !important;
	min-height: 34px;
	align-items: center;
	padding: 7px 13px !important;
	border: 1px solid rgba(255,255,255,.35) !important;
	border-radius: 999px !important;
	background: #064a31 !important;
	box-shadow: 0 9px 22px rgba(6,74,49,.24) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.45 !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
}

.pc-hero-main--v74 .pc-hero-slider-controls {
	z-index: 7 !important;
}

.pc-hero-main--v74 .pc-hero-pagination-v74 {
	position: absolute !important;
	z-index: 9 !important;
	display: flex !important;
	width: max-content !important;
	min-width: 86px;
	height: 38px;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px;
	margin: 0 !important;
	padding: 8px 13px !important;
	border: 1px solid rgba(107,79,63,.13);
	border-radius: 999px;
	background: rgba(255,253,249,.96) !important;
	box-shadow: 0 10px 25px rgba(58,36,24,.13) !important;
	pointer-events: auto;
	inset: auto 23% 30px auto !important;
	transform: translateX(50%) !important;
}

.pc-hero-main--v74 .pc-hero-pagination-v74 button {
	position: static !important;
	display: block !important;
	flex: 0 0 8px;
	width: 8px !important;
	height: 8px !important;
	min-width: 8px !important;
	min-height: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #c8c0b5 !important;
	box-shadow: none !important;
	inset: auto !important;
	transform: none !important;
}

.pc-hero-main--v74 .pc-hero-pagination-v74 button.is-active {
	flex-basis: 28px;
	width: 28px !important;
	min-width: 28px !important;
	background: #b85c38 !important;
}

.pc-hero-main--v74 .pc-hero-pagination-v74 button:hover {
	background: #064a31 !important;
	transform: scale(1.08) !important;
}

@media (max-width: 1180px) {
	.pc-hero-main--v74 .pc-hero-pagination-v74 {
		inset: auto 50% 132px auto !important;
	}
}

/* Version 0.8.0 — managed Pileh Stories editorial module. */
.pc-stories-section--v80 {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	--pc-story-accent: var(--pc-green);
	--pc-story-accent-soft: #dce9e2;
	padding: 60px 0 72px;
	background:
		radial-gradient(circle at 10% 18%, rgba(244, 162, 97, .16) 0 3px, transparent 4px),
		radial-gradient(circle at 92% 76%, rgba(6, 74, 49, .12) 0 4px, transparent 5px),
		linear-gradient(135deg, #fffaf2 0%, #f7eddc 52%, #fffaf4 100%);
}

.pc-stories-section--v80::before {
	position: absolute;
	z-index: -1;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(184, 92, 56, .12);
	border-radius: 50%;
	content: "";
	inset: -310px auto auto -190px;
	box-shadow: 0 0 0 46px rgba(244, 162, 97, .035), 0 0 0 92px rgba(6, 74, 49, .025);
}

.pc-stories-shell {
	position: relative;
	width: min(1120px, calc(100% - clamp(24px, 4vw, 40px)));
	max-width: 1120px;
}

.pc-stories-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.pc-stories-heading > div {
	max-width: 720px;
}

.pc-stories-heading h2 {
	margin: 0;
	color: var(--pc-green);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 950;
	line-height: 1.25;
}

.pc-stories-heading p {
	max-width: 680px;
	margin: 8px 0 0;
	color: var(--pc-brown);
	font-size: 13px;
	line-height: 1.9;
}

.pc-stories-all {
	display: inline-flex;
	min-height: 42px;
	flex: 0 0 auto;
	align-items: center;
	gap: 9px;
	padding: 8px 15px;
	border: 1px solid rgba(6, 74, 49, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .65);
	color: var(--pc-green) !important;
	font-size: 12px;
	font-weight: 900;
	transition: transform .25s var(--pc-ease), background .25s var(--pc-ease), color .25s var(--pc-ease), box-shadow .25s var(--pc-ease);
}

.pc-stories-all span,
.pc-story-card__more svg {
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
}

.pc-stories-all svg,
.pc-story-card__more svg {
	width: 100%;
	height: 100%;
}

.pc-stories-all:hover {
	background: var(--pc-green);
	box-shadow: 0 10px 24px rgba(6, 74, 49, .18);
	color: #fff !important;
	transform: translateY(-2px);
}

.pc-story-accent--green { --pc-story-accent: #064a31; --pc-story-accent-soft: #dce9e2; }
.pc-story-accent--terracotta { --pc-story-accent: #b85c38; --pc-story-accent-soft: #f0ddd3; }
.pc-story-accent--orange { --pc-story-accent: #dc7c37; --pc-story-accent-soft: #f8e4cd; }
.pc-story-accent--brown { --pc-story-accent: #6b4f3f; --pc-story-accent-soft: #eadfd8; }
.pc-story-accent--sand { --pc-story-accent: #a8783d; --pc-story-accent-soft: #f1e4cc; }

.pc-story-featured {
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
	border: 1px solid rgba(107, 79, 63, .13);
	border-radius: 32px;
	background: rgba(255, 253, 248, .96);
	box-shadow: 0 26px 68px rgba(58, 36, 24, .12);
}

.pc-story-featured__media {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	margin: 0;
	background: var(--pc-story-accent-soft);
}

.pc-story-featured__media::after {
	position: absolute;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 50%;
	content: "";
	inset: auto -82px -92px auto;
	box-shadow: 0 0 0 36px rgba(255, 255, 255, .08);
}

.pc-story-featured__media > img {
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	transition: transform .65s var(--pc-ease), filter .4s var(--pc-ease);
}

.pc-story-featured:hover .pc-story-featured__media > img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.035);
}

.pc-story-featured__media figcaption {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: 999px;
	background: rgba(255, 253, 248, .9);
	box-shadow: 0 8px 22px rgba(58, 36, 24, .12);
	color: var(--pc-green);
	font-size: 10px;
	font-weight: 850;
	backdrop-filter: blur(9px);
	inset: 18px 18px auto auto;
}

.pc-story-featured__media figcaption time {
	padding-inline-start: 8px;
	border-inline-start: 1px solid rgba(107, 79, 63, .18);
	color: var(--pc-muted);
}

.pc-story-butterfly {
	position: absolute;
	z-index: 4;
	width: 64px;
	height: 48px;
	color: var(--pc-story-accent);
	filter: drop-shadow(0 7px 14px rgba(58, 36, 24, .16));
	inset: auto 24px 22px auto;
	transform: rotate(-8deg);
}

.pc-story-media-fallback {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 430px;
	place-items: center;
	background:
		radial-gradient(circle at 28% 26%, rgba(255, 255, 255, .7), transparent 28%),
		var(--pc-story-accent-soft);
}

.pc-story-media-fallback .pc-fallback-logo {
	width: 145px;
	height: 145px;
	margin: auto auto 0;
}

.pc-story-media-fallback span {
	align-self: start;
	color: var(--pc-story-accent);
	font-size: 12px;
	font-weight: 850;
}

.pc-story-featured__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 4.5vw, 58px);
}

.pc-story-kicker {
	display: inline-flex;
	width: max-content;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--pc-story-accent);
	font-size: 11px;
	font-weight: 900;
}

.pc-story-kicker i {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.pc-story-featured__content > h3 {
	max-width: 560px;
	margin: 0;
	color: var(--pc-green);
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 950;
	line-height: 1.35;
}

.pc-story-featured__content > h3 a {
	transition: color .25s var(--pc-ease);
}

.pc-story-featured__content > h3 a:hover {
	color: var(--pc-story-accent);
}

.pc-story-subject {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.pc-story-subject__avatar {
	display: grid;
	overflow: hidden;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	place-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--pc-story-accent);
	box-shadow: 0 7px 18px rgba(58, 36, 24, .14);
	color: #fff;
	font-size: 21px;
	font-weight: 950;
}

.pc-story-subject__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pc-story-subject p {
	margin: 0;
}

.pc-story-subject strong,
.pc-story-subject small {
	display: block;
}

.pc-story-subject strong {
	color: var(--pc-brown);
	font-size: 13px;
}

.pc-story-subject small {
	margin-top: 2px;
	color: var(--pc-muted);
	font-size: 10px;
}

.pc-story-excerpt {
	max-width: 620px;
	margin: 18px 0 0;
	color: #665246;
	font-size: 13px;
	line-height: 2;
}

.pc-story-featured blockquote {
	max-width: 600px;
	margin: 18px 0 0;
	padding: 11px 14px;
	border: 0;
	border-inline-start: 3px solid var(--pc-story-accent);
	border-radius: 0 11px 11px 0;
	background: var(--pc-story-accent-soft);
	color: var(--pc-brown);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.9;
}

.pc-story-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 22px;
}

.pc-story-button {
	background: var(--pc-story-accent);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--pc-story-accent) 24%, transparent);
	color: #fff !important;
}

.pc-story-button:hover {
	filter: brightness(.94);
}

.pc-story-store-link {
	position: relative;
	padding-bottom: 3px;
	color: var(--pc-green) !important;
	font-size: 12px;
	font-weight: 900;
}

.pc-story-store-link::after {
	position: absolute;
	height: 2px;
	border-radius: 999px;
	background: var(--pc-story-accent);
	content: "";
	inset: auto 0 0;
	transform: scaleX(.35);
	transform-origin: right;
	transition: transform .25s var(--pc-ease);
}

.pc-story-store-link:hover::after {
	transform: scaleX(1);
}

.pc-story-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.pc-story-card {
	display: grid;
	overflow: hidden;
	min-width: 0;
	grid-template-columns: 128px minmax(0, 1fr);
	border: 1px solid rgba(107, 79, 63, .12);
	border-radius: 19px;
	background: rgba(255, 253, 249, .9);
	box-shadow: 0 10px 28px rgba(58, 36, 24, .07);
	transition: transform .3s var(--pc-ease), box-shadow .3s var(--pc-ease), border-color .3s var(--pc-ease);
}

.pc-story-card:hover {
	border-color: color-mix(in srgb, var(--pc-story-accent) 38%, transparent);
	box-shadow: 0 18px 38px rgba(58, 36, 24, .13);
	transform: translateY(-5px);
}

.pc-story-card__media {
	display: grid;
	overflow: hidden;
	min-height: 156px;
	place-items: center;
	background: var(--pc-story-accent-soft);
}

.pc-story-card__media img:not(.pc-fallback-logo) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s var(--pc-ease);
}

.pc-story-card__media .pc-fallback-logo {
	width: 68px;
	height: 68px;
	margin: auto;
}

.pc-story-card:hover .pc-story-card__media img:not(.pc-fallback-logo) {
	transform: scale(1.06);
}

.pc-story-card__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 15px 14px;
}

.pc-story-card__copy time {
	color: var(--pc-story-accent);
	font-size: 9px;
	font-weight: 850;
}

.pc-story-card__copy h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 5px 0;
	color: var(--pc-green);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pc-story-card__copy p {
	overflow: hidden;
	margin: 0;
	color: var(--pc-muted);
	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-story-card__more {
	display: inline-flex;
	width: max-content;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
	color: var(--pc-story-accent) !important;
	font-size: 10px;
	font-weight: 900;
}

.pc-story-card__more svg {
	width: 14px;
	height: 14px;
	transition: transform .25s var(--pc-ease);
}

.pc-story-card__more:hover svg {
	transform: translateX(-3px);
}

.pc-stories-empty {
	display: grid;
	min-height: 300px;
	place-items: center;
	padding: 44px 24px;
	border: 1px dashed rgba(6, 74, 49, .25);
	border-radius: 30px;
	background: rgba(255, 253, 248, .8);
	text-align: center;
}

.pc-stories-empty svg {
	width: 72px;
	height: 52px;
	color: var(--pc-terracotta);
}

.pc-stories-empty h3 {
	margin: 12px 0 4px;
	color: var(--pc-green);
	font-size: 24px;
}

.pc-stories-empty p {
	margin: 0 0 16px;
	color: var(--pc-muted);
	font-size: 12px;
}

@media (max-width: 900px) {
	.pc-stories-section--v80 {
		padding-block: 46px 54px;
	}

	.pc-story-featured {
		grid-template-columns: 1fr;
	}

	.pc-story-featured__media,
	.pc-story-featured__media > img,
	.pc-story-media-fallback {
		min-height: 340px;
	}

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

@media (max-width: 640px) {
	.pc-stories-section--v80 {
		padding-block: 38px 44px;
	}

	.pc-stories-shell {
		width: min(1120px, calc(100% - 20px));
	}

	.pc-stories-heading {
		align-items: flex-start;
		margin-bottom: 18px;
	}

	.pc-stories-heading p {
		font-size: 11.5px;
		line-height: 1.8;
	}

	.pc-stories-all {
		min-height: 38px;
		padding-inline: 11px;
		font-size: 10px;
	}

	.pc-story-featured {
		border-radius: 23px;
	}

	.pc-story-featured__media,
	.pc-story-featured__media > img,
	.pc-story-media-fallback {
		min-height: 250px;
	}

	.pc-story-featured__content {
		padding: 25px 20px 28px;
	}

	.pc-story-featured__content > h3 {
		font-size: 27px;
	}

	.pc-story-excerpt {
		font-size: 12px;
		line-height: 1.85;
	}

	.pc-story-list {
		display: flex;
		overflow-x: auto;
		gap: 11px;
		padding: 2px 1px 12px;
		scroll-snap-type: x mandatory;
	}

	.pc-story-card {
		width: 286px;
		min-width: 286px;
		grid-template-columns: 112px minmax(0, 1fr);
		scroll-snap-align: start;
	}

	.pc-story-card__media {
		min-height: 146px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pc-story-featured__media > img,
	.pc-story-card,
	.pc-story-card__media img,
	.pc-stories-all {
		transition: none !important;
	}
}

@media (max-width: 760px) {
	.pc-hero-main.pc-hero-main--v74 .pc-hero-slide .pc-hero-copy > .pc-eyebrow { margin-inline: auto !important; }
	.pc-hero-main--v74 .pc-hero-pagination-v74 {
		height: 34px;
		inset: auto 50% 276px auto !important;
	}
}

/* Version 0.7.5 — illustrated booth canvas and the complete Pileh logo anatomy. */
.pc-booths-section.pc-booths-section--v75 {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background-color: #f8eddb !important;
	background-image:
		url('../images/pileh-booths-flight-v75.svg'),
		linear-gradient(135deg, #f7e8d2 0%, #fffaf1 52%, #f3e5d2 100%) !important;
	background-position: center, center !important;
	background-repeat: no-repeat, no-repeat !important;
	background-size: cover, cover !important;
}

.pc-booths-section.pc-booths-section--v75::before {
	display: none !important;
	content: none !important;
}

.pc-booths-section--v75 .pc-booths-panel {
	position: relative;
	z-index: 2;
}

.pc-booths-section--v75 .pc-section-heading--center {
	text-shadow: 0 2px 18px rgba(255, 250, 241, .72);
}

.pc-booths-section--v75 .pc-booth-card {
	background: rgba(255, 253, 248, .9);
	box-shadow: 0 22px 54px rgba(58, 36, 24, .11);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

/* The outer silhouette stays colorful; the cream inset recreates the logo's inner leaf. */
.pc-category-section--v75 .pc-p-category__shape::before {
	position: absolute !important;
	z-index: 1 !important;
	display: block !important;
	width: 72px !important;
	height: 94px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f2e8d5 !important;
	box-shadow: inset 0 0 0 1px rgba(107, 79, 63, .07) !important;
	content: "" !important;
	inset: 7px auto auto 50% !important;
	transform: translateX(-50%) !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120'%3E%3Cpath fill='black' d='M78 2C55 9 32 23 18 43 6 61 3 82 5 108c1 8 5 12 17 12h14c17 0 24-9 29-23 5-14 18-19 26-31 10-16 6-38-9-61-1-2-2-3-4-3Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120'%3E%3Cpath fill='black' d='M78 2C55 9 32 23 18 43 6 61 3 82 5 108c1 8 5 12 17 12h14c17 0 24-9 29-23 5-14 18-19 26-31 10-16 6-38-9-61-1-2-2-3-4-3Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.pc-category-section--v75 .pc-p-category__icon,
.pc-category-section--v75 .pc-p-category__shape .pc-p-category__icon {
	position: absolute !important;
	z-index: 2 !important;
	display: block !important;
	width: 36px !important;
	height: 36px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #b85c38 !important;
	box-shadow: none !important;
	color: #b85c38 !important;
	inset: 35px auto auto 50% !important;
	transform: translateX(-50%) !important;
}

.pc-category-section--v75 .pc-p-category:hover .pc-p-category__icon {
	transform: translateX(-50%) scale(1.1) rotate(-2deg) !important;
}

@media (max-width: 860px) {
	.pc-category-section--v75 .pc-p-category__shape::before {
		width: 64px !important;
		height: 83px !important;
		inset-block-start: 7px !important;
	}

	.pc-category-section--v75 .pc-p-category__icon,
	.pc-category-section--v75 .pc-p-category__shape .pc-p-category__icon {
		width: 32px !important;
		height: 32px !important;
		inset-block-start: 31px !important;
	}
}

@media (max-width: 640px) {
	.pc-category-section--v75 .pc-p-category__shape::before {
		width: 52px !important;
		height: 68px !important;
		inset-block-start: 6px !important;
	}

	.pc-category-section--v75 .pc-p-category__icon,
	.pc-category-section--v75 .pc-p-category__shape .pc-p-category__icon {
		width: 27px !important;
		height: 27px !important;
		inset-block-start: 25px !important;
	}
}

/* Version 0.7.7 — live-audited Elementor/Woodmart footer. */
.pc-footer,
.pc-footer * {
	box-sizing: border-box;
}

.pc-footer.pc-footer--v76 {
	--pc-footer-cream: #f2e8d5;
	--pc-footer-green: #064a31;
	--pc-footer-green-dark: #033a27;
	--pc-footer-rust: #b85c38;
	--pc-footer-orange: #f4a261;
	--pc-footer-sand: #d9b382;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	overflow: clip;
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-top: clamp(28px, 3.6vw, 52px);
	background:
		radial-gradient(circle at 8% 42%, rgba(244, 162, 97, .08), transparent 25%),
		linear-gradient(160deg, #075239 0%, var(--pc-footer-green) 45%, var(--pc-footer-green-dark) 100%);
	color: var(--pc-footer-cream);
	font-family: inherit;
	line-height: 1.7;
	text-align: right;
}

.pc-footer a {
	color: inherit;
	text-decoration: none !important;
}

.pc-footer__cream-wave {
	display: none;
}

.pc-footer__flight {
	position: absolute;
	z-index: 0;
	background: url('../images/pileh-footer-flight-v78.svg') left bottom / min(1600px, 100%) auto no-repeat;
	inset: 225px 0 70px;
	pointer-events: none;
}

.pc-footer__watermark {
	position: absolute;
	z-index: 0;
	width: 430px;
	height: 430px;
	background: url('../images/pileh-logo.png') center / contain no-repeat;
	filter: grayscale(1) brightness(2.2);
	opacity: .065;
	inset: 345px -125px auto auto;
	pointer-events: none;
}

.pc-footer__shell {
	position: relative;
	z-index: 2;
	width: min(1480px, calc(100% - 56px));
	margin-inline: auto;
}

.pc-footer-seller {
	display: grid;
	min-height: 232px;
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto 42px;
	overflow: hidden;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 1.05fr);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 32px;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, .025), transparent 48%),
		var(--pc-footer-rust);
	box-shadow: 0 24px 58px rgba(43, 28, 19, .25), inset 0 1px rgba(255, 255, 255, .11);
	direction: ltr;
}

.pc-footer-seller__copy {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 28px 34px 28px 48px;
	direction: rtl;
}

.pc-footer-seller__copy > span {
	display: inline-flex;
	margin-bottom: 1px;
	color: #ffe4c8;
	font-size: 12px;
	font-weight: 800;
}

.pc-footer-seller__copy h2 {
	margin: 0 0 2px;
	color: #fff6e9;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.35;
}

.pc-footer-seller__copy p {
	margin: 0 0 20px;
	color: #fff3e4;
	font-size: 15px;
	font-weight: 550;
}

.pc-footer-seller__actions {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 12px;
}

.pc-footer-button {
	display: inline-flex;
	min-width: 178px;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border: 1px solid rgba(255, 246, 233, .82);
	border-radius: 13px;
	font-size: 14px;
	font-weight: 850;
	transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.pc-footer-button--cream {
	background: var(--pc-footer-cream);
	box-shadow: 0 8px 20px rgba(61, 37, 23, .13);
	color: var(--pc-footer-rust) !important;
}

.pc-footer-button--outline {
	background: transparent;
	color: #fff7e9 !important;
}

.pc-footer-button:hover,
.pc-footer-button:focus-visible {
	background: #fffaf2;
	box-shadow: 0 11px 24px rgba(61, 37, 23, .2);
	color: var(--pc-footer-green) !important;
	transform: translateY(-2px);
}

.pc-footer-button:focus-visible,
.pc-footer a:focus-visible {
	outline: 3px solid rgba(244, 162, 97, .75);
	outline-offset: 3px;
}

.pc-footer-seller__art {
	display: grid;
	min-width: 0;
	place-items: center;
	padding: 15px 26px 6px 18px;
	direction: rtl;
}

.pc-footer-seller__art img {
	display: block;
	width: min(100%, 500px);
	height: 205px;
	object-fit: contain;
	filter: drop-shadow(0 9px 18px rgba(69, 35, 22, .12));
}

.pc-footer__columns {
	display: grid;
	grid-template-columns: 1.25fr repeat(3, minmax(180px, 1fr));
	gap: clamp(28px, 4.2vw, 74px);
	padding: 6px 48px 34px;
	border-bottom: 1px dashed rgba(217, 179, 130, .5);
}

.pc-footer-brand {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-inline-start: 2px;
}

.pc-footer-brand__logo {
	display: grid;
	width: 116px;
	height: 116px;
	place-items: center;
	margin-bottom: 2px;
	border: 1px solid rgba(242, 232, 213, .14);
	border-radius: 22px 58px 22px 22px;
	background: rgba(4, 63, 42, .78);
	box-shadow: inset 0 1px rgba(255, 255, 255, .08);
	transition: transform .3s ease, background .3s ease;
}

.pc-footer-brand__logo:hover {
	background: rgba(3, 54, 36, .98);
	transform: translateY(-3px) rotate(-1deg);
}

.pc-footer-brand__logo .pc-fallback-logo {
	width: 92px;
	height: 92px;
	margin: 0;
	object-fit: contain;
}

.pc-footer-brand h2 {
	margin: 3px 0 0;
	color: #fff8eb;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
}

.pc-footer-brand > i {
	display: block;
	width: 54px;
	height: 2px;
	margin: 5px 0 15px;
	border-radius: 2px;
	background: var(--pc-footer-orange);
}

.pc-footer-brand p {
	margin: 0;
	color: rgba(242, 232, 213, .88);
	font-size: 14px;
	font-style: normal;
	line-height: 1.9;
}

.pc-footer-links h3 {
	position: relative;
	width: max-content;
	margin: 0 0 20px;
	padding-bottom: 10px;
	color: #fff8eb;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5;
}

.pc-footer-links h3::after {
	position: absolute;
	width: 46px;
	height: 2px;
	border-radius: 2px;
	background: var(--pc-footer-orange);
	content: "";
	inset: auto 0 0 auto;
}

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

.pc-footer-links li {
	margin: 0;
	border-bottom: 1px solid rgba(242, 232, 213, .14);
}

.pc-footer-links li:last-child {
	border-bottom: 0;
}

.pc-footer-links li a {
	position: relative;
	display: flex;
	min-height: 39px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 6px 0;
	color: rgba(255, 248, 235, .88);
	font-size: 13px;
	font-weight: 600;
	transition: color .22s ease, padding .22s ease;
}

.pc-footer-links:not(.pc-footer-links--social) li a::after {
	display: inline-block;
	color: var(--pc-footer-orange);
	content: "‹";
	font: 800 21px/1 Arial, sans-serif;
	transition: transform .22s ease;
}

.pc-footer-links li a:hover,
.pc-footer-links li a:focus-visible {
	padding-inline-start: 6px;
	color: #fff;
}

.pc-footer-links:not(.pc-footer-links--social) li a:hover::after {
	transform: translateX(-4px);
}

.pc-footer-links--social li a {
	justify-content: flex-start;
	gap: 12px;
}

.pc-footer-links--social li a i {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	order: -1;
	border: 1px solid rgba(244, 162, 97, .7);
	border-radius: 50%;
	color: var(--pc-footer-sand);
	font-style: normal;
	transition: color .24s ease, background .24s ease, border-color .24s ease, transform .24s ease;
}

.pc-footer-links--social li a:hover i {
	border-color: var(--pc-footer-orange);
	background: var(--pc-footer-orange);
	color: var(--pc-footer-green);
	transform: rotate(-5deg) scale(1.06);
}

.pc-footer-icon {
	display: block;
	width: 21px;
	height: 21px;
}

.pc-footer__utility {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(260px, .78fr) minmax(520px, 1.22fr);
	gap: 34px;
	padding: 25px 48px 28px;
}

.pc-footer__contact {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
}

.pc-footer__contact a {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(217, 179, 130, .7);
	border-radius: 50%;
	background: rgba(2, 50, 33, .38);
	color: var(--pc-footer-sand);
	transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.pc-footer__contact a:hover {
	border-color: var(--pc-footer-orange);
	background: var(--pc-footer-orange);
	color: var(--pc-footer-green);
	transform: translateY(-3px) scale(1.04);
}

.pc-footer__contact .pc-footer-icon {
	width: 23px;
	height: 23px;
}

.pc-footer__badges {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid rgba(217, 179, 130, .48);
	border-radius: 15px;
	background: rgba(3, 55, 37, .35);
}

.pc-footer__badges span {
	display: flex;
	min-width: 0;
	min-height: 62px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 11px;
	border-inline-start: 1px solid rgba(217, 179, 130, .22);
	color: var(--pc-footer-sand);
}

.pc-footer__badges span:first-child {
	border-inline-start: 0;
}

.pc-footer__badges b {
	overflow: hidden;
	font-size: 11px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-footer__legal {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 16px 24px;
	border-top: 1px solid rgba(242, 232, 213, .1);
	background: rgba(2, 46, 31, .5);
}

.pc-footer__legal p {
	margin: 0;
	color: rgba(242, 232, 213, .86);
	font-size: 12px;
	font-weight: 650;
	text-align: center;
}

.pc-footer__legal span {
	display: block;
	width: 56px;
	height: 1px;
	background: var(--pc-footer-sand);
}

@media (max-width: 1180px) {
	.pc-footer-seller {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
	}

	.pc-footer-seller__copy {
		padding-inline: 30px;
	}

	.pc-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 70px;
	}

	.pc-footer-brand {
		min-height: 260px;
	}

	.pc-footer__utility {
		grid-template-columns: 1fr;
	}

	.pc-footer__contact {
		justify-content: center;
	}
}

@media (max-width: 820px) {
	.pc-footer {
		margin-top: 0;
		padding-top: 24px;
	}

	.pc-footer__shell {
		width: min(100% - 28px, 720px);
	}

	.pc-footer-seller {
		min-height: 0;
		width: 100%;
		margin-top: 0;
		grid-template-columns: 1fr;
		border-radius: 26px;
	}

	.pc-footer-seller__copy {
		align-items: center;
		padding: 30px 24px 18px;
		text-align: center;
	}

	.pc-footer-seller__copy h2 {
		font-size: clamp(29px, 7vw, 38px);
	}

	.pc-footer-seller__copy p {
		font-size: 13px;
	}

	.pc-footer-seller__actions {
		justify-content: center;
	}

	.pc-footer-seller__art {
		padding: 0 20px 15px;
	}

	.pc-footer-seller__art img {
		height: 180px;
	}

	.pc-footer__columns {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
		padding: 0 16px 30px;
	}

	.pc-footer__utility {
		gap: 24px;
		padding-inline: 16px;
	}

	.pc-footer__badges {
		grid-template-columns: 1fr 1fr;
	}

	.pc-footer__badges span:nth-child(3) {
		border-inline-start: 0;
		border-top: 1px solid rgba(217, 179, 130, .22);
	}

	.pc-footer__badges span:nth-child(4) {
		border-top: 1px solid rgba(217, 179, 130, .22);
	}
}

@media (max-width: 560px) {
	.pc-footer__cream-wave {
		display: none;
	}

	.pc-footer-seller__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 9px;
	}

	.pc-footer-button {
		width: 100%;
		min-width: 0;
	}

	.pc-footer-seller__art img {
		height: 148px;
	}

	.pc-footer__columns {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pc-footer-brand {
		min-height: 0;
		align-items: center;
		padding-bottom: 32px;
		text-align: center;
	}

	.pc-footer-links {
		padding: 22px 0;
		border-top: 1px solid rgba(242, 232, 213, .12);
	}

	.pc-footer-links h3 {
		margin-bottom: 11px;
	}

	.pc-footer-links ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 18px;
	}

	.pc-footer-links li:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.pc-footer__contact {
		gap: 10px;
	}

	.pc-footer__contact a {
		width: 43px;
		height: 43px;
	}

	.pc-footer__badges b {
		font-size: 10px;
	}

	.pc-footer__legal {
		gap: 10px;
	}

	.pc-footer__legal span {
		width: 24px;
	}

	.pc-footer__watermark {
		width: 270px;
		height: 270px;
		inset: 630px -90px auto auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pc-footer *,
	.pc-footer *::before,
	.pc-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Version 0.7.8 — compact canvas, icon-only P categories and true butterflies. */
body.home .pc-shell,
.pc-booths-section .pc-shell,
.pc-footer__shell {
	width: min(1120px, calc(100% - clamp(24px, 4vw, 40px))) !important;
	max-width: 1120px !important;
}

/* Version 0.7.9 — half-height editorial hero and a balanced 1120px content canvas. */
body.home .pc-shell,
.pc-booths-section .pc-shell,
.pc-footer__shell {
	width: min(1120px, calc(100% - clamp(24px, 4vw, 40px))) !important;
	max-width: 1120px !important;
}

.pc-footer-seller {
	max-width: 1120px;
}

.pc-hero-section--v76 {
	padding-block: 12px 22px !important;
}

.pc-hero-main--v76,
.pc-hero-main--v76 .pc-hero-slides,
.pc-hero-main--v76 .pc-hero-slide {
	height: 360px;
	min-height: 360px !important;
}

.pc-hero-main--v76 {
	overflow: hidden;
	border-radius: 28px;
}

.pc-hero-main--v76 .pc-hero-slide {
	grid-template-columns: minmax(320px, .92fr) minmax(360px, 1.08fr);
	padding: 0 42px 80px !important;
}

.pc-hero-main--v76 .pc-hero-copy {
	padding: 16px 12px 16px 34px;
}

.pc-hero-main--v76 .pc-hero-copy h1,
.pc-hero-main--v76 .pc-hero-copy h2 {
	max-width: 560px;
	margin-bottom: 8px;
	font-size: clamp(30px, 2.9vw, 40px);
	line-height: 1.12;
}

.pc-hero-main--v76 .pc-hero-copy p:not(.pc-hero-maker) {
	display: -webkit-box;
	overflow: hidden;
	max-width: 520px;
	font-size: 12.5px;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pc-hero-main--v76 .pc-actions {
	gap: 8px;
	margin-top: 12px;
}

.pc-hero-main--v76 .pc-actions .pc-button {
	min-height: 42px;
	padding: 9px 15px;
	border-radius: 13px;
}

.pc-hero-main--v76 .pc-hero-maker {
	margin-top: 8px !important;
	padding: 4px 10px;
}

.pc-hero-main--v76 .pc-hero-visual {
	min-height: 280px !important;
	padding: 6px 20px 34px;
}

.pc-hero-main--v76 .pc-hero-visual::before {
	width: min(340px, 86%);
}

.pc-hero-main--v76 .pc-hero-visual > img:not(.pc-fallback-logo) {
	width: min(100%, 300px);
	height: 248px;
}

.pc-hero-main--v76 .pc-hero-peeks {
	width: min(47%, 540px);
	gap: 8px;
	inset: auto auto 12px 24px;
}

.pc-hero-main--v76 .pc-hero-peek {
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 7px;
	padding: 6px;
	border-radius: 14px;
}

.pc-hero-main--v76 .pc-hero-peek__media {
	width: 56px;
	height: 56px;
	border-radius: 10px;
}

.pc-hero-main--v76 .pc-hero-slider-controls > button {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
}

.pc-hero-main--v76 .pc-hero-slider-controls > button[data-pc-hero-direction="prev"] {
	inset-inline-end: 14px;
}

.pc-hero-main--v76 .pc-hero-slider-controls > button[data-pc-hero-direction="next"] {
	inset-inline-start: 14px;
}

.pc-hero-main--v76 .pc-hero-pagination-v74 {
	height: 32px;
	min-width: 76px;
	padding: 6px 11px !important;
	inset: auto 24% 16px auto !important;
}

@media (max-width: 1180px) and (min-width: 761px) {
	.pc-hero-main--v76,
	.pc-hero-main--v76 .pc-hero-slides,
	.pc-hero-main--v76 .pc-hero-slide {
		height: 440px;
		min-height: 440px !important;
	}

	.pc-hero-main--v76 .pc-hero-slide {
		grid-template-columns: 1fr 1fr;
		padding: 0 26px 82px !important;
	}

	.pc-hero-main--v76 .pc-hero-copy {
		padding: 22px 14px 18px 24px;
	}

	.pc-hero-main--v76 .pc-hero-copy h1,
	.pc-hero-main--v76 .pc-hero-copy h2 {
		font-size: clamp(34px, 4.5vw, 44px);
	}

	.pc-hero-main--v76 .pc-hero-visual {
		min-height: 350px !important;
		padding: 14px 24px 52px;
	}

	.pc-hero-main--v76 .pc-hero-visual > img:not(.pc-fallback-logo) {
		height: 310px;
	}

	.pc-hero-main--v76 .pc-hero-peeks {
		width: calc(100% - 140px);
		inset: auto 70px 12px;
	}

	.pc-hero-main--v76 .pc-hero-pagination-v74 {
		inset: auto 50% 88px auto !important;
	}
}

@media (max-width: 760px) {
	.pc-hero-main--v76,
	.pc-hero-main--v76 .pc-hero-slides,
	.pc-hero-main--v76 .pc-hero-slide {
		height: 580px;
		min-height: 580px !important;
	}

	.pc-hero-main--v76 {
		border-radius: 22px;
	}

	.pc-hero-main--v76 .pc-hero-slide {
		grid-template-columns: 1fr;
		align-content: start;
		padding: 0 12px 92px !important;
	}

	.pc-hero-main--v76 .pc-hero-copy {
		padding: 18px 8px 0;
		text-align: center;
	}

	.pc-hero-main--v76 .pc-hero-copy h1,
	.pc-hero-main--v76 .pc-hero-copy h2 {
		margin-inline: auto;
		font-size: clamp(29px, 9vw, 36px);
	}

	.pc-hero-main--v76 .pc-hero-copy p:not(.pc-hero-maker) {
		margin-inline: auto;
		font-size: 11.5px;
		line-height: 1.65;
	}

	.pc-hero-main--v76 .pc-actions {
		justify-content: center;
		margin-top: 9px;
	}

	.pc-hero-main--v76 .pc-actions .pc-button {
		width: auto;
		min-height: 39px;
		padding: 7px 11px;
		font-size: 11px;
	}

	.pc-hero-main--v76 .pc-hero-maker {
		margin-inline: auto !important;
	}

	.pc-hero-main--v76 .pc-hero-visual {
		min-height: 228px !important;
		padding: 0 22px 70px;
	}

	.pc-hero-main--v76 .pc-hero-visual > img:not(.pc-fallback-logo) {
		width: min(100%, 260px);
		height: 210px;
	}

	.pc-hero-main--v76 .pc-hero-peeks {
		width: calc(100% - 24px);
		gap: 8px;
		inset: auto 12px 12px;
	}

	.pc-hero-main--v76 .pc-hero-peek {
		width: 205px;
		min-width: 205px;
	}

	.pc-hero-main--v76 .pc-hero-pagination-v74 {
		inset: auto 50% 86px auto !important;
	}

	.pc-hero-main--v76 .pc-hero-slider-controls > button {
		width: 40px !important;
		height: 40px !important;
		min-width: 40px !important;
		min-height: 40px !important;
		top: 61%;
	}
}

@media (max-width: 640px) {
	body.home .pc-shell,
	.pc-booths-section .pc-shell,
	.pc-footer__shell {
		width: min(1120px, calc(100% - 20px)) !important;
	}
}

.pc-footer-seller {
	width: 100%;
	max-width: 1120px;
}

.pc-category-section--v75 .pc-p-category__shape::before {
	display: none !important;
	content: none !important;
}

.pc-category-section--v75 .pc-p-category__icon,
.pc-category-section--v75 .pc-p-category__shape .pc-p-category__icon {
	z-index: 2 !important;
	width: 38px !important;
	height: 38px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: currentColor !important;
	box-shadow: none !important;
	color: inherit !important;
	inset: 39px auto auto 50% !important;
	transform: translateX(-50%) !important;
}

.pc-category-section--v75 .pc-p-category:hover .pc-p-category__icon {
	transform: translateX(-50%) scale(1.1) rotate(-2deg) !important;
}

@media (max-width: 860px) {
	.pc-category-section--v75 .pc-p-category__icon,
	.pc-category-section--v75 .pc-p-category__shape .pc-p-category__icon {
		width: 34px !important;
		height: 34px !important;
		inset-block-start: 33px !important;
	}
}

@media (max-width: 640px) {
	body.home .pc-shell,
	.pc-booths-section .pc-shell,
	.pc-footer__shell {
		width: min(1120px, calc(100% - 20px)) !important;
	}

	.pc-category-section--v75 .pc-p-category__icon,
	.pc-category-section--v75 .pc-p-category__shape .pc-p-category__icon {
		width: 28px !important;
		height: 28px !important;
		inset-block-start: 26px !important;
	}
}

/* Version 0.8.1 — exact Pileh butterfly, a flush stories/footer join and collision-free hero navigation. */
.pc-booths-section.pc-booths-section--v75 {
	background-image:
		url('../images/pileh-butterfly-mark-v81.webp'),
		url('../images/pileh-butterfly-mark-v81.webp'),
		url('../images/pileh-butterfly-mark-v81.webp'),
		url('../images/pileh-butterfly-mark-v81.webp'),
		url('../images/pileh-booths-flight-v75.svg'),
		linear-gradient(135deg, #f7e8d2 0%, #fffaf1 52%, #f3e5d2 100%) !important;
	background-position:
		12% 27%,
		40% 49%,
		75% 27%,
		94% 58%,
		center,
		center !important;
	background-repeat: no-repeat !important;
	background-size:
		34px auto,
		25px auto,
		36px auto,
		23px auto,
		cover,
		cover !important;
}

.pc-story-butterfly {
	width: 50px;
	height: 69px;
	object-fit: contain;
	filter: drop-shadow(0 7px 14px rgba(58, 36, 24, .16));
	transform: rotate(-7deg);
}

.pc-stories-empty .pc-stories-empty__butterfly {
	display: block;
	width: 50px;
	height: 69px;
	object-fit: contain;
	filter: drop-shadow(0 7px 14px rgba(58, 36, 24, .12));
}

/* Woodmart normally keeps a bottom gutter on .site-content. The last Elementor
 * shortcode and footer must meet without the near-white strip visible on home. */
body.home .main-page-wrapper,
body.home .site-content,
body.home .main-page-wrapper > .container,
body.home .site-content > .container,
body.home .content-layout-wrapper {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.home .pc-stories-section--v80,
body.home .pc-el-section:last-child,
body.home .pc-el-section:last-child > .elementor-container,
body.home .pc-el-section:last-child .elementor-widget-shortcode,
body.home .pc-el-section:last-child .elementor-widget-shortcode > .elementor-widget-container {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.home .elementor-location-footer,
body.home .footer-container,
body.home .pc-el-footer-section,
body.home .pc-el-footer-section > .elementor-container,
body.home .pc-el-footer-section .elementor-widget-shortcode,
body.home .pc-el-footer-section .elementor-widget-shortcode > .elementor-widget-container,
body.home .pc-footer {
	margin-top: 0 !important;
}

@media (min-width: 761px) {
	.pc-hero-main--v81 .pc-hero-copy {
		padding-inline-start: 78px !important;
	}
}

@media (max-width: 760px) {
	.pc-booths-section.pc-booths-section--v75 {
		background-position:
		8% 16%,
		42% 49%,
		82% 18%,
		94% 72%,
		center,
		center !important;
		background-size:
		27px auto,
		20px auto,
		29px auto,
		18px auto,
		cover,
		cover !important;
	}
}

/* Version 0.8.6 — stronger labels for the Pileh-shaped category row. */
.pc-category-section--v75 .pc-p-category > strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-wrap: balance;
}

@media (max-width: 860px) {
	.pc-category-section--v75 .pc-p-category > strong { font-size: 13px; }
}

@media (max-width: 640px) {
	.pc-category-section--v75 .pc-p-category > strong {
		font-size: 11.5px;
		line-height: 1.55;
	}
}

/* Version 0.8.8 — bundled KalamehWeb and applied it to Pileh/Woodmart header text. */

/* Version 0.9.2 — homepage category discovery matching the shop visual system. */
.pc-category-section--v92 {
	padding: 40px 0 44px !important;
	background:
		radial-gradient(circle at 91% 14%, rgba(244, 162, 97, .09), transparent 27%),
		linear-gradient(180deg, #fffaf2 0%, #fbf3e6 100%) !important;
}

.pc-category-section--v92 .pc-category-discovery__head {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-inline: 2px;
}

.pc-category-section--v92 .pc-category-discovery__eyebrow {
	align-items: center;
	color: var(--pc-terracotta);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.6;
	margin-bottom: 5px;
}

.pc-category-section--v92 .pc-category-discovery__eyebrow > i {
	background: var(--pc-terracotta);
	border-radius: 58% 42% 60% 40%;
	display: inline-block;
	height: 10px;
	transform: rotate(45deg);
	width: 10px;
}

.pc-category-section--v92 .pc-category-discovery__head h2 {
	color: var(--pc-green);
	font-size: clamp(27px, 3.4vw, 43px);
	font-weight: 900;
	letter-spacing: -.025em;
	line-height: 1.25;
	margin: 0;
}

.pc-category-section--v92 .pc-category-discovery__all {
	align-items: center;
	background: rgba(255, 253, 248, .82);
	border: 1px solid rgba(6, 74, 49, .27);
	border-radius: 13px;
	color: var(--pc-green);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 800;
	gap: 11px;
	justify-content: center;
	min-height: 44px;
	padding: 8px 15px;
	transition: background .22s var(--pc-ease), box-shadow .22s var(--pc-ease), color .22s var(--pc-ease), transform .22s var(--pc-ease);
}

.pc-category-section--v92 .pc-category-discovery__all > i {
	align-items: center;
	display: inline-flex;
	font: 700 18px/1 Arial, sans-serif;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.pc-category-section--v92 .pc-category-discovery__all:hover {
	background: var(--pc-green);
	box-shadow: 0 10px 24px rgba(6, 74, 49, .16);
	color: #fff;
	transform: translateY(-2px);
}

.pc-category-section--v92 .pc-p-categories {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	display: grid;
	gap: clamp(10px, 1.55vw, 20px);
	grid-template-columns: repeat(8, minmax(0, 1fr));
	padding: 0 !important;
}

.pc-category-section--v92 .pc-p-category {
	gap: 9px;
}

.pc-category-section--v92 .pc-p-category__shape {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120'%3E%3Cpath fill='black' d='M10 3h38c29 0 48 18 48 46 0 25-14 42-39 49-15 4-23 10-28 20-1 2-3 2-6 2H10c-4 0-7-3-7-7V10c0-4 3-7 7-7Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120'%3E%3Cpath fill='black' d='M10 3h38c29 0 48 18 48 46 0 25-14 42-39 49-15 4-23 10-28 20-1 2-3 2-6 2H10c-4 0-7-3-7-7V10c0-4 3-7 7-7Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: drop-shadow(0 12px 16px rgba(58, 37, 25, .13));
	height: 112px;
	overflow: visible;
	position: relative;
	transform: none;
	width: 96px;
}

.pc-category-section--v92 .pc-p-category__icon,
.pc-category-section--v92 .pc-p-category__shape .pc-p-category__icon {
	bottom: auto !important;
	left: 50% !important;
	position: absolute !important;
	right: auto !important;
	top: 37px !important;
	transform: translateX(-50%) !important;
}

.pc-category-section--v92 .pc-p-category:hover .pc-p-category__shape {
	box-shadow: none !important;
	filter: drop-shadow(0 18px 22px rgba(58, 37, 25, .2));
	transform: translateY(-6px) rotate(-1deg) !important;
}

.pc-category-section--v92 .pc-p-category:hover .pc-p-category__icon {
	transform: translateX(-50%) scale(1.1) rotate(3deg) !important;
}

.pc-category-section--v92 .pc-p-category > strong {
	color: var(--pc-brown);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
	min-height: 0;
}

/* Counts stay available on the shop archive; the homepage discovery row is
 * intentionally name-only, including counts injected by third-party themes. */
.pc-category-section--v92 .pc-p-category :is(small, .count, .product-count) {
	display: none !important;
}

@media (max-width: 920px) {
	.pc-category-section--v92 .pc-p-categories {
		display: flex;
		overflow-x: auto;
		padding: 4px 2px 14px !important;
		scroll-snap-type: x mandatory;
	}

	.pc-category-section--v92 .pc-p-category {
		flex: 0 0 112px;
		scroll-snap-align: start;
	}
}

@media (max-width: 640px) {
	.pc-category-section--v92 {
		padding-block: 30px 34px !important;
	}

	.pc-category-section--v92 .pc-category-discovery__head {
		align-items: flex-start;
		margin-bottom: 19px;
	}

	.pc-category-section--v92 .pc-category-discovery__head h2 {
		font-size: 28px;
	}

	.pc-category-section--v92 .pc-category-discovery__all {
		min-height: 40px;
		padding-inline: 12px;
	}

	.pc-category-section--v92 .pc-p-category {
		flex-basis: 98px;
	}

	.pc-category-section--v92 .pc-p-category__shape {
		height: 96px;
		width: 82px;
	}

	.pc-category-section--v92 .pc-p-category__icon,
	.pc-category-section--v92 .pc-p-category__shape .pc-p-category__icon {
		height: 30px !important;
		top: 31px !important;
		width: 30px !important;
	}

	.pc-category-section--v92 .pc-p-category > strong {
		font-size: 12px;
	}
}
