﻿    :root {
        /* ersatt pa sikt */
        --bo-radius-lg: 16px;
        --bo-radius-md: 12px;
        --bo-radius-sm: 10px;
        --bo-border: 1px solid #e9ecef;
        --bo-muted: #6c757d;
        --bo-soft: #f8f9fa;
        --bo-debug: 2px solid rgba(255, 0, 180, .55);
        /* rosa stroke */
        --bo-blue-100: #F2FAFF;
        --bo-blue-200: #D3EEFF;
        --bo-neutral-50: #FDFDFD;
        --bo-neutral-100: #F8F9FA;
        --bo-neutral-400: #969CB8;
        --bo-ink-900: #1B262C;
        --bo-accent-500: #00C896;
    }

    /* latin-ext */
    @font-face {
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 400 900;
        font-display: swap;
        src: url('/fonts/gabarito-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }

    /* latin */
    @font-face {
        font-family: 'Gabarito';
        font-style: normal;
        font-weight: 400 900;
        font-display: swap;
        src: url('/fonts/gabarito-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }


    body.bo-body {
        font-family: "Gabarito", sans-serif;
        background: #fff;
        color: #111;
    }

    .bo-btn-calc {
        padding: 0.9375rem 1.25rem;
        border-radius: 0.5rem;
        background: var(--bo-blue-200);
        border: 0;
        font-weight: 500;
        color: #1B262C;
    }

    /* Slå på/av debug stroke per container */
    .bo-debug {
       /* outline: var(--bo-debug);
        outline-offset: -2px;*/
    }

    .bo-card {
        border: var(--bo-border);
        border-radius: var(--bo-radius-lg);
        background: #fff;
    }

    .bo-car-card-addons {
        border: var(--bo-border);
        border-radius: var(--bo-radius-lg);
        background: var(--bo-neutral-100);
    }

    .bo-car-card-dealer {
        border: var(--bo-border);
        border-radius: var(--bo-radius-lg);
        background: var(--bo-neutral-100);
    }

    .bo-car-addons-title {
        font-size: 1.25rem;
    }

    .bo-addon-list-icon-wrap {
        padding: 1rem;
        border-radius: 0.5rem;
        background: var(--bo-blue-200);
    }

    .bo-addon-list-icon {
        width: 2rem;
        height: 2rem;
        flex-shrink: 0;
    }


    .bo-soft {
        background: var(--bo-soft);
        border-radius: var(--bo-radius-md);
    }

    .bo-highlight {
        background: var(--bo-soft);
        border-radius: var(--bo-radius-md);
        max-width: 140px;
    }

    .bo-icon-btn {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: var(--bo-border);
        border-radius: 12px;
        background: #fff;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .bo-icon {
        width: 2rem;
        height:2rem;
        max-height: 2rem;
        display: inline-block;
        /*vertical-align: -0.15em;*/
        fill: currentColor;
    }

    .bo-eq-icon {
        width: .75rem;
        height: .75rem;
    }

    .bo-highlight-icon {
        width: 3rem;
        height: 3rem;
    }

    .bo-gallery {
        border-radius: var(--bo-radius-lg);
        overflow: hidden;
        border: var(--bo-border);
    }

    .bo-thumb {
        border-radius: 12px;
        overflow: hidden;
        border: var(--bo-border);
        background: #fff;
    }

    .bo-tabs {
        background: var(--bo-neutral-100);
        padding: 1.25rem;
        border-radius: 0.5rem;
    }

    .bo-tabs .nav-link {
        border-radius: 12px !important;
        border: var(--bo-border);
        color: #111;
        background: #fff;
    }

    .bo-tabs .nav-link.active {
        background: #111;
        color: #fff;
        border-color: #111;
    }

    /* Mobile: swipebar */
    @media (max-width: 575.98px) {
        .bo-tabs {
            flex-wrap: nowrap;  
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
            gap: .5rem !important;
            scroll-snap-type: x mandatory;
            padding-inline: .25rem;
        }

        .bo-tabs::-webkit-scrollbar {
            display: none;
        }

        /* göm scrollbar (Safari/Chrome) */
        .bo-tabs {
            scrollbar-width: none;
        }

        /* Firefox */

        .bo-tabitem {
            flex: 0 0 auto;
            scroll-snap-align: start;
        }

        .bo-tab {
            white-space: nowrap;
        }

        /* text stannar på en rad */
    }


    .bo-spec-row {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 0.75rem;
        border-radius: 12px;
        background: var(--bo-blue-200);
        font-size: 1rem;
    }

    .bo-spec-row svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .bo-cta .btn {
        border-radius: .5rem;
        padding: 0.9375rem 1.25rem;
        font-weight: 600;
    }

    .bo-sticky-sidebar {
        position: sticky;
        top: 16px;
    }

    /* Mobil: sticky CTA-bar (valfri) */
    .bo-mobile-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, .92);
        border-top: var(--bo-border);
        backdrop-filter: blur(10px);
        padding: 10px 12px;
        z-index: 1050;
        display: none;
        /* slå på senare om du vill */
    }

    .bo-sim-card .bo-sim-img {
        border-radius: 16px;
        overflow: hidden;
        border: var(--bo-border);
        background: #f1f3f5;
        height: 170px;
    }

    .spec-max {
        min-width: 125px;
    }

    /* Section settings */

    .bo-section-title {
        font-weight: 700;
    }


    /* Titles */
    .bo-brand {
        font-size: 1.875rem;
        font-weight: 800;
    }

    .bo-model {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 0.9375rem;
    }

    .bo-label {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 0.9375rem;
    }

    .bo-value {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 800;
    }

    .bo-sub-value {
        position: absolute;
    }

    /* Badges */
    .bo-badge {
        font-size: 1rem;
        font-weight: 500;
        background: var(--bo-blue-200);
        color: var(--bo-ink-900);
        padding: 1.25rem 0.625rem;
    }

    .bo-bank {
        display: flex;
        width: 7.5rem;
        height: 2.75rem;
        padding: 1rem .65rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        background: #F7F7F8;
    }

    /* Testar */

    .bo-actions .is-active {
    background: var(--bo-blue-200);
    transition: background-color .2s ease, transform .12s ease;
    }

    .bo-toast {
        position: fixed;
        left: 50%;
        bottom: 16px;
        transform: translateX(-50%);
        background: rgba(15, 23, 32, .92);
        color: #fff;
        padding: .65rem .85rem;
        border-radius: 999px;
        font-weight: 700;
        font-size: 14px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
        opacity: 0;
        pointer-events: none;
        transition: opacity .18s ease, transform .18s ease;
        z-index: 9999;
    }

    .bo-toast.is-show {
        opacity: 1;
        transform: translateX(-50%) translateY(-2px);
    }

    .bo-action-fav.is-active {
        background: var(--bo-blue-200);
        transition: background-color .2s ease, transform .12s ease;
    }

    .bo-action-fav.is-active svg {
        transform: scale(1.05);
        transition: transform .12s ease;
    }
