/**
 * Bike show - Avia Nova.
 * Uses the same structural language as the Nova car show page.
 */

body.avia-nova-theme .nova-bike-show-page {
    --nova-car-primary: #2095AE;
    --nova-car-navy: #0F2454;
    --nova-car-text: #676977;
    --nova-car-line: #E6E8EE;
}

body.avia-nova-theme .nova-bike-show-hero__image img {
    max-height: 335px;
}

body.avia-nova-theme .nova-bike-show-hero__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 96px;
    box-shadow: 0 28px 34px rgba(0, 0, 0, 0.18);
}

body.avia-nova-theme .nova-bike-show-page .nova-bikes-index-card {
    height: 100%;
}

body.avia-nova-theme .nova-bike-mobile-book-now .price-info strong {
    margin-left: 4px;
}

body.avia-nova-theme .nova-bike-related-mobile {
    margin-top: 24px;
}

body.avia-nova-theme .nova-bike-related-mobile-slider {
    margin: 0 -8px;
}

body.avia-nova-theme .nova-bike-related-mobile-slide {
    padding: 0 8px 18px;
}

body.avia-nova-theme .nova-bike-related-mobile-slider .slick-track {
    display: flex;
}

body.avia-nova-theme .nova-bike-related-mobile-slider .slick-slide {
    height: auto;
}

body.avia-nova-theme .nova-bike-related-mobile-slider .slick-slide > div,
body.avia-nova-theme .nova-bike-related-mobile-slide,
body.avia-nova-theme .nova-bike-related-mobile-slide .nova-bikes-index-card {
    height: 100%;
}

body.avia-nova-theme .nova-bike-related-mobile-slider .slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

body.avia-nova-theme .nova-bike-related-mobile-slider .slick-dots li,
body.avia-nova-theme .nova-bike-related-mobile-slider .slick-dots button {
    width: 9px;
    height: 9px;
}

body.avia-nova-theme .nova-bike-related-mobile-slider .slick-dots button {
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 36, 84, 0.22);
    font-size: 0;
}

body.avia-nova-theme .nova-bike-related-mobile-slider .slick-dots li.slick-active button {
    background: var(--nova-car-primary);
}

@media (max-width: 575.98px) {
    body.avia-nova-theme .nova-bike-show-hero__placeholder {
        width: 150px;
        height: 150px;
        font-size: 72px;
    }
}
