/* Keep ad traffic focused on the product while preserving the shop identity. */
body.single-product { background: #faf8f2; }
body.single-product .kf-header .kf-nav a[href$="/journal/"],
body.single-product .kf-header .kf-nav a[href$="/video-services/"],
body.single-product .kf-header .kf-nav a[href$="/about/"],
body.single-product .kf-header .kf-mobile-nav nav a[href$="/journal/"],
body.single-product .kf-header .kf-mobile-nav nav a[href$="/video-services/"],
body.single-product .kf-header .kf-mobile-nav nav a[href$="/about/"] { display: none; }

/* Product landing pages. All component styles stay inside the product surface. */
.kfs-product {
    --kfs-paper: #faf8f2;
    --kfs-ink: #303b34;
    --kfs-muted: #697264;
    --kfs-green: #526b54;
    --kfs-line: #d7dccf;
    --kfs-sage: #e9ede3;
    --kfs-serif: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px 40px 70px;
    color: var(--kfs-ink);
    font-family: system-ui, -apple-system, "PingFang HK", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
}
.kfs-product *, .kfs-product *::before, .kfs-product *::after { box-sizing: border-box; }
.kfs-product [hidden] { display: none !important; }
.kfs-product :where(a, button, input, select, summary):focus-visible { outline: 2px solid var(--kfs-green); outline-offset: 4px; }
.kfs-product a { color: inherit; text-decoration: none; }
.kfs-product :where(h1, h2, h3, p, figure) { margin: 0; padding: 0; }
.kfs-product :where(h1, h2, h3) { color: var(--kfs-ink); }
.kfs-product svg { width: 20px; height: 20px; flex: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.kfs-product .kfs-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.kfs-product .kfs-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; font-size: 10px; line-height: 1.8; color: var(--kfs-muted); letter-spacing: .04em; }
.kfs-product .kfs-breadcrumb [aria-current] { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kfs-product .kfs-breadcrumb a { flex: none; }
.kfs-product .kfs-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 4px; }
.kfs-product .kfs-product-entry { display: block; max-width: none; margin: 0; padding: 0; }
.kfs-product .kfs-product-overview { display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 27px; }
.kfs-product .kfs-product-intro { width: 100%; max-width: 760px; padding: 10px 0 2px; text-align: center; }
.kfs-product .kfs-product-intro .kfs-short-description { max-width: 630px; margin-right: auto; margin-left: auto; }
.kfs-product .kfs-intro-action { display: inline-flex; align-items: center; gap: 14px; margin-top: 16px; padding: 5px 0; border-bottom: 1px solid var(--kfs-line); color: var(--kfs-green); font-size: 12px; }

/* Gallery */
.kfs-product .kfs-gallery { width: 100%; max-width: 620px; min-width: 0; margin: 0 auto; }
.kfs-product .kfs-gallery-stage { position: relative; aspect-ratio: 1; background: #efeee7; overflow: hidden; }
.kfs-product .kfs-gallery-frame { width: 100%; height: 100%; margin: 0; }
.kfs-product .kfs-gallery-frame a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.kfs-product .kfs-gallery-frame img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: contain; }
.kfs-product .kfs-gallery-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; height: 100%; color: var(--kfs-muted); font-size: 13px; letter-spacing: .08em; }
.kfs-product .kfs-gallery-placeholder svg { width: 56px; height: 56px; stroke-width: 1; }
.kfs-product .kfs-gallery-caption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; color: var(--kfs-muted); font-size: 10px; letter-spacing: .13em; }
.kfs-product .kfs-gallery-thumbs { display: flex; justify-content: safe center; gap: 9px; overflow-x: auto; padding: 14px 3px 5px; margin: 0 -3px; scrollbar-width: thin; }
.kfs-product .kfs-gallery-thumb { flex: 0 0 68px; width: 68px; height: 68px; min-height: 0; padding: 3px; border: 1px solid var(--kfs-line); border-radius: 0; background: transparent; cursor: pointer; transition: border-color .15s, background .15s; }
.kfs-product .kfs-gallery-thumb[aria-pressed="true"] { border-color: var(--kfs-green); background: var(--kfs-sage); box-shadow: inset 0 0 0 1px var(--kfs-green); }
.kfs-product .kfs-gallery-thumb img { display: block; width: 100%; height: 100%; object-fit: contain; }

/* Product summary and factual feature chips */
.kfs-product .kfs-product-summary { width: 100%; max-width: 660px; min-width: 0; padding-top: 0; text-align: center; }
.kfs-product .kfs-product-eyebrow { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--kfs-green); font-size: 10px; letter-spacing: .16em; }
.kfs-product .kfs-product-eyebrow > span { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.kfs-product h1 { font-family: var(--kfs-serif); font-weight: 400; font-size: clamp(29px, 3.1vw, 42px); line-height: 1.55; letter-spacing: .04em; overflow-wrap: anywhere; text-wrap: balance; }
.kfs-product .kfs-short-description { margin-top: 16px; color: var(--kfs-muted); font-size: 13px; line-height: 2; overflow-wrap: anywhere; }
.kfs-product .kfs-short-description p + p { margin-top: 8px; }
.kfs-product .kfs-product-price { display: flex; justify-content: center; align-items: baseline; gap: 10px; flex-wrap: wrap; padding-top: 0; font-size: 30px; font-weight: 500; line-height: 1.4; letter-spacing: .01em; color: var(--kfs-green); }
.kfs-product .kfs-currency { font-size: inherit; font-weight: inherit; letter-spacing: inherit; color: inherit; }
.kfs-product .kfs-product-price .price { margin: 0; color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; }
.kfs-product .price del { color: var(--kfs-muted); font-size: .65em; opacity: .8; }
.kfs-product .price ins { background: transparent; color: var(--kfs-green); text-decoration: none; }
.kfs-product .kfs-price-pending { color: var(--kfs-muted); font-size: 19px; }
.kfs-product .kfs-feature-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 30px; padding: 0; margin: 23px 0 0; list-style: none; }
.kfs-product .kfs-feature-list li { display: flex; align-items: flex-start; gap: 7px; min-width: 0; text-align: left; }
.kfs-product .kfs-feature-mark { color: #85937a; font-size: 15px; line-height: 1.5; }
.kfs-product .kfs-feature-list strong { display: block; font-size: 11px; font-weight: 500; color: var(--kfs-ink); }
.kfs-product .kfs-feature-list small { display: block; max-width: 170px; margin-top: 2px; font-size: 10px; line-height: 1.7; color: var(--kfs-muted); }
.kfs-product .kfs-product-sku { margin-top: 12px; font-size: 10px; color: var(--kfs-muted); letter-spacing: .035em; }
.kfs-product .kfs-product-sku span { margin-left: 8px; overflow-wrap: anywhere; }
.kfs-product .kfs-purchase { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--kfs-line); scroll-margin-top: 28px; }
.kfs-product .kfs-store-status { display: flex; justify-content: center; gap: 9px; align-items: center; margin-top: 16px; padding: 11px 13px; background: var(--kfs-sage); font-size: 11px; line-height: 1.8; color: var(--kfs-green); }
.kfs-product .kfs-store-status:first-child { margin-top: 0; }
.kfs-product .kfs-status-dot { flex: none; width: 5px; height: 5px; border-radius: 50%; background: #839379; }
.kfs-product .kfs-product-quick-links { display: flex; justify-content: center; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 13px; color: var(--kfs-muted); font-size: 11px; }
.kfs-product .kfs-product-quick-links a { display: inline-flex; align-items: center; gap: 12px; min-height: 36px; }
.kfs-product .kfs-product-quick-links a:hover { color: var(--kfs-green); }
.kfs-product .kfs-product-quick-links span { color: var(--kfs-green); }

/* Enhanced colour images and size chips. Native Woo selects remain the fallback. */
.kfs-product .kfs-visual-options { margin-bottom: 16px; }
.kfs-product .kfs-option-group { display: block; min-width: 0; margin: 0 0 19px; padding: 0; border: 0; }
.kfs-product .kfs-option-group legend { float: none; width: 100%; padding: 0; margin-bottom: 10px; font-size: 12px; font-weight: 500; line-height: 1.8; color: var(--kfs-ink); }
.kfs-product .kfs-option-group legend [data-kfs-option-value] { display: inline; margin-left: 12px; font-size: 11px; color: var(--kfs-muted); font-weight: 400; }
.kfs-product .kfs-option-buttons { display: flex; justify-content: center; flex-wrap: wrap; align-items: stretch; gap: 9px; }
.kfs-product .kfs-option-chip { position: relative; appearance: none; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 14px; margin: 0; border: 1px solid var(--kfs-line); border-radius: 0; background: #fffef9; color: var(--kfs-ink); font: inherit; font-size: 12px; line-height: 1.7; cursor: pointer; transition: border-color .15s, background .15s, box-shadow .15s; }
.kfs-product .kfs-option-chip:hover { border-color: #8b9a82; background: #f1f3eb; }
.kfs-product .kfs-option-chip[aria-pressed="true"] { border-color: var(--kfs-green); background: #edf1e7; box-shadow: inset 0 0 0 1px var(--kfs-green); }
.kfs-product .kfs-option-chip:disabled, .kfs-product .kfs-option-chip[aria-disabled="true"] { opacity: .42; background: transparent; color: var(--kfs-muted); cursor: not-allowed; text-decoration: line-through; border-style: dashed; box-shadow: none; }
.kfs-product .kfs-option-colour { display: flex; flex-direction: column; justify-content: flex-start; width: 96px; min-height: 127px; padding: 4px 4px 7px; gap: 5px; }
.kfs-product .kfs-option-colour img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.kfs-product .kfs-option-colour > span { display: block; font-size: 11px; line-height: 1.7; text-align: center; }
.kfs-product .kfs-selection-summary { margin: -1px 0 0; color: var(--kfs-green); font-size: 12px; line-height: 1.8; }
.kfs-product .kfs-option-hint { margin-top: 5px; color: var(--kfs-muted); font-size: 10px; line-height: 1.8; }
.kfs-product .kfs-preview-options { margin-bottom: 20px; }
.kfs-product .kfs-options-heading { font-size: 12px; color: var(--kfs-muted); margin-bottom: 13px; }
.kfs-product .kfs-option-row { display: grid; grid-template-columns: 90px minmax(0, 1fr); align-items: center; gap: 12px; margin-top: 10px; }
.kfs-product .kfs-option-row label { font-size: 13px; }
.kfs-product .kfs-option-row select { width: 100%; min-height: 44px; padding: 9px 30px 9px 12px; border: 1px solid var(--kfs-line); border-radius: 0; background-color: #fffef9; color: var(--kfs-ink); font-size: 13px; }
.kfs-product .kfs-options-enhanced .variations { display: none; }
.kfs-product .kfs-options-enhanced .kfs-options-fallback { display: none; }
.kfs-product .kfs-purchase form.cart { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; margin: 0; }
.kfs-product .kfs-purchase form.variations_form { display: block; }
.kfs-product .kfs-purchase .variations { width: 100%; margin: 0 0 16px; border: 0; border-collapse: collapse; }
.kfs-product .kfs-purchase .variations tr { border: 0; }
.kfs-product .kfs-purchase .variations th, .kfs-product .kfs-purchase .variations td { padding: 0 0 12px; text-align: left; border: 0; vertical-align: middle; }
.kfs-product .kfs-purchase .variations th { width: 90px; padding-right: 12px; font-size: 13px; font-weight: 500; }
.kfs-product .kfs-purchase .variations select { min-width: 0; width: 100%; min-height: 44px; border: 1px solid var(--kfs-line); border-radius: 0; background-color: #fffef9; padding: 8px 32px 8px 12px; font-size: 13px; }
.kfs-product .kfs-purchase .reset_variations { display: inline-block; margin-top: 7px; font-size: 11px; color: var(--kfs-muted); text-decoration: underline; text-underline-offset: 3px; }
.kfs-product .kfs-purchase .quantity { flex: none; display: grid; grid-template-columns: 48px 56px 48px; align-items: center; gap: 6px; width: 164px; margin: 0; }
.kfs-product .kfs-purchase .quantity input { grid-column: 2; grid-row: 1; width: 56px; height: 48px; min-height: 48px; padding: 8px 2px; border: 1px solid var(--kfs-line); border-radius: 4px; background: #fffef9; text-align: center; font-size: 17px; font-variant-numeric: tabular-nums; }
.kfs-product .kfs-purchase .quantity .ct-increase,
.kfs-product .kfs-purchase .quantity .ct-decrease { position: static; inset: auto; grid-row: 1; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid var(--kfs-green); border-radius: 4px; background: #e9ede3; color: var(--kfs-green); opacity: 1; transform: none; cursor: pointer; touch-action: manipulation; transition: background .15s, color .15s; }
.kfs-product .kfs-purchase .quantity .ct-decrease { grid-column: 1; }
.kfs-product .kfs-purchase .quantity .ct-increase { grid-column: 3; }
.kfs-product .kfs-purchase .quantity .ct-increase::before,
.kfs-product .kfs-purchase .quantity .ct-decrease::before { position: static; inset: auto; width: auto; height: auto; display: block; background: none; transform: none; font: 400 27px/1 system-ui, sans-serif; }
.kfs-product .kfs-purchase .quantity .ct-increase::before { content: '+'; }
.kfs-product .kfs-purchase .quantity .ct-decrease::before { content: '−'; }
.kfs-product .kfs-purchase .quantity .ct-increase:hover,
.kfs-product .kfs-purchase .quantity .ct-decrease:hover { background: var(--kfs-green); color: #fffef9; }
.kfs-product .kfs-purchase .quantity [role="button"]:focus-visible { outline: 2px solid var(--kfs-green); outline-offset: 3px; }
.kfs-product .kfs-purchase .quantity [aria-disabled="true"] { border-color: var(--kfs-line); background: #f2f1ec; color: #9b9d94; cursor: not-allowed; pointer-events: none; }
@media (max-width: 540px) {
    .kfs-product .kfs-purchase .woocommerce-variation-add-to-cart { justify-content: center; }
    .kfs-product .kfs-purchase button.single_add_to_cart_button { flex-basis: 100%; }
}
.kfs-product .kfs-purchase button.single_add_to_cart_button, .kfs-product .kfs-purchase .single_add_to_cart_button.button { display: inline-flex; justify-content: center; align-items: center; flex: 1; min-height: 48px; border: 1px solid var(--kfs-green); border-radius: 0; background: var(--kfs-green); color: #fffef9; padding: 11px 24px; font-size: 14px; letter-spacing: .03em; font-weight: 400; line-height: 1.6; cursor: pointer; }
.kfs-product .kfs-purchase button.single_add_to_cart_button:hover { background: #384f3b; }
.kfs-product .kfs-purchase button.single_add_to_cart_button.disabled, .kfs-product .kfs-purchase button.single_add_to_cart_button:disabled { opacity: .5; cursor: not-allowed; }
.kfs-product .kfs-purchase .woocommerce-variation-add-to-cart { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.kfs-product .kfs-purchase .single_variation { font-size: 13px; margin-bottom: 14px; }
.kfs-product .kfs-purchase .woocommerce-variation-price { font-size: 21px; margin-bottom: 8px; color: var(--kfs-green); }
.kfs-product .kfs-purchase .stock { margin: 0 0 14px; font-size: 12px; color: var(--kfs-muted); }
.kfs-product .kfs-purchase-note { font-size: 13px; color: var(--kfs-muted); }
.kfs-product .kfs-purchase-note a { text-decoration: underline; text-underline-offset: 4px; }

/* Local section navigation and editorial product story */
.kfs-product .kfs-detail-nav { display: flex; justify-content: center; gap: clamp(25px, 5vw, 72px); margin-top: 64px; padding: 0 18px; border-top: 1px solid var(--kfs-line); border-bottom: 1px solid var(--kfs-line); }
.kfs-product .kfs-detail-nav a { position: relative; display: flex; align-items: center; justify-content: center; min-height: 62px; white-space: nowrap; font-size: 12px; letter-spacing: .055em; }
.kfs-product .kfs-detail-nav a:hover, .kfs-product .kfs-detail-nav a[aria-current="true"] { color: var(--kfs-green); }
.kfs-product .kfs-detail-nav a[aria-current="true"]::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--kfs-green); content: ""; }
.kfs-product .kfs-detail-section { scroll-margin-top: 28px; }
.kfs-product .kfs-editorial-section { padding-top: 74px; padding-bottom: 70px; }
.kfs-product .kfs-editorial-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.kfs-product .kfs-section-eyebrow { font-size: 10px; color: var(--kfs-green); letter-spacing: .16em; line-height: 1.8; }
.kfs-product .kfs-editorial-heading h2 { margin-top: 16px; font-family: var(--kfs-serif); font-size: clamp(28px, 2.9vw, 38px); font-weight: 400; line-height: 1.6; letter-spacing: .06em; text-wrap: balance; }
.kfs-product .kfs-stories { display: grid; gap: 44px; }
.kfs-product .kfs-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 0; background: #f0f1e9; }
.kfs-product .kfs-story:nth-child(even) { background: #eeeae0; }
.kfs-product .kfs-story-image { width: 100%; aspect-ratio: 1.12; overflow: hidden; }
.kfs-product .kfs-story-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.kfs-product .kfs-story:nth-child(even) .kfs-story-image { order: 2; }
.kfs-product .kfs-story-copy { min-width: 0; padding: clamp(25px, 4.2vw, 58px); }
.kfs-product .kfs-story-eyebrow { display: flex; align-items: center; gap: 13px; color: var(--kfs-green); font-size: 10px; letter-spacing: .14em; }
.kfs-product .kfs-story-eyebrow > span { font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-style: italic; color: #7e8b75; }
.kfs-product .kfs-story-copy h3 { margin-top: 17px; font-family: var(--kfs-serif); font-size: clamp(25px, 2.4vw, 33px); font-weight: 400; line-height: 1.6; letter-spacing: .055em; text-wrap: balance; }
.kfs-product .kfs-story-copy .kfs-rich-text { margin-top: 20px; color: #65705f; font-size: 13px; line-height: 2; }
.kfs-product .kfs-story-text-only { display: block; }
.kfs-product .kfs-story-text-only .kfs-story-copy { max-width: 780px; margin: 0 auto; }
.kfs-product .kfs-generic-description { max-width: 880px; margin: 0 auto; color: #586353; font-size: 14px; line-height: 2; }
.kfs-product .kfs-rich-text p + p { margin-top: 15px; }
.kfs-product .kfs-rich-text :where(h2, h3, h4) { margin: 26px 0 12px; font-weight: 500; line-height: 1.7; color: var(--kfs-ink); }
.kfs-product .kfs-rich-text :where(h2, h3, h4):first-child { margin-top: 0; }
.kfs-product .kfs-rich-text :where(ul, ol) { padding-left: 22px; margin: 14px 0; }
.kfs-product .kfs-rich-text li + li { margin-top: 6px; }
.kfs-product .kfs-rich-text img { max-width: 100%; height: auto; }
.kfs-product .kfs-rich-text a, .kfs-product .kfs-empty-detail a { color: var(--kfs-green); text-decoration: underline; text-underline-offset: 4px; }
.kfs-product .kfs-rich-text table { width: 100%; border-collapse: collapse; font-size: 13px; table-layout: fixed; }
.kfs-product .kfs-rich-text td, .kfs-product .kfs-rich-text th { padding: 12px; border: 1px solid var(--kfs-line); overflow-wrap: anywhere; }
.kfs-product .kfs-rich-text > *:last-child { margin-bottom: 0; }
.kfs-product .kfs-empty-detail { color: var(--kfs-muted); font-size: 13px; line-height: 1.95; }
.kfs-product .kfs-detail-images { margin-top: 26px; }
.kfs-product .kfs-detail-images:first-child { margin-top: 0; }
.kfs-product .kfs-detail-images img { display: block; width: 100%; height: auto; margin: 0; }

/* Size guide, specifications and answers */
.kfs-product .kfs-section-heading h2 { margin-top: 11px; font-family: var(--kfs-serif); font-size: 27px; font-weight: 400; line-height: 1.65; letter-spacing: .045em; }
.kfs-product .kfs-size-guide { padding: 44px 40px 31px; margin-bottom: 68px; background: var(--kfs-sage); }
.kfs-product .kfs-size-guide .kfs-section-heading { text-align: center; }
.kfs-product .kfs-size-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 31px; }
.kfs-product .kfs-size-card { min-width: 0; padding: 8px 25px 12px; border-left: 1px solid #cdd6c5; }
.kfs-product .kfs-size-card:first-child { padding-left: 0; border-left: 0; }
.kfs-product .kfs-size-card:last-child { padding-right: 0; }
.kfs-product .kfs-size-number { font-family: Georgia, "Times New Roman", serif; font-size: 13px; font-style: italic; color: #899780; }
.kfs-product .kfs-size-card h3 { margin-top: 10px; font-family: var(--kfs-serif); font-size: clamp(20px, 2vw, 27px); font-weight: 400; letter-spacing: .015em; line-height: 1.65; }
.kfs-product .kfs-size-card > p { margin-top: 9px; color: #66725f; font-size: 12px; line-height: 1.9; }
.kfs-product .kfs-size-availability { display: block; margin-top: 16px; color: var(--kfs-green); font-size: 10px; line-height: 1.8; }
.kfs-product .kfs-inline-link { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 44px; width: fit-content; margin: 29px auto 0; border-bottom: 1px solid #aab7a1; font-size: 12px; color: var(--kfs-green); }
.kfs-product .kfs-data-section { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1.7fr); gap: 60px; padding: 45px 0; border-top: 1px solid var(--kfs-line); }
.kfs-product .kfs-section-body { min-width: 0; color: #586353; font-size: 13px; line-height: 1.95; overflow-wrap: anywhere; }
.kfs-product .kfs-spec-table { width: 100%; margin: 0; border: 0; border-collapse: collapse; font-size: 13px; line-height: 1.9; }
.kfs-product .kfs-spec-table th, .kfs-product .kfs-spec-table td { border: 0; border-bottom: 1px solid var(--kfs-line); padding: 13px 16px; text-align: left; vertical-align: top; }
.kfs-product .kfs-spec-table th { width: 28%; min-width: 90px; background: #edf0e6; font-weight: 400; color: var(--kfs-ink); }
.kfs-product .kfs-spec-table td { background: #fffef9; }
.kfs-product .kfs-package { margin-top: 23px; padding: 18px 0 0; }
.kfs-product .kfs-package h3 { margin-bottom: 8px; font-size: 13px; font-weight: 500; }
.kfs-product .kfs-faq-list { min-width: 0; }
.kfs-product .kfs-faq-item { border-bottom: 1px solid var(--kfs-line); }
.kfs-product .kfs-faq-item:first-child { border-top: 1px solid var(--kfs-line); }
.kfs-product .kfs-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 65px; padding: 15px 0; font-size: 14px; color: var(--kfs-ink); cursor: pointer; list-style: none; }
.kfs-product summary::-webkit-details-marker { display: none; }
.kfs-product .kfs-faq-item summary > span { position: relative; flex: none; width: 16px; height: 16px; color: var(--kfs-green); }
.kfs-product .kfs-faq-item summary > span::before, .kfs-product .kfs-faq-item summary > span::after { position: absolute; top: 7px; left: 2px; width: 12px; height: 1px; background: currentColor; content: ""; }
.kfs-product .kfs-faq-item summary > span::after { transform: rotate(90deg); }
.kfs-product .kfs-faq-item[open] summary > span::after { transform: rotate(0); }
.kfs-product .kfs-faq-item > .kfs-rich-text { padding: 0 30px 23px 0; color: var(--kfs-muted); font-size: 13px; line-height: 2; }
.kfs-product .kfs-delivery-section { padding: 0; border-top: 1px solid var(--kfs-line); border-bottom: 1px solid var(--kfs-line); }
.kfs-product .kfs-delivery-disclosure > summary { display: flex; justify-content: space-between; align-items: center; min-height: 62px; padding: 14px 0; color: var(--kfs-muted); font-size: 12px; letter-spacing: .04em; list-style: none; cursor: pointer; }
.kfs-product .kfs-delivery-disclosure > summary span { font-size: 17px; line-height: 1; transition: transform .15s; }
.kfs-product .kfs-delivery-disclosure[open] > summary span { transform: rotate(45deg); }
.kfs-product .kfs-service-details { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: 12px 0 30px; color: var(--kfs-muted); font-size: 12px; }
.kfs-product .kfs-service-details h3 { font-size: 13px; font-weight: 500; margin-bottom: 10px; color: var(--kfs-ink); }

/* Return to the selection, without implying checkout is available. */
.kfs-product .kfs-final-selection { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-top: 60px; padding: 42px 46px; background: #e5eadf; }
.kfs-product .kfs-final-selection h2 { margin-top: 11px; font-family: var(--kfs-serif); font-size: 28px; font-weight: 400; letter-spacing: .045em; line-height: 1.7; }
.kfs-product .kfs-final-selection h2 + p { margin-top: 12px; color: var(--kfs-muted); font-size: 11px; }
.kfs-product .kfs-selection-link { display: inline-flex; align-items: center; justify-content: space-between; flex: none; gap: 30px; min-height: 49px; padding: 12px 23px; background: var(--kfs-green); color: #fffef9; font-size: 12px; letter-spacing: .025em; transition: background .15s; }
.kfs-product .kfs-selection-link:hover { background: #405742; }
.kfs-product .kfs-product-end { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 24px; font-size: 10px; color: var(--kfs-muted); }
.kfs-product .kfs-product-end a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 11px; }
.kfs-product .kfs-product-end a:hover { color: var(--kfs-green); }
.kfs-product .kfs-mobile-purchase { display: none; }

@media (max-width: 1050px) {
    .kfs-product { padding-right: 28px; padding-left: 28px; }
    .kfs-product .kfs-product-overview { gap: 27px; }
    .kfs-product .kfs-feature-list { gap: 10px 14px; }
    .kfs-product .kfs-feature-list small { max-width: 135px; }
    .kfs-product .kfs-data-section { grid-template-columns: 210px minmax(0, 1fr); gap: 36px; }
    .kfs-product .kfs-story-copy { padding: 28px; }
    .kfs-product .kfs-story-image { aspect-ratio: 1; }
    .kfs-product .kfs-final-selection { padding: 33px; }
    .kfs-product .kfs-final-selection h2 { font-size: 25px; }
}
@media (max-width: 760px) {
    .kfs-product { padding: 19px 20px 45px; }
    .kfs-product .kfs-breadcrumb { margin-bottom: 17px; font-size: 9px; gap: 7px; }
    .kfs-product .kfs-product-overview { grid-template-columns: 1fr; gap: 25px; }
    .kfs-product .kfs-product-intro { padding: 2px 0 0; }
    .kfs-product .kfs-gallery-stage { max-height: 680px; }
    .kfs-product .kfs-gallery-caption { padding-top: 10px; font-size: 9px; }
    .kfs-product .kfs-gallery-thumb { flex-basis: 58px; width: 58px; height: 58px; }
    .kfs-product .kfs-gallery-thumbs { gap: 7px; padding-top: 11px; }
    .kfs-product .kfs-product-summary { padding-top: 0; }
    .kfs-product .kfs-product-eyebrow { margin-bottom: 11px; font-size: 9px; }
    .kfs-product h1 { font-size: 29px; line-height: 1.55; }
    .kfs-product .kfs-short-description { margin-top: 12px; font-size: 13px; line-height: 1.95; }
    .kfs-product .kfs-product-price { padding-top: 0; font-size: 28px; }
    .kfs-product .kfs-feature-list { gap: 12px 19px; margin-top: 19px; }
    .kfs-product .kfs-feature-list small { max-width: 155px; }
    .kfs-product .kfs-purchase { margin-top: 22px; padding-top: 20px; }
    .kfs-product .kfs-option-group { margin-bottom: 19px; }
    .kfs-product .kfs-option-colour { width: 96px; min-height: 127px; }
    .kfs-product .kfs-option-chip:not(.kfs-option-colour) { padding: 9px 12px; font-size: 11px; }
    .kfs-product .kfs-product-quick-links { margin-top: 10px; }
    .kfs-product .kfs-detail-nav { justify-content: flex-start; gap: 26px; padding: 0; margin-top: 34px; overflow-x: auto; scrollbar-width: none; }
    .kfs-product .kfs-detail-nav::-webkit-scrollbar { display: none; }
    .kfs-product .kfs-detail-nav a { min-height: 54px; font-size: 11px; letter-spacing: 0; flex: none; }
    .kfs-product .kfs-editorial-section { padding-top: 44px; padding-bottom: 36px; }
    .kfs-product .kfs-editorial-heading { margin-bottom: 27px; }
    .kfs-product .kfs-section-eyebrow { font-size: 9px; }
    .kfs-product .kfs-editorial-heading h2 { margin-top: 12px; font-size: 27px; line-height: 1.65; }
    .kfs-product .kfs-stories { gap: 22px; }
    .kfs-product .kfs-story { grid-template-columns: 1fr; }
    .kfs-product .kfs-story-image { aspect-ratio: 1.15; }
    .kfs-product .kfs-story:nth-child(even) .kfs-story-image { order: 0; }
    .kfs-product .kfs-story-copy { padding: 26px 24px 30px; }
    .kfs-product .kfs-story-copy h3 { margin-top: 13px; font-size: 25px; }
    .kfs-product .kfs-story-copy .kfs-rich-text { margin-top: 15px; font-size: 12px; }
    .kfs-product .kfs-generic-description { font-size: 13px; }
    .kfs-product .kfs-size-guide { padding: 29px 24px 24px; margin-bottom: 36px; }
    .kfs-product .kfs-section-heading h2 { font-size: 24px; margin-top: 9px; }
    .kfs-product .kfs-size-grid { grid-template-columns: 1fr; margin-top: 25px; }
    .kfs-product .kfs-size-card, .kfs-product .kfs-size-card:first-child, .kfs-product .kfs-size-card:last-child { position: relative; padding: 20px 0 21px 29px; border-left: 0; border-top: 1px solid #cdd6c5; }
    .kfs-product .kfs-size-card:first-child { padding-top: 0; border-top: 0; }
    .kfs-product .kfs-size-number { position: absolute; top: 25px; left: 0; font-size: 11px; }
    .kfs-product .kfs-size-card:first-child .kfs-size-number { top: 5px; }
    .kfs-product .kfs-size-card h3 { margin-top: 0; font-size: 24px; }
    .kfs-product .kfs-size-card > p { margin-top: 5px; font-size: 12px; }
    .kfs-product .kfs-size-availability { margin-top: 9px; }
    .kfs-product .kfs-inline-link { margin-top: 5px; font-size: 11px; }
    .kfs-product .kfs-data-section { grid-template-columns: 1fr; gap: 24px; padding: 32px 0; }
    .kfs-product .kfs-section-body { font-size: 12px; }
    .kfs-product .kfs-spec-table { font-size: 12px; }
    .kfs-product .kfs-spec-table th, .kfs-product .kfs-spec-table td { padding: 12px 13px; }
    .kfs-product .kfs-spec-table th { width: 30%; }
    .kfs-product .kfs-faq-item summary { min-height: 61px; font-size: 13px; }
    .kfs-product .kfs-faq-item > .kfs-rich-text { padding-right: 24px; font-size: 12px; }
    .kfs-product .kfs-service-details { grid-template-columns: 1fr; gap: 22px; }
    .kfs-product .kfs-final-selection { display: block; margin-top: 35px; padding: 28px 24px; }
    .kfs-product .kfs-final-selection h2 { font-size: 25px; }
    .kfs-product .kfs-final-selection h2 + p { margin-top: 10px; font-size: 10px; }
    .kfs-product .kfs-selection-link { width: 100%; margin-top: 24px; min-height: 47px; }
    .kfs-product .kfs-product-end { flex-direction: column; align-items: flex-start; gap: 4px; margin-top: 23px; }
    .kfs-product .kfs-mobile-purchase { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 20px calc(11px + env(safe-area-inset-bottom)); border-top: 1px solid var(--kfs-line); background: var(--kfs-paper); box-shadow: 0 -3px 18px #303b3408; }
    .kfs-product .kfs-mobile-price { min-width: 0; line-height: 1.5; font-size: 17px; color: var(--kfs-green); }
    .kfs-product .kfs-mobile-price > span:first-child { display: inline; margin-right: 5px; font-size: inherit; letter-spacing: inherit; color: inherit; }
    .kfs-product .kfs-mobile-price del { font-size: 11px; color: var(--kfs-muted); }
    .kfs-product .kfs-mobile-price ins { text-decoration: none; background: none; }
    .kfs-product .kfs-mobile-purchase > a { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 44px; padding: 10px 17px; background: var(--kfs-green); color: #fffef9; font-size: 12px; white-space: nowrap; }
    .kfs-product.kfs-has-mobile-purchase { padding-bottom: 110px; }
}
@media (max-width: 370px) {
    .kfs-product { padding-right: 16px; padding-left: 16px; }
    .kfs-product h1 { font-size: 26px; }
    .kfs-product .kfs-feature-list { gap: 10px 13px; }
    .kfs-product .kfs-option-buttons { gap: 7px; }
    .kfs-product .kfs-option-chip:not(.kfs-option-colour) { padding-right: 10px; padding-left: 10px; font-size: 10px; }
    .kfs-product .kfs-story-copy, .kfs-product .kfs-final-selection { padding-right: 20px; padding-left: 20px; }
    .kfs-product .kfs-mobile-purchase { padding-right: 16px; padding-left: 16px; gap: 10px; }
    .kfs-product .kfs-mobile-purchase > a { gap: 13px; padding-right: 13px; padding-left: 13px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
    .kfs-product * { scroll-behavior: auto !important; transition: none !important; }
}
