.gb-product-page {
    background: #f7faf8;
    color: #14201b;
}

.gb-product-container {
    width: min(1280px, calc(100% - 24px));
    margin: 0 auto;
}

.gb-product-hero {
    padding: 72px 0 46px;
    background: linear-gradient(135deg, #0f2f24 0%, #174c3a 52%, #f3f8f3 52%, #f3f8f3 100%);
}

.gb-product-hero--detail {
    padding-bottom: 70px;
}

.gb-product-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: 0;
    color: #fff;
}

.gb-product-hero p {
    max-width: 620px;
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255,255,255,.86);
}

.gb-product-eyebrow {
    margin: 0 0 14px !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    color: #b8f0cc !important;
}

.gb-product-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: 42px;
    align-items: center;
}

.gb-product-hero-copy {
    min-width: 0;
}

.gb-product-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.gb-product-hero-pills span {
    display: grid;
    flex: 1 1 128px;
    gap: 3px;
    min-width: 128px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.92);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.gb-product-hero-pills b {
    color: #b8f0cc;
    font-size: 12px;
}

.gb-product-hero-visual {
    overflow: hidden;
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.12);
    box-shadow: 0 26px 64px rgba(4,22,16,.28);
}

.gb-product-hero-visual__image {
    overflow: hidden;
    max-width: 100%;
    aspect-ratio: 72 / 46;
    margin: 10px 10px 0;
    border-radius: 6px;
    background: #dcebe3;
}

.gb-product-hero-visual__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-product-hero-visual__caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 800;
}

.gb-product-hero-visual__caption strong {
    color: #fff;
    text-align: right;
}

.gb-product-section {
    padding: 54px 0 86px;
}

.gb-product-detail-section {
    position: relative;
    z-index: 1;
    margin-top: -34px;
}

.gb-product-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.gb-product-section-head h2 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
}

.gb-product-section-head p {
    margin: 0;
    color: #60716a;
}

.gb-product-charge-link,
.gb-product-card__cta,
.gb-product-admin a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    background: #182f28;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.gb-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gb-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid #dce7df;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(24,47,40,.08);
}

.gb-product-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #eaf3ed;
    color: #29483d;
    font-weight: 900;
    overflow: hidden;
}

.gb-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-product-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 24px;
}

.gb-product-card__top {
    display: grid;
    gap: 12px;
}

.gb-product-card__top h3 {
    min-height: 56px;
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0;
}

.gb-product-card__top strong {
    font-size: 26px;
    line-height: 1.2;
    color: #14382b;
}

.gb-product-card__top small {
    font-size: 13px;
    color: #6b7c74;
}

.gb-product-card__summary {
    min-height: 48px;
    margin: 16px 0 0;
    color: #65756d;
    line-height: 1.55;
}

.gb-product-card__features {
    display: grid;
    gap: 8px;
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
}

.gb-product-card__features li {
    position: relative;
    padding-left: 20px;
    color: #243b32;
    font-weight: 700;
    line-height: 1.4;
}

.gb-product-card__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #5bbd74;
}

.gb-product-card__cta {
    width: 100%;
    margin-top: auto;
    background: #42a866;
}

.gb-product-empty {
    padding: 42px;
    border: 1px solid #dce7df;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    color: #60716a;
}

.gb-product-admin {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.gb-product-admin a {
    min-height: 36px;
    padding: 0 14px;
    background: #0f172a;
    font-size: 13px;
}

.gb-product-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.gb-product-tabs__item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 8px;
    border: 1px solid #d7e3dc;
    border-radius: 6px;
    background: #fff;
    color: #263a32;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

.gb-product-tabs__item.active {
    border-color: #18352a;
    background: #18352a;
    color: #fff;
}

.gb-product-notice {
    margin: 4px 0 22px;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.55;
}

.gb-product-notice--blog {
    border: 1px solid #bfe8ce;
    background: #ebf8f0;
    color: #1f7a45;
}

.gb-product-notice--image {
    border: 1px solid #b8daff;
    background: #edf6ff;
    color: #145fad;
}

.gb-product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: 26px;
    align-items: start;
}

.gb-product-info-panel,
.gb-product-order-panel,
.gb-product-content-panel {
    border: 1px solid #dce7df;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(24,47,40,.08);
}

.gb-product-info-panel {
    overflow: hidden;
}

.gb-product-image-box {
    aspect-ratio: 72 / 46;
    min-height: 0;
    background: #eaf3ed;
    overflow: hidden;
}

.gb-product-image-box #bo_v_img,
.gb-product-image-box #bo_v_img img {
    width: 100%;
}

.gb-product-image-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-product-image-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    color: #29483d;
    font-size: 26px;
    font-weight: 900;
}

.gb-product-info-list {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.gb-product-info-item {
    padding: 16px;
    border-radius: 8px;
    background: #f5f8f6;
    color: #50635b;
    line-height: 1.65;
}

.gb-product-order-panel {
    position: sticky;
    top: 86px;
    padding: 24px;
}

.gb-product-order-panel .lqd-pt-inner,
.gb-product-order-panel .form-container {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.gb-product-content-panel {
    margin-top: 28px;
    padding: 22px;
}

.gb-product-content-panel .lqd-tabs-content {
    padding: 20px 0 0;
}

.gb-product-content-panel table {
    width: 100%;
}

@media (max-width: 1024px) {
    .gb-product-hero__layout {
        grid-template-columns: 1fr;
    }

    .gb-product-hero-visual {
        max-width: 620px;
    }

    .gb-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gb-product-detail-grid {
        grid-template-columns: 1fr;
    }

    .gb-product-order-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .gb-product-container {
        width: min(100% - 22px, 1180px);
    }

    .gb-product-tabs__item {
        flex: 0 0 auto;
        min-width: 128px;
    }

    .gb-product-hero {
        padding: 54px 0 34px;
        background: #15392d;
    }

    .gb-product-hero--detail {
        padding-bottom: 52px;
    }

    .gb-product-hero__layout {
        gap: 26px;
    }

    .gb-product-hero h1 {
        font-size: 36px;
    }

    .gb-product-hero p {
        font-size: 16px;
    }

    .gb-product-hero-pills span {
        flex-basis: calc(50% - 5px);
        min-width: calc(50% - 5px);
    }

    .gb-product-hero-visual__caption {
        display: grid;
    }

    .gb-product-hero-visual__caption strong {
        text-align: left;
    }

    .gb-product-section {
        padding: 36px 0 58px;
    }

    .gb-product-detail-section {
        margin-top: -24px;
    }

    .gb-product-section-head {
        display: grid;
        align-items: start;
    }

    .gb-product-grid {
        grid-template-columns: 1fr;
    }

    .gb-product-card__top h3,
    .gb-product-card__summary {
        min-height: 0;
    }

    .gb-product-order-panel,
    .gb-product-content-panel {
        padding: 16px;
    }
}

@media (max-width: 420px) {
    .gb-product-hero-pills span {
        flex-basis: 100%;
        min-width: 0;
    }
}
