.hfp-product-detail,
.hfp-product-detail *,
.hfp-editorial-detail--article .hfp-product-inquiry,
.hfp-editorial-detail--article .hfp-product-inquiry * {
    box-sizing: border-box;
}

.hfp-product-detail {
    overflow: clip;
}

.hfp-product-detail.hfp-section {
    padding-bottom: 0 !important;
}

.hfp-product-main {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: clamp(48px, 6vw, 112px);
    align-items: start;
    padding-top: 0px;
    padding-bottom: clamp(64px, 7vw, 112px);
}

.hfp-product-gallery {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0 18px;
    min-width: 0;
}

.hfp-product-gallery__thumbs-wrap {
    position: relative;
    grid-row: 1;
    width: 94px;
    height: 526px;
}

.hfp-product-gallery__thumbs-wrap--scrollable::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 76px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .97) 76%);
    content: "";
    pointer-events: none;
}

.hfp-product-gallery__thumbs-wrap--scrollable::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 76px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .97) 76%);
    content: "";
    pointer-events: none;
}

.hfp-product-gallery__thumbs,
.hfp-product-gallery__main,
.hfp-product-gallery__main .swiper-wrapper,
.hfp-product-gallery__main .swiper-slide {
    min-width: 0;
    max-width: 100%;
}

.hfp-product-gallery__thumbs {
    width: 100%;
    height: 100%;
    max-height: 680px;
    overflow: hidden;
}

.hfp-product-gallery__thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
}

.hfp-product-gallery__thumbs .swiper-slide {
    flex: 0 0 auto;
    width: 94px !important;
    height: 94px !important;
}

.hfp-product-gallery__thumb {
    display: block;
    width: 94px;
    height: 94px;
    padding: 0;
    overflow: hidden;
    border: 1px solid transparent;
    background: var(--gray-050);
    cursor: pointer;
}

.hfp-product-gallery__thumbs-prev,
.hfp-product-gallery__thumbs-next {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 3;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--gray-200);
    border-radius: 50%;
    background: var(--white);
    color: var(--ink);
    cursor: pointer;
    transform: translateX(-50%);
    transition: border-color .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
}

.hfp-product-gallery__thumbs-next .xhl-icon { display: block; font-size: 13px; transform: rotate(90deg); }
.hfp-product-gallery__thumbs-prev { top: 10px; bottom: auto; }
.hfp-product-gallery__thumbs-prev .xhl-icon { display: block; font-size: 13px; transform: rotate(-90deg); }
.hfp-product-gallery__thumbs-prev:hover,
.hfp-product-gallery__thumbs-next:hover { border-color: var(--brand-green); background: var(--brand-green); color: var(--white); }

.hfp-product-gallery__thumb img,
.hfp-product-gallery__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-thumb-active .hfp-product-gallery__thumb {
    border-color: var(--brand-green);
}

.hfp-product-gallery__main {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    overflow: hidden;
    contain: layout paint;
}

.hfp-product-gallery__main .swiper-wrapper,
.hfp-product-gallery__main .swiper-slide {
    height: 100%;
}

.hfp-product-gallery__frame {
    display: grid;
    width: 100%;
    aspect-ratio: 1;
    place-items: center;
    overflow: hidden;
    background: var(--gray-050);
}

.hfp-product-gallery__frame img {
    object-fit: contain;
}

.hfp-product-gallery__zoom {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--gray-200);
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    color: var(--ink);
    cursor: pointer;
    transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}

.hfp-product-gallery__zoom { position: absolute; z-index: 2; top: 18px; right: 18px; }
.hfp-product-gallery__zoom:hover { border-color: var(--brand-green); background: var(--brand-green); color: var(--white); }

.hfp-product-summary { min-width: 0; padding-top: clamp(8px, 2vw, 28px); }
.hfp-product-detail .hfp-eyebrow { margin-bottom: 12px; font-size: 15px; font-weight: 400; }
.hfp-product-summary h1,
.hfp-product-summary__intro { max-width: 620px; }
.hfp-product-summary h1 { margin-bottom: 24px; overflow-wrap: anywhere; color: var(--brand-green); }
.hfp-product-summary__intro { color: var(--gray-600); }
.hfp-product-summary__intro > :last-child { margin-bottom: 0; }
.hfp-product-summary__intro p { color: inherit; }
.hfp-product-share { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.hfp-product-share a { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid var(--brand-green); border-radius: 4px; color: var(--brand-green); font-size: 13px; font-weight: 500; line-height: 1; }
.hfp-product-share a:hover { border-color: var(--brand-green); background: var(--brand-green); color: var(--white); }
.hfp-product-share .xhl-icon { font-size: 14px; }
.hfp-product-share__label { font-family: Manrope, Arial, sans-serif; }
.hfp-share__p-mark { font-family: "Cormorant Garamond", Georgia, serif; font-size: 15px; font-weight: 700; line-height: 1; }
.hfp-check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.hfp-check-list li { position: relative; margin: 10px 0; padding-left: 22px; }
.hfp-check-list li::before { position: absolute; top: .68em; left: 0; width: 7px; height: 7px; background: var(--brand-green); content: ""; }
.hfp-product-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; width: min(100%, 620px); margin-top: 30px; }
.hfp-product-actions__button { display: flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 12px; background: var(--brand-green); color: var(--white); font-size: 15px; font-weight: 500; text-align: center; }
.hfp-product-actions__button:hover { background: #1a1a1a; color: var(--white); }

.hfp-product-tabs-stage { position: relative; isolation: isolate; padding-block: clamp(80px, 7vw, 112px) var(--section-space); background: var(--white); }
.hfp-product-tabs-stage::before { position: absolute; z-index: -1; top: 0; right: 0; left: 0; height: 450px; background-color: var(--white); background-image: var(--hfp-product-tabs-bg, none); background-position: center; background-repeat: no-repeat; background-size: cover; content: ""; }
.hfp-product-tabs { padding: clamp(40px, 5vw, 72px); border-radius: 10px; background: var(--white); }
.hfp-product-tabs__nav { display: flex; gap: clamp(18px, 3vw, 52px); overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--gray-200); }
.hfp-product-tabs__nav::-webkit-scrollbar { display: none; }
.hfp-product-tabs__tab { position: relative; flex: 0 0 auto; padding: 0 0 16px; border: 0; background: transparent; color: var(--gray-600); cursor: pointer; font-family: Manrope, Arial, sans-serif; font-size: 16px; font-weight: 500; }
.hfp-product-tabs__tab::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--brand-green); content: ""; opacity: 0; transform: scaleX(.5); transition: opacity .18s var(--ease), transform .18s var(--ease); }
.hfp-product-tabs__tab:hover,
.hfp-product-tabs__tab.is-active { color: var(--ink); }
.hfp-product-tabs__tab.is-active::after { opacity: 1; transform: none; }
.hfp-product-tabs__panel { display: none; max-width: 1080px; padding-top: 48px; }
.hfp-product-tabs__panel.is-active { display: block; }
.hfp-product-tabs__section + .hfp-product-tabs__section { margin-top: 42px; }
.hfp-product-tabs__section h2 { margin-bottom: 16px; color: var(--brand-green); font-size: 28px; }
.hfp-product-tabs__section p,
.hfp-product-tabs__section li { color: var(--gray-600); }
.hfp-product-bullets { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.hfp-product-bullets li::marker { color: var(--brand-green); }
.hfp-downloads { display: flex; flex-wrap: wrap; gap: 12px; }
.hfp-downloads a { padding: 10px 16px; border: 1px solid var(--brand-green); color: var(--brand-green); }
.hfp-downloads a:hover { background: var(--brand-green); color: var(--white); }

.hfp-product-related.hfp-section { padding-top: 0; background: var(--white); }
.hfp-product-related__head { max-width: 720px; margin: 0 auto clamp(32px, 4vw, 52px); text-align: center; }
.hfp-product-related__head h2 { color: var(--brand-green); }
.hfp-product-related__head p:last-child { margin-bottom: 0; color: var(--gray-600); }
.hfp-product-related__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
.hfp-product-related__card { min-width: 0; }
.hfp-product-related__card:nth-child(even) { margin-top: 64px; }
.hfp-product-related__media { display: block; aspect-ratio: 1; overflow: hidden; background: var(--gray-050); }
.hfp-product-related__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s var(--ease); }
.hfp-product-related__media:hover img { transform: scale(1.025); }
.hfp-product-related__body { padding-top: 14px; }
.hfp-product-related__card h3 { margin: 0 0 8px; font-size: 22px; font-weight: 500; line-height: 1.2; }
.hfp-product-related__card h3 a { color: var(--ink); }
.hfp-product-related__card h3 a:hover { color: var(--brand-green); }
.hfp-product-related__link { display: inline-flex; align-items: center; gap: 7px; color: var(--gray-600); font-size: 14px; line-height: 1.4; }
.hfp-product-related__link:hover { color: var(--brand-green); }
.hfp-product-related__link .xhl-icon { color: var(--brand-green); font-size: 13px; }

.hfp-product-detail .hfp-product-faq-section.hfp-section,
.hfp-editorial-detail--article .hfp-product-inquiry.hfp-section { padding-top: var(--section-space); padding-bottom: var(--section-space); background-color: var(--gray-050); }
.hfp-product-detail .hfp-product-inquiry--standalone.hfp-section { position: relative; isolation: isolate; overflow: hidden; padding-top: clamp(64px, 6vw, 92px); padding-bottom: clamp(64px, 6vw, 92px); background-color: #f7f7f5; background-image: var(--hfp-product-detail-inquiry-bg, none); background-position: center; background-size: cover; }
.hfp-product-detail .hfp-product-inquiry--standalone::before { position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(ellipse at 12% 18%, rgba(210, 214, 209, .28) 0 1px, transparent 2px), radial-gradient(ellipse at 82% 12%, rgba(196, 204, 198, .22) 0 1px, transparent 2px), radial-gradient(ellipse at 44% 70%, rgba(208, 214, 209, .2) 0 1px, transparent 2px), repeating-linear-gradient(22deg, rgba(177, 188, 180, .08) 0 1px, transparent 1px 38px), repeating-linear-gradient(116deg, rgba(177, 188, 180, .06) 0 1px, transparent 1px 44px); background-position: 0 0, 120px 40px, 60px 100px, 0 0, 20px 10px; background-size: 260px 180px, 340px 220px, 300px 240px, 100% 100%, 100% 100%; content: ""; opacity: .72; pointer-events: none; }
.hfp-product-detail .hfp-product-inquiry--standalone.hfp-product-inquiry--has-bg::before { display: none; }
.hfp-product-inquiry__layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, 1fr); gap: clamp(48px, 7vw, 128px); align-items: center; }
.hfp-product-detail .hfp-product-faq { width: 100%; }
.hfp-product-faq__head { max-width: 640px; margin-bottom: 32px; }
.hfp-product-detail :is(.hfp-product-faq-section, .hfp-product-inquiry--standalone) .hfp-product-faq__head > .hfp-eyebrow { font-size: 14px !important; }
.hfp-product-faq__head h2 { color: var(--brand-green); }
.hfp-product-faq__head p:last-child { color: var(--gray-600); }
.hfp-product-faq__copy > :last-child { margin-bottom: 0; }
.hfp-product-faq__copy p { color: var(--gray-600); }
.hfp-product-faq__empty { max-width: 520px; color: var(--gray-600); }
.hfp-product-faq__list { display: grid; gap: 12px; }
.hfp-product-faq__item { overflow: hidden; border-radius: 6px; background: rgba(245, 245, 245, .96); }
.hfp-product-faq__question { display: block; width: 100%; padding: 22px 24px; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; font-size: 18px; font-weight: 500; }
.hfp-product-faq__item.is-open .hfp-product-faq__question { color: var(--brand-green); }
.hfp-product-faq__answer { padding: 0 24px 24px; color: var(--gray-600); }
.hfp-product-faq__answer > :last-child { margin-bottom: 0; }
.hfp-product-inquiry-card { padding: clamp(42px, 4vw, 50px); border-radius: 0; background: rgba(255, 255, 255, .9); box-shadow: none; backdrop-filter: blur(10px); }
.hfp-product-inquiry-card header { margin-bottom: 34px; }
.hfp-product-inquiry-card header h2 { margin-bottom: 16px; color: var(--brand-green); }
.hfp-product-inquiry-card header > p:last-child { max-width: 660px; margin-bottom: 0; color: var(--gray-600); line-height: 1.7; }
.hfp-product-inquiry-card__copy > :last-child { margin-bottom: 0; }
.hfp-product-inquiry-card__copy p { color: var(--gray-600); }
.hfp-product-inquiry-card .hfp-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; }
.hfp-product-inquiry-card .hfp-form p { margin: 0; }
.hfp-product-inquiry-card .hfp-form__full { grid-column: 1 / -1; }
.hfp-product-inquiry-card .hfp-form label { display: block; margin-bottom: 8px; color: #333333; font-size: 16px; font-weight: 500; }
.hfp-product-inquiry-card .wpcf7-form-control-wrap { display: block; margin-top: 7px; }
.hfp-product-inquiry-card .wpcf7 input:not([type="submit"]),
.hfp-product-inquiry-card .wpcf7 textarea { border-color: #d6d6d6; background: rgba(255, 255, 255, .78); }
.hfp-product-inquiry-card .wpcf7 input:not([type="submit"]) { height: 40px; min-height: 40px; padding-block: 8px; }
.hfp-product-inquiry-card .wpcf7 textarea { min-height: 140px; resize: vertical; }
.hfp-product-inquiry-card .wpcf7 input[type="submit"] { min-width: 160px; margin-top: 24px; border-radius: 4px; }
.hfp-product-inquiry-card .wpcf7-spinner { margin-top: 24px; }
.hfp-product-inquiry-card .wpcf7-not-valid-tip,
.hfp-product-inquiry-card .wpcf7-response-output { font-size: 14px; }
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-product-inquiry-card { width: 100%; padding: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.hfp-product-detail .hfp-product-inquiry--standalone .wpcf7 { width: 100%; max-width: none; }
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-product-inquiry-card header { max-width: 640px; margin-bottom: 34px; text-align: left; }
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-product-inquiry-card header h2 { margin-bottom: 0; color: var(--brand-green); }
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-product-inquiry-card__copy { margin-top: 14px; }
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-form__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 22px; }
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-form label { margin-bottom: 0; color: #333333; font-size: 15px; font-weight: 400; }
.hfp-product-detail .hfp-product-inquiry--standalone .wpcf7-form-control-wrap { margin-top: 8px; }
.hfp-product-detail .hfp-product-inquiry--standalone .wpcf7 input:not([type="submit"]),
.hfp-product-detail .hfp-product-inquiry--standalone .wpcf7 textarea { width: 100%; border-color: #eeeeee; border-radius: 3px; background: rgba(255, 255, 255, .9); box-shadow: none; }
.hfp-product-detail .hfp-product-inquiry--standalone .wpcf7 input:not([type="submit"]) { height: 50px; min-height: 50px; padding: 10px 14px; }
.hfp-product-detail .hfp-product-inquiry--standalone .wpcf7 textarea { min-height: 228px; padding: 14px; }
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-contact-layout__submit { margin-top: 28px; text-align: left; }
.hfp-product-detail .hfp-product-inquiry--standalone .wpcf7 input[type="submit"],
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-button--primary { min-width: 260px; min-height: 58px; margin-top: 0; border: 0; border-radius: 4px; background: var(--brand-green); color: var(--white); font-size: 16px; font-weight: 600; }
.hfp-product-detail .hfp-product-inquiry--standalone .wpcf7 input[type="submit"]:hover,
.hfp-product-detail .hfp-product-inquiry--standalone .hfp-button--primary:hover { background: var(--ink); color: var(--white); }

.hfp-product-lightbox { position: fixed; z-index: 10020; inset: 0; display: grid; padding: clamp(24px, 5vw, 72px); place-items: center; background: rgba(26, 26, 26, .9); }
.hfp-product-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hfp-product-lightbox__close { position: absolute; top: 20px; right: 20px; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; font-size: 30px; line-height: 1; }
.hfp-product-lightbox__close:hover { background: var(--white); color: var(--ink); }

@media (max-width: 1024px) {
    .hfp-product-main { grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); gap: 40px; }
    .hfp-product-gallery { grid-template-columns: 72px minmax(0, 1fr); gap: 0 14px; }
    .hfp-product-gallery__thumbs-wrap { width: 72px; height: 416px; }
    .hfp-product-gallery__thumbs .swiper-slide,
    .hfp-product-gallery__thumb { width: 72px !important; height: 72px !important; }
}

@media (max-width: 768px) {
    .hfp-product-detail :is(.hfp-product-faq-section, .hfp-product-inquiry--standalone) .hfp-product-faq__head > .hfp-eyebrow { font-size: 12px !important; }
    .hfp-product-main,
    .hfp-product-inquiry__layout { grid-template-columns: minmax(0, 1fr); }
    .hfp-product-gallery__thumbs-wrap { height: 416px; }
    .hfp-product-summary { padding-top: 0; }
    .hfp-product-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hfp-product-related__card:nth-child(even) { margin-top: 0; }
    .hfp-product-detail .hfp-product-faq-section.hfp-section,
    .hfp-product-detail .hfp-product-inquiry--standalone.hfp-section,
    .hfp-editorial-detail--article .hfp-product-inquiry.hfp-section { padding-top: 64px; padding-bottom: 64px; }
    .hfp-product-detail .hfp-product-inquiry--standalone .hfp-form__grid { grid-template-columns: 1fr; }
    .hfp-product-detail .hfp-product-inquiry--standalone .hfp-form__full { grid-column: 1; }
}

@media (max-width: 768px) {
    .hfp-product-main { gap: 38px; }
    .hfp-product-related__grid { grid-template-columns: 1fr; }
    .hfp-product-gallery { grid-template-columns: 58px minmax(0, 1fr); gap: 0 10px; }
    .hfp-product-gallery__thumbs-wrap { width: 58px; height: 346px; }
    .hfp-product-gallery__thumbs .swiper-slide,
    .hfp-product-gallery__thumb { width: 58px !important; height: 58px !important; }
    .hfp-product-gallery__zoom { top: 12px; right: 12px; width: 40px; height: 40px; }
    .hfp-product-tabs-stage { padding-block: 64px; }
    .hfp-product-tabs { padding: 28px 20px 36px; }
    .hfp-product-tabs__nav { gap: 24px; }
    .hfp-product-tabs__panel { padding-top: 34px; }
    .hfp-product-tabs__section h2 { font-size: 24px; }
    .hfp-product-inquiry-card { padding: 28px 22px; }
    .hfp-product-inquiry-card .hfp-form__grid { grid-template-columns: 1fr; }
    .hfp-product-inquiry-card .hfp-form__full { grid-column: 1; }
    .hfp-product-inquiry-card .wpcf7 input[type="submit"] { width: 100%; }
    .hfp-product-detail .hfp-product-inquiry--standalone .wpcf7 input[type="submit"],
    .hfp-product-detail .hfp-product-inquiry--standalone .hfp-button--primary { width: 100%; min-width: 0; }
    .hfp-product-faq__question { padding: 20px 18px; }
    .hfp-product-faq__answer { padding-right: 18px; padding-left: 18px; }
}
