body {
    background: #f5f6f8;
    padding-top: 56px;
}

.hero-section {
    padding: 3.5rem 1rem 2.5rem;
    background: #ffffff;
}

.carousel-image-button {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.carousel-image {
    height: 480px;
    object-fit: cover;
    cursor: pointer;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.65);
    border-radius: 0.5rem;
    padding: 1rem;
}

.promo-image {
    height: 230px;
    object-fit: cover;
}

.modal-product-image {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

@media (max-width: 767.98px) {

    .carousel-image {
        height: 300px;
    }

    .carousel-caption p {
        display: none;
    }

    .hero-section {
        padding-top: 2.5rem;
    }
}
