/**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;
}

.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;
}

.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;
    }
}

.cart-sticky {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 999;
}
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);
}
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;
}
.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;
}

.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>nav{
        align-items: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .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-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-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-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-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;
}
