.product-detail-page {
    background: #f8fafc;
}

.product-detail-page .bh-main {
    padding-top: 22px;
}

.lbp-page {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 0 28px 110px;
}

.lbp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 18px;
    color: #64748b;
    font-size: 13px;
}

.lbp-breadcrumb a {
    color: #166534;
    text-decoration: none;
    font-weight: 700;
}

.lbp-breadcrumb span {
    color: #cbd5e1;
}

.lbp-breadcrumb strong {
    color: #0f172a;
    font-weight: 800;
}

.lbp-tabs {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px;
    margin-bottom: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.lbp-tabs a {
    flex: 0 0 auto;
    padding: 10px 16px;
    border-radius: 999px;
    color: #475569;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: 0.2s ease;
}

.lbp-tabs a.active,
.lbp-tabs a:hover {
    color: #14532d;
    background: #dcfce7;
    border-color: #86efac;
}

.lbp-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 26px;
    align-items: start;
}

.lbp-content-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.lbp-showcase,
.lbp-section,
.lbp-deal-card,
.lbp-side-card {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.lbp-showcase {
    padding: 28px;
}

.lbp-showcase-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.lbp-kicker,
.lbp-section-title span,
.lbp-deal-badge span {
    display: inline-flex;
    width: max-content;
    color: #15803d;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lbp-showcase-head h1 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.lbp-rating-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 800;
}

.lbp-rating-strip i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
}

.lbp-visual-grid {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
}

.lbp-thumb-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lbp-thumb-stack button {
    width: 72px;
    height: 72px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #ffffff;
    color: #0f172a;
    font-size: 26px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.2s ease;
}

.lbp-thumb-stack button.active,
.lbp-thumb-stack button:hover {
    border-color: #22c55e;
    background: #f0fdf4;
    transform: translateY(-2px);
}

.lbp-thumb-stack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lbp-product-stage {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.20), transparent 35%),
        linear-gradient(135deg, #f0fdf4, #ecfdf5 42%, #ffffff);
    border: 1px solid #bbf7d0;
}

.lbp-stage-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    padding: 8px 12px;
    border-radius: 999px;
    background: #14532d;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.lbp-stage-shape {
    position: absolute;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    filter: blur(1px);
}

.lbp-stage-shape.shape-one {
    width: 300px;
    height: 300px;
    right: -80px;
    top: -90px;
}

.lbp-stage-shape.shape-two {
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -70px;
}

.lbp-stage-shape.shape-three {
    width: 190px;
    height: 190px;
    right: 80px;
    bottom: 50px;
}

.lbp-main-media {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px;
}

.lbp-main-media img {
    max-width: 82%;
    max-height: 380px;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(15, 23, 42, 0.16));
}

.lbp-main-media span {
    font-size: 132px;
}

.lbp-stage-floating {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 130px;
    padding: 13px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.10);
}

.lbp-stage-floating.one {
    left: 24px;
    bottom: 24px;
}

.lbp-stage-floating.two {
    right: 24px;
    top: 82px;
}

.lbp-stage-floating strong {
    color: #0f172a;
    font-size: 15px;
}

.lbp-stage-floating span {
    color: #64748b;
    font-size: 12px;
}

.lbp-quick-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.lbp-quick-info div,
.lbp-info-bento div,
.lbp-spec-board div {
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 16px;
    background: #f8fafc;
}

.lbp-quick-info span,
.lbp-info-bento span,
.lbp-spec-board span {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.lbp-quick-info strong,
.lbp-info-bento strong,
.lbp-spec-board strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 900;
}

.lbp-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.lbp-trust-strip div {
    padding: 16px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.lbp-trust-strip span {
    font-size: 24px;
}

.lbp-trust-strip strong {
    display: block;
    margin: 8px 0 3px;
    color: #0f172a;
    font-size: 14px;
}

.lbp-trust-strip small {
    color: #64748b;
}

.lbp-section {
    padding: 28px;
    scroll-margin-top: 115px;
}

.lbp-section-title {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.lbp-section-title span {
    min-width: 46px;
    justify-content: center;
    padding-inline: 0;
}

.lbp-section-title h2 {
    margin: 0;
    color: #0f172a;
    font-size: 26px;
    letter-spacing: -0.03em;
}

.lbp-section-title p {
    margin: 7px 0 0;
    color: #64748b;
    line-height: 1.7;
}

.lbp-info-bento,
.lbp-spec-board {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.lbp-long-copy {
    margin: 20px 0 0;
    color: #334155;
    line-height: 1.85;
    font-size: 15px;
}

.lbp-highlight-note {
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.lbp-highlight-note b {
    display: block;
    margin-bottom: 5px;
}

.lbp-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.lbp-service-grid article {
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #f8fafc;
}

.lbp-service-grid article span {
    font-size: 28px;
}

.lbp-service-grid article strong {
    display: block;
    margin: 10px 0 6px;
    color: #0f172a;
    font-size: 16px;
}

.lbp-service-grid article p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.lbp-review-board {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 16px;
}

.lbp-review-score,
.lbp-review-content,
.lbp-review-item {
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #f8fafc;
    padding: 18px;
}

.lbp-review-score strong {
    color: #0f172a;
    font-size: 52px;
    line-height: 1;
}

.lbp-review-score span {
    display: block;
    margin: 10px 0;
    color: #f59e0b;
    letter-spacing: 2px;
}

.lbp-review-score p,
.lbp-review-item p,
.lbp-review-item small {
    color: #64748b;
    line-height: 1.7;
}

.lbp-review-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.lbp-review-filter button {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 800;
    cursor: pointer;
}

.lbp-review-filter button.active {
    background: #dcfce7;
    color: #14532d;
    border-color: #86efac;
}

.lbp-review-search {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.lbp-review-search input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #64748b;
}

.lbp-review-item h3 {
    margin: 10px 0;
    color: #0f172a;
}

.lbp-review-item div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.lbp-review-item div span {
    color: #f59e0b;
}

.lbp-recommend-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.lbp-recommend-grid article a {
    display: block;
    height: 100%;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #f8fafc;
    color: inherit;
    text-decoration: none;
    transition: 0.2s ease;
}

.lbp-recommend-grid article a:hover {
    transform: translateY(-3px);
    border-color: #86efac;
    background: #f0fdf4;
}

.lbp-rec-image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    font-size: 52px;
}

.lbp-rec-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lbp-rec-body h3 {
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.35;
}

.lbp-rec-body strong {
    color: #15803d;
    font-size: 17px;
}

.lbp-rec-body button {
    width: 100%;
    margin-top: 12px;
    border: none;
    border-radius: 999px;
    background: #14532d;
    color: #ffffff;
    padding: 10px 12px;
    font-weight: 900;
    cursor: pointer;
}

.lbp-empty-recommendation {
    padding: 24px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.lbp-empty-recommendation strong {
    color: #0f172a;
}

.lbp-empty-recommendation p {
    margin: 6px 0 0;
    color: #64748b;
}

.lbp-buy-column {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lbp-deal-card,
.lbp-side-card {
    padding: 22px;
}

.lbp-deal-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.lbp-deal-badge small {
    color: #64748b;
    font-weight: 700;
}

.lbp-deal-card h2 {
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.lbp-price-box {
    padding: 18px;
    border-radius: 24px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.lbp-price-box span {
    display: block;
    color: #166534;
    font-size: 12px;
    font-weight: 800;
}

.lbp-price-box strong {
    display: block;
    margin: 6px 0;
    color: #14532d;
    font-size: 36px;
    letter-spacing: -0.05em;
}

.lbp-price-box del {
    color: #94a3b8;
    font-weight: 700;
}

.lbp-price-box b {
    margin-left: 8px;
    color: #be123c;
    background: #ffe4e6;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 12px;
}

.lbp-form-alert {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 800;
}

.lbp-form-alert.success {
    color: #166534;
    background: #dcfce7;
}

.lbp-form-alert.error {
    color: #991b1b;
    background: #fee2e2;
}

.lbp-variant-panel {
    margin-top: 18px;
}

.lbp-variant-panel p {
    margin: 0 0 10px;
    color: #0f172a;
    font-weight: 900;
}

.lbp-variant-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lbp-variant-list button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
    font-weight: 800;
    cursor: pointer;
}

.lbp-variant-list button span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
}

.lbp-variant-list button.active {
    background: #dcfce7;
    color: #14532d;
    border-color: #86efac;
}

.lbp-variant-list button.active span {
    background: #16a34a;
}

.lbp-stock-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 18px 0;
}

.lbp-stock-summary div {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.lbp-stock-summary span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.lbp-stock-summary strong {
    color: #0f172a;
    font-size: 14px;
}

.lbp-action-panel {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 10px;
}

.lbp-qty {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.lbp-qty button {
    width: 38px;
    height: 100%;
    border: none;
    background: transparent;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.lbp-qty span {
    color: #0f172a;
    font-weight: 900;
}

.lbp-cart-btn,
.lbp-buy-btn,
.lbp-wishlist-btn,
.lbp-support-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
    transition: 0.2s ease;
}

.lbp-cart-btn {
    background: #dcfce7;
    color: #14532d;
    border: 1px solid #86efac;
}

.lbp-buy-btn {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #ffffff;
}

.lbp-cart-btn:hover,
.lbp-buy-btn:hover,
.lbp-wishlist-btn:hover,
.lbp-support-card a:hover {
    transform: translateY(-2px);
}

.lbp-wishlist-btn {
    width: 100%;
    margin-top: 12px;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
}

.lbp-side-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.lbp-side-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    font-size: 22px;
}

.lbp-side-card strong {
    color: #0f172a;
}

.lbp-side-card p,
.lbp-side-card small {
    margin: 6px 0 0;
    color: #64748b;
    line-height: 1.6;
}

.lbp-side-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.lbp-side-head a {
    color: #15803d;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.lbp-stock-map {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lbp-stock-map div {
    display: grid;
    grid-template-columns: 12px 1fr;
    gap: 8px 10px;
    align-items: center;
}

.lbp-stock-map div > span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #16a34a;
}

.lbp-stock-map div.empty > span {
    background: #f59e0b;
}

.lbp-stock-map strong {
    font-size: 14px;
}

.lbp-stock-map small {
    grid-column: 2;
    margin: 0;
    font-size: 12px;
}

.lbp-support-card {
    display: block;
}

.lbp-support-card a {
    margin-top: 14px;
    width: 100%;
    background: #14532d;
    color: #ffffff;
}

.lbp-mobile-bottom {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 14px;
    z-index: 60;
    display: none;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.lbp-mobile-cart,
.lbp-mobile-buy {
    min-height: 46px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lbp-mobile-cart {
    width: 52px;
    background: #dcfce7;
    color: #14532d;
}

.lbp-mobile-buy {
    flex: 1;
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #ffffff;
}

.desktop-only {
    display: flex;
}

.mobile-only {
    display: none;
}

@media (max-width: 1180px) {
    .lbp-product-layout {
        grid-template-columns: 1fr;
    }

    .lbp-buy-column {
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    .lbp-page {
        padding: 0 14px 100px;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: flex;
    }

    .lbp-tabs {
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .lbp-product-layout {
        gap: 16px;
    }

    .lbp-showcase,
    .lbp-section,
    .lbp-deal-card,
    .lbp-side-card {
        border-radius: 22px;
        padding: 18px;
    }

    .lbp-showcase-head {
        flex-direction: column;
    }

    .lbp-visual-grid {
        grid-template-columns: 1fr;
    }

    .lbp-thumb-stack {
        order: 2;
        flex-direction: row;
        overflow-x: auto;
    }

    .lbp-product-stage,
    .lbp-main-media {
        min-height: 330px;
    }

    .lbp-main-media {
        padding: 30px;
    }

    .lbp-main-media img {
        max-height: 250px;
    }

    .lbp-main-media span {
        font-size: 92px;
    }

    .lbp-stage-floating {
        min-width: 110px;
        padding: 10px 12px;
    }

    .lbp-quick-info,
    .lbp-trust-strip,
    .lbp-info-bento,
    .lbp-spec-board,
    .lbp-service-grid,
    .lbp-review-board,
    .lbp-recommend-grid {
        grid-template-columns: 1fr;
    }

    .lbp-action-panel {
        grid-template-columns: 1fr;
    }

    .lbp-deal-card {
        display: none;
    }

    .lbp-mobile-bottom {
        display: flex;
    }

    .lbp-mobile-bottom .lbp-qty {
        width: 116px;
        flex: 0 0 116px;
    }
}

.lbp-variant-list button.disabled,
.lbp-variant-list button:disabled {
    opacity: .45;
    cursor: not-allowed;
    background: #f1f5f9;
    color: #94a3b8;
}

.lbp-variant-list button small {
    margin-left: 6px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.lbp-variant-list button.disabled,
.lbp-variant-list button:disabled {
    opacity: .55;
    cursor: not-allowed;
    background: #f8fafc;
    color: #94a3b8;
}