div, label {
  user-select: none;
}

body{
    background: #fff!important;
}
.top-mobile-menu{
    border-bottom: 1px solid #dee2e6;
    overflow-x: auto;
    overflow-y: hidden;
}

a.nav-link{
    border: none!important;
}

.nav-item.active{
    border-bottom: 3px solid #fc793a;
}

.nav-item a.text-step{
    color: #7a7f85;
}

.nav-item.active a.text-step{
    color: #fc793a!important;
}

div::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: none; 
}

.btn-carrinho{
    font-size: 25px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e3e3edb;
}

.btn-carrinho span{
    position: absolute;
    right: 7px;
    top: 0;
    background: #fc793a;
    color: white;
    min-width: 20px;
}

.title-subcategoria{
    font-weight: bold;
    font-size: 15px;
    margin: 10px 10px;
}

.title-produto{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-delivery-description{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7a7f85;
    padding-bottom: 50px;
}

.product-delivery-price{
    position: absolute;
    bottom: 0;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fc793a;
    margin-top: 10px;
    line-height: 16px;
}

.product-delivery-old-price{
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #7a7f85;
    margin-top: 10px;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
}

.container-products-delivery{
    border-bottom: 1px solid #e3e0e487;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-fluid > .container-products-delivery:first-child {
    border-top: 1px solid #e3e0e487;
}

.container-combos-delivery{
    border-top: 1px solid #e3e0e487;
    padding-top: 15px;
    padding-bottom: 15px;
}

.delivery-mobile-tab-content{
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    z-index: 1;
}

.delivery-mobile-page{
    background: white; 
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.delivery-mobile-menu{
    padding-top: 10px;
    height: 120px;
}

.delivery-mobile-header{
    padding-top: 10px;
    height: 50px;
}

.page-content-delivery-tab{
    height: calc(100% - 120px);
    overflow: auto;
}

.page-no-menu-content-delivery-tab{
    height: calc(100% - 50px);
    overflow: auto;
}

.delivery-product-image {
    object-fit: cover;
    width: 100px;
    height: 100px;
    background: whitesmoke;
    border-radius: 7px;
    border: 3px solid whitesmoke;
  }

.tab-content{
    background: #fff;
}

.company_logo_delivery{
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: whitesmoke;
    border-radius: 10px;
}

.company-name-delivery{
    max-width: 100%; /* Define a largura máxima da div */
    max-height: 60px; /* Define a altura máxima da div */
    overflow: hidden; /* Esconde o texto que não couber na div */
    text-overflow: ellipsis; /* Adiciona reticências ao final do texto que não couber */
    white-space: nowrap; /* Impede que o texto seja quebrado em várias linhas */
    font-size: clamp(16px, 5vw, 30px); /* Tamanho da fonte em relação à largura da viewport com um mínimo de 16px e um máximo de 30px */
    line-height: 1.2;
}

.delivery-product-details-modal{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    height: 93%!important;
    bottom: 0;
}

.delivery-product-details-modal .modal-content{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 70px;
}

.delivery-product-details-modal .modal-content img{
    width: 100%;
    max-width: 350px;
    max-height: 350px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-details-title{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #595959;
}

.product-details-description{
    font-size: 15px;
    color: #7a7f85;
}

.product-details-price{
    font-size: 20px;
    color: #28a339;
    font-weight: bold;
}

#quantidade-product-details:read-only{
    background: none;
}

.btn-add-product-to-bag{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px!important;
    padding-right: 10px!important;
    height: calc(1.5em + 0.75rem + 10px);
}

.btn-add-product-to-bag label{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.come-from-modal.right.in .modal-dialog.from-below{
    transform: translate(100%, 0);
    animation-name: slide-in-from-bottom;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.come-from-modal.right .modal-dialog.from-below {
    transform: translate(100%, 0);
    animation-name: slide-out-to-bottom;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.come-from-modal.right.in .modal-dialog.from-right{
    transform: translate(100%, 0);
    animation-name: slide-in-from-right;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.come-from-modal.right .modal-dialog.from-right {
    transform: translate(100%, 0);
    animation-name: slide-out-to-right;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}



.delivery-cart-modal{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    height: 93%!important;
    bottom: 0;
}

#verProduto .delivery-cart-modal .modal-content{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 70px;
}

#address .delivery-cart-modal .modal-content
, #new-address .delivery-cart-modal .modal-content {
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 70px;
}

#checkout .delivery-cart-modal .modal-content {
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 160px;
}

#verCarrinho .delivery-cart-modal .modal-content{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 100px;
}

#desfazer .undo-action-modal{
    border-radius: 15px!important;
    width: 95%!important;
    height: 120px!important;
    left: 0;
    bottom: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
}

#desfazer .undo-action-modal .modal-content{
    border-radius: 15px!important;
}

.delivery-cart-modal .modal-content img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.delivery-cart-modal .modal-content .carrinho-item p{
    width: calc(100% - 155px);
}

.page-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.1);
    height: 70px;
}


@keyframes slide-in-from-bottom {
    0% {
        transform: translate(0, 100%);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes slide-out-to-bottom {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes slide-in-from-right {
    0% {
        transform: translate(100%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes slide-out-to-right {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}

.btn-close-product-details{
    position: fixed;
    z-index: 1;
    margin: 15px;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    border: none;
    background: #f3f4f6;
    color: #fc793a;
    padding-top: 5px;
}

.icon-load{
    height: 50px;
    width: 50px;
    color: #fc793a;
    font-size: 50px;
}

.button-load {
    width: 100%;
    color: #fff;
    font-size: 20px;
    aspect-ratio: 1 / 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.grupo-produtos-title{
    padding-top: 10px;
    padding-bottom: 10px;
    background: whitesmoke;
    font-size: 20px;
    font-weight: bold;
    color: #343a40d4;
}

.row-product-choose{
    border-bottom: 1px solid #eee;
}

.row-product-choose img{
    background: #e9ecef;
    padding: 2px;
    border-radius: 10%;
}

.quantidade-custom-choose-products{
    position: absolute;
    width: 100px;
    right: 10px;
    justify-content: end;
}

.quantidade-custom-choose-products button{
    padding: 0px 7px;
    background: white;
    color: #fc793a;
    border: 2px solid #ced4da;
}

.quantidade-custom-choose-products button i{
    font-size: 15px;
}

.quantidade-custom-choose-products button:focus{
    box-shadow: none;
    border: 2px solid #ced4da;
    border-color: #ced4da!important;
    color: #fc793a;
}

.quantidade-custom-choose-products input
, .quantidade-custom-choose-products input:focus
, .quantidade-custom-choose-products input[readonly]{
    padding: 0px;
    background: white!important;
    box-shadow: none;
    border: 2px solid #ced4da;
    height: 30px;
}

.quantidade-custom-choose-products button:disabled{
    opacity: 1!important;
    color: #a2a8ad!important;
    background: white!important;
}

.input-buscar-delivery{
    margin-top: 10px;
}

.input-buscar-delivery input, .input-buscar-delivery input:focus {
    background: #f5f5f5;
    padding: 0;
    border: none;
    font-weight: 500;
    box-shadow: none;
}

.quantidade-custom-delivery input, .btn-qtd-combo, #observacoes, .input-buscar-delivery input{
    height: calc(1.5em + 0.75rem + 10px)!important;
}

/* .input-buscar-delivery input {
    background: #f5f5f5;
    padding: 0;
    border: none;
    font-weight: 500;
} */

.item-mais-procurados img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: white;
    border-radius: 5px;
    margin-right: 5px;
}

.item-mais-procurados .container-fluid{
    margin-top: 10px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    height: 80px;
}

.input-buscar-delivery .input-group-text{
    background: #f5f5f5;
    border: none;
    color: #fc793a;
    padding: 15px;
}

.tab-buscar-content{
    height: 100%;
}

.tab-buscar-header{
    height: 100px;
}

#delivery-search-results{
    height: calc(100% - 150px);
    overflow: auto;
}

#listagem-mais-procurados{
    max-height: calc(100% - 150px);
    overflow: auto;
}

#listagem-mais-procurados .item-mais-procurados:nth-child(odd) {
    padding-right: 5px!important;
}

#listagem-mais-procurados .item-mais-procurados:nth-child(even) {
    padding-left: 5px!important;
}

.nome-produto-mais-procurados{
    max-width: 100%;
    max-height: 60px;
    overflow: hidden;
    font-size: 13px;
    margin: 0;
}

.floating-label {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-label input{
    height: calc(1.5em + 0.75rem + 10px);
}
  
.floating-label label {
    position: absolute;
    background: #fff;
    top: calc(1.5em + 0.75rem + -22px);
    left: 5px;
    font-size: 15px;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.1s ease-in-out;
    pointer-events: none;
    padding: 0px 5px;
    margin-left: 5px;
}
  
.floating-label input:not(:placeholder-shown) + label, .floating-label input:focus + label {
    transform: translateY(calc(1.5em + 0.75rem + -56px)) scale(0.8);
    border-radius: 5px;
    color: #999;
}

.button-login-delivery{
    height: calc(1.5em + 0.75rem + 10px);
    width: 100%;
    font-weight: bold;
}

#product-details-container, #cart-container{
    overflow: auto;
}

#verProduto .modal-footer{
    height: 70px;
    box-shadow: 0px 20px 30px 0px #000000;
    border: 1px solid white;
}

.carrinho-item a{
    color: #3e3e3edb;
    text-decoration: none;
}
.address-label{
    width: 100%;
}
.address-label label:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius:50%;
    left: 0;
    bottom: 1px;
    text-align: center;
    background-color: #aaa;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.discount-coupon{
    width: 100%;
    background: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 10px;
    padding: 10px;
}

.btn-apply-coupon{
    position: absolute;
    top: 0;
    right: 15px;
    background: transparent !important;
    color: #fc793a;
    font-weight: bold;
}

.address-label input:checked + label:before{
    background-color: #fc793a;
    color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
}

.address-label input:checked + label:before i{
    display: block!important;
}
.address-label label, .address-label.btn-new-address{
    background: whitesmoke;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

.address-label.btn-new-address{
    background: white;
    border: 3px solid whitesmoke;
}

.address-label input:checked + label{
    background-color: #fc793a47;
}

.address-label input:disabled + label{
    background-color: #cf2e2ea3;
}

.address-label input:disabled + label .disabled-message{
    display: flex!important;
}

.address-label .disabled-message{
    display: none;
    color: #ffc0bb;
    line-height: 20px;
    margin-bottom: 5px;
}

.address-label label p{
    width: calc(100% - 20px);
    padding-left: 10px;
    margin: 0;
}

.address-label input{
    display: none;
}

.address-label span{
    position: absolute;
    right: 30px;
}

.alert-light {
    color: #818182;
    background-color: #f3f4f6;
    border: none;
    padding: 10px 15px;
}

.empty-cart-message{
    position: absolute;
    height: calc(100% - 100px);
    width: 100%;
    top: 0;
}

.pac-container {
    z-index: 1050;
}

.pac-item{
    padding: 10px!important;
    color: #495057!important;
}

.delivery-loading{
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: radial-gradient(120% 60% at 50% 45%, #fff4ec 0%, #ffffff 70%);
    font-size: 16px;
    z-index: 1060;
    height: 100%;
    width: 100%;
    padding: 0 24px;
}

.delivery-loading-animation{
    width: min(240px, 62vw);
    height: auto;
    overflow: visible;
    perspective: 1000px;
}

.delivery-loading #loading-message{
    min-height: 44px;
    max-width: 280px;
    margin: 4px 0 0;
    color: #595959;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

@media(min-width: 800px){
    .delivery-product-details-modal, .come-from-modal.right .modal-dialog{
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
        height: 100%!important;
    }
}

/* ---------- Cabeçalho da loja (início) ---------- */

#inicio.active {
    display: flex;
    flex-direction: column;
}

#inicio .page-content-delivery-tab {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
}

.store-header {
    position: relative;
    z-index: 2;
    padding: 14px 16px 0;
    background: #fff1e8 linear-gradient(180deg, #fff1e8 0%, #fff8f3 55%, #ffffff 100%);
    transition: box-shadow .25s ease;
}

.store-header.is-compact {
    box-shadow: 0 6px 16px -10px rgba(62, 62, 62, .35);
}

.store-header-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.store-header-identity {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.store-header-identity:focus {
    outline: none;
}

.store-header-identity:active .store-header-logo {
    transform: scale(.96);
}

.store-header-logo {
    --ring: #22a045;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 0 2px var(--ring), 0 8px 18px -8px rgba(252, 121, 58, .55);
    transition: width .25s ease, height .25s ease, border-radius .25s ease, transform .15s ease;
}

.store-header-logo.is-partial,
.store-info-logo.is-partial {
    --ring: #e59a0b;
}

.store-header-logo.is-closed,
.store-info-logo.is-closed {
    --ring: #d64533;
}

.store-header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    background: whitesmoke;
    transition: border-radius .25s ease;
}

.store-header-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.store-header-name {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #2f2f2f;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.store-header-name > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-header-name i {
    flex: 0 0 auto;
    font-size: 11px;
    color: #fc793a;
}

.store-header-status {
    --status: #1f8a3b;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    min-width: 0;
}

.store-header-status.is-partial {
    --status: #b87400;
}

.store-header-status.is-closed {
    --status: #c23b2b;
}

.store-header-status b {
    color: var(--status);
    font-weight: 800;
}

.store-header-status-hint {
    color: #7a7f85;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-status-dot {
    position: relative;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--status);
}

.store-header-status.is-open .store-status-dot::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--status);
    animation: store-status-pulse 1.8s ease-out infinite;
}

@keyframes store-status-pulse {
    0% { transform: scale(1); opacity: .6; }
    100% { transform: scale(2.6); opacity: 0; }
}

.store-header .btn-carrinho {
    position: relative;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #3e3e3e;
    font-size: 19px;
    box-shadow: 0 6px 16px -6px rgba(62, 62, 62, .3);
    text-decoration: none;
}

.store-header .btn-carrinho span {
    top: -2px;
    right: -4px;
    border: 2px solid #fff;
    font-size: 11px;
    line-height: 12px;
}

.store-header-facts-wrapper {
    max-height: 60px;
    overflow: hidden;
    opacity: 1;
    transition: max-height .25s ease, opacity .2s ease;
}

.store-header-facts {
    display: flex;
    gap: 8px;
    width: 100%;
    margin: 12px 0 2px;
    padding: 0;
    border: 0;
    background: none;
    overflow-x: auto;
    -webkit-tap-highlight-color: transparent;
}

.store-header-facts::-webkit-scrollbar {
    display: none;
}

.store-header-facts:focus {
    outline: none;
}

.store-fact {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .85);
    border: 1px solid #f6e3d8;
    color: #595959;
    font-size: 12px;
    white-space: nowrap;
}

.store-fact i {
    color: #fc793a;
    font-size: 12px;
}

.store-fact b {
    color: #3e3e3e;
}

.store-fact-more {
    background: #fc793a;
    border-color: #fc793a;
    color: #fff;
    font-weight: 700;
}

.store-fact-more i {
    color: #fff;
}

.store-header .top-mobile-menu {
    margin: 0 -16px;
    padding: 10px 16px;
    border-bottom: 1px solid #f1f1f1;
}

.store-header .top-mobile-menu .nav {
    display: flex;
    gap: 8px;
    margin: 0;
}

.store-header .top-mobile-menu .nav::before,
.store-header .top-mobile-menu .nav::after {
    display: none;
}

.store-header .top-mobile-menu .nav-item,
.store-header .top-mobile-menu .nav-item.active {
    float: none;
    margin: 0;
    border-bottom: 0;
}

.store-header .top-mobile-menu .nav-link,
.store-header .top-mobile-menu .nav-item.active .nav-link {
    margin: 0;
    padding: 7px 14px;
    border-radius: 999px;
    background: #f4f4f5;
    color: #6b7075;
    font-size: 13px;
    line-height: 18px;
    transition: background-color .2s ease, color .2s ease;
}

.store-header .top-mobile-menu .nav-item.active .nav-link {
    background: #3e3e3e;
    color: #fff!important;
}

.store-header.is-compact {
    padding-top: 10px;
}

.store-header.is-compact .store-header-logo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
}

.store-header.is-compact .store-header-logo img {
    border-radius: 11px;
}

.store-header.is-compact .store-header-name {
    font-size: 16px;
}

.store-header.is-compact .store-header-facts-wrapper {
    max-height: 0;
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .store-header *,
    .store-header *::after {
        animation: none!important;
        transition: none!important;
    }
}

/* ---------- Informações da loja (gaveta) ---------- */

#store-info .delivery-cart-modal .modal-content {
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding: 0 16px 90px;
    background:
        radial-gradient(120% 220px at 50% 0, #ffe7da 0%, rgba(255, 231, 218, 0) 100%),
        #fff;
    background-attachment: local;
}

#store-info .btn-close-product-details {
    position: sticky;
    top: 12px;
    z-index: 3;
    display: block;
    margin: 12px 0 -52px;
    background: #fff;
    box-shadow: 0 4px 14px -4px rgba(62, 62, 62, .35);
}

.store-info-hero {
    padding: 34px 8px 0;
    text-align: center;
}

.store-info-logo {
    --ring: #22a045;
    width: 88px;
    height: 88px;
    margin: 0 auto 12px;
    padding: 4px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 0 0 3px var(--ring), 0 14px 28px -12px rgba(252, 121, 58, .6);
}

#store-info .store-info-logo img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    border-radius: 22px;
    background: whitesmoke;
}

.store-info-hero h2 {
    margin: 0;
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 800;
}

.store-info-hero p {
    margin: 6px 0 0;
    color: #7a7f85;
    font-size: 13px;
    font-weight: 600;
}

.store-info-hero p i {
    color: #fc793a;
}

.store-info-actions {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 18px 0 20px;
}

.store-info-actions a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 76px;
    color: #595959;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.store-info-actions a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #fff;
    color: #fc793a;
    font-size: 19px;
    box-shadow: 0 8px 18px -10px rgba(62, 62, 62, .45);
}

.store-info-actions a span.is-whatsapp {
    color: #1faa53;
    font-size: 23px;
}

.store-info-actions a:active span {
    transform: scale(.94);
}

.store-info-status {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.store-info-status > div {
    --status: #1f8a3b;
    --status-bg: #eaf7ee;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
    background: var(--status-bg);
}

.store-info-status > div.is-closed {
    --status: #c23b2b;
    --status-bg: #fdeeec;
}

.store-info-status i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
    color: var(--status);
    font-size: 15px;
}

.store-info-status b {
    display: block;
    color: var(--status);
    font-size: 13px;
    line-height: 16px;
}

.store-info-status small {
    display: block;
    color: #6b7075;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 2px;
}

.store-info-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 14px;
}

.store-info-stats > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 4px;
    text-align: center;
}

.store-info-stats > div + div {
    border-left: 1px solid #f1f1f1;
}

.store-info-stats i {
    color: #fc793a;
    font-size: 16px;
    margin-bottom: 6px;
}

.store-info-stats b {
    color: #2f2f2f;
    font-size: 14px;
    white-space: nowrap;
}

.store-info-stats small {
    color: #7a7f85;
    font-size: 11px;
    font-weight: 600;
}

.store-info-section {
    margin-top: 22px;
}

.store-info-section h3 {
    margin: 0 0 10px;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 800;
}

.store-info-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.store-info-section-title h3 {
    margin: 0;
}

.store-info-payments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.store-info-payments > div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    background: #f7f7f8;
}

.store-info-payments i {
    width: 18px;
    color: #fc793a;
    font-size: 16px;
    text-align: center;
}

.store-info-payments span {
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 700;
}

.store-info-payments small {
    margin-left: auto;
    padding: 1px 6px;
    border-radius: 999px;
    background: #fff1e8;
    color: #d45f22;
    font-size: 11px;
    font-weight: 700;
}

.store-info-toggle {
    display: inline-flex;
    padding: 3px;
    border-radius: 999px;
    background: #f4f4f5;
}

.store-info-toggle button {
    padding: 5px 12px;
    border: 0;
    border-radius: 999px;
    background: none;
    color: #6b7075;
    font-size: 12px;
    font-weight: 700;
}

.store-info-toggle button:focus {
    outline: none;
}

.store-info-toggle button.active {
    background: #fff;
    color: #2f2f2f;
    box-shadow: 0 2px 6px rgba(62, 62, 62, .15);
}

.store-info-schedule {
    margin: 0;
    padding: 0;
    list-style: none;
}

.store-info-schedule li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #595959;
    font-size: 13px;
}

.store-info-schedule li.is-today {
    background: #fff1e8;
    color: #2f2f2f;
}

.store-info-schedule li > span {
    font-weight: 700;
}

.store-info-schedule em {
    margin-left: 4px;
    padding: 1px 7px;
    border-radius: 999px;
    background: #fc793a;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    vertical-align: 1px;
}

.store-info-schedule strong {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #3e3e3e;
    font-weight: 700;
}

.store-info-schedule li.is-off strong {
    color: #a1a1a1;
}

/* ---------- Menu flutuante (dock) ---------- */

:root {
    --dock-space: 104px;
}

#inicio .page-content-delivery-tab,
.page-no-menu-content-delivery-tab,
#delivery-search-results,
#listagem-mais-procurados {
    padding-bottom: var(--dock-space);
}

.mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 2;
    width: calc(100% - 32px);
    max-width: 420px;
    height: 66px;
    margin: 0 auto;
    padding: 7px;
    border-radius: 24px;
    background: rgba(34, 34, 38, .9);
    -webkit-backdrop-filter: blur(18px) saturate(1.6);
    backdrop-filter: blur(18px) saturate(1.6);
    box-shadow:
        0 18px 36px -14px rgba(20, 20, 24, .55),
        0 0 0 1px rgba(255, 255, 255, .06) inset;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .25s ease;
}

.mobile-menu.is-hidden {
    transform: translateY(calc(100% + 30px));
    opacity: 0;
    pointer-events: none;
}

.mobile-menu ul {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.mobile-menu li,
.mobile-menu .nav-item.active {
    flex: 1 1 0;
    list-style: none;
    border-bottom: 0;
}

.mobile-menu-indicator {
    --active-index: 0;
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    width: calc((100% - 14px) / var(--menu-items, 4));
    transform: translateX(calc(var(--active-index) * 100%));
    transition: transform .45s cubic-bezier(.34, 1.45, .64, 1);
}

.mobile-menu-indicator::before {
    content: '';
    position: absolute;
    inset: 0 4px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff9d62 0%, #fc793a 60%, #f0652a 100%);
    box-shadow: 0 8px 18px -6px rgba(252, 121, 58, .75);
}

.mobile-menu li a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 100%;
    padding: 0;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color .25s ease;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #fff;
    background: none;
    outline: none;
}

.mobile-menu .nav-item.active a {
    color: #fff!important;
}

.menu-icon {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1;
}

.mobile-menu li a:active .menu-icon {
    transform: scale(.88);
}

.mobile-menu .nav-item.active .menu-icon i {
    animation: dock-icon-pop .5s cubic-bezier(.34, 1.56, .64, 1);
}

@keyframes dock-icon-pop {
    0% { transform: translateY(0) scale(1); }
    40% { transform: translateY(-4px) scale(1.18); }
    100% { transform: translateY(0) scale(1); }
}

.menu-title {
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2px;
}

.menu-badge {
    position: absolute;
    top: -7px;
    right: -11px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    border: 2px solid #222226;
    background: #22c55e;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 13px;
    text-align: center;
}

.menu-badge::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 999px;
    border: 2px solid #22c55e;
    animation: dock-badge-ping 1.8s ease-out infinite;
}

@keyframes dock-badge-ping {
    0% { transform: scale(1); opacity: .7; }
    100% { transform: scale(1.8); opacity: 0; }
}

body.delivery-dock-off .mobile-menu {
    transform: translateY(calc(100% + 30px));
    opacity: 0;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .mobile-menu,
    .mobile-menu *,
    .mobile-menu *::before,
    .mobile-menu *::after {
        animation: none!important;
        transition: none!important;
    }
}

/* ---------- Perfil ---------- */

.profile-page {
    height: 100%;
    padding: 16px 16px var(--dock-space);
    background:
        linear-gradient(180deg, #fff1e8 0%, #fff8f3 120px, #ffffff 260px);
    background-attachment: local;
}

.profile-hero {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #2b2b2f 0%, #202024 100%);
    box-shadow: 0 18px 36px -18px rgba(20, 20, 24, .6);
    color: #fff;
}

.profile-hero::before,
.profile-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.profile-hero::before {
    width: 180px;
    height: 180px;
    top: -90px;
    right: -50px;
    background: radial-gradient(circle, rgba(252, 121, 58, .55) 0%, rgba(252, 121, 58, 0) 70%);
}

.profile-hero::after {
    width: 120px;
    height: 120px;
    bottom: -70px;
    left: 30%;
    background: radial-gradient(circle, rgba(255, 157, 98, .25) 0%, rgba(255, 157, 98, 0) 70%);
}

.profile-avatar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff9d62 0%, #fc793a 60%, #f0652a 100%);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .12), 0 10px 20px -8px rgba(252, 121, 58, .8);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .5px;
}

.profile-hero-info {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-width: 0;
}

.profile-hero-info small {
    display: block;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    font-weight: 600;
}

.profile-hero-info h2 {
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-hero-info p {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 600;
}

.profile-hero-edit {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.profile-hero-edit:hover,
.profile-hero-edit:focus {
    color: #fff;
    text-decoration: none;
}

.profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.profile-stats > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 6px;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 16px -12px rgba(62, 62, 62, .35);
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.profile-stats > button:focus,
.profile-stats > a:focus {
    outline: none;
}

.profile-stats > a:hover {
    color: inherit;
    text-decoration: none;
}

.profile-stats > button:active,
.profile-stats > a:active {
    transform: scale(.97);
}

.profile-stats b {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.profile-stats small {
    color: #7a7f85;
    font-size: 11px;
    font-weight: 600;
}

.profile-section {
    margin-top: 22px;
}

.profile-section h3 {
    margin: 0 0 8px 4px;
    overflow: hidden;
    color: #7a7f85;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.profile-group {
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 18px;
    background: #fff;
}

.profile-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #3e3e3e;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.profile-item:hover,
.profile-item:focus {
    color: #3e3e3e;
    text-decoration: none;
}

.profile-item:active {
    background: #fafafa;
}

.profile-item + .profile-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 64px;
    right: 14px;
    border-top: 1px solid #f3f3f3;
}

.profile-item-icon {
    --tone: #fc793a;
    --tone-bg: #fff1e8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--tone-bg);
    color: var(--tone);
    font-size: 16px;
}

.profile-item-icon.is-blue {
    --tone: #3b82f6;
    --tone-bg: #eaf2ff;
}

.profile-item-icon.is-purple {
    --tone: #7c5cff;
    --tone-bg: #f1edff;
}

.profile-item-icon.is-green {
    --tone: #1faa53;
    --tone-bg: #e8f8ee;
    font-size: 19px;
}

.profile-item-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.profile-item-text b {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.profile-item-text small {
    overflow: hidden;
    color: #8a8f95;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-item > .fa-chevron-right {
    color: #c4c7cb;
    font-size: 12px;
}

.profile-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 22px;
    padding: 13px;
    border: 0;
    border-radius: 16px;
    background: #fdeeec;
    color: #c23b2b;
    font-size: 14px;
    font-weight: 800;
}

.profile-logout:focus {
    outline: none;
}

.profile-logout:active {
    transform: scale(.98);
}

.profile-guest {
    position: relative;
    margin-top: 8px;
    padding: 24px 20px 20px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #2b2b2f 0%, #202024 100%);
    box-shadow: 0 18px 36px -18px rgba(20, 20, 24, .6);
    color: #fff;
    text-align: center;
}

.profile-guest::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    top: -110px;
    left: 50%;
    margin-left: -110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252, 121, 58, .5) 0%, rgba(252, 121, 58, 0) 70%);
    pointer-events: none;
}

.profile-guest img {
    position: relative;
    width: 128px;
    max-width: 50%;
    margin-bottom: 10px;
}

.profile-guest h2 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.profile-guest p {
    position: relative;
    margin: 6px auto 18px;
    max-width: 280px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.profile-guest-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff9d62 0%, #fc793a 60%, #f0652a 100%);
    box-shadow: 0 10px 22px -10px rgba(252, 121, 58, .9);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.profile-guest-button:hover,
.profile-guest-button:focus {
    color: #fff;
    text-decoration: none;
}

/* ---------- Endereços ---------- */

.addresses-page {
    height: 100%;
    overflow: auto;
    padding: 14px 16px 120px;
    background: linear-gradient(180deg, #fff1e8 0%, #fff8f3 120px, #ffffff 260px);
    background-attachment: local;
}

.subpage-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.subpage-back {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px -8px rgba(62, 62, 62, .4);
    color: #fc793a;
    font-size: 18px;
    text-decoration: none;
}

.subpage-back:hover,
.subpage-back:focus {
    color: #fc793a;
    text-decoration: none;
}

.subpage-header h2 {
    margin: 0;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.subpage-header small {
    color: #7a7f85;
    font-size: 12px;
    font-weight: 600;
}

.addresses-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border: 1px solid #f1f1f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px -16px rgba(62, 62, 62, .45);
}

.address-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: #fff1e8;
    color: #fc793a;
    font-size: 16px;
}

.address-card.is-out-of-area .address-card-icon {
    background: #f4f4f5;
    color: #a1a1a1;
}

.address-card-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.address-card-info b {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
}

.address-card-info span {
    margin-top: 2px;
    color: #6b7075;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

.address-card-info small {
    margin-top: 2px;
    color: #9a9fa5;
    font-size: 12px;
    font-weight: 600;
}

.address-card-warning {
    display: none;
    align-self: flex-start;
    margin-top: 8px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #fdeeec;
    color: #c23b2b;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.address-card.is-out-of-area .address-card-warning {
    display: inline-block;
}

.address-card-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: #f7f7f8;
    color: #9a9fa5;
    font-size: 15px;
    transition: background-color .2s ease, color .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.address-card-delete:focus {
    outline: none;
}

.address-card-delete:hover,
.address-card-delete:active {
    background: #fdeeec;
    color: #c23b2b;
}

.cliente-empty-state {
    margin-top: 40px;
    padding: 0 20px;
    text-align: center;
}

.cliente-empty-state span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 14px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 28px -14px rgba(252, 121, 58, .6);
    color: #fc793a;
    font-size: 30px;
}

.cliente-empty-state h3 {
    margin: 0;
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 800;
}

.cliente-empty-state p {
    margin: 6px auto 0;
    max-width: 260px;
    color: #7a7f85;
    font-size: 13px;
    font-weight: 600;
}

.addresses-add {
    position: fixed;
    left: 0;
    right: 0;
    bottom: max(16px, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: calc(100% - 32px);
    max-width: 420px;
    margin: 0 auto;
    padding: 15px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff9d62 0%, #fc793a 60%, #f0652a 100%);
    box-shadow: 0 14px 28px -12px rgba(252, 121, 58, .85);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.addresses-add:focus {
    outline: none;
}

.addresses-add:active {
    transform: scale(.98);
}

/* ---------- Pedidos ---------- */

.orders-page {
    height: 100%;
    padding: 14px 16px var(--dock-space);
    background: linear-gradient(180deg, #fff1e8 0%, #fff8f3 120px, #ffffff 260px);
    background-attachment: local;
}

.orders-page .subpage-header {
    margin-bottom: 8px;
}

.orders-date {
    margin: 18px 4px 8px;
    color: #7a7f85;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.order-card {
    --status: #b87400;
    --status-bg: #fff4dc;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 20px -16px rgba(62, 62, 62, .45);
}

.order-card[order_status="AWAITING_PAYMENT"] {
    --status: #7c5cff;
    --status-bg: #f1edff;
}

.order-card[order_status="PREPARATION"] {
    --status: #d45f22;
    --status-bg: #fff1e8;
}

.order-card[order_status="ROUTE_DELIVERY"] {
    --status: #2563eb;
    --status-bg: #eaf2ff;
}

.order-card[order_status="DELIVERED"] {
    --status: #1f8a3b;
    --status-bg: #eaf7ee;
}

.order-card[order_status="CANCELED"] {
    --status: #c23b2b;
    --status-bg: #fdeeec;
}

.order-card:is([order_status="AWAITING_PAYMENT"], [order_status="WAITING"], [order_status="PREPARATION"], [order_status="ROUTE_DELIVERY"]) {
    border-color: #ffd9c4;
    box-shadow: 0 12px 26px -16px rgba(252, 121, 58, .55);
}

.order-card-summary {
    display: block;
    width: 100%;
    padding: 14px;
    border: 0;
    background: none;
    color: inherit;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.order-card-summary:focus {
    outline: none;
}

.order-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-card-head img {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
    background: whitesmoke;
}

.order-card-store {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.order-card-store b {
    overflow: hidden;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-card-store small {
    overflow: hidden;
    color: #8a8f95;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-status-pill {
    flex: 0 0 auto;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--status-bg);
    color: var(--status);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.order-tracker {
    display: none;
    align-items: center;
    margin: 14px 2px 4px;
}

.order-card:is([order_status="WAITING"], [order_status="PREPARATION"], [order_status="ROUTE_DELIVERY"]) .order-tracker {
    display: flex;
}

.order-step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f4f4f5;
    color: #b5b9bd;
    font-size: 12px;
    transition: background-color .3s ease, color .3s ease;
}

.order-line {
    flex: 1 1 auto;
    height: 3px;
    margin: 0 6px;
    border-radius: 3px;
    background: #f1f1f1;
    transition: background-color .3s ease;
}

/* Etapas concluídas e etapa atual de acordo com o status do pedido */
.order-card[order_status="PREPARATION"] .step-1,
.order-card[order_status="ROUTE_DELIVERY"] :is(.step-1, .step-2) {
    background: #fff1e8;
    color: #fc793a;
}

.order-card[order_status="WAITING"] .step-1,
.order-card[order_status="PREPARATION"] .step-2,
.order-card[order_status="ROUTE_DELIVERY"] .step-3 {
    background: linear-gradient(135deg, #ff9d62 0%, #fc793a 60%, #f0652a 100%);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(252, 121, 58, .18);
    animation: order-step-pulse 1.8s ease-in-out infinite;
}

.order-card[order_status="PREPARATION"] .line-1,
.order-card[order_status="ROUTE_DELIVERY"] :is(.line-1, .line-2) {
    background: #fc793a;
}

@keyframes order-step-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(252, 121, 58, .18); }
    50% { box-shadow: 0 0 0 8px rgba(252, 121, 58, .08); }
}

.order-card-items {
    display: -webkit-box;
    margin-top: 12px;
    overflow: hidden;
    color: #6b7075;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-card-foot {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #ececec;
}

.order-card-total {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 800;
}

.order-card-payment {
    overflow: hidden;
    color: #7a7f85;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-card-payment i {
    color: #fc793a;
}

.order-card-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin-left: auto;
    border-radius: 10px;
    background: #f4f4f5;
    color: #7a7f85;
    font-size: 11px;
    transition: transform .25s ease, background-color .25s ease;
}

.order-card.is-open .order-card-toggle {
    transform: rotate(180deg);
    background: #fff1e8;
    color: #fc793a;
}

.order-card-pay {
    padding: 0 14px 14px;
    text-align: center;
}

.order-pay-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff9d62 0%, #fc793a 60%, #f0652a 100%);
    box-shadow: 0 10px 22px -12px rgba(252, 121, 58, .9);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.order-pay-now:focus {
    outline: none;
}

.order-pay-now:active {
    transform: scale(.98);
}

.order-card-pay small {
    display: block;
    margin-top: 6px;
    color: #7a7f85;
    font-size: 11px;
    font-weight: 600;
}

.order-payment-status {
    display: inline-flex!important;
    align-items: center;
    gap: 5px;
    align-self: flex-start;
    margin-top: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f1f1f2;
    color: #6b7075!important;
    font-size: 11px!important;
    font-weight: 700!important;
}

.order-payment-status.is-paid {
    background: #eaf7ee;
    color: #1f8a3b!important;
}

.order-payment-status.is-pending {
    background: #f1edff;
    color: #7c5cff!important;
}

.order-card-details {
    display: none;
    padding: 0 14px 14px;
}

.order-card.is-open .order-card-details {
    display: block;
    animation: order-details-in .25s ease;
}

@keyframes order-details-in {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.order-card-details section {
    padding: 12px;
    border-radius: 14px;
    background: #f8f8f9;
}

.order-card-details section + section {
    margin-top: 8px;
}

.order-card-details h4 {
    margin: 0 0 8px;
    color: #8a8f95;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.order-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.order-detail-row > i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #fff;
    color: #fc793a;
    font-size: 14px;
}

.order-detail-row div {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.order-detail-row b {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 800;
}

.order-detail-row span {
    color: #6b7075;
    font-size: 12px;
    font-weight: 600;
}

.order-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-items li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
}

.order-items li + li {
    border-top: 1px solid #efefef;
}

.order-item-qtd {
    flex: 0 0 auto;
    min-width: 30px;
    padding: 2px 6px;
    border-radius: 8px;
    background: #fff;
    color: #fc793a;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.order-items li > div {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.order-items b {
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 700;
}

.order-items small {
    color: #8a8f95;
    font-size: 12px;
    font-weight: 600;
}

.order-items .order-item-note {
    color: #b87400;
}

.order-items strong {
    flex: 0 0 auto;
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 700;
}

.order-totals {
    margin: 12px 0 0;
    padding-top: 10px;
    border-top: 1px dashed #e3e3e3;
}

.order-totals div {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    color: #6b7075;
    font-size: 13px;
    font-weight: 600;
}

.order-totals dt,
.order-totals dd {
    margin: 0;
    font-weight: inherit;
}

.order-totals .is-discount {
    color: #1f8a3b;
}

.order-totals .is-total {
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #e9e9e9;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
    .order-card * {
        animation: none!important;
        transition: none!important;
    }
}

/* ---------- Cardápio contínuo ---------- */

.menu-section {
    padding-top: 6px;
}

.menu-section + .menu-section {
    margin: 10px -15px 0;
    padding: 6px 15px 0;
    border-top: 8px solid #f6f6f7;
}

.menu-section-title {
    margin: 14px 0 2px;
    color: #2f2f2f;
    font-size: 19px;
    font-weight: 800;
}

.menu-section .title-subcategoria {
    margin: 10px 0 8px;
    color: #7a7f85;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.menu-section .container-fluid > .container-products-delivery:first-child {
    border-top: 0;
}

.menu-section .container-combos-delivery:first-child {
    border-top: 0;
}

img.is-placeholder {
    border-color: transparent!important;
    background: none!important;
}

/* ---------- Cor do topo (barra de status do navegador) ---------- */

/* O Safari pinta a área da barra de status com o fundo da página e dos elementos fixos no topo */
body:has(#delivery-dock),
.tab-content.delivery-mobile-tab-content {
    background-color: #fff1e8!important;
}

body.delivery-topo-branco:has(#delivery-dock),
body.delivery-topo-branco .tab-content.delivery-mobile-tab-content {
    background-color: #ffffff!important;
}

#inicio .page-content-delivery-tab,
#busca {
    background-color: #fff;
}

/* ---------------- RANKING CLIENTE PRIME ---------------- */
.cliente-prime-intro {
    display: flex;
    align-items: center;
    background: #fff6f1;
    border: 1px solid #ffd9c5;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 10px 0px 15px 0px;
    font-size: 13px;
    color: #595959;
}

.cliente-prime-intro i {
    color: #fc793a;
    font-size: 20px;
    margin-right: 10px;
}

.cliente-prime-item {
    display: flex;
    align-items: center;
    border: 1px solid #f0f0f0;
    padding: 12px 8px;
    margin-bottom: 8px;
    color: #595959;
    border-radius: 8px;
}

.cliente-prime-item .posicao {
    width: 40px;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #a1a1a1;
}

.cliente-prime-item .nome {
    flex-grow: 1;
    font-size: 15px;
    font-weight: 500;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cliente-prime-item .pontos {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fc793a;
}

.cliente-prime-item .pontos small {
    font-size: 11px;
    font-weight: 600;
    color: #a1a1a1;
}

.cliente-prime-item.top-3 {
    background: #fffaf7;
}

.cliente-prime-item.top-3 .posicao {
    color: #fc793a;
}

.cliente-prime-item.is-voce {
    background: #fff1e8;
    border: 1px solid #ffd9c5;
}

.cliente-prime-item .badge-voce {
    background: #fc793a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 2px 8px;
    margin-left: 5px;
    vertical-align: middle;
}

.cliente-prime-vazio {
    padding: 40px 20px;
    color: #a1a1a1;
}

.cliente-prime-vazio i {
    font-size: 40px;
    color: #ffd9c5;
    margin-bottom: 15px;
    display: block;
}

/* Marca de produto sem estoque sobre a foto no card "Mais procurados" */
.item-mais-procurados .produto-thumb{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.item-mais-procurados .produto-thumb img{
    margin-right: 0;
}

.item-mais-procurados .badge-esgotado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7px;
    padding: 2px 3px;
    white-space: nowrap;
}

/* ---------- Sacola ---------- */

#verCarrinho .delivery-cart-modal .modal-content {
    padding-bottom: 96px;
    background: #fff;
}

#verCarrinho #cart-container {
    padding: 0 16px 16px;
}

.checkout-header {
    position: sticky;
    top: 0;
    z-index: 3;
    margin: 0 -16px;
    padding: 14px 16px 12px;
    background: rgba(255, 255, 255, .94);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.checkout-header-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.checkout-header-back {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 14px;
    background: #f4f4f5;
    color: #fc793a;
    font-size: 16px;
}

.checkout-header-back:focus {
    outline: none;
}

.checkout-header-text {
    min-width: 0;
}

.checkout-header h2 {
    margin: 0;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.checkout-header small {
    display: block;
    overflow: hidden;
    color: #7a7f85;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.checkout-steps li {
    position: relative;
    padding-top: 9px;
    color: #a1a1a1;
    font-size: 11px;
    font-weight: 700;
}

.checkout-steps li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 4px;
    background: #efeff1;
}

.checkout-steps li.is-done::before,
.checkout-steps li.is-current::before {
    background: linear-gradient(90deg, #ff9d62, #fc793a);
}

.checkout-steps li.is-done {
    color: #7a7f85;
}

.checkout-steps li.is-current {
    color: #2f2f2f;
    font-weight: 800;
}

.cart-minimum {
    margin: 4px 0 12px;
    padding: 12px;
    border-radius: 16px;
    background: #fff4ec;
}

.cart-minimum-text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #6b4a36;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.cart-minimum-text i {
    margin-top: 1px;
    color: #fc793a;
}

.cart-minimum-text b {
    color: #2f2f2f;
}

.cart-minimum-bar {
    height: 6px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #ffe2d1;
}

.cart-minimum-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff9d62, #fc793a);
    transition: width .35s ease;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#verCarrinho .cart-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border: 1px solid #f1f1f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px -16px rgba(62, 62, 62, .45);
}

#verCarrinho .modal-content img.cart-item-image {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    border-radius: 14px;
    object-fit: cover;
    background: #f4f4f5;
}

.cart-item-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.cart-item-name {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
}

.cart-combo-list {
    margin: 8px 0 0;
    padding: 2px 0 2px 10px;
    border-left: 2px solid #ffdcc8;
    list-style: none;
}

.cart-combo-list li {
    display: flex;
    gap: 6px;
    padding: 2px 0;
    color: #6b7075;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.cart-combo-list.is-collapsed li:nth-child(n+4) {
    display: none;
}

.cart-combo-qtd {
    flex: 0 0 auto;
    min-width: 20px;
    color: #fc793a;
    font-weight: 800;
}

.cart-combo-toggle {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    margin: 4px 0 0 12px;
    padding: 0;
    border: 0;
    background: none;
    color: #fc793a;
    font-size: 12px;
    font-weight: 700;
}

.cart-combo-toggle:focus {
    outline: none;
}

.cart-combo-toggle i {
    font-size: 10px;
    transition: transform .2s ease;
}

.cart-combo-toggle.is-open i {
    transform: rotate(180deg);
}

.cart-item-note {
    margin-top: 8px;
    padding: 5px 8px;
    border-radius: 10px;
    background: #f7f7f8;
    color: #6b7075;
    font-size: 12px;
    font-weight: 600;
}

.cart-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.cart-item-price {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

#verCarrinho .quantidade-custom-choose-products.cart-stepper {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
    padding: 3px;
    border: 1px solid #ececec;
    border-radius: 999px;
    background: #fff;
}

#verCarrinho .cart-stepper button,
#verCarrinho .cart-stepper button:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0!important;
    border-radius: 50%!important;
    background: #fff1e8;
    box-shadow: none;
    color: #fc793a;
}

#verCarrinho .cart-stepper button i {
    font-size: 12px;
}

#verCarrinho .cart-stepper button .fa-trash {
    color: #c23b2b;
}

#verCarrinho .cart-stepper input,
#verCarrinho .cart-stepper input:focus,
#verCarrinho .cart-stepper input[readonly] {
    flex: 0 0 auto;
    width: 34px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent!important;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 800;
}

#verCarrinho .empty-cart-message {
    position: static;
    height: auto;
}

#verCarrinho #cart-container {
    display: flex;
    flex-direction: column;
}

#verCarrinho .checkout-header,
#verCarrinho .cart-minimum,
#verCarrinho .cart-items {
    flex-shrink: 0;
}

#verCarrinho .empty-cart-message {
    flex: 1 1 auto;
}

#verCarrinho .empty-cart-message .cliente-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    padding-bottom: 40px;
}

.cliente-empty-state .btn-delivery-secondary {
    margin-top: 16px;
    padding: 11px 22px;
    font-size: 14px;
}

/* ---------- Etapas do pedido: rodapé e botões ---------- */

.delivery-cart-modal .modal-footer.checkout-footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: auto;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
    border: 0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    background: #fff;
    box-shadow: 0 -10px 30px -18px rgba(20, 20, 24, .45);
}

.delivery-cart-modal .modal-footer.checkout-footer.is-summary {
    flex-direction: column;
    align-items: stretch;
}

.checkout-footer > * {
    margin: 0!important;
}

.checkout-footer-total {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.checkout-footer-total small {
    color: #7a7f85;
    font-size: 12px;
    font-weight: 600;
}

.checkout-footer-total b {
    color: #2f2f2f;
    font-size: 19px;
    font-weight: 800;
    white-space: nowrap;
}

.checkout-footer-total b s,
.checkout-summary dd s {
    margin-right: 4px;
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 600;
}

.checkout-footer-total + .btn-delivery-primary {
    max-width: 220px;
}

.checkout-footer-actions {
    display: flex;
    gap: 10px;
}

.checkout-summary {
    margin: 0 0 6px!important;
}

.checkout-summary div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 0;
    color: #6b7075;
    font-size: 13px;
    font-weight: 600;
}

.checkout-summary dt,
.checkout-summary dd {
    margin: 0;
    font-weight: inherit;
}

.checkout-summary dd {
    text-align: right;
}

.checkout-summary .is-total {
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #f1f1f1;
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 800;
}

.btn-delivery-primary,
.btn-delivery-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 14px 18px;
    border: 0;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .15s ease, opacity .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.btn-delivery-primary {
    flex: 1 1 auto;
    background: linear-gradient(135deg, #ff9d62 0%, #fc793a 60%, #f0652a 100%);
    box-shadow: 0 10px 22px -10px rgba(252, 121, 58, .9);
    color: #fff;
}

.btn-delivery-secondary {
    flex: 0 0 auto;
    background: #fff1e8;
    color: #fc793a;
}

.btn-delivery-primary:focus,
.btn-delivery-secondary:focus {
    outline: none;
}

.btn-delivery-primary:active,
.btn-delivery-secondary:active {
    transform: scale(.98);
}

.btn-delivery-primary:hover {
    color: #fff;
    text-decoration: none;
}

.btn-delivery-secondary:hover {
    color: #fc793a;
    text-decoration: none;
}

.btn-delivery-primary:disabled {
    background: #e9e9eb;
    box-shadow: none;
    color: #a1a1a1;
    transform: none;
}

/* ---------- Etapas do pedido: Entrega e Pagamento ---------- */

#address .delivery-cart-modal .modal-content {
    padding-bottom: 88px;
    background: #fff;
}

#checkout .delivery-cart-modal .modal-content {
    padding-bottom: 196px;
    background: #fff;
}

#checkout .delivery-cart-modal > form {
    height: 100%;
}

.checkout-body {
    overflow: auto;
    padding: 0 16px 20px;
}

.checkout-section {
    margin-top: 18px;
}

.checkout-section h3 {
    margin: 0 0 8px 4px;
    color: #7a7f85;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.checkout-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
    background: #fff6e0;
    color: #8a5a00;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.checkout-notice i {
    margin-top: 2px;
    color: #e59a0b;
}

.checkout-notice b {
    display: block;
    color: #5c3d00;
    font-size: 13px;
}

.checkout-add-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    padding: 13px;
    border: 1.5px dashed #ffc9ab;
    border-radius: 16px;
    background: #fffaf6;
    color: #fc793a;
    font-size: 14px;
    font-weight: 800;
}

.checkout-add-option:focus {
    outline: none;
}

.checkout-change {
    padding: 12px;
    border-radius: 16px;
    background: #f8f8f9;
}

/* Opções selecionáveis (endereços e formas de pagamento) */
.address-label {
    margin-bottom: 8px;
}

.address-label label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 14px;
    border: 1.5px solid #ededee;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.address-label label p {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-left: 0;
    color: #6b7075;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.address-label label p b {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
}

.address-label label p br,
.address-label label p i:not([class]):empty {
    display: none;
}

.address-label label p i:not([class]) {
    margin-top: 2px;
    font-style: normal;
}

.address-label label p i[class*="fa-"] {
    width: 18px;
    color: #fc793a;
    text-align: center;
}

.address-label label p small {
    font-size: 12px;
    font-weight: 600;
}

.address-label label::before {
    order: 3;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border: 2px solid #d4d4d8;
    background-color: #fff;
    box-shadow: none;
    transition: background-color .2s ease, border-color .2s ease;
}

.address-label input:checked + label {
    border-color: #fc793a;
    background-color: #fff7f2;
    box-shadow: 0 0 0 3px rgba(252, 121, 58, .12);
}

.address-label input:checked + label::before {
    border-color: #fc793a;
    background-color: #fc793a;
}

.address-label input:disabled + label {
    border-style: dashed;
    background-color: #fafafa;
    cursor: not-allowed;
}

.address-label input:disabled + label p b:not(.disabled-message) {
    color: #a1a1a1;
}

.address-label input:disabled + label::before {
    border-color: #e4e4e7;
    background-color: #f4f4f5;
}

.address-label .disabled-message {
    order: -1;
    margin-bottom: 4px;
    color: #c23b2b!important;
    font-size: 11px!important;
    line-height: 14px!important;
}

.address-label label span.badge,
.address-label label .notification {
    position: static;
    order: 2;
    flex: 0 0 auto;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fff4dc;
    color: #b87400;
    font-size: 11px;
    font-weight: 800;
}

/* Cupom */
#checkout .discount-coupon {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background: none;
}

#checkout .discount-coupon input {
    height: 50px;
    padding: 0 96px 0 42px;
    border: 1.5px solid #ededee;
    border-radius: 16px;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
}

#checkout .discount-coupon input::placeholder {
    color: #a1a1a1;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

#checkout .discount-coupon input:focus {
    border-color: #fc793a;
    box-shadow: 0 0 0 3px rgba(252, 121, 58, .12);
}

.checkout-coupon-icon {
    position: absolute;
    top: 17px;
    left: 15px;
    color: #fc793a;
    font-size: 15px;
}

#checkout .btn-apply-coupon {
    position: absolute;
    top: 7px;
    right: 7px;
    height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 12px;
    background: #fff1e8!important;
    color: #fc793a;
    font-size: 13px;
    font-weight: 800;
}

#checkout .discount-coupon .invalid-feedback,
#checkout .discount-coupon .valid-feedback {
    margin: 6px 0 0 4px;
}

/* ---------- Botões antigos no padrão novo ---------- */

.btn.btn-whisky,
.btn.btn-whisky:hover,
.btn.btn-whisky:focus,
.btn.btn-whisky:active {
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff9d62 0%, #fc793a 60%, #f0652a 100%)!important;
    box-shadow: 0 10px 22px -12px rgba(252, 121, 58, .85);
    color: #fff;
    font-weight: 800;
}

.btn.btn-whisky:disabled,
.btn.btn-whisky.disabled {
    background: #e9e9eb!important;
    box-shadow: none;
    color: #a1a1a1;
    opacity: 1;
}

.btn.btn-transparent,
.btn.btn-transparent:hover,
.btn.btn-transparent:focus,
.btn.btn-transparent:active {
    border: 0!important;
    border-radius: 14px;
    background: #fff1e8!important;
    box-shadow: none;
    color: #fc793a!important;
    font-weight: 800;
}

.button-default,
.button-login-delivery {
    font-size: 14px;
}

/* Quantidade no detalhe do produto, no mesmo padrão da sacola */
.quantidade-custom-delivery.input-group {
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    height: 48px;
    padding: 4px!important;
    border: 1px solid #ececec;
    border-radius: 999px;
    background: #fff;
}

.quantidade-custom-delivery .btn-qtd-combo,
.quantidade-custom-delivery .btn-qtd-combo:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px!important;
    padding: 0;
    border: 0!important;
    border-radius: 50%!important;
    background: #fff1e8;
    box-shadow: none;
    color: #fc793a;
    font-size: 18px;
    font-weight: 800;
}

.quantidade-custom-delivery input,
.quantidade-custom-delivery input[readonly] {
    height: 38px!important;
    padding: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 800;
}
