:root {
    --autobrn-orange: #ff4605;
    --autobrn-orange-dark: #df3900;
    --autobrn-dark: #111214;
    --autobrn-text: #20242c;
    --autobrn-muted: #707782;
    --autobrn-light: #f5f6f8;
    --autobrn-border: #e6e8ec;
    --autobrn-white: #fff;
}

.autobrn-v2,
.autobrn-v2 * {
    box-sizing: border-box;
}

.autobrn-v2 {
    color: var(--autobrn-text);
    background: var(--autobrn-light);
}

.autobrn-v2__container {
    width: min(calc(100% - 48px), 1380px);
    margin-inline: auto;
}

.autobrn-v2__test-notice {
    padding: 11px 0;
    color: #fff;
    background: var(--autobrn-orange);
    font-size: 13px;
}

.autobrn-v2__test-notice .autobrn-v2__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.autobrn-v2__intro {
    padding: 42px 0 38px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,70,5,.22), transparent 32%),
        linear-gradient(135deg, #111214, #24272d);
}

.autobrn-v2__breadcrumbs {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
}

.autobrn-v2__breadcrumbs a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

.autobrn-v2__breadcrumbs a:hover {
    color: var(--autobrn-orange);
}

.autobrn-v2__title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 50px;
}

.autobrn-v2__verified {
    margin-bottom: 18px;
    padding: 9px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.autobrn-v2__verified i {
    color: var(--autobrn-orange);
}

.autobrn-v2__title-row h1 {
    max-width: 960px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 62px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -2px;
}

.autobrn-v2__title-meta {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
}

.autobrn-v2__title-meta span {
    position: relative;
}

.autobrn-v2__title-meta span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--autobrn-orange);
}

.autobrn-v2__top-price {
    min-width: 265px;
    text-align: right;
}

.autobrn-v2__top-price small,
.autobrn-v2__top-price span {
    display: block;
    color: rgba(255,255,255,.62);
}

.autobrn-v2__top-price strong {
    margin: 5px 0 8px;
    display: block;
    color: var(--autobrn-orange);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 900;
    line-height: 1;
}

.autobrn-v2__main {
    padding: 55px 0 100px;
}

.autobrn-v2__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    align-items: start;
    gap: 38px;
}

.autobrn-v2__primary {
    min-width: 0;
}

.autobrn-v2__gallery-card,
.autobrn-v2__section,
.autobrn-v2__offer-card {
    border: 1px solid var(--autobrn-border);
    border-radius: 22px;
    background: var(--autobrn-white);
    box-shadow: 0 18px 50px rgba(20,25,35,.07);
}

.autobrn-v2__gallery-card {
    padding: 14px;
    overflow: hidden;
}

.autobrn-v2__main-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
    background: #e8eaee;
}

.autobrn-v2__main-image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.autobrn-v2__gallery-count {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    border-radius: 999px;
    background: rgba(15,16,18,.82);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 750;
}

.autobrn-v2__thumbnails {
    margin-top: 13px;
    padding-bottom: 4px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.autobrn-v2__thumbnail {
    width: 95px;
    min-width: 95px;
    height: 68px;
    padding: 0;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 11px;
    background: #ddd;
    cursor: pointer;
    opacity: .72;
    transition: border-color .2s ease, opacity .2s ease;
}

.autobrn-v2__thumbnail:hover,
.autobrn-v2__thumbnail.is-active {
    border-color: var(--autobrn-orange);
    opacity: 1;
}

.autobrn-v2__thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.autobrn-v2__no-image {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--autobrn-muted);
    text-align: center;
}

.autobrn-v2__no-image i {
    margin-bottom: 18px;
    color: var(--autobrn-orange);
    font-size: 60px;
}

.autobrn-v2__section {
    margin-top: 32px;
    padding: 35px;
}

.autobrn-v2__section-header {
    margin-bottom: 27px;
}

.autobrn-v2__section-header > span {
    display: block;
    color: var(--autobrn-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.autobrn-v2__section-header h2 {
    margin: 6px 0 0;
    color: var(--autobrn-dark);
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -.8px;
}

.autobrn-v2__spec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.autobrn-v2__spec-card {
    min-height: 115px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid var(--autobrn-border);
    border-radius: 15px;
    background: #fafafb;
}

.autobrn-v2__spec-card > i {
    width: 38px;
    color: var(--autobrn-orange);
    font-size: 24px;
    text-align: center;
}

.autobrn-v2__spec-card small {
    display: block;
    color: var(--autobrn-muted);
    font-size: 12px;
}

.autobrn-v2__spec-card strong {
    margin-top: 5px;
    display: block;
    color: var(--autobrn-dark);
    font-size: 16px;
    font-weight: 850;
}

.autobrn-v2__benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.autobrn-v2__benefit-grid article {
    padding: 26px;
    border: 1px solid var(--autobrn-border);
    border-radius: 16px;
    background: #fafafb;
}

.autobrn-v2__benefit-grid i {
    margin-bottom: 17px;
    color: var(--autobrn-orange);
    font-size: 28px;
}

.autobrn-v2__benefit-grid h3 {
    margin: 0 0 8px;
    color: var(--autobrn-dark);
    font-size: 18px;
    font-weight: 850;
}

.autobrn-v2__benefit-grid p {
    margin: 0;
    color: var(--autobrn-muted);
    font-size: 14px;
    line-height: 1.65;
}

.autobrn-v2__description {
    overflow: hidden;
    border: 1px solid var(--autobrn-border);
    border-radius: 15px;
}

.autobrn-v2__description summary {
    min-height: 66px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--autobrn-dark);
    background: #fafafb;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.autobrn-v2__description summary::-webkit-details-marker {
    display: none;
}

.autobrn-v2__description[open] summary i {
    transform: rotate(180deg);
}

.autobrn-v2__description summary i {
    color: var(--autobrn-orange);
    transition: transform .2s ease;
}

.autobrn-v2__description-content {
    padding: 30px;
    color: #424852;
    line-height: 1.75;
}

.autobrn-v2__description-content h2,
.autobrn-v2__description-content h3 {
    margin: 32px 0 15px;
    color: var(--autobrn-dark);
}

.autobrn-v2__description-content h2:first-child,
.autobrn-v2__description-content h3:first-child {
    margin-top: 0;
}

.autobrn-v2__description-content ul,
.autobrn-v2__description-content ol {
    padding-left: 22px;
}

.autobrn-v2__description-content a {
    color: var(--autobrn-orange);
    font-weight: 750;
}

.autobrn-v2__sidebar {
    position: sticky;
    top: 105px;
}

.autobrn-v2__offer-card {
    padding: 30px;
}

.autobrn-v2__offer-label {
    margin-bottom: 21px;
    padding: 8px 12px;
    display: inline-flex;
    color: #fff;
    border-radius: 999px;
    background: var(--autobrn-orange);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.autobrn-v2__offer-card > small {
    display: block;
    color: var(--autobrn-muted);
    font-size: 13px;
}

.autobrn-v2__price {
    margin: 5px 0 14px;
    display: block;
    color: var(--autobrn-dark);
    font-size: 45px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -2px;
}

.autobrn-v2__finance-note {
    margin: 0 0 24px;
    color: var(--autobrn-muted);
    font-size: 14px;
    line-height: 1.6;
}

.autobrn-v2__button {
    width: 100%;
    min-height: 52px;
    margin-top: 10px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid transparent;
    border-radius: 11px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 850;
    transition: transform .2s ease, background .2s ease;
}

.autobrn-v2__button:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.autobrn-v2__button--primary {
    color: #fff;
    background: var(--autobrn-orange);
}

.autobrn-v2__button--primary:hover {
    color: #fff;
    background: var(--autobrn-orange-dark);
}

.autobrn-v2__button--whatsapp {
    color: #fff;
    background: #1fac5b;
}

.autobrn-v2__button--whatsapp:hover {
    color: #fff;
    background: #178d4a;
}

.autobrn-v2__button--outline {
    color: var(--autobrn-dark);
    border-color: var(--autobrn-border);
    background: #fff;
}

.autobrn-v2__button--outline:hover {
    color: var(--autobrn-orange);
    border-color: var(--autobrn-orange);
}

.autobrn-v2__finance-contact {
    margin-top: 21px;
    padding: 17px;
    border-radius: 12px;
    background: #f4f5f7;
    text-align: center;
}

.autobrn-v2__finance-contact small {
    display: block;
    color: var(--autobrn-muted);
}

.autobrn-v2__finance-contact a {
    margin-top: 3px;
    display: block;
    color: var(--autobrn-dark);
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}

.autobrn-v2__trust {
    margin: 24px 0 0;
    padding: 23px 0 0;
    border-top: 1px solid var(--autobrn-border);
    list-style: none;
}

.autobrn-v2__trust li {
    margin-top: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4b515b;
    font-size: 14px;
}

.autobrn-v2__trust li:first-child {
    margin-top: 0;
}

.autobrn-v2__trust i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    border-radius: 50%;
    background: var(--autobrn-orange);
    font-size: 10px;
}

.autobrn-v2__social {
    margin-top: 26px;
    padding-top: 23px;
    border-top: 1px solid var(--autobrn-border);
}

.autobrn-v2__social > span {
    display: block;
    color: var(--autobrn-muted);
    font-size: 13px;
    font-weight: 750;
}

.autobrn-v2__social > div {
    margin-top: 12px;
    display: flex;
    gap: 9px;
}

.autobrn-v2__social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: var(--autobrn-dark);
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.autobrn-v2__social a:hover {
    color: #fff;
    background: var(--autobrn-orange);
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .autobrn-v2__layout {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 25px;
    }

    .autobrn-v2__spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 880px) {
    .autobrn-v2__title-row {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 30px;
    }

    .autobrn-v2__top-price {
        text-align: left;
    }

    .autobrn-v2__layout {
        grid-template-columns: 1fr;
    }

    .autobrn-v2__sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .autobrn-v2__container {
        width: min(calc(100% - 28px), 1380px);
    }

    .autobrn-v2__test-notice .autobrn-v2__container {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .autobrn-v2__intro {
        padding: 30px 0;
    }

    .autobrn-v2__breadcrumbs {
        margin-bottom: 24px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .autobrn-v2__title-row h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .autobrn-v2__title-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .autobrn-v2__title-meta span::after {
        display: none;
    }

    .autobrn-v2__main {
        padding: 25px 0 65px;
    }

    .autobrn-v2__gallery-card {
        padding: 8px;
        border-radius: 16px;
    }

    .autobrn-v2__main-image {
        aspect-ratio: 4 / 3;
        border-radius: 12px;
    }

    .autobrn-v2__gallery-count {
        right: 10px;
        bottom: 10px;
        padding: 8px 11px;
        font-size: 11px;
    }

    .autobrn-v2__thumbnail {
        width: 78px;
        min-width: 78px;
        height: 56px;
    }

    .autobrn-v2__section,
    .autobrn-v2__offer-card {
        padding: 22px 17px;
        border-radius: 17px;
    }

    .autobrn-v2__spec-grid,
    .autobrn-v2__benefit-grid {
        grid-template-columns: 1fr;
    }

    .autobrn-v2__spec-card {
        min-height: 93px;
    }

    .autobrn-v2__price {
        font-size: 39px;
    }

    .autobrn-v2__description-content {
        padding: 20px 16px;
    }
}

/* GALERIE SLIDER */

.autobrn-v2__main-image {
    touch-action: pan-y;
    user-select: none;
}

.autobrn-v2__gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(15,16,18,.7);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .2s ease, transform .2s ease;
}

.autobrn-v2__gallery-arrow:hover {
    background: var(--autobrn-orange);
    transform: translateY(-50%) scale(1.05);
}

.autobrn-v2__gallery-arrow--prev {
    left: 18px;
}

.autobrn-v2__gallery-arrow--next {
    right: 18px;
}

.autobrn-v2__gallery-position {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 4;
    padding: 10px 14px;
    color: #fff;
    border-radius: 999px;
    background: rgba(15,16,18,.82);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 640px) {
    .autobrn-v2__main-image {
        aspect-ratio: 4 / 3;
        overflow: hidden;
    }

    .autobrn-v2__main-image > img {
        object-fit: cover;
    }

    .autobrn-v2__gallery-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .autobrn-v2__gallery-arrow--prev {
        left: 9px;
    }

    .autobrn-v2__gallery-arrow--next {
        right: 9px;
    }

    .autobrn-v2__gallery-position {
        left: 10px;
        bottom: 10px;
        padding: 8px 11px;
        font-size: 11px;
    }

    .autobrn-v2__gallery-count {
        right: 10px;
        bottom: 10px;
    }

    .autobrn-v2__thumbnails {
        gap: 8px;
        padding: 3px 2px 8px;
        scroll-snap-type: x proximity;
    }

    .autobrn-v2__thumbnail {
        width: 92px;
        min-width: 92px;
        height: 68px;
        border-radius: 9px;
        scroll-snap-align: center;
    }
}

/* ==================================================
   GALERIE CU 4 MINIATURI PE MOBIL
   ================================================== */

.autobrn-v2__main-image > img {
    cursor: zoom-in;
}

.autobrn-v2__thumbnails {
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 640px) {
    .autobrn-v2__thumbnails {
        width: 100%;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 0 10px;
        scroll-snap-type: x proximity;
    }

    .autobrn-v2__thumbnail {
        width: calc((100% - 24px) / 4) !important;
        min-width: calc((100% - 24px) / 4) !important;
        max-width: calc((100% - 24px) / 4) !important;
        height: auto !important;
        aspect-ratio: 4 / 3;
        flex: 0 0 calc((100% - 24px) / 4);
        padding: 0 !important;
        overflow: hidden;
        border-radius: 10px;
        scroll-snap-align: start;
    }

    .autobrn-v2__thumbnail img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
}

/* ==================================================
   LIGHTBOX FULLSCREEN
   ================================================== */

body.autobrn-lightbox-open {
    overflow: hidden !important;
}

.autobrn-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease;
}

.autobrn-lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.autobrn-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.autobrn-lightbox__dialog {
    position: relative;
    z-index: 2;
    width: min(94vw, 1500px);
    height: min(92vh, 1000px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.autobrn-lightbox__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    user-select: none;
    touch-action: pan-y;
}

.autobrn-lightbox__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(20,20,20,.78);
    cursor: pointer;
    font-size: 21px;
}

.autobrn-lightbox__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 54px;
    height: 54px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(20,20,20,.72);
    cursor: pointer;
    font-size: 19px;
    transform: translateY(-50%);
}

.autobrn-lightbox__arrow--prev {
    left: 14px;
}

.autobrn-lightbox__arrow--next {
    right: 14px;
}

.autobrn-lightbox__close:hover,
.autobrn-lightbox__arrow:hover {
    color: #fff;
    background: var(--autobrn-orange);
}

.autobrn-lightbox__counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 5;
    padding: 10px 17px;
    color: #fff;
    border-radius: 999px;
    background: rgba(20,20,20,.78);
    font-size: 14px;
    font-weight: 800;
    transform: translateX(-50%);
}

@media (max-width: 640px) {
    .autobrn-lightbox__dialog {
        width: 100vw;
        height: 100dvh;
    }

    .autobrn-lightbox__image {
        width: 100%;
        height: 100%;
        padding: 55px 8px 65px;
    }

    .autobrn-lightbox__close {
        top: 12px;
        right: 12px;
        width: 44px;
        height: 44px;
    }

    .autobrn-lightbox__arrow {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .autobrn-lightbox__arrow--prev {
        left: 8px;
    }

    .autobrn-lightbox__arrow--next {
        right: 8px;
    }

    .autobrn-lightbox__counter {
        bottom: 17px;
    }
}

/* ==================================================
   GALERIE CU 4 MINIATURI PE MOBIL
   ================================================== */

.autobrn-v2__main-image > img {
    cursor: zoom-in;
}

.autobrn-v2__thumbnails {
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 640px) {
    .autobrn-v2__thumbnails {
        width: 100%;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 0 10px;
        scroll-snap-type: x proximity;
    }

    .autobrn-v2__thumbnail {
        width: calc((100% - 24px) / 4) !important;
        min-width: calc((100% - 24px) / 4) !important;
        max-width: calc((100% - 24px) / 4) !important;
        height: auto !important;
        aspect-ratio: 4 / 3;
        flex: 0 0 calc((100% - 24px) / 4);
        padding: 0 !important;
        overflow: hidden;
        border-radius: 10px;
        scroll-snap-align: start;
    }

    .autobrn-v2__thumbnail img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
}

/* ==================================================
   LIGHTBOX FULLSCREEN
   ================================================== */

body.autobrn-lightbox-open {
    overflow: hidden !important;
}

.autobrn-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease;
}

.autobrn-lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.autobrn-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.autobrn-lightbox__dialog {
    position: relative;
    z-index: 2;
    width: min(94vw, 1500px);
    height: min(92vh, 1000px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.autobrn-lightbox__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    user-select: none;
    touch-action: pan-y;
}

.autobrn-lightbox__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(20,20,20,.78);
    cursor: pointer;
    font-size: 21px;
}

.autobrn-lightbox__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 54px;
    height: 54px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(20,20,20,.72);
    cursor: pointer;
    font-size: 19px;
    transform: translateY(-50%);
}

.autobrn-lightbox__arrow--prev {
    left: 14px;
}

.autobrn-lightbox__arrow--next {
    right: 14px;
}

.autobrn-lightbox__close:hover,
.autobrn-lightbox__arrow:hover {
    color: #fff;
    background: var(--autobrn-orange);
}

.autobrn-lightbox__counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 5;
    padding: 10px 17px;
    color: #fff;
    border-radius: 999px;
    background: rgba(20,20,20,.78);
    font-size: 14px;
    font-weight: 800;
    transform: translateX(-50%);
}

@media (max-width: 640px) {
    .autobrn-lightbox__dialog {
        width: 100vw;
        height: 100dvh;
    }

    .autobrn-lightbox__image {
        width: 100%;
        height: 100%;
        padding: 55px 8px 65px;
    }

    .autobrn-lightbox__close {
        top: 12px;
        right: 12px;
        width: 44px;
        height: 44px;
    }

    .autobrn-lightbox__arrow {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .autobrn-lightbox__arrow--prev {
        left: 8px;
    }

    .autobrn-lightbox__arrow--next {
        right: 8px;
    }

    .autobrn-lightbox__counter {
        bottom: 17px;
    }
}

/* STATUS REAL STOC */

.autobrn-v2__stock-status {
    padding: 5px 11px;
    border-radius: 999px;
    font-weight: 800;
}

.autobrn-v2__stock-status.is-stock {
    color: #16713a;
    background: #dff7e8;
}

.autobrn-v2__stock-status.is-sold {
    color: #a51d1d;
    background: #ffe2e2;
}

.autobrn-v2__stock-status.is-transit {
    color: #8a5700;
    background: #fff0c7;
}

.autobrn-v2__stock-status.is-unknown {
    color: #555d68;
    background: #eceef1;
}
