
/*
 * 2.16.58 — Live Row Measurement & Exact Two-Column Pixel Fit Authority
 * Runtime JS calculates actual pixel widths for each marked live model row.
 */

body.slc-hc-21658-page {
    overflow-x: hidden !important;
}

body.slc-hc-21658-page #slc21617-rehost,
body.slc-hc-21658-page .slc21656-catalog-root,
body.slc-hc-21658-page .slc21657-canvas {
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* Exact pixel-fit rows. */
body.slc-hc-21658-page .slc21658-row {
    display: grid !important;
    grid-template-columns:
        var(--slc21658-primary, minmax(0, 1fr))
        var(--slc21658-support, 300px) !important;
    column-gap: var(--slc21658-gap, 24px) !important;
    width: var(--slc21658-row-width, 100%) !important;
    max-width: var(--slc21658-row-width, 100%) !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    align-items: start !important;
    box-sizing: border-box !important;
}

body.slc-hc-21658-page .slc21658-primary,
body.slc-hc-21658-page .slc21658-support {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

body.slc-hc-21658-page .slc21658-row *,
body.slc-hc-21658-page .slc21658-primary *,
body.slc-hc-21658-page .slc21658-support * {
    min-width: 0 !important;
    box-sizing: border-box !important;
}

body.slc-hc-21658-page .slc21658-row img,
body.slc-hc-21658-page .slc21658-primary img,
body.slc-hc-21658-page .slc21658-support img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Neutralize any fixed-width descendants in support media. */
body.slc-hc-21658-page .slc21658-support > *,
body.slc-hc-21658-page .slc21658-support div,
body.slc-hc-21658-page .slc21658-support figure {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

/* Preserve Linden gallery geometry. */
body.slc-hc-21658-page .slc21626-gallery,
body.slc-hc-21658-page .slc21656-gallery {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 899px) {
    body.slc-hc-21658-page .slc21658-row {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
