/**STATICFILES56-CSS**/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body{
    background-image:url("https://%D1%8E%D0%B3%D0%BE%D1%81%D0%BB%D0%B0%D0%B2%D0%B8%D1%8F-%D0%B3%D1%80%D0%B8%D0%BB%D1%8C.%D1%80%D1%84/static/img/bg.png");
    font-family: "Montserrat", sans-serif;
}
.navbar {
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.navbar-brand {
    font-weight: bold;
    color: #333;
}
.badge {
    background-color: #ff6600;
}
.nav-item {
    margin-left: auto;
}
.cart-icon {
    color: #ff6600;
}
.nav-link {
    color: #ff6600;
}

.nav-phone{
    color: black;
    text-decoration: none !important;
}

.border-gradient{
    color: black;
    border-image: linear-gradient(to right, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%) 1;
    border-radius: 20px;
}

.owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 2rem;
}

.owl-nav button{
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255, 0.3) !important;
    border-radius: 25px !important;
    color: white !important;
    font-size: 50px !important;
}

.owl-nav span{
    line-height: 10px;
    margin-top: -10px;
    display: block;
}

/* Home hero slider */
.slider.owl-carousel {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.slider .item {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: #111111;
}

.slider.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.slider.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.slider.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.slider.owl-carousel .owl-nav {
    top: 50%;
    left: 0;
    right: 0;
    width: auto;
    padding: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 5;
    display: flex !important;
}

.slider.owl-carousel .owl-nav.disabled {
    display: flex !important;
}

.slider.owl-carousel .owl-nav button.owl-prev,
.slider.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    margin: 0;
    border: 0;
    border-radius: 50% !important;
    background: transparent !important;
    font-size: 0 !important;
    pointer-events: auto;
}

.slider.owl-carousel .owl-nav button.owl-prev {
    margin-left: -20px;
}

.slider.owl-carousel .owl-nav button.owl-next {
    margin-right: -20px;
}

.slider.owl-carousel .owl-nav button span.slider-arrow {
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
}

.slider.owl-carousel .owl-nav button span.slider-arrow--prev {
    background-image: url("../img/left-arrow.svg");
}

.slider.owl-carousel .owl-nav button span.slider-arrow--next {
    background-image: url("../img/right-arrow.svg");
}

@media (max-width: 991px) {
    .slider.owl-carousel {
        max-width: 100%;
    }

    .slider .item {
        max-width: none;
    }

    .slider.owl-carousel .owl-nav button.owl-prev {
        margin-left: -10px;
    }

    .slider.owl-carousel .owl-nav button.owl-next {
        margin-right: -10px;
    }
}

.product{
    min-height:550px;
}

.wrapper-product{
    border-radius:1.25rem;
    font-family: "Montserrat", sans-serif;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper-product img{
    border-radius: 1.25rem 1.25rem 0rem 0rem;
}

.product button,
.modal-body button{
    border-radius:20px 5px 20px 5px;
    padding: 10px 30px;
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    border: 0px;
    color: white;
}

#cart-count{
    position: absolute;
    top: 5px;
    border: 1px solid;
    padding: 0px 7px;
    border-radius: 15px;
}

.button-select__category{
    border: 1px solid lightgray;
    padding: 5px 10px;
    border-radius: 20px;
    background: white;
}

.button-select__category:hover{
    border:1px solid #FD1F1F;
    background: #FF940060;
    text-decoration:underline;
}

/* Product cards redesign */
.catalog-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    background: #e3e3e3;
    overflow: hidden;
}

.catalog-product-card__media-link {
    display: block;
    text-decoration: none;
}

.catalog-product-card__media {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.catalog-product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 26px 26px;
}

.catalog-product-card__weight {
    margin: 0;
    color: #343434;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

.catalog-product-card__title-link {
    color: #252525;
    text-decoration: none;
}

.catalog-product-card__title-link:hover {
    color: #fd1f1f;
}

.catalog-product-card__title {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
    min-height: 96px;
}

.catalog-product-card__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.catalog-product-card__price {
    color: #fd1f1f;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    background: linear-gradient(105.59deg, #ff9400 10.5%, #fd1f1f 71.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.catalog-product-card__form {
    flex: 0 0 56%;
}

.catalog-product-card__button {
    width: 100%;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 12px 16px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    background: linear-gradient(90deg, #ff9400 0%, #fd1f1f 100%) !important;
}

@media (max-width: 991px) {
    .catalog-product-card__body {
        padding: 16px 16px 18px;
        gap: 10px;
    }

    .catalog-product-card__weight {
        font-size: 16px;
    }

    .catalog-product-card__title {
        font-size: 18px;
        min-height: 78px;
    }

    .catalog-product-card__footer {
        align-items: center;
        gap: 12px;
    }

    .catalog-product-card__price {
        font-size: 30px;
    }

    .catalog-product-card__button {
        font-size: 15px !important;
        padding: 10px 14px !important;
    }
}

@media (max-width: 576px) {
    .catalog-product-card {
        border-radius: 22px;
    }

    .catalog-product-card__weight {
        font-size: 14px;
    }

    .catalog-product-card__title {
        font-size: 16px;
        min-height: auto;
    }

    .catalog-product-card__price {
        font-size: 30px;
    }

    .catalog-product-card__button {
        font-size: 13px !important;
    }
}

.modal-header{
    border-bottom: 0px;
    display: block !important;
}
.modal-title{
    text-align: center;
}

.alert_message{
    text-align: center;
}

.btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-body input[type="number"]::-webkit-inner-spin-button, 
.modal-body input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.mob{
    display:none;
}

.modal-title {
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 1;
    font-size: 2rem;
}

#chooseVenueModal .modal-content{
    border-radius: 25px;
}

#chooseVenueModal .modal-title {
    margin: 0px !important;
}

#venue-select-modal{
    margin: 0 auto;
    display: block;
    font-size: 20px;
    padding: 10px;
    width:80%;
}

.row-s{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
    flex-direction: column;
    align-items: center;
}

.row-s img{
    width:80px;
}

#chooseVenueModal > div > div > div.modal-body > div.row-s > span{
    display: block;
    margin: 0 auto;
    width: auto;
}
/*#cartModal > div > div > div.modal-body.text-center > table{
    width:100%;
}

#cartModal > div > div > div.modal-body.text-center > table > tbody > tr > td:nth-child(2){
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}
#cartModal hr{
    width: 60%;
    margin: 20px auto;
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    height: 3px;
}
#cartModal > div > div > div.modal-body.text-center > p:nth-child(3){
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}*/
/* input type number */
.input-number {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    /*border: 1px solid #E5E8EE;*/
    box-sizing: border-box;
    border-radius: 6px;
    color: #424348;
    font-size: 14px;
    text-align: center;
    width: calc(43px * 3);
}

.input-number__input {
    background: #E5E8EE;
    width: 32px;
    height: 32px;
    border: none;
    padding: 8px;
    text-align: center;
}

.input-number__minus,
.input-number__plus {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}
#cartModal .modal-dialog{
    max-width: 1020px;
    width: calc(100% - 2rem);
}

#orderModalLabel{
    margin:0 auto;
}
#orderForm div{
    display: flex;
    flex-direction: column;
}

.content{
    height:auto;
    background: white;
    border-radius:25px;
}

/* AJAX preloader */
#preloader {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1200;
    background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(4px);
}

#preloader .ajax-preloader__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
    color: #000000;
    padding: 32px;
}

#preloader .ajax-preloader__logo {
    width: min(200px, 45vw);
    max-width: 220px;
    object-fit: contain;
}

#preloader .ajax-preloader__spinner {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.25);
    border-top-color: #f4b400;
    animation: ajaxPreloaderSpin 1s linear infinite;
}

#preloader .ajax-preloader__text {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

@keyframes ajaxPreloaderSpin {
    to {
        transform: rotate(360deg);
    }
}

.ajax-preloader__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

body.preloader-visible {
    overflow: hidden;
}

@media (max-width: 576px) {
    #preloader .ajax-preloader__spinner {
        width: 56px;
        height: 56px;
        border-width: 5px;
    }

    #preloader .ajax-preloader__text {
        font-size: 1rem;
    }

    .product {
        min-height: 360px;
    }
    #product-list > div > div > div > div > div.col-8 > h3 {
        font-size: 1.0rem !important;
    }
    #product-list > div > div > div > div > div.col-4 > p {
        font-size: 0.7rem !important;
    }

}

.cart-sticky {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 999;
}
@media (max-width: 768px) {
    .cart-sticky {
        bottom: 90px;
        right: 20px;
    }
}
span.adress-venue a,
span.phone-venue a {
    text-decoration: none;
    color: black !important;
    font-size: 19px;
}
.navigation-panel {
    background-color: white;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.mobile-topbar {
    display: none;
}

.mobile-topbar__row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-topbar__burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    padding: 0;
}

.mobile-topbar__burger span {
    width: 18px;
    height: 2px;
    background: #1f1f1f;
    border-radius: 2px;
}

.mobile-topbar__brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #1f1f1f;
    font-size: 11px;
    line-height: 1;
}

.mobile-topbar__brand img {
    border-radius: 50%;
}

.mobile-topbar__hours {
    font-size: 11px;
    line-height: 1.1;
}

.mobile-topbar__call {
    margin-left: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: #ff6a00;
    font-size: 14px;
}

.mobile-topbar__search {
    display: none;
}
span.cart-count {
    content: "0";
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    height: min-content;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 20px;
    color: white;
    margin: -30px 0px 0px 15px;
}
#footer > div.cart-sticky > a > span {
    margin: -50px 0px 0px 30px;
}

/* Footer redesign */
.footer-ref {
    margin-top: 28px;
    background: linear-gradient(90deg, #232427 0%, #1f2023 100%);
    color: #ffffff;
}

.footer-ref__inner {
    padding-top: 28px;
    padding-bottom: 18px;
}

.footer-ref__top {
    display: grid;
    grid-template-columns: 250px repeat(5, minmax(120px, 1fr));
    gap: 28px;
    align-items: start;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-ref__brand img {
    width: 172px;
    height: auto;
    display: block;
}

.footer-ref__col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-ref__title {
    margin: 0;
    color: #aaa9a9;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.footer-ref__link,
.footer-ref__text,
.footer-ref__phone {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 400;
}

.footer-ref__link:hover,
.footer-ref__phone:hover {
    color: #fd1f1f;
}

.footer-ref__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 18px;
}

.footer-ref__muted {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}

.footer-ref__policy:hover {
    color: #fd1f1f;
}

@media (max-width: 1199px) {
    .footer-ref__top {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .footer-ref__inner {
        padding-top: 20px;
    }

    .footer-ref__top {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-ref__brand img {
        width: 156px;
    }

    .footer-ref__title,
    .footer-ref__link,
    .footer-ref__text,
    .footer-ref__phone {
        font-size: 14px;
    }

    .footer-ref__bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 14px;
    }
}
.mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    display: none;
    gap: 12px;
    padding: 8px 12px calc(12px + env(safe-area-inset-bottom)) 12px;
    background: #ffffff;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.1);
}

.mobile-action-bar__button {
    position: relative;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid #ececec;
    background: #ffffff;
    color: #1f1f1f;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.mobile-action-bar__button:active {
    transform: translateY(1px);
}

.mobile-action-bar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fd1f1f;
}

.mobile-action-bar__label {
    font-size: 14px;
}

.mobile-action-bar__button .cart-count {
    top: 8px;
    right: 10px;
    margin: 0;
    width: auto;
    min-width: 18px;
    height: 18px;
    padding: 0 6px;
    font-size: 11px;
    line-height: 1;
}

.mobile-category-drawer {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1051;
}

.mobile-category-drawer.is-open {
    display: block;
}

.mobile-category-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.mobile-category-drawer__panel {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(88vw, 360px);
    background: #ffffff;
    border-radius: 0 18px 18px 0;
    padding: 16px;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.18);
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mobile-category-drawer.is-open .mobile-category-drawer__panel {
    transform: translateX(0);
}

.mobile-category-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.mobile-category-drawer__title {
    font-weight: 700;
    font-size: 16px;
}

.mobile-category-drawer__close {
    border: none;
    background: #f5f5f5;
    border-radius: 12px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.mobile-category-drawer__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 12px;
}

.mobile-category-drawer__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 10px;
}

.mobile-category-drawer__tab {
    border: 1px solid #dedede;
    border-radius: 14px;
    background: #f6f6f6;
    text-align: center;
    min-height: 56px;
    padding: 6px 6px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.1;
    color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.mobile-category-drawer__tab-icon {
    font-size: 13px;
    line-height: 1;
}

.mobile-category-drawer__tab.is-active {
    border-color: #fd1f1f;
    color: #fd1f1f;
    background: #fff;
}

.mobile-category-drawer__phones{
    display: flex;
    flex-direction: column;
}

.mobile-category-drawer__phones a {
    text-decoration: none;
    color: black;
}

.mobile-category-drawer__menu-title{
    font-size: calc(1.1rem + .2vw);
    text-align: center;
    margin: 10px;
}

.mobile-category-drawer__body {
    overflow: auto;
    flex: 1;
}

.mobile-category-drawer__tab-pane {
    display: none;
}

.mobile-category-drawer__tab-pane.is-active {
    display: block;
}

.mobile-category-drawer__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.mobile-category-drawer__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-category-drawer__links a,
.mobile-category-drawer__link-btn {
    text-decoration: none;
    color: #1f1f1f;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    display: block;
    text-align: left;
    font-weight: 600;
}

.mobile-category-drawer__empty {
    font-size: 14px;
    color: #7f7f7f;
}

.mobile-category-drawer__category {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
    font-weight: 600;
}

@media (max-width: 768px) {
    body.has-mobile-action-bar {
        padding-bottom: 96px;
    }

    .mobile-action-bar {
        display: flex;
    }
}

body.mobile-category-drawer-open {
    overflow: hidden;
}
.nav span,
a.nav-phone span,
span.adress-venue a,
span.phone-venue a{
    font-size: 14px !important;
}
a.nav-phone span::before {
    font-weight: 400;
}
.phone-venue {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    line-height: 1.1;
}
.phone-venue::before {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #aaa9a9;
    line-height: 1;
}
.phone-venue.delivery-phone::before {
    content: "РџРѕ РІРѕРїСЂРѕСЃР°Рј РґРѕСЃС‚Р°РІРєРё";
    font-size: 8px;
    padding-bottom:2px;
    width:100px;
}
.phone-venue.venue-phone::before {
    content: "РљР°С„Рµ";
    font-size:8px;
}
.nav-item {
    height: min-content;
}
.cash_sum-wrapper {
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    border-radius: 200px;
    padding: 1px;
}
.cash_sum {
    display: block;
    padding: 5px 15px;
    background: white;
    border-radius: 200px;
}
.cash_sum:after {
    content: "в‚Ѕ";
    padding-left: 5px;
}
.wrapper_list-location {
    position: absolute;
    background: white;
    border-radius: 16px;
    z-index: 9;
    top: 110px;
    -webkit-box-shadow: 3px 4px 5px 4px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 3px 4px 5px 4px rgba(34, 60, 80, 0.2);
    box-shadow: 3px 4px 5px 4px rgba(34, 60, 80, 0.2);
}
.wrapper_list-location ul {
    list-style: none;
    padding: 0px;
}
.wrapper_list-location ul > li {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    -moz-border-image: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    -webkit-border-image: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    border-image-slice: 1;
}
.wrapper_list-location {
    display: none;
}
/*NEW STYLE*/
#orderModal h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

#orderModal .input-wrapper {
    border-radius: 10px;
    background: linear-gradient(to right, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    padding: 1px;
    margin-bottom: 10px;
}

#orderModal input, #orderModal textarea {
    border: none;
    border-radius: 9px;
    padding: 6px;
    width: 100%;
    background: white;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
}

/*
#orderModal input {
    color: black;
    border-image: linear-gradient(to right, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%) 1;
    border-radius: 20px;
    padding: 5px;
}*/

.button-choise_delivery,
.button-choise_payment,
.flex-row {
    display: flex !important;
    flex-direction: row !important;
}

.button-choise_payment {
    justify-content: space-around;
}

.button-choise_delivery input {
    display: none;
}

.active-delivery {    
    z-index: 4;
    background: rgb(255, 148, 0);
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    border-radius: 20px;
    cursor: pointer;
    color: white !important;
}

.active-delivery svg{
    display: inline !important;
}

.button_delivery svg{
    display: none;
}

.button_delivery:nth-child(1) {
    margin-right: -30px;
    padding: 5px 10px;
    color: black;
    border: 1px solid #fd1f1f;
    padding: 5px 40px;
    border-radius: 25px;
}

.button_delivery:nth-child(2) {
    padding: 5px 10px;
    border: 1px solid #fd1f1f;
    border-radius: 25px;
}

.button_delivery label {
    cursor: pointer;
}

.button_delivery.is-option-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.button_delivery.is-option-disabled label {
    cursor: not-allowed;
}

.button_delivery.is-option-disabled svg {
    opacity: 0.6;
}

.choise_cafe label {
    font-weight: 600;
}

.choise_cafe select {
    padding: 10px;
}

.pay_section {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    font-size: 15px;
}

.pay_section > .col-sm-6:first-child {
    border-image: linear-gradient(to bottom, #ff9400 0%, #fd1f1f 100%) 1;
    border-radius: 5px;
    border-width: 0px 3px 0px 0px;
    border-style: solid;
}
.row-orderForm select {
    color: black;
    border-image: linear-gradient(to right, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%) 1;
    border-radius: 20px;
    padding: 10px;
}
.location-list,
.wrapper_list-location,
a[data-bs-toggle="modal"] {
    cursor: pointer;
}
.phone-venue.delivery-phone:nth-child(1):before {
    position: absolute;
    margin-top: -15px;
    color: #aaa9a9;
}
.phone-venue.venue-phone:nth-child(1):before {
    position: absolute;
    margin-top: -15px;
    color: #aaa9a9;
}

.cart-sticky{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: white;
    text-align: center;
    padding-top: 16px;
}

.cart-sticky > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cart-sticky > a > img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.cart-sticky .cart-count {
    margin: 0 !important;
    top: 6px;
    right: 4px;
    left: auto;
    width: 18px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 1;
    z-index: 2;
}

.wrapper_list-location a {
    text-decoration: none;
    color: black;
}

/* /input type number */
@media (max-width:568px){
    .desktop{
        display:none;
    }
    .mob{
        display:block;
    }
    #cart-count{
        position:relative;
    }
    .owl-theme .owl-nav {
        margin-top: 0px;
    }
    #footer > div.row > div:nth-child(2) > div > a{
        width: auto;
    margin: 0 auto;
    }
    #footer > div.row > div.col-sm-6.col-12{
        text-align:center;
    }

    .navigation-panel{
        margin-top: 30px !important;
    }

    .navigation-panel{
        margin-top: 30px !important;
        border-radius: 0;
        box-shadow: none;
        padding: 10px 12px;
    }

    .mobile-topbar {
        display: block;
    }

    .navigation-panel>nav,
    .submenu {
        display: none;
    }
    
    .navigation-panel>nav>div{
        margin-bottom:10px;
    }
    
    .nav-item{
        margin:auto;
    }
    
    body > div.container.navigation-panel.my-5.bg-white > nav > div:nth-child(5){
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    /*#cartModal img{
        width: 50px !important;
    }
    .remove-from-cart-button{
        padding: 5px;
        font-size: 10px;
    }
    #cartModal > div > div > div.modal-body.text-center > table > tbody > tr > td:nth-child(4){
        font-size: 15px;
    }*/
    .modal-title{
        margin-left:0%;
    }
    .input-number{
        width:calc(23px*3)
    }
    .input-number__input{
        width: 30px !important;
        padding: 0px !important;
    }
    .input-number__minus, .input-number__plus{
        width:20px;
    }
    /*#cartModal > div > div > div.modal-body.text-center > table > tbody > tr > td:nth-child(2){
        width: 20%;
        line-height: 1;
    }*/
    .owl-nav{
        top: 40%;
    }
    .owl-prev,
    .owl-next{
        width: 30px;
        height: 30px; 
    }
    .wrapper_list-location{
        width: 90%;
        left: 20px;
    }
}

/*
     FILE ARCHIVED ON 07:34:25 Apr 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:50:17 Sep 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.56
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.015
  esindex: 0.01
  cdx.remote: 8.004
  LoadShardBlock: 119.328 (3)
  PetaboxLoader3.datanode: 130.604 (4)
  load_resource: 86.194
  PetaboxLoader3.resolve: 53.65
*/
/* Cart modal redesign */
.cart-modal .modal-dialog {
    margin: 1.75rem auto;
}

.cart-modal .modal-content {
    border: none;
    border-radius: 32px;
    background: #f5f6fb;
    padding: 1.5rem;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(20, 20, 43, 0.15);
}

.cart-modal .modal-header {
    padding: 0 0 1.5rem;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.cart-modal .modal-header .btn-close {
    background-color: rgba(29, 31, 51, 0.08);
    border-radius: 50%;
    padding: 0.6rem;
}

.cart-modal .modal-header .btn-close:focus {
    box-shadow: none;
}

.cart-modal .modal-body {
    padding: 0 0.75rem 1.25rem;
    overflow-y: auto;
}

.cart-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-start;
}

.cart-items-panel {
    flex: 1 1 480px;
    min-width: 0;
}

.cart-items-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.cart-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1d1f33;
    margin: 0;
}

.cart-modal .cart-clear-button {
    background: none;
    border: none;
    border-radius: 0;
    color: #ff5c00;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    line-height: 1.4;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s ease-in-out;
}

.cart-modal .cart-clear-button:hover {
    color: #fd1f1f;
}

.cart-items-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-item {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1.25rem;
    box-shadow: 0 20px 45px rgba(20, 20, 43, 0.08);
}

.cart-item-thumb img {
    width: 82px !important;
    height: 82px;
    border-radius: 1.1rem;
    object-fit: cover;
    display: block;
}

.cart-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.cart-item-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1d1f33;
}

.cart-item-meta {
    font-size: 0.9rem;
    color: #7f8095;
    margin-top: 0.25rem;
}
.cart-item-alert {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.35rem;
    padding: 0.5rem 0.75rem;
    background: #fff6ef;
    border: 1px solid #ffd7b3;
    border-radius: 0.75rem;
    color: #d35400;
    font-size: 0.9rem;
    line-height: 1.2;
}

.cart-item-alert__text {
    font-weight: 600;
}

.cart-item-alert__action {
    background: #ff8c32;
    color: #ffffff;
    border: none;
    border-radius: 0.6rem;
    padding: 0.35rem 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.cart-item-alert__action:hover {
    background: #fd7a12;
}

.cart-extra-item.is-highlighted {
    box-shadow: 0 0 0 3px rgba(255, 140, 50, 0.35);
    transition: box-shadow 0.3s ease-in-out;
}
.cart-modal .cart-item-remove {
    background: rgba(29, 31, 51, 0.08);
    border: none;
    color: #1d1f33;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    line-height: 1;
    padding: 0;
}

.cart-modal .cart-item-remove:hover {
    background: rgba(253, 31, 31, 0.16);
    color: #fd1f1f;
}

.cart-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cart-item-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d1f33;
}

.cart-item .input-number {
    background: #f0f1f8;
    border-radius: 999px;
    padding: 0.25rem;
}

.cart-item .input-number__input {
    background: transparent;
    width: 48px;
    height: 36px;
    font-weight: 600;
    color: #1d1f33;
    font-size: 1rem;
}

.cart-item .input-number__minus,
.cart-item .input-number__plus {
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #1d1f33;
    font-weight: 600;
    padding-top:4px;
}

.cart-summary-panel {
    flex: 0 0 320px;
    min-width: 280px;
}

.cart-summary-card {
    background: #ffffff;
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 24px 50px rgba(20, 20, 43, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
}

.cart-summary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
}

.cart-summary-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #1d1f33;
}

.cart-summary-breakdown {
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
    color: #7f8095;
    gap: 1rem;
}

.cart-summary-row dt {
    margin: 0;
    font-weight: 500;
}

.cart-summary-value {
    margin: 0;
    font-weight: 600;
    color: #1d1f33;
    text-align: right;
    min-width: 80px;
}

.cart-summary-value--accent {
    color: #fd1f1f;
}

.cart-summary-discount {
    color: #fd1f1f;
}

.cart-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1d1f33;
}

.cart-summary-total-value {
    font-size: 1.6rem;
}

.cart-summary-delivery {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.cart-summary-delivery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cart-summary-delivery__item {
    min-height: 116px;
    display: flex;
    gap: 8px;
    padding: 14px 6px;
    border-radius: 20px;
    background: #faf7f2;
    flex-direction: column;
    align-items: center;
}

.cart-summary-delivery__item img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.cart-summary-delivery__label {
    font-size: 0.55rem;
    line-height: 1.15;
    color: #8a8ca2;
}

.cart-summary-delivery__value {
    margin-top: auto;
    font-weight: 700;
    color: #1d1f33;
    font-size: 0.75rem;
    line-height: 1.15;
}

.cart-summary-note {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #1d1f33;
}

.cart-summary-note__accent {
    color: #ff9400;
    font-weight: 700;
    margin-right: 4px;
}

.cart-summary-note--muted {
    color: #8a8ca2;
}

.cart-modal .cart-summary-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 1.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cart-modal .cart-summary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 40px rgba(253, 31, 31, 0.3);
    color: #fff;
}

.cart-extra {
    margin-top: 2rem;
}

.cart-extra-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1d1f33;
}

.cart-extra-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cart-extra-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 18px 40px rgba(20, 20, 43, 0.08);
    flex-wrap: wrap;
}

.cart-extra-thumb img {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    object-fit: cover;
}

.cart-extra-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1 1 auto;
}

.cart-extra-name {
    font-weight: 600;
    color: #1d1f33;
}

.cart-extra-controls {
    width: 100%;
    margin-top: 0.35rem;
}

.cart-extra-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7f8095;
}

.cart-extra-sauce-select {
    width: 100%;
    border: 1px solid #e6e6f0;
    border-radius: 0.75rem;
    padding: 0.45rem 0.75rem;
    font-size: 0.95rem;
    color: #1d1f33;
    background-color: #fff;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cart-extra-sauce-select:focus {
    border-color: rgba(253, 31, 31, 0.55);
    box-shadow: 0 0 0 3px rgba(253, 31, 31, 0.1);
    outline: none;
}

.cart-extra-sauce-select.is-invalid {
    border-color: #fd1f1f;
    box-shadow: 0 0 0 2px rgba(253, 31, 31, 0.1);
}

.cart-extra-action--sauce {
    white-space: nowrap;
}


.cart-modal .cart-extra-action {
    margin-left: auto;
    border: none;
    border-radius: 999px;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(90deg, rgba(255, 148, 0, 1) 0%, rgba(253, 31, 31, 1) 100%);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    line-height: 1;
}

.cart-modal .cart-extra-action:hover {
    opacity: 0.85;
}

.cart-empty {
    background: #ffffff;
    border-radius: 2rem;
    padding: 3rem 2rem;
    box-shadow: 0 24px 50px rgba(20, 20, 43, 0.08);
}

.cart-empty-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1d1f33;
    margin-bottom: 0.75rem;
}

.cart-empty-text {
    margin: 0;
    color: #7f8095;
}

@media (max-width: 1199.98px) {
    .cart-summary-panel {
        flex: 1 1 100%;
    }
}

@media (max-width: 991.98px) {
    .cart-layout {
        flex-direction: column;
    }

    .cart-summary-panel {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .cart-modal .modal-content {
        padding: 1rem;
    }

    .cart-modal .modal-body {
        padding: 0 0.25rem 1rem;
    }

    .cart-item {
        flex-direction: column;
    }

    .cart-item-bottom {
        align-items: stretch;
    }

    .cart-item-price {
        width: 100%;
    }

    .cart-item .input-number {
        justify-content: center;
        width: calc(35px * 3);
    }

    .cart-summary-delivery__grid {
        grid-template-columns: 1fr;
    }
    .cart-items-panel {
        width: 100%;
    }
}

.order-success-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.order-success-modal.is-visible {
    display: flex;
}

.order-success-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.order-success-modal__dialog {
    position: relative;
    z-index: 1;
    width: calc(100% - 32px);
    max-width: 420px;
    padding: 32px 24px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.order-success-modal__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    background: #1c9a48;
    color: #ffffff;
}

.order-success-modal__title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #001a3e;
}

.order-success-modal__message {
    margin-bottom: 24px;
    font-size: 1rem;
    color: #001a3e;
}

.order-success-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    color: #001a3e;
    cursor: pointer;
}

.order-success-modal__close:focus {
    outline: 2px solid #001a3e;
    outline-offset: 2px;
}

.order-success-modal__action {
    min-width: 140px;
}

body.order-success-modal-open {
    overflow: hidden;
}
.delivery-minimum-notice {
    display: none;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff4e5;
    color: #8a3c00;
    font-size: 0.95rem;
    line-height: 1.4;
    border: 1px solid rgba(255, 148, 0, 0.35);
}

.delivery-minimum-notice.is-visible {
    display: flex;
}

.delivery-minimum-notice .delivery-minimum-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9400 0%, #fd1f1f 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.delivery-minimum-notice .delivery-minimum-text {
    display: inline-block;
}

[data-delivery-submit][disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: saturate(60%);
}

body.order-success-modal-open {
    overflow: hidden;
}
/* Header redesign (reference-based) */
.site-header {
    position: relative;
    z-index: 40;
    margin: 0 0 24px;
    background: #1f1f22;
    color: #ffffff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
}

.site-header__container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 18px;
}

.site-header__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-header__top-inner,
.site-header__middle-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-header__left-links,
.site-header__meta,
.site-header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-header__restaurant {
    position: relative;
}

.site-header__menu-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    padding: 0;
    color: #f2f2f2;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}

.site-header__menu-link:link,
.site-header__menu-link:visited {
    color: #f2f2f2;
}

.site-header__menu-link:hover,
.site-header__menu-link:focus,
.site-header__menu-link:active {
    color: #fd1f1f;
}

.site-header__menu-link img,
.site-header__meta-item img,
.site-header__cart img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.site-header__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #aaa9a9;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
}

.site-header__meta-copy {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    line-height: 1;
    white-space: nowrap;
}

.site-header__meta-text {
    color: #aaa9a9;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
}

.site-header__meta-time {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
}

.site-header__phone {
    display: inline-flex;
    flex-direction: column;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
}

.site-header__phone:hover,
.site-header__phone:hover strong,
.site-header__action-link:hover,
.site-header__cart:hover,
.site-header__cart:hover .site-header__cart-price,
.site-header__cart:hover .total-price {
    color: #fd1f1f;
}

.site-header__cart:hover .site-header__cart-price {
    border-color: #fd1f1f;
}

.site-header__phone-label {
    color: #aaa9a9;
}

.site-header__phone strong {
    font-size: 14px;
    font-weight: 400;
}

.site-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #ff501f;
    transition: background 0.2s ease;
}

.site-header__cta:hover {
    background: #ff6537;
    color: #fff;
}

.site-header__middle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 769px) {
    .site-header__middle.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1090;
        background: #1f1f22;
    }

    .site-header__middle-spacer {
        display: none;
    }

    .site-header__middle-spacer.is-active {
        display: block;
    }
}

.site-header__logo img {
    width: 172px;
    height: auto;
    display: block;
}

.site-header__action-link {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
}

.site-header__action-link {
    display: none;
}

.site-header__cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.site-header .cart-count {
    position: absolute;
    top: -6px;
    left: 11px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0;
    font-size: 11px;
    line-height: 1;
    background: #ff501f;
}

.site-header__cart-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #ff501f;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
}

.site-header__bottom {
    background: #f4f4f4;
}

.site-header__categories {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.site-header__category {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #222;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    padding: 7px 10px;
    white-space: nowrap;
}

.site-header__category:hover {
    background: #ececec;
}

.site-header .wrapper_list-location {
    top: calc(100% + 12px);
    left: 0;
    min-width: 340px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    z-index: 30;
}

.site-header .wrapper_list-location ul > li {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 4px;
}

.site-header .wrapper_list-location ul > li:last-child {
    border-bottom: 0;
}

.site-header .wrapper_list-location a {
    color: #171717;
    text-decoration: none;
}

.site-header .wrapper_list-location a:hover,
.site-header .wrapper_list-location a:focus,
.site-header .wrapper_list-location a:active,
.site-header .wrapper_list-location a:visited {
    color: #171717;
}

.mobile-topbar {
    display: none !important;
}

@media (max-width: 768px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 1100;
        margin-bottom: 14px;
        box-shadow: none;
    }

    .site-header__top,
    .site-header__middle,
    .site-header__bottom {
        display: none;
    }

    .mobile-topbar {
        display: block !important;
        padding: 12px;
        background: #1f1f22;
    }

    .mobile-topbar__row {
        gap: 10px;
    }

    .mobile-topbar__burger span {
        background: #fff;
    }

    .mobile-topbar__brand {
        flex: 1;
        min-width: 0;
    }

    .mobile-topbar__brand img {
        width: 126px;
        max-width: 100%;
        height: auto;
        border-radius: 0;
    }

    .mobile-topbar__call {
        margin-left: 0;
        width: auto;
        height: 34px;
        padding: 0 10px;
        border-radius: 999px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.35);
        color: #fff;
        font-size: 12px;
    }

    .mobile-topbar__cart {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.35);
    }

    .mobile-topbar__cart img {
        width: 18px;
        height: 18px;
    }

.mobile-topbar__cart .cart-count {
        top: -5px;
        left: 16px;
        width: 16px;
        min-width: 16px;
        height: 16px;
        font-size: 10px;
    }
}

/* Temporary: hide floating sticky cart button */
.cart-sticky {
    display: none !important;
}
