:root {
	--pk-green: #075442;
	--pk-green-dark: #003d30;
	--pk-sage: #edf2df;
	--pk-gold: #f4c451;
	--pk-ink: #123b31;
	--pk-cream: #fffdf8;
	--pk-muted: #5f6e68;
}


/* Birding Guides SEO hub v2 — 2026-08-26. */
.pk-guides-v2 {
	--pk-guide-green: #075b49;
	--pk-guide-green-dark: #034f40;
	--pk-guide-gold: #f3b72f;
	--pk-guide-cream: #f7f4eb;
	--pk-guide-ink: #263b35;
	background: #fff;
	color: var(--pk-guide-ink);
}

.pk-guides-v2 a { color: inherit; }

.pk-guides-v2__shell {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
}

.pk-guides-v2__breadcrumb {
	padding: 13px 0;
	border-top: 1px solid #eeeae1;
	border-bottom: 1px solid #e8e5dc;
	background: var(--pk-guide-cream);
	font-size: .8rem;
}

.pk-guides-v2__breadcrumb .pk-guides-v2__shell {
	display: flex;
	gap: 12px;
	align-items: center;
}

.pk-guides-v2__breadcrumb a:hover,
.pk-guides-v2__breadcrumb a:focus-visible { text-decoration: underline; }

.pk-guides-hero {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	background: var(--pk-guide-cream);
}

.pk-guides-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pk-guides-hero__inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 420px;
}

.pk-guides-hero__copy {
	width: min(590px, 51%);
	padding: 50px 0;
}

.pk-guides-v2__eyebrow {
	margin: 0 0 12px;
	color: #d79a0d;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .075em;
	line-height: 1.35;
	text-transform: uppercase;
}

.pk-guides-hero h1,
.pk-guides-v2 h2,
.pk-guides-v2 h3 {
	color: var(--pk-guide-green-dark);
	font-family: Georgia, 'Times New Roman', serif;
}

.pk-guides-hero h1 {
	max-width: 580px;
	margin: 0 0 20px;
	font-size: clamp(3.3rem, 5.2vw, 5.4rem);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: .98;
}

.pk-guides-hero__copy > p:last-child {
	max-width: 560px;
	margin: 0;
	color: #4c615a;
	font-size: clamp(1rem, 1.25vw, 1.2rem);
	line-height: 1.65;
}

.pk-guides-topics-v2 {
	padding: 38px 0 42px;
	border-bottom: 1px solid #eeeae1;
	background: #fbfaf5;
}

.pk-guides-topics-v2 h2 {
	margin: 0 0 20px;
	font-size: clamp(1.75rem, 2.4vw, 2.2rem);
	line-height: 1.25;
}

.pk-guides-topics__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pk-guides-topic {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-width: 0;
	min-height: 94px;
	padding: 14px 17px;
	border: 1px solid #e2e6e1;
	border-radius: 12px;
	background: #fff;
	color: var(--pk-guide-green-dark) !important;
	font-weight: 700;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pk-guides-topic img { width: 64px; height: 64px; padding: 5px; border-radius: 50%; background: #f5f4ee; object-fit: contain; }
.pk-guides-topic:hover,
.pk-guides-topic:focus-visible { border-color: #bdcbc4; box-shadow: 0 8px 22px rgba(25,70,58,.08); transform: translateY(-2px); }
.pk-guides-topic:hover span:nth-child(2),
.pk-guides-topic:focus-visible span:nth-child(2) { text-decoration: underline; text-underline-offset: 4px; }

.pk-guides-v2__content { padding: 42px 0 50px; }

.pk-guides-feature-v2,
.pk-guides-essential {
	display: grid;
	grid-template-columns: 1fr 1.08fr;
	margin-bottom: 34px;
	background: linear-gradient(90deg, #fff 0%, #fbfaf5 100%);
}

.pk-guides-feature-v2__image,
.pk-guides-essential__image { display: block; min-height: 410px; overflow: hidden; }
.pk-guides-feature-v2__image img,
.pk-guides-essential__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pk-guides-feature-v2__image:hover img,
.pk-guides-essential__image:hover img { transform: scale(1.02); }

.pk-guides-feature-v2__copy,
.pk-guides-essential__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: clamp(36px, 5vw, 78px);
}

.pk-guides-feature-v2 h2,
.pk-guides-essential h2 {
	max-width: 610px;
	margin: 0 0 18px;
	font-size: clamp(2.15rem, 3.3vw, 3.45rem);
	line-height: 1.08;
}

.pk-guides-essential h2 { font-size: clamp(2rem, 2.9vw, 3.05rem); }
.pk-guides-feature-v2 h2 a:hover,
.pk-guides-essential h2 a:hover { color: #08705a; }

.pk-guides-feature-v2__copy > p:not(.pk-guides-v2__eyebrow),
.pk-guides-essential__copy > p:not(.pk-guides-v2__eyebrow) {
	max-width: 610px;
	margin: 0 0 24px;
	font-size: 1rem;
	line-height: 1.7;
}

.pk-guides-v2__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 25px;
	border-radius: 2px;
	background: var(--pk-guide-gold);
	color: #123e34 !important;
	font-size: .77rem;
	font-weight: 800;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.pk-guides-v2__button:hover,
.pk-guides-v2__button:focus-visible { background: #e7aa20; transform: translateY(-1px); }

.pk-guides-v2__text-link {
	color: var(--pk-guide-green-dark) !important;
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .035em;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-transform: uppercase;
}

.pk-guides-latest-v2 { padding-top: 16px; }
.pk-guides-latest-v2 > h2 { margin: 0 0 20px; font-size: clamp(2rem, 2.7vw, 2.7rem); }
.pk-guides-latest-v2__layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); gap: 32px; }
.pk-guides-latest-v2__layout.is-empty { grid-template-columns: 1fr; }
.pk-guides-latest-v2__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pk-guides-latest-v2__layout.is-single { grid-template-columns: minmax(0, 1.35fr) minmax(340px, .8fr); gap: 24px; }
.pk-guides-latest-v2__layout.is-single .pk-guides-latest-v2__grid { grid-template-columns: 1fr; }

.pk-guides-card-v2 {
	display: grid;
	grid-template-columns: 42% 1fr;
	min-height: 220px;
	border: 1px solid #e1e5df;
	background: #fff;
}

.pk-guides-card-v2__image { overflow: hidden; }
.pk-guides-card-v2__image img { width: 100%; height: 100%; object-fit: cover; }
.pk-guides-card-v2 > div { padding: 24px; }
.pk-guides-card-v2 h3 { margin: 0 0 10px; font-size: 1.38rem; line-height: 1.2; }
.pk-guides-card-v2 > div > p:not(.pk-guides-v2__eyebrow) { margin: 0 0 14px; font-size: .88rem; line-height: 1.55; }

.pk-guides-coming-soon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 220px;
	padding: clamp(28px, 4vw, 54px);
	border: 1px solid #e1e5df;
	background: var(--pk-guide-cream);
}

.pk-guides-coming-soon__title { max-width: 440px; margin: 0 0 22px; color: var(--pk-guide-green-dark); font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; font-weight: 700; line-height: 1.25; }
.pk-guides-coming-soon div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.pk-guides-coming-soon a { color: var(--pk-guide-green-dark) !important; font-weight: 700; }
.pk-guides-coming-soon a:hover { text-decoration: underline; text-underline-offset: 3px; }

.pk-guides-standards { border-top: 1px solid #e4e7e2; border-bottom: 1px solid #e4e7e2; background: var(--pk-guide-cream); }
.pk-guides-standards__inner { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding-top: 20px; padding-bottom: 20px; }
.pk-guides-standards p { margin: 0; color: var(--pk-guide-green-dark); }
.pk-guides-standards a { color: var(--pk-guide-green-dark) !important; font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }

.pk-guides-newsletter-v2 { background: var(--pk-guide-green); color: #fff; }
.pk-guides-newsletter-v2__inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr); gap: 70px; align-items: center; padding-top: 42px; padding-bottom: 42px; }
.pk-guides-newsletter-v2 h2 { margin: 0 0 10px; color: #fff; font-size: clamp(2.25rem, 3.4vw, 3.6rem); line-height: 1.03; }
.pk-guides-newsletter-v2 p { max-width: 540px; margin: 0; color: rgba(255,255,255,.88); line-height: 1.6; }
.pk-guides-newsletter-v2 form { display: grid; grid-template-columns: 1fr auto; }
.pk-guides-newsletter-v2 input { min-width: 0; height: 52px; margin: 0; border: 0; background: #fff; box-shadow: none; }
.pk-guides-newsletter-v2 button { height: 52px; margin: 0; padding: 0 28px; border: 0; background: var(--pk-guide-gold); color: #113c32; font-weight: 800; text-transform: uppercase; }

/* The mega menu remains hidden until a deliberate hover/focus state is active. */
#wide-nav .pk-mega-root > .pk-mega-menu { display: none; }
#wide-nav .pk-mega-root:hover > .pk-mega-menu,
#wide-nav .pk-mega-root.is-open > .pk-mega-menu { display: block; }

@media (max-width: 849px) {
	.pk-guides-v2__shell { width: min(100% - 30px, 680px); }
	.pk-guides-v2__breadcrumb { padding: 10px 0; }
	.pk-guides-hero,
	.pk-guides-hero__inner { min-height: 560px; }
	.pk-guides-hero__image { object-position: 72% center; }
	.pk-guides-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,235,.98) 0%, rgba(247,244,235,.9) 52%, rgba(247,244,235,.18) 100%); }
	.pk-guides-hero__inner { z-index: 1; align-items: flex-end; }
	.pk-guides-hero__copy { width: 100%; padding: 52px 0; }
	.pk-guides-hero h1 { max-width: 480px; font-size: clamp(2.85rem, 12vw, 4.3rem); }
	.pk-guides-hero__copy > p:last-child { max-width: 470px; }
	.pk-guides-topics-v2 { padding: 32px 0 36px; }
	.pk-guides-topics__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pk-guides-feature-v2,
	.pk-guides-essential { grid-template-columns: 1fr; }
	.pk-guides-feature-v2__image,
	.pk-guides-essential__image { min-height: 330px; aspect-ratio: 16 / 10; }
	.pk-guides-feature-v2__copy,
	.pk-guides-essential__copy { padding: 34px 26px 40px; }
	.pk-guides-latest-v2__layout,
	.pk-guides-latest-v2__layout.is-single,
	.pk-guides-latest-v2__grid { grid-template-columns: 1fr; }
	.pk-guides-newsletter-v2__inner { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 549px) {
	.pk-guides-hero,
	.pk-guides-hero__inner { min-height: 510px; }
	.pk-guides-hero::after { background: linear-gradient(90deg, rgba(247,244,235,.98) 0%, rgba(247,244,235,.9) 68%, rgba(247,244,235,.28) 100%); }
	.pk-guides-topics__grid { grid-template-columns: 1fr; }
	.pk-guides-topic { min-height: 84px; padding: 10px 13px; }
	.pk-guides-card-v2 { grid-template-columns: 1fr; }
	.pk-guides-card-v2__image { aspect-ratio: 16 / 10; }
	.pk-guides-coming-soon div { grid-template-columns: 1fr; }
	.pk-guides-standards__inner { align-items: flex-start; flex-direction: column; }
	.pk-guides-newsletter-v2 form { grid-template-columns: 1fr; gap: 10px; }
	.pk-guides-newsletter-v2 button { width: 100%; }
}


/* Product-category guides: concise selection content below the product grid. */
.pk-feeder-hub {
	padding: 34px 0;
	border-top: 1px solid #e2ded3;
	background: #fff;
}

.pk-feeder-hub__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.pk-feeder-hub__heading h2,
.pk-shop-heading h1 {
	margin: 0;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.2vw, 2rem);
	line-height: 1.2;
}

.pk-feeder-hub__heading p,
.pk-shop-heading p {
	margin: 0;
	color: #5d6964;
}

.pk-feeder-hub__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.pk-feeder-hub__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	padding: 12px 15px;
	border: 1px solid #dce3dd;
	border-radius: 9px;
	background: #f8faf6;
	color: #173d31;
	font-weight: 700;
	text-decoration: none;
}

.pk-feeder-hub__links a:hover,
.pk-feeder-hub__links a:focus-visible {
	border-color: #2f6a50;
	background: #edf4e8;
	color: #173d31;
}

.pk-feeder-hub__links .pk-feeder-hub__guide {
	border-color: #d9bd72;
	background: #fff8e4;
}

.pk-shop-heading {
	max-width: 1180px;
	margin: 0 auto 24px;
	padding: 24px 20px 0;
}

.pk-shop-heading p {
	max-width: 720px;
	margin-top: 8px;
}

.pk-catalog-guide {
	padding: 46px 0 52px;
	border-top: 1px solid #e2ded3;
	background: #f7f4ec;
}

.pk-catalog-guide__content {
	max-width: 920px;
	margin: 0 auto;
	color: #42514b;
	font-size: 1rem;
	line-height: 1.72;
}

.pk-catalog-guide__content h2 {
	margin: 32px 0 12px;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 2.1vw, 1.85rem);
	line-height: 1.2;
}

.pk-catalog-guide__content h2:first-child {
	margin-top: 0;
}

.pk-catalog-guide__content h3 {
	margin: 20px 0 7px;
	color: #29483a;
	font-size: 1.05rem;
}

.pk-catalog-guide__content p {
	margin: 0 0 16px;
}

.pk-catalog-guide__content a {
	color: var(--pk-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-category-table-wrap {
	margin: 20px 0;
	overflow-x: auto;
	border: 1px solid #d9ded6;
	border-radius: 10px;
	background: #fff;
}

.pk-category-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.pk-category-table th,
.pk-category-table td {
	padding: 13px 15px;
	border-bottom: 1px solid #e3e6e1;
	text-align: left;
	vertical-align: top;
}

.pk-category-table th {
	background: #edf2df;
	color: #173d31;
	font-size: .9rem;
}

.pk-category-table tbody tr:last-child td {
	border-bottom: 0;
}

.pk-category-faq {
	margin-top: 28px;
	padding: 22px 24px;
	border-left: 4px solid #c9952f;
	background: #fff;
}

.pk-category-faq h2 {
	margin-top: 0;
}

.pk-category-faq p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.pk-feeder-hub {
		padding: 28px 0;
	}

	.pk-feeder-hub__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.pk-feeder-hub__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pk-catalog-guide {
		padding: 34px 0 40px;
	}

	.pk-catalog-guide__content {
		font-size: .96rem;
		line-height: 1.68;
	}

	.pk-category-table {
		min-width: 620px;
	}

	.pk-category-faq {
		padding: 18px;
	}
}

@media (max-width: 479px) {
	.pk-feeder-hub__links {
		grid-template-columns: 1fr;
	}
}

/* Editorial trust and concise GEO answer blocks. */
.pk-answer-box {
	margin: 18px 0 30px;
	padding: 20px 22px;
	border-left: 4px solid #c9952f;
	border-radius: 0 10px 10px 0;
	background: #f6f7f2;
}

.pk-answer-box p,
.pk-editorial-note {
	margin: 0;
}

.pk-source-list {
	margin-bottom: 16px;
}

.pk-editorial-note {
	padding: 16px 18px;
	border: 1px solid #dde2da;
	border-radius: 8px;
	background: #fbfcf9;
}

.pk-guides-start {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
	margin: 0 0 34px;
	padding: 14px 18px;
	border: 1px solid #dde2da;
	border-radius: 10px;
	background: #fbfcf9;
}

.pk-guides-start span {
	font-weight: 700;
	color: #29483a;
}

.pk-guides-start a,
.pk-guides-trust a,
.pk-about-editorial a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-guides-trust {
	margin: 30px 0 0;
	padding: 18px 20px;
	border-left: 4px solid #c9952f;
	background: #f6f7f2;
}

.pk-guides-trust p {
	margin: 0;
}

.pk-about-editorial {
	padding: 68px 0;
	background: #f6f7f2;
}

.pk-about-editorial h2 {
	margin: 4px 0 28px;
	color: #173d31;
}

.pk-about-editorial__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pk-about-editorial__grid > div {
	padding: 24px;
	border: 1px solid #dce2da;
	border-radius: 10px;
	background: #fff;
}

.pk-about-editorial__grid h3 {
	margin: 0 0 10px;
	color: #29483a;
}

.pk-about-editorial__grid p {
	margin: 0;
}

@media (max-width: 767px) {
	.pk-guides-start {
		align-items: flex-start;
		flex-direction: column;
	}

	.pk-about-editorial {
		padding: 44px 0;
	}

	.pk-about-editorial__grid {
		grid-template-columns: 1fr;
	}
}

/* Accessible rotating announcement bar used across the storefront. */
#top-bar {
	height: 50px !important;
	min-height: 50px !important;
	background: #075442 !important;
	color: #fff !important;
}

#top-bar > .flex-row,
#top-bar .flex-left,
#top-bar .html_topbar_left,
#top-bar .mobile-nav {
	width: 100%;
	max-width: none;
}

#top-bar > .flex-row {
	height: 100%;
	padding: 0;
}

#top-bar .flex-center,
#top-bar .flex-right {
	display: none !important;
}

#top-bar .nav,
#top-bar .html_topbar_left {
	height: 100%;
	margin: 0;
	padding: 0;
}

.pk-announcement {
	position: relative;
	display: grid;
	width: 100%;
	height: 50px;
	grid-template-columns: 52px minmax(0, 1fr) 52px;
	align-items: center;
	color: #fff;
}

.pk-announcement__viewport {
	position: relative;
	height: 30px;
	overflow: hidden;
}

.pk-announcement__slide {
	position: absolute;
	inset: 0;
	display: flex;
	margin: 0;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.2;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity .35s ease, transform .35s ease;
	pointer-events: none;
}

.pk-announcement__slide.is-active {
	opacity: 1;
	transform: translateY(0);
}

.pk-announcement__arrow {
	display: inline-flex;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent !important;
	box-shadow: none;
	color: rgba(255,255,255,.9);
	font-size: 22px;
}

.pk-announcement__arrow:hover,
.pk-announcement__arrow:focus-visible {
	color: #fff;
	transform: none;
}

.pk-announcement__dots {
	position: absolute;
	left: 50%;
	bottom: 4px;
	display: flex;
	gap: 7px;
	transform: translateX(-50%);
}

.pk-announcement__dots button {
	width: 5px;
	min-width: 5px;
	height: 5px;
	min-height: 5px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.4) !important;
	box-shadow: none;
}

.pk-announcement__dots button[aria-current="true"] {
	background: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
	.pk-announcement__slide {
		transition: none;
	}
}

@media (max-width: 767px) {
	#top-bar,
	.pk-announcement {
		height: 46px !important;
		min-height: 46px !important;
	}

	.pk-announcement {
		grid-template-columns: 36px minmax(0, 1fr) 36px;
	}

	.pk-announcement__arrow {
		width: 32px;
		height: 36px;
		font-size: 18px;
	}

	.pk-announcement__slide {
		padding-inline: 4px;
		font-size: 11px;
		letter-spacing: 0;
		text-align: center;
	}
}

/* Universal PerchKind WooCommerce product page. */
.perchkind-product-page .shop-page-title,
.perchkind-product-page .product-footer,
.perchkind-product-page .woocommerce-tabs,
.perchkind-product-page .related-products-wrapper {
	display: none !important;
}

.pk-pdp {
	--pk-green: #075b47;
	--pk-green-dark: #064839;
	--pk-gold: #f2b632;
	--pk-ink: #24352f;
	--pk-muted: #68736f;
	--pk-line: #dfe4df;
	--pk-ivory: #fbfaf6;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 28px 72px;
	color: var(--pk-ink);
}

.pk-pdp h1,
.pk-pdp h2,
.pk-pdp h3 {
	font-family: Georgia, 'Times New Roman', serif;
	color: var(--pk-green);
}

.pk-pdp__breadcrumb {
	padding: 18px 0 20px;
	font-size: 12px;
	letter-spacing: .02em;
	color: #77807d;
}

.pk-pdp__breadcrumb .woocommerce-breadcrumb {
	margin: 0;
}

.pk-pdp__breadcrumb span {
	margin: 0 9px;
	color: #b2b8b4;
}

.pk-pdp__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	gap: 54px;
	align-items: start;
}

.pk-pdp-gallery__main {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f3f4ef;
	border: 1px solid #e1e5df;
	border-radius: 5px;
}

.pk-pdp-gallery__main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .18s ease;
}

.pk-pdp-gallery__main img.is-changing {
	opacity: .45;
}

.pk-pdp-gallery__thumbs {
	display: flex;
	gap: 12px;
	margin-top: 14px;
	padding: 2px 0 8px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	scrollbar-color: #b8c7bf transparent;
	-webkit-overflow-scrolling: touch;
}

.pk-pdp-gallery__thumbs::-webkit-scrollbar {
	height: 5px;
}

.pk-pdp-gallery__thumbs::-webkit-scrollbar-thumb {
	background: #b8c7bf;
	border-radius: 999px;
}

.pk-pdp-gallery__thumb {
	flex: 0 0 clamp(84px, 18%, 112px);
	padding: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: none;
	scroll-snap-align: start;
}

.pk-pdp-gallery__thumb:hover,
.pk-pdp-gallery__thumb:focus-visible,
.pk-pdp-gallery__thumb.is-active {
	border-color: var(--pk-green);
}

.pk-pdp-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pk-pdp-buybox {
	padding-top: 8px;
}

.pk-pdp-badge {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 12px;
	background: var(--pk-gold);
	color: #173c32;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	border-radius: 3px;
}

.pk-pdp-buybox h1 {
	max-width: 540px;
	margin: 0 0 12px;
	font-size: clamp(34px, 3vw, 52px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

.pk-pdp-rating {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
}

.pk-pdp-rating .star-rating,
.pk-pdp-related .star-rating,
.pk-pdp-reviews__score .star-rating {
	color: #e9a51f;
	font-size: 15px;
}

.pk-pdp-rating a {
	color: #707875;
	font-size: 13px;
}

.pk-pdp-price {
	margin-bottom: 14px;
	font-size: 27px;
	font-weight: 700;
	color: #1a211e;
}

.pk-pdp-price .amount {
	color: inherit;
}

.pk-pdp-summary {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--pk-line);
	font-size: 16px;
	line-height: 1.65;
	color: #4e5a56;
}

.pk-pdp-summary p {
	margin: 0;
}

.pk-pdp-benefits {
	margin: 19px 0;
	padding: 0;
	list-style: none;
}

.pk-pdp-benefits li {
	display: flex;
	gap: 11px;
	align-items: center;
	margin: 10px 0;
	font-size: 14px;
}

.pk-pdp-benefits i,
.pk-pdp-stock i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	color: #fff;
	background: var(--pk-green);
	border-radius: 50%;
	font-size: 10px;
}

.pk-pdp-stock {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 21px 0 16px;
	font-weight: 700;
	color: var(--pk-green);
}

.pk-pdp-stock p {
	margin: 0;
}

.pk-pdp-cart form.cart {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 12px;
	margin: 0;
}

.pk-pdp-cart .quantity {
	margin: 0 !important;
}

.pk-pdp-cart .quantity input {
	height: 52px;
	border-color: #d3dad5;
	box-shadow: none;
}

.pk-pdp-cart .single_add_to_cart_button,
.pk-pdp-cart__disabled {
	width: 100%;
	min-height: 52px;
	margin: 0 !important;
	background: var(--pk-gold) !important;
	color: #133a30 !important;
	border: 0;
	border-radius: 3px;
	font-weight: 800;
	letter-spacing: .035em;
}

.pk-pdp-cart__disabled {
	opacity: .72;
}

.pk-pdp-cart > small {
	display: block;
	margin-top: 8px;
	text-align: center;
	color: var(--pk-muted);
}

.pk-pdp-cart .variations {
	grid-column: 1 / -1;
	margin-bottom: 5px;
}

.pk-pdp-cart .single_variation_wrap {
	grid-column: 1 / -1;
}

.pk-pdp-trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--pk-line);
}

.pk-pdp-trust > div {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0 12px;
	border-right: 1px solid var(--pk-line);
	font-size: 11px;
	line-height: 1.3;
}

.pk-pdp-trust > div:first-child {
	padding-left: 0;
}

.pk-pdp-trust > div:last-child {
	border-right: 0;
}

.pk-pdp-trust i {
	font-size: 24px;
	color: var(--pk-green);
}

.pk-pdp-trust span,
.pk-pdp-trust small {
	display: block;
}

.pk-pdp-trust small {
	color: #78817e;
}

.pk-pdp-tabs {
	margin-top: 54px;
	border-top: 1px solid var(--pk-line);
	border-bottom: 1px solid var(--pk-line);
}

.pk-pdp-tabs__nav {
	display: flex;
	gap: 44px;
	overflow-x: auto;
	border-bottom: 1px solid var(--pk-line);
}

.pk-pdp-tabs__nav button {
	position: relative;
	flex: 0 0 auto;
	min-height: 58px;
	padding: 0 2px;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #4c5955;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
}

.pk-pdp-tabs__nav button.is-active {
	color: var(--pk-green);
}

.pk-pdp-tabs__nav button.is-active::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: var(--pk-green);
	content: '';
}

.pk-pdp-tabs__panel {
	max-width: 880px;
	padding: 27px 0 30px;
	font-size: 15px;
	line-height: 1.75;
}

.pk-pdp-tabs__panel table {
	margin: 0;
	border: 1px solid var(--pk-line);
}

.pk-pdp-tabs__panel th,
.pk-pdp-tabs__panel td {
	padding: 10px 14px;
	border-bottom: 1px solid var(--pk-line);
	font-size: 13px;
}

.pk-pdp-story {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	align-items: center;
	margin-top: 52px;
	background: var(--pk-ivory);
}

.pk-pdp-story__copy {
	padding: 48px 48px 48px 42px;
}

.pk-pdp-eyebrow {
	margin: 0 0 12px;
	color: #d79b1f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
}

.pk-pdp-story h2,
.pk-pdp-reviews h2,
.pk-pdp-related h2 {
	margin: 0 0 18px;
	font-size: clamp(29px, 2.7vw, 42px);
	line-height: 1.15;
}

.pk-pdp-story__copy > p:last-child {
	margin: 0;
	line-height: 1.75;
	color: #5e6965;
}

.pk-pdp-story__image {
	min-height: 390px;
}

.pk-pdp-story__image img {
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.pk-pdp-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin: 0;
	border: 1px solid var(--pk-line);
	border-top: 0;
}

.pk-pdp-feature-grid article {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 145px;
	padding: 22px;
	text-align: center;
	border-right: 1px solid var(--pk-line);
}

.pk-pdp-feature-grid article:last-child {
	border-right: 0;
}

.pk-pdp-feature-grid i {
	margin-bottom: 10px;
	font-size: 26px;
	color: var(--pk-green);
}

.pk-pdp-feature-grid strong {
	color: var(--pk-green);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 17px;
}

.pk-pdp-feature-grid span {
	margin-top: 3px;
	font-size: 11px;
	color: #78817e;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.pk-pdp-reviews {
	margin-top: 62px;
	padding: 48px 44px 54px;
	background: #f7f7f4;
}

.pk-pdp-review-stream {
	padding: 8px 40px 52px;
	border: 1px solid var(--pk-line);
	border-top: 0;
	background: #fff;
}

.pk-pdp-review-stream #reviews {
	display: block !important;
	width: 100%;
	padding-top: 12px;
}

.pk-pdp-review-stream #comments,
.pk-pdp-review-stream #review_form_wrapper {
	margin: 0;
	width: 100% !important;
	max-width: none;
	float: none !important;
	clear: both;
}

.pk-pdp-review-stream #review_form_wrapper {
	display: none;
	padding-top: 28px;
}

.pk-pdp-review-stream.is-form-open #review_form_wrapper {
	display: block;
}

.pk-pdp-review-stream .comment-reply-title {
	display: block;
	margin-bottom: 14px;
	color: var(--pk-green);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.65rem;
}

.pk-pdp-review-stream #commentform {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 20px;
	align-items: start;
}

.pk-pdp-review-stream .comment-form-rating,
.pk-pdp-review-stream .comment-form-comment,
.pk-pdp-review-stream .cr-upload-local-images,
.pk-pdp-review-stream .pk-review-identity-fields,
.pk-pdp-review-stream .form-submit {
	width: 100%;
	max-width: none;
	grid-column: 1 / -1;
	float: none;
	clear: both;
}

.pk-pdp-review-stream .comment-form-author,
.pk-pdp-review-stream .comment-form-email {
	display: flex;
	width: 100%;
	min-width: 0;
	max-width: none;
	margin: 0 0 18px;
	flex-direction: column;
	float: none;
}

.pk-pdp-review-stream .comment-form-author label,
.pk-pdp-review-stream .comment-form-email label,
.pk-pdp-review-stream .comment-form-comment label {
	margin-bottom: 7px;
	color: var(--pk-ink);
	font-size: .82rem;
	font-weight: 700;
}

.pk-pdp-review-stream .comment-form-author input,
.pk-pdp-review-stream .comment-form-email input {
	width: 100%;
	height: 48px;
	margin: 0;
	border: 1px solid #cfd8d2;
	border-radius: 3px;
	box-shadow: none;
}

.pk-pdp-review-stream .comment-form-email small {
	margin-top: 5px;
	color: #77827d;
	font-size: .72rem;
}

.pk-review-identity-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.pk-review-identity-fields .comment-form-author,
.pk-review-identity-fields .comment-form-email {
	display: flex;
	width: 100%;
	margin-right: 0;
}

.pk-pdp-review-stream .cr-upload-local-images {
	margin: 14px 0;
	padding: 16px;
	box-sizing: border-box;
	border: 1px dashed #b9c5bf;
	border-radius: 4px;
	background: #fbfcf9;
}

.pk-pdp-review-stream .cr-upload-images-status {
	color: var(--pk-green);
	font-weight: 700;
}

.pk-pdp-reviews h2 {
	margin: 0 0 42px;
	color: #202321;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(32px, 3vw, 46px);
	font-weight: 800;
	text-align: center;
}

.pk-pdp-reviews__overview {
	display: grid;
	grid-template-columns: .9fr 1.35fr 1fr;
	align-items: stretch;
}

.pk-pdp-reviews__overall,
.pk-pdp-reviews__breakdown,
.pk-pdp-reviews__recommendation {
	display: flex;
	min-height: 190px;
	justify-content: center;
	flex-direction: column;
}

.pk-pdp-reviews__overall {
	align-items: flex-start;
	padding: 0 48px 0 20px;
}

.pk-pdp-reviews__overall > strong {
	color: #202321;
	font-size: clamp(46px, 5vw, 68px);
	line-height: 1;
}

.pk-pdp-reviews__overall .star-rating {
	margin: 14px 0 18px;
	color: #2d6c35;
	font-size: 24px;
}

.pk-pdp-reviews__overall a {
	color: #222;
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-pdp-reviews__breakdown {
	gap: 9px;
	padding: 0 56px;
	border-right: 2px solid #e1e3e1;
	border-left: 2px solid #e1e3e1;
}

.pk-pdp-reviews__bar-row {
	display: grid;
	grid-template-columns: 22px 26px minmax(120px, 1fr);
	align-items: center;
	gap: 8px;
	color: #171b18;
	font-size: 18px;
	font-weight: 700;
}

.pk-pdp-reviews__bar-row i {
	color: #2d6c35;
	font-size: 23px;
}

.pk-pdp-reviews__track {
	height: 22px;
	overflow: hidden;
	background: #e3e9e4;
}

.pk-pdp-reviews__track > span {
	display: block;
	height: 100%;
	background: #2d6c35;
}

.pk-pdp-reviews__recommendation {
	align-items: stretch;
	padding-left: 56px;
}

.pk-pdp-reviews__recommendation p {
	margin: 0 0 26px;
	color: #1f2421;
	font-size: clamp(18px, 1.5vw, 24px);
	line-height: 1.35;
}

.pk-pdp-reviews__recommendation p strong {
	font-size: 1.1em;
}

.pk-pdp-review-button {
	min-height: 68px;
	margin: 0;
	padding: 0 24px;
	border: 0;
	border-radius: 7px;
	background: #2d6c35;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: .02em;
}

.pk-pdp-review-button:hover,
.pk-pdp-review-button:focus-visible {
	background: var(--pk-green);
}

.pk-pdp-guides,
.pk-pdp-related {
	margin-top: 64px;
}

.pk-pdp-guides {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid #dfe8e2;
	border-radius: 18px;
	background: #f6f8f5;
}

.pk-pdp-guides__heading {
	max-width: 720px;
	margin-bottom: 24px;
}

.pk-pdp-guides__heading h2 {
	margin: 4px 0 8px;
}

.pk-pdp-guides__heading > p:last-child {
	margin: 0;
	color: #52645d;
}

.pk-pdp-guides__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pk-pdp-guides article {
	overflow: hidden;
	border: 1px solid #dde6e0;
	border-radius: 12px;
	background: #fff;
}

.pk-pdp-guides article a {
	display: block;
	height: 100%;
	color: #183c2d;
}

.pk-pdp-guides article img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.pk-pdp-guides__copy {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px;
}

.pk-pdp-guides__copy strong {
	font-size: 18px;
	line-height: 1.3;
}

.pk-pdp-guides__copy > span {
	color: #52645d;
	font-size: 14px;
	line-height: 1.55;
}

.pk-pdp-guides__copy em {
	color: #2d6c35;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
}

.pk-pdp-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.pk-pdp-related article img {
	width: 100%;
	aspect-ratio: 1.25 / 1;
	object-fit: contain;
	padding: 12px;
	border-radius: 4px;
	background: #f6f8f5;
}

.pk-pdp-related h3 {
	margin: 12px 0 7px;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.35;
}

.pk-pdp-related article p {
	margin: 7px 0 0;
	font-weight: 700;
	color: #1c2824;
}

@media (max-width: 900px) {
	.pk-pdp {
		padding-inline: 22px;
	}

	.pk-pdp__hero {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.pk-pdp-trust {
		grid-template-columns: 1fr;
	}

	.pk-pdp-trust > div,
	.pk-pdp-trust > div:first-child {
		padding: 10px 0;
		border-right: 0;
		border-bottom: 1px solid var(--pk-line);
	}

	.pk-pdp-story {
		grid-template-columns: 1fr;
	}

	.pk-pdp-story__image {
		order: -1;
	}

	.pk-pdp-reviews__overview {
		grid-template-columns: 1fr 1.35fr;
	}

	.pk-pdp-reviews__recommendation {
		grid-column: 1 / -1;
		min-height: 0;
		padding: 30px 20px 0;
		align-items: center;
		border-top: 2px solid #e1e3e1;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.pk-pdp {
		padding: 0 16px 48px;
	}

	.pk-pdp-review-stream {
		padding: 8px 20px 38px;
	}

	.pk-pdp__breadcrumb {
		padding: 13px 0;
		white-space: nowrap;
		overflow: hidden;
	}

	.pk-pdp__hero {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pk-pdp-gallery__thumbs {
		gap: 8px;
	}

	.pk-pdp-gallery__thumb {
		flex-basis: clamp(76px, 23%, 104px);
	}

	.pk-pdp-buybox h1 {
		font-size: 36px;
	}

	.pk-pdp-cart form.cart {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	.pk-pdp-tabs {
		margin-top: 36px;
	}

	.pk-pdp-tabs__nav {
		gap: 25px;
	}

	.pk-pdp-story {
		margin-top: 36px;
	}

	.pk-pdp-story__copy {
		padding: 34px 24px 38px;
	}

	.pk-pdp-story__image,
	.pk-pdp-story__image img {
		min-height: 280px;
	}

	.pk-pdp-feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pk-pdp-feature-grid article {
		min-height: 128px;
		border-bottom: 1px solid var(--pk-line);
	}

	.pk-pdp-reviews {
		margin-top: 40px;
		padding: 34px 22px;
	}

	.pk-pdp-reviews h2 {
		margin-bottom: 28px;
	}

	.pk-pdp-reviews__overview {
		grid-template-columns: 1fr;
	}

	.pk-pdp-reviews__overall,
	.pk-pdp-reviews__breakdown,
	.pk-pdp-reviews__recommendation {
		min-height: 0;
		padding: 26px 8px;
		border: 0;
		align-items: center;
	}

	.pk-pdp-reviews__breakdown,
	.pk-pdp-reviews__recommendation {
		border-top: 1px solid #dfe2df;
	}

	.pk-pdp-reviews__breakdown {
		width: 100%;
	}

	.pk-pdp-reviews__bar-row {
		width: 100%;
	}

	.pk-pdp-review-button {
		width: 100%;
	}

	.pk-pdp-guides,
	.pk-pdp-related {
		margin-top: 44px;
	}

	.pk-pdp-guides__grid,
	.pk-pdp-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 12px;
	}

	.pk-pdp-guides__grid article:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.pk-pdp-guides {
		padding: 24px 18px;
	}

	.pk-pdp-guides__grid,
	.pk-pdp-related__grid {
		grid-template-columns: 1fr;
	}

	.pk-pdp-guides__grid article:last-child:nth-child(odd) {
		grid-column: auto;
	}
}

/* Product Category */
.pk-catalog {
	background: #fff;
	color: #25362f;
}

.perchkind-catalog-page #top-bar {
	height: 50px !important;
	min-height: 50px !important;
	background: var(--pk-green) !important;
	color: #fff !important;
}

.perchkind-catalog-page #top-bar,
.perchkind-catalog-page #top-bar .nav > li > a,
.perchkind-catalog-page #top-bar .html {
	color: #fff !important;
}

.perchkind-catalog-page #masthead,
.perchkind-catalog-page #masthead .header-inner {
	height: 66px !important;
	min-height: 66px !important;
}

.perchkind-catalog-page #masthead .logo {
	width: 200px !important;
}

.perchkind-catalog-page #masthead .logo img {
	width: 200px !important;
	max-height: 54px !important;
}

.perchkind-catalog-page #wide-nav,
.perchkind-catalog-page #wide-nav .nav,
.perchkind-catalog-page #wide-nav .header-bottom-nav {
	height: 32px !important;
	min-height: 32px !important;
}

.pk-catalog__shell {
	width: 80.5% !important;
	max-width: 1200px;
	margin: 0 auto;
}

.pk-catalog__breadcrumb {
	display: flex;
	align-items: center;
	min-height: 28px;
	border-top: 1px solid #eeeae1;
	border-bottom: 1px solid #e4e0d6;
	background: #f7f4ec;
	font-size: .75rem;
}

.pk-catalog__breadcrumb .pk-catalog__shell {
	display: flex;
	gap: 11px;
	align-items: center;
}

.pk-catalog__breadcrumb a,
.pk-catalog__breadcrumb span {
	color: #4a5752;
}

.pk-catalog__breadcrumb a:hover,
.pk-catalog__breadcrumb a:focus {
	color: var(--pk-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-catalog-hero {
	display: grid;
	grid-template-columns: 47.35% 52.65%;
	min-height: 160px;
	background: #f7f4ec;
}

.pk-catalog-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 48px 24px 9.75vw !important;
}

.pk-catalog-hero h1 {
	margin: 0 0 12px;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.1rem, 2.65vw, 2.4rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -.03em;
}

.pk-catalog-hero__copy p {
	max-width: 470px;
	margin: 0;
	color: #42514b;
	font-size: .94rem;
	line-height: 1.65;
}

.pk-catalog-hero__image {
	min-height: 160px;
	background-image:
		linear-gradient(
			90deg,
			#f7f4ec 0%,
			rgba(247, 244, 236, .78) 28%,
			rgba(247, 244, 236, 0) 100%
		),
		var(--pk-catalog-hero);
	background-position: left center, center;
	background-repeat: no-repeat;
	background-size: 130px 100%, cover;
}

.pk-catalog-subcats {
	padding: 16px 0 8px;
	border-bottom: 1px solid #dfe3df;
	background: #fff;
}

.pk-catalog-subcats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pk-catalog-subcat {
	display: block;
	min-width: 0;
	color: var(--pk-green-dark);
	font-weight: 700;
}

.pk-catalog-subcat img {
	display: block;
	width: 100%;
	aspect-ratio: 2.72 / 1;
	border: 1px solid #dce1db;
	border-radius: 3px;
	object-fit: cover;
	transition: transform .2s ease, border-color .2s ease;
}

.pk-catalog-subcat--squirrel-proof-feeders img {
	object-position: center 50%;
}

.pk-catalog-subcat--window-feeders img {
	object-position: center 46%;
}

.pk-catalog-subcat--suet-feeders img {
	object-position: center 37%;
}

.pk-catalog-subcat span {
	display: flex;
	gap: 9px;
	align-items: center;
	min-height: 0;
	padding-top: 6px;
	font-size: .8rem;
	line-height: 1.25;
}

.pk-catalog-subcat b {
	font-size: 1rem;
	font-weight: 400;
}

.pk-catalog-subcat:hover,
.pk-catalog-subcat:focus,
.pk-catalog-subcat.is-current {
	color: var(--pk-green);
}

.pk-catalog-subcat:hover img,
.pk-catalog-subcat:focus img,
.pk-catalog-subcat.is-current img {
	border-color: var(--pk-gold);
	transform: translateY(-2px);
}

.pk-catalog-products {
	padding: 0 0 4px;
	border-top: 1px solid #dfe3df;
}

.pk-catalog-products__layout {
	display: grid;
	grid-template-columns: 187px minmax(0, 1fr);
	gap: 23px;
	align-items: start;
}

.pk-catalog-filter {
	position: sticky;
	top: 18px;
	padding: 20px 20px 0 0;
	border-right: 1px solid #dfe3df;
}

.pk-catalog-filter__heading {
	margin-bottom: 7px;
	color: var(--pk-green);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pk-catalog-filter fieldset {
	margin: 0;
	padding: 4px 0 7px;
	border: 0;
}

.pk-catalog-filter legend {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 6px;
	padding: 0 !important;
	color: #183f34;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.3;
}

.pk-catalog-filter legend i {
	font-size: .75rem;
}

.pk-catalog-filter label {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0;
	color: #4a5651;
	font-size: .86rem;
	line-height: 1.4;
	cursor: pointer;
}

.pk-catalog-filter input[type="checkbox"] {
	width: 13px;
	height: 13px;
	margin: 0;
	accent-color: var(--pk-green);
}

.pk-catalog-filter small {
	font-size: inherit;
}

.pk-catalog-filter__clear {
	display: inline-block;
	margin-top: 6px;
	color: #c48a12;
	font-size: .84rem;
	font-weight: 700;
}

.pk-catalog-filter__apply {
	display: none;
	width: 100%;
	margin-top: 14px;
	padding: 11px;
	border: 0;
	background: var(--pk-green);
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
}

.pk-catalog-results {
	min-width: 0;
}

.pk-catalog-toolbar {
	display: flex;
	gap: 18px;
	align-items: center;
	min-height: 43px;
	border-bottom: 1px solid #dfe3df;
}

.pk-catalog-toolbar > p {
	margin: 0 auto 0 0;
	color: #4e5955;
	font-size: .88rem;
}

.pk-catalog-sort {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0;
}

.pk-catalog-sort label {
	margin: 0;
	color: #4d5753;
	font-size: .86rem;
}

.pk-catalog-sort select {
	width: 174px;
	height: 40px;
	margin: 0;
	padding: 0 31px 0 11px;
	border: 1px solid #ccd3ce;
	border-radius: 2px;
	background-color: #fff;
	color: #33413b;
	font-size: .86rem;
}

.pk-catalog-view {
	display: flex;
	gap: 4px;
}

.pk-catalog-view button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-height: 32px;
	margin: 0 !important;
	padding: 0;
	border: 0;
	background: transparent;
	color: #7d8983;
	font-size: 1.1rem;
	line-height: 1;
}

.pk-catalog-view button:hover,
.pk-catalog-view button:focus,
.pk-catalog-view button.is-active {
	color: var(--pk-green);
}

.pk-catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px 14px;
	padding-top: 0;
}

.pk-catalog-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.pk-catalog-card__image {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	padding: 0;
	border-radius: 3px;
	background: #f5f7f2;
}

.pk-catalog-card__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	transition: opacity .38s ease, transform .45s ease;
}

.pk-catalog-card__primary-image {
	z-index: 0;
	opacity: 1;
}

.pk-catalog-card__hover-image {
	z-index: 1;
	opacity: 0;
	transform: scale(1.025);
}

.pk-catalog-card__image.has-hover-image:hover .pk-catalog-card__primary-image,
.pk-catalog-card__image.has-hover-image:focus-visible .pk-catalog-card__primary-image,
.pk-catalog-card:focus-within .pk-catalog-card__image.has-hover-image .pk-catalog-card__primary-image {
	opacity: 0;
	transform: scale(1.015);
}

.pk-catalog-card__image.has-hover-image:hover .pk-catalog-card__hover-image,
.pk-catalog-card__image.has-hover-image:focus-visible .pk-catalog-card__hover-image,
.pk-catalog-card:focus-within .pk-catalog-card__image.has-hover-image .pk-catalog-card__hover-image {
	opacity: 1;
	transform: scale(1);
}

.pk-catalog-card__image:not(.has-hover-image):hover img {
	transform: scale(1.025);
}

.pk-catalog-card__badge {
	position: absolute;
	z-index: 2;
	top: 9px;
	left: 9px;
	padding: 5px 9px;
	border-radius: 3px;
	background: var(--pk-gold);
	color: var(--pk-green-dark);
	font-size: .62rem;
	font-weight: 700;
}

.pk-catalog-card__badge.is-new {
	background: var(--pk-green);
	color: #fff;
}

.pk-catalog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 10px;
}

.pk-catalog-card h2 {
	display: -webkit-box;
	min-height: 2.8em;
	margin: 0 0 6px;
	overflow: hidden;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pk-catalog-card h2 a {
	color: #183f34;
}

.pk-catalog-card__rating {
	display: flex;
	gap: 6px;
	align-items: center;
	min-height: 22px;
}

.pk-catalog-card__rating span {
	color: #d69a17;
	font-size: .9rem;
	letter-spacing: .05em;
}

.pk-catalog-card__rating small {
	color: #7a837f;
	font-size: .78rem;
}

.pk-catalog-card__price {
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #172a23;
	font-size: .98rem;
	font-weight: 700;
}

.pk-catalog-card__price del {
	color: #7f8984;
	font-weight: 400;
}

.pk-catalog-card__price ins {
	text-decoration: none;
}

.pk-catalog-grid.is-list {
	grid-template-columns: 1fr;
}

.pk-catalog-grid.is-list .pk-catalog-card {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dfe3df;
}

.pk-catalog-grid.is-list .pk-catalog-card__image {
	aspect-ratio: 1.6 / 1;
}

.pk-catalog-grid.is-list .pk-catalog-card h2 {
	font-size: 1.05rem;
}

.pk-catalog-empty {
	padding: 90px 24px;
	text-align: center;
}

.pk-catalog-empty h2 {
	margin: 0 0 10px;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
}

.pk-catalog-empty a {
	color: var(--pk-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.perchkind-catalog-page .pk-site-footer {
	border-top: 1px solid var(--pk-green);
}

@media (max-width: 980px) {
	.pk-catalog-products__layout {
		grid-template-columns: 170px minmax(0, 1fr);
		gap: 18px;
	}

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

@media (max-width: 767px) {
	.pk-catalog__shell {
		width: min(100% - 30px, 620px);
	}

	.pk-catalog-hero {
		grid-template-columns: 1fr;
	}

	.pk-catalog-hero__copy {
		padding: 20px 20px 18px;
	}

	.pk-catalog-hero__image {
		display: none;
	}

	.pk-catalog-hero h1 {
		margin-bottom: 7px;
		font-size: clamp(1.75rem, 8vw, 2rem);
		line-height: 1.08;
	}

	.pk-catalog-hero__copy p {
		font-size: .9rem;
		line-height: 1.5;
	}

	.pk-catalog-subcats__grid {
		grid-template-columns: 1fr 1fr;
	}

	.pk-catalog-products {
		padding-top: 22px;
	}

	.pk-catalog-products__layout {
		grid-template-columns: 1fr;
	}

	.pk-catalog-filter {
		position: static;
		padding: 0 0 18px;
		border-right: 0;
		border-bottom: 1px solid #dfe3df;
	}

	.pk-catalog-filter form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 20px;
	}

	.pk-catalog-filter__heading,
	.pk-catalog-filter__clear,
	.pk-catalog-filter__apply {
		grid-column: 1 / -1;
	}

	.pk-catalog-filter__apply {
		display: block;
	}

	.pk-catalog-filter label {
		font-size: .86rem;
	}

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

	.pk-catalog-toolbar {
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
}

@media (hover: none), (pointer: coarse) {
	.pk-catalog-card__hover-image {
		display: none;
	}

	.pk-catalog-card__image.has-hover-image .pk-catalog-card__primary-image {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pk-catalog-card__image img {
		transition: none;
	}
}

@media (max-width: 480px) {
	.pk-catalog-subcats__grid {
		grid-template-columns: 1fr;
	}

	.pk-catalog-subcat img {
		aspect-ratio: 2.7 / 1;
	}

	.pk-catalog-filter form {
		grid-template-columns: 1fr;
	}

	.pk-catalog-filter fieldset,
	.pk-catalog-filter__heading,
	.pk-catalog-filter__clear,
	.pk-catalog-filter__apply {
		grid-column: 1;
	}

	.pk-catalog-sort {
		width: 100%;
	}

	.pk-catalog-sort select {
		flex: 1;
	}

	.pk-catalog-view {
		display: none;
	}

	.pk-catalog-grid {
		gap: 18px 10px;
	}

	.pk-catalog-grid.is-list .pk-catalog-card {
		grid-template-columns: 1fr;
	}
}

/* Homepage dynamic product carousel. */
.pk-product-carousel {
	position: relative;
}

.pk-product-carousel .pk-product-grid {
	display: grid;
	grid-template-columns: none;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 88px) / 5);
	gap: 22px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.pk-product-carousel .pk-product-grid::-webkit-scrollbar {
	display: none;
}

.pk-product-carousel .pk-product-card {
	scroll-snap-align: start;
}

.pk-product-carousel__arrow {
	position: absolute;
	top: clamp(92px, 9.5vw, 122px);
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	border: 1px solid rgba(0, 82, 62, .18);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 24px rgba(5, 48, 37, .16);
	color: var(--pk-green);
	font-size: 1.35rem;
	line-height: 1;
	transition: background-color .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}

.pk-product-carousel__arrow--prev {
	left: -23px;
}

.pk-product-carousel__arrow--next {
	right: -23px;
}

.pk-product-carousel__arrow:hover,
.pk-product-carousel__arrow:focus-visible {
	transform: translateY(-50%) scale(1.05);
	background: var(--pk-green);
	color: #fff;
}

.pk-product-carousel__arrow:disabled {
	opacity: .32;
	cursor: default;
	pointer-events: none;
}

.pk-product-carousel__arrow[hidden] {
	display: none;
}

@media (max-width: 849px) {
	.pk-product-carousel .pk-product-grid {
		grid-template-columns: none;
		grid-auto-columns: calc((100% - 36px) / 3);
		gap: 18px;
	}

	.pk-product-carousel__arrow {
		top: calc((100vw - 84px) / 6);
	}

	.pk-product-carousel__arrow--prev {
		left: -16px;
	}

	.pk-product-carousel__arrow--next {
		right: -16px;
	}
}

@media (max-width: 549px) {
	.pk-product-carousel .pk-product-grid {
		grid-template-columns: none;
		grid-auto-columns: 82%;
		gap: 14px;
		padding-inline: 1px 14px;
		scroll-padding-inline: 1px;
	}

	.pk-product-carousel__arrow {
		top: calc((82vw - 36px) / 2);
		width: 40px;
		height: 40px;
		font-size: 1.1rem;
	}

	.pk-product-carousel__arrow--prev {
		left: -10px;
	}

	.pk-product-carousel__arrow--next {
		right: -10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pk-product-carousel .pk-product-grid {
		scroll-behavior: auto;
	}

	.pk-product-carousel__arrow {
		transition: none;
	}
}

.perchkind-home,
.perchkind-home #main {
	background: var(--pk-cream);
}

.perchkind-home #top-bar {
	background: #075442 !important;
	color: #fff !important;
}

.perchkind-home #top-bar,
.perchkind-home #top-bar .nav > li > a,
.perchkind-home #top-bar .html {
	color: #fff !important;
}

.perchkind-home .header-main {
	background: #fff !important;
}

.perchkind-home .header-main .nav > li > a {
	color: #183c34;
	font-size: .78rem;
	font-weight: 600;
}

@media (min-width: 850px) {
	#masthead.header-main {
		height: 76px !important;
		border-top: 1px solid var(--pk-green);
	}

	#masthead .header-inner {
		width: 100%;
		max-width: none !important;
		padding-right: 15px;
		padding-left: 15px;
		justify-content: center;
	}

	#masthead #logo {
		width: 220px !important;
		margin: 0 auto;
	}

	#masthead #logo img {
		max-height: 64px !important;
	}

	#masthead .header-nav {
		flex-wrap: nowrap;
	}

	#masthead .flex-right .header-nav {
		align-items: center;
		gap: 18px;
		transform: translateX(-55px);
	}

	#masthead .flex-right .header-nav > li {
		margin: 0;
	}

	#masthead .flex-right .header-nav > li > a {
		color: var(--pk-green) !important;
		font-size: .9rem;
		font-weight: 400;
		text-transform: none;
		white-space: nowrap;
	}

	#masthead .header-search > a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	#masthead .header-search > a::after {
		content: "Search";
		font-size: .9rem;
		line-height: 1;
	}

	#masthead .header-search-dropdown > .nav-dropdown,
	#masthead .header-search-dropdown:hover > .nav-dropdown {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	#masthead .header-search i,
	#masthead .account-item i,
	#masthead .cart-item i {
		color: var(--pk-green);
		font-size: 1.45rem;
	}

	#masthead .header-divider,
	#masthead .header-cart-title {
		display: none;
	}

	#masthead .top-divider {
		display: none;
	}

	#wide-nav.header-bottom {
		height: 46px !important;
		min-height: 46px;
		border: 0;
		background: #fff !important;
		box-shadow: none;
	}

	#wide-nav .flex-row,
	#wide-nav .flex-col {
		height: 46px !important;
		min-height: 46px;
	}

	#wide-nav .flex-col,
	#wide-nav .header-nav {
		width: 100%;
	}

	#wide-nav .header-nav {
		justify-content: center;
		flex-wrap: nowrap;
	}

	#wide-nav .header-nav > li {
		margin-right: 18px;
		margin-left: 18px;
	}

	#wide-nav .header-nav > li > a {
		height: 46px;
		padding-top: 0;
		padding-bottom: 0;
		color: #141a17;
		font-size: .96rem;
		font-weight: 700;
		line-height: 46px;
		text-transform: none;
		white-space: nowrap;
	}
}

@media (min-width: 850px) {
	.perchkind-catalog-page #masthead.header-main,
	.perchkind-catalog-page #masthead .header-inner {
		height: 66px !important;
		min-height: 66px !important;
	}

	.perchkind-catalog-page #masthead #logo {
		width: 200px !important;
	}

	.perchkind-catalog-page #masthead #logo img {
		width: 200px !important;
		max-height: 54px !important;
	}

	.perchkind-catalog-page #wide-nav.header-bottom,
	.perchkind-catalog-page #wide-nav .flex-row,
	.perchkind-catalog-page #wide-nav .flex-col,
	.perchkind-catalog-page #wide-nav .header-nav {
		height: 32px !important;
		min-height: 32px !important;
	}

	.perchkind-catalog-page #wide-nav .header-nav > li > a {
		height: 32px !important;
		line-height: 32px !important;
	}
}

.perchkind-home .header-main .header-logo img {
	max-height: 64px !important;
	width: auto !important;
	object-fit: contain;
}

body.pk-search-is-open {
	overflow: hidden;
}

/* Inventory-aware Bird Feeders mega menu. */
@media (min-width: 850px) {
	#wide-nav .flex-row {
		position: relative;
	}

	#wide-nav .pk-mega-root {
		position: static !important;
	}

	#wide-nav .pk-mega-root > a::after {
		content: "";
		width: 7px;
		height: 7px;
		margin: -4px 0 0 8px;
		border-right: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
		transform: rotate(45deg);
		transition: transform .18s ease;
	}

	#wide-nav .pk-mega-root:hover > a::after,
	#wide-nav .pk-mega-root:focus-within > a::after,
	#wide-nav .pk-mega-root.is-open > a::after {
		margin-top: 2px;
		transform: rotate(225deg);
	}

	#wide-nav .pk-mega-menu {
		position: absolute;
		z-index: 1200;
		top: 100%;
		left: 50%;
		width: min(1410px, calc(100vw - 24px));
		padding: 24px 26px 26px;
		border: 1px solid #e3e8e3;
		border-radius: 0 0 16px 16px;
		background: #fff;
		box-shadow: 0 18px 38px rgba(24, 60, 52, .16);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate(-50%, -8px);
		transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
	}

	#wide-nav .pk-mega-root:hover > .pk-mega-menu,
	#wide-nav .pk-mega-root:focus-within > .pk-mega-menu,
	#wide-nav .pk-mega-root.is-open > .pk-mega-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate(-50%, 0);
	}

	.pk-mega-menu__inner {
		display: grid;
		grid-template-columns: .82fr repeat(4, minmax(0, 1fr));
		gap: 20px;
		max-width: 1350px;
		margin: 0 auto;
	}

	.pk-mega-menu__section + .pk-mega-menu__section {
		padding-left: 20px;
		border-left: 1px solid #e8ece8;
	}

	.pk-mega-menu__section h2 {
		margin: 0 0 15px;
		color: #183c34;
		font-size: .94rem;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.3;
		text-transform: none;
	}

	.pk-mega-menu__featured > a,
	.pk-mega-menu__featured > span {
		display: block;
		padding: 6px 0;
		color: #27342f;
		font-size: .86rem;
		line-height: 1.35;
	}

	.pk-mega-menu__featured > a:hover,
	.pk-mega-menu__featured > a:focus-visible {
		color: #2f6f55;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.pk-mega-menu__featured .pk-mega-menu__all {
		margin-bottom: 5px;
		color: #2f6f55;
		font-weight: 700;
	}

	.pk-mega-menu__category-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 10px;
	}

	.pk-mega-category {
		display: block;
		min-width: 0;
		color: #27342f;
		font-size: .75rem;
		font-weight: 600;
		line-height: 1.25;
		text-align: center;
	}

	.pk-mega-category__image {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 76px;
		max-width: 100%;
		aspect-ratio: 1;
		margin: 0 auto 7px;
		padding: 6px;
		border-radius: 50%;
		background: #f4f6f2;
		overflow: hidden;
	}

	.pk-mega-category__image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	a.pk-mega-category:hover .pk-mega-category__name,
	a.pk-mega-category:focus-visible .pk-mega-category__name {
		color: #2f6f55;
		text-decoration: underline;
		text-underline-offset: 3px;
	}
}

@media (min-width: 850px) and (max-width: 1199px) {
	#wide-nav .pk-mega-menu {
		width: calc(100vw - 16px);
		padding: 20px 16px 22px;
	}

	.pk-mega-menu__inner {
		gap: 12px;
	}

	.pk-mega-menu__section + .pk-mega-menu__section {
		padding-left: 12px;
	}

	.pk-mega-category__image {
		width: 58px;
	}

	.pk-mega-category {
		font-size: .68rem;
	}
}

.pk-mobile-feeder-links {
	margin: 3px 0 10px 18px;
	padding: 6px 0 8px 14px;
	border-left: 2px solid #dce8df;
	list-style: none;
}

.pk-mobile-feeder-links li {
	margin: 0;
}

.pk-mobile-feeder-links a {
	display: block;
	padding: 6px 0;
	color: #435049;
	font-size: .88rem;
	line-height: 1.3;
}

.pk-search-overlay[hidden] {
	display: none !important;
}

.pk-search-overlay {
	--pk-search-top: 0px;
	position: fixed;
	z-index: 9998;
	top: var(--pk-search-top);
	right: 0;
	bottom: 0;
	left: 0;
	background: #f8f9f6;
	color: var(--pk-ink);
}

.pk-search-overlay__surface {
	height: 100%;
	overflow-y: auto;
	background: #f8f9f6;
}

.pk-search-overlay__inner {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 34px 0 60px;
}

.pk-search-overlay__top {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pk-search-form {
	position: relative;
	flex: 1;
	margin: 0;
}

.pk-search-form input[type="search"] {
	width: 100%;
	height: 64px;
	margin: 0;
	padding: 0 76px 0 24px;
	border: 1px solid #6e7773;
	border-radius: 9px;
	background: #fff;
	box-shadow: none;
	color: var(--pk-ink);
	font-size: 1.08rem;
}

.pk-search-form input[type="search"]:focus {
	border-color: var(--pk-green);
	box-shadow: 0 0 0 3px rgba(7, 84, 66, .12);
}

.pk-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--pk-green);
}

.pk-search-form button i {
	font-size: 1.45rem;
}

.pk-search-close {
	min-width: 70px;
	height: 44px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid rgba(7, 84, 66, .35);
	border-radius: 5px;
	background: #fff;
	box-shadow: none;
	color: var(--pk-green);
	font-size: .84rem;
	font-weight: 700;
}

.pk-search-discovery {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 48px;
	margin-top: 48px;
}

.pk-search-discovery h2 {
	margin: 0 0 26px;
	color: var(--pk-green);
	font-family: inherit;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
}

.pk-search-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
}

.pk-search-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 15px;
	border: 1px solid #eef0ec;
	border-radius: 20px;
	background: #fff;
	color: #3f4945;
	font-size: .92rem;
	line-height: 1.2;
}

.pk-search-chips a:hover,
.pk-search-chips a:focus {
	border-color: rgba(7, 84, 66, .3);
	color: var(--pk-green);
}

.pk-search-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.pk-search-product {
	margin: 0;
}

.pk-search-product a {
	display: block;
	color: var(--pk-green);
}

.pk-search-product img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 13px;
	border-radius: 2px;
	object-fit: cover;
}

.pk-search-product h3 {
	margin: 0;
	color: var(--pk-green);
	font-family: inherit;
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.35;
}

.pk-search-product p {
	margin: 8px 0 0;
	color: var(--pk-green);
	font-size: .9rem;
}

#footer {
	display: none !important;
}

.pk-site-footer {
	border-top: 2px solid var(--pk-green-dark);
	background: var(--pk-cream);
	color: #151a18;
}

.pk-site-footer__main {
	padding: 70px 56px 72px;
}

.pk-site-footer__grid {
	display: grid;
	grid-template-columns: .9fr 1fr .9fr 1.8fr;
	gap: clamp(34px, 4vw, 78px);
	width: min(1360px, 100%);
	margin: 0 auto;
}

.pk-site-footer__column h2,
.pk-site-footer__community h2 {
	margin: 0 0 26px;
	color: var(--pk-green-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.18rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pk-site-footer__column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pk-site-footer__column li {
	margin: 0 0 14px;
	line-height: 1.35;
}

.pk-site-footer__column a {
	color: #1d2421;
	font-size: .96rem;
}

.pk-site-footer__column a:hover,
.pk-site-footer__column a:focus {
	color: var(--pk-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-site-footer__community {
	min-width: 0;
}

.pk-site-footer__community h2 {
	font-size: 1.45rem;
	letter-spacing: .035em;
}

.pk-site-footer__community > p {
	max-width: 520px;
	margin: 0 0 28px;
	color: #2c3531;
	font-size: 1rem;
	line-height: 1.65;
}

.pk-site-footer__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	margin: 0;
}

.pk-site-footer__form input[type="email"] {
	height: 58px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid #d8ddd9;
	border-radius: 4px;
	background: #fff;
	box-shadow: none;
	font-size: 1rem;
}

.pk-site-footer__form input[type="email"]:focus {
	border-color: var(--pk-green);
	box-shadow: 0 0 0 3px rgba(7, 84, 66, .12);
}

.pk-site-footer__form button {
	height: 58px;
	margin: 0;
	padding: 0 30px;
	border: 0;
	border-radius: 4px;
	background: var(--pk-gold);
	box-shadow: none;
	color: var(--pk-green-dark);
	font-size: .98rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.pk-site-footer__form button:hover,
.pk-site-footer__form button:focus {
	background: #e8b23d;
}

.pk-site-footer__notice {
	margin: 12px 0 0 !important;
	color: var(--pk-green) !important;
	font-size: .88rem !important;
}

.pk-site-footer__notice--error {
	color: #a53e2f !important;
}

.pk-site-footer__social {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}

.pk-site-footer__social a,
.pk-site-footer__social span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--pk-green);
	color: #fff;
}

.pk-site-footer__social a:hover,
.pk-site-footer__social a:focus {
	background: var(--pk-green-dark);
	color: #fff;
}

.pk-site-footer__social i {
	font-size: 1.18rem;
}

.pk-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 100px;
	padding: 18px max(56px, calc((100% - 1360px) / 2));
	background: #f1f3e9;
}

.pk-site-footer__logo {
	display: block;
	width: 225px;
}

.pk-site-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.pk-site-footer__bottom p {
	margin: 0;
	color: #303733;
	font-size: .9rem;
}

@media (max-width: 1050px) {
	.pk-site-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pk-site-footer__community {
		grid-column: 1 / -1;
		padding-top: 28px;
		border-top: 1px solid #dfe4dc;
	}
}

@media (max-width: 1024px) {
	.pk-search-overlay__inner {
		width: min(940px, calc(100% - 36px));
	}

	.pk-search-discovery {
		grid-template-columns: 230px minmax(0, 1fr);
		gap: 30px;
	}

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

@media (max-width: 767px) {
	.pk-search-overlay__inner {
		width: calc(100% - 28px);
		padding-top: 20px;
	}

	.pk-search-overlay__top {
		gap: 10px;
	}

	.pk-search-form input[type="search"] {
		height: 54px;
		padding-right: 54px;
		padding-left: 16px;
		font-size: .92rem;
	}

	.pk-search-form button {
		width: 54px;
		height: 54px;
	}

	.pk-search-close {
		min-width: 60px;
		padding: 0 10px;
	}

	.pk-search-discovery {
		display: block;
		margin-top: 32px;
	}

	.pk-search-popular {
		margin-bottom: 38px;
	}

	.pk-search-discovery h2 {
		margin-bottom: 18px;
		font-size: 1.18rem;
	}

	.pk-search-products {
		gap: 22px 14px;
	}

	.pk-site-footer__main {
		padding: 48px 24px 50px;
	}

	.pk-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 26px;
	}

	.pk-site-footer__community {
		grid-column: 1 / -1;
	}

	.pk-site-footer__form {
		grid-template-columns: 1fr;
	}

	.pk-site-footer__form button {
		width: 100%;
	}

	.pk-site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		padding: 26px 24px;
	}
}

@media (max-width: 440px) {
	.pk-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.pk-site-footer__community {
		grid-column: auto;
	}

	.pk-site-footer__logo {
		width: 190px;
	}
}

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

.pk-hero {
	height: clamp(360px, 38vw, 540px);
	min-height: 0;
	display: flex;
	align-items: center;
	background-color: #073b2f;
	background-image: linear-gradient(90deg, rgba(1, 31, 23, .78) 0%, rgba(1, 31, 23, .54) 40%, rgba(1, 31, 23, .04) 70%), url("/wp-content/uploads/perchkind/hero-banner-v2.png") !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.pk-hero__inner {
	padding-block: 54px;
	padding-left: 28px;
}

.pk-hero__copy {
	max-width: 520px;
}

.pk-hero .pk-eyebrow {
	display: none;
}

.pk-eyebrow {
	margin: 0 0 14px;
	color: var(--pk-gold);
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pk-hero h1 {
	max-width: 500px;
	margin: 0 0 18px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.75rem, 5vw, 4.25rem);
	line-height: 1.02;
	letter-spacing: -.025em;
}

.pk-hero h1 span {
	display: block;
	white-space: nowrap;
}

.pk-hero__copy > p:not(.pk-eyebrow) {
	max-width: 490px;
	margin-bottom: 24px;
	color: rgba(255,255,255,.9);
	font-size: 1rem;
	line-height: 1.5;
}

.pk-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pk-button {
	min-height: 47px;
	padding-inline: 24px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.pk-button.primary {
	background: var(--pk-gold) !important;
	border-color: var(--pk-gold) !important;
	color: #17362e !important;
}

.pk-button--ghost {
	border-color: rgba(255,255,255,.72) !important;
	color: #fff !important;
}

.pk-trust {
	background: #fff;
	border-bottom: 1px solid #edf0eb;
}

.pk-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	padding-block: 26px;
}

.pk-trust__grid > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	column-gap: 12px;
}

.pk-trust i {
	grid-row: 1 / 3;
	color: var(--pk-green);
	font-size: 1.65rem;
}

.pk-trust strong {
	color: var(--pk-ink);
	font-size: .9rem;
}

.pk-trust span {
	color: var(--pk-muted);
	font-size: .74rem;
	line-height: 1.4;
}

.pk-section {
	padding-block: 48px;
}

.pk-section--products {
	padding-top: 10px;
}

.pk-section__heading {
	margin-bottom: 28px;
	text-align: center;
}

.pk-section__heading h2,
.pk-story h2,
.pk-newsletter h2 {
	margin: 0;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3vw, 2.65rem);
	letter-spacing: -.025em;
}

.pk-section__heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	text-align: left;
}

.pk-section__heading a {
	color: var(--pk-green);
	font-size: .84rem;
	font-weight: 700;
}

.pk-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.pk-category-card {
	position: relative;
	min-height: 0;
	aspect-ratio: .9 / 1;
	overflow: hidden;
	border-radius: 4px;
	background: var(--pk-green-dark);
	color: #fff;
}

.pk-category-card img,
.pk-category-card__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.pk-category-card__shade {
	background: linear-gradient(180deg, transparent 42%, rgba(2,24,18,.86) 100%);
}

.pk-category-card__content {
	position: absolute;
	inset: auto 20px 22px;
	z-index: 2;
	text-align: center;
}

.pk-category-card strong {
	display: block;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3rem;
	line-height: 1.05;
}

.pk-category-card em {
	display: inline-block;
	margin-top: 12px;
	padding: 8px 16px;
	border-radius: 2px;
	background: var(--pk-green);
	color: #fff;
	font-size: .72rem;
	font-style: normal;
	font-weight: 700;
}

.pk-category-card:hover img {
	transform: scale(1.04);
}

.pk-product-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 22px;
}

.pk-product-card {
	min-width: 0;
}

.pk-product-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 4px;
	background: #f2f0e9;
}

.pk-product-card__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
	background: #f2f0e9;
	transition: opacity .38s ease, transform .45s ease;
}

.pk-product-card__primary-image {
	z-index: 0;
	opacity: 1;
}

.pk-product-card__hover-image {
	z-index: 1;
	opacity: 0;
	transform: scale(1.025);
}

.pk-product-card__image.has-hover-image:hover .pk-product-card__primary-image,
.pk-product-card__image.has-hover-image:focus-visible .pk-product-card__primary-image,
.pk-product-card:focus-within .pk-product-card__image.has-hover-image .pk-product-card__primary-image {
	opacity: 0;
	transform: scale(1.015);
}

.pk-product-card__image.has-hover-image:hover .pk-product-card__hover-image,
.pk-product-card__image.has-hover-image:focus-visible .pk-product-card__hover-image,
.pk-product-card:focus-within .pk-product-card__image.has-hover-image .pk-product-card__hover-image {
	opacity: 1;
	transform: scale(1);
}

.pk-product-card__image:not(.has-hover-image):hover img {
	transform: scale(1.025);
}

.pk-product-card h3 {
	min-height: 42px;
	margin: 12px 0 6px;
	color: var(--pk-ink);
	font-family: inherit;
	font-size: .86rem;
	line-height: 1.42;
}

.pk-product-card h3 a {
	color: inherit;
}

@media (hover: none), (pointer: coarse) {
	.pk-product-card__hover-image {
		display: none;
	}

	.pk-product-card__image.has-hover-image .pk-product-card__primary-image {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pk-product-card__image img {
		transition: none;
	}
}

.pk-stars {
	display: flex;
	align-items: center;
	min-height: 18px;
	color: #d69219;
	font-size: .73rem;
}

.pk-stars .star-rating {
	float: none;
	margin: 0;
}

.pk-stars .star-rating span {
	margin-left: 0;
	color: inherit;
}

.pk-stars > span {
	margin-left: 8px;
	color: #8a948f;
}

.pk-stars > .pk-product-card__status {
	margin-left: 0;
	font-size: .78rem;
	font-weight: 600;
}

.pk-product-card .price {
	margin: 6px 0 0;
	color: var(--pk-ink);
	font-size: .92rem;
	font-weight: 700;
}

/* Dynamic customer reviews shared by the homepage and reviews archive. */
.pk-home-reviews {
	padding: clamp(58px, 6vw, 86px) 0;
	background: #fbf8f1;
	text-align: center;
}

.pk-home-reviews__heading {
	max-width: 720px;
	margin: 0 auto 30px;
}

.pk-home-reviews__heading .pk-eyebrow {
	margin-bottom: 8px;
	color: #e0a91d;
	letter-spacing: .15em;
}

.pk-home-reviews__heading h2,
.pk-reviews-page h1,
.pk-reviews-page h2 {
	margin: 0;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
}

.pk-home-reviews__heading h2 {
	font-size: clamp(2.25rem, 4vw, 3.3rem);
	letter-spacing: -.03em;
}

.pk-home-reviews__heading > p:last-child {
	margin: 8px 0 0;
	color: var(--pk-muted);
}

.pk-home-reviews__grid,
.pk-reviews-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.pk-review-card {
	display: flex;
	min-height: 210px;
	flex-direction: column;
	padding: 26px 28px;
	border: 1px solid #dce1dc;
	border-radius: 5px;
	background: #fff;
	color: #26342f;
	text-align: left;
}

.pk-review-stars {
	display: inline-block;
	color: #f2b21f;
	font-size: 1.15rem;
	letter-spacing: .08em;
}

.pk-review-card blockquote {
	margin: 18px 0 16px;
	padding: 0;
	border: 0;
	color: #33423d;
	font-size: .95rem;
	font-style: normal;
	line-height: 1.65;
}

.pk-review-card blockquote p {
	margin: 0;
}

.pk-review-card__media {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: 16px;
}

.pk-review-card__media:has(a:only-child),
.pk-review-card__media:has(video:only-child) {
	grid-template-columns: minmax(0, 1fr);
}

.pk-review-card__media a {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	background: #f1f2ed;
}

.pk-review-card__media img,
.pk-review-card__media video {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 4px;
	transition: transform .25s ease;
}

.pk-review-card__media a:hover img,
.pk-review-card__media a:focus img {
	transform: scale(1.035);
}

.pk-review-card footer {
	display: flex;
	margin-top: auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 3px 10px;
}

.pk-review-card footer strong {
	width: 100%;
	color: #1f2c28;
	font-size: .9rem;
}

.pk-review-card footer a,
.pk-review-card footer span,
.pk-review-card footer time {
	color: #78837f;
	font-size: .76rem;
}

.pk-home-reviews__button {
	margin: 28px auto 0 !important;
	border-color: var(--pk-green) !important;
	color: var(--pk-green) !important;
}

.pk-promise-card {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.pk-promise-card > i {
	margin-bottom: 14px;
	color: var(--pk-green);
	font-size: 2rem;
}

.pk-promise-card > span {
	color: #c99113;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pk-promise-card h3 {
	margin: 8px 0 10px;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
}

.pk-promise-card p {
	margin: 0;
	color: var(--pk-muted);
	font-size: .86rem;
	line-height: 1.65;
}

.pk-home-reviews__disclosure {
	max-width: 760px;
	margin: 20px auto 0;
	color: #7a8580;
	font-size: .72rem;
	line-height: 1.55;
}

.pk-home-reviews__empty,
.pk-reviews-page__empty {
	max-width: 680px;
	margin-inline: auto;
	padding: 34px;
	border: 1px solid #dde2dc;
	border-radius: 5px;
	background: #fff;
}

.pk-home-reviews__empty i,
.pk-reviews-page__empty i {
	display: block;
	margin-bottom: 12px;
	color: var(--pk-green);
	font-size: 2rem;
}

.pk-home-reviews__empty h3,
.pk-reviews-page__empty h2 {
	margin: 0 0 8px;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
}

.pk-home-reviews__empty p,
.pk-reviews-page__empty p {
	margin: 0 0 20px;
	color: var(--pk-muted);
}

.perchkind-reviews-page #main {
	background: var(--pk-cream);
}

.pk-reviews-page__breadcrumb {
	padding: 12px 0;
	border-top: 1px solid #ece9e0;
	border-bottom: 1px solid #ece9e0;
	background: #f8f5ed;
	color: #7a8580;
	font-size: .75rem;
}

.pk-reviews-page__breadcrumb a {
	color: var(--pk-green);
}

.pk-reviews-page__breadcrumb span {
	margin-left: 10px;
}

.pk-reviews-page__hero {
	padding: clamp(58px, 7vw, 88px) 0;
	background: #fbf8f1;
	text-align: center;
}

.pk-reviews-page__hero .pk-eyebrow {
	margin: 0 0 10px;
	color: #e0a91d;
	letter-spacing: .15em;
}

.pk-reviews-page__hero h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	letter-spacing: -.035em;
}

.pk-reviews-page__hero > .pk-shell > p:last-child {
	max-width: 690px;
	margin: 14px auto 0;
	color: var(--pk-muted);
	line-height: 1.7;
}

.pk-reviews-page__content {
	padding: clamp(58px, 7vw, 92px) 0;
}

.pk-reviews-page__form-section {
	padding: clamp(58px, 7vw, 88px) 0;
	border-top: 1px solid #e2e5df;
	background: #f4f7ef;
}

.pk-reviews-page__form-copy {
	max-width: 680px;
	margin: 0 auto 30px;
	text-align: center;
}

.pk-reviews-page__form-copy .pk-eyebrow {
	margin: 0 0 8px;
	color: #d39b13;
	letter-spacing: .15em;
}

.pk-reviews-page__form-copy h2 {
	font-size: clamp(2rem, 3vw, 2.7rem);
}

.pk-reviews-page__form-copy > p:last-child {
	margin: 10px 0 0;
	color: var(--pk-muted);
	line-height: 1.7;
}

.pk-review-form {
	display: grid;
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(26px, 4vw, 44px);
	grid-template-columns: minmax(0, 1fr);
	gap: 20px 22px;
	border: 1px solid #d7ded8;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(7, 84, 66, .06);
}

.pk-review-form__field,
.pk-review-form__rating {
	display: flex;
	margin: 0;
	flex-direction: column;
}

.pk-review-form__field--wide {
	grid-column: auto;
}

.pk-review-form label,
.pk-review-form legend {
	margin-bottom: 7px;
	color: var(--pk-ink);
	font-size: .82rem;
	font-weight: 700;
}

.pk-review-form input[type='text'],
.pk-review-form input[type='email'],
.pk-review-form select,
.pk-review-form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #cfd8d2;
	border-radius: 3px;
	background: #fff;
	box-shadow: none;
}

.pk-review-form input[type='text'],
.pk-review-form input[type='email'],
.pk-review-form select {
	height: 50px;
}

.pk-review-form textarea {
	min-height: 150px;
	padding: 13px 14px;
	resize: vertical;
}

.pk-review-form input:focus,
.pk-review-form select:focus,
.pk-review-form textarea:focus,
.pk-pdp-review-stream .comment-form-author input:focus,
.pk-pdp-review-stream .comment-form-email input:focus {
	border-color: var(--pk-green);
	box-shadow: 0 0 0 2px rgba(7, 84, 66, .12);
}

.pk-review-form small {
	margin-top: 5px;
	color: #77827d;
	font-size: .72rem;
}

.pk-review-form__rating {
	padding: 0;
	border: 0;
}

.pk-review-form__rating > div {
	display: flex;
	width: max-content;
	flex-direction: row-reverse;
}

.pk-review-form__rating input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pk-review-form__rating label {
	margin: 0;
	padding-right: 7px;
	color: #c7cdc9;
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 1;
}

.pk-review-form__rating label i {
	display: block;
}

.pk-review-form__media {
	display: flex;
	padding: 26px 22px;
	flex-direction: column;
	border: 1px dashed #a9bdb3;
	border-radius: 5px;
	background: #fbfcf9;
}

.pk-review-form__media label {
	margin-bottom: 15px;
	color: var(--pk-green);
	font-size: 1rem;
}

.pk-review-form__media input[type='file'] {
	margin: 0;
}

.pk-review-form__media small {
	margin-top: 12px;
}

.pk-review-form__rating input:checked ~ label,
.pk-review-form__rating label:hover,
.pk-review-form__rating label:hover ~ label {
	color: #efb323;
}

.pk-review-form__rating input:focus-visible + label {
	outline: 2px solid var(--pk-green);
	outline-offset: 2px;
}

.pk-review-form__actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pk-review-form__actions .button {
	margin: 0;
	white-space: nowrap;
}

.pk-review-form__actions p {
	margin: 0;
	color: #75807b;
	font-size: .72rem;
	line-height: 1.55;
}

.pk-review-form__notice {
	max-width: 760px;
	margin: 0 auto 20px;
	padding: 13px 16px;
	border: 1px solid #d7ded8;
	border-radius: 4px;
	background: #fff;
}

.pk-review-form__notice--success {
	border-color: #b8d6c5;
	background: #eef8f1;
	color: #185f43;
}

.pk-review-form__notice--error {
	border-color: #e4c1bc;
	background: #fff2f0;
	color: #8a3028;
}

.pk-review-form__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 640px) {
	.pk-pdp-review-stream #commentform {
		grid-template-columns: 1fr;
	}

	.pk-pdp-review-stream .comment-form-author,
	.pk-pdp-review-stream .comment-form-email {
		display: flex;
		width: 100%;
		margin-right: 0;
	}

	.pk-review-identity-fields,
	.pk-review-form {
		grid-template-columns: 1fr;
	}

	.pk-review-form__field--wide {
		grid-column: auto;
	}

	.pk-review-form__actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

.pk-reviews-page__intro {
	margin-bottom: 30px;
	text-align: center;
}

.pk-reviews-page__intro h2 {
	font-size: clamp(2rem, 3vw, 2.7rem);
}

.pk-reviews-page__intro p {
	margin: 8px 0 0;
	color: var(--pk-muted);
}

.pk-review-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pk-review-card__topline time {
	color: #8a948f;
	font-size: .72rem;
}

.pk-review-card__verified {
	padding: 2px 7px;
	border-radius: 10px;
	background: #eef4e6;
	color: var(--pk-green) !important;
}

.pk-story {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	background: #fff;
}

.pk-story__image img {
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.pk-story__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(50px, 6vw, 90px);
}

.pk-story__copy > p:not(.pk-eyebrow) {
	margin: 22px 0;
	color: var(--pk-muted);
	line-height: 1.75;
}

.pk-story__points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 26px;
}

.pk-story__points div {
	color: var(--pk-ink);
	font-size: .78rem;
	text-align: center;
}

.pk-story__points i {
	display: block;
	margin-bottom: 8px;
	color: var(--pk-green);
	font-size: 1.55rem;
}

.pk-guide-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pk-guide-grid img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 4px;
	transition: transform .25s ease, filter .25s ease;
}

.pk-guide-card__image {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

.pk-guide-card__image:hover img,
.pk-guide-card__image:focus img {
	transform: scale(1.025);
	filter: brightness(.94);
}

.pk-guide-grid h3 {
	margin: 12px 0 6px;
	color: var(--pk-ink);
	font-size: 1rem;
	line-height: 1.3;
}

.pk-guide-grid p,
.pk-guide-grid a {
	font-size: .78rem;
}

.pk-guide-grid p {
	min-height: 38px;
	margin-bottom: 8px;
	color: var(--pk-muted);
}

.pk-guide-grid a {
	color: var(--pk-green);
	font-weight: 700;
}

.pk-guide-grid .pk-guide-card__title {
	color: var(--pk-ink);
	text-decoration: none;
}

.pk-guide-grid .pk-guide-card__title:hover,
.pk-guide-grid .pk-guide-card__title:focus,
.pk-guide-grid .pk-guide-card__more:hover,
.pk-guide-grid .pk-guide-card__more:focus {
	color: var(--pk-gold-dark);
}

/* Dynamic Birding Guides index and editorial article pages. */
.perchkind-guides-page .page-title,
.perchkind-guides-page .entry-header,
.perchkind-guide-post .entry-header,
.perchkind-guide-post .blog-share,
.perchkind-guide-post .navigation-post,
.perchkind-guide-post .comments-area {
	display: none !important;
}

.pk-guides,
.pk-guide-article {
	background: #fffdf8;
	color: var(--pk-ink);
}

.pk-guides__shell,
.pk-guide-article__shell {
	width: min(1240px, calc(100% - 56px));
	margin-inline: auto;
}

.pk-guides__breadcrumb,
.pk-guide-article__breadcrumb {
	border-top: 1px solid #eeeae0;
	border-bottom: 1px solid #e9e4d8;
	background: #fbf8ef;
	color: #75807a;
	font-size: 13px;
}

.pk-guides__breadcrumb .pk-guides__shell,
.pk-guide-article__breadcrumb .pk-guide-article__shell {
	display: flex;
	gap: 12px;
	align-items: center;
	min-height: 46px;
}

.pk-guides__breadcrumb a,
.pk-guide-article__breadcrumb a {
	color: #52635c;
}

.pk-guides__intro {
	padding: 48px 0 36px;
}

.pk-guides__intro h1,
.pk-guides-featured h2,
.pk-guides-latest > h2,
.pk-guides-card h3,
.pk-guides-newsletter h2,
.pk-guide-article h1,
.pk-guide-article h2,
.pk-guide-article h3 {
	font-family: Georgia, 'Times New Roman', serif;
	color: var(--pk-green);
}

.pk-guides__intro h1 {
	margin: 0 0 10px;
	font-size: clamp(42px, 4vw, 62px);
	line-height: 1.02;
}

.pk-guides__intro p {
	margin: 0;
	color: var(--pk-muted);
	font-size: 18px;
}

.pk-guides-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
	gap: clamp(38px, 5vw, 76px);
	align-items: center;
}

.pk-guides-featured__image {
	display: block;
	aspect-ratio: 1.66 / 1;
	overflow: hidden;
	border-radius: 4px;
	background: #edf0e6;
}

.pk-guides-featured__image img,
.pk-guides-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.pk-guides-featured__image:hover img,
.pk-guides-featured__image:focus img,
.pk-guides-card__image:hover img,
.pk-guides-card__image:focus img {
	transform: scale(1.025);
}

.pk-guides__eyebrow {
	display: block;
	margin: 0 0 12px;
	color: #cf9410;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.pk-guides-featured__copy h2 {
	margin: 0 0 22px;
	font-size: clamp(40px, 3.3vw, 50px);
	line-height: 1.05;
}

.pk-guides-featured__copy h2 a,
.pk-guides-card h3 a {
	color: inherit;
}

.pk-guides-featured__copy > p:not(.pk-guides__eyebrow) {
	max-width: 500px;
	margin: 0 0 28px;
	color: var(--pk-muted);
	font-size: 16px;
	line-height: 1.75;
}

.pk-guides__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 28px;
	border-radius: 3px;
	background: var(--pk-gold);
	color: var(--pk-green-dark) !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.pk-guides__button:hover,
.pk-guides__button:focus {
	background: #e8ad27;
	box-shadow: 0 7px 20px rgba(0, 61, 48, .12);
}

.pk-guides-topics {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 58px 0 70px;
	border-top: 1px solid #e5e1d8;
	border-bottom: 1px solid #e5e1d8;
}

.pk-guides-topics > a {
	display: flex;
	gap: 16px;
	align-items: center;
	min-width: 0;
	padding: 22px 20px;
	color: var(--pk-green);
}

.pk-guides-topics > a + a {
	border-left: 1px solid #e5e1d8;
}

.pk-guides-topics i {
	flex: 0 0 auto;
	font-size: 34px;
}

.pk-guides-topics span,
.pk-guides-topics strong,
.pk-guides-topics small {
	display: block;
}

.pk-guides-topics strong {
	font-size: 14px;
}

.pk-guides-topics small {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 500;
}

.pk-guides-topics a:hover,
.pk-guides-topics a:focus {
	background: #f6f3e9;
}

.pk-guides-latest {
	padding-bottom: 82px;
}

.pk-guides-latest > h2 {
	margin: 0 0 28px;
	font-size: clamp(34px, 3vw, 46px);
	line-height: 1.1;
}

.pk-guides-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px 34px;
}

.pk-guides-card__image {
	display: block;
	aspect-ratio: 1.54 / 1;
	overflow: hidden;
	margin-bottom: 18px;
	border-radius: 4px;
	background: #edf0e6;
}

.pk-guides-card .pk-guides__eyebrow {
	margin-bottom: 8px;
}

.pk-guides-card h3 {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.14;
}

.pk-guides-card > p:not(.pk-guides__eyebrow) {
	margin: 0 0 14px;
	color: var(--pk-muted);
	font-size: 15px;
	line-height: 1.65;
}

.pk-guides-card__more {
	color: var(--pk-green);
	font-size: 14px;
	font-weight: 700;
}

.pk-guides-card__more:hover,
.pk-guides-card__more:focus,
.pk-guides-card h3 a:hover,
.pk-guides-card h3 a:focus {
	color: #b77800;
}

.pk-guides-newsletter {
	padding: 38px 0;
	background: var(--pk-green);
	color: #fff;
}

.pk-guides-newsletter__inner {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
	gap: 70px;
	align-items: center;
}

.pk-guides-newsletter h2 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 34px;
}

.pk-guides-newsletter p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
}

.pk-guides-newsletter form {
	display: grid;
	grid-template-columns: 1fr auto;
}

.pk-guides-newsletter input[type='email'] {
	height: 52px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 3px 0 0 3px;
	background: #fff;
	box-shadow: none;
}

.pk-guides-newsletter button {
	height: 52px;
	margin: 0;
	padding: 0 26px;
	border: 0;
	border-radius: 0 3px 3px 0;
	background: var(--pk-gold);
	color: var(--pk-green-dark);
	font-weight: 700;
}

.pk-guide-article__header {
	max-width: 900px;
	margin: 0 auto;
	padding: 68px 0 38px;
	text-align: center;
}

.pk-guide-article__header .pk-guides__eyebrow {
	display: inline-block;
}

.pk-guide-article__header h1 {
	margin: 0 0 20px;
	font-size: clamp(44px, 5.2vw, 72px);
	line-height: 1.04;
}

.pk-guide-article__dek {
	max-width: 720px;
	margin: 0 auto 18px;
	color: var(--pk-muted);
	font-size: 19px;
	line-height: 1.6;
}

.pk-guide-article__meta {
	margin: 0;
	color: #7a847f;
	font-size: 13px;
}

.pk-guide-article__meta span {
	margin: 0 8px;
}

.pk-guide-article__hero {
	max-width: 1080px;
	margin: 0 auto 56px;
	aspect-ratio: 1.66 / 1;
	overflow: hidden;
	border-radius: 5px;
}

.pk-guide-article__hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pk-guide-article__content {
	max-width: 760px;
	margin: 0 auto;
	padding-bottom: 34px;
	color: #33443e;
	font-size: 18px;
	line-height: 1.8;
}

.pk-guide-article__content h2 {
	margin: 48px 0 16px;
	font-size: 36px;
	line-height: 1.15;
}

.pk-guide-article__content h3 {
	margin: 34px 0 12px;
	font-size: 26px;
}

.pk-guide-article__content ul,
.pk-guide-article__content ol {
	margin: 0 0 24px 22px;
}

.pk-guide-article__content a {
	color: var(--pk-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-guide-article__footer {
	max-width: 760px;
	margin: 0 auto;
	padding: 30px 0 76px;
	border-top: 1px solid #e3ded3;
}

.pk-guide-article__footer a {
	color: var(--pk-green);
	font-weight: 700;
}

@media (max-width: 980px) {
	.pk-guides-featured {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pk-guides-featured__copy {
		max-width: 760px;
	}

	.pk-guides-featured__copy h2 {
		font-size: 48px;
	}

	.pk-guides-topics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pk-guides-topics > a:nth-child(4) {
		border-left: 0;
		border-top: 1px solid #e5e1d8;
	}

	.pk-guides-topics > a:nth-child(5) {
		border-top: 1px solid #e5e1d8;
	}

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

	.pk-guides-newsletter__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media (max-width: 640px) {
	.pk-guides__shell,
	.pk-guide-article__shell {
		width: min(100% - 32px, 1240px);
	}

	.pk-guides__intro {
		padding: 34px 0 24px;
	}

	.pk-guides__intro h1 {
		font-size: 42px;
	}

	.pk-guides__intro p {
		font-size: 16px;
	}

	.pk-guides-featured__image {
		aspect-ratio: 1.32 / 1;
	}

	.pk-guides-featured__copy h2 {
		font-size: 38px;
	}

	.pk-guides-topics {
		grid-template-columns: 1fr;
		margin: 42px 0 50px;
	}

	.pk-guides-topics > a + a,
	.pk-guides-topics > a:nth-child(4),
	.pk-guides-topics > a:nth-child(5) {
		border-top: 1px solid #e5e1d8;
		border-left: 0;
	}

	.pk-guides-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.pk-guides-newsletter__inner {
		gap: 20px;
	}

	.pk-guides-newsletter h2 {
		font-size: 30px;
	}

	.pk-guides-newsletter form {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.pk-guides-newsletter input[type='email'],
	.pk-guides-newsletter button {
		border-radius: 3px;
	}

	.pk-guide-article__header {
		padding-top: 44px;
		text-align: left;
	}

	.pk-guide-article__header h1 {
		font-size: 42px;
	}

	.pk-guide-article__dek {
		font-size: 17px;
	}

	.pk-guide-article__hero {
		margin-bottom: 36px;
		aspect-ratio: 1.32 / 1;
	}

	.pk-guide-article__content {
		font-size: 17px;
	}
}

.pk-newsletter {
	padding-block: 38px;
	background: var(--pk-sage);
}

.pk-newsletter__inner {
	display: grid;
	grid-template-columns: 1fr .9fr;
	align-items: center;
	gap: 50px;
}

.pk-newsletter h2 {
	font-size: 1.6rem;
}

.pk-newsletter p:last-child {
	margin: 8px 0 0;
	color: var(--pk-muted);
}

.pk-newsletter form {
	display: flex;
	margin: 0;
}

.pk-newsletter input {
	height: 46px;
	margin: 0;
	border-radius: 3px 0 0 3px;
	background: #fff;
	box-shadow: none;
}

.pk-newsletter button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0 3px 3px 0;
	background: var(--pk-green) !important;
	line-height: 1;
	text-align: center;
}

@media (max-width: 1024px) {
	.pk-shell {
		width: min(100% - 32px, 940px);
	}
}

@media (max-width: 767px) {
	.pk-shell {
		width: min(100% - 28px, 620px);
	}

	.pk-hero {
		height: 590px;
		min-height: 590px;
		align-items: end;
		background-image: linear-gradient(180deg, rgba(4,36,28,.04) 0%, rgba(4,36,28,.94) 58%), url("/wp-content/uploads/perchkind/hero-banner-v2.png") !important;
		background-position: 68% center;
	}

	.pk-hero__inner {
		padding-block: 54px;
		padding-left: 0;
	}

	.pk-hero h1 {
		font-size: 2.75rem;
	}

	.pk-trust__grid,
	.pk-category-grid,
	.pk-product-grid,
	.pk-home-reviews__grid,
	.pk-reviews-page__grid,
	.pk-guide-grid,
	.pk-story,
	.pk-newsletter__inner {
		grid-template-columns: 1fr;
	}

	.pk-trust__grid {
		gap: 22px;
	}

	.pk-category-card {
		min-height: 0;
		aspect-ratio: 1 / 1.08;
	}

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

	.pk-story__image img {
		min-height: 340px;
	}

	.pk-story__copy {
		padding: 48px 24px;
	}

	.pk-section__heading--split {
		align-items: start;
		gap: 12px;
	}

	.pk-guide-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pk-newsletter form {
		flex-direction: column;
	}

	.pk-newsletter input,
	.pk-newsletter button {
		border-radius: 3px;
	}
}

@media (max-width: 440px) {
	.pk-actions {
		flex-direction: column;
	}

	.pk-actions .button {
		width: 100%;
		margin: 0;
	}

	.pk-category-grid,
	.pk-product-grid,
	.pk-guide-grid {
		grid-template-columns: 1fr;
	}
}

/* Standalone About PerchKind page. */
.perchkind-about,
.perchkind-about #main {
	background: var(--pk-cream);
}

.perchkind-about #top-bar {
	background: var(--pk-green) !important;
	color: #fff !important;
}

.perchkind-about #top-bar,
.perchkind-about #top-bar .nav > li > a,
.perchkind-about #top-bar .html {
	color: #fff !important;
}

.pk-about {
	color: #17241f;
	scroll-behavior: smooth;
}

.pk-about__shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.pk-about__breadcrumb {
	display: flex;
	align-items: center;
	min-height: 54px;
	background: #f4f1e9;
	font-size: .78rem;
}

.pk-about__breadcrumb .pk-about__shell {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pk-about__breadcrumb a,
.pk-about__breadcrumb span {
	color: #253a32;
}

.pk-about__breadcrumb a:hover,
.pk-about__breadcrumb a:focus {
	color: var(--pk-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-about__title {
	padding: 24px 20px 16px;
	background: #fff;
	text-align: center;
}

.pk-about__title h1 {
	margin: 0;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3vw, 2.65rem);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.12;
}

.pk-about__title > span {
	display: block;
	width: 54px;
	height: 3px;
	margin: 13px auto 0;
	background: var(--pk-gold);
}

.pk-about-hero {
	display: grid;
	grid-template-columns: 44.5% 55.5%;
	min-height: 500px;
	background: #fbf8f0;
}

.pk-about-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(54px, 7vw, 112px) clamp(34px, 6vw, 100px);
}

.pk-about__eyebrow {
	margin: 0 0 19px;
	color: #e5a91f;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.pk-about-hero h2,
.pk-about-story h2,
.pk-about-promise h2,
.pk-about-cta h2,
.pk-about-quote p {
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -.025em;
}

.pk-about-hero h2 {
	max-width: 520px;
	margin: 0 0 24px;
	font-size: clamp(3rem, 4.3vw, 4rem);
	line-height: 1.04;
}

.pk-about-hero h2 span {
	display: block;
	white-space: nowrap;
}

.pk-about-hero__copy > p:not(.pk-about__eyebrow) {
	max-width: 490px;
	margin: 0;
	color: #17241f;
	font-size: 1.08rem;
	line-height: 1.72;
}

.pk-about-hero__image,
.pk-about-story__image {
	min-width: 0;
	overflow: hidden;
}

.pk-about-hero__image img,
.pk-about-story__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pk-about__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 28px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.pk-about__button:hover,
.pk-about__button:focus {
	transform: translateY(-1px);
}

.pk-about__button--gold {
	border-color: var(--pk-gold);
	background: var(--pk-gold);
	color: #133c31;
}

.pk-about__button--gold:hover,
.pk-about__button--gold:focus {
	border-color: #e4ab2d;
	background: #e4ab2d;
	color: #0c3027;
}

.pk-about-quote {
	display: grid;
	grid-template-columns: minmax(70px, 230px) minmax(280px, 520px) minmax(70px, 230px);
	align-items: center;
	justify-content: center;
	gap: 26px;
	min-height: 205px;
	margin: 0;
	padding: 44px 28px;
	border: 0;
	background: #fbf8f2;
	text-align: center;
}

.pk-about-quote__line {
	height: 1px;
	background: var(--pk-gold);
}

.pk-about-quote p {
	position: relative;
	margin: 0;
	padding-top: 30px;
	font-size: clamp(1.75rem, 2.6vw, 2.4rem);
	line-height: 1.24;
}

.pk-about-quote p::before {
	position: absolute;
	top: -8px;
	left: 50%;
	content: "“";
	transform: translateX(-50%);
	color: var(--pk-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3.8rem;
	line-height: 1;
}

.pk-about-story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 430px;
	background: #fff;
}

.pk-about-story--reverse .pk-about-story__image {
	order: 2;
}

.pk-about-story--reverse .pk-about-story__copy {
	order: 1;
}

.pk-about-story__copy {
	display: flex;
	align-items: center;
	padding: clamp(48px, 7vw, 110px);
}

.pk-about-story__copy > div {
	max-width: 510px;
}

.pk-about-story h2 {
	margin: 0 0 22px;
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1.14;
}

.pk-about-story p {
	margin: 0;
	color: #25312c;
	font-size: 1rem;
	line-height: 1.78;
}

.pk-about-promise {
	scroll-margin-top: 140px;
	padding: 58px 0 62px;
	background: #fbf8f2;
	text-align: center;
}

.pk-about-promise h2 {
	margin: 0 0 34px;
	font-size: clamp(2.15rem, 3vw, 2.85rem);
	line-height: 1.15;
}

.pk-about-promise__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.pk-about-promise article {
	padding: 4px 48px 2px;
}

.pk-about-promise article + article {
	border-left: 1px solid #ddd7ca;
}

.pk-about-promise i {
	display: block;
	margin-bottom: 18px;
	color: var(--pk-green);
	font-size: 2.4rem;
}

.pk-about-promise h3 {
	margin: 0 0 10px;
	color: #14231d;
	font-family: inherit;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
}

.pk-about-promise p {
	max-width: 290px;
	margin: 0 auto;
	color: #33413b;
	font-size: .9rem;
	line-height: 1.65;
}

.pk-about-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 325px;
	padding: 54px 24px;
	background-color: #082f25;
	background-image: linear-gradient(rgba(3, 36, 27, .52), rgba(3, 36, 27, .7)), var(--pk-about-cta-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.pk-about-cta__copy {
	max-width: 680px;
}

.pk-about-cta h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(2.3rem, 4vw, 3.5rem);
	line-height: 1.1;
}

.pk-about-cta p {
	max-width: 620px;
	margin: 0 auto 27px;
	color: rgba(255, 255, 255, .94);
	font-size: 1.05rem;
	line-height: 1.65;
}

.pk-about-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.pk-about__button--outline {
	border-color: rgba(255, 255, 255, .9);
	background: rgba(1, 32, 24, .2);
	color: #fff;
}

.pk-about__button--outline:hover,
.pk-about__button--outline:focus {
	border-color: #fff;
	background: #fff;
	color: var(--pk-green-dark);
}

@media (max-width: 900px) {
	.pk-about-hero {
		grid-template-columns: 1fr 1fr;
	}

	.pk-about-hero__copy {
		padding: 58px 38px;
	}

	.pk-about-story__copy {
		padding: 54px 44px;
	}

	.pk-about-promise article {
		padding-inline: 28px;
	}
}

@media (max-width: 767px) {
	.pk-about__shell {
		width: min(100% - 32px, 620px);
	}

	.pk-about__breadcrumb {
		min-height: 45px;
		font-size: .72rem;
	}

	.pk-about__title {
		padding: 20px 16px 14px;
	}

	.pk-about-hero,
	.pk-about-story {
		grid-template-columns: 1fr;
	}

	.pk-about-hero__copy {
		padding: 54px 26px;
	}

	.pk-about-hero h2 {
		max-width: 100%;
		font-size: clamp(2.35rem, 10.5vw, 2.75rem);
	}

	.pk-about-hero__image {
		min-height: 390px;
	}

	.pk-about-quote {
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		gap: 14px;
		min-height: 190px;
		padding: 38px 18px;
	}

	.pk-about-story__image {
		min-height: 340px;
	}

	.pk-about-story--reverse .pk-about-story__image,
	.pk-about-story--reverse .pk-about-story__copy {
		order: initial;
	}

	.pk-about-story__copy {
		padding: 48px 26px 54px;
	}

	.pk-about-promise {
		padding: 50px 0 54px;
	}

	.pk-about-promise__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pk-about-promise article {
		padding: 25px 24px;
	}

	.pk-about-promise article + article {
		border-top: 1px solid #ddd7ca;
		border-left: 0;
	}

	.pk-about-cta {
		min-height: 390px;
		background-position: 70% center;
	}
}

@media (max-width: 480px) {
	.pk-about-hero__image {
		min-height: 320px;
	}

	.pk-about-quote {
		display: block;
	}

	.pk-about-quote__line {
		display: none;
	}

	.pk-about-cta__actions {
		flex-direction: column;
	}

	.pk-about-cta__actions .pk-about__button {
		width: 100%;
	}
}

/* Standalone Contact Us page. */
.perchkind-contact,
.perchkind-contact #main {
	background: var(--pk-cream);
}

.perchkind-contact #top-bar {
	background: var(--pk-green) !important;
	color: #fff !important;
}

.perchkind-contact #top-bar,
.perchkind-contact #top-bar .nav > li > a,
.perchkind-contact #top-bar .html {
	color: #fff !important;
}

.pk-contact {
	color: #17241f;
}

.pk-contact__shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.pk-contact__breadcrumb {
	display: flex;
	align-items: center;
	min-height: 54px;
	background: #f4f1e9;
	font-size: .78rem;
}

.pk-contact__breadcrumb .pk-contact__shell {
	display: flex;
	gap: 12px;
	align-items: center;
}

.pk-contact__breadcrumb a,
.pk-contact__breadcrumb span {
	color: #253a32;
}

.pk-contact__breadcrumb a:hover,
.pk-contact__breadcrumb a:focus {
	color: var(--pk-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-contact__title {
	padding: 24px 20px 16px;
	background: #fff;
	text-align: center;
}

.pk-contact__title h1,
.pk-contact-hero h2 {
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -.025em;
}

.pk-contact__title h1 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 2.65rem);
	line-height: 1.12;
}

.pk-contact__title > span {
	display: block;
	width: 54px;
	height: 3px;
	margin: 13px auto 0;
	background: var(--pk-gold);
}

.pk-contact-hero {
	display: grid;
	grid-template-columns: 55% 45%;
	min-height: 490px;
	background: #fbf8f0;
}

.pk-contact-hero__image {
	min-width: 0;
	overflow: hidden;
}

.pk-contact-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pk-contact-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(54px, 7vw, 105px);
}

.pk-contact-hero h2 {
	max-width: 420px;
	margin: 0 0 24px;
	font-size: clamp(3rem, 4.8vw, 4.35rem);
	line-height: 1.02;
}

.pk-contact-hero__copy p {
	max-width: 390px;
	margin: 0 0 18px;
	color: #2c3732;
	font-size: 1.03rem;
	line-height: 1.72;
}

.pk-contact-hero__copy p:last-child {
	margin-bottom: 0;
}

.pk-contact-support {
	padding: 70px 0;
	background: #fff;
}

.pk-contact-support__grid {
	display: grid;
	grid-template-columns: .88fr 1.12fr;
	gap: 58px;
}

.pk-contact-support__details {
	padding-right: 54px;
	border-right: 1px solid #dfe3dc;
}

.pk-contact-support__details header h2,
.pk-contact-form > h2 {
	margin: 0;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.38rem;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pk-contact-support__details header > span {
	display: block;
	width: 54px;
	height: 2px;
	margin: 15px 0 20px;
	background: var(--pk-gold);
}

.pk-contact-support__details header p {
	margin: 0 0 28px;
	color: #3a4741;
	line-height: 1.65;
}

.pk-contact-support__item {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 20px;
	align-items: start;
	padding: 23px 0;
	border-bottom: 1px solid #e1e4df;
}

.pk-contact-support__item i,
.pk-contact-support__meta i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #f1f3e9;
	color: var(--pk-green);
	font-size: 1.45rem;
}

.pk-contact-support__item h3 {
	margin: 2px 0 7px;
	color: var(--pk-green);
	font-family: inherit;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
}

.pk-contact-support__item p {
	margin: 0;
	color: #425049;
	font-size: .9rem;
	line-height: 1.65;
}

.pk-contact-support__meta {
	display: grid;
	gap: 20px;
	padding-top: 26px;
}

.pk-contact-support__meta > div {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 20px;
	align-items: center;
}

.pk-contact-support__meta p,
.pk-contact-support__meta strong,
.pk-contact-support__meta a,
.pk-contact-support__meta span {
	display: block;
	margin: 0;
}

.pk-contact-support__meta strong {
	margin-bottom: 4px;
	color: var(--pk-green);
	font-size: .8rem;
}

.pk-contact-support__meta a,
.pk-contact-support__meta span {
	color: #26342e;
	font-size: .93rem;
}

.pk-contact-support__meta a:hover,
.pk-contact-support__meta a:focus {
	color: var(--pk-gold-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-contact-form {
	min-width: 0;
}

.pk-contact-form > h2 {
	margin-bottom: 28px;
}

.pk-contact-form form,
.pk-contact-form form p {
	margin: 0;
}

.pk-contact-form form {
	position: relative;
	display: grid;
	gap: 20px;
}

.pk-contact-form label {
	display: block;
	margin-bottom: 8px;
	color: #202d28;
	font-size: .88rem;
	font-weight: 500;
}

.pk-contact-form input,
.pk-contact-form select,
.pk-contact-form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #d4d9d4;
	border-radius: 3px;
	background: #fff;
	box-shadow: none;
	color: #1b2b25;
	font-size: .94rem;
}

.pk-contact-form input,
.pk-contact-form select {
	height: 54px;
	padding: 0 16px;
}

.pk-contact-form textarea {
	min-height: 150px;
	padding: 15px 16px;
	line-height: 1.55;
	resize: vertical;
}

.pk-contact-form input:focus,
.pk-contact-form select:focus,
.pk-contact-form textarea:focus {
	border-color: var(--pk-green);
	box-shadow: 0 0 0 3px rgba(7, 84, 66, .1);
	outline: 0;
}

.pk-contact__button {
	justify-self: start;
	min-height: 50px;
	margin: 2px 0 0;
	padding: 12px 32px;
	border: 1px solid var(--pk-gold);
	border-radius: 2px;
	background: var(--pk-gold);
	box-shadow: none;
	color: var(--pk-green-dark);
	font-size: .84rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.pk-contact__button:hover,
.pk-contact__button:focus {
	border-color: #e4ab2d;
	background: #e4ab2d;
	color: #0c3027;
}

.pk-contact-form__notice {
	margin: 0 0 22px;
	padding: 15px 18px;
	border-left: 4px solid var(--pk-green);
	background: #edf5ef;
	color: #173b31;
	font-size: .92rem;
	line-height: 1.55;
}

.pk-contact-form__notice--error {
	border-left-color: #b5513e;
	background: #fff0ed;
	color: #7e3024;
}

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

.pk-contact-quick {
	border-bottom: 2px solid var(--pk-green);
	background: #f2f4e9;
}

.pk-contact-quick__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	min-height: 130px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.pk-contact-quick__copy {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pk-contact-quick__copy i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border-radius: 50%;
	background: var(--pk-green);
	color: #fff;
	font-size: 1.45rem;
}

.pk-contact-quick__copy p,
.pk-contact-quick__copy strong,
.pk-contact-quick__copy span {
	display: block;
	margin: 0;
}

.pk-contact-quick__copy strong {
	margin-bottom: 4px;
	color: var(--pk-green);
	font-size: 1rem;
}

.pk-contact-quick__copy span {
	color: #37443e;
	font-size: .88rem;
}

.pk-contact-quick__actions {
	display: flex;
	gap: 18px;
}

.pk-contact-quick__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	min-height: 46px;
	padding: 10px 22px;
	border: 1px solid var(--pk-green);
	border-radius: 2px;
	color: var(--pk-green);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.pk-contact-quick__actions a:hover,
.pk-contact-quick__actions a:focus {
	background: var(--pk-green);
	color: #fff;
}

@media (max-width: 900px) {
	.pk-contact-hero {
		grid-template-columns: 1fr 1fr;
	}

	.pk-contact-hero__copy {
		padding: 54px 42px;
	}

	.pk-contact-support__grid {
		gap: 42px;
	}

	.pk-contact-support__details {
		padding-right: 38px;
	}

	.pk-contact-quick__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.pk-contact__shell {
		width: min(100% - 32px, 620px);
	}

	.pk-contact__breadcrumb {
		min-height: 45px;
		font-size: .72rem;
	}

	.pk-contact__title {
		padding: 20px 16px 14px;
	}

	.pk-contact-hero,
	.pk-contact-support__grid {
		grid-template-columns: 1fr;
	}

	.pk-contact-hero__image {
		min-height: 340px;
	}

	.pk-contact-hero__copy {
		padding: 48px 26px 54px;
	}

	.pk-contact-hero h2 {
		font-size: clamp(2.75rem, 13vw, 3.8rem);
	}

	.pk-contact-support {
		padding: 50px 0 54px;
	}

	.pk-contact-support__details {
		padding: 0 0 44px;
		border-right: 0;
		border-bottom: 1px solid #dfe3dc;
	}

	.pk-contact-form {
		padding-top: 2px;
	}

	.pk-contact-quick__actions {
		width: 100%;
	}

	.pk-contact-quick__actions a {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 480px) {
	.pk-contact-hero__image {
		min-height: 300px;
	}

	.pk-contact-support__item {
		grid-template-columns: 50px 1fr;
		gap: 15px;
	}

	.pk-contact-support__item i,
	.pk-contact-support__meta i {
		width: 48px;
		height: 48px;
	}

	.pk-contact-support__meta > div {
		grid-template-columns: 50px 1fr;
		gap: 15px;
	}

	.pk-contact-quick__actions {
		flex-direction: column;
	}

	.pk-contact-quick__actions a {
		width: 100%;
	}

	.pk-contact__button {
		width: 100%;
	}
}

/* Help & FAQs */
.pk-faq {
	background: #fff;
	color: #25342e;
}

.pk-faq__shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.pk-faq__breadcrumb {
	display: flex;
	align-items: center;
	min-height: 54px;
	background: #f3f0e8;
	font-size: .78rem;
}

.pk-faq__breadcrumb .pk-faq__shell {
	display: flex;
	gap: 12px;
	align-items: center;
}

.pk-faq__breadcrumb a,
.pk-faq__breadcrumb span {
	color: #304139;
}

.pk-faq__breadcrumb a:hover,
.pk-faq__breadcrumb a:focus {
	color: var(--pk-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-faq-hero {
	padding: 40px 0 44px;
	background: #faf8f1;
	text-align: center;
}

.pk-faq-hero h1,
.pk-faq-main h2,
.pk-faq-contact h2 {
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -.025em;
}

.pk-faq-hero h1 {
	margin: 0;
	font-size: clamp(2.65rem, 4.2vw, 4rem);
	line-height: 1.06;
}

.pk-faq-hero__rule {
	display: block;
	width: 58px;
	height: 3px;
	margin: 17px auto 16px;
	background: var(--pk-gold);
}

.pk-faq-hero > .pk-faq__shell > p {
	max-width: 720px;
	margin: 0 auto;
	color: #3d4b45;
	font-size: .96rem;
	line-height: 1.65;
}

.pk-faq-search {
	display: grid;
	grid-template-columns: 1fr 58px;
	max-width: 660px;
	margin: 25px auto 0;
}

.pk-faq-search input {
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #aab5ae;
	border-right: 0;
	border-radius: 2px 0 0 2px;
	background: #fff;
	box-shadow: none;
	color: #1d2d27;
	font-size: .92rem;
}

.pk-faq-search input:focus {
	border-color: var(--pk-green);
	box-shadow: inset 0 0 0 1px var(--pk-green);
	outline: 0;
}

.pk-faq-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--pk-green);
	border-radius: 0 2px 2px 0;
	background: var(--pk-green);
	box-shadow: none;
	color: #fff;
	font-size: 1.22rem;
}

.pk-faq-search button:hover,
.pk-faq-search button:focus {
	background: #064838;
	color: #fff;
}

.pk-faq-quick {
	border-top: 1px solid #e1e4df;
	border-bottom: 1px solid #e1e4df;
	background: #fff;
}

.pk-faq-quick .pk-faq__shell {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.pk-faq-quick a {
	display: grid;
	grid-template-columns: 34px 1fr 18px;
	gap: 15px;
	align-items: center;
	min-height: 74px;
	padding: 14px 34px;
	border-right: 1px solid #dfe3df;
	color: #1f342c;
	font-size: .88rem;
	font-weight: 600;
}

.pk-faq-quick a:first-child {
	border-left: 1px solid #dfe3df;
}

.pk-faq-quick a i {
	color: var(--pk-green);
	font-size: 1.45rem;
	text-align: center;
}

.pk-faq-quick a b {
	color: #1c2e27;
	font-size: 1.55rem;
	font-weight: 400;
	line-height: 1;
}

.pk-faq-quick a:hover,
.pk-faq-quick a:focus {
	background: #f7f8f3;
	color: var(--pk-green);
}

.pk-faq-content {
	padding: 48px 0 42px;
}

.pk-faq-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 62px;
	align-items: start;
}

.pk-faq-categories {
	overflow: hidden;
	border: 1px solid #d9ded9;
	border-radius: 3px;
	background: #f8f7f1;
}

.pk-faq-categories button {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 15px;
	align-items: center;
	width: 100%;
	min-height: 66px;
	margin: 0;
	padding: 13px 22px;
	border: 0;
	border-bottom: 1px solid #d9ded9;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #24362f;
	font-size: .86rem;
	font-weight: 600;
	text-align: left;
	text-transform: none;
}

.pk-faq-categories button:last-child {
	border-bottom: 0;
}

.pk-faq-categories button i {
	color: var(--pk-green);
	font-size: 1.35rem;
	text-align: center;
}

.pk-faq-categories button:hover,
.pk-faq-categories button:focus {
	background: #eef2e8;
	color: var(--pk-green);
}

.pk-faq-categories button.is-active {
	background: var(--pk-green);
	color: #fff;
}

.pk-faq-categories button.is-active i {
	color: #fff;
}

.pk-faq-main h2 {
	margin: 0 0 9px;
	font-size: clamp(1.55rem, 2.2vw, 2rem);
	line-height: 1.2;
}

.pk-faq-results {
	min-height: 18px;
	margin: 0;
	color: #67736d;
	font-size: .76rem;
}

.pk-faq-questions {
	border: 1px solid #d9ded9;
	border-radius: 3px;
}

.pk-faq-item {
	margin: 0;
	border-bottom: 1px solid #d9ded9;
	background: #fff;
}

.pk-faq-item[hidden] {
	display: none !important;
}

.pk-faq-item:last-child {
	border-bottom: 0;
}

.pk-faq-item.is-featured[open],
.pk-faq-item[open] {
	background: #f6f7ef;
}

.pk-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 52px;
	padding: 13px 20px;
	color: #1e3029;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

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

.pk-faq-item summary i {
	position: relative;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.pk-faq-item summary i::before,
.pk-faq-item summary i::after {
	position: absolute;
	top: 7px;
	left: 1px;
	width: 14px;
	height: 2px;
	background: var(--pk-green);
	content: "";
	transition: transform .18s ease;
}

.pk-faq-item summary i::after {
	transform: rotate(90deg);
}

.pk-faq-item[open] summary i::after {
	transform: rotate(0);
}

.pk-faq-item summary:hover,
.pk-faq-item summary:focus {
	color: var(--pk-green);
}

.pk-faq-item__answer {
	padding: 0 55px 18px 20px;
}

.pk-faq-item__answer p {
	margin: 0;
	color: #45534d;
	font-size: .85rem;
	line-height: 1.65;
}

.pk-faq-item__answer a {
	color: var(--pk-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-faq-empty {
	margin-top: 18px;
	padding: 30px 24px;
	border: 1px dashed #c6cec8;
	background: #f8f8f3;
	text-align: center;
}

.pk-faq-empty h3 {
	margin: 0 0 7px;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
}

.pk-faq-empty p {
	margin: 0;
	color: #5a6761;
	font-size: .86rem;
}

.pk-faq-contact {
	padding: 0 0 34px;
	border-bottom: 2px solid var(--pk-green);
	background: #fff;
}

.pk-faq-contact__inner {
	display: grid;
	grid-template-columns: 48px auto 1fr auto;
	gap: 18px;
	align-items: center;
	min-height: 86px;
	padding: 18px 34px;
	border: 1px solid #dde1d8;
	border-radius: 3px;
	background: #f2f2e9;
}

.pk-faq-contact__inner > i {
	color: var(--pk-green);
	font-size: 1.75rem;
	text-align: center;
}

.pk-faq-contact h2 {
	margin: 0;
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	line-height: 1.2;
}

.pk-faq-contact p {
	margin: 0;
	color: #4c5953;
	font-size: .88rem;
}

.pk-faq-contact a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 156px;
	min-height: 46px;
	padding: 10px 24px;
	border: 1px solid var(--pk-gold);
	border-radius: 2px;
	background: var(--pk-gold);
	color: var(--pk-green-dark);
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.pk-faq-contact a:hover,
.pk-faq-contact a:focus {
	border-color: #e4ab2d;
	background: #e4ab2d;
	color: #0c3027;
}

@media (max-width: 900px) {
	.pk-faq-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 34px;
	}

	.pk-faq-quick a {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.pk-faq__shell {
		width: min(100% - 32px, 620px);
	}

	.pk-faq__breadcrumb {
		min-height: 45px;
		font-size: .72rem;
	}

	.pk-faq-hero {
		padding: 36px 0 40px;
	}

	.pk-faq-hero h1 {
		font-size: 2.75rem;
	}

	.pk-faq-search {
		grid-template-columns: 1fr 54px;
	}

	.pk-faq-search input,
	.pk-faq-search button {
		height: 52px;
	}

	.pk-faq-quick .pk-faq__shell {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.pk-faq-quick a,
	.pk-faq-quick a:first-child {
		min-height: 58px;
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #e1e4df;
	}

	.pk-faq-quick a:last-child {
		border-bottom: 0;
	}

	.pk-faq-content {
		padding: 38px 0;
	}

	.pk-faq-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pk-faq-categories {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.pk-faq-categories button {
		min-height: 58px;
		padding: 10px 14px;
		border-right: 1px solid #d9ded9;
	}

	.pk-faq-categories button:nth-child(even) {
		border-right: 0;
	}

	.pk-faq-contact__inner {
		grid-template-columns: 42px 1fr;
		gap: 10px 16px;
		padding: 22px 20px;
	}

	.pk-faq-contact p {
		grid-column: 2;
	}

	.pk-faq-contact a {
		grid-column: 1 / -1;
		width: 100%;
		margin-top: 8px;
	}
}

@media (max-width: 480px) {
	.pk-faq-categories {
		grid-template-columns: 1fr;
	}

	.pk-faq-categories button,
	.pk-faq-categories button:nth-child(even) {
		border-right: 0;
	}

	.pk-faq-item summary {
		gap: 14px;
		padding-right: 15px;
		padding-left: 15px;
		font-size: .86rem;
	}

	.pk-faq-item__answer {
		padding-right: 36px;
		padding-left: 15px;
	}
}

/* Shipping & Returns Policy */
.pk-policy {
	background: #fff;
	color: #25342e;
	scroll-behavior: smooth;
}

.pk-policy__shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.pk-policy__breadcrumb {
	display: flex;
	align-items: center;
	min-height: 54px;
	background: #f3f0e8;
	font-size: .78rem;
}

.pk-policy__breadcrumb .pk-policy__shell {
	display: flex;
	gap: 12px;
	align-items: center;
}

.pk-policy__breadcrumb a,
.pk-policy__breadcrumb span {
	color: #304139;
}

.pk-policy__breadcrumb a:hover,
.pk-policy__breadcrumb a:focus {
	color: var(--pk-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pk-policy-hero {
	padding: 48px 0 52px;
	background: #faf9f4;
	text-align: center;
}

.pk-policy-hero h1,
.pk-policy-main h2 {
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -.025em;
}

.pk-policy-hero h1 {
	margin: 0;
	font-size: clamp(2.65rem, 4.2vw, 4rem);
	line-height: 1.08;
}

.pk-policy-hero__rule {
	display: block;
	width: 58px;
	height: 3px;
	margin: 19px auto 18px;
	background: var(--pk-gold);
}

.pk-policy-hero p {
	margin: 0;
	color: #47534e;
	font-size: .98rem;
}

.pk-policy-highlights {
	border-top: 1px solid #e1e4df;
	border-bottom: 1px solid #d9ddd7;
	background: #f4f6ee;
}

.pk-policy-highlights .pk-policy__shell {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pk-policy-highlights article {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 17px;
	align-items: center;
	min-height: 126px;
	padding: 24px 28px;
	border-right: 1px solid #d8ddd7;
}

.pk-policy-highlights article:first-child {
	border-left: 1px solid #d8ddd7;
}

.pk-policy-highlights article > i {
	color: var(--pk-green);
	font-size: 2.35rem;
	text-align: center;
}

.pk-policy-highlights p,
.pk-policy-highlights strong,
.pk-policy-highlights span {
	display: block;
	margin: 0;
}

.pk-policy-highlights strong {
	margin-bottom: 6px;
	color: #21332c;
	font-size: .93rem;
}

.pk-policy-highlights span {
	color: #4e5a55;
	font-size: .8rem;
	line-height: 1.55;
}

.pk-policy-content {
	padding: 48px 0 54px;
}

.pk-policy-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 62px;
	align-items: start;
}

.pk-policy-sidebar {
	position: sticky;
	top: 22px;
}

.pk-policy-sidebar nav {
	overflow: hidden;
	border: 1px solid #d9ded9;
	border-radius: 3px;
	background: #fbfaf6;
}

.pk-policy-sidebar nav a {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 15px;
	align-items: center;
	min-height: 68px;
	padding: 13px 22px;
	border-bottom: 1px solid #d9ded9;
	color: #24362f;
	font-size: .86rem;
	font-weight: 600;
	line-height: 1.4;
}

.pk-policy-sidebar nav a:last-child {
	border-bottom: 0;
}

.pk-policy-sidebar nav a i {
	color: var(--pk-green);
	font-size: 1.32rem;
	text-align: center;
}

.pk-policy-sidebar nav a:hover,
.pk-policy-sidebar nav a:focus,
.pk-policy-sidebar nav a.is-active {
	background: var(--pk-green);
	color: #fff;
}

.pk-policy-sidebar nav a:hover i,
.pk-policy-sidebar nav a:focus i,
.pk-policy-sidebar nav a.is-active i {
	color: #fff;
}

.pk-policy-sidebar__help {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 11px 15px;
	margin-top: 36px;
	padding: 24px 22px;
	background: #f7f6f0;
}

.pk-policy-sidebar__help > i {
	color: var(--pk-green);
	font-size: 1.55rem;
}

.pk-policy-sidebar__help p,
.pk-policy-sidebar__help strong,
.pk-policy-sidebar__help span {
	display: block;
	margin: 0;
}

.pk-policy-sidebar__help strong {
	margin-bottom: 5px;
	color: #21332c;
	font-size: .88rem;
}

.pk-policy-sidebar__help span {
	color: #58635e;
	font-size: .78rem;
	line-height: 1.5;
}

.pk-policy-sidebar__help a {
	grid-column: 2;
	color: var(--pk-green);
	font-size: .8rem;
	font-weight: 700;
}

.pk-policy-main {
	min-width: 0;
}

.pk-policy-section {
	padding: 28px 0 31px;
	border-bottom: 1px solid #dfe3df;
	scroll-margin-top: 24px;
}

.pk-policy-section:first-child {
	padding-top: 4px;
}

.pk-policy-section:last-child {
	border-bottom: 0;
}

.pk-policy-section h2 {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 0 0 13px;
	font-size: clamp(1.6rem, 2.2vw, 2.05rem);
	line-height: 1.2;
}

.pk-policy-section h2 i {
	color: var(--pk-green);
	font-family: "fl-icons" !important;
	font-size: 1.75rem;
}

.pk-policy-section p,
.pk-policy-section li {
	color: #34423c;
	font-size: .88rem;
	line-height: 1.7;
}

.pk-policy-section p {
	margin: 0 0 14px;
}

.pk-policy-section ul {
	margin: 14px 0 21px 20px;
}

.pk-policy-section li {
	margin-bottom: 5px;
}

.pk-policy-section h3 {
	margin: 24px 0 16px;
	color: #263730;
	font-size: .94rem;
	font-weight: 700;
}

.pk-policy-table-wrap {
	overflow-x: auto;
	margin: 20px 0 14px;
}

.pk-policy-table-wrap table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
	font-size: .84rem;
}

.pk-policy-table-wrap th,
.pk-policy-table-wrap td {
	padding: 16px 18px;
	border: 1px solid #cfd6d1;
	color: #26332e;
	text-align: left;
	vertical-align: middle;
}

.pk-policy-table-wrap th {
	background: #fbfbf8;
	font-weight: 700;
}

.pk-policy-note {
	color: #56615c !important;
	font-size: .8rem !important;
}

.pk-policy-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pk-policy-steps article {
	position: relative;
	min-height: 210px;
	padding: 34px 22px 22px;
	border: 1px solid #dde1da;
	border-radius: 4px;
	background: #f7f6ef;
	text-align: center;
}

.pk-policy-steps article > b {
	position: absolute;
	top: -15px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--pk-green);
	color: #fff;
	font-size: .88rem;
}

.pk-policy-steps article > i {
	display: block;
	margin-bottom: 13px;
	color: var(--pk-green);
	font-size: 1.75rem;
}

.pk-policy-steps h4 {
	margin: 0 0 9px;
	color: #25352f;
	font-size: .9rem;
}

.pk-policy-steps p {
	margin: 0;
	font-size: .78rem;
	line-height: 1.55;
}

.pk-policy-contact {
	border-top: 1px solid #d9ded9;
	border-bottom: 1px solid #d9ded9;
	background: #f5f4ec;
}

.pk-policy-contact__inner {
	display: grid;
	grid-template-columns: 52px 1fr auto;
	gap: 20px;
	align-items: center;
	min-height: 112px;
	padding: 20px 36px;
}

.pk-policy-contact__inner > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #d6ded7;
	border-radius: 50%;
	background: #fff;
	color: var(--pk-green);
	font-size: 1.45rem;
}

.pk-policy-contact p,
.pk-policy-contact strong,
.pk-policy-contact p span {
	display: block;
	margin: 0;
}

.pk-policy-contact strong {
	margin-bottom: 5px;
	color: #20332b;
	font-size: 1.02rem;
}

.pk-policy-contact p span {
	color: #4e5b55;
	font-size: .86rem;
}

.pk-policy-contact a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 170px;
	min-height: 52px;
	padding: 12px 26px;
	border-radius: 3px;
	background: var(--pk-gold);
	color: var(--pk-green-dark);
	font-size: .84rem;
	font-weight: 700;
	text-transform: uppercase;
}

.pk-policy-contact a:hover,
.pk-policy-contact a:focus {
	background: #e8b23d;
	color: var(--pk-green-dark);
}

.perchkind-shipping-page .pk-site-footer,
.perchkind-privacy-page .pk-site-footer {
	border-top: 0;
}

/* Privacy Policy */
.pk-policy-hero__eyebrow {
	margin-bottom: 12px !important;
	color: #b98317 !important;
	font-size: .73rem !important;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.pk-policy-hero__updated {
	margin-top: 11px !important;
	color: #68736e !important;
	font-size: .76rem !important;
}

.pk-privacy-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 21px 0 16px;
}

.pk-privacy-grid article {
	padding: 22px 24px;
	border: 1px solid #dce1db;
	border-top: 3px solid var(--pk-gold);
	border-radius: 3px;
	background: #f8f8f3;
}

.pk-privacy-grid h3 {
	margin: 0 0 8px;
	color: var(--pk-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
}

.pk-privacy-grid p {
	margin: 0;
	font-size: .8rem;
	line-height: 1.65;
}

.pk-privacy-contact-card {
	margin-top: 18px;
	padding: 22px 24px;
	border-left: 4px solid var(--pk-gold);
	background: #f5f6ee;
}

.pk-privacy-contact-card p {
	margin: 0 0 5px;
}

.pk-privacy-contact-card p:last-child {
	margin-bottom: 0;
}

.pk-privacy-contact-card a {
	color: var(--pk-green);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

@media (max-width: 900px) {
	.pk-policy-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 34px;
	}

	.pk-policy-highlights article {
		grid-template-columns: 42px 1fr;
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media (max-width: 767px) {
	.pk-policy__shell {
		width: min(100% - 32px, 620px);
	}

	.pk-policy__breadcrumb {
		min-height: 45px;
		font-size: .72rem;
	}

	.pk-policy-hero {
		padding: 38px 0 42px;
	}

	.pk-policy-hero h1 {
		font-size: 2.55rem;
	}

	.pk-policy-highlights .pk-policy__shell {
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.pk-policy-highlights article,
	.pk-policy-highlights article:first-child {
		min-height: 105px;
		border-right: 1px solid #d8ddd7;
		border-bottom: 1px solid #d8ddd7;
		border-left: 0;
	}

	.pk-policy-highlights article:nth-child(even) {
		border-right: 0;
	}

	.pk-policy-highlights article:nth-child(n+3) {
		border-bottom: 0;
	}

	.pk-policy-content {
		padding: 38px 0 42px;
	}

	.pk-policy-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.pk-policy-sidebar {
		position: static;
	}

	.pk-policy-sidebar nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.pk-policy-sidebar nav a {
		min-height: 62px;
		padding: 10px 14px;
		border-right: 1px solid #d9ded9;
	}

	.pk-policy-sidebar nav a:nth-child(even) {
		border-right: 0;
	}

	.pk-policy-sidebar__help {
		display: none;
	}

	.pk-policy-steps {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pk-policy-steps article {
		min-height: 0;
	}

	.pk-policy-contact__inner {
		grid-template-columns: 48px 1fr;
		gap: 14px;
		min-height: 0;
		padding: 24px 0;
	}

	.pk-policy-contact a {
		grid-column: 1 / -1;
		width: 100%;
	}

	.pk-privacy-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.pk-policy-highlights .pk-policy__shell,
	.pk-policy-sidebar nav {
		grid-template-columns: 1fr;
	}

	.pk-policy-highlights article,
	.pk-policy-highlights article:nth-child(n+3) {
		border-right: 0;
		border-bottom: 1px solid #d8ddd7;
	}

	.pk-policy-highlights article:last-child {
		border-bottom: 0;
	}

	.pk-policy-sidebar nav a,
	.pk-policy-sidebar nav a:nth-child(even) {
		border-right: 0;
	}

	.pk-policy-hero h1 {
		font-size: 2.15rem;
	}

	.pk-policy-table-wrap th,
	.pk-policy-table-wrap td {
		min-width: 135px;
		padding: 13px 12px;
		font-size: .76rem;
	}
}
