/* =========================================================
   PRODUCT PAGE
========================================================= */
.breadcrumb-bar {
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #e5eaf0;
    background: #fff;
    padding: 12px 0;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--cs-blue);
}

.breadcrumb-item.active {
    color: #445264;
}

.product-page-main {
    padding: 1.25rem 0 2rem;
}

.product-header {
    border-bottom: 1px solid #e5eaf0;
    padding-bottom: 0.9rem;
    margin-bottom: 1rem;
}

.product-page-title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #15253a;
    margin-bottom: 0.25rem;
}

.product-page-reviews {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.05rem;
    color: #244c8c;
    font-weight: 700;
    text-decoration: none;
}

.product-page-reviews:hover {
    color: var(--cs-blue);
    text-decoration: underline;
}

.product-page-price {
    font-size: 3rem;
    font-weight: 900;
    color: #124181;
    line-height: 1;
}

.product-gallery {
    margin-bottom: 1.2rem;
}

.product-main-image-wrap {
    position: relative;
    border: 1px solid #e3e7ec;
    background: #fff;
}

.product-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.thumb-btn {
    border: 1px solid #d8dee6;
    background: #fff;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .thumb-btn.active {
        border-color: var(--cs-blue);
        box-shadow: 0 0 0 1px var(--cs-blue);
    }

    .thumb-btn img {
        width: 100%;
        height: 82px;
        object-fit: cover;
        display: block;
    }


.product-actions {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.7rem;
}

.product-info-tabs {
    border: 1px solid #dfe5ec;
    background: #fff;
    margin-bottom: 1.5rem;
}

.product-tabs {
    border-bottom: 1px solid #dfe5ec;
}

    .product-tabs .nav-link {
        border-radius: 0;
        border: none;
        color: #2b3c53;
        font-size: 1rem;
        font-weight: 700;
        padding: 0.95rem 1.4rem;
    }

        .product-tabs .nav-link.active {
            color: #163f80;
            background: #fff;
            border-bottom: 3px solid #6f8fbe;
        }

.product-tab-content {
    padding: 1.1rem 1rem 1.2rem;
    color: #36465d;
    font-size: 1rem;
    line-height: 1.5;
}

    .product-tab-content p:last-child {
        margin-bottom: 0;
    }

.product-bullet-list {
    margin: 0;
    padding-left: 1.25rem;
}

    .product-bullet-list li {
        margin-bottom: 0.6rem;
    }

.specs-table {
    border: 1px solid #dce3ec;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0.92rem;
}

.spec-row {
    display: grid;
    grid-template-columns: 2fr 3fr;
    border-bottom: 1px solid #dce3ec;
}

    .spec-row:last-child {
        border-bottom: none;
    }

.spec-row-alt {
    background: #f4f7fb;
}

.spec-label {
    padding: 0.6rem 1rem;
    font-weight: 700;
    color: #1c2a3f;
    border-right: 1px solid #dce3ec;
    display: flex;
    align-items: center;
    line-height: 1.35;
}

.spec-value {
    padding: 0.6rem 1rem;
    color: #465466;
    display: flex;
    align-items: center;
    line-height: 1.35;
}

.spec-link-button,
.side-spec-link-button {
    appearance: none;
    background: none;
    border: 0;
    color: #1b4b90;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}

.spec-link-button:hover,
.spec-link-button:focus,
.side-spec-link-button:hover,
.side-spec-link-button:focus {
    color: #15458f;
}

.spa-benefits {
    border-top: 1px solid #e5eaf0;
    padding-top: 1rem;
}

    .spa-benefits h2 {
        font-size: 2rem;
        font-weight: 800;
        color: #17263a;
        margin-bottom: 0.5rem;
    }

    .spa-benefits p {
        font-size: 1.05rem;
        color: #38495e;
        margin-bottom: 1rem;
    }

.benefits-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #dfe5ec;
    background: linear-gradient(180deg, #fcfdff 0%, #f4f7fa 100%);
    margin-bottom: 1rem;
}

.benefit-box {
    text-align: center;
    padding: 1rem 0.75rem;
    border-right: 1px solid #dfe5ec;
    color: #143f7f;
    font-weight: 800;
    font-size: 0.85rem;
}

    .benefit-box:last-child {
        border-right: none;
    }

    .benefit-box i {
        display: block;
        font-size: 2rem;
        margin-bottom: 0.45rem;
    }

.btn-quote {
    background: linear-gradient(180deg, #2b6db6 0%, #15458f 100%);
    color: #fff;
    border-radius: 2px;
    border: none;
    font-weight: 800;
    padding: 0.9rem 1.2rem;
    min-width: 360px;
}

    .btn-quote:hover {
        color: #fff;
        background: var(--cs-blue-dark);
    }

.purchase-panel {
    border: 1px solid #e1e6ec;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}

.purchase-section {
    padding: 1rem;
    border-bottom: 1px solid #e1e6ec;
}

    .purchase-section h3 {
        font-size: 1.15rem;
        font-weight: 800;
        color: #1c2a3f;
        margin-bottom: 0.8rem;
    }

.qty-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.qty-label {
    font-size: 1rem;
    color: #38495e;
    margin: 0;
}

.qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d7dee7;
}

.qty-btn {
    width: 34px;
    height: 34px;
    border: none;
    background: #eaf0f8;
    color: #1e3e73;
    font-size: 1.4rem;
    line-height: 1;
}

.qty-control input {
    width: 42px;
    height: 34px;
    border: none;
    text-align: center;
    font-weight: 700;
    color: #1c2a3f;
}

.btn-add-cart {
    background: linear-gradient(180deg, #2b6db6 0%, #15458f 100%);
    color: #fff;
    border-radius: 2px;
    border: none;
    font-weight: 800;
    font-size: 1rem;
    padding: 0.60rem 1rem;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

    .btn-add-cart:hover {
        color: #fff;
        background: linear-gradient(180deg, #1470d8 0%, #0060c8 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0, 83, 176, 0.35);
    }

    .btn-add-cart:active {
        transform: translateY(0);
        box-shadow: none;
    }

.product-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: stretch;
    width: 100%;
}

.product-action-row--inline {
    max-width: 390px;
    flex: 1 1 280px;
}

.product-action-primary {
    width: 100%;
}

.product-main-buy-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 0.65rem;
    width: 100%;
}

.product-main-qty {
    height: 100%;
    min-height: 42px;
}

.financing-section-copy {
    margin: -0.35rem 0 0.8rem;
    color: #5b6778;
    font-size: 0.92rem;
}

.btn-affirm-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 108px;
    border: 2px solid #111827;
    background: #ffffff;
    color: #111827;
    border-radius: 2px;
    font-weight: 900;
    padding: 0.58rem 0.9rem;
    transition: background 0.16s ease, color 0.16s ease, transform 0.15s ease, box-shadow 0.16s ease;
}

.btn-affirm-product--wide {
    width: 100%;
}

.btn-affirm-product:hover,
.btn-affirm-product:focus {
    background: #111827;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.18);
}

.btn-affirm-product:active {
    transform: translateY(0);
    box-shadow: none;
}

@media (max-width: 575.98px) {
    .product-action-row {
        grid-template-columns: 1fr;
    }

    .product-main-buy-row {
        grid-template-columns: 1fr;
    }

    .product-main-qty {
        justify-content: center;
    }

    .product-action-row--inline {
        max-width: none;
    }

    .btn-affirm-product {
        width: 100%;
    }
}

.btn-add-cart--success {
    background: linear-gradient(180deg, #1a9b5f 0%, #127a4a 100%) !important;
    animation: addCartButtonPop 0.42s ease;
}

@keyframes addCartButtonPop {
    0% { transform: scale(1); }
    45% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.add-cart-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.6rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid #b7e4c7;
    border-radius: 4px;
    background: #ecfdf3;
    color: #0f6b3e;
    font-size: 0.9rem;
    font-weight: 900;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.add-cart-feedback.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.add-cart-feedback[hidden] {
    display: none;
}

.pickup-title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #123f80;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}


.fulfillment-card-price.is-free {
    color: #0d8a43;
}

.fulfillment-card-price.has-cost {
    color: #1c4d90;
}

.side-spec-list,
.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .side-spec-list li,
    .highlight-list li {
        position: relative;
        padding-left: 1.1rem;
        margin-bottom: 0.7rem;
        color: #38495e;
        line-height: 1.35;
    }

        .side-spec-list li::before,
        .highlight-list li::before {
            content: "›";
            position: absolute;
            left: 0;
            top: 0;
            color: #7c8da3;
            font-weight: 900;
        }

    .side-spec-list a {
        color: #1b4b90;
        text-decoration: none;
        font-weight: 700;
    }

    .highlight-list li::before {
        content: "✓";
        color: #0f5bb7;
    }

.side-spec-heading-button,
.side-spec-jump-button,
.side-spec-link-button,
.side-spec-more-button {
    appearance: none;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline;
    font: inherit;
    padding: 0;
    text-align: left;
}

.side-spec-heading-button {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.side-spec-heading-button:hover,
.side-spec-heading-button:focus,
.side-spec-jump-button:hover,
.side-spec-jump-button:focus,
.side-spec-link-button:hover,
.side-spec-link-button:focus,
.side-spec-more-button:hover,
.side-spec-more-button:focus {
    color: #15458f;
    text-decoration: underline;
}

.side-spec-link-button,
.side-spec-more-button {
    color: #1b4b90;
    font-weight: 800;
}

.side-spec-more-item {
    margin-top: 0.2rem;
}

.shipping-note {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    font-size: 1rem;
    color: #6a7788;
    padding-top: 0.2rem;
}

    .shipping-note strong {
        color: #0f4d98;
    }

.payment-strip {
    background: #fff;
}

.payment-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    color: #1d3d73;
    font-weight: 900;
    font-size: 0.95rem;
}

.purchase-image-card img {
    width: 100%;
    display: block;
    height: 260px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .product-page-title {
        font-size: 2rem;
    }

    .product-page-price {
        text-align: left;
        font-size: 2.2rem;
    }

    .benefits-icons {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-box:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 767.98px) {
    .product-page-title {
        font-size: 1.7rem;
    }

    .product-page-price {
        font-size: 2rem;
    }

    .product-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits-icons {
        grid-template-columns: 1fr;
    }

    .benefit-box {
        border-right: none;
        border-bottom: 1px solid #dfe5ec;
    }

        .benefit-box:last-child {
            border-bottom: none;
        }

    .btn-quote {
        min-width: 100%;
        width: 100%;
    }
}

/* =========================================================
   PRODUCT PAGE - CUSTOMERS ALSO VIEWED / COMPARE MODELS
========================================================= */
.product-recommendations {
    padding: 1rem 0 2rem;
}

.recommendation-section,
.compare-models-section {
    margin-top: 2rem;
}

.recommendation-section .row > [class*="col-"] {
    display: flex;
}

.section-heading-row {
    align-items: center;
    border-top: 1px solid #e5eaf0;
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    padding-top: 1.2rem;
    margin-bottom: 1rem;
}

    .section-heading-row h2 {
        font-size: 2rem;
        font-weight: 800;
        color: #17263a;
        margin: 0;
    }

.recommendation-scroll-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 0.45rem;
    justify-content: flex-end;
    margin-left: auto;
}

.recommendation-scroll-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #c8d8ec;
    border-radius: 999px;
    color: #15458f;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
    width: 38px;
}

.recommendation-scroll-btn:hover,
.recommendation-scroll-btn:focus {
    background: #2b6db6;
    border-color: #2b6db6;
    color: #fff;
    transform: translateY(-1px);
}

.recommendation-scroll-shell {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    position: relative;
}

.recommendation-scroll-track {
    cursor: grab;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.25rem 0.25rem 0.75rem;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.recommendation-scroll-track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}

.recommendation-slide {
    display: flex;
    flex: 0 0 clamp(235px, 23vw, 320px);
    scroll-snap-align: start;
}

.recommendation-card {
    border: 1px solid #e1e6ec;
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.recommendation-image-wrap {
    flex: 0 0 auto;
    aspect-ratio: 4 / 4;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.recommendation-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.recommendation-image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.recommendation-image-link:hover img {
    transform: scale(1.02);
}

.recommendation-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .recommendation-body h3 {
        font-size: 1.1rem;
        font-weight: 800;
        color: #1c4d90;
        margin-bottom: 0.45rem;
        min-height: 2.75em;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

.recommendation-rating {
    color: #244c8c;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.recommendation-price {
    font-size: 1.2rem;
    font-weight: 900;
    color: #131f31;
    margin-bottom: 0.7rem;
}

.recommendation-price-original {
    margin-bottom: 0.2rem;
    color: #68778b;
    font-size: 0.86rem;
}

.recommendation-price-row {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
}

.recommendation-price-row .recommendation-price {
    margin-bottom: 0;
}

.recommendation-body p {
    color: #3f4d5d;
    line-height: 1.4;
    margin-bottom: 1rem;
    min-height: 4.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recommendation-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
}

.recommendation-cart-form {
    margin: 0;
}

.btn-recommendation {
    background: linear-gradient(180deg, #2b6db6 0%, #15458f 100%);
    color: #fff;
    border-radius: 2px;
    border: none;
    font-weight: 800;
    padding: 0.8rem 1rem;
    width: 100%;
}

    .btn-recommendation:hover {
        color: #fff;
        background: var(--cs-blue-dark);
    }

.btn-recommendation-cart {
    background: #fff;
    color: #15458f;
    border: 2px solid #15458f;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

    .btn-recommendation-cart:hover {
        background: #15458f;
        color: #fff;
    }

.compare-models-wrap {
    border: 1px solid #e1e6ec;
    background: #fff;
}

.compare-models-table {
    min-width: 850px;
    margin: 0;
}

    .compare-models-table th,
    .compare-models-table td {
        border-color: #e1e6ec;
        padding: 1rem;
        text-align: center;
        vertical-align: middle;
    }

    .compare-models-table thead th {
        background: #fbfcfe;
        font-weight: 800;
        color: #17263a;
    }

    .compare-models-table .feature-col {
        width: 180px;
        min-width: 180px;
        text-align: left;
    }

    .compare-models-table tbody th {
        text-align: left;
        font-weight: 800;
        color: #203149;
        background: #fbfcfe;
    }

.compare-model-card {
    position: relative;
    display: flex;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
}

    .compare-model-card img {
        width: 100%;
        max-width: 300px;
        object-fit: cover;
        display: block;
        margin: 0 auto 0.75rem;
        border: 1px solid #e1e6ec;
    }

    .compare-model-image-link {
        display: inline-block;
        color: inherit;
        text-decoration: none;
    }

    .compare-model-image-link:hover img {
        transform: scale(1.03);
    }

    .compare-model-card h3 {
        font-size: 1rem;
        font-weight: 800;
        color: #1c4d90;
        margin-bottom: 0.35rem;
        min-height: 2.6em;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

.compare-price {
    font-size: 1.05rem;
    font-weight: 900;
    color: #131f31;
    margin-top: auto;
}

.compare-models-table .is-current,
.compare-models-table .is-current-cell {
    background: #f4f8ff;
}

.btn-compare-action {
    background: linear-gradient(180deg, #2b6db6 0%, #15458f 100%);
    color: #fff;
    border-radius: 2px;
    border: none;
    font-weight: 800;
    padding: 0.7rem 1rem;
    min-width: 140px;
}

    .btn-compare-action:hover {
        color: #fff;
        background: var(--cs-blue-dark);
    }

.btn-compare-addcart {
    background: #fff;
    color: #15458f;
    border: 2px solid #15458f !important;
}

    .btn-compare-addcart:hover {
        background: #15458f;
        color: #fff;
    }

@media (max-width: 767.98px) {
    .section-heading-row {
        align-items: flex-start;
    }

    .section-heading-row h2 {
        font-size: 1.65rem;
    }

    .recommendation-slide {
        flex-basis: min(78vw, 300px);
    }

    .recommendation-image-wrap img {
        height: 200px;
    }
}

.product-model-number {
    font-size: 0.85rem;
    font-weight: 700;
    color: #6b7787;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0.35rem;
}

.product-pricing {
    margin-bottom: 0.8rem;
}

.product-price-original {
    font-size: 0.95rem;
    font-weight: 700;
    color: #7d8896;
    text-decoration: line-through;
    margin-bottom: 0.2rem;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.product-price-discounted {
    font-size: 1.2rem;
    font-weight: 900;
    color: #131f31;
}

.product-discount-badge {
    display: inline-flex;
    align-items: center;
    background: #d71920;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
    line-height: 1;
}

.product-meta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.9rem;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #f4f7fb;
    border: 1px solid #e1e6ec;
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    color: #2f3f55;
    font-weight: 700;
    border-radius: 2px;
}

    .meta-item i {
        font-size: 0.9rem;
        color: #0f5bb7;
    }

    .meta-item strong {
        font-weight: 900;
        color: #131f31;
    }

.product-seat-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.35rem 0.6rem;
    border-radius: 2px;
    text-transform: none;
    letter-spacing: 0;
}

    /* Lounger = premium */
    .product-seat-badge.lounger {
        background: #2b6db6;
        color: #fff;
    }

/* =========================================================
   PRODUCT REVIEWS
========================================================= */
.product-reviews-section {
    padding: 0 0 2rem;
    background: #fff;
    scroll-margin-top: 170px;
}

.product-reviews-shell {
    border: 1px solid #dfe6ef;
    background: #fff;
    border-radius: 6px;
    padding: 1.25rem;
}

.product-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e5eaf0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.product-reviews-header h2 {
    margin: 0;
    color: #091b33;
    font-size: 1.75rem;
    font-weight: 900;
}

.product-reviews-header p {
    margin: 0.2rem 0 0;
    color: #607086;
    font-weight: 600;
}

.product-reviews-summary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.8rem;
    border: 1px solid #dfe6ef;
    background: #f7faff;
    border-radius: 4px;
}

.product-reviews-score {
    color: #091b33;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.product-review-alert {
    border-radius: 4px;
    font-weight: 700;
}

.product-review-form-card,
.product-review-card,
.product-review-empty {
    border: 1px solid #dfe6ef;
    background: #fbfdff;
    border-radius: 6px;
    padding: 1rem;
}

.product-review-form-card h3 {
    color: #091b33;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 0.9rem;
}

.product-review-cta-card p {
    color: #607086;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.product-review-form-card .form-label {
    color: #24364d;
    font-weight: 800;
    font-size: 0.9rem;
}

.product-review-form-card .form-control {
    border-radius: 3px;
    border-color: #cfd8e4;
}

.review-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.review-rating-picker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
}

.review-rating-picker input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.review-star-control {
    position: relative;
    width: 164px;
    height: 32px;
}

.review-star-display {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 1.62rem;
    line-height: 1;
    pointer-events: none;
}

.review-star {
    position: relative;
    color: #d4dce8;
    display: inline-flex;
    line-height: 1;
}

.review-star-empty {
    color: #d4dce8;
}

.review-star-half,
.review-star-full {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    color: #ffb000;
}

.review-star.is-full .review-star-empty,
.review-star.is-half .review-star-empty {
    visibility: hidden;
}

.review-star.is-full .review-star-full,
.review-star.is-half .review-star-half {
    display: inline-block;
}

.review-star-hit {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    cursor: pointer;
    z-index: 2;
}

.review-star-control:focus-within {
    outline: 2px solid #15458f;
    outline-offset: 4px;
    border-radius: 4px;
}

@media (max-width: 575.98px) {
    .review-star-control {
        width: 150px;
        height: 30px;
    }

    .review-star-track,
    .review-star-fill {
        font-size: 1.48rem;
    }
}

.product-review-list {
    display: grid;
    gap: 0.85rem;
}

.product-review-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.65rem;
}

.product-review-card h3 {
    color: #15458f;
    font-size: 1.05rem;
    font-weight: 900;
    margin: 0 0 0.35rem;
}

.product-review-card p {
    color: #334155;
    margin: 0;
    line-height: 1.55;
}

.product-review-empty {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #607086;
    font-weight: 700;
}

.product-review-empty i {
    color: #2b6db6;
    font-size: 1.4rem;
}

.product-review-empty p {
    margin: 0;
}

.product-review-submit-page {
    background: #f6f8fb;
    padding: 2rem 0 3rem;
}

.product-review-submit-shell {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 680px);
    gap: 1rem;
    align-items: start;
    justify-content: center;
}

.product-review-submit-product,
.product-review-submit-card {
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(21, 65, 127, 0.08);
}

.product-review-submit-product {
    overflow: hidden;
}

.product-review-submit-product img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #e5eaf0;
}

.product-review-submit-product div {
    padding: 1rem;
}

.product-review-submit-product h1 {
    color: #091b33;
    font-size: 1.35rem;
    font-weight: 900;
    margin: 0.25rem 0 0.75rem;
}

.product-review-submit-product a {
    color: #15458f;
    font-weight: 800;
    text-decoration: none;
}

.product-review-submit-card {
    padding: 1.25rem;
}

.product-review-submit-card h2 {
    color: #091b33;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.product-review-submit-card .form-label {
    color: #24364d;
    font-weight: 800;
    font-size: 0.9rem;
}

.product-review-submit-card .form-control {
    border-radius: 3px;
    border-color: #cfd8e4;
}

@media (max-width: 767.98px) {
    .product-reviews-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-reviews-summary {
        width: 100%;
    }

    .product-review-submit-shell {
        grid-template-columns: 1fr;
    }
}

    /* Bench = more neutral */
    .product-seat-badge.bench {
        background: #eef2f7;
        color: #2f3f55;
        border: 1px solid #d9e0e8;
    }

.product-compare {
    margin-top: 0.5rem;
}

.compare-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    user-select: none;
}

    .compare-toggle input {
        display: none;
    }

.compare-box {
    width: 18px;
    height: 18px;
    border: 1.5px solid #b8c2cf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.15s ease;
}

    .compare-box i {
        font-size: 0.75rem;
        color: #fff;
        opacity: 0;
        transition: opacity 0.15s ease;
    }

/* Checked state */
.compare-toggle input:checked + .compare-box {
    background: #2b6db6;
    border-color: #2b6db6;
}

    .compare-toggle input:checked + .compare-box i {
        opacity: 1;
    }

.compare-text {
    font-size: 0.9rem;
    color: #4a5a6c;
    font-weight: 700;
}

.fulfillment-section {
    background: #fff;
}

.free-delivery-summary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 0.85rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid #cfe1f7;
    border-radius: 8px;
    background: #f3f8ff;
    color: #15458f;
    font-weight: 900;
}

.fulfillment-header,
.fulfillment-subheader {
    font-size: 0.98rem;
    color: #2f3f55;
    margin-bottom: 0.35rem;
}

.fulfillment-link {
    color: #143f7f;
    text-decoration: underline;
    font-weight: 500;
}

.fulfillment-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 0.75rem;
    margin-bottom: 0.9rem;
}

.fulfillment-card {
    position: relative;
    border: 1px solid #cfd8e4;
    border-radius: 8px;
    background: #fff;
    padding: 1rem 0.9rem 0.85rem;
    min-height: 150px;
    text-align: left;
}

.fulfillment-card-button {
    width: 100%;
    cursor: pointer;
    appearance: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

    .fulfillment-card.selected {
        border: 2px solid #2b6db6;
        box-shadow: 0 0 0 2px rgba(15, 99, 201, 0.08);
    }

    .fulfillment-card-button:hover,
    .fulfillment-card-button:focus-visible {
        border-color: #15458f;
        background: #f8fbff;
        box-shadow: 0 0 0 3px rgba(0, 91, 187, 0.12);
        transform: translateY(-1px);
        outline: none;
    }

    .fulfillment-card-button:active {
        transform: translateY(0);
    }

.fulfillment-select {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: #2b6db6;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1;
}

.fulfillment-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #17263a;
    margin-bottom: 0.45rem;
}

.fulfillment-card-date {
    font-size: 0.95rem;
    font-weight: 800;
    color: #17263a;
    margin-bottom: 0.2rem;
}

.fulfillment-card-stock {
    font-size: 0.95rem;
    color: #2f3f55;
    margin-bottom: 0.65rem;
}

.fulfillment-card-price {
    font-size: 1rem;
    font-weight: 900;
    color: #0d8a43;
    letter-spacing: 0.01em;
}

.fulfillment-footer-links {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .fulfillment-options {
        grid-template-columns: 1fr;
    }

    .fulfillment-footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

/* =========================================================
   PRODUCT GALLERY - HOME DEPOT STYLE
========================================================= */
.product-gallery {
    margin-bottom: 1.25rem;
    max-width: 100%;
    overflow: hidden;
}

.product-main-media-wrap {
    border: 1px solid #e3e7ec;
    background: #fff;
    overflow: hidden;
}

.product-main-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 520px;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.product-main-image,
.product-main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 0;
    transition: transform 0.5s ease;
}

.product-gallery-discount-pill {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.48rem 0.9rem;
    background: #d71920;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(215, 25, 32, 0.28);
    font-size: 0.98rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    pointer-events: none;
}


.product-main-video {
    min-height: 520px;
}

.product-media-thumbs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 60px;
    gap: 0.5rem;
    margin-top: 0.75rem;
    max-width: 100%;
}

.media-thumb {
    position: relative;
    border: 1px solid #d8dee6;
    background: #fff;
    padding: 0;
    cursor: pointer;
    height: 60px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

    .media-thumb:hover {
        border-color: var(--cs-blue);
        box-shadow: 0 0 0 2px var(--cs-blue);
        transform: translateY(-2px);
    }

    .media-thumb.active {
        border-color: var(--cs-blue);
        box-shadow: 0 0 0 2px var(--cs-blue);
    }

    .media-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .media-thumb:hover img {
        transform: scale(1.08);
    }

.video-thumb .video-play-icon,
.gallery-video-tile .video-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

.video-play-icon i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(24, 31, 42, 0.88);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.media-thumb-all {
    background: linear-gradient(180deg, #f6f8fb 0%, #edf2f8 100%);
}

.media-thumb-all-overlay {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    color: #234983;
    font-weight: 800;
    font-size: 0.9rem;
}

    .media-thumb-all-overlay i {
        font-size: 1.3rem;
    }

/* Modal */
.product-gallery-modal .modal-content {
    border-radius: 0;
    border: 0;
}

.gallery-modal-header {
    border-bottom: 1px solid #e3e7ec;
    padding: 1rem 1.25rem;
}

    .gallery-modal-header .modal-title {
        font-size: 1.5rem;
        font-weight: 800;
        color: #17263a;
        margin: 0;
    }

.gallery-modal-subtitle {
    color: #5a6777;
    font-size: 0.95rem;
    margin-top: 0.15rem;
}

.gallery-modal-body {
    background: #f8fafc;
}

.gallery-modal-tabs .nav-link {
    border-radius: 999px;
    border: 1px solid #d7dee7;
    background: #fff;
    color: #22364f;
    font-weight: 700;
    padding: 0.55rem 1rem;
}

    .gallery-modal-tabs .nav-link.active {
        background: #edf4ff;
        border-color: #adc4e8;
        color: #0f4d98;
    }

.gallery-modal-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 0.85rem;
}

.gallery-modal-tile {
    position: relative;
    border: 1px solid #d7dee7;
    background: #fff;
    padding: 0;
    overflow: hidden;
    min-height: 110px;
}

    .gallery-modal-tile img {
        width: 100%;
        height: 110px;
        object-fit: cover;
        display: block;
    }

.gallery-modal-viewer {
    background: #fff;
    border: 1px solid #e3e7ec;
    padding: 1rem;
}

.gallery-modal-viewer-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-viewer-image,
.gallery-modal-viewer-iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0;
    background: #fff;
}

@media (max-width: 1199.98px) {
    .product-main-media,
    .product-main-video {
        min-height: 460px;
    }

    .product-media-thumbs {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-modal-grid {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }
}

@media (max-width: 767.98px) {
    .product-main-media,
    .product-main-video {
        min-height: 320px;
    }

    .product-media-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-modal-grid {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .gallery-modal-header .modal-title {
        font-size: 1.2rem;
    }
}

.product-page-price-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
    flex-wrap: wrap;
}


.product-page-price-main {
    display: flex;
    align-items: flex-start;
    line-height: 0.9;
    color: #1b2d44;
    font-weight: 900;
}

    .product-page-price-main .price-currency {
        font-size: 1.55rem;
        line-height: 1;
        margin-top: 0.2rem;
    }

    .product-page-price-main .price-dollars {
        font-size: 3.25rem;
        line-height: 0.9;
        letter-spacing: -0.04em;
    }

    .product-page-price-main .product-special-buy {
        background: url(/images/special-buy.svg) no-repeat center;
        background-size: contain;
        height: 48px;
        width: 48px;
    }

    .product-page-price-main .price-cents {
        font-size: 1.4rem;
        line-height: 1;
        margin-top: 0.3rem;
        margin-left: 0.1rem;
    }

.product-page-price-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    padding-top: 0.15rem;
}

.product-page-price-was {
    font-size: 0.95rem;
    color: #5d6b7c;
    line-height: 1.1;
}

    .product-page-price-was span {
        text-decoration: line-through;
        color: #7b8794;
    }

.product-page-price-save {
    font-size: 1rem;
    font-weight: 700;
    color: #d71920;
    line-height: 1.1;
}

.predelivery-video-link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.35rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid #c9d8ea;
    border-radius: 6px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    color: #10233f;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(21, 69, 143, 0.08);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.predelivery-video-link:hover,
.predelivery-video-link:focus {
    border-color: #15458f;
    color: #10233f;
    box-shadow: 0 14px 30px rgba(21, 69, 143, 0.16);
    transform: translateY(-1px);
}

.predelivery-video-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #d71920;
    color: #fff;
    font-size: 1.15rem;
}

.predelivery-video-link strong,
.predelivery-video-link small {
    display: block;
}

.predelivery-video-link strong {
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.15;
}

.predelivery-video-link small {
    margin-top: 0.05rem;
    color: #5c6b7f;
    font-size: 0.75rem;
    line-height: 1.15;
}

.predelivery-video-external {
    margin-left: auto;
    color: #15458f;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .product-page-price-wrap {
        justify-content: flex-start;
    }

    .product-page-price-main .price-dollars {
        font-size: 2.7rem;
    }

    .product-page-price-main .price-currency {
        font-size: 1.35rem;
    }

    .product-page-price-main .price-cents {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .product-page-price-wrap {
        gap: 0.5rem;
    }

    .product-page-price-main .price-dollars {
        font-size: 2.3rem;
    }

    .product-page-price-side {
        width: 100%;
        padding-top: 0;
    }
}

.price-region-line {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.35rem;
    font-size: 0.88rem;
    color: #3a6ea8;
    font-weight: 600;
}

.region-label {
    color: #546070;
    font-weight: 400;
}

.region-modifier {
    color: #0b5ea8;
    font-weight: 700;
}

.finish-selector-section {
    background: #fff;
}

.finish-group + .finish-group {
    margin-top: 1rem;
}

.finish-label-row {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 0.55rem;
    color: #2f3f55;
}

.finish-label {
    font-size: 0.98rem;
    color: #2f3f55;
}

.finish-label-row strong {
    font-size: 0.98rem;
    color: #17263a;
    font-weight: 800;
}

.finish-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.finish-swatch {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #cfd8e4;
    background: var(--swatch-color);
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

    .finish-swatch:hover:not(:disabled) {
        border: red 2px solid;
    }

    .finish-swatch.active {
        border-color: red;
        box-shadow: 0 0 0 2px red;
    }

    .finish-swatch.unavailable {
        opacity: 0.55;
        cursor: not-allowed;
    }

        .finish-swatch.unavailable::after {
            content: "";
            position: absolute;
            inset: 5px;
            border-top: 1.5px solid #8f99a8;
            transform: rotate(-45deg);
        }

.finish-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.finish-choice {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid #cfd8e4;
    border-radius: 8px;
    background: #fff;
    color: #12233c;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.finish-choice:hover {
    border-color: #7ea3d8;
}

.finish-choice.active {
    border-color: #17263a;
    box-shadow: 0 0 0 1px #17263a;
}

.finish-choice--oos,
.finish-dropdown-item.finish-choice--oos {
    opacity: 0.45;
    cursor: not-allowed;
}

.finish-choice--oos .finish-choice-input,
.finish-dropdown-item.finish-choice--oos input {
    pointer-events: none;
}

.finish-choice--oos:hover {
    border-color: inherit;
}

/* Included option — locked, shown with green tint */
.finish-choice--included {
    border-color: #16a34a;
    background: #f0fdf4;
    cursor: default;
}
.finish-choice--included:hover {
    border-color: #16a34a;
}

/* Dropdown included row */
.finish-dropdown-item--included {
    background: #f0fdf4;
    cursor: default;
}

/* Price modifier / Included badges */
.option-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 4px;
    margin-left: 4px;
    vertical-align: middle;
    white-space: nowrap;
}
.option-badge--price {
    background: #e0edff;
    color: #1d4ed8;
}
.option-badge--included {
    background: #dcfce7;
    color: #15803d;
}

/* Multi-select checkmark — hidden by default, shown when active */
.finish-choice-check {
    display: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1d4ed8;
    flex-shrink: 0;
    margin-left: 2px;
}
.finish-choice.active .finish-choice-check {
    display: inline-block;
}

/* Multi-select active state — blue highlight */
[data-selection-mode="multi"] .finish-choice.active {
    background: #eff6ff;
    border-color: #2563eb;
    box-shadow: 0 0 0 1px #2563eb;
}

.finish-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.finish-choice-media {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #cfd8e4;
    overflow: hidden;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2f7;
}

.finish-choice-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.finish-choice-swatch {
    width: 100%;
    height: 100%;
    display: block;
}

.finish-options--name .finish-choice {
    padding-inline: 0.9rem;
}

.finish-options--list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
    gap: 0.45rem;
}

.finish-options--list .finish-choice {
    width: 100%;
    justify-content: flex-start;
    border-radius: 6px;
    font-weight: 700;
    box-shadow: none;
}

.finish-options--list .finish-choice-input {
    position: static;
    opacity: 1;
    pointer-events: auto;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0;
}

.finish-options--list .finish-choice-native,
.finish-options--list .finish-choice-check {
    display: none !important;
}

.finish-options--list .finish-choice.active {
    background: #f8fbff;
    border-color: #7ea3d8;
    box-shadow: none;
}

.finish-dropdown {
    position: relative;
    max-width: 340px;
}

.finish-dropdown-toggle {
    width: 100%;
    min-height: 44px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid #cfd8e4;
    border-radius: 8px;
    background: #fff;
    color: #12233c;
    font-weight: 800;
    padding: 0.45rem 0.65rem;
    text-align: left;
}

.finish-dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 20;
    background: #fff;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 35, 70, 0.18);
    max-height: 260px;
    overflow: auto;
    padding: 0.35rem;
}

.finish-dropdown-item {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.5rem;
    border-radius: 6px;
    color: #12233c;
    font-weight: 700;
    cursor: pointer;
}

.finish-dropdown-item:hover {
    background: #f2f7ff;
}

.finish-option {
    min-height: 36px;
    padding: 0.55rem 0.85rem;
    border-radius: 8px;
    border: 1px solid #cfd8e4;
    background: #fff;
    color: #2f3f55;
    font-size: 0.95rem;
    font-weight: 700;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

    .finish-option:hover:not(:disabled) {
        border-color: #7ea3d8;
    }

    .finish-option.active {
        border-color: #17263a;
        box-shadow: 0 0 0 1px #17263a;
        color: #17263a;
    }

    .finish-option.unavailable {
        color: #8d98a7;
        background: #fafbfc;
        border-style: dashed;
        text-decoration: line-through;
        cursor: not-allowed;
    }

@media (max-width: 575.98px) {
    .finish-option {
        width: 100%;
        text-align: left;
    }
}

/* =========================================================
   DELIVERY MODAL
========================================================= */
.delivery-free-label {
    display: block;
    font-size: 1.08rem;
    color: #16a34a;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: 4px;
}

.delivery-dates {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #15253a;
}

.btn-delivery-details {
    align-items: center;
    color: #124181;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 0.2rem;
    margin-top: 0.45rem;
    text-decoration: underline;
}

    .fulfillment-card-button:hover .btn-delivery-details,
    .fulfillment-card-button:focus-visible .btn-delivery-details {
        color: #15458f;
    }

    .btn-delivery-details i {
        font-size: 0.72rem;
        transition: transform 0.18s ease;
    }

    .fulfillment-card-button:hover .btn-delivery-details i,
    .fulfillment-card-button:focus-visible .btn-delivery-details i {
        transform: translateX(2px);
    }

.delivery-modal-dialog {
    max-width: 480px;
}

.delivery-modal-body {
    padding: 1.25rem 1.5rem;
    font-size: 0.97rem;
}

.delivery-modal-free {
    font-size: 1rem;
    font-weight: 700;
    color: #15253a;
    margin-bottom: 0.35rem;
}

.delivery-modal-eta {
    font-size: 0.95rem;
    color: #15253a;
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.btn-zip-link {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.88rem;
    color: #7c3aed;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 0.4rem;
    font-weight: 500;
}

    .btn-zip-link:hover {
        color: #5b21b6;
    }

.zip-input-wrap {
    margin-bottom: 0.75rem;
}

.delivery-divider {
    border-color: #e5eaf0;
    margin: 1rem 0;
}

.delivery-modal-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.delivery-modal-icon {
    font-size: 1.3rem;
    color: #38495e;
    flex-shrink: 0;
    margin-top: 2px;
}

.delivery-modal-row-title {
    font-weight: 700;
    color: #15253a;
    font-size: 0.97rem;
    margin-bottom: 0.2rem;
}

.delivery-modal-row-desc {
    font-size: 0.9rem;
    color: #445264;
    line-height: 1.5;
}

.delivery-modal-section-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.6rem;
}

.delivery-modal-method-name {
    font-size: 0.97rem;
    color: #15253a;
    margin-bottom: 0.25rem;
}

.delivery-modal-method-desc {
    font-size: 0.88rem;
    color: #445264;
    line-height: 1.5;
}

.delivery-modal-policy-text {
    font-size: 0.9rem;
    color: #445264;
    margin-bottom: 0.4rem;
}

.delivery-modal-policy-link {
    font-size: 0.9rem;
    color: #7c3aed;
    text-decoration: underline;
    font-weight: 500;
}

    .delivery-modal-policy-link:hover {
        color: #5b21b6;
    }

/* =========================================================
   WARRANTY — badge card, tab table, modal
========================================================= */

/* Badge card shown in spa-benefits when warranty exists */
.warranty-badge-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: #f7f9fc;
    border: 1px solid #d8e2ef;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 26px rgba(0, 48, 96, 0.06);
}

.warranty-badge-media {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
}

.warranty-badge-img {
    max-width: 54px;
    max-height: 54px;
}

.warranty-badge-fallback {
    display: none;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: var(--cs-blue);
    background: #eaf3ff;
    border: 1px solid #c9def7;
    border-radius: 50%;
    font-size: 1.65rem;
}

.warranty-badge-copy {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.warranty-badge-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #17263a;
    margin: 0 0 0.15rem;
}

.warranty-badge-sub {
    font-size: 0.88rem;
    color: #37506b;
    font-weight: 600;
    margin: 0;
}

.btn.warranty-read-more {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background: #fff;
    border: 1px solid #b9cce3;
    color: var(--cs-blue);
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.45rem 0.7rem;
    text-decoration: none;
    white-space: nowrap;
}

.btn.warranty-read-more:hover {
    background: var(--cs-blue);
    border-color: var(--cs-blue);
    color: #fff;
}

@media (max-width: 575.98px) {
    .warranty-badge-card {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .btn.warranty-read-more {
        width: 100%;
    }
}

/* Warranty table inside the tab pane */
.warranty-intro {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 1rem;
}

.warranty-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.warranty-table thead th {
    background: #f0f4f9;
    color: #17263a;
    font-weight: 700;
    padding: 0.6rem 0.75rem;
    border-bottom: 2px solid #d2dce8;
}

.warranty-table tbody tr:nth-child(odd) td  { background: #f8fafc; }
.warranty-table tbody tr:nth-child(even) td { background: #fff; }

.warranty-table td {
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #e8edf3;
    vertical-align: top;
}

.spa-warranty-overview {
    color: #12233c;
    background: #fff;
}

.spa-warranty-header {
    border-bottom: 3px solid #12233c;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}

.spa-warranty-logo {
    display: block;
    width: min(240px, 72vw);
    height: auto;
    margin: 0 0 1rem;
}

.spa-warranty-kicker {
    color: #15458f;
    font-size: clamp(1.8rem, 4vw, 3.25rem);
    font-weight: 950;
    letter-spacing: 0.02em;
    line-height: 0.95;
    text-transform: uppercase;
}

.spa-warranty-header h3 {
    color: #12233c;
    font-size: clamp(1.05rem, 1.8vw, 1.45rem);
    font-weight: 900;
    letter-spacing: 0.12em;
    margin: 0.8rem 0 0.45rem;
    text-transform: uppercase;
}

.spa-warranty-header p {
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.65;
    margin: 0;
    max-width: 980px;
}

.warranty-html {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.65;
}

.warranty-html > :first-child {
    margin-top: 0;
}

.warranty-html > :last-child {
    margin-bottom: 0;
}

.warranty-html p,
.warranty-html ul,
.warranty-html ol,
.warranty-html table {
    margin-bottom: 0.85rem;
}

.warranty-html a {
    color: #15458f;
    font-weight: 800;
}

.warranty-html ul,
.warranty-html ol {
    padding-left: 1.25rem;
}

.warranty-html table {
    width: 100%;
    border-collapse: collapse;
}

.warranty-html th,
.warranty-html td {
    border: 1px solid #dfe6ef;
    padding: 0.55rem 0.65rem;
    vertical-align: top;
}

.warranty-html th {
    background: #edf3fb;
    color: #12233c;
    font-weight: 900;
}

.spa-warranty-list {
    display: grid;
    gap: 0;
}

.spa-warranty-item {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 1.15rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid #dfe6ef;
}

.spa-warranty-duration {
    align-self: start;
    background: #15458f;
    color: #fff;
    min-height: 78px;
    padding: 0.55rem 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #15458f;
}

.spa-warranty-icon-html {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.spa-warranty-icon-html > :first-child {
    margin-top: 0;
}

.spa-warranty-icon-html > :last-child {
    margin-bottom: 0;
}

.spa-warranty-icon-html i,
.spa-warranty-icon-html span,
.spa-warranty-icon-html strong {
    color: inherit;
}

.spa-warranty-duration-main {
    display: block;
    font-size: 2rem;
    font-weight: 950;
    line-height: 0.9;
}

.spa-warranty-duration-unit {
    display: block;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-top: 0.25rem;
}

.spa-warranty-copy h4 {
    color: #15458f;
    font-size: 1.05rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.spa-warranty-copy p {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 575.98px) {
    .spa-warranty-item {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .spa-warranty-duration {
        align-items: flex-start;
        justify-content: center;
        min-height: auto;
        width: 112px;
    }
}

/* Warranty modal */
.warranty-modal-header {
    border-bottom: 2px solid var(--cs-blue);
    padding: 1rem 1.25rem;
}

.warranty-modal-title {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #17263a;
}

.warranty-series-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #17263a;
}

.warranty-intro-text {
    font-size: 0.88rem;
    color: #4a5568;
    line-height: 1.7;
}

.warranty-modal-table td {
    padding: 0.6rem 0.75rem;
    border-top: 1px solid #e8edf3;
    font-size: 0.875rem;
    vertical-align: top;
}

.warranty-modal-table tr:nth-child(odd) td  { background: #f8fafc; }
.warranty-modal-table tr:nth-child(even) td { background: #fff; }

.warranty-pane--bbq {
    color: #2a2f36;
}

.warranty-modal--bbq {
    border: 0;
    border-radius: 0;
}

.bbq-warranty-header {
    border-bottom: 2px solid #a80808;
    padding: 1.1rem 1.5rem;
}

.bbq-warranty-brand-row {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto 1fr;
    width: 100%;
}

.bbq-warranty-logo {
    color: #a80808;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.warranty-modal--bbq .warranty-modal-title {
    color: #2a2f36;
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    letter-spacing: 0.02em;
}

.bbq-warranty-seal {
    align-items: center;
    border: 4px double #6a6a6a;
    border-radius: 999px;
    color: #a80808;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 900;
    height: 64px;
    justify-content: center;
    justify-self: end;
    line-height: 1;
    text-transform: uppercase;
    transform: rotate(-7deg);
    width: 64px;
}

.bbq-warranty-content {
    color: #2a2f36;
    font-size: 1rem;
    line-height: 1.55;
}

.bbq-warranty-content h3 {
    color: #2a2f36;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800;
    margin: 1.2rem 0 0.45rem;
}

.bbq-warranty-content h3:first-child {
    margin-top: 0;
}

.bbq-warranty-content p {
    font-weight: 600;
    margin-bottom: 0.9rem;
}

.bbq-warranty-list {
    display: grid;
    gap: 0.35rem;
    margin: -0.35rem 0 1rem;
    padding-left: 1.25rem;
}

.bbq-warranty-list li {
    font-weight: 600;
    line-height: 1.45;
}

.bbq-warranty-content a {
    color: #a80808;
    font-weight: 800;
    text-decoration: none;
}

.bbq-warranty-content a:hover {
    text-decoration: underline;
}

.bbq-warranty-table {
    border-collapse: collapse;
    margin-bottom: 0.6rem;
}

.bbq-warranty-table th {
    background: transparent !important;
    border-bottom: 0;
    color: #2a2f36;
    font-weight: 900;
    padding: 0.25rem 0.65rem 0.45rem 0;
}

.bbq-warranty-table td {
    background: transparent !important;
    border: 0;
    color: #2a2f36;
    padding: 0.25rem 0.65rem 0.35rem 0;
    vertical-align: middle;
}

.bbq-warranty-table td:nth-child(2) {
    font-weight: 600;
}

.warranty-pane--bbq .bbq-warranty-content {
    max-width: 860px;
}

.warranty-pane--bbq .bbq-warranty-content h3 {
    font-size: 1.45rem;
}

.warranty-pane--sauna,
.warranty-modal--sauna {
    color: #2a2f36;
}

.warranty-modal--sauna {
    border: 0;
    border-radius: 0;
}

.sauna-warranty-header {
    border-bottom: 2px solid #f47b20;
    padding: 1.1rem 1.5rem;
}

.sauna-warranty-brand-row {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto 1fr;
    width: 100%;
}

.sauna-warranty-logo {
    color: #f47b20;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.sauna-warranty-logo::first-letter {
    color: #0068b7;
}

.warranty-modal--sauna .warranty-modal-title {
    color: #2a2f36;
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    letter-spacing: 0.02em;
}

.sauna-warranty-seal {
    align-items: center;
    border: 4px double #6a6a6a;
    border-radius: 999px;
    color: #f47b20;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 900;
    height: 64px;
    justify-content: center;
    justify-self: end;
    line-height: 1;
    text-transform: uppercase;
    transform: rotate(-7deg);
    width: 64px;
}

.sauna-warranty-content {
    color: #2a2f36;
    font-size: 1rem;
    line-height: 1.6;
}

.sauna-warranty-content h3 {
    color: #2a2f36;
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    font-weight: 500;
    margin: 1.25rem 0 0.45rem;
}

.sauna-warranty-content h4 {
    color: #2a2f36;
    font-size: 1rem;
    font-weight: 900;
    margin: 2rem 0 0.85rem;
    text-transform: uppercase;
}

.sauna-warranty-content p {
    font-weight: 500;
    margin-bottom: 1rem;
}

.sauna-warranty-content strong {
    font-weight: 900;
}

.warranty-pane--sauna .sauna-warranty-content {
    max-width: 860px;
}

.warranty-pane--sauna .sauna-warranty-content h3 {
    font-size: 1.45rem;
}

.documents-list {
    display: grid;
    gap: 10px;
}

.document-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #d8e2ef;
    border-radius: 6px;
    background: #fff;
    color: #0f2748;
    text-decoration: none;
    font-weight: 700;
}

.document-link:hover {
    border-color: var(--cs-blue);
    color: var(--cs-blue);
}

.document-link i {
    font-size: 1.35rem;
    color: var(--cs-blue);
}

.document-link span {
    display: grid;
    gap: 2px;
}

.document-link small {
    color: #6b7a8d;
    font-weight: 600;
}

/* Admin — assignment badge pills */
.badge-assign {
    background: #f0f4f9;
    border: 1px solid #d2dce8;
    border-radius: 99px;
    padding: 0.25rem 0.65rem 0.25rem 0.4rem;
    font-size: 0.8rem;
    color: #17263a;
}

/* Mobile storefront polish for product detail pages */
@media (max-width: 991.98px) {
    .product-info-tabs {
        margin-top: 1rem;
    }

    .product-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product-tabs .nav-item {
        flex: 0 0 auto;
    }

    .product-tabs .nav-link {
        white-space: nowrap;
    }

    .compare-models-wrap,
    .warranty-modal .table-responsive,
    .warranty-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .purchase-panel,
    .product-summary-card {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .product-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
        align-items: stretch;
    }

    .product-actions .btn,
    .product-actions button,
    .product-actions a,
    .btn-add-cart,
    .btn-quote {
        width: 100%;
        min-width: 0;
    }

    .spec-row {
        grid-template-columns: 1fr;
    }

    .spec-label {
        border-bottom: 1px solid #dce3ec;
    }

    .finish-dropdown,
    .finish-options,
    .finish-options--list {
        max-width: none;
        width: 100%;
    }

    .compare-models-table {
        min-width: 720px;
    }

    .warranty-table,
    .warranty-modal-table {
        min-width: 560px;
    }

    .bbq-warranty-brand-row {
        grid-template-columns: 1fr auto;
    }

    .bbq-warranty-brand-row .warranty-modal-title,
    .sauna-warranty-brand-row .warranty-modal-title {
        grid-column: 1 / -1;
        grid-row: 2;
        text-align: center;
    }

    .sauna-warranty-brand-row {
        grid-template-columns: 1fr auto;
    }

    .bbq-warranty-seal,
    .sauna-warranty-seal {
        height: 54px;
        width: 54px;
    }

    .documents-list {
        grid-template-columns: 1fr;
    }

    .document-link {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .thumb-btn img {
        height: 68px;
    }

    .product-tab-content {
        padding: 1rem 0.85rem;
    }

    .warranty-modal-title {
        font-size: 1.15rem;
    }
}
