@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap);

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #a5aaad;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #a5aaad;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a5aaad;
}

/* BASE */
html {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body,
html {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #403f3f;
    background: #ffffff;
    height: auto;
    min-height: 100%;
}

button,
input,
textarea,
select {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: var(--swal2-input-background);
    color: inherit;
    font-size: 1.125em;
    border: 2px solid #858585 !important;
}

/* Customização do Modal de Produto (SweetAlert) */
.swal2-popup {
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
}

.swal2-container {
    padding: 10px !important;
}

.swal-produto-popup {
    margin: 0 !important;
}

.swal2-html-container {
    overflow: visible !important;
    max-height: none !important;
}

.swal-btn-confirm {
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    box-shadow: 0 4px 12px rgba(255, 204, 1, 0.3) !important;
    transition: all 0.2s !important;
    min-width: 120px !important;
}

.swal-btn-confirm:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(255, 204, 1, 0.5) !important;
}

.swal-btn-cancel {
    font-weight: 500 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    min-width: 100px !important;
}

.swal2-actions {
    margin-top: 15px !important;
    gap: 8px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}

/* Botões de quantidade no modal do produto */
#qty-decrease:hover,
#qty-increase:hover {
    background: #FFCC01 !important;
    color: white !important;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(255, 204, 1, 0.3);
}

#qty-decrease:active,
#qty-increase:active {
    transform: scale(0.95);
}

/* Responsividade do Modal de Produto */
@media screen and (max-width: 768px) {
    .swal2-popup {
        width: 90vw !important;
        max-width: 90vw !important;
        margin: 0 !important;
        border-radius: 12px !important;
    }
    
    .swal-btn-confirm,
    .swal-btn-cancel {
        padding: 9px 16px !important;
        font-size: 0.85rem !important;
        min-width: 100px !important;
    }
    
    .swal2-actions {
        flex-direction: row !important;
        gap: 8px !important;
    }
}

@media screen and (max-width: 480px) {
    .swal2-popup {
        width: 95vw !important;
        max-width: 95vw !important;
        padding: 15px !important;
        border-radius: 10px !important;
    }
    
    .swal2-html-container {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .swal-btn-confirm,
    .swal-btn-cancel {
        padding: 8px 14px !important;
        font-size: 0.8rem !important;
        min-width: 90px !important;
        flex: 1 !important;
    }
    
    .swal2-actions {
        width: 100% !important;
        gap: 6px !important;
    }
    
    #qty-decrease,
    #qty-increase {
        width: 32px !important;
        height: 32px !important;
        font-size: 16px !important;
    }
    
    #quantidade-produto {
        font-size: 1.3rem !important;
        min-width: 40px !important;
    }
}

@media screen and (max-height: 700px) {
    .swal2-popup {
        max-height: 85vh !important;
    }
}

@media screen and (max-height: 600px) {
    .swal2-popup {
        max-height: 80vh !important;
    }
}

.btn {
    display: flex;
    margin: 10px auto;
    padding: 10px 20px;
    cursor: pointer;
    background: #000000;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}

.btnSair {
    position: absolute;
    top: 10px;
    right: 55px;
    width: auto;
    padding: 10px 10px;
    cursor: pointer;
    background: #000000;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    align-items: center;
    font-size: 12px;
    z-index: 1;
}

.btnFidelidade {
    position: absolute;
    top: 10px;
    right: 117px;
    width: auto;
    padding: 10px 10px;
    cursor: pointer;
    background: #000000;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    align-items: center;
    font-size: 12px;
    z-index: 1;
}

.btn:hover,
a.voltar:hover,
a.voltar2:hover,
.btnSair:hover,
.btnFidelidade:hover {
    opacity: 0.9;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn {
    max-width: 270px;
}

a.login {
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 12px;
    margin: 0;
    z-index: 1;
}

a.login i {
    padding-left: 0;
    font-size: 20px;
}

.btn i {
    padding-left: 10px;
}

.btn i.right {
    padding-right: 10px;
    padding-left: 0;
}

.btnVerde {
    background: #077c22 !important;
}

.btnVerde:hover {
    opacity: 1;
    background: #3ac93f !important;
}

.btnCinza {
    background: #cecece !important;
    cursor: not-allowed;
}

.aberto {
    padding: 5px 10px;
    border-radius: 20px;
    color: #077c22;
    background-color: #d7fdd7;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    z-index: 1;
}

.fechado {
    padding: 5px 10px;
    border-radius: 20px;
    color: #c90000;
    background-color: #eed3d7;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    z-index: 1;
}

@keyframes btn-pisca {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.btn-pisca {
  -webkit-animation: btn-pisca .9s linear infinite;
  -moz-animation: btn-pisca .9s linear infinite;
  -ms-animation: btn-pisca .9s linear infinite;
  -o-animation: btn-pisca .9s linear infinite;
  animation: btn-pisca .9s linear infinite;
}

.lojaFechada {
    padding: 15px 0;
    text-align: center;
}

#login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
    text-align: center;
}

#login .form {
    display: none;
}

#login h1 {
    font-size: 25px;
    text-align: center;
}

#login p {
    text-align: center;
}

#login .codigoConfirmacao {
    display: none;
}

#login .codigoConfirmacao input {
    font-size: 25px;
}

#login .opcoes {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.btnGoogle,
.btnEmail,
.btnSemCadastro {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    background: #2864EF;
    max-width: 300px;
    margin: 5px auto;
}

.btnGoogle:hover,
.btnEmail:hover,
.btnSemCadastro:hover {
    transition: .2s;
    opacity: 0.9;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btns {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btns .btn {
    margin: 10px 0 20px 0;
}


/*alertaMSG*/
.alert {
    width: 100%;
    font-size: 14px;
    padding: 10px 2.5%;
    margin: 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    float: left;
    text-align: center;
    border-radius: 10px;
    outline: 2px solid #403f3f;
}

.alert>span {
    width: auto;
    font-size: 25px;
    padding-right: 20px;
    color: #c90000;
    background: none;
}

.alert-success {
    outline: 2px solid #468847;
    color: #077c22;
}

.alert-error {
    outline: 2px solid #b94a48;
    color: #b94a48;
}

.alert-info {
    outline: 2px solid #fbbc05;
    background-color: #fcefcc;
    color: #000000;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.containerFinalizar {
    max-width: 800px;
    border: 2px solid #cecece;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 30px 30px 30px;
    margin-top: 20px;
    margin-bottom: 100px;
    display: table;
}

.containerFinalizar h2 {
    text-align: center;
    margin: 20px 0 20px 0;
}

.containerFinalizar h2:first-child {
    margin-top: 0;
}

.opacidade {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1048;
    background-color: rgba(0, 0, 0, 0.2);
}

#opacidade {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9997;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#opacidade.opacidade {
    display: block;
}

a {
    color: #403f3f;
}

/* MAIN HEADER */
header#topo {
    /*box-shadow: 0 1px 10px rgba(0,0,0,.05);*/
    background: #ffffff;
    border-bottom: 1px solid #f8fafc;
}

header#topo .cover {
    height: 172px;
    position: relative;
    background-size: auto;
}

header#topo .borda {
    height: 65px;
    border-radius: 40px 40px 0 0;
    background: #ffffff;
    position: inherit;
    top: 110px;
    z-index: 1;
}

header#topo .cover .logo {
    position: absolute;
    top: 55px;
    left: calc(50% - 60px);
    z-index: 5;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 300px;
    border: 4px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    transition: .35s;
    background: white;
}

header#topo .cover .logo figure {
    width: 100%;
    height: 100%;
}

header#topo .cover .logo figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s;
}

header#topo .cover .logo:hover img {
    transform: scale(1.15);
}

header#topo .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 5px;
}

header#topo .info h1 {
    font-family: Poppins;
    font-weight: 900;
    color: #676767;
}

header#topo .info h2 {
    color: #676767;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 10px;
}

header#topo .info .detalhes {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}

header#topo .info .icones {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

header#topo .info .icones a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border: 2px solid #EEE;
    border-radius: 100px;
    background: #FFF;
    color: #AAA;
    font-size: 20px;
    transition: .2s;
}

header#topo .info .icones a:hover {
    color: #676767;
    border-color: #676767;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .05);
}

header#topo .info .icones i {
    display: flex;
    transition: .2s;
}

header#topo .info .icones a:hover i {
    transform: scale(1.1);
}

header#topo .info .detalhe {
    display: flex;
    flex-direction: row;
    font-size: small;
    gap: 10px;
    padding: 2px 0;
}

header#topo .info .detalhe>div {
    flex-direction: row;
}

header#topo .info .mostrarHorario {
    cursor: pointer;
    flex-direction: initial;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

header#topo .info .horarios {
    display: none;
    font-size: 14px;
    border: 2px solid #cecece;
    padding: 20px;
    border-radius: 20px;
    width: 400px;
    margin: 0 auto 15px auto;
}

header#topo .info .horarios .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

header#topo .info .horarios .destaque {
    font-weight: bold;
}

header#topo #menuCategorias {
    padding: 10px;
}

header#topo #menuCategorias .container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

header#topo #menuCategorias a.pesquisar {
    color: #ffffff;
    font-size: 25px;
    padding: 0 10px;
}

header#topo #menuCategorias.fixed {
    position: fixed;
    top: 0;
    padding: 15px 0 15px 0;
    width: 100%;
    z-index: 11;
    box-shadow: 0 1px 10px rgb(0 0 0 / 5%);
}

header#topo .categorias {
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    justify-content: center;
}

header#topo .categorias a {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 20px;
    white-space: nowrap;
    font-weight: 700;
    border-top: 2px solid #000000;
}

header#topo .categorias a:hover,
header#topo .categorias a.ativo {
    color: #ffffff;
    border-top: 2px solid #ffffff;
}

header#topo .categorias a.ativo {
    font-weight: bold;
}

.form-busca {
    width: 100%;
    padding: 8px 0px 5px 0px;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.form-busca input {
    width: 50%;
    min-height: 40px;
    padding: 9px 10px;
    padding-left: 20px;
    font-size: 16px;
    border: 2px solid #403f3f;
    background: #fff;
    border-radius: 25px;
}

.form-busca input::placeholder {
    font-weight: 600;
    color: #000000;
}
.form-busca span{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: red;
    margin-top: 5px;
}

main#lista {
    margin-top: 5px;
    padding-bottom: 85px;
}

main#lista h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

main#lista .produtos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

main#lista .produtos .item {
    display: flex;
    min-height: 180px;
    max-height: 180px;
}

main#lista .produtos .item a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 12px;
    background: #FFF;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #cecece;
    transition: all 0.3s ease;
    overflow: hidden;
}

main#lista .produtos .item:last-child a {
    margin-bottom: 20px;
}

main#lista .produtos .item a:hover {
    background: #f8fafc;
    border-color: #FFA500;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

main#lista .produtos .item .texto {
    display: flex;
    flex-direction: column;
    padding-right: 8px;
    flex: 1;
    justify-content: space-between;
    overflow: hidden;
    min-width: 0;
}

main#lista .produtos .item .texto h3 {
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

main#lista .produtos .item .texto span.descricao-produto {
    font-size: 12px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #666;
    margin-bottom: 6px;
}

main#lista .produtos .item .texto .preco-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    flex-wrap: nowrap;
}

main#lista .produtos .item .texto span.precoPromocao {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

main#lista .produtos .item .texto span.preco {
    color: #077c22;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

main#lista .produtos .item .texto span.preco b {
    color: #077c22;
}

span.estoque {
    font-size: 10px !important;
    margin-top: 2px;
    -webkit-line-clamp: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main#lista .produtos .item .fotoProduto {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

main#lista .produtos .item figure {
    width: 120px;
    height: 120px;
    border: 1px solid #cecece;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

main#lista .produtos .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main #desenvolvimento {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
}

main #desenvolvimento img:hover {
    opacity: 0.7;
}

main #desenvolvimento .btn2 {
    padding: 5px 10px;
    border: 1px solid #676767;
    border-radius: 20px;
    width: 300px;
    margin: 10px auto 35px auto;
}

main #desenvolvimento .btn2:hover {
    background: #2864EF;
    border: 1px solid #2864EF;
    color: #ffffff;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    font-weight: bold;
    color: #ffffff;
}

footer#carrinho {
    display: none;
    flex-direction: column;
    text-align: center;
}

footer#carrinho.show {
    display: flex !important;
}

footer#carrinho a {
    color: #ffffff;
    padding: 15px 0;
}

footer#carrinho a.verSacola:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

footer#carrinho a.rastreamento {
    background: #077c22;
    padding: 5px;
    margin-bottom: 10px;
    animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
    }
    @keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

footer#carrinho .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer#carrinho .container .icone span {
    top: -1.2em;
    left: 0.1em;
    position: relative;
    background: #ffffff;
    padding: 3px 5px;
    color: #000000;
    font-size: 60%;
    border-radius: 3px;
}

#info {
    width: 100%;
    max-width: 480px;
    position: fixed;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 9998;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    display: none;
    animation: slideIn 0.3s ease-out;
}

#info.mostrar {
    display: flex;
    flex-direction: column;
}

/* Header do Modal Info */
#info .info-header {
    position: sticky;
    top: 0;
    background: linear-gradient(135deg, #FFCC01 0%, #FFB800 100%);
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#info .info-header h2 {
    margin: 0;
    font-size: 1.4rem;
    color: #403f3f;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

#info .info-header h2 i {
    font-size: 1.3rem;
}

#info a.fechar {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #403f3f;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s;
    backdrop-filter: blur(10px);
}

#info a.fechar:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Conteúdo do Modal Info */
#info .info-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Cards de Informação */
#info .info-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

#info .info-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    border-color: #FFCC01;
}

#info .info-card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #FFCC01;
}

#info .info-card-header i {
    font-size: 1.3rem;
    color: #FFCC01;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(255, 204, 1, 0.2);
}

#info .info-card-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #403f3f;
    font-weight: 600;
}

#info .info-card-body {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Itens de Informação */
#info .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.2s ease;
}

#info .info-item:hover {
    background: #e9ecef;
    transform: translateX(4px);
}

#info .info-item i {
    font-size: 1.2rem;
    color: #077c22;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 124, 34, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
}

#info .info-item span {
    font-size: 0.95rem;
    color: #403f3f;
    font-weight: 500;
}

/* Item Destaque (Área de Entrega) */
#info .info-item-destaque {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(135deg, #d7fdd7 0%, #e8ffe8 100%);
    border-radius: 12px;
    border: 2px solid #077c22;
}

#info .info-item-location {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

#info .info-item-location i {
    font-size: 1.3rem;
    color: #077c22;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 8px;
    flex-shrink: 0;
}

#info .info-item-location span {
    font-size: 1rem;
    color: #077c22;
    font-weight: 600;
}

#info .info-item-badge {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#info .info-item-badge span {
    font-size: 0.9rem;
    color: #077c22;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Responsividade para Mobile */
@media only screen and (max-width: 767px) {
    #info {
        max-width: 100%;
        border-radius: 0;
    }

    #info .info-header h2 {
        font-size: 1.2rem;
    }

    #info .info-content {
        padding: 16px;
        gap: 14px;
    }

    #info .info-card-header {
        padding: 14px 16px;
    }

    #info .info-card-header h3 {
        font-size: 1rem;
    }

    #info .info-card-body {
        padding: 14px 16px;
    }

    #info .info-item {
        padding: 10px;
    }

    #info .info-item-destaque {
        padding: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    #info .info-item-badge {
        align-self: flex-start;
    }
}

@media only screen and (max-width: 450px) {
    #info .info-header {
        padding: 16px;
    }

    #info .info-header h2 {
        font-size: 1.1rem;
    }

    #info .info-content {
        padding: 14px;
        gap: 12px;
    }

    #info .info-card {
        border-radius: 12px;
    }

    #info .info-card-header {
        padding: 12px 14px;
        gap: 10px;
    }

    #info .info-card-header i {
        font-size: 1.1rem;
        width: 28px;
        height: 28px;
    }

    #info .info-card-header h3 {
        font-size: 0.95rem;
    }

    #info .info-card-body {
        padding: 12px 14px;
        gap: 10px;
    }

    #info .info-item {
        padding: 10px;
        gap: 10px;
    }

    #info .info-item i {
        font-size: 1.1rem;
        width: 26px;
        height: 26px;
    }

    #info .info-item span {
        font-size: 0.9rem;
    }

    #info .info-item-destaque {
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    #info .info-item-location i {
        font-size: 1.2rem;
        width: 28px;
        height: 28px;
    }

    #info .info-item-location span {
        font-size: 0.95rem;
    }

    #info .info-item-badge {
        align-self: flex-start;
    }

    #info .info-item-badge span {
        font-size: 0.85rem;
    }
}

#meuCarrinho {
    width: 100%;
    max-width: 420px;
    position: fixed;
    height: 100%;
    top: 0px;
    right: 0px;
    display: none;
    z-index: 9998;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

#meuCarrinho.mostrar {
    display: flex;
    flex-direction: column;
    padding: 0;
}

/* Header do Modal */
#meuCarrinho .modal-header {
    position: sticky;
    top: 0;
    background: linear-gradient(135deg, #FFCC01 0%, #FFB800 100%);
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

#meuCarrinho a.fechar {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #403f3f;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s;
    backdrop-filter: blur(10px);
}

#meuCarrinho a.fechar:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

#meuCarrinho h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #403f3f;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#meuCarrinho h1 i {
    font-size: 1.3rem;
}

/* Lista de Itens */
#meuCarrinho .lista {
    overflow-y: auto;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 12px;
    flex: 1;
}

#meuCarrinho .lista .item {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #f0f0f0;
}

#meuCarrinho .lista .item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px);
    border-color: #FFCC01 !important;
}

/* Imagem do Produto */
#meuCarrinho .lista .item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #f0f0f0;
}

/* Layout do Item */
#meuCarrinho .lista .item .item-content {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

#meuCarrinho .lista .item .col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

/* Botão Remover */
#meuCarrinho .lista .item .btn-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: rgba(230, 57, 57, 0.1);
    border: none;
    border-radius: 50%;
    color: #e63939;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

#meuCarrinho .lista .item .btn-remove:hover {
    background: #e63939 !important;
    color: white !important;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 4px 8px rgba(230,57,57,0.4) !important;
}

/* Controles de Quantidade */
#meuCarrinho .lista .item .quantity-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

#meuCarrinho .lista .item .btn-qty-decrease,
#meuCarrinho .lista .item .btn-qty-increase {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #FFCC01;
    background: white;
    color: #FFCC01;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

#meuCarrinho .lista .item .btn-qty-decrease:hover,
#meuCarrinho .lista .item .btn-qty-increase:hover {
    background: #FFCC01 !important;
    color: white !important;
    transform: scale(1.1);
}

/* Textos do Item */
.lista .item .col .nomeProduto {
    text-align: left;
    font-weight: 600;
    font-size: 0.95rem;
    color: #403f3f;
    line-height: 1.3;
}

.lista .item .col .detalheProduto {
    text-align: left;
    font-size: 0.8rem;
    color: #718096;
    line-height: 1.2;
}

.lista .item .col .precoProduto {
    font-size: 1rem;
    font-weight: 600;
    color: #077c22;
    margin-top: 4px;
}

.lista .item .col .complementosProduto,
.lista .item .col .obsProduto {
    padding-top: 8px;
    text-align: left;
    font-size: 0.75rem;
    color: #a0aec0;
    padding: 6px 8px;
    background: #f7fafc;
    border-radius: 6px;
    margin-top: 6px;
}

/* Footer do Modal */
#meuCarrinho .modal-footer {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

#meuCarrinho .totalPedido {
    text-align: center;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 15px;
    border-radius: 12px;
    border: 2px solid #86efac;
}

#meuCarrinho .totalPedido .label {
    font-size: 0.85rem;
    color: #065f46;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

#meuCarrinho .totalPedido span,
#pedido .totalPedido span {
    color: #077c22;
    font-weight: bold;
    font-size: 1.5rem;
}

#meuCarrinho #btnFinalizarPedido {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #FFCC01 0%, #FFB800 100%);
    color: #403f3f;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 204, 1, 0.3);
}

#meuCarrinho #btnFinalizarPedido:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 204, 1, 0.5) !important;
    background: linear-gradient(135deg, #FFB800 0%, #FFA500 100%) !important;
}

#meuCarrinho #btnFinalizarPedido:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 204, 1, 0.4) !important;
}

#meuCarrinho em {
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-style: italic;
    color: #718096;
    font-size: 0.9rem;
}

/* Carrinho Vazio */
#meuCarrinho .carrinhoVazio {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 30px;
    flex: 1;
    justify-content: center;
}

#meuCarrinho .carrinhoVazio i {
    font-size: 4rem;
    color: #e2e8f0;
    margin-bottom: 20px;
}

#meuCarrinho .carrinhoVazio h3 {
    font-size: 1.2rem;
    color: #403f3f;
    margin-bottom: 8px;
}

#meuCarrinho .carrinhoVazio p {
    padding: 0;
    color: #718096;
    font-size: 0.9rem;
    line-height: 1.5;
}

a.voltar,
a.voltar2 {
    display: table;
    padding: 10px 20px;
    align-items: center;
    background: red;
    color: #ffffff;
    border-radius: 100px;
    margin: 10px 0;
    font-size: 12px;
    position: fixed;
    top: 0;
    left: 10px;
}

a.voltar i,
a.voltar2 i {
    padding-right: 10px;
}

#produto {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    background: #ffffff;
    overflow-y: auto !important;
    display: none;
}

#detalhesProduto .info1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#detalhesProduto .info1 .fotoProduto {
    margin-right: 20px;
}

#detalhesProduto .info1 .fotoProduto figure {
    max-width: 300px;
    max-height: 300px;
    overflow: hidden;
    margin: 0;
}

#detalhesProduto .info1 .fotoProduto figure img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

#detalhesProduto .info1 .descricao {
    max-width: 450px;
    display: flex;
    flex-direction: column;
}

#detalhesProduto .info1 .precoPromocao {
    text-decoration: line-through;
}

#detalhesProduto .info1 .preco {
    color: #077c22;
    font-size: 25px;
    font-weight: bold;
}

#detalhesProduto .info2 {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

#detalhesProduto .info2 .tipo {
    margin-bottom: 20px;
}

#detalhesProduto .info2 .tipo .topo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cecece;
    border-radius: 10px 10px 0 0;
    color: #000000;
}

#detalhesProduto .info2 .tipo .fixed {
    position: sticky;
    top: 50px;
    z-index: 2;
}

#detalhesProduto .info2 h3 {
    padding: 10px 10px 0 10px;
    font-size: 16px;
    line-height: 18px;
}

#detalhesProduto .info2 .tipo .topo span.detalhe {
    display: flex;
    font-size: 14px;
    padding-bottom: 10px;
    padding: 0 10px 10px 10px;
}

#detalhesProduto .info2 .tipo .topo .col2 {
    width: 160px;
    padding-right: 15px;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 3px;
}

#detalhesProduto .info2 .tipo .topo .col2 span {
    font-size: 8px;
    padding: 5px 8px;
    background: #000000;
    border-radius: 5px;
    color: #ffffff;
}

#detalhesProduto .info2 .tipo .topo .col2 span.escolhidos span {
    padding: 0;
}

#detalhesProduto .info2 .tipo .topo .col2 i {
    display: none;
    color: #077c22;
    font-size: 20px;
}

#detalhesProduto .info2 .opcoes {
    display: flex;
    justify-content: space-between;
    border: 1px dashed #cecece;
    border-top: 0;
    padding: 10px;
    gap: 10px;
}

#detalhesProduto .info2 .opcoes > div.desc {
    display: flex; justify-content: space-between; align-items: center;
}

#detalhesProduto .info2 .opcoes > img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    cursor: pointer;
}

#detalhesProduto .info2 .opcoes:last-child {
    border-radius: 0 0 10px 10px;
}

#detalhesProduto .info2 .opcoes .nome .preco {
    color: #077c22;
    font-weight: bold;
}


#detalhesProduto .info2 .opcoes input.opcao {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#detalhesProduto .info2 .opcoes input+label {
    position: relative;
    cursor: pointer;
    padding-left: 60px;
    display: flex;
    align-items: center;
    height: 30px;
}

#detalhesProduto .info2 .opcoes input[type=checkbox]+label::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 26px;
    border-radius: 100px;
    background: #ccc;
    border: solid 2px #cccccc;
    vertical-align: bottom;
}

#detalhesProduto .info2 .opcoes input[type=checkbox]+label::after {
    content: '';
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 5px;
    transition: .35s;
}

#detalhesProduto .info2 .opcoes input[type=checkbox]:checked+label::after {
    content: '';
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    bottom: 5px;
}

#detalhesProduto .info2 .opcoes span.detalheOpcao {
    font-size: 13px;
    font-style: italic;
    display: flex;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.imagem-ampliada {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.imagem-ampliada img {
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
}
.imagem-ampliada button {
    background-color: #ffffff;
    border: 0;
    padding: 10px;
    position: absolute;
    bottom: 12px;
    right: 4px;
    border-radius: 10px;
    cursor: pointer;
}

.imagem-ampliada button.fechar {
    top: 5px;
    bottom: auto;
    padding: 5px 10px;
}

.info2 em,
.observacao2 em {
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}

#detalhesProduto .info3 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 30px;
    background: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

#detalhesProduto .info3 #precoProduto {
    font-weight: bold;
    font-size: 18px;
    color: #077c22;
}

.qtdeProduto,
.qtdeProdutoOpcao {
    display: flex;
    justify-content: space-around;
    border: 2px solid #cecece;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #ffffff;
    max-width: 125px;
    height: 40px;
}

#meuCarrinho .qtdeProduto {
    margin-top: 5px;
}

.qtdeProduto button,
.qtdeProdutoOpcao button {
    min-width: 45px;
    border: 0;
    background: none;
    color: #676767;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.qtdeProdutoOpcao button {
    min-width: 45px;
}

.qtdeProdutoOpcao button:disabled, .qtdeProduto button:disabled {
    color: #cecece;
    cursor: not-allowed;
}

.qtdeProduto button i,
.qtdeProdutoOpcao button i {
    font-weight: bold;
    font-size: 18px;
}

#detalhesProduto button.adicionarProduto {
    margin: 0;
}

#detalhesProduto .info3 input,
#meuCarrinho .lista .item input,
#detalhesProduto .info2 .opcoes .qtdeProdutoOpcao input {
    text-align: center;
    min-width: 0;
    display: flex;
    border: 0;
    background: #ffffff;
}

#pedido .lista {
    display: flex;
    flex-direction: column;
}

#pedido .lista .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #cecece;
    padding: 10px 0;
}

#pedido .lista .item .col {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 0 5px;
}

#pedido .lista .item .col:nth-child(2) {
    min-width: 100px;
}

#pedido .totalPedido {
    text-align: center;
    margin-top: 40px;
    background: #f5f5f5;
    padding: 10px 0;
    border-radius: 20px;
}

#pedido .observacao2 {
    display: flex;
    flex-direction: column;
}


.form {
    width: 100%;
    display: table;
}

.form .campo {
    width: 100%;
    float: left;
}

.form .input75 {
    width: 75%;
}

.form .input50 {
    width: 50%;
}

.form .input25 {
    width: 25%;
}

.form .espaco {
    padding-left: 3%;
}

#detalhesProduto .info2>label,
#pedido .observacao2 label,
.form label {
    margin-top: 10px;
    font-weight: bold;
    float: left;
}

#detalhesProduto .info2>input,
#pedido .observacao2 input,
.form input {
    width: 100%;
    height: 53px;
    border: 2px solid #ccc;
    padding: 0 20px;
    margin-top: 5px;
    font-size: 16px;
    border-radius: 100px;
}

.form select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    background: none;
    height: 53px;
    padding: 0 20px;
    color: #676767;
}

input::placeholder {
    color: #dddddd !important;
    opacity: 1; /* Firefox */
}

#pedido .entrega {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

#pedido .entrega .radio {
    box-sizing: border-box;
    float: left;
    height: 60px;
    position: relative;
    width: 100%;
}

#pedido .entrega .radio+.radio {
    margin-left: 25px;
}

#pedido .entrega .radio label {
    background: #fff no-repeat center center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ccc;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#pedido .entrega .radio label span {
    z-index: 1;
    color: #676767;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

#pedido .entrega .radio label input[type=radio] {
    all: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#pedido .entrega .radio label input[type=radio]:checked {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#pedido .entrega .radio label input[type=radio]:checked+span,
#pedido .entrega .radio label:hover span {
    color: #ffffff;
}

#pedido .mostrarEntrega {}

#pedido .mostrarRetirada {
    display: none;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    background: #f5f5f5;
    margin-top: 20px;
    border-radius: 30px;
}

#pedido .entregaRetirada b {
    padding-bottom: 10px;
}

#pedido .valores {
    margin-top: 20px;
}

#pedido .valores div {
    display: flex;
    justify-content: space-between;
}

#pedido .valores .resumoSubtotalPedido {
    font-weight: 600;
}

#pedido .valores .resumoTotalPedido {
    border-top: 1px dashed #cecece;
    font-weight: 600;
}

#pedido .valores .resumoTotalPedido span {
    color: #077c22;
}

#pedido .trocarPontos {
    display: flex;
    justify-content: center;
}

#pedido .trocarPontos input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#pedido .trocarPontos input+label {
    position: relative;
    cursor: pointer;
    padding-left: 60px;
    float: left;
}

#pedido .trocarPontos input[type=checkbox]+label::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 26px;
    border-radius: 100px;
    background: #ccc;
    border: solid 2px #cccccc;
    vertical-align: bottom;
}

#pedido .trocarPontos input[type=checkbox]+label::after {
    content: '';
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

#pedido .trocarPontos input[type=checkbox]:checked+label::after {
    content: '';
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    bottom: 5px;
    transition: .35s;
}

#pedido .pagamentos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

#pedido .pagamentos input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#pedido .pagamentos input+label {
    position: relative;
    cursor: pointer;
    padding-left: 60px;
    float: left;
}

#pedido .pagamentos input[type=radio]+label::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 26px;
    border-radius: 100px;
    background: #ccc;
    border: solid 2px #cccccc;
    vertical-align: bottom;
}

#pedido .pagamentos input[type=radio]+label::after {
    content: '';
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

#pedido .pagamentos input[type=radio]:checked+label::after {
    content: '';
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    bottom: 5px;
    transition: .35s;
}

#pedido .pagamentos input.troco {
    position: relative;
    opacity: 100;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 100px;
    height: 53px;
    padding: 0 20px;
    margin-top: 5px;
}

#modalCarregando {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

#modal {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}

#modal .container {
    max-width: 600px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    border-top: 4px solid #E74C3C;
    padding: 20px;
    margin: 0 20px;
}

#modal .container .titulo i {
    color: #E74C3C;
    padding-right: 10px;
}

#modal .container .titulo {
    font-size: 20px;
    padding-bottom: 10px;
}

#modal .container button {
    background: #E74C3C;
    margin: 0;
    float: right;
}

#rastreamento {
    display: flex;
    text-align: center;
    justify-content: space-around;
    border-top: 2px solid #dee2e6;
}

#rastreamento .registro {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 25px;
    margin-right: 0;
}

#rastreamento .registro:before {
    content: "";
    position: absolute;
    height: 20px;
    border-right: 2px dashed #dee2e6;
    top: 0;
}

#rastreamento .registro span {
    display: table;
    margin: 0 auto;
    padding: 5px 20px;
}

#rastreamento .registro span.passou,
#rastreamento .registro span.confirmacao {
    background: #777777;
    border-radius: 20px;
    color: #ffffff;
}

#rastreamento .registro span.confirmacao {
    background: #f9bc0b;
    border-radius: 20px;
    color: #ffffff;
}

#pedidoSelecionado {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #ffffff;
    padding: 20px;
    z-index: 6;
}

#meuspedidos .item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

#meuspedidos .item .ver-pedido i:hover {
    opacity: 0.9;
    cursor: pointer;
}

#meuspedidos .item span.pedido {
    display: none;
}

#meuspedidos .item a.btnAconpanhar {
    width: 25px;
    height: 25px;
    background: #077c22;
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-left: 10px;
}

#meuspedidos .item a.btnAconpanhar:hover {
    opacity: 0.9;
}

.pagamentos .item span {
    font-size: 13px;
    color: #077c22;
}

.copiado {
    background: #077c22;
    color: #ffffff !important;
    padding: 10px 10px;
    display: none;
    position: fixed;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 10001;
}

@keyframes fa-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}



@media only screen and (max-width: 767px) {
    header#topo {
        padding-bottom: 0;
    }

    header#topo .info h1 {
        font-size: x-large;
    }

    header#topo .info .horarios {
        width: 80%;
    }

    header#topo .categorias {
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .form-busca input {
        width: 100%;
    }

    main#lista .produtos {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    main#lista .produtos .item {
        width: 100%;
        min-height: auto;
        max-height: none;
    }

    main#lista .produtos .item a {
        padding: 12px;
    }

    main#lista .produtos .item .texto h3 {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    main#lista .produtos .item .texto span.descricao-produto {
        font-size: 12px;
    }

    main#lista .produtos .item .texto span.precoPromocao {
        font-size: 11px;
    }

    main#lista .produtos .item .texto span.preco {
        font-size: 18px;
    }

    main#lista .produtos .item figure {
        width: 100px;
        height: 100px;
    }

    #detalhesProduto .info1 {
        flex-direction: column;
        text-align: center;
    }

    #detalhesProduto .info1 .fotoProduto {
        width: 100%;
        margin: 0 0 10px 0;
        display: flex;
        justify-content: center;
    }

    #detalhesProduto .info1 .fotoProduto figure {
        width: auto;
    }

    .containerFinalizar {
        border: 0;
        padding: 0 20px;
    }

    #pedido .pagamentos {
        display: flex;
        flex-direction: column;
    }

    #rastreamento {
        flex-direction: column;
    }

    footer#carrinho {
        padding: 8px 0;
    }

    footer#carrinho .container {
        padding: 0 10px !important;
    }

    footer#carrinho .total {
        font-size: 16px !important;
    }

    footer#carrinho a.verSacola {
        padding: 10px 16px !important;
        font-size: 14px;
        gap: 6px !important;
    }

    footer#carrinho a.verSacola i {
        font-size: 16px !important;
    }

    footer#carrinho a.verSacola span {
        font-size: 14px;
    }

    footer#carrinho .nrItens {
        font-size: 12px !important;
        padding: 2px 6px !important;
    }

    /* Modal do Carrinho em Mobile */
    #meuCarrinho {
        max-width: 100%;
        border-radius: 0;
    }

    #meuCarrinho .modal-header h1 {
        font-size: 1.3rem;
    }

    #meuCarrinho .lista .item img {
        width: 60px !important;
        height: 60px !important;
    }

    #meuCarrinho .lista .item .nomeProduto {
        font-size: 0.9rem !important;
    }

    #meuCarrinho .lista .item .detalheProduto {
        font-size: 0.75rem !important;
    }

    #meuCarrinho .lista .item .precoProduto {
        font-size: 0.95rem !important;
    }

    #meuCarrinho .totalPedido span {
        font-size: 1.3rem !important;
    }

    #meuCarrinho #btnFinalizarPedido {
        font-size: 0.95rem;
        padding: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    main#lista .produtos {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    main#lista .produtos .item {
        min-height: 170px;
        max-height: 170px;
    }

    main#lista .produtos .item .texto h3 {
        font-size: 14px;
    }

    main#lista .produtos .item .texto span.descricao-produto {
        font-size: 11px;
    }

    main#lista .produtos .item .texto span.precoPromocao {
        font-size: 10px;
    }

    main#lista .produtos .item .texto span.preco {
        font-size: 16px;
    }

    main#lista .produtos .item figure {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 450px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .aberto, .fechado {
        position: fixed;
        left: 10px;
        top: 10px;
    }

    header#topo .info .icones {
        gap: 5px;
    }
    
    header#topo .info .icones a {
        width: 40px;
        height: 40px;
    }
    
    header#topo .info .mostrarHorario {
        flex-direction: row;
    }

    header#topo .info .horarios {
        width: 90%;
    }

    main#lista .produtos {
        gap: 10px;
    }

    main#lista .produtos .item {
        min-height: auto;
    }

    main#lista .produtos .item a {
        padding: 10px;
    }

    main#lista .produtos .item .texto {
        max-width: none;
        padding-right: 6px;
    }

    main#lista .produtos .item .texto h3 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    main#lista .produtos .item .texto span.descricao-produto {
        font-size: 11px;
    }

    main#lista .produtos .item .texto .preco-container {
        gap: 6px;
    }

    main#lista .produtos .item .texto span.precoPromocao {
        font-size: 10px;
    }

    main#lista .produtos .item .texto span.preco {
        font-size: 16px;
    }

    main#lista .produtos .item figure {
        width: 90px;
        height: 90px;
    }

    span.estoque {
        font-size: 9px !important;
    }

    footer#carrinho {
        padding: 6px 0;
    }

    footer#carrinho .container {
        padding: 0 8px !important;
        gap: 8px;
    }

    footer#carrinho .total {
        font-size: 14px !important;
    }

    footer#carrinho a.verSacola {
        padding: 8px 12px !important;
        font-size: 12px;
        gap: 4px !important;
        border-radius: 8px !important;
    }

    footer#carrinho a.verSacola i {
        font-size: 14px !important;
    }

    footer#carrinho a.verSacola span {
        font-size: 12px;
    }

    footer#carrinho .nrItens {
        font-size: 11px !important;
        padding: 1px 5px !important;
        min-width: 20px !important;
    }

    #meuCarrinho .lista .item {
        padding: 10px !important;
        gap: 8px !important;
    }

    #meuCarrinho .lista .item img {
        width: 55px !important;
        height: 55px !important;
    }

    #meuCarrinho .lista .item .nomeProduto {
        font-size: 13px !important;
    }

    #meuCarrinho .lista .item .detalheProduto {
        font-size: 10px !important;
    }

    #meuCarrinho .lista .item .btn-remove {
        padding: 5px 8px !important;
        top: 8px !important;
        right: 8px !important;
    }

    #meuCarrinho .lista .item .btn-remove i {
        font-size: 11px !important;
    }

    #pedido h2 {
        font-size: 20px;
    }

    #pedido .entrega .radio {
        height: 80px;
    }

    #pedido .entrega .radio label,
    #pedido .entrega .radio label input[type=radio]:checked {
        border-radius: 10px;
    }

    .form .input75,
    .form .input50,
    .form .input25 {
        width: 100%;
        padding-left: 0;
    }

    .imagem-ampliada {
        position: fixed;
        top: 50%;
        left: 25%;
        transform: translate(-17%, -50%);
        max-width: 100%;
        max-height: 100%;
        display: none;
    }

    #detalhesProduto .info2 .opcoes > div.desc {
        flex-direction: column;
        gap: 5px;
        align-items: end;
    }

    #detalhesProduto .info2 .opcoes > div.desc .nome {
        width: 100%;
    }
}

/* Toast Notifications - Responsivo */
.swal2-container.swal2-top-end {
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
}

.swal2-container.swal2-bottom-end {
    bottom: 90px !important;
    right: 10px !important;
    left: auto !important;
}

.swal2-popup.swal2-toast {
    max-width: calc(100vw - 20px) !important;
    min-width: 280px !important;
    width: auto !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.1) !important;
    font-size: 0.9rem !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border: 1px solid rgba(255, 204, 1, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.3s ease !important;
}

.swal2-popup.swal2-toast:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.2), 0 4px 12px rgba(0,0,0,0.15) !important;
    transform: translateY(-2px) !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0 !important;
    font-size: 0.95rem !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    color: #403f3f !important;
    font-weight: 500 !important;
}

.swal2-popup.swal2-toast .swal2-title b {
    color: #FFCC01 !important;
    font-weight: 700 !important;
}

.swal2-popup.swal2-toast .swal2-icon {
    margin-right: 12px !important;
    border-color: #FFCC01 !important;
    color: #FFCC01 !important;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success {
    border-color: #00A868 !important;
    color: #00A868 !important;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #00A868 !important;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    background-color: transparent !important;
}

.swal2-popup.swal2-toast .swal2-content {
    font-size: 0.85rem !important;
    margin: 0 !important;
}

.toast-notificacao {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
}

.toast-progress-bar {
    background: linear-gradient(90deg, #FFCC01 0%, #FFA500 100%) !important;
    height: 3px !important;
}

/* Responsividade Toast para Tablets */
@media screen and (max-width: 768px) {
    .swal2-popup.swal2-toast {
        max-width: calc(100vw - 16px) !important;
        min-width: 240px !important;
        padding: 12px 14px !important;
        font-size: 0.85rem !important;
        border-radius: 10px !important;
    }
    
    .swal2-popup.swal2-toast .swal2-title {
        font-size: 0.9rem !important;
    }
    
    .swal2-container.swal2-bottom-end {
        bottom: 85px !important;
        right: 8px !important;
    }
}

/* Responsividade Toast para Mobile */
@media screen and (max-width: 480px) {
    .swal2-popup.swal2-toast {
        max-width: calc(100vw - 16px) !important;
        min-width: auto !important;
        width: auto !important;
        max-width: calc(100vw - 32px) !important;
        padding: 12px 14px !important;
        font-size: 0.85rem !important;
        border-radius: 10px !important;
    }
    
    .swal2-popup.swal2-toast .swal2-title {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    
    .swal2-popup.swal2-toast .swal2-icon {
        width: 28px !important;
        height: 28px !important;
        margin-right: 10px !important;
    }
    
    .swal2-popup.swal2-toast .swal2-content {
        font-size: 0.75rem !important;
    }
    
    .swal2-container.swal2-top-end {
        top: 8px !important;
        right: 8px !important;
    }
    
    .swal2-container.swal2-bottom-end {
        bottom: 80px !important;
        right: 8px !important;
        left: 8px !important;
        max-width: calc(100vw - 16px) !important;
    }
}

/* Garantir que toast não seja cortado em altura pequena */
@media screen and (max-height: 600px) {
    .swal2-container.swal2-top-end {
        top: 5px !important;
    }
    
    .swal2-container.swal2-bottom-end {
        bottom: 70px !important;
    }
}

.box {
    padding: .8rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.countdown {
    /* padding: .5rem 1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#days, #hours, #seconds, #minutes {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: red;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    flex: 1;
}

.box span {
    font-size: 1rem;
    display: block;
}

.box p {
    margin: 0;
    font-size: 1rem;
}

.pulsar {
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(7, 124, 34, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(7, 124, 34, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(7, 124, 34, 0);
    }
}

/* Estilos para Avaliações */
.item-avaliacao {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.item-avaliacao:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: #d1d5db;
}

.avaliacao-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.avaliacao-nome {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.avaliacao-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-numero {
    font-weight: 600;
    font-size: 14px;
    color: #1f2937;
}

.item-avaliacao .estrelas {
    display: flex;
    gap: 2px;
}

.item-avaliacao .estrelas i {
    color: #fbbf24;
    font-size: 14px;
}

.avaliacao-texto {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

@media only screen and (max-width: 767px) {
    .item-avaliacao {
        padding: 16px;
        margin-bottom: 10px;
    }

    .avaliacao-nome {
        font-size: 15px;
    }

    .rating-numero {
        font-size: 13px;
    }

    .item-avaliacao .estrelas i {
        font-size: 13px;
    }

    .avaliacao-texto {
        font-size: 13px;
    }
}

@media only screen and (max-width: 450px) {
    .item-avaliacao {
        padding: 14px;
        margin-bottom: 8px;
        border-radius: 10px;
    }

    .avaliacao-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .avaliacao-nome {
        font-size: 14px;
    }

    .rating-numero {
        font-size: 12px;
    }

    .item-avaliacao .estrelas i {
        font-size: 12px;
    }

    .avaliacao-texto {
        font-size: 12px;
    }
}


