.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

[uk-slidenav-previous]:focus,
[uk-slidenav-next]:focus,
.btn:focus,
a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}


@media (prefers-reduced-motion: reduce) {
    [uk-slideshow] .uk-slideshow-items>* {
        transition: none !important;
    }

    .animate__animated {
        animation: none !important;
    }
}

.hero-address {
    margin-bottom: 0;
}


.divider {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    font-size: 2.5rem;
}

.divider>span {
    white-space: nowrap;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1 1 0;
    height: 8px;
    background-color: #fff;
    -webkit-mask: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 8' preserveAspectRatio='none'>\
  <path d='M0 4 Q 7.5 0 15 4 T 30 4 T 45 4 T 60 4' stroke='black' stroke-width='2' fill='none' stroke-linecap='round'/>\
  </svg>") center/60px 8px repeat-x;
    mask: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 8' preserveAspectRatio='none'>\
  <path d='M0 4 Q 7.5 0 15 4 T 30 4 T 45 4 T 60 4' stroke='black' stroke-width='2' fill='none' stroke-linecap='round'/>\
  </svg>") center/60px 8px repeat-x;
}

.divider::before {
    background-color: var(--color-2);
}

.divider::after {
    background-color: var(--color-2);
}

.item-title h5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    position: relative;
    z-index: 0;
}

.item-title h5::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
    border-bottom: 2px dotted var(--color-4);
}

.item-title .price {
    white-space: nowrap;
    font-weight: 600;
    font-size: 1rem;
}

.item-title span {
    background: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}

.ingredients {
    margin: .25rem 0 .75rem;
    color: var(--color-4);
}



#heroCarousel,
#heroCarousel .uk-slideshow-items,
#heroCarousel .uk-slideshow-items>li {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
}

@media (max-width: 640px) {

    #heroCarousel,
    #heroCarousel .uk-slideshow-items,
    #heroCarousel .uk-slideshow-items>li {
        min-height: 70vh;
        min-height: 70svh;
        min-height: 70dvh;
    }
}

#heroCarousel .uk-slideshow-items img[uk-cover] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heroCarousel .uk-position-cover {
    pointer-events: none;
    z-index: 1;
}

#heroCarousel [uk-slidenav-previous],
#heroCarousel [uk-slidenav-next] {
    z-index: 2;
    position: relative;
}

.accent-2 .promo-title,
.accent-2 .text-white,
.accent-2 .promo-text {
    color: #3c1f11 !important;
}

#review-section .section-title {
    color: #3c1f11 !important;
}

#menu {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
}

#menu p {
    color: #3c1f11 !important;
    font-weight: 400;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--color-1);
    color: var(--color-4);
    border: 1px solid var(--color-1);
}

.nav-pills .nav-link {
    color: var(--color-4);
    font-weight: 700;
    border: 1px solid var(--color-1);
}

.nav.nav-pills {
    column-gap: 20px;
}

@media (max-width:992px) {
    .hero-address {
        margin-bottom: -35px;
    }

    .home-grid {
        padding-bottom: 0 !important;
    }

    .contact-grid.shapedivider-top::before {
        top: 0 !important;
    }
}