.drinks-section .scroll_cards {
    height: 100dvh;
    position: relative;
    overflow: hidden;
}

.drinks-section .wrapper_cards {
    z-index: 15;
    width: 100%;
    padding: 7em 0 32px;
    position: relative;
    height: 100dvh;
    position: sticky;
    inset: 0%;
    color: #FFF;
}

.drinks-section .heading-box {
    max-width: 680px;
    width: 50%;
}

.drinks-section .cards_cms {
    z-index: 13;
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: absolute;
    inset: 0%;
    overflow: visible;
    pointer-events: none;
    /* Let clicks pass through to list items if needed, though w-dyn-list is inside */
}

.drinks-section .cards_cms .w-dyn-list {
    pointer-events: auto;
}

.drinks-section .cards_wrap {
    justify-content: flex-end;
    align-items: flex-start;
    width: 55.5%;
    margin-left: auto;
    display: flex;
    padding-right: 11.7650%;
}

.drinks-section .catering_card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform-origin: center center;
    will-change: transform;
}

.drinks-section .catering_card:not(:first-child) {
    border-top: none;
}

.drinks-section .box_inside {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 17px;
    display: flex;
    position: relative;
}

.drinks-section .list_cards {
    flex-flow: column;
    display: flex;
    gap: 0;
}

.drinks-section .sticky_bg {
    z-index: 5;
    width: 100%;
    height: 100dvh;
    position: sticky;
    top: 0
}

.drinks-section .sticky_bg .background_hero {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.drinks-section .sticky_bg .background_hero::after {
    content: '';
    background-image: url('../../assets/images/noise.png');
    background-size: auto;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.drinks-section .sticky_bg .background {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.drinks-section .sticky_bg img,
.drinks-section .sticky_bg video {
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}

.drinks-section .overlay.super_dark {
    opacity: .25;
    background-color: #000;
    z-index: 9;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    will-change: opacity;
}

.drinks-section .drink-img {
    width: 100%;
    position: relative;
    padding-bottom: 123.4%;
}

.drinks-section .drink-img::after {
    content: '';
    background-image: url('../../assets/images/noise.png');
    background-size: auto;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.drinks-section .drink-img img {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}

.drinks-section .w-dyn-list {
    width: 100%;
    max-width: 379px;
    position: relative;
}

.drinks-section .drinks-title {
    position: absolute;
    z-index: 3;
    color: #FFF;
    bottom: 17px;
    right: 17px;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 8%;
    text-transform: uppercase;
    padding: 11px 22px;
}

.drinks-section .section-title {
    color: #FFF;
    margin-bottom: 30px;
}

.drinks-section .section-subtitle {
    margin-bottom: 30px;
}

.drinks-section .underline-effect a {
    text-decoration: none;
}

.drinks-section .underline-effect .wp-element-button {
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.drinks-section .underline-effect .wp-element-button::after {
    background-color: #FFF;
}

@media (max-width:1280px) {
    .drinks-section .cards_wrap {
        width: 50%;
    }
}

@media (max-width:1024px) {
    .drinks-section .w-dyn-list {
        max-width: 290px;
    }
}

@media (max-width:767px) {

    .overlay_cards {
        display: block;
        position: absolute;
        inset: 0% 0% auto;
        opacity: 0;
        will-change: opacity;
        z-index: -1;
    }

    .overlay_only_mobile {
        background-image: linear-gradient(#000, #000 38%, #000000ad 67%, #0000);
        width: 100%;
        height: 55dvh;
        position: sticky;
        inset: 0% 0% auto;
    }

    .drinks-section .heading-box {
        width: 100%;
    }

    .drinks-section .wrapper_cards {
        padding-top: 73px;
        top: 0;
        position: absolute;
    }

    .drinks-section .cards_wrap {
        width: 100%;
        padding-right: 0;
    }

    .drinks-section .w-dyn-list {
        max-width: 349px;
        margin: 0 auto;
    }

    .drinks-section .sticky_bg {
        height: 100%;
    }
}