/* cookie */
#cookie-banner {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background: #333;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#accept-cookies {
    background: var(--cnvs-themecolor);;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
}

#cookie-banner p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}

#cookie-banner a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 500px) {
    #cookie-banner {
        flex-direction: column;
    }
}

/* cookie ### */


#slider,
.swiper,
.swiper-slide {
    aspect-ratio: 3.2 / 1;
}

.swiper-slide-bg {
    position: relative;
    aspect-ratio: 3.2 / 1;
}
