/* Product Page V2 — BiFold visual system for secondary glazing PDPs */
body.cvsg-product-v2 {
	--pv2-navy: #0A2F51;
	--pv2-cyan: var(--light-blue, #009AC9);
	--pv2-cyan-dark: #0081a9;
	--pv2-pink: var(--pink, #c9076a);
	--pv2-green: var(--green, #008b5a);
	--pv2-ink: #171c24;
	--pv2-muted: #555;
	--pv2-line: #e6eef3;
	--pv2-soft: #f4f8fb;
	--pv2-radius: 12px;
	--pv2-radius-lg: 20px;
	/* Match .pv2-config-advisor-cta — shared button curve/weight across the page */
	--pv2-btn-radius: var(--cvsg-btn-radius, 7px);
	--pv2-btn-weight: var(--cvsg-btn-weight, 700);
	--pv2-shadow: 0 16px 48px rgba(10, 47, 81, 0.14);
	font-family: 'Poppins', 'Open Sans', sans-serif;
}
body.cvsg-product-v2 * { box-sizing: border-box; }
body.cvsg-product-v2 #customtopbar { display: none !important; }

/* Page frame — same token as onbrand (:root --content-max-width: 1460px).
   Do not add extra side padding here; it insets the chrome. */
body.cvsg-product-v2 #header > .container,
body.cvsg-product-v2 .top-bar .container,
body.cvsg-product-v2.page-template-template-product-individual #wrap .container,
body.cvsg-product-v2 #wrap .container,
body.cvsg-product-v2 .pv2-section .container,
body.cvsg-product-v2 .page-section .container,
body.cvsg-product-v2 .main-product-container .container,
body.cvsg-product-v2 .pv2-advisor-cta .container {
	width: 100% !important;
	max-width: var(--content-max-width, 1460px) !important;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* Nested inside #header > .container — fill that row, do not start a second frame.
   Must follow the #wrap .container rule above or 1460px wins on equal specificity. */
body.cvsg-product-v2 #wrap #nav-wrapper > .container {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

/* Trust strip  -  standalone bar beneath the header */
body.cvsg-product-v2 .pv2-trust-strip {
    width: 100%;
    background: #333;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
}

body.cvsg-product-v2 .trust-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

body.cvsg-product-v2 .trust-strip-inner::-webkit-scrollbar {
    display: none;
}

body.cvsg-product-v2 .trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45em;
    color: rgba(255,255,255,0.75);
    font-size: 0.88rem;
    font-weight: 400;
    padding: 1.1em 4.8em;
    border-right: 1px solid rgba(255,255,255,0.18);
    white-space: nowrap;
    flex: 0 0 auto;
    letter-spacing: 0.01em;
    text-align: center;
    box-sizing: border-box;
}

body.cvsg-product-v2 .trust-item:last-child { border-right: none; }

body.cvsg-product-v2 .trust-item strong {
    color: #fff;
    font-weight: 700;
    font-size: 1.05em;
}

/* Tablet / laptop: wrap into a readable grid instead of a clipped row */
@media (max-width: 1400px) {
    body.cvsg-product-v2 .trust-strip-inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        flex-wrap: unset;
    }

    body.cvsg-product-v2 .trust-item {
        white-space: normal;
        flex: none;
        padding: 0.85em 0.75em;
        font-size: 0.8rem;
        line-height: 1.35;
        border-right: 1px solid rgba(255,255,255,0.14);
        border-bottom: 1px solid rgba(255,255,255,0.14);
        justify-content: center;
    }

    body.cvsg-product-v2 .trust-item:nth-child(3n) {
        border-right: none;
    }

    body.cvsg-product-v2 .trust-item:nth-last-child(-n+3) {
        border-bottom: none;
    }
}

@media (max-width: 640px) {
    body.cvsg-product-v2 .trust-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    body.cvsg-product-v2 .trust-item {
        padding: 0.8em 0.7em;
        font-size: 0.78rem;
        justify-content: flex-start;
        text-align: left;
    }

    body.cvsg-product-v2 .trust-item:nth-child(3n) {
        border-right: 1px solid rgba(255,255,255,0.14);
    }

    body.cvsg-product-v2 .trust-item:nth-child(2n) {
        border-right: none;
    }

    body.cvsg-product-v2 .trust-item:nth-last-child(-n+3) {
        border-bottom: 1px solid rgba(255,255,255,0.14);
    }

    body.cvsg-product-v2 .trust-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

/* ============================================================
   CONFIGURATOR SECTION
   ============================================================ */
/* .pv2-configurator / .pv2-config-layout fully defined in legacy markup block below */

/* Theme .container clearfix ::before/::after become grid items and
   steal the first column (images end up on the right, form drops below). */
body.cvsg-product-v2 .pv2-config-layout::before,
body.cvsg-product-v2 .pv2-config-layout::after,
body.cvsg-product-v2 .main-product-container .container.pv2-config-layout::before,
body.cvsg-product-v2 .main-product-container .container.pv2-config-layout::after {
    content: none !important;
    display: none !important;
    clear: none !important;
    width: 0 !important;
    height: 0 !important;
}

/*
 * Kill legacy style.css product-column rules that still match
 * .main-product-container .container .left/right-container (42%/53.5%).
 * Those widths shrink grid items inside each 1fr track.
 */
body.cvsg-product-v2 .main-product-container .container.pv2-config-layout,
body.cvsg-product-v2 .main-product-container .pv2-config-layout {
    display: grid !important;
    flex-direction: unset;
}

/* Left/right column widths overridden in legacy markup block below */

body.cvsg-product-v2 .pv2-config-main-image-wrap,
body.cvsg-product-v2 .main-product-container .pv2-config-main-image-wrap.primary-gallery,
body.cvsg-product-v2 .main-product-container .primary-gallery {
    width: 100% !important;
    min-height: 360px;
    max-height: 600px;
    height: auto !important;
    overflow: hidden;
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.14);
    margin: 0 0 1em !important;
    padding: 0 !important;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

body.cvsg-product-v2 .pv2-config-main-image,
body.cvsg-product-v2 #mainProductImage,
body.cvsg-product-v2 .main-product-container .primary-gallery img,
body.cvsg-product-v2 .main-product-container .primary-gallery #mainProductImage {
    width: 100% !important;
    height: auto !important;
    max-height: 600px !important;
    max-width: 100% !important;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    display: block;
    float: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
}

/* Thumbnail strip uses Slick (.navigation-for-gallery) — do not force CSS grid. */
body.cvsg-product-v2 .pv2-config-thumb-row:not(.navigation-for-gallery) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

body.cvsg-product-v2 .navigation-for-gallery,
body.cvsg-product-v2 .main-product-container .navigation-for-gallery {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    height: auto !important;
    max-height: 170px;
    overflow: hidden !important;
}

/* Fallback before Slick initializes — keep thumbs in a row, not a 3000px stack */
body.cvsg-product-v2 .navigation-for-gallery:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

body.cvsg-product-v2 .navigation-for-gallery:not(.slick-initialized) > div {
    flex: 0 0 calc(33.333% - 0.5rem);
    max-width: 120px;
    max-height: 120px;
}

body.cvsg-product-v2 .main-product-container .navigation-for-gallery div.slick-slide {
    max-height: 140px;
    height: auto;
    padding: 0.25rem;
    margin: 0 0.35rem;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
}

body.cvsg-product-v2 .main-product-container .navigation-for-gallery img,
body.cvsg-product-v2 .navigation-for-gallery:not(.slick-initialized) img {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 120px !important;
    object-fit: cover;
}

body.cvsg-product-v2 .navigation-for-gallery .thumbnail,
body.cvsg-product-v2 .navigation-for-gallery .pv2-config-thumb {
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.2s ease, opacity 0.2s ease;
}

body.cvsg-product-v2 .pv2-config-thumb {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    width: 100%;
}

body.cvsg-product-v2 .pv2-config-thumb:hover, body.cvsg-product-v2 .pv2-config-thumb.active {
    border-color: var(--light-blue, var(--pv2-cyan));
    box-shadow: 0 4px 16px rgba(0,154,201,0.25);
}


body.cvsg-product-v2 .pv2-config-badge {
    display: inline-block;
    background: rgba(0,154,201,0.1);
    color: var(--light-blue, var(--pv2-cyan));
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.4em 1em;
    border-radius: 50px;
    margin-bottom: 1rem;
    border: 1px solid rgba(0,154,201,0.25);
}

body.cvsg-product-v2 .pv2-config-form-panel h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--pv2-navy);
    line-height: 1.2;
    margin: 0 0 0.75rem;
}

body.cvsg-product-v2 .pv2-config-form-panel .pv2-config-description {
    color: var(--pv2-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

/* Dimension inputs */
body.cvsg-product-v2 .pv2-dimension-inputs {
    margin-bottom: 1.25rem;
    margin-top: 0.5rem;
}

body.cvsg-product-v2 .pv2-dimension-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem 1rem;
    margin: 0 0 1rem;
}

body.cvsg-product-v2 .pv2-dimension-header .field-title,
body.cvsg-product-v2 #wrap .pv2-dimension-header h3.field-title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
}

body.cvsg-product-v2 .pv2-dimension-header .field-title {
    margin-bottom: 0!important;
}

body.cvsg-product-v2 .pv2-dimension-header .pv2-measure-link {
    margin: 0;
    flex: 0 0 auto;
    align-self: center;
    font-size: 0.85rem;
    line-height: 1.3;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 154, 201, 0.35);
}

body.cvsg-product-v2 .pv2-dimension-header .pv2-measure-link:hover {
    border-bottom-color: var(--pv2-cyan);
}

body.cvsg-product-v2 .pv2-dim-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

body.cvsg-product-v2 .pv2-dim-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

body.cvsg-product-v2 .pv2-dim-group label,
body.cvsg-product-v2 .pv2-dim-row.width-container .pv2-dim-group label,
body.cvsg-product-v2 .width-container .pv2-dim-group label {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 0.4rem 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--pv2-navy);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

body.cvsg-product-v2 .pv2-dim-group .pv2-dim-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

body.cvsg-product-v2 .pv2-dim-group .pv2-dim-input-wrap input[type="number"] {
    width: 100%;
    height: 3.1rem;
    padding: 0 3em 0 1em;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    color: var(--pv2-navy);
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.2s;
    -moz-appearance: textfield;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

body.cvsg-product-v2 .pv2-dim-group .pv2-dim-input-wrap input[type="number"]::-webkit-inner-spin-button, body.cvsg-product-v2 .pv2-dim-group .pv2-dim-input-wrap input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body.cvsg-product-v2 .pv2-dim-group .pv2-dim-input-wrap input[type="number"]:focus {
    outline: none;
    border-color: var(--light-blue, var(--pv2-cyan));
    background: #fff;
}

body.cvsg-product-v2 .pv2-dim-group .pv2-dim-input-wrap input[type="number"].input-error {
    border-color: #e53935;
}

body.cvsg-product-v2 .pv2-dim-unit {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    color: #999;
    pointer-events: none;
}

body.cvsg-product-v2 .pv2-dim-min-hint {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.35rem;
    text-align: left;
}

/* Price display */
body.cvsg-product-v2 .pv2-price-display-block {
    background: linear-gradient(135deg, #f0faff 0%, #e8f7ff 100%);
    border: 2px solid rgba(0,154,201,0.2);
    border-radius: 14px;
    padding: 1.5rem 1.8rem;
    margin: 0 0 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.cvsg-product-v2 .pv2-price-label-group {
    display: flex;
    flex-direction: column;
}

body.cvsg-product-v2 .pv2-price-from-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
}

body.cvsg-product-v2 .pv2-price-value-wrap {
    display: flex;
    align-items: baseline;
    gap: 0.25em;
}

body.cvsg-product-v2 #price {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--pv2-pink);
    display: flex;
    align-items: baseline;
    gap: 0.1em;
    line-height: 1;
}

body.cvsg-product-v2 #price .pv2-price-currency {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--pv2-pink);
}

body.cvsg-product-v2 #price .small {
    font-size: 0.85rem;
    font-weight: 500;
    color: #666;
    line-height: 1.3;
}

body.cvsg-product-v2 .pv2-price-vat-note {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.2rem;
}

body.cvsg-product-v2 .pv2-price-loading {
    display: none;
    font-size: 0.85rem;
    color: var(--light-blue, var(--pv2-cyan));
}

body.cvsg-product-v2 .pv2-price-right-badge {
    background: var(--light-blue, var(--pv2-cyan));
    color: #fff;
    border-radius: 10px;
    padding: 0.7em 1em;
    text-align: center;
    min-width: 90px;
}

body.cvsg-product-v2 .pv2-price-right-badge .badge-num {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

body.cvsg-product-v2 .pv2-price-right-badge .badge-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.85;
    display: block;
}

/* CTA button */
body.cvsg-product-v2 .pv2-btn-customise {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--cvsg-btn-cyan, var(--pv2-cyan));
    color: #fff;
    min-height: var(--cvsg-btn-height, 46px);
    padding: 0 var(--cvsg-btn-pad-x, 1.15em);
    border-radius: var(--pv2-btn-radius);
    font-size: var(--cvsg-btn-size, 13px);
    font-weight: var(--pv2-btn-weight);
    text-align: center;
    border: 1px solid var(--cvsg-btn-cyan, var(--pv2-cyan));
    cursor: pointer;
    font-family: var(--cvsg-btn-font, Poppins, sans-serif);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
    letter-spacing: 0;
}

body.cvsg-product-v2 .pv2-btn-customise:hover {
    background: var(--green, #008b5a);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,139,90,0.3);
}

body.cvsg-product-v2 .pv2-btn-customise i {
    margin-left: 0.5em;
}

body.cvsg-product-v2 .pv2-config-trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
}

body.cvsg-product-v2 .pv2-config-trust-item {
    display: flex;
    align-items: center;
    gap: 0.55em;
    font-size: 0.92rem;
    color: #333;
    font-weight: 600;
    padding: 0.9em 1.2em;
    background: #fafafa;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

/* Right column  -  no right border */
body.cvsg-product-v2 .pv2-config-trust-item:nth-child(2n) {
    border-right: none;
}

/* Bottom row  -  no bottom border */
body.cvsg-product-v2 .pv2-config-trust-item:nth-last-child(-n+2) {
    border-bottom: none;
}

body.cvsg-product-v2 .pv2-config-trust-item .pv2-icon {
    width: 1.1em;
    height: 1.1em;
    color: var(--pv2-green);
    flex-shrink: 0;
}

/* ============================================================
   SITE CHROME (desktop ≥769px)

   1. .top-bar  — static, scrolls away with the page
   2. #header   — in flow at page top, becomes position:fixed once the
                  top bar has scrolled off (body.pv2-header-pinned)
   3. .section-navigation — in flow until its sentinel reaches the header
                  underside, then position:fixed in dark navy (.fixed)

   position:sticky is deliberately NOT used: onbrand floats
   (.fifty-fifty-content { float:left }) and parent overflow rules kept
   collapsing the sticky containing block, which dropped the chrome
   partway down the page. Spacers are only sized while pinned, so the
   page top never gains a phantom gap.
   ============================================================ */

body.cvsg-product-v2 #wrap {
    overflow: visible !important;
}

/* Parent theme rips #nav-wrap out to position:fixed when it adds .sticky,
   which collapses the header shell. Keep the header as one unit. */
body.cvsg-product-v2 #header.sticky #nav-wrap,
body.cvsg-product-v2 #header.sticky.hi-header #nav-wrap,
body.cvsg-product-v2 #header.horizontal-w.sticky #nav-wrap {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    background: transparent !important;
    box-shadow: none !important;
    animation: none !important;
    -webkit-animation: none !important;
    z-index: auto !important;
    padding: 0 !important;
}

body.cvsg-product-v2 #header.sticky #nav-wrap .container,
body.cvsg-product-v2 #header.horizontal-w.sticky #nav-wrap .container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
}

body.cvsg-product-v2 #header.sticky .logo-sticky,
body.cvsg-product-v2 #header.horizontal-w.sticky .logo-sticky {
    display: none !important;
    position: static !important;
}

/* Light blue utility bar never sticks. */
body.cvsg-product-v2 .top-bar {
    position: relative !important;
    top: auto !important;
    z-index: 1;
}

@media (min-width: 769px) {
    /* Unpinned: header sits in normal flow under the top bar. */
    body.cvsg-product-v2 #header.horizontal-w,
    body.cvsg-product-v2 #header.horizontal-w.sticky,
    body.cvsg-product-v2 header#header.fixed {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        z-index: 10050 !important;
        background: #333 !important;
    }

    /* Pinned: header locked to the viewport top. */
    body.cvsg-product-v2.pv2-header-pinned #header.horizontal-w,
    body.cvsg-product-v2.pv2-header-pinned #header.horizontal-w.sticky,
    body.cvsg-product-v2.pv2-header-pinned header#header.fixed {
        position: fixed !important;
        top: var(--pv2-admin-offset, 0px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 10050 !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
    }

    /* Mobile-only spacer from header2.php must stay collapsed here. */
    body.cvsg-product-v2 .cvsg-header-spacer {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }
}

/* Sentinels mark each bar's in-flow position; spacers reserve its height
   only while it is pinned (both sized by JS). */
body.cvsg-product-v2 .pv2-header-sentinel,
body.cvsg-product-v2 .pv2-section-nav-sentinel,
body.cvsg-product-v2 .pv2-header-spacer,
body.cvsg-product-v2 .pv2-section-nav-spacer {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    float: none;
    clear: both;
    pointer-events: none;
    visibility: hidden;
}

/* Height must be identical pinned vs unpinned, otherwise the spacer swap
   moves the sentinel across the trigger and the bar flickers. */
body.cvsg-product-v2 .section-navigation {
    position: relative;
    top: auto;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-top: 0 !important;
    border-bottom: 1px solid var(--pv2-line);
    margin: 0 !important;
    padding: 0 !important;
}

body.cvsg-product-v2 .section-navigation.fixed {
    position: fixed !important;
    top: var(--pv2-section-nav-top, 0px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10040 !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 769px) {
    body.cvsg-product-v2 .section-navigation.fixed {
        background: #0f2438 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: 0 8px 24px rgba(10, 47, 81, 0.18) !important;
    }
}

/* Floated fifty-fifty blocks from onbrand collapse their ancestors. */
body.cvsg-product-v2 .fifty-fifty-content,
body.cvsg-product-v2 .fifty-fifty-content.benefits-accordion-container {
    float: none !important;
    display: flow-root !important;
    width: 100% !important;
    position: relative;
    clear: both;
}

body.cvsg-product-v2 .fifty-fifty-content .slanted-left-content,
body.cvsg-product-v2 .fifty-fifty-content:nth-child(even) .slanted-left-content,
body.cvsg-product-v2 .fifty-fifty-content .slanted-left-content .content-width,
body.cvsg-product-v2 .fifty-fifty-content:nth-child(even) .slanted-left-content .content-width {
    float: none !important;
}

body.cvsg-product-v2 .section-navigation .container {
    max-width: var(--content-max-width, 1460px);
    margin: 0 auto;
    padding: 0 var(--content-gutter, 15px);
}

body.cvsg-product-v2 .section-navigation .nav-links {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0.15rem;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

body.cvsg-product-v2 .section-navigation .nav-links::-webkit-scrollbar {
    display: none;
}

body.cvsg-product-v2 .section-navigation .nav-links li {
    flex-shrink: 0;
    margin-bottom: 0;
}

body.cvsg-product-v2 .section-navigation .nav-links a {
    display: block;
    padding: 0.85em 1.05em;
    font-size: 0.82rem;
    font-weight: var(--pv2-btn-weight);
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    border-radius: var(--pv2-btn-radius) var(--pv2-btn-radius) 0 0;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

body.cvsg-product-v2 .section-navigation .nav-links a:hover {
    color: var(--pv2-cyan);
    background: transparent;
    border-bottom-color: rgba(0, 154, 201, 0.45);
}

body.cvsg-product-v2 .section-navigation .nav-links a.active {
    color: var(--pv2-cyan);
    background: transparent;
    border-bottom-color: var(--pv2-cyan);
    font-weight: var(--pv2-btn-weight);
}

/* Fixed (scrolled) state — dark secondary chrome under the main header.
   Padding must match the unpinned state so the bar height never changes. */
body.cvsg-product-v2 .section-navigation.fixed .nav-links a {
    color: rgba(255, 255, 255, 0.78);
    padding: 0.85em 1.05em;
}

body.cvsg-product-v2 .section-navigation.fixed .nav-links a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

body.cvsg-product-v2 .section-navigation.fixed .nav-links a.active {
    color: #fff;
    background: transparent;
    border-bottom-color: var(--pv2-cyan);
}

/* Mobile dropdown */
body.cvsg-product-v2 .nav-dropdown-mobile {
    display: none;
    position: relative;
}

body.cvsg-product-v2 .nav-dropdown-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: #fff;
    border: none;
    border-bottom: 1px solid var(--pv2-line);
    padding: 1em 1.25em;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: var(--pv2-btn-weight);
    color: var(--pv2-navy);
    cursor: pointer;
    text-align: left;
    border-radius: var(--pv2-btn-radius);
}

body.cvsg-product-v2 .nav-dropdown-toggle.active {
    background: var(--pv2-soft);
}

body.cvsg-product-v2 .nav-dropdown-arrow {
    font-size: 0.75rem;
    color: var(--pv2-cyan);
    transition: transform 0.2s ease;
}

body.cvsg-product-v2 .nav-dropdown-toggle.active .nav-dropdown-arrow {
    transform: rotate(180deg);
}

body.cvsg-product-v2 .nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    background: #fff;
    border: 1px solid var(--pv2-line);
    border-top: none;
    box-shadow: 0 12px 28px rgba(10, 47, 81, 0.12);
}

body.cvsg-product-v2 .nav-dropdown-menu.active {
    display: block;
}

body.cvsg-product-v2 .nav-dropdown-menu li a {
    display: block;
    padding: 0.75em 1.5em;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
}

body.cvsg-product-v2 .nav-dropdown-menu li a:hover,
body.cvsg-product-v2 .nav-dropdown-menu li a.active {
    background: #f6f6f6;
    color: var(--light-blue, var(--pv2-cyan));
}

/* ============================================================
   PAGE SECTIONS - SHARED
   ============================================================ */
body.cvsg-product-v2 .pv2-section,
body.cvsg-product-v2 .page-section {
    padding: 5rem 0;
    display: block;
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    overflow: visible;
}

/* Contain floated fifty-fifty / section children so later sections cannot collapse */
body.cvsg-product-v2 .pv2-section::after,
body.cvsg-product-v2 .page-section::after,
body.cvsg-product-v2 .fifty-fifty-content::after {
    content: '';
    display: table;
    clear: both;
}

body.cvsg-product-v2 .pv2-section.section-grey {
    background: #f6f6f6;
}

body.cvsg-product-v2 .pv2-section .container {
    max-width: var(--content-max-width, 1460px);
    margin: 0 auto;
    padding: 0 var(--content-gutter, 15px);
}

body.cvsg-product-v2 .pv2-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3.5rem;
}

body.cvsg-product-v2 .pv2-section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--light-blue, var(--pv2-cyan));
    margin-bottom: 0.8rem;
}

body.cvsg-product-v2 .pv2-section-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--pv2-navy);
    line-height: 1.2;
    margin: 0 0 1rem;
}

body.cvsg-product-v2 .pv2-section-header p {
    font-size: 1rem;
    color: var(--pv2-muted);
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   BENEFITS / WHY CHOOSE
   ============================================================ */
body.cvsg-product-v2 .pv2-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.8rem;
}

body.cvsg-product-v2 .pv2-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.8rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
    /* grid: icon + title on row 1, everything else spans both columns */
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 0.9rem;
    align-items: start;
}

body.cvsg-product-v2 .pv2-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--light-blue, var(--pv2-cyan));
    transform: scaleY(0);
    transition: transform 0.35s ease;
    transform-origin: bottom;
}

body.cvsg-product-v2 .pv2-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(0,154,201,0.15);
    border-color: rgba(0,154,201,0.28);
}

body.cvsg-product-v2 .pv2-card:hover::before {
    transform: scaleY(1);
}

/* Title  -  grid col 2, row 1 */
body.cvsg-product-v2 .pv2-card h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    font-weight: 700;
    color: var(--pv2-navy);
    margin: 0;
    line-height: 1.3;
    align-self: center;
}

/* Body copy + stat  -  span both columns */
body.cvsg-product-v2 .pv2-card p {
    grid-column: 1 / -1;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.65;
    margin: 0.85rem 0 0;
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
body.cvsg-product-v2 .comparison-table {
    min-width: 720px;
    font-size: 0.9rem;
}

body.cvsg-product-v2 .comparison-table thead tr {
    background: var(--pv2-navy);
}

body.cvsg-product-v2 .comparison-table thead th {
    padding: 1.1em 1.4em;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

body.cvsg-product-v2 .comparison-table tbody tr {
    border-bottom: 1px solid #eee;
    transition: background 0.15s;
}

body.cvsg-product-v2 .comparison-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

body.cvsg-product-v2 .comparison-table tbody tr:hover {
    background: rgba(0,154,201,0.05);
}

body.cvsg-product-v2 .comparison-table tbody td {
    padding: 0.9em 1.4em;
    color: #444;
    vertical-align: middle;
}

body.cvsg-product-v2 .comparison-table tbody td:first-child {
    font-weight: 600;
    color: var(--pv2-navy);
}

/* ============================================================
   GALLERY
   ============================================================ */
/* Lightbox */
body.cvsg-product-v2 .lightbox-overlay,
body.cvsg-product-v2 .pv2-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

body.cvsg-product-v2 .lightbox-overlay.active,
body.cvsg-product-v2 .pv2-lightbox.active {
    display: flex;
}

body.cvsg-product-v2 .lightbox-overlay img,
body.cvsg-product-v2 .pv2-lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
}

body.cvsg-product-v2 .lightbox-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    font-size: 1.8rem;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

body.cvsg-product-v2 .lightbox-close:hover {
    background: rgba(255,255,255,0.3);
}

/* ============================================================
   FAQ + closing CTA — one gradient band, two-column on desktop
   ============================================================ */
body.cvsg-product-v2 #faq.pv2-faq-band,
body.cvsg-product-v2 .pv2-faq-band {
    background: linear-gradient(135deg, var(--pv2-navy) 0%, var(--pv2-cyan) 100%) !important;
    padding: 4.5rem 0 5rem;
    clear: both;
    float: none;
    min-height: 0;
}

body.cvsg-product-v2 .pv2-faq-band-inner,
body.cvsg-product-v2 .pv2-faq-band .container.pv2-faq-band-inner {
    max-width: var(--content-max-width, 1460px) !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 var(--content-gutter, 15px);
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    align-items: center;
    gap: 3rem 3.5rem;
    float: none !important;
    clear: both;
}

/* Theme .container clearfix pseudos become ghost grid items → diagonal layout */
body.cvsg-product-v2 .pv2-faq-band-inner::before,
body.cvsg-product-v2 .pv2-faq-band-inner::after,
body.cvsg-product-v2 .pv2-faq-band .container.pv2-faq-band-inner::before,
body.cvsg-product-v2 .pv2-faq-band .container.pv2-faq-band-inner::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    clear: none !important;
}

body.cvsg-product-v2 .pv2-faq-card {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    float: none !important;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(10, 47, 81, 0.22);
    padding: 2.25rem 2.5rem 1.75rem;
    box-sizing: border-box;
}

body.cvsg-product-v2 .pv2-faq-card .pv2-section-header,
body.cvsg-product-v2 .pv2-faq-card .section-header {
    text-align: center;
    max-width: none;
    margin: 0 auto 1.75rem;
}

body.cvsg-product-v2 .pv2-faq-card .pv2-section-header h3,
body.cvsg-product-v2 .pv2-faq-card .section-header h3 {
    color: var(--pv2-navy);
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

body.cvsg-product-v2 .pv2-faq-card .section-divider {
    width: 60px;
    height: 3px;
    background: var(--pv2-cyan);
    margin: 0 auto;
    border-radius: 2px;
}

body.cvsg-product-v2 .pv2-faq-closing {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    float: none !important;
    text-align: left;
    color: #fff;
}

body.cvsg-product-v2 .pv2-faq-band .pv2-faq-closing h2,
body.cvsg-product-v2 #faq.pv2-faq-band .pv2-faq-closing h2 {
    font-size: clamp(1.85rem, 2.4vw, 2.35rem);
    font-weight: 800;
    color: #fff !important;
    margin: 0 0 0.9rem;
    line-height: 1.15;
    text-align: left;
}

body.cvsg-product-v2 .pv2-faq-band .pv2-faq-closing p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1.75rem;
    line-height: 1.6;
    max-width: 36ch;
    text-align: left;
}

body.cvsg-product-v2 .pv2-faq-closing .closing-cta-btns {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    justify-content: flex-start;
}

body.cvsg-product-v2 .pv2-faq-closing .closing-cta-btns a {
    text-align: center;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
}

/* Standalone closing CTA unused on v2 (folded into FAQ band) */
body.cvsg-product-v2 .pv2-closing-cta:empty {
    display: none;
}

@media (max-width: 900px) {
    body.cvsg-product-v2 .pv2-faq-band-inner,
    body.cvsg-product-v2 .pv2-faq-band .container.pv2-faq-band-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        max-width: 720px !important;
        padding: 0 1.1rem;
    }

    body.cvsg-product-v2 .pv2-faq-card,
    body.cvsg-product-v2 .pv2-faq-closing {
        grid-column: 1;
        grid-row: auto;
    }

    body.cvsg-product-v2 .pv2-faq-card {
        padding: 1.75rem 1.25rem 1.25rem;
        border-radius: 16px;
    }

    body.cvsg-product-v2 .pv2-faq-closing {
        text-align: center;
    }

    body.cvsg-product-v2 .pv2-faq-band .pv2-faq-closing h2,
    body.cvsg-product-v2 #faq.pv2-faq-band .pv2-faq-closing h2 {
        font-size: 1.7rem;
        text-align: center;
    }

    body.cvsg-product-v2 .pv2-faq-band .pv2-faq-closing p {
        margin-left: auto;
        margin-right: auto;
        max-width: 46ch;
        text-align: center;
    }

    body.cvsg-product-v2 .pv2-faq-closing .closing-cta-btns {
        align-items: center;
    }
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
body.cvsg-product-v2 .faq-cta-card .btn-white {
    display: inline-block;
    background: #fff;
    color: var(--light-blue, var(--pv2-cyan));
    padding: 0.75em 1.8em;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

body.cvsg-product-v2 .faq-cta-card .btn-white:hover {
    background: var(--pv2-navy);
    color: #fff;
}

body.cvsg-product-v2 .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body.cvsg-product-v2 .faq-item {
    border-bottom: 1px solid #e0e0e0;
}

body.cvsg-product-v2 .faq-item:first-child {
    border-top: 1px solid #e0e0e0;
}

body.cvsg-product-v2 .faq-question {
    width: 100%;
    background: none !important;
    border: none;
    padding: 1.1em 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    transition: color 0.2s;
    box-shadow: none !important;
    outline: none;
    color: inherit;
}

body.cvsg-product-v2 .faq-question:hover, body.cvsg-product-v2 .faq-question:focus, body.cvsg-product-v2 .faq-question:active {
    background: none !important;
    box-shadow: none !important;
    color: inherit;
}

body.cvsg-product-v2 .faq-question h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--pv2-navy);
    margin: 0;
    line-height: 1.4;
    transition: color 0.2s;
}

body.cvsg-product-v2 .faq-question:hover h4 {
    color: var(--light-blue, var(--pv2-cyan));
}

body.cvsg-product-v2 .faq-toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0,154,201,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
    color: var(--light-blue, var(--pv2-cyan));
    font-size: 1.1rem;
    line-height: 1;
}

body.cvsg-product-v2 .faq-item.open .faq-toggle {
    background: var(--light-blue, var(--pv2-cyan));
    color: #fff;
    transform: rotate(45deg);
}

body.cvsg-product-v2 .faq-accordion:not(.pv2-faq) .faq-answer {
    display: none;
    padding-bottom: 1.3em;
}

body.cvsg-product-v2 .faq-accordion:not(.pv2-faq) .faq-item.open .faq-answer {
    display: block;
}

body.cvsg-product-v2 .pv2-faq .pv2-faq-answer,
body.cvsg-product-v2 .pv2-faq .faq-answer {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: max-height 0.35s ease, padding-bottom 0.35s ease;
}

body.cvsg-product-v2 .pv2-faq .pv2-faq-item.open .pv2-faq-answer,
body.cvsg-product-v2 .pv2-faq .faq-item.open .faq-answer {
    max-height: 800px;
    padding-bottom: 1.3em;
}

body.cvsg-product-v2 .faq-answer p {
    font-size: 0.9rem;
    color: var(--pv2-muted);
    line-height: 1.75;
    margin: 0;
}

body.cvsg-product-v2 .faq-answer p + p {
    margin-top: 0.75rem;
}

body.cvsg-product-v2 .faq-answer a {
    color: var(--light-blue, var(--pv2-cyan));
    font-weight: 600;
    text-decoration: none;
}

body.cvsg-product-v2 .faq-answer a:hover {
    text-decoration: underline;
}

/* ============================================================
   CLOSING CTA BANNER
   ============================================================ */
body.cvsg-product-v2 .pv2-closing-cta {
    clear: both;
    float: none;
    background: linear-gradient(135deg, var(--pv2-navy) 0%, var(--pv2-cyan) 100%);
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

body.cvsg-product-v2 .pv2-closing-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 200%;
    background: none center/cover;
    opacity: 0.07;
    transform: skewX(-8deg);
}

body.cvsg-product-v2 .pv2-closing-cta .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

body.cvsg-product-v2 .pv2-closing-cta h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 1rem;
    line-height: 1.15;
}

body.cvsg-product-v2 .pv2-closing-cta p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.88);
    margin: 0 0 2.5rem;
    line-height: 1.6;
}

body.cvsg-product-v2 .closing-cta-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

body.cvsg-product-v2 .closing-cta-btns .btn-white-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--pv2-navy);
    min-height: var(--cvsg-btn-height, 46px);
    padding: 0 var(--cvsg-btn-pad-x, 1.15em);
    border-radius: var(--pv2-btn-radius);
    font-size: var(--cvsg-btn-size, 13px);
    font-weight: var(--pv2-btn-weight);
    letter-spacing: 0;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

body.cvsg-product-v2 .closing-cta-btns .btn-white-solid:hover {
    background: var(--green, #008b5a);
    color: #fff;
    transform: translateY(-2px);
}

body.cvsg-product-v2 .closing-cta-btns .btn-white-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 34, 56, 0.18);
    color: #fff;
    min-height: var(--cvsg-btn-height, 46px);
    padding: 0 var(--cvsg-btn-pad-x, 1.15em);
    border-radius: var(--pv2-btn-radius);
    font-size: var(--cvsg-btn-size, 13px);
    font-weight: var(--pv2-btn-weight);
    letter-spacing: 0;
    border: 1px solid rgba(255,255,255,0.65);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.cvsg-product-v2 .closing-cta-btns .btn-white-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    body.cvsg-product-v2 .pv2-config-main-image {
        aspect-ratio: 16/9;
    }

    body.cvsg-product-v2 .specs-two-col {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    body.cvsg-product-v2 .faq-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    body.cvsg-product-v2 .faq-image-col {
        display: none;
    }

    body.cvsg-product-v2 .feature-image-strip {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    body.cvsg-product-v2 .feature-image-strip.reverse {
        direction: ltr;
    }
}

@media (max-width: 900px) {
    body.cvsg-product-v2 .pv2-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

@media (max-width: 768px) {
    body.cvsg-product-v2 #header.horizontal-w,
    body.cvsg-product-v2 #header.horizontal-w.sticky,
    body.cvsg-product-v2 #header.fixed {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    body.cvsg-product-v2 #nav-wrapper .container {
        gap: 12px;
    }

    body.cvsg-product-v2 #header #cvsg-instant-quote-btn.button,
    body.cvsg-product-v2 #header #cvsg-instant-quote-btn.mobile-quote-button {
        padding: 0.4em 0.85em !important;
        font-size: 13px !important;
        line-height: 1.2;
    }

    body.cvsg-product-v2 .mobile-menu-toggle {
        padding: 8px 2px 8px 4px;
    }

    body.cvsg-product-v2 .section-navigation .nav-links {
        display: none;
    }

    body.cvsg-product-v2 .nav-dropdown-mobile {
        display: block;
    }

    body.cvsg-product-v2 .section-navigation,
    body.cvsg-product-v2 .section-navigation.fixed {
        background: #fff !important;
        border-top: 0 !important;
        border-bottom: 1px solid #e8e8e8 !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.cvsg-product-v2 .section-navigation .container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.cvsg-product-v2 .nav-dropdown-mobile,
    body.cvsg-product-v2 .nav-dropdown-toggle {
        margin: 0 !important;
        width: 100%;
    }

    body.cvsg-product-v2 .nav-dropdown-toggle {
        min-height: 44px;
        padding: 12px 15px !important;
        font-size: 0.8rem !important;
        font-weight: 600 !important;
        color: #333 !important;
        background: #fff !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    body.cvsg-product-v2 .nav-dropdown-arrow {
        display: block;
        width: 8px;
        height: 8px;
        margin-left: 0.5em;
        border-right: 2px solid var(--pv2-cyan, #009AC9);
        border-bottom: 2px solid var(--pv2-cyan, #009AC9);
        transform: rotate(45deg);
        font-size: 0 !important;
        line-height: 0;
        color: transparent;
        flex-shrink: 0;
    }

    body.cvsg-product-v2 .nav-dropdown-toggle.active .nav-dropdown-arrow {
        transform: rotate(225deg) !important;
    }

    body.cvsg-product-v2 .section-navigation.fixed .nav-link,
    body.cvsg-product-v2 .section-navigation.fixed .nav-links a {
        color: #333 !important;
    }

    body.cvsg-product-v2 .pv2-section {
        padding: 3.5rem 0;
    }

    /* Hero hit-points duplicate the post-basket trust row on mobile */
    body.cvsg-product-v2 .onbrand-hero .key-points,
    body.cvsg-product-v2 .informational-page-header .key-points {
        display: none;
    }

    body.cvsg-product-v2 .pv2-section-header h2 {
        font-size: 1.7rem;
    }

    body.cvsg-product-v2 .glazing-options-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    body.cvsg-product-v2 .config-options-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.cvsg-product-v2 .pv2-closing-cta h2 {
        font-size: 1.9rem;
    }
}

@media (max-width: 560px) {
    body.cvsg-product-v2 .pv2-dim-row {
        grid-template-columns: 1fr;
    }

    body.cvsg-product-v2 .config-options-grid {
        grid-template-columns: 1fr;
    }

    body.cvsg-product-v2 .closing-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    body.cvsg-product-v2 .closing-cta-btns a {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    body.cvsg-product-v2 .finish-types-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ============================================================
   SVG ICON SPRITE
   ============================================================ */
body.cvsg-product-v2 .pv2-icon {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    fill: currentColor;
    vertical-align: middle;
    flex-shrink: 0;
}

/* benefit-icon-wrap .pv2-icon sized + coloured in .pv2-card block above */

body.cvsg-product-v2 .config-option-icon .pv2-icon {
    width: 1.4rem;
    height: 1.4rem;
}

/* config-trust-item icon styled in .pv2-config-trust-row block above */

body.cvsg-product-v2 .finish-type-card h5 .pv2-icon {
    color: var(--light-blue, var(--pv2-cyan));
}

body.cvsg-product-v2 .wp-side-menu-r {
    display:none!important;
}

body.cvsg-product-v2 .rplg, body.cvsg-product-v2 .scrollup {
    display:none!important;
}


/* ============================================================
   PRODUCT CONFIGURATOR — legacy markup + v2 hooks
   ============================================================ */
body.cvsg-product-v2 .main-product-container,
body.cvsg-product-v2 .pv2-configurator {
	padding: 5rem 0 4rem;
	background: #fff;
}

body.cvsg-product-v2 .main-product-container .container,
body.cvsg-product-v2 .pv2-config-layout {
	max-width: var(--content-max-width, 1460px);
	margin: 0 auto;
	padding: 0 var(--content-gutter, 15px);
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: start;
}

body.cvsg-product-v2 .main-product-container .container::before,
body.cvsg-product-v2 .main-product-container .container::after,
body.cvsg-product-v2 .pv2-config-layout::before,
body.cvsg-product-v2 .pv2-config-layout::after {
	content: none !important;
	display: none !important;
	clear: none !important;
	width: 0 !important;
	height: 0 !important;
}

body.cvsg-product-v2 .main-product-container .container .left-container,
body.cvsg-product-v2 .main-product-container .container .right-container,
body.cvsg-product-v2 .pv2-config-left,
body.cvsg-product-v2 .pv2-config-images,
body.cvsg-product-v2 .pv2-config-extras,
body.cvsg-product-v2 .pv2-config-form-panel {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	min-width: 0;
}

/* Sticky only when .is-sticky is applied by JS (column fits the viewport).
   Tall left columns stay static so the bottom of the gallery/advisor is never clipped. */
body.cvsg-product-v2 .main-product-container .container .left-container,
body.cvsg-product-v2 .pv2-config-left {
	position: static;
	top: var(--pv2-config-sticky-top, 180px);
}

body.cvsg-product-v2 .main-product-container .container .left-container.is-sticky,
body.cvsg-product-v2 .pv2-config-left.is-sticky {
	position: sticky;
}

body.cvsg-product-v2 .pv2-config-extras {
	margin-top: 1.25rem;
}

body.cvsg-product-v2 .main-product-container .container .right-container,
body.cvsg-product-v2 .pv2-config-form-panel {
	padding-top: 0.5rem;
}

body.cvsg-product-v2 #mainProductImage {
	width: 100%;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

body.cvsg-product-v2 .primary-gallery {
	width: 100%;
	height: 600px;
	overflow: hidden;
	border-radius: var(--pv2-radius-lg);
	box-shadow: var(--pv2-shadow);
	margin-bottom: 1em;
	border: none;
	padding: 2rem;
	position: relative;
	background: var(--pv2-soft);
}

body.cvsg-product-v2 .primary-gallery .slick-list,
body.cvsg-product-v2 .primary-gallery .slick-list .slick-track {
	height: 100%;
	display: flex;
	align-items: center;
}

body.cvsg-product-v2 .primary-gallery div.slick-slide {
	height: 100%;
	min-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.cvsg-product-v2 .primary-gallery img,
body.cvsg-product-v2 .primary-gallery div.slick-slide img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
	position: static;
	transform: none;
	margin: 0 auto;
	cursor: zoom-in;
}

body.cvsg-product-v2 .navigation-for-gallery {
	margin-bottom: 0;
}

body.cvsg-product-v2 .navigation-for-gallery div.slick-slide {
	aspect-ratio: 1;
	border-radius: 10px;
	border: 2px solid transparent;
	padding: 0.5em;
	margin: 0 0.5em;
	max-height: none;
	overflow: hidden;
	transition: all 0.25s ease;
	cursor: pointer;
}

body.cvsg-product-v2 .navigation-for-gallery div.slick-slide.slick-current,
body.cvsg-product-v2 .navigation-for-gallery div.slick-slide:hover {
	border-color: var(--pv2-cyan);
	box-shadow: 0 4px 16px rgba(0, 154, 201, 0.25);
}

body.cvsg-product-v2 .navigation-for-gallery img {
	max-height: 100%;
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
}

body.cvsg-product-v2 .pv2-blue-cta,
body.cvsg-product-v2 .blue-cta {
	display: block;
	width: 100%;
	padding: 1.1em 1.6em;
	background: var(--pv2-cyan);
	border-radius: var(--pv2-radius);
	margin: 1.25em auto 0;
}

body.cvsg-product-v2 .pv2-blue-cta a,
body.cvsg-product-v2 .blue-cta a {
	display: flex;
	color: #fff;
	font-weight: 700;
	font-size: 1.05rem;
	align-items: center;
	text-decoration: none;
	gap: 0.75em;
}

body.cvsg-product-v2 .pv2-blue-cta a .content,
body.cvsg-product-v2 .blue-cta a .content {
	line-height: 1.35;
}

/* Compact advisor promo under the gallery (replaces "Need help choosing") */
body.cvsg-product-v2 a.pv2-config-advisor {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 1.1rem 1.25rem;
	width: 100%;
	margin: 0;
	padding: 1.25rem 1.35rem;
	border-radius: var(--pv2-radius-lg, 14px);
	background: linear-gradient(135deg, #0A2F51 0%, #009AC9 100%);
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 12px 28px rgba(10, 47, 81, 0.18);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-sizing: border-box;
}

body.cvsg-product-v2 a.pv2-config-advisor:hover,
body.cvsg-product-v2 a.pv2-config-advisor:focus,
body.cvsg-product-v2 a.pv2-config-advisor:visited {
	color: #fff !important;
	background: linear-gradient(135deg, #0A2F51 0%, #009AC9 100%) !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
	text-decoration: none !important;
}

body.cvsg-product-v2 a.pv2-config-advisor:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(10, 47, 81, 0.26);
}

body.cvsg-product-v2 .pv2-config-advisor-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	min-width: 0;
}

body.cvsg-product-v2 .pv2-config-advisor-eyebrow {
	font-size: 0.7rem;
	font-weight: var(--pv2-btn-weight);
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

body.cvsg-product-v2 .pv2-config-advisor-title {
	font-size: 1.15rem;
	font-weight: var(--pv2-btn-weight);
	line-height: 1.25;
	color: #fff;
}

body.cvsg-product-v2 .pv2-config-advisor-copy {
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
	max-width: 34ch;
}

body.cvsg-product-v2 .pv2-config-advisor-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	margin-top: 0.55rem;
	padding: 0.55em 1em;
	border-radius: var(--pv2-btn-radius);
	background: #fff;
	color: var(--pv2-navy, #0A2F51);
	font-size: 0.9rem;
	font-weight: var(--pv2-btn-weight);
}

body.cvsg-product-v2 a.pv2-config-advisor:hover .pv2-config-advisor-cta {
	background: var(--pv2-green, #008b5a);
	color: #fff;
}

body.cvsg-product-v2 .pv2-config-advisor-cta .pv2-icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

body.cvsg-product-v2 .pv2-config-advisor-visual {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.45rem;
	flex-shrink: 0;
}

body.cvsg-product-v2 .pv2-config-advisor-win,
body.cvsg-product-v2 .pv2-config-advisor-visual .cvsg-win-svg {
	width: 52px;
	height: 52px;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border-radius: var(--pv2-btn-radius);
	padding: 0.4rem;
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-sizing: border-box;
}

@media (max-width: 560px) {
	body.cvsg-product-v2 a.pv2-config-advisor {
		grid-template-columns: 1fr;
	}

	body.cvsg-product-v2 .pv2-config-advisor-visual {
		justify-self: start;
	}
}

body.cvsg-product-v2 .starting-from-container {
	margin-bottom: 1rem;
}

body.cvsg-product-v2 .starting-from-container p {
	font-size: 1rem;
	font-weight: 600;
	color: var(--pv2-muted);
	margin: 0 0 0.5rem;
}

body.cvsg-product-v2 .starting-from-container .starting-from {
	color: var(--pv2-pink);
	font-weight: 800;
	font-size: 1.35em;
}

body.cvsg-product-v2 h1.product-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--pv2-navy);
	margin: 0 0 0.75rem;
	line-height: 1.2;
}

body.cvsg-product-v2 .product-description,
body.cvsg-product-v2 .product-description p {
	color: var(--pv2-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

body.cvsg-product-v2 .pv2-product-type-container,
body.cvsg-product-v2 .product-type-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

body.cvsg-product-v2 .pv2-product-type-container,
body.cvsg-product-v2 .product-type-container {
	gap: 0.85rem;
	margin-bottom: 1rem;
}

body.cvsg-product-v2 .pv2-product-type-selector,
body.cvsg-product-v2 .product-type-selector {
	flex: 1 1 calc(50% - 0.5rem);
	max-width: calc(50% - 0.45rem);
	position: relative;
	display: flex;
	align-items: stretch;
	min-width: 0;
}

body.cvsg-product-v2 .product-type-option {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 1rem 1.1rem;
	gap: 0.9rem;
	cursor: pointer;
	border: 2px solid var(--pv2-line);
	border-radius: var(--pv2-btn-radius);
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
}

body.cvsg-product-v2 .product-type-option:hover {
	background: var(--pv2-soft);
	border-color: rgba(0, 154, 201, 0.35);
}

body.cvsg-product-v2 input[type="radio"]:checked + .product-type-option,
body.cvsg-product-v2 .product-type-option.active {
	border-color: var(--pv2-cyan) !important;
	box-shadow: 0 4px 16px rgba(0, 154, 201, 0.18);
}

/* Kill nested title chrome — titles used to be label.product-type-option */
body.cvsg-product-v2 .product-type-option .text .product-type-option,
body.cvsg-product-v2 .product-type-option label.product-type-option {
	display: inline;
	width: auto;
	padding: 0 !important;
	margin: 0;
	border: none !important;
	border-radius: 0;
	background: none !important;
	box-shadow: none !important;
	cursor: inherit;
}

body.cvsg-product-v2 .pv2-variant-name {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: var(--pv2-navy);
	line-height: 1.3;
	margin: 0 0 0.45rem;
	padding: 0;
	border: none;
	background: none;
}

body.cvsg-product-v2 .product-type-option .text {
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--pv2-ink);
	min-width: 0;
	flex: 1 1 auto;
}

body.cvsg-product-v2 .product-type-option .text ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

body.cvsg-product-v2 .product-type-option .text ul li {
	font-size: 0.86rem;
	line-height: 1.4;
	color: #555;
}

body.cvsg-product-v2 .product-type-option .icon,
body.cvsg-product-v2 .product-type-option .pv2-icon {
	width: 72px;
	max-width: 28%;
	margin-right: 0;
	flex-shrink: 0;
}

body.cvsg-product-v2 .product-type-option .icon img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

/* Generated pane diagram — currentColor lets the tile state drive the drawing. */
body.cvsg-product-v2 .product-type-option .pv2-panel-diagram {
	width: 100%;
	height: auto;
	display: block;
	color: var(--pv2-navy);
	opacity: 0.7;
	transition: color 0.2s ease, opacity 0.2s ease;
}

body.cvsg-product-v2 .product-type-option:hover .pv2-panel-diagram {
	opacity: 1;
}

body.cvsg-product-v2 input[type="radio"]:checked + .product-type-option .pv2-panel-diagram {
	color: var(--pv2-cyan);
	opacity: 1;
}

/* Diagram tiles carry no feature list, so the name centres against the drawing
   and the drawing can take the room a feature list would have used. */
body.cvsg-product-v2 .pv2-variant-diagram .product-type-option {
	align-items: center;
}

body.cvsg-product-v2 .pv2-variant-diagram .product-type-option .icon {
	width: 88px;
	max-width: 36%;
}

body.cvsg-product-v2 .pv2-variant-diagram .pv2-variant-name {
	margin-bottom: 0;
}

body.cvsg-product-v2 .pv2-blue-cta a .icon,
body.cvsg-product-v2 .blue-cta a .icon {
	width: 60px;
	flex-shrink: 0;
}

body.cvsg-product-v2 .pv2-config-trust-item .icon,
body.cvsg-product-v2 .pv2-config-trust-item .pv2-icon {
	color: var(--pv2-green);
	width: 1.1em;
	height: 1.1em;
	flex-shrink: 0;
}

body.cvsg-product-v2 .config-option-icon .icon,
body.cvsg-product-v2 .config-option-icon .pv2-icon {
	width: 1.4rem;
	height: 1.4rem;
}

body.cvsg-product-v2 .width-container {
	width: auto;
	display: flex;
	padding: 1.25rem 1.4rem;
	background: var(--pv2-soft);
	border-radius: var(--pv2-radius);
	border: 1px solid var(--pv2-line);
	justify-content: space-around;
	margin-bottom: 1.25em;
}

/* Dimension row uses width-container for chrome, but must stay a 2-col grid */
body.cvsg-product-v2 .pv2-dim-row.width-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	justify-content: initial;
	align-items: center;
	padding: 1.25rem 1.4rem;
	margin-bottom: 0;
}

body.cvsg-product-v2 .width-container label {
	width: 45%;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--pv2-navy);
}

/* Don't let legacy width-container label rules center dim labels */
body.cvsg-product-v2 .main-product-container .width-container .pv2-dim-group label,
body.cvsg-product-v2 .main-product-container .pv2-dim-row.width-container label {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

body.cvsg-product-v2 .width-container input {
	border-radius: 10px;
	width: 100%;
	padding: 0.75em 1em;
	border: 2px solid #e0e0e0;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--pv2-navy);
	font-family: inherit;
	margin-top: 0.4rem;
	background: #fff;
	transition: border-color 0.2s;
}

body.cvsg-product-v2 .pv2-dim-row.width-container input[type="number"] {
	margin-top: 0;
	height: 3.1rem;
	padding: 0 3em 0 1em;
	line-height: 1;
	background: #fff;
}

body.cvsg-product-v2 .width-container input:focus {
	outline: none;
	border-color: var(--pv2-cyan);
}

body.cvsg-product-v2 .width-container input:disabled,
body.cvsg-product-v2 .width-container select:disabled,
body.cvsg-product-v2 input#colour:disabled,
body.cvsg-product-v2 input#glass:disabled {
	background: #eef2f5;
	border-color: #d5dde4;
	color: #6b7785;
	cursor: not-allowed;
	opacity: 0.92;
}

/* Shared option headers — match Input Your Measurements:
   [leading svg] Title [info i] */
body.cvsg-product-v2 .field-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--pv2-navy);
	margin: 0 0 0.75rem;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	line-height: 1.3;
}

body.cvsg-product-v2 .pv2-dimension-header .field-title {
	margin: 0;
}

body.cvsg-product-v2 .field-title > .pv2-icon {
	width: 1.1em;
	height: 1.1em;
	flex-shrink: 0;
	color: var(--pv2-cyan);
	fill: currentColor;
}

body.cvsg-product-v2 .field-title > span {
	min-width: 0;
}

body.cvsg-product-v2 .field-title i,
body.cvsg-product-v2 .field-title .info-icon,
body.cvsg-product-v2 .info-icon.fa-circle-info,
body.cvsg-product-v2 i.info-icon {
	color: var(--pv2-pink);
	cursor: pointer;
	font-size: 0.8rem !important;
	width: 0.8rem;
	height: 0.8rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	vertical-align: middle;
	margin: 0;
}

body.cvsg-product-v2 .field-title .red {
	color: var(--pv2-pink);
}

/* Legacy lock ticks removed from markup — keep rule inert if any remain */
body.cvsg-product-v2 .field-title .pv2-lock-icon {
	display: none;
}

body.cvsg-product-v2 .info-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(10, 47, 81, 0.55);
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

body.cvsg-product-v2 .info-modal.is-open,
body.cvsg-product-v2 .info-modal.open {
	display: flex;
}

body.cvsg-product-v2 .info-modal-content {
	background: #fff;
	padding: 1.75rem;
	border-radius: var(--pv2-radius);
	width: 100%;
	max-width: 560px;
	box-shadow: var(--pv2-shadow);
	position: relative;
}

body.cvsg-product-v2 .info-modal-content .close-btn {
	color: #999;
	float: right;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

body.cvsg-product-v2 .pv2-button-container,
body.cvsg-product-v2 .button-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-top: 1.25rem;
}

body.cvsg-product-v2 .pv2-button-container .price-container,
body.cvsg-product-v2 .button-container .price-container {
	flex: 1 1 180px;
	margin-right: auto;
}

body.cvsg-product-v2 #price {
	font-size: 2.4rem;
	font-weight: 800;
	color: var(--pv2-pink);
	line-height: 1;
}

body.cvsg-product-v2 #price .pv2-price-currency,
body.cvsg-product-v2 #price .price-currency {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--pv2-pink);
}

body.cvsg-product-v2 #addToBasket,
body.cvsg-product-v2 .pv2-button-container .blue-button,
body.cvsg-product-v2 .button-container .blue-button {
	background: var(--cvsg-btn-cyan, var(--pv2-cyan));
	color: #fff;
	border: 1px solid var(--cvsg-btn-cyan, var(--pv2-cyan));
	border-radius: var(--pv2-btn-radius);
	min-height: var(--cvsg-btn-height, 46px);
	padding: 0 var(--cvsg-btn-pad-x, 1.15em);
	font-size: var(--cvsg-btn-size, 13px);
	font-weight: var(--pv2-btn-weight);
	font-family: var(--cvsg-btn-font, inherit);
	letter-spacing: 0;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.cvsg-product-v2 #addToBasket:hover,
body.cvsg-product-v2 .button-container .blue-button:hover {
	background: var(--pv2-green);
	border-color: var(--pv2-green);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 139, 90, 0.3);
}

body.cvsg-product-v2 #AdvancedOptions,
body.cvsg-product-v2 .button-container button:not(.blue-button) {
	background: #fff;
	color: var(--pv2-navy);
	border: 2px solid var(--pv2-line);
	border-radius: var(--pv2-btn-radius);
	padding: 0.95em 1.4em;
	font-size: 1rem;
	font-weight: var(--pv2-btn-weight);
	font-family: inherit;
	cursor: pointer;
	transition: all 0.25s ease;
}

body.cvsg-product-v2 #AdvancedOptions:hover,
body.cvsg-product-v2 .button-container button:not(.blue-button):hover {
	border-color: var(--pv2-cyan);
	color: var(--pv2-cyan);
}

body.cvsg-product-v2 .pv2-advisor-cta {
	width: 100%;
	clear: both;
	float: none;
	background: linear-gradient(135deg, #0A2F51 0%, #009AC9 100%);
	padding: 3.5rem 0;
	margin: 0;
	color: #fff;
}

body.cvsg-product-v2 .pv2-advisor-cta .container {
	max-width: var(--content-max-width, 1460px);
	margin: 0 auto;
	padding: 0 var(--content-gutter, 15px);
}

body.cvsg-product-v2 .pv2-advisor-cta-inner {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--pv2-radius-lg);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
	padding: 2.25rem 2.5rem;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 2.5rem;
	align-items: center;
}

body.cvsg-product-v2 .pv2-advisor-cta .pv2-section-eyebrow {
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

body.cvsg-product-v2 .pv2-advisor-cta h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.75rem;
	line-height: 1.2;
}

body.cvsg-product-v2 .pv2-advisor-cta-copy p {
	margin: 0 0 1.25rem;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.65;
	max-width: 52ch;
}

body.cvsg-product-v2 .pv2-advisor-cta-bullets {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
}

body.cvsg-product-v2 .pv2-advisor-cta-bullets li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
}

body.cvsg-product-v2 .pv2-advisor-cta-bullets .pv2-icon {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	color: #fff;
}

body.cvsg-product-v2 .pv2-advisor-cta .pv2-btn-customise {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
	background: #fff;
	color: var(--pv2-navy);
	padding: 0.95em 1.75em;
	border-radius: var(--pv2-btn-radius);
	font-weight: var(--pv2-btn-weight);
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.25s ease;
}

body.cvsg-product-v2 .pv2-advisor-cta .pv2-btn-customise:hover {
	background: var(--pv2-green);
	color: #fff;
	transform: translateY(-2px);
}

body.cvsg-product-v2 .pv2-advisor-cta-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

body.cvsg-product-v2 .pv2-advisor-win,
body.cvsg-product-v2 .pv2-advisor-cta-visual .cvsg-win-svg {
	width: 110px;
	height: 110px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

body.cvsg-product-v2 .cvsg-advisor-sprite {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

body.cvsg-product-v2 .pv2-advisor-inline-hint {
	margin: 0.15rem 0 1.75rem;
	padding: 0.75rem 1rem;
	font-size: 0.92rem;
	background: rgba(0, 154, 201, 0.06);
	border: 1px solid rgba(0, 154, 201, 0.18);
	border-radius: 10px;
}

body.cvsg-product-v2 .pv2-advisor-inline-hint a {
	color: var(--pv2-cyan);
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.3em;
}

body.cvsg-product-v2 .pv2-advisor-inline-hint a:hover {
	text-decoration: underline;
}

body.cvsg-product-v2 .pv2-advisor-inline-hint .pv2-icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

body.cvsg-product-v2 .pv2-locked-fields input:disabled {
	background: #f4f7fa;
	color: #667;
	border: 1px solid var(--pv2-line);
	cursor: not-allowed;
	opacity: 1;
}

body.cvsg-product-v2 .pv2-locked-note {
	font-size: 12px;
	color: #666;
	margin: 6px 0 12px;
}

body.cvsg-product-v2 .pv2-measure-link {
	font-size: 12px;
	margin-left: 10px;
	text-decoration: underline;
	font-weight: 500;
	color: var(--pv2-cyan);
}

body.cvsg-product-v2 .pv2-faq-item .pv2-faq-answer,
body.cvsg-product-v2 .faq-item .faq-answer,
body.cvsg-product-v2 .faq-item .pv2-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.25s ease;
	padding: 0 1.25rem;
}

body.cvsg-product-v2 .pv2-faq-item.open .pv2-faq-answer,
body.cvsg-product-v2 .faq-item.open .faq-answer,
body.cvsg-product-v2 .faq-item.open .pv2-faq-answer {
	max-height: 800px;
	padding: 0 1.25rem 1.25rem;
}

/* On-brand benefit cards (image tiles) on v2 PDP */
body.cvsg-product-v2 .pv2-card.benefit-card,
body.cvsg-product-v2 a.pv2-card {
	text-decoration: none;
	color: inherit;
	display: block;
}

body.cvsg-product-v2 .pv2-card .benefit-image {
	height: 200px;
	overflow: hidden;
	position: relative;
}

body.cvsg-product-v2 .pv2-card .benefit-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

body.cvsg-product-v2 .pv2-card:hover .benefit-image img {
	transform: scale(1.04);
}

body.cvsg-product-v2 .pv2-card .benefit-content {
	padding: 1.25rem 1.4rem 1.5rem;
}

body.cvsg-product-v2 .pv2-section-header.section-header h3 {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--pv2-navy);
}

body.cvsg-product-v2 .pv2-section-header .section-divider,
body.cvsg-product-v2 .pv2-section-header .pv2-section-divider {
	width: 60px;
	height: 3px;
	background: var(--pv2-cyan);
	margin: 1rem auto 0;
	border-radius: 2px;
}

@media (max-width: 1100px) {
	body.cvsg-product-v2 .main-product-container .container,
	body.cvsg-product-v2 .pv2-config-layout {
		display: flex !important;
		flex-direction: column;
		grid-template-columns: none;
		gap: 2rem;
	}

	/* Flatten left column so gallery / form / extras can be reordered */
	body.cvsg-product-v2 .pv2-config-left,
	body.cvsg-product-v2 .main-product-container .container .left-container {
		display: contents;
		position: static !important;
	}

	body.cvsg-product-v2 .pv2-config-images {
		order: 1;
	}

	body.cvsg-product-v2 .pv2-config-form-panel,
	body.cvsg-product-v2 .main-product-container .container .right-container {
		order: 2;
	}

	body.cvsg-product-v2 .pv2-config-extras {
		order: 3;
		margin-top: 0;
	}

	body.cvsg-product-v2 .pv2-advisor-cta-inner {
		grid-template-columns: 1fr;
	}

	body.cvsg-product-v2 .button-container,
	body.cvsg-product-v2 .pv2-button-container {
		flex-direction: column;
		align-items: stretch;
	}
}

@media (max-width: 900px) {
	body.cvsg-product-v2 .pv2-product-type-selector,
	body.cvsg-product-v2 .product-type-selector {
		flex: 1 1 calc(50% - 0.5rem);
		max-width: calc(50% - 0.45rem);
	}
}

@media (max-width: 768px) {
	body.cvsg-product-v2 .navigation-for-gallery {
		display: none;
	}

	body.cvsg-product-v2 .primary-gallery {
		height: 420px;
		padding: 1.25rem;
	}

	body.cvsg-product-v2 .pv2-blue-cta,
	body.cvsg-product-v2 .blue-cta {
		display: block;
	}
}

@media (max-width: 560px) {
	body.cvsg-product-v2 .pv2-product-type-selector,
	body.cvsg-product-v2 .product-type-selector {
		flex: 0 0 100%;
	}

	body.cvsg-product-v2 .width-container {
		flex-direction: column;
	}

	body.cvsg-product-v2 .width-container label {
		width: 100%;
	}

	body.cvsg-product-v2 .pv2-dim-row.width-container {
		grid-template-columns: 1fr;
	}
}

/* ============================================================
   OVERRIDES ON THE SHARED CONTENT STYLES
   cvsg-product-content.css is loaded by both product layouts.
   Anything v2 needs to differ on belongs here, not in that file.
   ============================================================ */
body.cvsg-product-v2 .fifty-fifty-content .slanted-right-image {
    height: 99.9% !important;
}

/* ============================================================
   V2 MOBILE RESTYLE FIXES
   ============================================================ */

/* Do NOT set overflow-x/y on body or #wrap here — that breaks
   position:sticky on #header (main nav would scroll away). */
body.cvsg-product-v2 .pv2-trust-strip,
body.cvsg-product-v2 .trust-strip-inner,
body.cvsg-product-v2 .pv2-section,
body.cvsg-product-v2 .page-section,
body.cvsg-product-v2 .main-product-container {
	max-width: 100%;
}

/* Alternating section backgrounds */
body.cvsg-product-v2 .pv2-section,
body.cvsg-product-v2 .page-section {
	background: #fff;
}

body.cvsg-product-v2 .pv2-section:nth-of-type(even),
body.cvsg-product-v2 .page-section:nth-of-type(even) {
	background: var(--pv2-soft);
}

body.cvsg-product-v2 .pv2-section.section-grey,
body.cvsg-product-v2 .page-section.section-grey {
	background: #f0f4f7;
}

/* FAQ band keeps its gradient regardless of alternating tints */
body.cvsg-product-v2 #faq.pv2-faq-band,
body.cvsg-product-v2 #faq.pv2-faq-band:nth-of-type(even),
body.cvsg-product-v2 #faq.pv2-faq-band:nth-of-type(odd) {
	background: linear-gradient(135deg, var(--pv2-navy) 0%, var(--pv2-cyan) 100%) !important;
}

/* Locked colour / glass fields — dedicated grid, not width-container flex */
body.cvsg-product-v2 .pv2-locked-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

body.cvsg-product-v2 .pv2-locked-field {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	margin: 0;
}

body.cvsg-product-v2 .pv2-locked-field .field-title {
	margin-bottom: 0.55rem;
}

body.cvsg-product-v2 .pv2-locked-field input {
	width: 100%;
	padding: 0.75em 1em;
	border-radius: 10px;
	border: 1px solid var(--pv2-line);
	background: #f4f7fa;
	color: #667;
	font-size: 1rem;
	font-weight: 600;
	font-family: inherit;
	box-sizing: border-box;
}

body.cvsg-product-v2 .pv2-locked-fields input:disabled {
	background: #f4f7fa;
	color: #667;
	border: 1px solid var(--pv2-line);
	cursor: not-allowed;
	opacity: 1;
}

body.cvsg-product-v2 .pv2-options-fields {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
}

body.cvsg-product-v2 .pv2-option-field {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
}

body.cvsg-product-v2 .pv2-option-field .field-title,
body.cvsg-product-v2 .pv2-option-glass .field-title {
	margin-bottom: 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--pv2-navy);
	text-transform: none;
	letter-spacing: 0;
}

body.cvsg-product-v2 .pv2-option-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

body.cvsg-product-v2 .pv2-colour-picker {
	position: relative;
}

body.cvsg-product-v2 .pv2-colour-picker.is-open,
body.cvsg-product-v2 .pv2-config-form-panel:has(.pv2-colour-picker.is-open) {
	z-index: 10060;
	position: relative;
}

body.cvsg-product-v2 .pv2-colour-trigger,
body.cvsg-product-v2 .pv2-select-wrap select {
	width: 100%;
	height: 3.1rem;
	padding: 0 2.6rem 0 0.85rem;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	background: #fff;
	color: var(--pv2-navy);
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	transition: border-color 0.2s;
}

body.cvsg-product-v2 .pv2-colour-trigger {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	text-align: left;
	cursor: pointer;
}

body.cvsg-product-v2 .pv2-colour-trigger:hover,
body.cvsg-product-v2 .pv2-colour-picker.is-open .pv2-colour-trigger,
body.cvsg-product-v2 .pv2-select-wrap select:focus,
body.cvsg-product-v2 .pv2-colour-trigger:focus {
	outline: none;
	border-color: var(--light-blue, var(--pv2-cyan));
}

body.cvsg-product-v2 .pv2-colour-swatch {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	background: var(--swatch, #ecece7);
	border: 1px solid rgba(10, 47, 81, 0.18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

body.cvsg-product-v2 .pv2-colour-label {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cvsg-product-v2 .pv2-colour-chevron {
	position: absolute;
	right: 0.9rem;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	pointer-events: none;
}

body.cvsg-product-v2 .pv2-colour-picker.is-open .pv2-colour-chevron {
	transform: translateY(-50%) rotate(180deg);
}

body.cvsg-product-v2 .pv2-select-wrap {
	position: relative;
}

body.cvsg-product-v2 .pv2-select-wrap select {
	appearance: none;
	-webkit-appearance: none;
	padding-left: 1em;
	cursor: pointer;
}

body.cvsg-product-v2 .pv2-select-wrap::after {
	content: '';
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

body.cvsg-product-v2 .pv2-colour-menu {
	position: absolute;
	z-index: 10060;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	min-width: 100%;
	padding: 0.4rem 0 0;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(10, 47, 81, 0.14);
}

body.cvsg-product-v2 .pv2-colour-menu[hidden] {
	display: none;
}

body.cvsg-product-v2 .pv2-colour-menu-list {
	display: flex;
	flex-direction: column;
	max-height: 260px;
	overflow: auto;
}

body.cvsg-product-v2 .pv2-colour-option {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	width: 100%;
	margin: 0;
	padding: 0.65rem 0.85rem;
	border: 0;
	background: #fff;
	color: var(--pv2-navy);
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

body.cvsg-product-v2 .pv2-colour-option:hover,
body.cvsg-product-v2 .pv2-colour-option.is-selected {
	background: #f4fbfe;
}

body.cvsg-product-v2 .pv2-colour-option-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.25;
}

body.cvsg-product-v2 .pv2-colour-option-name {
	font-size: 0.92rem;
}

body.cvsg-product-v2 .pv2-colour-option-code {
	font-size: 0.72rem;
	font-weight: 500;
	color: #888;
}

body.cvsg-product-v2 .pv2-colour-more {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.7rem 0.85rem 0.8rem;
	border: 0;
	border-top: 1px solid #eef2f5;
	background: #fff;
	color: var(--pv2-cyan);
	font: inherit;
	font-size: 0.88rem;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

body.cvsg-product-v2 .pv2-colour-more:hover {
	text-decoration: underline;
}

body.cvsg-product-v2 .pv2-colour-overlay[hidden] {
	display: none;
}

body.cvsg-product-v2 .pv2-colour-overlay {
	position: fixed;
	inset: 0;
	z-index: 10100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

body.cvsg-product-v2.pv2-colour-overlay-open .pv2-config-form-panel {
	z-index: 10100;
	position: relative;
}

body.cvsg-product-v2 .pv2-colour-overlay-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 47, 81, 0.45);
}

body.cvsg-product-v2 .pv2-colour-overlay-panel {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: min(80vh, 640px);
	overflow: auto;
	padding: 1.35rem 1.4rem 1.5rem;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(10, 47, 81, 0.22);
}

body.cvsg-product-v2 .pv2-colour-overlay-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.1rem;
}

body.cvsg-product-v2 .pv2-colour-overlay-head h3 {
	margin: 0 0 0.25rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--pv2-navy);
}

body.cvsg-product-v2 .pv2-colour-overlay-head p {
	margin: 0;
	font-size: 0.88rem;
	color: #667;
}

body.cvsg-product-v2 .pv2-colour-overlay-close {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 8px;
	background: #f4f7fa;
	color: var(--pv2-navy);
	cursor: pointer;
}

body.cvsg-product-v2 .pv2-colour-overlay-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 0.75rem;
}

body.cvsg-product-v2 .pv2-colour-tile {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.45rem;
	margin: 0;
	padding: 0.55rem;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	background: #fff;
	color: var(--pv2-navy);
	font: inherit;
	text-align: left;
	cursor: pointer;
}

body.cvsg-product-v2 .pv2-colour-tile:hover,
body.cvsg-product-v2 .pv2-colour-tile.is-selected {
	border-color: var(--pv2-cyan);
}

body.cvsg-product-v2 .pv2-colour-tile-chip {
	display: block;
	height: 72px;
	border-radius: 8px;
	background: var(--swatch, #ecece7);
	border: 1px solid rgba(10, 47, 81, 0.12);
}

body.cvsg-product-v2 .pv2-colour-tile-name {
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.25;
}

body.cvsg-product-v2 .pv2-colour-tile-code {
	font-size: 0.7rem;
	font-weight: 500;
	color: #888;
}

/* Price + Add to Basket stack cleanly */
body.cvsg-product-v2 .pv2-price-display-block {
	flex-wrap: wrap;
}

body.cvsg-product-v2 .pv2-button-container,
body.cvsg-product-v2 .button-container {
	flex-direction: column;
	align-items: stretch;
}

body.cvsg-product-v2 #addToBasket,
body.cvsg-product-v2 .pv2-button-container .blue-button,
body.cvsg-product-v2 .button-container .blue-button {
	width: 100%;
	justify-content: center;
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	color: #fff !important;
}

/* Tables: horizontal scroll wrappers */
body.cvsg-product-v2 .pv2-table-scroll {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1.5rem 0;
}

body.cvsg-product-v2 .pv2-table-scroll .comparison-table,
body.cvsg-product-v2 .pv2-table-scroll .specs-comparison-table,
body.cvsg-product-v2 .pv2-table-scroll table {
	margin: 0;
	min-width: 560px;
}

body.cvsg-product-v2 .comparison-table {
	min-width: 0;
}

/* Glass weight calculator — responsive form */
body.cvsg-product-v2 .calculator-container {
	overflow: hidden;
	max-width: 100%;
	box-sizing: border-box;
}

body.cvsg-product-v2 .form-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1rem;
	align-items: end;
}

body.cvsg-product-v2 .form-group {
	min-width: 0;
	width: 100%;
}

body.cvsg-product-v2 .form-group input,
body.cvsg-product-v2 .form-group select {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

body.cvsg-product-v2 .form-group .calculate-btn,
body.cvsg-product-v2 .form-group #calculate-weight {
	width: 100%;
}

/* Unified buttons — homepage CTA system */
body.cvsg-product-v2 a.button,
body.cvsg-product-v2 button.button,
body.cvsg-product-v2 .button.blue-button,
body.cvsg-product-v2 .button.pink-button,
body.cvsg-product-v2 a.blue-button,
body.cvsg-product-v2 .external-link.button,
body.cvsg-product-v2 .card-button.button,
body.cvsg-product-v2 .view-all-btn,
body.cvsg-product-v2 .calculate-btn,
body.cvsg-product-v2 a.external-link.blue-button,
body.cvsg-product-v2 .pv2-btn-customise,
body.cvsg-product-v2 .closing-cta-btns a,
body.cvsg-product-v2 .faq-cta-card .btn-white,
body.cvsg-product-v2 .faq-cta-card .btn-white-solid,
body.cvsg-product-v2 .faq-cta-card .btn-white-outline,
body.cvsg-product-v2 .closing-cta-btns .btn-white-solid,
body.cvsg-product-v2 .closing-cta-btns .btn-white-outline {
	border-radius: var(--pv2-btn-radius) !important;
	font-family: var(--cvsg-btn-font, Poppins, "Open Sans", sans-serif);
	font-size: var(--cvsg-btn-size, 13px) !important;
	font-weight: var(--pv2-btn-weight) !important;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: var(--cvsg-btn-height, 46px);
	padding: 0 var(--cvsg-btn-pad-x, 1.15em) !important;
}

/* Header Shop Now — compact homepage chrome, not page-CTA height/shadow */
body.cvsg-product-v2 #header #cvsg-instant-quote-btn.button,
body.cvsg-product-v2 #cvsg-instant-quote-btn.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 36px !important;
	padding: 0 1.15em !important;
	border: none !important;
	border-radius: var(--cvsg-btn-radius, 7px) !important;
	box-shadow: none !important;
	background: var(--cvsg-btn-cyan, var(--pv2-cyan)) !important;
	color: #fff !important;
	font-family: var(--cvsg-btn-font, Poppins, sans-serif);
	font-size: var(--cvsg-btn-size, 13px) !important;
	font-weight: var(--cvsg-btn-weight, 700) !important;
	letter-spacing: 0;
	line-height: 1.2;
}

body.cvsg-product-v2 #header #cvsg-instant-quote-btn.button .menu-link {
	padding: 0 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	color: #fff !important;
}

body.cvsg-product-v2 a.button,
body.cvsg-product-v2 button.button,
body.cvsg-product-v2 .button.blue-button,
body.cvsg-product-v2 .button.pink-button,
body.cvsg-product-v2 a.blue-button,
body.cvsg-product-v2 .external-link.button,
body.cvsg-product-v2 .card-button.button,
body.cvsg-product-v2 .view-all-btn,
body.cvsg-product-v2 .calculate-btn,
body.cvsg-product-v2 a.external-link.blue-button {
	background: var(--cvsg-btn-cyan, var(--pv2-cyan)) !important;
	color: #fff !important;
	border: 1px solid var(--cvsg-btn-cyan, var(--pv2-cyan)) !important;
	border-radius: var(--pv2-btn-radius) !important;
	font-weight: var(--pv2-btn-weight) !important;
	text-decoration: none !important;
	box-shadow: 0 8px 22px rgba(0, 128, 165, 0.26);
}

body.cvsg-product-v2 #wrap .onbrand-hero .cta-buttons a.button.outline-button,
body.cvsg-product-v2 #wrap .onbrand-hero .cta-buttons a.button.green-button,
body.cvsg-product-v2 #wrap .informational-page-header .cta-buttons a.button.outline-button,
body.cvsg-product-v2 #wrap .informational-page-header .cta-buttons a.button.green-button,
body.cvsg-product-v2 .onbrand-hero .cta-buttons a.button.outline-button,
body.cvsg-product-v2 .onbrand-hero .cta-buttons a.button.green-button,
body.cvsg-product-v2 .informational-page-header .cta-buttons a.button.outline-button,
body.cvsg-product-v2 .informational-page-header .cta-buttons a.button.green-button {
	background: rgba(4, 34, 56, 0.18) !important;
	border: 1px solid rgba(255, 255, 255, 0.65) !important;
	color: #fff !important;
	box-shadow: none;
}

/* Secondary CTAs (e.g. How to Measure) — keep brand green */
body.cvsg-product-v2 a.button.green-button,
body.cvsg-product-v2 .button.green-button {
	background: var(--pv2-green) !important;
	border-color: var(--pv2-green) !important;
}

/* Visited must not steal the fill colour — #configurator was turning Configure green */
body.cvsg-product-v2 a.button:visited,
body.cvsg-product-v2 .button.blue-button:visited,
body.cvsg-product-v2 .button.pink-button:visited {
	background: var(--cvsg-btn-cyan, var(--pv2-cyan)) !important;
	border-color: var(--cvsg-btn-cyan, var(--pv2-cyan)) !important;
	color: #fff !important;
}

body.cvsg-product-v2 #wrap .onbrand-hero .cta-buttons a.button.outline-button:visited,
body.cvsg-product-v2 #wrap .onbrand-hero .cta-buttons a.button.green-button:visited,
body.cvsg-product-v2 .onbrand-hero .cta-buttons a.button.outline-button:visited,
body.cvsg-product-v2 .onbrand-hero .cta-buttons a.button.green-button:visited,
body.cvsg-product-v2 .informational-page-header .cta-buttons a.button.outline-button:visited,
body.cvsg-product-v2 .informational-page-header .cta-buttons a.button.green-button:visited {
	background: rgba(4, 34, 56, 0.18) !important;
	border-color: rgba(255, 255, 255, 0.65) !important;
	color: #fff !important;
}

body.cvsg-product-v2 a.button.green-button:visited,
body.cvsg-product-v2 .button.green-button:visited {
	background: var(--pv2-green) !important;
	border-color: var(--pv2-green) !important;
	color: #fff !important;
}

body.cvsg-product-v2 a.button:hover,
body.cvsg-product-v2 button.button:hover,
body.cvsg-product-v2 .button.blue-button:hover,
body.cvsg-product-v2 .button.pink-button:hover,
body.cvsg-product-v2 a.blue-button:hover,
body.cvsg-product-v2 .external-link.button:hover,
body.cvsg-product-v2 .card-button.button:hover,
body.cvsg-product-v2 .view-all-btn:hover,
body.cvsg-product-v2 .calculate-btn:hover,
body.cvsg-product-v2 a.external-link.blue-button:hover {
	background: var(--cvsg-btn-hover, var(--pv2-green)) !important;
	border-color: var(--cvsg-btn-hover, var(--pv2-green)) !important;
	color: #fff !important;
	padding: 0 var(--cvsg-btn-pad-x, 1.15em) !important;
}

body.cvsg-product-v2 #wrap .onbrand-hero .cta-buttons a.button.outline-button:hover,
body.cvsg-product-v2 #wrap .onbrand-hero .cta-buttons a.button.green-button:hover,
body.cvsg-product-v2 .onbrand-hero .cta-buttons a.button.outline-button:hover,
body.cvsg-product-v2 .onbrand-hero .cta-buttons a.button.green-button:hover,
body.cvsg-product-v2 .informational-page-header .cta-buttons a.button.outline-button:hover,
body.cvsg-product-v2 .informational-page-header .cta-buttons a.button.green-button:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	border-color: #fff !important;
	color: #fff !important;
}

body.cvsg-product-v2 a.button.green-button:hover,
body.cvsg-product-v2 .button.green-button:hover {
	background: var(--pv2-cyan) !important;
	border-color: var(--pv2-cyan) !important;
}

/* Product-page CTA border/shadow must not fatten header Shop Now */
body.cvsg-product-v2 #header #cvsg-instant-quote-btn.button,
body.cvsg-product-v2 #header #cvsg-instant-quote-btn.button:hover,
body.cvsg-product-v2 #header #cvsg-instant-quote-btn.button:visited,
body.cvsg-product-v2 #cvsg-instant-quote-btn.button {
	border: none !important;
	box-shadow: none !important;
	min-height: 36px !important;
	padding: 0 1.15em !important;
	color: #fff !important;
}

body.cvsg-product-v2 .card-button.button:not(.blue-button) {
	background: #fff !important;
	color: var(--pv2-navy) !important;
	border: 2px solid var(--pv2-line) !important;
}

body.cvsg-product-v2 .card-button.button:not(.blue-button):hover {
	border-color: var(--pv2-cyan) !important;
	color: var(--pv2-cyan) !important;
	background: #fff !important;
}

body.cvsg-product-v2 .filter-btn.button,
body.cvsg-product-v2 .filter-btn {
	background: #fff !important;
	color: #555 !important;
	border: 2px solid #e9ecef !important;
	border-radius: var(--pv2-btn-radius) !important;
	font-weight: var(--pv2-btn-weight);
}

body.cvsg-product-v2 .filter-btn.button:hover,
body.cvsg-product-v2 .filter-btn:hover,
body.cvsg-product-v2 .filter-btn.button.active,
body.cvsg-product-v2 .filter-btn.active {
	background: var(--pv2-cyan) !important;
	border-color: var(--pv2-cyan) !important;
	color: #fff !important;
}

/* FAQ / nav question buttons must stay unstyled as accordion triggers */
body.cvsg-product-v2 .faq-question.button,
body.cvsg-product-v2 button.faq-question {
	background: none !important;
	border: none !important;
	color: inherit !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 1.1em 0 !important;
}

/* Benefits: image flush to card edges */
body.cvsg-product-v2 .pv2-card.benefit-card,
body.cvsg-product-v2 a.pv2-card.benefit-card {
	padding: 0;
	display: block;
	grid-template-columns: none;
	overflow: hidden;
}

body.cvsg-product-v2 .pv2-card.benefit-card .benefit-image {
	margin: 0;
	border-radius: 16px 16px 0 0;
	height: 200px;
}

body.cvsg-product-v2 .pv2-card.benefit-card .benefit-content {
	padding: 1.25rem 1.4rem 1.5rem;
}

body.cvsg-product-v2 .pv2-card.benefit-card h3 {
	grid-column: auto;
	grid-row: auto;
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
}

/* Callback form under v2 */
body.cvsg-product-v2 #wrap .call-back-container,
body.cvsg-product-v2 .call-back-container {
	float: none !important;
	clear: both;
	width: 100%;
}

body.cvsg-product-v2 #wrap .call-back-container .container {
	justify-content: center;
	align-items: center;
}

body.cvsg-product-v2 #what-is-secondary-glazing .slanted-left-content {
    background: var(--pv2-soft);
}

@media (max-width: 1000px) {
	body.cvsg-product-v2 #wrap .call-back-container .container {
		flex-direction: column;
		align-items: center;
	}

	body.cvsg-product-v2 #wrap .call-back-container .container .left-content,
	body.cvsg-product-v2 #wrap .call-back-container .container .right-content {
		width: 100%;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	body.cvsg-product-v2 #wrap .call-back-container .container .callback-form {
		width: 100%;
	}
}

@media (max-width: 768px) {
	body.cvsg-product-v2 .form-row {
		grid-template-columns: 1fr;
	}

	body.cvsg-product-v2 .pv2-locked-fields,
	body.cvsg-product-v2 .pv2-option-row {
		grid-template-columns: 1fr;
	}

	body.cvsg-product-v2 .pv2-section .container,
	body.cvsg-product-v2 .page-section .container,
	body.cvsg-product-v2 .main-product-container .container {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}

	body.cvsg-product-v2 .pv2-dim-row.width-container {
		flex-direction: column;
		display: grid;
		grid-template-columns: 1fr;
	}

	body.cvsg-product-v2 .field-title {
		flex-wrap: wrap;
	}

	body.cvsg-product-v2 .pv2-dimension-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.45rem;
	}

	body.cvsg-product-v2 .pv2-measure-link,
	body.cvsg-product-v2 .pv2-dimension-header .pv2-measure-link {
		display: inline-block;
		margin-left: 0;
		margin-top: 0;
		width: auto;
	}

	body.cvsg-product-v2 .pv2-product-type-selector,
	body.cvsg-product-v2 .product-type-selector {
		flex: 1 1 100%;
		max-width: 100%;
	}

	body.cvsg-product-v2 .pv2-table-scroll .comparison-table,
	body.cvsg-product-v2 .pv2-table-scroll .specs-comparison-table,
	body.cvsg-product-v2 .pv2-table-scroll table {
		min-width: 640px;
	}
}

@media (max-width: 560px) {
	body.cvsg-product-v2 .pv2-price-display-block {
		padding: 1.15rem 1.25rem;
	}

	body.cvsg-product-v2 #price {
		font-size: 2rem;
	}

	body.cvsg-product-v2 a.pv2-config-advisor {
		gap: 1rem;
	}
}

/* Last-in-file mobile chrome — beats earlier Shop Now / nav padding. */
@media (max-width: 768px) {
    body.cvsg-product-v2 #header.horizontal-w,
    body.cvsg-product-v2 #header.horizontal-w.sticky,
    body.cvsg-product-v2 #header.fixed {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    body.cvsg-product-v2 #header #cvsg-instant-quote-btn.button,
    body.cvsg-product-v2 #header #cvsg-instant-quote-btn.mobile-quote-button,
    body.cvsg-product-v2 #header .button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 36px !important;
        padding: 0 0.85em !important;
        font-size: 13px !important;
        line-height: 1;
        box-shadow: none !important;
        border: none !important;
        color: #fff !important;
    }

    body.cvsg-product-v2 .section-navigation .container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
