:root {
	--gfpf-green: #07543f;
	--gfpf-deep-green: #064735;
	--gfpf-soft-green: #edf4ed;
	--gfpf-ink: #17221e;
	--gfpf-line: #e3e8e4;
	--gfpf-surface: #fff;
	--gfpf-warm: #f7f6f0;
}

.gfpf,
.gfpf * {
	box-sizing: border-box;
}

.gfpf[hidden],
.gfpf [hidden] {
	display: none !important;
}

.gfpf-single-product {
	width: 100%;
	padding: 20px 0 54px;
	background: linear-gradient(180deg, #fff 0%, #fffdfa 62%, #fff 100%);
	color: var(--gfpf-ink);
	font-family: inherit;
	line-height: 1.55;
}

/* The theme/base catalog may add a second legacy product-title banner. */
body.single-gfc_product #Subheader,
body.single-gfc_product .mfn-page-title,
body.single-gfc_product .page-title-bar,
body.single-gfc_product .bt-page-title {
	display: none !important;
}

body.single-gfc_product #Content {
	padding-top: 0 !important;
}

.gfpf-container {
	width: min(1240px, calc(100% - 96px));
	margin: 0 auto;
}

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

.gfpf img {
	max-width: 100%;
}

.gfpf h1,
.gfpf h2 {
	margin-top: 0;
	color: var(--gfpf-deep-green);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -.02em;
}

.gfpf-breadcrumbs {
	display: flex;
	min-height: 28px;
	margin: 0 0 15px;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	font-size: 13px;
	color: #3f4945;
}

.gfpf-breadcrumbs a:hover {
	color: var(--gfpf-green);
}

.gfpf-breadcrumbs > span[aria-hidden="true"] {
	color: #98a29d;
	font-size: 18px;
	line-height: 1;
}

.gfpf-breadcrumbs [aria-current="page"] {
	font-weight: 700;
	color: #14231d;
}

.gfpf-hero {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	align-items: start;
	margin-bottom: 27px;
}

.gfpf-gallery {
	min-width: 0;
}

.gfpf-gallery.has-thumbnails {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.gfpf-gallery.has-thumbnails .gfpf-gallery-main {
	grid-column: 2;
	grid-row: 1;
}

.gfpf-gallery-main {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: #eceee9;
	aspect-ratio: 1 / 1;
}

.gfpf-gallery-featured {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gfpf-zoom-button {
	display: inline-flex;
	position: absolute;
	top: 50%;
	left: 24px;
	width: 72px;
	min-height: 154px;
	padding: 18px 13px;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 6px 24px rgba(22, 25, 21, .12);
	background: rgba(255, 253, 249, .9);
	backdrop-filter: blur(8px);
	color: #16241f;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.gfpf-zoom-button svg {
	width: 30px;
	height: 30px;
	padding: 6px;
	border: 1px solid #b9c7bf;
	border-radius: 50%;
	fill: none;
	stroke: var(--gfpf-green);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.gfpf-gallery-thumbs {
	display: flex;
	grid-column: 1;
	grid-row: 1;
	max-height: 100%;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	overflow-y: auto;
	padding-right: 2px;
}

.gfpf-gallery-thumb {
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 9px;
	background: #f2f4f1;
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	cursor: pointer;
}

.gfpf-gallery-thumb.is-active {
	border-color: var(--gfpf-green);
}

.gfpf-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gfpf-summary {
	padding-top: 4px;
}

.gfpf-category-badge {
	display: inline-flex;
	min-height: 25px;
	padding: 4px 13px;
	align-items: center;
	border-radius: 14px;
	background: var(--gfpf-soft-green);
	color: #1c563f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
}

.gfpf-summary h1 {
	max-width: 540px;
	margin: 10px 0 16px;
	font-size: clamp(38px, 3vw, 54px);
	line-height: 1.02;
}

.gfpf-short-description {
	max-width: 530px;
	margin-bottom: 20px;
	color: #3f4643;
	font-size: 15px;
	line-height: 1.65;
}

.gfpf-short-description p {
	margin: 0;
}

.gfpf-attributes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 20px;
}

.gfpf-attribute {
	display: grid;
	min-width: 0;
	min-height: 74px;
	padding: 12px 16px 12px 0;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	border-bottom: 1px solid var(--gfpf-line);
}

.gfpf-attribute:nth-child(odd) {
	margin-right: 16px;
	border-right: 1px solid var(--gfpf-line);
}

.gfpf-attribute:nth-child(even) {
	padding-left: 16px;
}

.gfpf-attribute-icon,
.gfpf-term-icon,
.gfpf-journey-icon {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eff5ef;
	color: var(--gfpf-green);
}

.gfpf-attribute-icon svg,
.gfpf-term-icon svg,
.gfpf-journey-icon svg,
.gfpf-info-panel li svg,
.gfpf-modal-heading svg,
.gfpf-cta-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.gfpf-attribute strong,
.gfpf-attribute span:not(.gfpf-attribute-icon) {
	display: block;
}

.gfpf-attribute strong {
	margin: 1px 0 2px;
	font-size: 13px;
	line-height: 1.3;
}

.gfpf-attribute div > span {
	color: #424b47;
	font-size: 13px;
	line-height: 1.45;
}

.gfpf-primary-button,
.gfpf-secondary-button {
	display: inline-flex;
	min-height: 52px;
	padding: 0 24px;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.gfpf-primary-button {
	background: linear-gradient(135deg, #07543f, #006147);
	color: #fff;
}

.gfpf-primary-button:hover,
.gfpf-primary-button:focus {
	background: #063f30;
	color: #fff;
}

.gfpf-quote-button {
	width: auto;
	min-width: 235px;
	min-height: 48px;
	padding-inline: 24px;
}

.gfpf-quote-button span {
	margin-left: auto;
	font-size: 20px;
	font-weight: 400;
}

.gfpf-summary-actions {
	display: flex;
	min-height: 58px;
	gap: 18px;
	margin-top: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.gfpf-lead-time-card {
	display: grid;
	min-width: 190px;
	min-height: 58px;
	padding: 8px 14px;
	align-items: center;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	border: 1px solid var(--gfpf-line);
	border-radius: 16px;
	background: #f8faf8;
	color: var(--gfpf-deep-green);
}

.gfpf-lead-time-card strong,
.gfpf-lead-time-card div > span {
	display: block;
}

.gfpf-lead-time-card strong {
	display: block;
	font-size: 12px;
	line-height: 1.25;
}

.gfpf-lead-time-card div > span {
	display: block;
	margin-top: 2px;
	color: #41524a;
	font-size: 12px;
}

.gfpf-summary-secondary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 18px;
	padding-left: 0;
}

.gfpf-summary-secondary strong,
.gfpf-summary-secondary span {
	display: block;
}

.gfpf-summary-secondary strong {
	margin-bottom: 5px;
	font-size: 13px;
}

.gfpf-summary-secondary span {
	font-size: 13px;
	color: #32443c;
}

.gfpf-section {
	margin: 0 0 25px;
}

.gfpf-key-features,
.gfpf-ideal-for,
.gfpf-two-up,
.gfpf-custom-cta,
.gfpf-related {
	width: calc(100% - 96px);
	margin-left: auto;
	margin-right: auto;
}

.gfpf-section > h2,
.gfpf-section-heading h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.15;
}

.gfpf-feature-grid {
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(var(--gfpf-count), minmax(0, 1fr));
	padding: 16px 0;
	border: 1px solid var(--gfpf-line);
	border-radius: 13px;
	box-shadow: 0 6px 22px rgba(16, 58, 44, .04);
	background: #fff;
}

.gfpf-feature-card {
	min-width: 0;
	min-height: 132px;
	padding: 12px 22px;
	text-align: center;
}

.gfpf-feature-card + .gfpf-feature-card {
	border-left: 1px solid var(--gfpf-line);
}

.gfpf-feature-card .gfpf-term-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 10px;
}

.gfpf-term-icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.gfpf-feature-card strong,
.gfpf-usage-card strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.gfpf-feature-card p {
	margin: 6px 0 0;
	color: #4c5551;
	font-size: 13px;
	line-height: 1.45;
}

.gfpf-usage-grid {
	display: grid;
	grid-template-columns: repeat(var(--gfpf-count), minmax(0, 1fr));
	gap: 12px;
}

.gfpf-usage-card {
	display: flex;
	min-height: 108px;
	padding: 15px 10px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	border: 1px solid var(--gfpf-line);
	border-radius: 10px;
	box-shadow: 0 5px 16px rgba(16, 58, 44, .04);
	background: #fff;
	text-align: center;
}

.gfpf-usage-card .gfpf-term-icon {
	width: 38px;
	height: 38px;
	background: transparent;
}

.gfpf-usage-card strong {
	text-transform: none;
}

.gfpf-two-up {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 7px;
	margin-bottom: 25px;
}

.gfpf-info-panel {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	padding: 36px;
	border-radius: 10px;
	background: #f7f6f0;
}

.gfpf-info-panel h2 {
	margin-bottom: 14px;
	font-size: 34px;
	line-height: 1.05;
}

.gfpf-info-panel p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.gfpf-sustainability::before {
	position: absolute;
	inset: 0 48% 0 0;
	background-image: linear-gradient(90deg, rgba(247, 246, 240, .02), #f7f6f0), var(--gfpf-panel-image, none);
	background-position: center;
	background-size: cover;
	content: "";
}

.gfpf-sustainability .gfpf-info-content {
	position: relative;
	width: 61%;
	margin-left: auto;
	z-index: 1;
}

.gfpf-info-panel ul,
.gfpf-info-panel ol {
	margin: 18px 0;
	padding: 0;
	list-style: none;
}

.gfpf-info-panel ul li {
	display: flex;
	margin: 9px 0;
	align-items: center;
	gap: 9px;
	font-size: 14px;
}

.gfpf-info-panel ul svg {
	width: 18px;
	height: 18px;
	color: var(--gfpf-green);
}

.gfpf-info-panel a {
	font-size: 14px;
	font-weight: 700;
	color: var(--gfpf-green);
}

.gfpf-journey {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: 20px;
}

.gfpf-journey ol {
	margin: 10px 0 0;
}

.gfpf-journey li {
	display: grid;
	position: relative;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	margin: 0 0 7px;
}

.gfpf-journey li:not(:last-child)::after {
	position: absolute;
	top: 34px;
	bottom: -10px;
	left: 18px;
	width: 1px;
	background: #b7c7bf;
	content: "";
}

.gfpf-journey-icon {
	position: relative;
	width: 35px;
	height: 35px;
	z-index: 1;
}

.gfpf-journey-icon svg {
	width: 21px;
	height: 21px;
}

.gfpf-journey strong {
	display: block;
	font-size: 15px;
}

.gfpf-journey li p {
	color: #565d59;
	font-size: 13px;
	line-height: 1.4;
}

.gfpf-journey-art {
	width: 190px;
	align-self: center;
}

.gfpf-journey-art-illustration {
	display: block;
	color: var(--gfpf-green);
}

.gfpf-journey-art-illustration svg {
	display: block;
	width: 100%;
	height: auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.gfpf-journey-art-illustration .gfpf-art-dash {
	stroke-dasharray: 5 6;
}

.gfpf-custom-cta {
	display: grid;
	position: relative;
	overflow: hidden;
	min-height: 150px;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 22px 30px;
	grid-template-columns: 104px minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	border-radius: 10px;
	background-color: #064d39;
	background-image: linear-gradient(90deg, rgba(4, 73, 54, 1) 0%, rgba(4, 73, 54, .94) 53%, rgba(4, 73, 54, .2) 100%), var(--gfpf-cta-image, none);
	background-position: center right;
	background-size: auto, 55% auto;
	background-repeat: no-repeat;
	color: #fff;
}

.gfpf-cta-icon {
	display: inline-flex;
	width: 100px;
	height: 100px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(46, 144, 92, .34);
}

.gfpf-cta-icon svg {
	width: 42px;
	height: 42px;
}

.gfpf-custom-cta h2 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 25px;
}

.gfpf-custom-cta p {
	max-width: 530px;
	margin: 0;
	font-size: 14px;
}

.gfpf a.gfpf-secondary-button {
	min-width: 205px;
	background: #fff;
	color: var(--gfpf-green) !important;
}

.gfpf a.gfpf-secondary-button:hover,
.gfpf a.gfpf-secondary-button:focus {
	background: #eef5ef;
	color: var(--gfpf-deep-green) !important;
}

/* Archive filters: Usage belongs in the left rail; the other refinements sit above products. */
.gfc-archive .gfpf-sidebar-usage-filter {
	display: block;
}

.gfc-archive .gfpf-archive-top-filters {
	display: grid;
	margin: 0 0 28px;
	padding: 18px 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid #e0e5e2;
	border-bottom: 1px solid #e0e5e2;
}

.gfc-archive .gfpf-archive-top-filters .gfc-filter-group {
	min-height: 0;
	margin: 0;
	padding: 0 18px;
	border-right: 1px solid #e0e5e2;
	border-bottom: 0;
}

.gfc-archive .gfpf-archive-top-filters .gfc-filter-group:first-child {
	padding-left: 0;
}

.gfc-archive .gfpf-archive-top-filters .gfc-filter-group:last-child {
	border-right: 0;
}

.gfpf-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gfpf-related-nav {
	display: flex;
	gap: 8px;
}

.gfpf-related-nav span {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gfpf-line);
	border-radius: 8px;
	background: #fff;
	color: var(--gfpf-green);
}

.gfpf-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.gfpf-related-card {
	overflow: hidden;
	border: 1px solid var(--gfpf-line);
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(16, 58, 44, .04);
	background: #fff;
}

.gfpf-related-image {
	display: block;
	background: #eef1ed;
	aspect-ratio: 1.62;
}

.gfpf-related-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gfpf-related-body {
	display: grid;
	min-height: 80px;
	padding: 12px 13px;
	grid-template-columns: minmax(0, 1fr) 34px;
	gap: 8px;
	align-items: center;
}

.gfpf-related-body strong {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	color: #174f3b;
	font-size: 12px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gfpf-related-body p {
	overflow: hidden;
	margin: 0;
	color: #555f5a;
	font-size: 10px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gfpf-card-arrow {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eff4ed;
	color: var(--gfpf-green);
	font-size: 18px;
}

.gfpf-modal {
	display: flex;
	position: fixed;
	inset: 0;
	padding: 24px;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.gfpf-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 25, 18, .72);
	backdrop-filter: blur(4px);
}

.gfpf-modal-dialog {
	position: relative;
	overflow: auto;
	width: min(720px, 100%);
	max-height: calc(100vh - 48px);
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .3);
	background: #fff;
	z-index: 1;
}

.gfpf-modal-close {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #eff4f0;
	color: var(--gfpf-green);
	font-size: 25px;
	cursor: pointer;
}

.gfpf-modal-heading {
	display: flex;
	margin-bottom: 22px;
	align-items: center;
	gap: 14px;
}

.gfpf-modal-heading > span {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--gfpf-soft-green);
	color: var(--gfpf-green);
}

.gfpf-modal-heading h2 {
	margin: 0;
	font-size: 27px;
}

.gfpf-modal-heading p {
	margin: 2px 0 0;
	color: #65706b;
	font-size: 13px;
}

.gfpf-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.gfpf-form-grid label {
	display: block;
}

.gfpf-form-grid label > span {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 700;
}

.gfpf-form-grid input,
.gfpf-form-grid select,
.gfpf-form-grid textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #cad4ce;
	border-radius: 6px;
	box-shadow: none;
	background: #fff;
	color: #17221e;
	font: inherit;
	font-size: 14px;
}

.gfpf-form-grid textarea {
	resize: vertical;
}

.gfpf-form-wide {
	grid-column: 1 / -1;
}

.gfpf-honeypot {
	position: absolute !important;
	left: -99999px !important;
}

.gfpf-recaptcha-slot {
	display: flex;
	min-height: 52px;
	margin: 16px 0 10px;
	padding: 10px;
	align-items: center;
	justify-content: center;
	border: 1px dashed #b9c8bf;
	border-radius: 6px;
	background: #f8faf8;
	color: #68736e;
	font-size: 12px;
}

.gfpf-form-status {
	min-height: 20px;
	margin: 8px 0;
	font-size: 13px;
}

.gfpf-form-status.is-error {
	color: #a82929;
}

.gfpf-form-status.is-success {
	color: #167346;
}

.gfpf-quote-form > .gfpf-primary-button {
	width: 100%;
}

.gfpf-image-lightbox {
	display: flex;
	position: fixed;
	inset: 0;
	padding: 40px;
	align-items: center;
	justify-content: center;
	background: rgba(1, 13, 9, .92);
	z-index: 999999;
}

.gfpf-image-lightbox img {
	max-width: min(1300px, 94vw);
	max-height: 90vh;
	border-radius: 8px;
	object-fit: contain;
}

.gfpf-image-lightbox button {
	position: absolute;
	top: 18px;
	right: 24px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 44px;
	cursor: pointer;
}

body.gfpf-modal-open {
	overflow: hidden;
}

.gfpf-widget-scope {
	width: 100%;
}

@media (max-width: 1024px) {
	.gfpf-container {
		width: min(960px, calc(100% - 32px));
	}

	.gfpf-hero {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.gfpf-gallery.has-thumbnails {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 10px;
	}

	.gfpf-gallery-thumb {
		width: 62px;
		height: 62px;
		flex-basis: 62px;
	}

	.gfpf-summary h1 {
		font-size: clamp(34px, 4.5vw, 46px);
	}

	.gfpf-section > h2,
	.gfpf-section-heading h2 {
		font-size: 25px;
	}

	.gfpf-info-panel h2 {
		font-size: 30px;
	}

	.gfpf-feature-card {
		padding-inline: 12px;
	}

	.gfpf-two-up,
	.gfpf-custom-cta {
		margin-left: auto;
		margin-right: auto;
	}

	.gfpf-sustainability .gfpf-info-content {
		width: 72%;
	}

	.gfpf-info-panel {
		min-height: 370px;
		padding: 28px;
	}

	.gfpf-cta-icon {
		width: 72px;
		height: 72px;
	}

	.gfpf-custom-cta {
		grid-template-columns: 74px minmax(0, 1fr) auto;
	}

	.gfc-archive .gfpf-archive-top-filters {
		display: none;
	}
}

@media (max-width: 860px) {
	.gfpf-single-product {
		padding-top: 14px;
	}

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

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

	.gfpf-summary h1 {
		max-width: none;
		font-size: clamp(38px, 8vw, 55px);
	}

	.gfpf-short-description {
		max-width: none;
	}

	.gfpf-two-up {
		grid-template-columns: 1fr;
	}

	.gfpf-info-panel {
		min-height: 325px;
	}

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

@media (max-width: 640px) {
	.gfpf-container {
		width: min(600px, calc(100% - 24px));
	}

	.gfpf-breadcrumbs {
		gap: 6px;
		font-size: 11px;
	}

	.gfpf-gallery-main {
		border-radius: 11px;
		aspect-ratio: 1 / 1.05;
	}

	.gfpf-gallery.has-thumbnails {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.gfpf-gallery.has-thumbnails .gfpf-gallery-main {
		width: 100%;
	}

	.gfpf-zoom-button {
		top: auto;
		right: 13px;
		bottom: 13px;
		left: auto;
		width: 48px;
		min-height: 48px;
		padding: 8px;
		transform: none;
		border-radius: 50%;
	}

	.gfpf-zoom-button span {
		display: none;
	}

	.gfpf-zoom-button svg {
		border: 0;
	}

	.gfpf-gallery-thumbs {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: 100%;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	.gfpf-gallery-thumb {
		width: auto;
		height: auto;
		aspect-ratio: 1.25;
	}

	.gfpf-summary h1 {
		font-size: clamp(35px, 11vw, 46px);
	}

	.gfpf-attributes {
		grid-template-columns: 1fr;
	}

	.gfpf-attribute:nth-child(odd),
	.gfpf-attribute:nth-child(even) {
		margin-right: 0;
		padding-left: 0;
		border-right: 0;
	}

	.gfpf-quote-button {
		width: 100%;
		min-width: 0;
	}

	.gfpf-summary-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.gfpf-lead-time-card {
		width: 100%;
		min-width: 0;
	}

	.gfpf-summary-secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		padding-left: 0;
	}

	.gfpf-key-features,
	.gfpf-ideal-for,
	.gfpf-two-up,
	.gfpf-custom-cta,
	.gfpf-related {
		width: 100%;
	}

	.gfpf-feature-grid,
	.gfpf-usage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gfpf-feature-grid {
		gap: 0;
		padding: 0;
	}

	.gfpf-feature-card {
		padding: 16px 9px;
		border-bottom: 1px solid var(--gfpf-line);
	}

	.gfpf-feature-card + .gfpf-feature-card {
		border-left: 0;
	}

	.gfpf-feature-card:nth-child(even) {
		border-left: 1px solid var(--gfpf-line);
	}

	.gfpf-section > h2,
	.gfpf-section-heading h2 {
		font-size: 23px;
	}

	.gfpf-info-panel {
		min-height: 0;
		padding: 25px 20px;
	}

	.gfpf-sustainability::before {
		opacity: .2;
		inset: 0;
	}

	.gfpf-sustainability .gfpf-info-content {
		width: 100%;
	}

	.gfpf-journey {
		grid-template-columns: 1fr;
	}

	.gfpf-journey-art {
		display: block;
		width: 150px;
		justify-self: center;
	}

	.gfpf-custom-cta {
		grid-template-columns: 50px minmax(0, 1fr);
		padding: 20px;
		gap: 13px;
	}

	.gfpf-cta-icon {
		width: 50px;
		height: 50px;
	}

	.gfpf-custom-cta h2 {
		font-size: 22px;
	}

	.gfpf-custom-cta p {
		font-size: 12px;
	}

	.gfpf-custom-cta .gfpf-secondary-button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.gfpf-related-grid {
		grid-template-columns: 1fr;
	}

	.gfpf-related-image {
		aspect-ratio: 1.75;
	}

	.gfpf-modal {
		padding: 12px;
		align-items: flex-end;
	}

	.gfpf-modal-dialog {
		max-height: calc(100vh - 24px);
		padding: 24px 18px;
		border-radius: 15px 15px 8px 8px;
	}

	.gfpf-form-grid {
		grid-template-columns: 1fr;
	}

	.gfpf-form-wide {
		grid-column: auto;
	}
}
