/* =========================================================
   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: 2.35rem;
    font-weight: 800;
    color: #15253a;
    margin-bottom: 0.25rem;
}

.product-page-reviews {
    font-size: 1.05rem;
    color: #244c8c;
    font-weight: 700;
}

.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;
}

.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, #0f63c9 0%, #0053b0 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, #0f63c9 0%, #0053b0 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;
    }

.btn-add-cart--success {
    background: linear-gradient(180deg, #1a9b5f 0%, #127a4a 100%) !important;
}

.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;
    }

.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;
}

.section-heading-row {
    border-top: 1px solid #e5eaf0;
    padding-top: 1.2rem;
    margin-bottom: 1rem;
}

    .section-heading-row h2 {
        font-size: 2rem;
        font-weight: 800;
        color: #17263a;
        margin: 0;
    }

.recommendation-card {
    border: 1px solid #e1e6ec;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recommendation-image-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #e1e6ec;
}

.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;
    }

.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-body p {
    color: #3f4d5d;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.btn-recommendation {
    margin-top: auto;
    background: linear-gradient(180deg, #0f63c9 0%, #0053b0 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);
    }

.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;
}

    .compare-model-card img {
        width: 100%;
        max-width: 180px;
        height: 120px;
        object-fit: cover;
        display: block;
        margin: 0 auto 0.75rem;
        border: 1px solid #e1e6ec;
    }

    .compare-model-card h3 {
        font-size: 1rem;
        font-weight: 800;
        color: #1c4d90;
        margin-bottom: 0.35rem;
    }

.compare-price {
    font-size: 1.05rem;
    font-weight: 900;
    color: #131f31;
}

.compare-badge {
    position: absolute;
    top: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #0f63c9 0%, #0053b0 100%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.35rem 0.7rem;
    border-radius: 2px;
}

.compare-models-table .is-current,
.compare-models-table .is-current-cell {
    background: #f4f8ff;
}

.btn-compare-action {
    background: linear-gradient(180deg, #0f63c9 0%, #0053b0 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);
    }

@media (max-width: 767.98px) {
    .section-heading-row h2 {
        font-size: 1.65rem;
    }

    .recommendation-image-wrap img {
        height: 200px;
    }
}

.product-model-number {
    font-size: 0.85rem;
    font-weight: 700;
    color: #6b7787;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    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: #e9f3ff;
    color: #0f4d98;
    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: uppercase;
    letter-spacing: 0.03em;
}

    /* Lounger = premium */
    .product-seat-badge.lounger {
        background: #0f63c9;
        color: #fff;
    }

    /* 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: #0f63c9;
    border-color: #0f63c9;
}

    .compare-toggle input:checked + .compare-box i {
        opacity: 1;
    }

.compare-text {
    font-size: 0.9rem;
    color: #4a5a6c;
    font-weight: 700;
}

.fulfillment-section {
    background: #fff;
}

.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 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;
}

    .fulfillment-card.selected {
        border: 2px solid #0f63c9;
        box-shadow: 0 0 0 2px rgba(15, 99, 201, 0.08);
    }

.fulfillment-select {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: #0f63c9;
    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 {
    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-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 .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: #0b8f4d;
    line-height: 1.1;
}

@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: 36px;
    height: 36px;
    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-color: #7ea3d8;
    }

    .finish-swatch.active {
        border-color: #17263a;
        box-shadow: 0 0 0 1px #17263a;
    }

    .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-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;
    }
}