:root {
	--pke-shop-green: #2f7d32;
	--pke-shop-green-dark: #1f5f2b;
	--pke-shop-lime: #79b82a;
	--pke-shop-orange: #f59e0b;
	--pke-shop-ink: #17231d;
	--pke-shop-muted: #66736c;
	--pke-shop-soft: #f4f8f1;
	--pke-shop-pale: #eaf4e4;
	--pke-shop-line: #dfe8dc;
	--pke-shop-white: #fff;
	--pke-shop-shadow: 0 14px 42px rgba(24, 63, 33, .1);
	--pke-shop-radius: 20px;
	--pke-chrome-ink: #17231d;
	--pke-chrome-ink-deep: #17231d;
	--pke-chrome-forest: #2f7d32;
	--pke-chrome-copper: #2f7d32;
	--pke-chrome-copper-light: #79b82a;
	--pke-chrome-cream: #fff;
	--pke-chrome-sand: #eaf4e4;
}

html { scroll-padding-top: 150px; }

body.pke-storefront-active {
	background: #fff;
	color: var(--pke-shop-ink);
	font-size: 16px;
	overflow-x: clip;
}

body.pke-storefront-active :where(button, input, select, textarea) {
	font-family: inherit;
}

body.pke-storefront-active :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(121, 184, 42, .48);
	outline-offset: 3px;
}

/* Light commerce header */
body.pke-storefront-active .pke-trust-bar {
	height: 36px;
	border-color: #dbe7d8;
	background: #f4f8f1;
	color: #33483a;
}

body.pke-storefront-active .pke-trust-bar__inner { font-size: 11px; }
body.pke-storefront-active .pke-trust-origin svg,
body.pke-storefront-active .pke-trust-links svg { color: var(--pke-shop-green); }
body.pke-storefront-active .pke-trust-links > span:last-of-type { background: var(--pke-shop-lime); }

body.pke-storefront-active .pke-site-header {
	border-bottom: 1px solid var(--pke-shop-line);
	background: #fff;
	box-shadow: 0 8px 26px rgba(32, 71, 39, .06);
	color: var(--pke-shop-ink);
}

body.pke-storefront-active .pke-site-header.pke-is-scrolled { box-shadow: 0 14px 36px rgba(25, 56, 32, .12); }

body.pke-storefront-active .pke-site-header__inner {
	height: 86px;
	gap: 30px;
}

body.pke-storefront-active .pke-site-header .pke-brand { width: 224px; color: var(--pke-shop-ink) !important; }
body.pke-storefront-active .pke-brand-mark {
	border-color: rgba(47, 125, 50, .16);
	background: linear-gradient(145deg, #a8d665, var(--pke-shop-green));
	box-shadow: 0 10px 24px rgba(47, 125, 50, .2);
}
body.pke-storefront-active .pke-brand-mark__stone { fill: #153f21; }
body.pke-storefront-active .pke-brand-copy small { color: #6b7a70; }

.pke-header-search { min-width: 240px; max-width: 680px; flex: 1 1 620px; }
.pke-site-search > label {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.pke-site-search__field {
	display: flex;
	height: 52px;
	align-items: center;
	gap: 10px;
	padding: 0 8px 0 10px;
	border: 1px solid #e0e6df;
	border-radius: 15px;
	background: #f6f7f6;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.pke-site-search__field:focus-within {
	border-color: rgba(47, 125, 50, .5);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(47, 125, 50, .08);
}
.pke-site-search__field > svg { width: 21px !important; color: var(--pke-shop-green); }
.pke-site-search__field input[type="search"] {
	min-width: 0;
	height: 48px;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pke-shop-ink) !important;
	font-size: 13px;
	flex: 1 1 auto;
}
.pke-site-search__field button {
	min-width: 78px;
	height: 38px;
	padding: 0 18px;
	border: 0;
	border-radius: 11px;
	background: var(--pke-shop-green);
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.pke-header-account,
.pke-header-cart {
	position: relative;
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	gap: 7px;
	padding: 0 12px;
	border: 1px solid var(--pke-shop-line);
	border-radius: 14px;
	color: var(--pke-shop-ink) !important;
	font-size: 11px;
	font-weight: 700;
}
.pke-header-account:hover,
.pke-header-cart:hover { border-color: #b9d4b3; background: var(--pke-shop-soft); }
.pke-header-account svg,
.pke-header-cart svg { color: var(--pke-shop-green); }
.pke-cart-count {
	display: grid;
	min-width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 99px;
	background: var(--pke-shop-orange);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.pke-header-nav-row { border-top: 1px solid #edf1ec; background: #fff; }
.pke-header-nav-row__inner { display: flex; height: 58px; align-items: stretch; justify-content: space-between; gap: 24px; }
.pke-header-nav-row .pke-desktop-nav { align-self: stretch; }
.pke-header-nav-row .pke-desktop-nav > ul { justify-content: flex-start; gap: 22px; }
.pke-header-nav-row .pke-desktop-nav > ul > li > a,
.pke-header-nav-row .pke-nav-parent__control > a { color: #2f3d34 !important; font-size: 12px; }
.pke-header-nav-row .pke-desktop-nav a:hover,
.pke-header-nav-row .pke-desktop-nav a[aria-current="page"],
.pke-header-nav-row .pke-nav-parent.is-current > .pke-nav-parent__control > a,
.pke-header-nav-row .pke-nav-parent:hover > .pke-nav-parent__control > a { color: var(--pke-shop-green) !important; }
.pke-header-nav-row .pke-desktop-nav > ul > li > a::after,
.pke-header-nav-row .pke-nav-parent__control > a::after { background: var(--pke-shop-lime); }
.pke-header-nav-row .pke-submenu-toggle { color: #758078; }
.pke-header-order-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.pke-header-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--pke-shop-ink) !important;
}
.pke-header-phone > svg { color: var(--pke-shop-green); }
.pke-header-phone span { display: grid; line-height: 1.2; }
.pke-header-phone small { color: #7c887f; font-size: 9px; }
.pke-header-phone b { font-size: 11px; }
.pke-header-cta {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	padding: 0 17px;
	border-radius: 12px;
	background: var(--pke-shop-green);
	box-shadow: 0 8px 20px rgba(47, 125, 50, .18);
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
}
.pke-header-cta:hover { background: var(--pke-shop-green-dark); color: #fff !important; transform: translateY(-1px); }
.pke-header-cta svg { width: 16px !important; }
.pke-mega-menu__intro { background: linear-gradient(145deg, #1f5f2b, #2f7d32); }
.pke-mega-menu__intro > span,
.pke-mega-menu__intro a { color: #d7f1b5 !important; }
.pke-mega-menu > ul a:hover,
.pke-nav-dropdown > a:hover { border-color: #cce0c7; background: var(--pke-shop-soft); }

/* Hero becomes bright, product-first and readable */
body.pke-storefront-active .pke-homepage-shell { background: #fff; color: var(--pke-shop-ink); }
body.pke-storefront-active .pke-container { width: min(calc(100% - 48px), 1220px); max-width: 1220px; margin-inline: auto; }
body.pke-storefront-active .pke-hero {
	min-height: 570px;
	background-color: #eef7e9;
	background-position: 8% 54%;
	background-size: 55% auto;
	background-repeat: no-repeat;
}
body.pke-storefront-active .pke-hero::before {
	background: linear-gradient(90deg, rgba(238, 247, 233, .05) 0 42%, rgba(238, 247, 233, .78) 56%, #eef7e9 75% 100%);
}
body.pke-storefront-active .pke-hero::after {
	background: radial-gradient(circle at 84% 40%, rgba(121, 184, 42, .16), transparent 34%);
}
body.pke-storefront-active .pke-hero-noise { opacity: .025; }
body.pke-storefront-active .pke-hero-grid {
	grid-template-columns: minmax(520px, .95fr) minmax(340px, .7fr);
	padding-top: 72px;
	padding-bottom: 72px;
}
body.pke-storefront-active .pke-hero-content { grid-column: 1; }
body.pke-storefront-active .pke-hero .pke-eyebrow { color: var(--pke-shop-green); }
body.pke-storefront-active .pke-eyebrow span { background: var(--pke-shop-lime); box-shadow: 0 0 0 7px rgba(121, 184, 42, .14); }
body.pke-storefront-active .pke-hero h1 { color: var(--pke-shop-ink); font-size: clamp(39px, 5vw, 64px); }
body.pke-storefront-active .pke-hero-lead { color: #52625a; font-size: clamp(16px, 1.55vw, 19px); }
body.pke-storefront-active .pke-btn { min-height: 50px; border-radius: 13px; }
body.pke-storefront-active .pke-btn-primary { border-color: var(--pke-shop-green); background: var(--pke-shop-green); color: #fff; }
body.pke-storefront-active .pke-btn-primary:hover { background: var(--pke-shop-green-dark); }
body.pke-storefront-active .pke-btn-ghost,
body.pke-storefront-active .pke-hero .pke-btn-ghost,
body.pke-storefront-active .pke-final-cta .pke-btn-ghost { border-color: #b8d2b1; background: #fff; color: var(--pke-shop-green) !important; }
body.pke-storefront-active .pke-hero-points { color: #43534a; }
body.pke-storefront-active .pke-hero-points li span { color: var(--pke-shop-green); }
body.pke-storefront-active .pke-hero-scroll { display: none; }
body.pke-storefront-active .pke-trust-rail { border-color: var(--pke-shop-line); background: #fff; }
body.pke-storefront-active .pke-trust-grid div:not(:last-child)::after { background: var(--pke-shop-line); }

/* Quick categories and storefront home */
.pke-store-container { width: min(calc(100% - 48px), 1220px); margin-inline: auto; }
.pke-store-category-rail { padding: 32px 0 38px; border-bottom: 1px solid var(--pke-shop-line); background: #fff; }
.pke-store-category-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.pke-store-category-heading strong { color: var(--pke-shop-ink); font-size: 18px; }
.pke-store-category-heading a { display: inline-flex; align-items: center; gap: 7px; color: var(--pke-shop-green); font-size: 12px; font-weight: 800; }
.pke-store-category-heading svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pke-store-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.pke-store-category-grid > a {
	display: flex;
	min-width: 0;
	min-height: 86px;
	align-items: center;
	gap: 11px;
	padding: 13px;
	border: 1px solid var(--pke-shop-line);
	border-radius: 16px;
	background: #fff;
	color: var(--pke-shop-ink);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pke-store-category-grid > a:hover { border-color: #b7d4af; box-shadow: 0 10px 24px rgba(47, 125, 50, .09); transform: translateY(-3px); }
.pke-store-category-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--pke-shop-pale); color: var(--pke-shop-green); flex: 0 0 auto; }
.pke-store-category-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.pke-store-category-grid span:last-child { display: grid; min-width: 0; gap: 3px; }
.pke-store-category-grid strong { font-size: 12px; white-space: nowrap; }
.pke-store-category-grid small { color: #78837c; font-size: 9px; white-space: nowrap; }

.pke-store-home { padding: 78px 0 86px; background: var(--pke-shop-soft); }
.pke-store-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 34px; }
.pke-store-heading > div > span,
.pke-shop-intro > span { display: block; margin-bottom: 8px; color: var(--pke-shop-green); font-size: 12px; font-weight: 800; }
.pke-store-heading h2 { margin: 0 0 10px; color: var(--pke-shop-ink); font-size: clamp(27px, 3.5vw, 42px); }
.pke-store-heading p { max-width: 720px; margin: 0; color: var(--pke-shop-muted); }
.pke-store-all { display: inline-flex; min-width: max-content; min-height: 46px; align-items: center; gap: 8px; padding: 0 18px; border: 1px solid #bdd5b8; border-radius: 13px; background: #fff; color: var(--pke-shop-green); font-size: 12px; font-weight: 800; }
.pke-store-all svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pke-store-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pke-store-product-card { min-width: 0; border: 1px solid var(--pke-shop-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(35, 65, 40, .055); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.pke-store-product-card:hover { box-shadow: var(--pke-shop-shadow); transform: translateY(-5px); }
.pke-store-product-image { position: relative; display: block; aspect-ratio: 4/3; padding: 18px; background: linear-gradient(145deg, #fff, #f2f7ef); overflow: hidden; }
.pke-store-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.pke-store-product-card:hover .pke-store-product-image img { transform: scale(1.035); }
.pke-store-product-image > span,
body.pke-storefront-active .onsale { position: absolute; top: 14px; right: 14px; z-index: 3; min-height: 28px; padding: 5px 10px; border: 0; border-radius: 9px; background: #e44735; color: #fff; font-size: 10px; font-weight: 800; line-height: 1.8; }
.pke-store-product-body { padding: 20px; }
.pke-store-product-body > small { color: #758278; font-size: 10px; }
.pke-store-product-body h3 { min-height: 58px; margin: 6px 0 8px; font-size: 18px; line-height: 1.65; }
.pke-store-product-body h3 a { color: var(--pke-shop-ink); }
.pke-store-product-body > p { min-height: 52px; margin: 0 0 14px; color: var(--pke-shop-muted); font-size: 12px; line-height: 1.9; }
.pke-store-product-price { min-height: 44px; margin-bottom: 14px; color: var(--pke-shop-green-dark); font-size: 16px; font-weight: 800; }
.pke-store-product-price del { margin-left: 6px; color: #98a29b; font-size: 12px; font-weight: 500; }
.pke-store-product-price ins { text-decoration: none; }
.pke-price-unit { display: block; margin-top: 2px; color: #7b877f; font-size: 9px; font-weight: 500; }
.pke-quote-price { color: var(--pke-shop-green); font-weight: 800; }
.pke-store-product-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.pke-store-buy,
.pke-store-call { display: inline-flex !important; min-height: 46px; align-items: center; justify-content: center; gap: 7px; margin: 0 !important; border-radius: 12px !important; font-size: 11px !important; font-weight: 800 !important; }
.pke-store-buy { border: 0 !important; background: var(--pke-shop-green) !important; color: #fff !important; }
.pke-store-call { padding: 0 13px; border: 1px solid #c8d9c3; color: var(--pke-shop-green); }
.pke-store-buy svg,
.pke-store-call svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Hide the former editorial product strip once real products exist. */
body.pke-storefront-active.pke-homepage-active .pke-products { display: none; }
body.pke-storefront-active .pke-section { padding-block: clamp(72px, 7vw, 108px); }
body.pke-storefront-active .pke-advantages { background: #edf6e9; color: var(--pke-shop-ink); }
body.pke-storefront-active .pke-heading-light h2 { color: var(--pke-shop-ink); }
body.pke-storefront-active .pke-heading-light > p { color: var(--pke-shop-muted); }
body.pke-storefront-active .pke-advantage-card { border-color: #d7e6d2; background: #fff; color: var(--pke-shop-ink); box-shadow: 0 10px 28px rgba(40, 76, 45, .06); }
body.pke-storefront-active .pke-advantage-card p,
body.pke-storefront-active .pke-advantage-card li { color: var(--pke-shop-muted); }
body.pke-storefront-active .pke-advantage-accent { background: var(--pke-shop-green); color: #fff; }
body.pke-storefront-active .pke-advantage-accent h3,
body.pke-storefront-active .pke-advantage-accent p { color: #fff; }
body.pke-storefront-active .pke-process { background: #fff; }
body.pke-storefront-active .pke-consult-card { background: linear-gradient(145deg, #1f5f2b, #2f7d32); }
body.pke-storefront-active .pke-final-cta { background: #eaf4e4; color: var(--pke-shop-ink); }
body.pke-storefront-active .pke-final-cta h2 { color: var(--pke-shop-ink); }
body.pke-storefront-active .pke-final-cta p { color: #58665e; }
body.pke-storefront-active .pke-mobile-actions { display: none !important; }

/* Shop archive */
body.pke-storefront-active.woocommerce-page #content,
body.pke-storefront-active.woocommerce #content { padding: 42px 0 76px; background: #fff; }
body.pke-storefront-active.woocommerce .container,
body.pke-storefront-active.woocommerce-page .container { width: min(calc(100% - 48px), 1220px); max-width: none; padding-inline: 0; }
.pke-shop-intro { position: relative; margin: 0 0 34px; padding: 36px 38px; border: 1px solid #d9e8d5; border-radius: 24px; background: linear-gradient(110deg, #edf7e9, #fff); overflow: hidden; }
.pke-shop-intro::after { position: absolute; inset: auto auto -70px -55px; width: 230px; height: 230px; border-radius: 50%; background: rgba(121, 184, 42, .12); content: ""; }
.pke-shop-intro h1 { margin: 0 0 10px; color: var(--pke-shop-ink); font-size: clamp(30px, 4vw, 48px); }
.pke-shop-intro p { max-width: 740px; margin: 0 0 18px; color: var(--pke-shop-muted); }
.pke-shop-intro > a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; padding: 0 16px; border-radius: 12px; background: #fff; color: var(--pke-shop-green); font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(39, 88, 46, .1); }
.pke-shop-intro > a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
body.pke-storefront-active.woocommerce .pke-store-category-rail { padding: 0; border: 0; margin-bottom: 34px; }
body.pke-storefront-active.woocommerce .shop-page-title { display: none; }
body.pke-storefront-active.woocommerce .category-page-row > .large-3 { display: none; }
body.pke-storefront-active.woocommerce .category-page-row > .large-9 { max-width: 100%; flex-basis: 100%; padding-inline: 0; }
body.pke-storefront-active.woocommerce .woocommerce-breadcrumb { color: #7b877f; font-size: 11px; }
body.pke-storefront-active.woocommerce .woocommerce-result-count,
body.pke-storefront-active.woocommerce .woocommerce-ordering { color: var(--pke-shop-muted); font-size: 12px; }
body.pke-storefront-active.woocommerce .woocommerce-ordering select { min-height: 44px; border-color: var(--pke-shop-line); border-radius: 12px; background: #fff; }
body.pke-storefront-active.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
body.pke-storefront-active.woocommerce ul.products::before,
body.pke-storefront-active.woocommerce ul.products::after { display: none; }
body.pke-storefront-active.woocommerce ul.products li.product { position: relative; float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 18px; border: 1px solid var(--pke-shop-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(35, 65, 40, .055); overflow: hidden; }
body.pke-storefront-active.woocommerce ul.products li.product > a:first-child { display: block; }
body.pke-storefront-active.woocommerce ul.products li.product img { width: 100%; aspect-ratio: 4/3; margin: 0 0 17px; padding: 18px; background: var(--pke-shop-soft); object-fit: contain; }
body.pke-storefront-active.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 58px; padding: 0 18px; color: var(--pke-shop-ink); font-size: 17px; line-height: 1.7; }
body.pke-storefront-active.woocommerce ul.products li.product .price { min-height: 47px; padding: 0 18px; color: var(--pke-shop-green-dark); font-size: 15px; font-weight: 800; }
body.pke-storefront-active.woocommerce ul.products li.product .button { display: inline-flex; min-height: 44px; align-items: center; margin: 8px 18px 0 6px; padding: 0 15px; border-radius: 12px; background: var(--pke-shop-green); color: #fff; font-size: 11px; }
.pke-loop-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 16px 16px; }
.pke-loop-buy,
.pke-order-phone { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 6px; margin: 0; padding: 0 11px; border-radius: 12px; font-size: 10.5px; font-weight: 800; }
.pke-loop-buy { border: 1px solid var(--pke-shop-green); background: var(--pke-shop-green); color: #fff; }
.pke-loop-buy:hover { background: var(--pke-shop-green-dark); color: #fff; }
.pke-order-phone { border: 1px solid #c7d9c2; color: var(--pke-shop-green); }
.pke-loop-buy svg,
.pke-order-phone svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }

body.pke-storefront-active.woocommerce .products.row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-inline: 0; }
body.pke-storefront-active.woocommerce .products.row > .product-small.col { width: 100%; max-width: none; flex-basis: auto; padding: 0; }
body.pke-storefront-active.woocommerce .products.row > .product-small .col-inner { height: 100%; border: 1px solid var(--pke-shop-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(35, 65, 40, .055); overflow: hidden; }
body.pke-storefront-active.woocommerce .products.row > .product-small .box-image { width: 100%; aspect-ratio: 4/3; background: var(--pke-shop-soft); }
body.pke-storefront-active.woocommerce .products.row > .product-small .box-image img { width: 100%; height: 100%; object-fit: contain; }
body.pke-storefront-active.woocommerce .products.row > .product-small .box-text { padding: 17px 18px 12px; text-align: right; }
body.pke-storefront-active.woocommerce .products.row > .product-small .product-title { min-height: 54px; font-size: 16px; line-height: 1.75; }
body.pke-storefront-active.woocommerce .products.row > .product-small .product-title a { color: var(--pke-shop-ink); }
body.pke-storefront-active.woocommerce .products.row > .product-small .price { color: var(--pke-shop-green-dark); font-weight: 800; }

/* Single product */
body.pke-storefront-active.single-product .product-page-title { display: none; }
body.pke-storefront-active.single-product .product-filter-row { display: none !important; }
body.pke-storefront-active.single-product .product-main .content-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 78px); align-items: start; }
body.pke-storefront-active.single-product .product-main .product-gallery,
body.pke-storefront-active.single-product .product-main .product-info { width: 100%; max-width: none; flex-basis: auto; padding-inline: 0; }
body.pke-storefront-active.single-product div.product .woocommerce-product-gallery,
body.pke-storefront-active.single-product div.product .summary { float: none; width: 100%; }
body.pke-storefront-active.single-product .woocommerce-product-gallery { padding: 24px; border: 1px solid var(--pke-shop-line); border-radius: 24px; background: var(--pke-shop-soft); }
body.pke-storefront-active.single-product .woocommerce-product-gallery img { border-radius: 16px; }
body.pke-storefront-active.single-product .summary { padding-top: 18px; }
body.pke-storefront-active.single-product .product_title { margin-bottom: 14px; color: var(--pke-shop-ink); font-size: clamp(29px, 3.5vw, 45px); line-height: 1.45; }
body.pke-storefront-active.single-product .summary .price { color: var(--pke-shop-green-dark); font-size: 24px; font-weight: 900; }
body.pke-storefront-active.single-product .woocommerce-product-details__short-description { color: var(--pke-shop-muted); font-size: 15px; line-height: 2; }
.pke-grade-picker { margin: 24px 0 15px; padding: 18px; border: 1px solid #d6e6d2; border-radius: 16px; background: var(--pke-shop-soft); }
.pke-grade-picker label { display: block; margin-bottom: 8px; color: var(--pke-shop-ink); font-size: 12px; font-weight: 800; }
.pke-grade-picker select { width: 100%; min-height: 49px; padding-inline: 13px; border: 1px solid #cddac9; border-radius: 12px; background: #fff; color: var(--pke-shop-ink); }
.pke-grade-picker p { margin: 10px 0 0; color: var(--pke-shop-muted); font-size: 12px; }
.pke-grade-picker strong { color: var(--pke-shop-green-dark); font-size: 15px; }
body.pke-storefront-active.single-product form.cart { display: flex; flex-wrap: wrap; gap: 10px; }
body.pke-storefront-active.single-product form.cart .quantity input { min-height: 52px; border-radius: 12px; }
body.pke-storefront-active.single-product .single_add_to_cart_button { min-height: 52px; padding-inline: 24px; border-radius: 13px; background: var(--pke-shop-green) !important; font-size: 13px; }
.pke-single-phone { display: inline-flex; min-height: 58px; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid #c8dac4; border-radius: 13px; color: var(--pke-shop-green); }
.pke-single-phone svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pke-single-phone span { display: grid; }
.pke-single-phone small { color: #7b877f; font-size: 9px; }
.pke-single-phone strong { font-size: 12px; }
.pke-order-disclaimer { width: 100%; margin: 3px 0 0; color: #7a857e; font-size: 10px; }
.pke-quote-actions { display: grid; gap: 14px; margin-top: 24px; padding: 20px; border: 1px solid #d0e3cb; border-radius: 17px; background: var(--pke-shop-soft); }
.pke-quote-actions > strong { color: var(--pke-shop-ink); font-size: 13px; line-height: 1.9; }
.pke-quote-actions .pke-single-phone { width: max-content; background: #fff; }
body.pke-storefront-active.single-product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 36px; }
body.pke-storefront-active.single-product .related { grid-column: 1 / -1; }
body.pke-storefront-active.single-product .woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--pke-shop-line); }
body.pke-storefront-active.single-product .woocommerce-tabs .panel { color: #4e5c54; font-size: 15px; line-height: 2.05; }

/* Cart and checkout */
body.pke-storefront-active .woocommerce-message,
body.pke-storefront-active .woocommerce-info { border: 1px solid #cfe0ca; border-radius: 14px; background: var(--pke-shop-soft); color: var(--pke-shop-ink); }
body.pke-storefront-active .woocommerce-error { border-radius: 14px; }
body.pke-storefront-active .woocommerce-cart-form,
body.pke-storefront-active .cart-collaterals,
body.pke-storefront-active .woocommerce-checkout #customer_details,
body.pke-storefront-active .woocommerce-checkout #order_review { padding: 22px; border: 1px solid var(--pke-shop-line); border-radius: 20px; background: #fff; }
body.pke-storefront-active table.shop_table { border-color: var(--pke-shop-line); border-radius: 14px; }
body.pke-storefront-active .checkout-button,
body.pke-storefront-active #place_order,
body.pke-storefront-active .woocommerce-form-login__submit { min-height: 52px; border-radius: 13px !important; background: var(--pke-shop-green) !important; color: #fff !important; }
.pke-checkout-help,
.pke-order-success { margin: 0 0 26px; padding: 22px 24px; border: 1px solid #cfe2c9; border-radius: 18px; background: linear-gradient(120deg, #edf7e9, #fff); }
.pke-checkout-help strong,
.pke-order-success strong { color: var(--pke-shop-ink); font-size: 18px; }
.pke-checkout-help p,
.pke-order-success p { margin: 6px 0; color: var(--pke-shop-muted); }
.pke-checkout-help a { color: var(--pke-shop-green); font-weight: 800; }

/* Bring all custom editorial templates into the light storefront family. */
body.pke-storefront-active :is(.pke-article-hero, .pke-static-hero, .pke-archive-hero, .pke-price-hero) {
	background-color: #eef7e9 !important;
	color: var(--pke-shop-ink) !important;
}
body.pke-storefront-active :is(.pke-article-hero, .pke-static-hero, .pke-archive-hero, .pke-price-hero) :is(h1, h2, h3) { color: var(--pke-shop-ink) !important; }
body.pke-storefront-active :is(.pke-article-hero, .pke-static-hero, .pke-archive-hero, .pke-price-hero) p { color: #53645a !important; }
body.pke-storefront-active :is(.pke-article-shell, .pke-static-shell, .pke-price-shell) { background: #fff !important; }

/* Footer stays distinctive but joins the green commerce palette. */
body.pke-storefront-active .pke-footer-cta { background: #edf6e9; color: var(--pke-shop-ink); }
body.pke-storefront-active .pke-footer-cta h2 { color: var(--pke-shop-ink); }
body.pke-storefront-active .pke-footer-cta span { color: var(--pke-shop-green); }
body.pke-storefront-active .pke-footer-main { background: #1c3325; }
body.pke-storefront-active .pke-footer-cta__phone { background: var(--pke-shop-green); }

body.pke-storefront-active .pke-global-price-dock {
	--pke-dock-ink: #153824;
	--pke-dock-ink-soft: #214f31;
	--pke-dock-copper: #f59e0b;
	--pke-dock-copper-bright: #ffbe45;
	--pke-dock-green: #2f7d32;
}

.pke-store-mobile-bar { display: none; }

@media (max-width: 1100px) {
	.pke-header-search { flex-basis: 420px; }
	.pke-header-account span,
	.pke-header-cart > span:not(.pke-cart-count) { display: none; }
	.pke-header-account,
	.pke-header-cart { width: 48px; justify-content: center; padding: 0; }
	.pke-header-nav-row .pke-desktop-nav > ul { gap: 13px; }
	.pke-header-order-actions .pke-header-phone { display: none; }
	.pke-store-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pke-store-product-grid,
	body.pke-storefront-active.woocommerce ul.products,
	body.pke-storefront-active.woocommerce .products.row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 849px) {
	body.pke-storefront-active .pke-trust-bar { height: 32px; }
	.pke-trust-links > span { display: none; }
	body.pke-storefront-active .pke-site-header__inner { height: 72px; gap: 12px; }
	body.pke-storefront-active .pke-site-header .pke-brand { width: auto; }
	body.pke-storefront-active .pke-brand-copy small { display: none; }
	body.pke-storefront-active .pke-brand-copy strong { font-size: 20px; }
	body.pke-storefront-active .pke-brand-mark { width: 44px; height: 44px; border-radius: 14px; }
	.pke-header-search { display: none; }
	.pke-header-nav-row { display: none; }
	body.pke-storefront-active .pke-icon-button { border-color: var(--pke-shop-line); background: var(--pke-shop-soft); color: var(--pke-shop-green); }
	body.pke-storefront-active .pke-hero { min-height: auto; background-position: center 48px; background-size: 95% auto; }
	body.pke-storefront-active .pke-hero::before { background: linear-gradient(180deg, rgba(238, 247, 233, .15) 0, rgba(238, 247, 233, .75) 36%, #eef7e9 57% 100%); }
	body.pke-storefront-active .pke-hero-grid { display: block; padding-top: min(75vw, 520px); padding-bottom: 58px; }
	body.pke-storefront-active .pke-hero-content { max-width: 680px; }
	body.pke-storefront-active .pke-hero h1 { font-size: clamp(34px, 7vw, 52px); }
	.pke-store-category-grid { display: flex; margin-inline: -24px; padding-inline: 24px; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.pke-store-category-grid::-webkit-scrollbar { display: none; }
	.pke-store-category-grid > a { min-width: 190px; scroll-snap-align: start; }
	.pke-store-heading { align-items: start; flex-direction: column; }
	body.pke-storefront-active.single-product .product-main .content-row { grid-template-columns: 1fr; }
	body.pke-storefront-active.single-product .woocommerce-tabs,
	body.pke-storefront-active.single-product .related { grid-column: 1; }
	.pke-store-mobile-bar {
		position: fixed;
		right: 12px;
		bottom: 10px;
		left: 12px;
		z-index: 1000001;
		display: grid;
		height: 64px;
		grid-template-columns: 1fr 1.35fr 1fr;
		align-items: stretch;
		padding: 6px;
		border: 1px solid #d5e3d1;
		border-radius: 18px;
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 18px 44px rgba(24, 58, 31, .22);
		backdrop-filter: blur(12px);
	}
	body.pke-storefront-active .pke-global-price-dock { bottom: 82px; z-index: 1000000; width: calc(100vw - 20px); }
	body.pke-storefront-active .pke-global-price-dock:not([open]) { right: 12px; width: 48px; transform: none; }
	body.pke-storefront-active .pke-global-price-dock > summary { min-height: 50px; padding: 5px 8px; }
	body.pke-storefront-active .pke-global-price-dock:not([open]) > summary { min-height: 48px; grid-template-columns: 1fr; gap: 0; padding: 4px; border-radius: 15px; }
	body.pke-storefront-active .pke-global-price-dock .pke-dock-mark { width: 38px; height: 38px; border-radius: 11px; }
	body.pke-storefront-active .pke-global-price-dock .pke-dock-title strong { font-size: 10px; }
	body.pke-storefront-active .pke-global-price-dock .pke-dock-title small,
	body.pke-storefront-active .pke-global-price-dock .pke-dock-open { display: none; }
	body.pke-storefront-active .pke-global-price-dock:not([open]) .pke-dock-from { display: none; }
	body.pke-storefront-active .pke-global-price-dock:not([open]) .pke-dock-title { display: none; }
	.pke-store-mobile-bar a { position: relative; display: flex; align-items: center; justify-content: center; gap: 5px; border-radius: 12px; color: #4f5e55; font-size: 10px; font-weight: 800; }
	.pke-store-mobile-bar svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
	.pke-store-mobile-bar .pke-store-mobile-shop { background: var(--pke-shop-green); color: #fff; font-size: 12px; }
	.pke-store-mobile-bar .pke-cart-count { position: absolute; top: 1px; right: 12px; }
	body.pke-storefront-active { padding-bottom: 78px; }
}

@media (max-width: 560px) {
	.pke-chrome-container,
	body.pke-storefront-active .pke-container,
	.pke-store-container,
	body.pke-storefront-active.woocommerce .container,
	body.pke-storefront-active.woocommerce-page .container { width: min(calc(100% - 28px), 1220px); }
	.pke-trust-origin { font-size: 9px; }
	.pke-trust-links a { font-size: 9px; }
	body.pke-storefront-active .pke-site-header__inner { height: 68px; }
	body.pke-storefront-active .pke-brand-mark { width: 40px; height: 40px; }
	body.pke-storefront-active .pke-brand-mark__svg { width: 38px; height: 38px; }
	.pke-header-account { display: none; }
	.pke-header-cart,
	body.pke-storefront-active .pke-icon-button { width: 42px; height: 42px; min-height: 42px; }
	body.pke-storefront-active .pke-hero { background-position: center 34px; background-size: 112% auto; }
	body.pke-storefront-active .pke-hero-grid { padding-top: 78vw; padding-bottom: 42px; }
	body.pke-storefront-active .pke-hero h1 { font-size: 34px; }
	body.pke-storefront-active .pke-hero-content { width: 100%; max-width: 100%; overflow: hidden; }
	body.pke-storefront-active .pke-hero :where(h1, p) { max-width: 100%; overflow-wrap: anywhere; }
	body.pke-storefront-active .pke-hero-lead { font-size: 15px; line-height: 1.9; }
	body.pke-storefront-active .pke-hero-actions { display: grid; grid-template-columns: 1fr; }
	body.pke-storefront-active .pke-hero-actions .pke-btn { width: 100%; justify-content: center; }
	body.pke-storefront-active .pke-hero-points { display: grid; gap: 7px; }
	.pke-store-category-rail { padding-block: 24px; }
	.pke-store-category-heading strong { font-size: 15px; }
	.pke-store-category-heading a { font-size: 10px; }
	.pke-store-home { padding-block: 54px; }
	.pke-store-heading h2 { font-size: 28px; }
	.pke-store-product-grid,
	body.pke-storefront-active.woocommerce ul.products,
	body.pke-storefront-active.woocommerce .products.row { grid-template-columns: 1fr; }
	.pke-store-product-body h3 { min-height: 0; }
	.pke-store-product-body > p { min-height: 0; }
	.pke-shop-intro { padding: 26px 22px; border-radius: 19px; }
	body.pke-storefront-active.single-product .woocommerce-product-gallery { padding: 14px; border-radius: 18px; }
	body.pke-storefront-active.single-product .product_title { font-size: 30px; }
	body.pke-storefront-active.single-product form.cart { display: grid; grid-template-columns: 80px 1fr; }
	.pke-single-phone,
	.pke-order-disclaimer,
	.pke-grade-picker { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
	.pke-store-product-card,
	.pke-store-product-image img,
	.pke-store-category-grid > a { transition: none; }
}
