/* kayem-product-page.css — product page widgets.
 * Unlike kayem-widgets.css this file carries the full default design (colours,
 * type, spacing) so the widgets look right out of the box; every widget's
 * Style tab overrides these via {{WRAPPER}} selectors and the --kp-* tokens. */

.kayem-pp,
.kayem-product-page {
	--kp-blue: #0A3274;
	--kp-navy: #002D74;
	--kp-red: #DF3A15;
	--kp-tan: #B28A64;
	--kp-paper: #EFEDE8;
	--kp-card: #FEFBF7;
	--kp-line: #d7c7b7;
	--kp-heading-font: refrigerator-deluxe, Oswald, sans-serif;
	color: var(--kp-blue);
	font-size: 16px;
	line-height: 1.7;
}

.kayem-pp *,
.kayem-product-page * {
	box-sizing: border-box;
}

.kayem-pp-notice {
	padding: 18px 22px;
	border: 1px dashed #B28A64;
	border-radius: 8px;
	font-size: 14px;
	color: #0A3274;
	background: #FEFBF7;
}

.kp-card {
	background: var(--kp-card);
	border-radius: 8px;
}

/* ── Breadcrumb ─────────────────────────────────────────────────────────── */
.kp-breadcrumb {
	display: flex;
	gap: 42px;
	align-items: center;
	margin: 0;
	font-family: var(--kp-heading-font);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
}

.kayem-pp.kp-breadcrumb a,
.kayem-pp.kp-breadcrumb a:hover,
.kayem-pp.kp-breadcrumb a:focus,
.kayem-product-page .kp-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

/* ── Gallery ────────────────────────────────────────────────────────────── */
.kp-gallery-main {
	position: relative;
	aspect-ratio: 1.62 / 1;
	overflow: hidden;
	border-radius: 4px;
	background: #e8e4dc;
}

.kp-gallery-main img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	border-radius: 0;
	transition: opacity .22s ease;
}

.kp-gallery-main img.is-active {
	opacity: 1;
}

.kayem-pp button.kp-arrow,
.kayem-pp button.kp-arrow:hover,
.kayem-pp button.kp-arrow:focus {
	position: absolute;
	margin: 0;
	min-width: 0;
	min-height: 0;
	line-height: 0;
	outline: 0;
	text-transform: none;
	letter-spacing: 0;
	transition: none;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, .92);
	color: var(--kp-navy);
	width: 44px;
	height: 72px;
	font-size: 0;
	display: grid;
	place-items: center;
	cursor: pointer;
	box-shadow: none;
}

.kp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}

.kayem-pp button.kp-prev {
	left: 0;
	border-radius: 0 8px 8px 0;
}

.kp-prev:before {
	border-right: 10px solid currentColor;
}

.kayem-pp button.kp-next {
	right: 0;
	border-radius: 8px 0 0 8px;
}

.kp-next:before {
	border-left: 10px solid currentColor;
}

.kp-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 16px 0 0;
}

.kayem-pp button.kp-dot,
.kayem-pp button.kp-dot:hover,
.kayem-pp button.kp-dot:focus {
	display: block;
	margin: 0;
	line-height: 0;
	box-shadow: none;
	outline: 0;
	width: 10px;
	height: 10px;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ded8cc;
	cursor: pointer;
}

.kayem-pp button.kp-dot.is-active {
	background: var(--kp-tan);
}

.kp-dot .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

/* ── Info (ribbon, title, meta, features) ───────────────────────────────── */
.kp-info {
	position: relative;
	padding-top: 76px;
}

.kp-ribbon {
	position: absolute;
	top: -34px;
	left: 0;
	background: var(--kp-navy);
	color: #fff;
	min-width: 84px;
	height: 82px;
	display: grid;
	place-items: center;
	font-family: var(--kp-heading-font);
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 600;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
}

.kayem-pp a.kp-cart {
	position: absolute;
	top: 10px;
	right: 0;
	border: 0;
	border-radius: 999px;
	background: var(--kp-navy);
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 13px 30px;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.kayem-pp a.kp-cart:hover,
.kayem-pp a.kp-cart:focus {
	color: #fff;
}

.kp-info .kp-title {
	margin: 0 0 10px;
	font-family: Lora, serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.12;
	letter-spacing: 0;
	color: var(--kp-blue);
}

.kp-subtitle {
	font-size: 19px;
	line-height: 1.35;
	color: #457EC6;
	margin: 0 0 12px;
}

.kp-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
	font-size: 12px;
	line-height: 1.45;
	margin-bottom: 20px;
}

.kp-meta span {
	min-width: 0;
}

.kp-meta .kp-meta-shelf {
	flex-basis: 100%;
}

.kp-features {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
}

.kp-features li:before {
	content: "- ";
}

/* ── Badges ─────────────────────────────────────────────────────────────── */
.kp-badges {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	text-align: center;
	margin-top: 18px;
}

.kp-badge {
	display: grid;
	gap: 14px;
	justify-items: center;
	align-items: end;
}

.kp-badge-mark {
	display: block;
	color: var(--kp-red);
}

.kp-badge-svg {
	display: block;
	height: 96px;
	width: auto;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 3.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kp-badge-svg-round {
	width: 96px;
}

.kp-badge-svg-square {
	width: 80px;
}

.kp-badge-svg-diamond {
	width: 150px;
	height: 90px;
}

.kp-badge-svg text {
	font-family: var(--kp-heading-font);
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	fill: currentColor;
	stroke: currentColor;
	stroke-width: .45;
	paint-order: stroke;
}

.kp-badge-svg .kp-badge-fill {
	fill: currentColor;
	stroke: none;
}

.kp-badge-svg .kp-badge-guide {
	fill: none;
	stroke: none;
}

.kp-badge-svg .kp-badge-thick {
	stroke-width: 4;
}

.kp-badge-svg .kp-badge-steam {
	stroke-width: 2.5;
}

.kp-badge-label {
	font-size: 15px;
	line-height: 1.3;
}

/* ── Section headings shared by details / specs / nutrition ─────────────── */
.kayem-pp.kp-info-card h2,
.kayem-pp.kp-specs h2,
.kayem-pp .kp-nutrition h2,
.kayem-product-page .kp-info-card h2,
.kayem-product-page .kp-specs h2,
.kayem-product-page .kp-nutrition h2 {
	font-family: var(--kp-heading-font);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 25px;
	line-height: 1.1;
	font-weight: 600;
	color: var(--kp-blue);
	margin: 8px 0 10px;
}

.kp-rule,
.kp-heavy {
	height: 3px;
	background: var(--kp-tan);
	margin: 0 0 28px;
}

/* ── Details (storage / shelf life / preparation) ───────────────────────── */
.kp-info-card {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 34px;
	padding: 28px 32px;
	min-height: 190px;
	margin-bottom: 22px;
}

.kp-fact {
	margin-bottom: 32px;
}

.kp-icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: var(--kp-red);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kp-prep-icons {
	display: flex;
	gap: 24px;
	margin-bottom: 12px;
}

.kayem-pp.kp-info-card p,
.kayem-product-page .kp-info-card p {
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

/* ── Measurements & specifications ──────────────────────────────────────── */
.kp-specs {
	padding: 34px 38px;
}

.kayem-pp.kp-specs h2,
.kayem-product-page .kp-specs h2 {
	font-size: 20px;
	letter-spacing: 2.4px;
}

.kp-spec-section {
	border-bottom: 1px solid var(--kp-line);
	padding: 0 0 22px;
	margin-bottom: 22px;
}

.kp-spec-section:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.kayem-pp .kp-spec-section h3,
.kayem-product-page .kp-spec-section h3 {
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.15;
	color: var(--kp-navy);
	margin: 0 0 11px;
}

.kp-spec-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.kp-spec-grid.piece-package-or-tray,
.kp-spec-grid.master-case {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.kp-spec-grid.shipping-pallet-configuration {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kp-spec-item span {
	display: block;
	font-family: var(--kp-heading-font);
	text-transform: uppercase;
	color: var(--kp-tan);
	font-weight: 700;
	letter-spacing: .9px;
	font-size: 10px;
	line-height: 1.1;
	margin-bottom: 3px;
}

.kp-spec-item strong {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.22;
}

/* ── Download / print actions ───────────────────────────────────────────── */
.kp-actions {
	display: flex;
	gap: 16px;
	margin-top: 22px;
}

.kayem-pp a.kp-action,
.kayem-pp a.kp-action:hover,
.kayem-pp a.kp-action:focus {
	display: inline-block;
	border: 2px solid var(--kp-blue);
	border-radius: 999px;
	background: transparent;
	color: var(--kp-navy);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 12px 32px;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

/* ── Nutrition facts ────────────────────────────────────────────────────── */
.kp-nutrition {
	background: var(--kp-card);
	border: 2px solid var(--kp-blue);
	padding: 28px 30px;
	font-size: 15px;
	line-height: 1.35;
}

.kayem-pp .kp-nutrition h2,
.kayem-product-page .kp-nutrition h2 {
	font-size: 30px;
}

.kp-n-servings {
	font-size: 17px;
	margin-bottom: 8px;
}

.kp-n-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	border-top: 1px solid var(--kp-line);
	padding: 5px 0;
	align-items: baseline;
}

.kp-serving {
	border-top: 0;
	font-size: 16px;
}

.kp-serving strong {
	font-size: 19px;
}

.kp-heavy {
	height: 4px;
	margin: 10px 0;
}

.kp-heavy.small {
	height: 3px;
	margin: 0;
}

.kp-amount {
	font-weight: 700;
	font-size: 14px;
}

.kp-calories {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
}

.kp-calories span {
	font-family: var(--kp-heading-font);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 25px;
}

.kp-calories strong {
	font-family: var(--kp-heading-font);
	font-size: 42px;
	letter-spacing: 2px;
}

.kp-dv-head {
	text-align: right;
	font-weight: 700;
	font-size: 15px;
	padding: 8px 0;
}

.kp-n-row.indent span:first-child {
	padding-left: 32px;
}

.kp-vitamins {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 18px;
	font-size: 16px;
	padding: 18px 0;
}

.kp-note {
	font-size: 12px;
	line-height: 1.25;
	margin: 12px 0 22px;
}

.kp-ingredients {
	text-transform: uppercase;
	line-height: 1.45;
	font-size: 14px;
	margin: 0;
}

.kp-cn {
	font-size: 15px;
	line-height: 1.45;
	margin: 18px 0 0;
}

.kp-cn a {
	color: inherit;
}

/* ── Legacy [kayem_product_page] shortcode layout ───────────────────────── */
.kayem-product-page {
	background: var(--kp-paper);
	padding: 16px 0 48px;
}

.kayem-product-page .kp-wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.kayem-product-page .kp-breadcrumb {
	margin-bottom: 24px;
}

.kayem-product-page .kp-hero {
	display: grid;
	grid-template-columns: minmax(320px, 1.05fr) minmax(320px, .95fr);
	gap: 38px;
	padding: 34px 40px 42px;
	margin-bottom: 22px;
	position: relative;
}

.kayem-product-page .kp-badges {
	grid-column: 1 / -1;
}

.kayem-product-page .kp-lower {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(310px, .82fr);
	gap: 22px;
	align-items: start;
}

.kayem-product-page .kp-mobile-cn {
	display: none;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
	.kp-spec-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.kp-info {
		padding-top: 48px;
	}

	.kp-ribbon {
		right: auto;
	}

	.kayem-product-page .kp-hero,
	.kayem-product-page .kp-lower {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.kayem-product-page {
		padding-top: 10px;
	}

	.kayem-product-page .kp-wrap {
		width: min(100% - 32px, 1120px);
	}

	.kayem-product-page .kp-hero {
		padding: 22px;
		gap: 26px;
	}

	.kp-gallery-main {
		aspect-ratio: 1.25 / 1;
	}

	.kayem-pp button.kp-arrow {
		width: 40px;
		height: 62px;
	}

	.kayem-pp button.kp-dot {
		width: 9px;
		height: 9px;
	}

	.kp-info .kp-title {
		font-size: 29px;
	}

	.kp-subtitle {
		font-size: 18px;
	}

	.kayem-pp a.kp-cart {
		position: static;
		display: inline-flex;
		margin-bottom: 16px;
	}

	.kp-ribbon {
		top: -22px;
		height: 68px;
		min-width: 74px;
		font-size: 17px;
	}

	.kp-meta {
		display: grid;
		grid-template-columns: 1fr;
	}

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

	.kp-info-card {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.kp-specs,
	.kp-nutrition {
		padding: 26px;
	}

	.kayem-pp.kp-specs h2,
	.kayem-product-page .kp-specs h2 {
		font-size: 19px;
	}

	.kp-spec-item strong {
		font-size: 13px;
	}

	.kp-spec-grid,
	.kp-spec-grid.piece-package-or-tray,
	.kp-spec-grid.master-case,
	.kp-spec-grid.shipping-pallet-configuration {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kp-actions {
		flex-wrap: wrap;
	}

	.kayem-pp a.kp-action {
		width: 100%;
		text-align: center;
	}

	.kayem-product-page .kp-cn {
		display: none;
	}

	.kayem-product-page .kp-mobile-cn {
		display: block;
	}
}

@media print {
	.kp-arrow,
	.kp-dots,
	.kp-cart,
	.kp-actions {
		display: none !important;
	}
}

/* ── Editable layout (plain Elementor widgets carrying .kpn-* classes) ───────
 * These are the design defaults; anything set in an element's Style tab wins. */
.kpn .elementor-widget:not(:last-child) {
	margin-block-end: 0;
}

.kpn .elementor-heading-title {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: 0;
}

.kpn .kpn-meta-item,
.kpn .kpn-n-left {
	width: auto;
	--width: auto;
	flex: 0 1 auto;
}

/* Breadcrumb */
.kpn .kpn-crumb {
	font-family: var(--kp-heading-font);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
}

.kpn .kpn-crumb-link .elementor-heading-title a,
.kpn .kpn-crumb-link .elementor-heading-title a:hover {
	color: inherit;
	text-decoration: none;
}

/* Gallery (core Image Carousel) */
.kpn .kpn-gallery .swiper-slide,
.kpn .kpn-gallery .elementor-image-carousel-wrapper {
	border-radius: 4px;
	overflow: hidden;
}

.kpn .kpn-gallery .swiper-slide img {
	display: block;
	width: 100%;
	aspect-ratio: 1.62 / 1;
	object-fit: cover;
	background: #e8e4dc;
}

.kpn .kpn-gallery .elementor-swiper-button {
	color: var(--kp-navy);
	background: rgba(255, 255, 255, .92);
	width: 44px;
	height: 72px;
	display: grid;
	place-items: center;
	font-size: 22px;
}

.kpn .kpn-gallery .elementor-swiper-button-prev {
	left: 0;
	border-radius: 0 8px 8px 0;
}

.kpn .kpn-gallery .elementor-swiper-button-next {
	right: 0;
	border-radius: 8px 0 0 8px;
}

.kpn .kpn-gallery .swiper-pagination-bullet {
	background: #ded8cc;
	opacity: 1;
}

.kpn .kpn-gallery .swiper-pagination-bullet-active {
	background: var(--kp-tan);
}

/* Info column */
.kpn .kpn-ribbon .elementor-heading-title {
	background: var(--kp-navy);
	color: #fff;
	min-width: 84px;
	height: 82px;
	display: grid;
	place-items: center;
	font-family: var(--kp-heading-font);
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 0 12px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
}

.kpn .kpn-cart .elementor-button,
.kpn .kpn-cart .elementor-button:hover,
.kpn .kpn-cart .elementor-button:focus {
	border: 0;
	border-radius: 999px;
	background: var(--kp-navy);
	color: #fff;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 13px 30px;
	line-height: 1;
}

.kpn .kpn-title .elementor-heading-title {
	font-family: Lora, serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.12;
	color: var(--kp-blue);
	margin-bottom: 10px;
}

.kpn .kpn-subtitle .elementor-heading-title {
	font-size: 19px;
	line-height: 1.35;
	color: #457EC6;
	margin-bottom: 12px;
}

.kpn .kpn-meta {
	font-size: 12px;
	line-height: 1.45;
}

.kpn .kpn-meta-item--wide {
	flex-basis: 100%;
	width: 100%;
}

.kpn .kpn-features .elementor-heading-title {
	font-size: 16px;
	line-height: 1.6;
}

.kpn .kpn-features ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Cards, headings, rules */
.kpn .kpn-h2 .elementor-heading-title {
	font-family: var(--kp-heading-font);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 25px;
	line-height: 1.1;
	font-weight: 600;
	color: var(--kp-blue);
	margin: 8px 0 10px;
}

.kpn .kpn-h2--specs .elementor-heading-title {
	font-size: 20px;
	letter-spacing: 2.4px;
}

.kpn .kpn-h2--nutrition .elementor-heading-title {
	font-size: 30px;
}

.kpn .kpn-h3 .elementor-heading-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.15;
	color: var(--kp-navy);
	margin: 0 0 11px;
}

.kpn .kpn-p .elementor-heading-title {
	font-size: 15px;
	line-height: 1.55;
}

.kpn .kpn-fact-icon .kp-icon,
.kpn .kpn-prep-icons .kp-prep-icons {
	display: flex;
	gap: 24px;
	margin-bottom: 12px;
}

/* Specifications */
.kpn .kpn-spec-section {
	border-bottom: 1px solid var(--kp-line);
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.kpn .kpn-spec-section--last,
.kpn .kpn-spec-section:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.kpn .kpn-spec-label .elementor-heading-title {
	display: block;
	font-family: var(--kp-heading-font);
	text-transform: uppercase;
	color: var(--kp-tan);
	font-weight: 700;
	letter-spacing: .9px;
	font-size: 10px;
	line-height: 1.1;
	margin-bottom: 3px;
}

.kpn .kpn-spec-value .elementor-heading-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.22;
}

/* Actions */
.kpn .kpn-action .elementor-button,
.kpn .kpn-action .elementor-button:hover,
.kpn .kpn-action .elementor-button:focus {
	border: 2px solid var(--kp-blue);
	border-radius: 999px;
	background: transparent;
	color: var(--kp-navy);
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 12px 32px;
	line-height: 1;
}

/* Nutrition facts */
.kpn .kpn-nutrition {
	font-size: 15px;
	line-height: 1.35;
}

.kpn .kpn-n-servings {
	font-size: 17px;
}

.kpn .kpn-n-row {
	border-top: 1px solid var(--kp-line);
}

.kpn .kpn-n-row--serving {
	border-top: 0;
	font-size: 16px;
}

.kpn .kpn-n-label .elementor-heading-title {
	font-weight: 700;
}

.kpn .kpn-n-label--serving .elementor-heading-title {
	font-size: 19px;
}

.kpn .kpn-n-row--indent {
	padding-left: 32px !important;
}

.kpn .kpn-amount .elementor-heading-title {
	font-weight: 700;
	font-size: 14px;
}

.kpn .kpn-calories-label .elementor-heading-title {
	font-family: var(--kp-heading-font);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
}

.kpn .kpn-calories-value .elementor-heading-title {
	font-family: var(--kp-heading-font);
	font-size: 42px;
	letter-spacing: 2px;
	line-height: 1;
}

.kpn .kpn-dv-head .elementor-heading-title {
	text-align: right;
	font-weight: 700;
	font-size: 15px;
	padding: 8px 0;
}

.kpn .kpn-vitamins {
	font-size: 16px;
}

.kpn .kpn-note .elementor-heading-title {
	font-size: 12px;
	line-height: 1.25;
}

.kpn .kpn-ingredients .elementor-heading-title {
	text-transform: uppercase;
	line-height: 1.45;
	font-size: 14px;
}

.kpn .kpn-cn .elementor-heading-title {
	font-size: 15px;
	line-height: 1.45;
}

.kpn .kpn-cn a {
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.kpn .kpn-title .elementor-heading-title {
		font-size: 28px;
	}

	.kpn .kpn-h2--nutrition .elementor-heading-title {
		font-size: 26px;
	}
}

/* ── Stamps band (Kayem Stamps widget) ───────────────────────────────────── */
.kp-stamps {
	--kp-stamp-size: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 28px 56px;
}

.kp-stamps .kp-stamp {
	display: flex;
	align-items: center;
	gap: 16px;
	text-align: left;
}

.kp-stamps-layout-below .kp-stamps .kp-stamp {
	flex-direction: column;
	text-align: center;
	gap: 12px;
}

.kp-stamps .kp-badge-svg {
	height: var(--kp-stamp-size);
	width: auto;
}

.kp-stamps .kp-badge-svg-round {
	width: var(--kp-stamp-size);
}

.kp-stamps .kp-badge-svg-square {
	width: calc(var(--kp-stamp-size) * .83);
}

.kp-stamps .kp-badge-svg-diamond {
	width: calc(var(--kp-stamp-size) * 1.56);
	height: calc(var(--kp-stamp-size) * .94);
}

.kp-stamps .kp-badge-label {
	max-width: 150px;
	font-size: 16px;
	line-height: 1.3;
	color: var(--kp-blue);
}

@media (max-width: 767px) {
	.kp-stamps {
		gap: 24px 28px;
		justify-content: center !important;
	}

	.kp-stamps .kp-badge-svg {
		height: calc(var(--kp-stamp-size) * .75);
	}

	.kp-stamps .kp-badge-svg-round {
		width: calc(var(--kp-stamp-size) * .75);
	}

	.kp-stamps .kp-badge-label {
		font-size: 14px;
	}
}

/* Hand-stamped feel: every mark sits at its own slight angle, like the band artwork. */
.kp-badge:nth-child(4n+1) .kp-badge-mark { transform: rotate(-7deg); }
.kp-badge:nth-child(4n+2) .kp-badge-mark { transform: rotate(5deg); }
.kp-badge:nth-child(4n+3) .kp-badge-mark { transform: rotate(-4deg); }
.kp-badge:nth-child(4n+4) .kp-badge-mark { transform: rotate(8deg); }

.kp-badge-svg-round,
.kp-badge-svg-square,
.kp-badge-svg-diamond {
	overflow: visible;
}

.kp-badge-svg text {
	font-size: inherit;
}
