/* Bonavias overrides for index-2.html (Foodking template base) */

/* Yerel hero / banner video */
.bonavias-video-banner {
    background: #0f0f0f;
}

.bonavias-video-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #111;
}

.bonavias-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    .bonavias-video-inner {
        border-radius: 12px;
    }
}

.menu-cart .cart-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.1rem;
}

.menu-cart .cart-icon:hover {
    color: var(--theme-color-2, #ffb936);
}
