

body, h1, h2, h3, h4, input, select, textarea, button, h3, .button, table, tbody, thead, tr, td, [type=text] {
    font-family: "Inter", Arial;
    color: #0a2540;
}

[type=text], input, select, textarea {
    font-size: 15px;
    font-weight: 400;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
    opacity: 0.7;
}
input:disabled:focus,
input[readonly]:focus,
textarea:disabled:focus,
textarea[readonly]:focus {
    border-color: #ccc;
}
a {
    transition: color 0.3s ease, border-color 0.3s ease;
    color: #635bff;
}

b, strong {
    font-weight: 600;
}

h1, h2, h3 {
    margin-bottom: 0;
    font-weight: 600;
}

body {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    background-color: #f6f9fc;
}

footer {
    margin-top: 50px;
    padding: 35px 0;
    border-top: 1px solid #EDEDED;
}

footer p {
    font-size: 12px;
    line-height: 19px;
    color: #697386;
    letter-spacing: .01em;
    margin-bottom: 10px;
}

footer p b {
    color: #999;
    font-weight: 600;
}

footer div span {
    font-size: 11px;
    color: #bbbbbb;
}

footer a {
    color: #999 !important;
    text-decoration: none;
    border-bottom: 1px solid #aaaaaa;
    transition: color .2s ease, border-color .2s ease;
}

footer a:hover {
    color: #635bff !important;
    border-color: #635bff;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer-menu a {
    font-size: 12px;
    border-bottom: none;
}

.footer-menu a:hover {
    color: #544dd9;
}

.footer-menu-separador {
    flex: 0 0 auto;
    color: #cccccc;
    width: 3px;
    height: auto;
}

p {
    line-height: 23px;
    margin-bottom: 30px;
}

.button {
    margin-bottom: 0;
    border-radius: 8px;
    font-size: 15px;
    padding: 10px 20px;
    outline: none;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #635bff;
    color: white;
    font-weight: 500;
    transition: all 0.4s ease;
}

.button:hover {
    background-color: #372DFF;
    color: white;
    transition: all 0.4s ease;
}

.button:active, .button:focus {
    background-color: #635bff;
    color: white;
}

.button-green {
    background-color: #50B441;
    color: white;
}

.button-green:hover {
    background-color: #0DA414;
    color: white;
}

.button-green:active, .button-green:focus {
    background-color: #50B441;
    color: white;
}

.button-#DF2020 {
    background-color: #DA6B6B;
    color: white;
}

.button-#DF2020:hover {
    background-color: #DF2020;
    color: white;
}

.button-#DF2020:active, .button-#DF2020:focus {
    background-color: #DA6B6B;
    color: white;
}

button {
    outline: none;
}

.button.hollow {
    border-color: #697386 !important;
    color: #697386 !important;
    background-color: transparent !important;
}

.button.hollow:hover {
    border-color: #544dd9 !important;
    color: #544dd9 !important;
    background-color: transparent !important;
}

.double {
    display: flex;
    gap: 20px;
    align-items: center;
}

.double label {
    flex: 1;
}

.double.inputs {
    margin-bottom: 20px;
}

.double label input.field {
    margin-bottom: 0;
}

table {
    margin-bottom: 0;
}

[type=date]:focus, [type=text]:focus {
    box-shadow: none;
}

.reveal {
    border-radius: 0;
    border: none;
    outline: none;
    padding: 35px;
}

.reveal-headline {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
    gap: 30px;
}

.reveal-headline span {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 5px;
}

.reveal-headline h3 {
    font-size: 30px;
    line-height: 36px;
}

.reveal-headline-titulo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reveal-headline-titulo .button {
    margin-bottom: 0;
}

.reveal-botao-mobile {
    display: none;
}

.reveal-headline span svg {
    width: 28px;
    height: auto;
}

tbody tr .button {
    padding: 12px 17px;
    height: 47px;
    font-size: 15px;
}

tbody tr:hover {
    background-color: #fafafa !important;
}

input::placeholder {
    color: #aaa;
    opacity: 1;

}

input::-webkit-input-placeholder {

    color: #aaa;
}

input:-ms-input-placeholder {

    color: #aaa;
}

input::-ms-input-placeholder {

    color: #aaa;
}

.reveal-overlay {
    background-color: rgba(0, 0, 0, .8);
}

thead th {
    font-weight: 500;
    background-color: #f3f3f3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
}

tbody tr {
    border-bottom: 1px solid #ddd;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

tbody td, tfoot td, tfoot th, thead td, thead th {
    padding: 15px 20px;
}

.not-found {
    text-align: center;
    padding: 30px 20px;
    background-color: #f3f3f3;
    margin-bottom: 0;
    border: 1px solid #ddd;
    color: #697386;
    border-radius: 8px;
}

.not-found #limpar-filtro {
    margin-top: 12px;
}

tbody {
    border: none;
}

header {
    height: 70px;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.header > .header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dragging {
    opacity: 0.5;
}

.img-item {
    cursor: grab;
    border-radius: 10px;
}

.img-item:active {
    cursor: grabbing;
}

.header-logo a {
    color: white;
    font-size: 28px;
    font-weight: 800;
    outline: none;
    padding: 0 25px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.label-flex {
    display: flex;
    gap: 5px;
    align-items: center;
}

.label-flex span {
    padding-top: 4px;
}

.label-flex small {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 11px;
    color: #425466;
}

.button-icon {
    display: flex !important;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.button-icon svg {
    width: 22px;
    height: auto;
}

.button-icon:has(.button-icon-texto) svg {
    display: none;
}

@media (max-width: 640px) {
    .button-icon-texto {
        display: none;
    }

    .button-icon:has(.button-icon-texto) svg {
        display: block;
    }
}

.botao-texto-curto {
    display: none;
}

@media (max-width: 640px) {
    .botao-texto-completo {
        display: none;
    }

    .botao-texto-curto {
        display: inline;
    }
}

.flex-3 {
    flex: 3 !important;
}

.link-zap, .link-zap:hover {
    color: #0a2540;
}

.link-zap span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #0a2540;
}

.link-zap span svg {
    width: 22px;
    height: auto;
    margin-top: -4px;
    color: #25D366;
}

.galeria-content {
    border: 2px dashed #ccc;
    padding: 20px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 6px;
    align-items: center;
    border-radius: 8px;
}

.galeria-content .button.hollow {
    width: auto;
}

#galeria-preview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.img-item {
    position: relative;
}

.img-item button {
    position: absolute;
    right: -8px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 4px;
    top: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    border: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.img-item button.remover {
    background-color: #DF2020;
    color: white;
}

.img-item button svg {
    display: flex;
    width: 20px;
    justify-content: center;
    align-items: center;
    height: auto;
}

.img-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

#logo-preview
.img-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}
#logo-preview
.img-item img {
    height: auto;
    border-radius: 0;
}
.img-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #0a2540;
    padding: 3px 0;
    font-size: 9px;
    color: white;
}

.status {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: opacity 0.4s ease;
}

.status.loading::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.status.fade-out {
    opacity: 0;
}

.status.success svg {
    fill: #28a745;
}

.status.error svg {
    fill: #dc3545;
}

.img-item.erro-upload img {
    outline: 2px solid #dc3545;
    outline-offset: -2px;
}

.img-item {
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.img-item:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.img-item img {
    border-radius: 10px;
}

.img-item.chosen {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.img-item.arrastando {
    opacity: 0.9;
    transform: scale(1.04) rotate(1deg);
}

.img-item .ordem-badge {
    position: absolute;
    left: 8px;
    top: 8px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

#galeria-preview {
    min-height: 90px;
    transition: background-color 0.2s ease;
}

#galeria-preview.vazio {
    display: flex;
}

.galeria-vazia {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

.galeria-vazia svg {
    width: 35px;
    height: auto;
    flex-shrink: 0;
    color: #ccc;
}

.galeria-content.dragover {
    border-color: #0a2540;
    background-color: #f0f0f0;
}

.fields-group-categoria {
    display: flex;
    gap: 8px;
    margin-top: 3px;
}

.fields-group-categoria select {
    flex: 1;
    margin-top: 0;
}

.fields-group-categoria button {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fields-group-categoria button svg {
    width: 22px;
    height: auto;
}

.fields-group-categoria button:hover {
    background-color: #ffffff;
    border-color: #544dd9;
    color: #544dd9;
}

.tags-cliente-checkboxes {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    min-height: 40px;
}

.tags-cliente-checkboxes label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 29px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 100px;
    background-color: #fafafa;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.tags-cliente-checkboxes label:hover {
    border-color: #999;
    color: #999;
}

.tags-cliente-checkboxes .tag-cliente-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tags-cliente-checkboxes label:has(.tag-cliente-checkbox:checked) {
    border-color: #544dd9;
    color: #544dd9;
    background-color: #F4FAFF;
}

.tags-cliente-checkboxes:not(:has(label))::before {
    content: 'Nenhuma tag cadastrada ainda.';
    color: #999;
    font-size: 13px;
}

.contador-caracteres {
    display: block;
    text-align: right;
    font-size: 11px;
    color: #999;
    margin-top: 9px;
    margin-bottom: 15px;
}

.contador-caracteres.config {
    margin-top: -16px;
}

.contador-caracteres.limite {
    color: #DF2020;
}

#gerenciar-categorias {
    max-width: 480px;
}

#gerenciar-tamanhos {
    max-width: 480px;
}

#gerenciar-tags-cliente {
    max-width: 480px;
}

.config-destaques-repetidor {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
    margin-bottom: 14px;
}

.config-destaque-linha {
    display: flex;
    align-items: center;
    gap: 8px;
}

.config-destaque-linha .field {
    flex: 1 1 auto;
    margin: 0;
}

.config-destaque-remover {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #999;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
}

.config-destaque-remover svg {
    width: 24px;
    height: auto;
}

.config-destaque-remover:hover {
    border-color: #DF2020;
    color: #DF2020;
}

.config-campo-ajuda {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #999;
    margin-top: -16px;
    margin-bottom: 20px;
}

.config-campo-ajuda a {
    color: #544dd9;
    text-decoration: underline;
}

.config-campo-ajuda a:hover {
    color: #544dd9;
}

.tamanhos-field {
    margin-bottom: 25px;
}

.tamanhos-estoque-repetidor {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.tamanhos-estoque-repetidor:not(:has(.tamanho-estoque-linha)) {
    display: block;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #999;
    font-size: 13px;
}

.tamanhos-estoque-repetidor:not(:has(.tamanho-estoque-linha))::before {
    content: 'Nenhum tamanho adicionado ainda.';
}

.tamanho-estoque-linha {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tamanho-estoque-linha select.field {
    flex: 1 1 auto;
    margin: 0;
}

.tamanho-estoque-linha .tamanho-estoque-qtd {
    flex: 0 0 100px;
    margin: 0;
}

.tamanho-estoque-remover {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #999;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
}

.tamanho-estoque-remover svg {
    width: 24px;
    height: auto;
}

.tamanho-estoque-remover:hover {
    border-color: #DF2020;
    color: #DF2020;
}

.tamanhos-estoque-acoes {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.tamanhos-estoque-acoes #btn-adicionar-tamanho-estoque {
    flex: 1 1 auto;
}

.tamanhos-estoque-acoes #btn-novo-tamanho {
    flex: 0 0 auto;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tamanhos-estoque-acoes #btn-novo-tamanho:hover {
    background-color: #ffffff;
    border-color: #544dd9;
    color: #544dd9;
}

.tamanhos-estoque-acoes #btn-novo-tamanho svg {
    width: 22px;
    height: auto;
}

.categorias-add {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.categorias-add .field {
    margin: 0;
}

.categorias-add button {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    margin: 0;
    white-space: nowrap;
}

.categorias-add button svg {
    width: 16px;
    height: auto;
}

.lista-categorias {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 2px;
}

.categorias-loading, .categorias-vazia {
    text-align: center;
    color: #999;
    font-size: 15px;
    padding: 30px 0;
}

.categorias-loading .spinner {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.categoria-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fafafa;
    transition: all 0.25s ease;
    animation: categoria-entrar 0.25s ease;
    padding-right: 15px;
}

@keyframes categoria-entrar {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.categoria-item.categoria-nova {
    background-color: #eafaf0;
    border-color: #28a745;
}

.categoria-item.categoria-saindo {
    opacity: 0;
    transform: translateX(12px) scale(0.98);
}

.categoria-nome {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.categoria-count {
    font-size: 11px;
    color: #999;
    background-color: #eee;
    padding: 5px 11px;
    border-radius: 6px;
    white-space: nowrap;
    border-radius: 100px;
    margin-right: 7px;
}

.categoria-count.tem-produtos {
    color: #372DFF;
    background-color: #e6f3fb;
}

.status-pedido {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

.status-pedido.status-pendente {
    color: #b45309;
    background-color: #fff3cd;
}

.status-pedido.status-concluido {
    color: #0DA414;
    background-color: #eafaf0;
}

.pedidos-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pedido-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.pedido-card:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
    border-color: #E1E5EA;
}

.pedido-card-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.pedido-card-esquerda {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.pedido-card-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #635bff, #7C5CFC);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.pedido-card-avatar-0 {
    background: linear-gradient(135deg, #635bff, #7C5CFC);
}

.pedido-card-avatar-1 {
    background: linear-gradient(135deg, #1E98E1, #372DFF);
}

.pedido-card-avatar-2 {
    background: linear-gradient(135deg, #50B441, #0DA414);
}

.pedido-card-avatar-3 {
    background: linear-gradient(135deg, #F5A524, #C97A05);
}

.pedido-card-avatar-4 {
    background: linear-gradient(135deg, #E11D48, #BE123C);
}

.pedido-card-avatar-5 {
    background: linear-gradient(135deg, #06B6D4, #0E7490);
}

.pedido-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.pedido-card-nome {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pedido-card-meta {
    font-size: 13px;
    color: #697386;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pedido-card-direita {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}

.pedido-card-valor {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
}

.pedido-card-acoes-desktop {
    display: flex;
    gap: 6px;
}

.pedido-card-acoes-desktop .button.hollow {
    width: 28px;
    height: 38px;
    padding: 0;
    border: none;
}

.pedido-card-acoes-desktop .button.hollow svg {
    width: 24px;
    height: auto;
}

.pedido-card-acoes-mobile {
    display: none;
}

@media (max-width: 720px) {
    .pedido-card-topo {
        flex-direction: column;
        align-items: flex-start;
    }

    .pedido-card-direita {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }

    .pedido-card-acoes-desktop {
        display: none;
    }

    .pedido-card-acoes-mobile {
        display: flex;
        gap: 6px;
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid #ECECEC;
    }

    .pedido-card-acoes-mobile .button.hollow {
        flex: 1;
        gap: 4px;
        height: 38px;
        padding: 0;
        border-radius: 8px;
    }

    .pedido-card-acoes-mobile .button.hollow:hover {
        background-color: #F5F7FA !important;
    }

    .pedido-card-acoes-mobile .button.hollow svg {
        width: 18px;
        height: auto;
        flex-shrink: 0;
    }

    .pedido-card-acoes-mobile .button.hollow span {
        font-size: 13px;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .pedido-card-meta {
        white-space: normal;
    }
}

.produtos-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.produto-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.produto-card:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
    border-color: #E1E5EA;
}

.produto-card-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.produto-card-esquerda {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1 1 280px;
}

.produto-card-foto {
    flex-shrink: 0;
    width: 60px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F5F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C7CDD6;
}

.produto-card-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.produto-card-foto svg {
    width: 22px;
    height: 22px;
}

.produto-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.produto-card-nome {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.produto-card-meta {
    font-size: 13px;
    color: #697386;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.produto-card-estoque {
    display: inline-block;
    align-self: flex-start;
    margin-top: 4px;
    padding: 2px 9px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.produto-card-estoque.com-estoque {
    color: #544dd9;
    background-color: #F4FAFF;
    border: 1px solid #544dd9;
}

.produto-card-estoque.sem-estoque {
    color: #DF2020;
    background-color: #FFF2F2;
    border: 1px solid #DF2020;
}

.produto-card-direita {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
    margin-left: auto;
}

.produto-card-preco {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    min-width: 85px;
}

.produto-card-preco .preco {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
}

.produto-card-preco .promo {
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
    white-space: nowrap;
}

.produto-card-switches {
    display: flex;
    align-items: center;
    gap: 16px;
}

.produto-card-switch-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-bottom: 0;
}

.produto-card-switch-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #9AA5B1;
}

.produto-card-acoes-desktop {
    display: flex;
    gap: 6px;
}

.produto-card-acoes-desktop .button.hollow {
    width: 28px;
    height: 38px;
    padding: 0;
    border: none;
}

.produto-card-acoes-desktop .button.hollow svg {
    width: 24px;
    height: auto;
}

.produto-card-acoes-mobile {
    display: none;
}

@media (max-width: 900px) {
    .produto-card-direita {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .produto-card-topo {
        flex-direction: column;
        align-items: flex-start;
    }

    .produto-card-esquerda {
        flex-basis: auto;
        width: 100%;
    }

    .produto-card-direita {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .produto-card-preco {
        min-width: 0;
        flex-direction: row;
        gap: 7px;
        align-items: center;
    }

    .produto-card-switches {
        gap: 10px;
        width: 100%;
        border-top: 1px solid #ECECEC;
        padding-top: 7px;
    }
    .produto-card-switch-item {
        flex: 1;
    }

    .produto-card-acoes-desktop {
        display: none;
    }

    .produto-card-acoes-mobile {
        display: flex;
        gap: 6px;
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid #ECECEC;
    }

    .produto-card-acoes-mobile .button.hollow {
        flex: 1;
        gap: 6px;
        height: 38px;
        padding: 0;
        border-radius: 8px;
    }

    .produto-card-acoes-mobile .button.hollow:hover {
        background-color: #F5F7FA !important;
    }

    .produto-card-acoes-mobile .button.hollow svg {
        width: 18px;
        height: auto;
        flex-shrink: 0;
    }

    .produto-card-acoes-mobile .button.hollow span {
        font-size: 13px;
        font-weight: 600;
    }
}

.clientes-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cliente-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding:  18px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.cliente-card:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
    border-color: #E1E5EA;
}

.cliente-card-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.cliente-card-esquerda {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.cliente-card-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.cliente-card-avatar-0 {
    background: linear-gradient(135deg, #635bff, #7C5CFC);
}

.cliente-card-avatar-1 {
    background: linear-gradient(135deg, #1E98E1, #372DFF);
}

.cliente-card-avatar-2 {
    background: linear-gradient(135deg, #50B441, #0DA414);
}

.cliente-card-avatar-3 {
    background: linear-gradient(135deg, #F5A524, #C97A05);
}

.cliente-card-avatar-4 {
    background: linear-gradient(135deg, #E11D48, #BE123C);
}

.cliente-card-avatar-5 {
    background: linear-gradient(135deg, #06B6D4, #0E7490);
}

.cliente-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.cliente-card-nome {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cliente-card-meta {
    font-size: 13px;
    color: #697386;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cliente-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 4px;
}

.cliente-card-tag {
    padding: 2px 9px;
    border-radius: 100px;
    background-color: #F4FAFF;
    color: #544dd9;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #544dd9;
    text-transform: uppercase;
    white-space: nowrap;
}

.cliente-card-direita {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}

.cliente-card-total {
    font-size: 13px;
    color: #697386;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.cliente-card-total strong {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
}

.cliente-card-total small {
    font-size: 12px;
    color: #697386;
}

.cliente-card-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    height: 32px;
    padding: 0 12px;
    border-radius: 100px;
    background-color: #25D366;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color .15s ease;
}

.cliente-card-whatsapp:focus,
.cliente-card-whatsapp:hover {
    background-color: #1DA851;
    color: #ffffff;
}

.cliente-card-whatsapp svg {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
}

.cliente-card-acoes-desktop {
    display: flex;
    gap: 6px;
}

.cliente-card-acoes-desktop .button.hollow {
    width: 28px;
    height: 38px;
    padding: 0;
    border: none;
}

.cliente-card-acoes-desktop .button.hollow svg {
    width: 24px;
    height: auto;
}

.cliente-card-acoes-mobile {
    display: none;
}

@media (max-width: 720px) {
    .cliente-card-topo {
        flex-direction: column;
        align-items: flex-start;
    }

    .cliente-card-direita {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }

    .cliente-card-acoes-desktop {
        display: none;
    }

    .cliente-card-acoes-mobile {
        display: flex;
        gap: 6px;
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid #ECECEC;
    }

    .cliente-card-acoes-mobile .button.hollow {
        flex: 1;
        gap: 6px;
        height: 38px;
        padding: 0;
        border-radius: 8px;
    }

    .cliente-card-acoes-mobile .button.hollow:hover {
        background-color: #F5F7FA !important;
    }

    .cliente-card-acoes-mobile .button.hollow svg {
        width: 18px;
        height: auto;
        flex-shrink: 0;
    }

    .cliente-card-acoes-mobile .button.hollow span {
        font-size: 13px;
        font-weight: 600;
    }

    .cliente-card-total {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .cliente-card-meta {
        white-space: normal;
    }
}

.cupons-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.status-cupom {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

.status-cupom.status-ativo {
    color: #0DA414;
    background-color: #eafaf0;
}

.status-cupom.status-expirado {
    color: #697386;
    background-color: #f0f0f0;
}

.status-cupom.status-esgotado {
    color: #B8860B;
    background-color: #fdf3dc;
}

.status-cupom-mobile {
    display: none;
}

.cupom-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.cupom-card:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
    border-color: #E1E5EA;
}

.cupom-card-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.cupom-card-esquerda {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.cupom-card-icone {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06B6D4, #0E7490);
    color: #ffffff;
}

.cupom-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.cupom-card-nome-linha {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.cupom-card-nome {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cupom-card-meta {
    font-size: 13px;
    color: #697386;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cupom-card-direita {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}

.cupom-card-acoes-desktop {
    display: flex;
    gap: 6px;
}

.cupom-card-acoes-desktop .button.hollow {
    width: 28px;
    height: 38px;
    padding: 0;
    border: none;
}

.cupom-card-acoes-desktop .button.hollow svg {
    width: 24px;
    height: auto;
}

.cupom-card-acoes-mobile {
    display: none;
}

@media (max-width: 720px) {
    .cupom-card-topo {
        flex-direction: column;
        align-items: flex-start;
    }

    .cupom-card-direita {
        display: none;
    }

    .status-cupom-mobile {
        display: inline-block;
    }

    .cupom-card-acoes-mobile {
        display: flex;
        gap: 6px;
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid #ECECEC;
    }

    .cupom-card-acoes-mobile .button.hollow {
        flex: 1;
        gap: 6px;
        height: 38px;
        padding: 0;
        border-radius: 8px;
    }

    .cupom-card-acoes-mobile .button.hollow:hover {
        background-color: #F5F7FA !important;
    }

    .cupom-card-acoes-mobile .button.hollow svg {
        width: 18px;
        height: auto;
        flex-shrink: 0;
    }

    .cupom-card-acoes-mobile .button.hollow span {
        font-size: 13px;
        font-weight: 600;
    }
}

.usuarios-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.usuario-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.usuario-card-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.usuario-card:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
    border-color: #E1E5EA;
}

.usuario-card-esquerda {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.usuario-card-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
}

.usuario-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usuario-card-avatar-0 {
    background: linear-gradient(135deg, #635bff, #7C5CFC);
}

.usuario-card-avatar-1 {
    background: linear-gradient(135deg, #1E98E1, #372DFF);
}

.usuario-card-avatar-2 {
    background: linear-gradient(135deg, #50B441, #0DA414);
}

.usuario-card-avatar-3 {
    background: linear-gradient(135deg, #F5A524, #C97A05);
}

.usuario-card-avatar-4 {
    background: linear-gradient(135deg, #E11D48, #BE123C);
}

.usuario-card-avatar-5 {
    background: linear-gradient(135deg, #06B6D4, #0E7490);
}

.usuario-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.usuario-card-nome {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usuario-card-meta {
    font-size: 13px;
    color: #697386;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usuario-card-direita {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}

.usuario-card-atendimentos {
    font-size: 13px;
    color: #697386;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.usuario-card-atendimentos strong {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
}

.usuario-card-atendimentos small {
    font-size: 12px;
    color: #697386;
}

.usuario-card-acoes-desktop {
    display: flex;
    gap: 6px;
}

.usuario-card-acoes-desktop .button.hollow {
    width: 28px;
    height: 38px;
    padding: 0;
    border: none;
}

.usuario-card-acoes-desktop .button.hollow svg {
    width: 24px;
    height: auto;
}

.usuario-card-acoes-mobile {
    display: none;
}

@media (max-width: 720px) {
    .usuario-card-topo {
        flex-direction: column;
        align-items: flex-start;
    }

    .usuario-card-direita {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }

    .usuario-card-acoes-desktop {
        display: none;
    }

    .usuario-card-acoes-mobile {
        display: flex;
        gap: 6px;
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid #ECECEC;
    }

    .usuario-card-acoes-mobile .button.hollow {
        flex: 1;
        gap: 6px;
        height: 38px;
        padding: 0;
        border-radius: 8px;
    }

    .usuario-card-acoes-mobile .button.hollow:hover {
        background-color: #F5F7FA !important;
    }

    .usuario-card-acoes-mobile .button.hollow svg {
        width: 18px;
        height: auto;
        flex-shrink: 0;
    }

    .usuario-card-acoes-mobile .button.hollow span {
        font-size: 13px;
        font-weight: 600;
    }

    .usuario-card-atendimentos {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .usuario-card-meta {
        white-space: normal;
    }
}

.faturas-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fatura-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.fatura-card:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
    border-color: #E1E5EA;
}

.fatura-card-esquerda {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.fatura-card-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.fatura-card-avatar svg {
    width: 20px;
    height: 20px;
}

.fatura-card-avatar-pago {
    background: linear-gradient(135deg, #50B441, #0DA414);
}

.fatura-card-avatar-pendente {
    background: linear-gradient(135deg, #F5A524, #C97A05);
}

.fatura-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.fatura-card-nome {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fatura-card-meta {
    font-size: 13px;
    color: #697386;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fatura-card-direita {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}

.fatura-card-valor-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.fatura-card-valor {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
}

.fatura-card-pago-em {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #697386;
    white-space: nowrap;
}

.fatura-card-acoes-desktop .button {
    white-space: nowrap;
    margin-bottom: 0;
}

.fatura-card-acoes-mobile {
    display: none;
}

.fatura-card-sem-acao {
    color: #697386;
    font-size: 14px;
}

@media (max-width: 720px) {
    .fatura-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .fatura-card-direita {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }

    .fatura-card-pago-em {
        flex-direction: column;
        align-items: initial;
        gap: 0;
    }

    .fatura-card-pago-em-separador {
        display: none;
    }

    .fatura-card-acoes-desktop {
        display: none;
    }

    .fatura-card-acoes-mobile {
        display: flex;
        width: 100%;
        padding-top: 14px;
        margin-top: 4px;
        border-top: 1px solid #ECECEC;
    }

    .fatura-card-acoes-mobile .button {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .fatura-card-meta {
        white-space: normal;
    }
}

.atividades-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.atividade-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 18px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    cursor: pointer;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.atividade-card:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
    border-color: #E1E5EA;
}

.atividade-card-esquerda {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.atividade-card-avatar {
    flex-shrink: 0;
}

.atividade-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.atividade-card-nome b {
    font-weight: 600;
}

.atividade-card-nome {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.atividade-card-meta {
    font-size: 13px;
    color: #697386;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.atividade-card-direita {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
}

.atividade-card-ver-detalhes {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: none;
    padding: 6px 4px;
    font-size: 13px;
    font-weight: 600;
    color: #697386;
    white-space: nowrap;
    transition: color .15s ease;
}

.atividade-card-ver-detalhes svg {
    width: 15px;
    height: 15px;
    transition: transform .15s ease;
}

.atividade-card:hover .atividade-card-ver-detalhes {
    color: #635bff;
}

.atividade-card:hover .atividade-card-ver-detalhes svg {
    transform: translateX(2px);
}

@media (max-width: 720px) {
    .atividade-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .atividade-card-direita {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .atividade-card-meta {
        white-space: normal;
    }
}

.paginacao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.paginacao button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tabela-wrapper {
    position: relative;
}

.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-scroll > .table {
    width: max-content;
    min-width: 100%;
}

.tabela-wrapper.carregando .table {
    opacity: 0.4;
    pointer-events: none;
}

.tabela-loader {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
}

.tabela-wrapper.carregando .tabela-loader {
    display: flex;
}

.tabela-loader::before {
    content: '';
    width: 32px;
    height: 32px;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.categoria-excluir, .categoria-editar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: #697386;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.categoria-excluir,
.categoria-editar {
    color: #666666;
}
.categoria-excluir:hover,
.categoria-editar:hover {
    color: #635bff;
}

.categoria-excluir svg {
    width: 24px;
    height: auto;
}

.categoria-editar svg {
    width: 23px;
    height: auto;
}

.header-logo a img {
    width: 31px;
    margin-top: -2px;
    height: auto;
}

.header-menu > ul.menu > li > a {
    color: white;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    gap: 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu > ul.menu > li > a > small {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #00CC66;
    right: -5px;
    top: 16px;
    border: 2px solid #222;
}
.header-menu > ul.menu > li > a > svg {
    width: 32px;
    margin-top: -3px;
    height: auto;
}

.header-menu.left li a svg {
    margin-left: -6px;
}

.header-logo, .header-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-logo a, .header-menu ul.menu li, .header-menu ul.menu {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-conta-item {
    position: relative;
    margin-left: 6px;
}

.header-conta-dropdown {
    width: 240px;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 20;
}

.header-conta-dropdown .menu-usuario-logado {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.off-canvas .menu-usuario-logado .menu-usuario-nome {
    color: #000;
}
.off-canvas .menu-usuario-logado .menu-usuario-acoes a {
    color: #555
}
.off-canvas .menu-usuario-logado .menu-usuario-acoes svg {
    color: #777;
}

.grid-container {
    max-width: 82rem;
}

#loader {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#loader svg {
    margin-top: 60px;
}

main {
    margin: 70px 0 0;
}

main.pagina-auth {
    margin-top: 25px;
}

label {
    color: #0a2540;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.inputs .field label .field {
    margin-top: 2px;
}

textarea.field {
    min-height: 80px;
}

.fields-group {
    display: flex;
    margin-top: 3px;
    margin-bottom: 25px;
}

.fields-group span {
    height: 47px;
    border: 1px solid #ccc;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    font-weight: normal;
    font-size: 15px;
    background-color: #eee;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.fields-group .field {
    margin-bottom: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.fields-group .field {
    margin-top: 0;
}

.pedido-cupom-grupo,
.pedido-rastreio-grupo {
    display: flex;
    gap: 8px;
    margin-top: 3px;
    margin-bottom: 25px;
}

.pedido-cupom-grupo .field,
.pedido-rastreio-grupo .field {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.pedido-cupom-grupo button,
.pedido-rastreio-grupo button {
    flex-shrink: 0;
    height: 47px;
}

.btn-whatsapp-rastreio {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btn-whatsapp-rastreio svg {
    flex-shrink: 0;
}

.pedido-cupom-feedback {
    display: none;
    font-size: 13px;
    margin-top: -16px;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 16px;
    color: #635bff;
}

.pedido-cupom-feedback.pedido-cupom-sucesso {
    color: #1DA851;
}

.pedido-cupom-feedback.pedido-cupom-erro {
    color: #DF2020;
}

.pedido-cupom-feedback:not(:empty) {
    display: block;
}

tbody td.actions {
    width: 155px;
}

.actions div {
    display: flex;
    gap: 8px;
}

.actions .button {
    flex: 1;
    margin-bottom: 0;
    padding: 0px;
    padding-top: 1px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    height: 45px;
}
.actions .button.excluir {
    border-color: #DF2020 !important;
    color: #DF2020 !important;
}

.actions .button.excluir:hover {
    border-color: #BA1B1B !important;
    color: #BA1B1B !important;
}

.actions .button.excluir svg {
    padding-top: 0px;
}

.actions .button svg {
    width: 24px;
    height: auto;
}

.switch {
    margin-bottom: 0;
}

.button.whatsapp {
    background-color: #00B32D;
}
.switch-paddle {
    background-color: #bbb;
}
.switch.large .switch-paddle {
    width: 6rem;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 100px;
}

.switch.large input:checked~.switch-paddle::after {
    left: inherit;
    right: 4px;
    border-radius: 50%;
}

.switch.large .switch-paddle::after {
    border-radius: 50%;
    left: 4px;
}

.switch-active {
    left: 18%;
}

.switch-inactive {
    right: 18%;
}

input:checked~.switch-paddle {
    background: #00CC66;
}

small.promo {
    text-decoration: line-through;
    color: #999;
}

.tabela-produtos img {
    width: 60px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.filtro-wrapper-custom {
    width: 100%;
    position: relative;
    user-select: none;
    flex: 1;
    display: flex;
    align-items: center;
}

.filtro-wrapper-custom b {
    background-color: #eee;
    height: 46px;
    padding: 0 18px;
    gap: 4px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    font-size: 13px;
    border-right: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    text-transform: uppercase;
    border-bottom-left-radius: 8px;
    line-height: 25px;
}

.filtro-wrapper-custom b svg {
    width: 24px;
    height: auto;
}

.filtro-select-custom {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px 20px;
    padding-right: 16px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    flex: 1;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    height: 47px;
    z-index: 2;
}

.filtro-select-custom.open {
    border-color: #697386;
}

.filter-search svg {
    position: absolute;
    width: 17px;
    height: auto;
    top: 15px;
    right: 18px;
    opacity: 0.5;
}

.filtro-select-custom .options {
    list-style: none;
    margin: 0;
    padding: 0;

    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);

    border: none;

    left: 0;
    top: 55px;
    border-radius: 8px;
}

.filtro-select-custom:focus-within {
    border-color: #544dd9;
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

.filtro-select-custom .selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filtro-select-custom .selected::after {
    content: none;
}

.filtro-select-custom .selected svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: 1px;
    transition: transform 0.3s ease;
}

.filtro-select-custom.open .selected svg {
    transform: rotate(180deg);
}

.filtro-select-custom.open .options {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #697386;
}

.filtro-select-custom .options li {
    padding: 10px 15px;
    cursor: pointer;
}

.filtro-select-custom .options li:hover {
    background: #f9f9f9;
    color: #544dd9;
}

.filtro-content {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.filtro-content .button {
    padding: 13px 18px;
}

.custom-carousel .discount {

background: linear-gradient(135deg, #E23D3D, #BA1B1B);
    color: white;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 8px 18px 7px;
    text-transform: uppercase;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
}

.produto-destaque-badge {
    background: linear-gradient(135deg, #FFCF40, #F2A900);
    color: #3D2B00;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 4px;
    padding: 6px 5px 0 0;
    text-transform: uppercase;
    z-index: 1;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .03em;
    width: 42px;
    height: 42px;
    justify-content: flex-end;
    align-items: flex-start;

    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.produto-destaque-badge svg {
    flex: 0 0 auto;
    margin-top: -1px;
}

.custom-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.custom-carousel-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;

    touch-action: pan-y;
}

.custom-carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 0;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.custom-carousel-item {
    flex: 0 0 100%;

    box-sizing: border-box;
    position: relative;
}

.custom-carousel-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(30, 30, 30, .6);
    color: white;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 14px;
    padding: 13px;
    display: none;
}

.custom-carousel-item .info p {
    margin-bottom: 0;
    line-height: 14px;
}

.custom-carousel-item a {
    cursor: zoom-in;
}

.custom-carousel-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
}

.custom-carousel button {
    opacity: 0;
    transition: opacity 300ms ease, transform 300ms ease;
}

.produto .custom-carousel:hover button {
    transition: opacity 300ms ease, transform 300ms ease;
    opacity: 10;
}

.custom-carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.custom-carousel button svg {
    width: 19px;
    height: auto;
    padding-top: 3px;
}

.custom-carousel .custom-prev {
    left: 8px;
}

.custom-carousel .custom-next {
    right: 8px;
}

.custom-carousel .custom-prev svg {
    margin-left: -2px;
}

.custom-carousel .custom-next svg {
    margin-left: 3px;
}

@media (max-width: 600px) {
    .custom-prev, .custom-next {
        padding:6px;
    }
}

.catalogo {
    flex: 2;
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    row-gap: 50px;
}

.catalogo-contador {
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    color: #666;
}

.catalogo-contador b {
    font-weight: 700;
    text-transform: uppercase;
}

.catalogo-contador .button {
    height: 33px;
    font-size: 13px;
    border: 1px solid #EA1B15;
    background: #fff;
    color: #EA1B15;
    padding: 5px 15px;
}

.limpar-filtro-btn {
    height: 33px;
    font-size: 13px;
    border: 1px solid #EA1B15;
    background: #fff;
    color: #EA1B15;
    padding: 5px 15px;
    flex: 0 0 auto;
}
.limpar-filtro-btn:focus,
.limpar-filtro-btn:active,
.limpar-filtro-btn:hover {
    border-color: #EA1B15;
    color: #EA1B15;
    background-color: #fff;
}

.produto-content {
    padding-top: 15px;
}

.produto-content h3 {
    font-size: 13px;
    margin: 5px 0 8px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.produto-content h3 span {
    display: flex;
    align-items: center;
}

.produto-content h3 .produto-titulo-texto {

    display: block;

    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.produto-content h3 .produto-titulo-texto:hover {
    text-decoration: underline;
}

.produto-content h3 .produto-titulo-estrela {
    flex-shrink: 0;
}

.produto-content h3 svg {
    width: 19px;
    height: auto;
    color: #FFCC00;
    margin-top: -3px;
}

.produto-content h3 .produto-titulo-link {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.produto-preco-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.produto-content p {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.produto-categorias {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.single-produtos .produto-categorias {
    font-size: 12px;
}
.old-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #000;
    line-height: 30px;
}

.reveal p a {
    font-weight: 500;
    text-decoration: underline;
}

.old-price p {
    margin-bottom: 0;
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
    font-weight: 400;
        padding-top: 1px;
    line-height: 20px;
}

.old-price span {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.produto-carrinho-controles {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.produto-tamanho-select.field {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    padding: 0 30px 0 12px;
    margin: 0;
    font-size: 13px;
    color: #000;
    border-radius: 0;
}

.produto-qtd-stepper {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow: hidden;
}

.produto-qtd-stepper button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 100%;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    transition: color .15s ease;
}
.produto-qtd-stepper button svg {
    width: 20px;
    height: auto;
}
.produto-qtd-stepper button:hover {
    color: #000;
}

.produto-qtd-input {
    width: 34px;
    height: 100%;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 13px;
    color: #000;
    appearance: textfield;
    -moz-appearance: textfield;
    box-shadow: none;
    margin-bottom: 0;
}

.produto-qtd-input::-webkit-outer-spin-button,
.produto-qtd-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.add-carrinho:disabled {
    opacity: .55;
    cursor: not-allowed;
    background-color: #999 !important;
    border-color: #999 !important;
}

.add-carrinho {
    position: relative;
    overflow: hidden;
}

.add-carrinho-texto,
.add-carrinho-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.add-carrinho-texto {
    opacity: 1;
    transform: translateY(0);
}

.add-carrinho-check {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

.add-carrinho.adicionado .add-carrinho-texto {
    opacity: 0;
    transform: translateY(-8px);
}

.add-carrinho.adicionado .add-carrinho-check {
    opacity: 1;
    transform: translateY(0);
}

.produto-estoque-info {
    display: none;
    margin: -4px 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: #DF2020;
}

.avise-estoque {
    margin-bottom: 0;
}

/* ================================
   PÁGINA DO PRODUTO (single-produtos.php)
   Reaproveita os mesmos componentes/classes do card da vitrine
   (.custom-carousel, .produto-content, .produto-carrinho-controles etc.) -
   aqui só o layout maior, lado a lado, e o texto completo (sem truncar).
================================ */

.produto-single-voltar {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 24px 0;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 0;
}

.produto-single-voltar:hover {
    color: #333;
}

.produto-single-voltar svg {
    width: 18px;
    height: 18px;
}

.produto-single-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 50px;
    margin-bottom: 0;
}

.produto-single-galeria .custom-carousel-item img {
    height: 560px;
}

.produto-single-sem-foto {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 560px;
    background: #f6f6f6;
    color: #ccc;
    border-radius: 4px;
}

.produto-single-sem-foto svg {
    width: 64px;
    height: 64px;
}

.produto-single-info {
    padding-top: 0;
}

.produto-single-info h1 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    margin: 10px 0 6px;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
}

.produto-single-info h1 svg {
    width: 22px;
    height: auto;
    color: #FFCC00;
    flex-shrink: 0;
}

.produto-single-ref {
    color: #999 !important;
    font-size: 13px;
    margin-bottom: 16px;
}

.produto-single-descricao {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ECECEC;
}

.produto-single-descricao h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
}

.produto-single-descricao p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #666 !important;
    letter-spacing: normal;
    margin-bottom: 0;
}

.produto-single-compartilhar {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ECECEC;
}

.produto-single-compartilhar-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-right: 4px;
}

.single-produtos .produto-content p,
.single-produtos h3 {
    color: #000;
}

.produto-single-compartilhar-btn:focus,
.produto-single-compartilhar-btn {
      display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #EDEDED;
    background-color: transparent;
    color: #888;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.produto-single-compartilhar-btn:hover {
    border-color: #544dd9;
    color: #544dd9;
    background-color: rgba(0, 123, 255, 0.08);
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .produto-single-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        margin-bottom: 30px;
    }

    .produto-single-galeria .custom-carousel-item img,
    .produto-single-sem-foto {
        height: 480px;
    }

    .produto-single-info h1 {
        font-size: 22px;
        line-height: 28px;
    }
}

.produto-single-relacionados-titulo {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 30px;
    color: #000;
    border-top: 1px solid #ECECEC;
    margin-top: 60px;
    padding-top: 40px;
}

#modal-avise-estoque {
    max-width: 420px;
}

#modal-avise-estoque .field {
    margin-bottom: 20px;
}

#carrinho {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    max-height: 400px;
    overflow: auto;
}

.item-carrinho {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.carrinho-vazio {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #666;
}

.carrinho-vazio svg {
    width: 70px;
    height: auto;
}

.carrinho-vazio p {
    margin-bottom: 0;
    color: #666;
}

.carrinho-vazio div {
    width: 100%;
}

#toast {
    position: fixed;
    bottom: 26px;
    right: 32px;
    display: flex;
    align-items: center;
    gap: 7px;
    transform: translateX(10px) translateY(20px);
    background: #333;
    color: #fff;
    padding: 15px 25px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 5;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .06), 0 14px 28px -12px rgba(15, 23, 42, .28);
}

#toast svg {
    width: 18px;
    height: auto;
}

#toast b {
    font-weight: 600;
}

#toast .toast-icone {
    flex: 0 0 auto;
}

#toast.show {
    opacity: 1;
    transform: translateX(10px) translateY(0);
}

#toast.sucesso {
    background: linear-gradient(135deg, #2FDA6E, #1DA851);
}

#toast.removido {
    background: linear-gradient(135deg, #E23D3D, #BA1B1B);
}

#toast.aviso {
    background: linear-gradient(135deg, #FFA726, #F57C00);
}

.cart-icon {
    position: relative;
    font-size: 24px;
    display: inline-block;
}

#cart-count {
    position: absolute;
    top: 11px;
    right: -12px;
    background: linear-gradient(135deg, #E23D3D, #BA1B1B);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 50%;
    display: none;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
}

#cart-count.bump {
    animation: bump 0.3s ease;
}

@keyframes bump {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.js-off-canvas-overlay {
    background: rgba(0, 0, 0, .65);
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: none;
}

.off-canvas {
    background-color: #ffffff;
    padding: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    overflow-x: hidden;
}

.position-right {
    width: 400px;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

#lista-carrinho {
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100% - 230px);
    overflow-y: auto;
    padding: 20px;
    width: 100%;
}

.carrinho-rodape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    height: 170px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    grid-gap: 15px;
    justify-content: center;
}

.carrinho-rodape .button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    gap: 8px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
}

.carrinho-rodape .button::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, #292929, #141414);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.carrinho-rodape .button:hover::after {
    opacity: 1;
}

.carrinho-rodape .button svg {
    width: 22px;
    height: auto;
    margin-top: -3px;
}

.carrinho-rodape a {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    color: #666666;
    text-transform: lowercase;
}
.carrinho-rodape a:hover {
    text-decoration: none;
}

.carrinho h2 {
    margin-bottom: 0;
    font-size: 24px;
    display: flex;
    font-weight: 800;
    text-transform: uppercase;
    align-items: center;
    gap: 7px;
    color: #000;
}

.carrinho h2 svg {
    width: 24px;
    margin-top: -3px;
    display: none;
    height: auto;
}

.carrinho-topo {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    margin: 0;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.carrinho-topo span {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.carrinho-topo span svg {
    width: 21px;
    height: auto;
}

.item-carrinho {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    gap: 15px;
}

.item-carrinho .item-carrinho-info {
    flex: 1;
    min-width: 0;
    color: #000;
}

.item-carrinho:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.item-carrinho-direita {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    text-align: right;
}

/* mesmo visual em "pill" quadrado do .produto-qtd-stepper (vitrine): borda
   única envolvendo tudo, com divisores internos entre cada botão */
.item-carrinho-tools {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 32px;
    margin-top: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.item-carrinho-qtd {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 13px;
    color: #000;
}

.item-carrinho-qtd button {
    padding: 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 100%;
    background: none;
    color: #666;
    touch-action: manipulation;
    transition: color .15s ease;
}

.item-carrinho-qtd button:hover {
    color: #000;
}

.item-carrinho-qtd button svg {
    width: 20px;
    height: auto;
}

.item-carrinho-qtd span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.item-carrinho .remove {
    margin-top: 6px;
    padding: 0;
    border: none;
    background: none;
    color: #DF2020;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}

.item-carrinho .remove:hover {
    color: #BA1B1B;
}

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

.item-info-text {
    flex: 1;
}

.item-info-text div {
    line-height: 16px;
    font-size: 12px;
}

.item-info-text div:nth-child(1) {
    overflow: hidden;
    display: -webkit-box;
    color: #0a2540;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    font-size: 13px;
}

.item-info-image {
    width: 60px;
}

.item-info-image img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
}

.item-controles {
    display: flex;
    align-items: center;
    gap: 5px;
}

.item-controles span {
    padding: 5px 4px;
}

.item-controles button {
    padding: 5px 4px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    color: #0a2540;
}

.item-controles button svg {
    width: 17px;
    height: auto;
}

.item-controles button.remover {
    background: #EA1B15;
    color: white;
}

.total {
    margin-top: 0;
    font-size: 17px;
    text-align: right;
}

.total small {
    display: block;
    font-size: 11px;
}

.finalizar {
    margin-top: 25px;
    width: 100%;
    padding: 17px;
    font-size: 19px;
    margin-bottom: 15px;
}

.item-carrinho img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border-radius: 0px;
}

.item-carrinho-categoria {
    color: #999;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.item-carrinho strong {
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-carrinho-tamanho {
    font-size: 11px;
    color: #999;
    margin-bottom: 1px;
}

.item-carrinho-tamanho b {
    font-weight: normal;
}

.item-carrinho-preco span {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.item-carrinho .tem-promo {
    display: flex;
    align-items: center;
    gap: 7px;
}

.item-carrinho .tem-promo span:nth-child(2) {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
    display: none;
}

.carrinho-vazio .button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 0;
}

.carrinho-vazio .button::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, #292929, #141414);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.carrinho-vazio .button:hover::after {
    opacity: 1;
}

.carrinho-rodape-total {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.carrinho-rodape-total svg {
    opacity: 0.6;
}

.carrinho-rodape-total b {
    font-weight: 600;
}

.has-tip {
    border-bottom: none;
}

.has-tip svg {
    width: 18px;
    height: auto;
    margin-top: 2px;
}

.tooltip {
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    border-radius: 8px;
}

#cliente-msg p {
    margin-bottom: 15px;
}

#cliente-msg p:last-child {
    margin-bottom: 30px;
}

.inputs {
    margin: 25px 0;
}

.field {
    border: 1px solid #ccc;
    height: auto;
    box-shadow: none;
    padding: 10px 20px;
    height: 47px;
    margin-top: 3px;
    margin-bottom: 25px;
    border-radius: 8px;
    font-size: 15px;
}

.field:focus {
    border-color: #697386;
    box-shadow: none;
}

select.field {
    padding-right: 35px;
}

.fields-double {
    display: flex;
    gap: 20px;
}

.fields-double label {
    flex: 1;
}

.headline {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.headline-double {
    justify-content: space-between;
}

.headline h2 {
    font-size: 28px;
    line-height: 33px;
}

.headline-double .headline-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.headline-titulo-coluna {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.headline-titulo-coluna h2 {
    margin-bottom: 0;
}

.headline div:first-child {
    display: flex;
    align-items: center;
    gap: 15px;
}

.headline div.column:first-child {
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

span.subtitle {
    color: #697386;
    font-weight: 600;
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: inline-block;
}

.headline-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.toolbar-discreta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 12px;
}

.toolbar-discreta-divisor {
    width: 1px;
    height: 14px;
    background-color: #E0E0E0;
}

.toolbar-discreta-link {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 4px 2px;
    font-size: 14px;
    font-weight: 600;
    transition: color .15s ease;
    cursor: pointer;
    color: #544dd9;
}

.toolbar-discreta-link:hover {
    color: #544dd9;
    text-decoration: underline;
}

.toolbar-discreta-link svg {
    flex-shrink: 0;
    width: 22px;
    height: auto;
}

.single-clientes .headline-right,
.author .headline-right {
    display: none;
}

.tabs-content {
    border: none;
    padding-top: 30px;
}

.tabs {
    display: flex;
    align-items: center;
    gap: 25px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E7E9EC;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-title {
    float: none;
}

.tabs-title > a {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 16px 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #425466;
    background: transparent;
    border-radius: 8px 8px 0 0;
    padding-top: 0;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.tabs-title > a::after {
    content: "";
    position: absolute;

    left: 15%;
    right: 15%;
    bottom: -1px;
    height: 2px;
    background: transparent;
    border-radius: 2px 2px 0 0;
    transform: scaleX(0.5);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.tabs-title > a:hover {
    color: #635bff;
}

.tabs-title > a:focus {
    outline: none;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected=true], .tabs-title.is-active > a, .tabs-title > a[aria-selected="true"] {
    color: #635bff;
    background: transparent;
    font-weight: 500;
}

.tabs-title.is-active > a::after, .tabs-title > a[aria-selected="true"]::after {
    background: #635bff;
    transform: scaleX(1);
}

.headline-search {
    position: relative;
}

.headline-search input, .headline-search select {
    margin-bottom: 0;
    box-shadow: none;
    margin-top: 0;
}

.headline-search input {
    padding-right: 45px;
    min-width: 300px;
}

.headline-search select {
    width: auto;
}

.headline-search svg {
    position: absolute;
    right: 18px;
    top: 15px;
    opacity: 0.5;
}

.tabs-panel {
    padding: 0;
}

.reveal {
    width: 700px !important;
    max-width: 75rem !important;
    border-radius: 20px;
}

.reveal .button {
    outline: none !important;
}

.swal2-backdrop-show {
    background: rgba(0, 0, 0, .8) !important;
}

.swal2-popup {
    width: auto !important;
    max-width: 480px !important;
    padding: 35px !important;
    border-radius: 8px !important;
    font-family: "Inter", Arial !important;
    box-shadow: none !important;
    min-width: 480px;
}

.swal2-title {
    padding: 0 0 20px !important;
    margin: 0 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #0a2540 !important;
    line-height: 34px;
}

.swal2-html-container {
    margin: 0 0 20px !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #425466 !important;
    line-height: 22px;
}

.swal2-html-container b {
    font-weight: 700;
}

.swal2-icon {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.swal2-input, .swal2-select, .swal2-textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 47px !important;
    margin: 0 0 10px !important;
    padding: 10px 20px !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-family: "Inter", Arial !important;
    color: #0a2540 !important;
}

.swal2-select {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-right: 42px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 16px !important;
}

.swal2-textarea {
    height: auto !important;
}

.swal2-input:focus, .swal2-select:focus, .swal2-textarea:focus {
    border-color: #697386 !important;
    box-shadow: none !important;
}

.swal2-validation-message {
    background: #fdf1f1 !important;
    color: #dc3545 !important;
    border-radius: 8px !important;
    font-size: 13px !important;
}

.swal2-actions {
    gap: 15px !important;
    margin-top: 10px !important;
    width: 100%;
}

.swal2-actions button {
    flex: 1;
}

#swal2-select {
    margin-bottom: 15px !important;
}

.swal2-styled {
    margin: 0 !important;
    height: 47px !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-confirm.swal2-styled {
    background-color: #635bff !important;
    color: #fff !important;
}

.swal2-confirm.swal2-styled:hover {
    background-color: #372DFF !important;
}

.swal2-cancel.swal2-styled {
    background-color: transparent !important;
    border: 1px solid #697386 !important;
    color: #697386 !important;
}

.swal2-cancel.swal2-styled:hover {
    border-color: #544dd9 !important;
    color: #544dd9 !important;
}

.swal2-confirm.swal2-styled.swal2-confirm-excluir {
    background-color: #DF2020 !important;
}

.swal2-confirm.swal2-styled.swal2-confirm-excluir:hover {
    background-color: #BA1B1B !important;
}

.swal2-deny.swal2-styled {
    background-color: #DA6B6B !important;
    color: #fff !important;
}

.swal2-deny.swal2-styled:hover {
    background-color: #DF2020 !important;
}

#swal2-input {
    margin-bottom: 15px !important;
}

.swal2-close {
    font-family: Arial !important;
    color: #697386 !important;
}

.swal2-close:hover {
    color: #0a2540 !important;
}

.swal2-timer-progress-bar {
    background: #635bff !important;
}

.table-horizontal tr th {
    background-color: #fafafa !important;
    text-align: right;
    font-weight: 600;
}

.table-horizontal tr th, .table-horizontal tr td {
    border: 1px solid #ccc;
    padding: 12px;
}

.pedido-modal-subtitulo {
    font-size: 15px;
    font-weight: 600;
    margin: 25px 0 12px;
}

.tabela-itens-pedido-wrap {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.tabela-itens-pedido {
    margin-bottom: 0;
}

.tabela-itens-pedido thead th {
    border-top: none;
}

.item-produto-nome {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.item-produto-nome span {
    font-size: 12px;
    color: #999;
}

.pedido-modal-resumo {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
    padding: 15px 20px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.pedido-modal-resumo-linha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.pedido-modal-resumo-total {
    padding-top: 8px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
}

.pedido-modal-acoes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 0;
}

.pedido-modal-acoes-principais {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-left: auto;
}

.pedido-modal-acoes .button {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.pedido-modal-acoes .button.excluir-pedido {
    border-color: #DF2020 !important;
    color: #DF2020 !important;
}

.pedido-modal-acoes .button.excluir-pedido:hover {
    border-color: #BA1B1B !important;
    color: #BA1B1B !important;
}

.produto-modal-acoes {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.produto-modal-acoes .excluir {
    flex: 0 0 auto;
    margin-bottom: 0;
    border-color: #DF2020 !important;
    color: #DF2020 !important;
}

.produto-modal-acoes .excluir:hover {
    border-color: #BA1B1B !important;
    color: #BA1B1B !important;
}

.produto-modal-acoes .salvar-modal {
    margin-bottom: 0;
    margin-left: auto;
}

.button.limite-atingido {
    opacity: 0.5;
    cursor: not-allowed;
}

.cliente-modal-acoes {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0;
}

.cliente-modal-acoes .excluir-modal {
    flex: 0 0 auto;
    margin-bottom: 0;
    border-color: #DF2020 !important;
    color: #DF2020 !important;
}

.cliente-modal-acoes .excluir-modal:hover {
    border-color: #BA1B1B !important;
    color: #BA1B1B !important;
}

.cliente-modal-acoes .salvar-modal {
    margin-bottom: 0;
    margin-left: auto;
}

.pedido-modal-acoes {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pedido-modal-acoes .salvar-pedido-modal {
    margin-bottom: 0;
    margin-left: auto;
}

.campo-obrigatorio {
    color: #DF2020;
    margin-left: 2px;
    font-size: 19px;
    line-height: 10px;
    vertical-align: -5px;
    font-weight: normal;
}

.campo-nota {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin-top: -10px;
    margin-bottom: 16px;
}

.campo-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    cursor: pointer;
}

.campo-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    margin-top: -2px;
}

.campo-aviso {
    color: #DF2020;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    margin-top: -19px;
    margin-bottom: 16px;
    font-weight: 500;
}

#logo-preview .img-item {
    width: 200px;
}

.configuracoes-acoes {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.usuario-modal-acoes {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0;
    justify-content: flex-start;
}

.usuario-modal-acoes .excluir-modal {
    flex: 0 0 auto;
    margin-bottom: 0;
    border-color: #DF2020 !important;
    color: #DF2020 !important;
}

.usuario-modal-acoes .excluir-modal:hover {
    border-color: #BA1B1B !important;
    color: #BA1B1B !important;
}

.usuario-modal-acoes .salvar-modal {
    margin-bottom: 0;

    margin-left: auto;
}

.recibo-pedido {
    width: 640px;
    padding: 40px;
    background-color: #fff;
    color: #0a2540;
}

.recibo-cabecalho {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #0a2540;
}

.recibo-logo {
    max-height: 40px;
    max-width: 400px;
    margin-bottom: 6px;
}

.recibo-cabecalho h2 {
    margin-bottom: 6px;
    font-size: 22px;
}

.recibo-cabecalho p {
    margin-bottom: 0;
    font-size: 13px;
    color: #425466;
    line-height: 20px;
}

.recibo-titulo {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px;
}

.recibo-titulo h3 {
    font-size: 17px;
    margin-bottom: 0;
}

.recibo-titulo span {
    font-size: 12px;
    color: #697386;
}

.recibo-info {
    width: 100%;
    margin-bottom: 25px;
}

.recibo-info tr th, .recibo-info tr td {
    padding: 8px 0;
    text-align: left;
    font-size: 14px;
    vertical-align: top;
}

.recibo-info tr th {
    font-weight: 600;
    color: #425466;
}

.recibo-subtitulo {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.recibo-itens-wrap {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.recibo-itens {
    width: 100%;
    margin-bottom: 0;
}

.recibo-itens thead th {
    background-color: #f3f3f3;
    font-size: 13px;
    padding: 12px 15px;
    text-align: left;
}

.recibo-itens tbody td {
    padding: 12px 15px;
    font-size: 14px;
    border-top: 1px solid #eee;
}

.recibo-resumo {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.recibo-resumo-linha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.recibo-resumo-total {
    padding-top: 8px;
    border-top: 1px solid #ddd;
    font-size: 17px;
    font-weight: 600;
}

.recibo-rodape {
    margin: 30px 0 0;
    text-align: center;
    font-size: 13px;
    color: #697386;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.recibo-coracao {
    vertical-align: -2px;
}

.indicadores {
    display: grid;

    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 14px;
    margin-bottom: 35px;
}

.indicador-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.indicador-item:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    border-color: #E1EDF5;
    transform: translateY(-1px);
}

.indicador-icone {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: rgba(30, 152, 225, 0.1);
    color: #635bff;
}

.indicador-icone svg {
    width: 20px;
    height: 20px;
}

.indicador-texto {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.indicador-label {
    font-size: 12px;
    color: #697386;
    line-height: 16px;
        display: flex;
    align-items: center;
    gap: 2px;
}
.indicador-label .has-tip svg {
    margin-top: -2px;
}
 .indicador-label [data-tooltip] {
    display: inline-flex;
    vertical-align: -2px;
    margin-left: 3px;
    color: #aaa;
    cursor: help;
}

.indicador-valor {
    font-size: 17px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indicador-alerta .indicador-icone {
    background-color: rgba(218, 107, 107, 0.12);
    color: #DA6B6B;
}

@media (max-width: 640px) {
    .indicadores {
        grid-template-columns: repeat(2, 1fr);
    }

    .indicador-item {
        padding: 12px 14px;
    }

    .indicador-icone {
        width: 34px;
        height: 34px;
    }

    .indicador-icone svg {
        width: 17px;
        height: 17px;
    }

    .indicador-valor {
        font-size: 16px;
        text-align: center;
    }
    .indicador-label {
        text-align: center;
        justify-content: center;
    }
}

.indicadores-perfil .indicador-item {
    border-radius: 8px;
    border-color: #F0F0F0;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.indicadores-perfil .indicador-item:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06), 0 20px 36px -14px rgba(15, 23, 42, .18);
    transform: translateY(-2px);
}

.indicadores-perfil .indicador-tema-azul .indicador-icone {
    background-color: rgba(30, 152, 225, .12);
    color: #372DFF;
}

.indicadores-perfil .indicador-tema-verde .indicador-icone {
    background-color: rgba(80, 180, 65, .14);
    color: #0DA414;
}

.indicadores-perfil .indicador-tema-roxo .indicador-icone {
    background-color: rgba(124, 92, 252, .14);
    color: #5B3DD9;
}

.indicadores-perfil .indicador-tema-ambar .indicador-icone {
    background-color: rgba(245, 165, 36, .16);
    color: #C97A05;
}

.indicadores-perfil .indicador-tema-ambar.indicador-alerta .indicador-valor {
    color: #C97A05;
}

.indicadores-perfil .indicador-tema-roxo:last-child {
    grid-column: span 2;
}

.indicadores-perfil {
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 900px) {
    .indicadores.indicadores-perfil {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .indicadores.indicadores-perfil {
        grid-template-columns: 1fr 1fr;
    }
}

.dados-secao {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.dados-secao:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.dados-secao-titulo {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.dados-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
}

.dados-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.dados-item-largo {
    grid-column: span 2;
}

.dados-label {
    font-size: 12px;
    color: #697386;
}

.dados-valor {
    font-size: 15px;
    font-weight: 500;
    color: #0a2540;
    overflow-wrap: break-word;
}

.dados-valor small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #697386;
    margin-top: 2px;
}

.dados-valor .link-zap span {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 640px) {
    .dados-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.produto-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    margin-bottom: 15px;
    background-color: #F0F8FF;
    border: 1px solid #b8daff;
    border-radius: 8px;
}

.produto-item-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.produto-item-nome {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.produto-item-nome strong {
    font-size: 15px;
}

.produto-item-nome span {
    font-size: 12px;
    color: #888;
}

.produto-item .grid-produto {
    display: flex;
    gap: 15px;
}

.produto-item .grid-produto .field {
    margin-bottom: 0;
}

.produto-item .grid-produto label {
    flex: 1;
}

.produto-item-estoque {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #999;
}

.produto-item-estoque.produto-item-sem-estoque {
    color: #DF2020;
    font-weight: 500;
}

.pedido-cliente, .pedido-produtos, .pedido-endereco, .pedido-rastreio {
    margin-bottom: 20px;
}

.pedido-endereco {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 33px;
    padding-bottom: 15px;
}

.busca-wrap {
    position: relative;
}

.busca-wrap .field {
    padding-right: 40px;
}

.resultados-busca {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 30;
    margin-top: 6px;
    max-height: 220px;
    overflow-y: auto;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.resultado-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    width: 100%;
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: #fafafa;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
    font-size: 13px;
}

.busca-carregando {
    display: none;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    z-index: 21;
}

.busca-limpar {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: none;
    color: #999;
    cursor: pointer;
    z-index: 21;
    transition: background-color .15s ease, color .15s ease;
}

.busca-limpar:hover {
    background-color: #eee;
    color: #544dd9;
}

.busca-lupa {
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    opacity: 0.5;
    pointer-events: none;
    z-index: 21;
}

.busca-carregando::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.resultado-item:hover {
    border-color: #544dd9;
    background-color: #fcfcfc;
}

.resultado-item strong {
    transition: all 0.2s ease;
}

.resultado-item:hover strong {
    color: #544dd9;
    transition: all 0.2s ease;
}

.resultado-item span strong {
    font-size: 13px;
}
.resultado-item span {
    font-size: 12px;
    color: #999;
}

.resultado-item-produto {
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.resultado-item-foto {
    flex-shrink: 0;
    width: 43px;
    height: 55px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #eee;
}

.resultado-item-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resultado-item-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
}

.resultado-item-linha1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.resultado-item-linha1 strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    color: #0a2540;
}

.resultado-item-linha1 .resultado-item-preco {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: #0a2540;
}

.resultado-item-sem-estoque {
    cursor: not-allowed;
    opacity: 0.6;
}

.resultado-item-sem-estoque:hover {
    border-color: #cccccc;
    background-color: #fafafa;
}

.resultado-item-sem-estoque:hover strong {
    color: inherit;
}

.resultado-item-badge-sem-estoque {
    display: inline-block;
    align-self: flex-start;
    margin-top: 2px;
    padding: 4px 10px;
    border-radius: 20px;
    color: #DF2020 !important;
    font-size: 10px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background-color: #FFF2F2;
    border: 1px solid #DF2020;
    margin-left: 3px;
}

.aviso-nao-encontrado {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 8px;
    padding: 15px 20px;
    border: 1px dashed #ffeeba;
    border-radius: 8px;
    color: #856404;
    font-size: 14px;
    background: #fff3cd;
    margin-bottom: 25px;
}

.aviso-nao-encontrado .button {
    flex-shrink: 0;
    margin: 0;
    align-items: center;
    display: flex;
}

.item-selecionado {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 8px;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: #fafafa;
}

.item-selecionado-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.item-selecionado-info strong {
    margin-bottom: 3px;
}

.item-selecionado-info span {
    font-size: 12px;
    color: #777;
}

.item-selecionado .button {
    flex-shrink: 0;
    margin: 0;
}

.produto .button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 0;

    transition: none;
}

.produto .button.hollow {
    border-color: #000 !important;
    color: #000 !important;
}
.produto .button.hollow:hover::after {
    background: transparent !important;
    opacity: 0 !important;
}

.produto .button::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, #292929, #141414);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.produto .button:hover::after {
    opacity: 1;
}

.produto .button.ativo {
    background: transparent !important;
}

.produto .button.ativo::after {
    content: none;
}

.menu-wrapper {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

.header-logo-top .header-logo {
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.header-logo-top .header-logo span {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.header-logo-top .header-logo svg {
    width: 22px;
    height: auto;
    margin-top: -2px;
}

.header-logo-top .header-logo a {
    padding: 0;
    color: #0a2540;
    outline: none;
    display: block;
    font-size: 27px;
    line-height: 26px;
    justify-content: center;
    text-align: center;
}

.header-logo-top .header-logo a img {
    display: inline-block;
    max-height: 30px;
    max-width: 100%;
    width: auto;
    vertical-align: middle;
}

.menu-wrapper div p {
    line-height: 21px;
    color: #000000;
    font-weight: 300;
}

.menu-wrapper div p a {
    color: #544dd9;
    text-decoration: underline;
    outline: none;
    display: block;
}

.menu-wrapper div p a:hover {
    text-decoration: none;
}

.menu-wrapper div p a svg {
    width: 20px;
    height: auto;
}

.menu-wrapper div p:last-child {
    margin-bottom: 0;
}

.menu-wrapper h3 {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    justify-content: center;
}

.menu-wrapper div:last-child p {
    margin-bottom: 20px;
}

.menu-wrapper h3 svg {
    width: 22px;
    margin-top: -2px;
    height: auto;
    display: none;
}

.position-left {
    width: 300px;
    transform: translateX(-300px);
}

#menu.off-canvas {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}

#menu .header-logo-top {
    flex: 0 0 auto;
    padding: 25px 25px 15px;
}

#menu .menu-wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}

.menu-lojista-fixo {
    flex: 0 0 auto;
    padding: 14px 20px;
    border-top: 1px solid #eee;
    background-color: #fafafa;
    text-align: center;
}

.menu-lojista-perfil {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px;
    margin-left: -4px;
    margin-right: -4px;
    border-radius: 10px;
    text-align: left;
}

.menu-lojista-icones {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.menu-lojista-icone {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #999;
    transition: background-color .15s ease, color .15s ease;
}

.menu-lojista-icone svg {
    width: 20px;
    height: auto;
}

.menu-lojista-icone:hover {
    background-color: #eee;
    color: #544dd9;
}

.menu-lojista-avatar {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #635bff, #7C5CFC);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
}

.menu-lojista-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-lojista-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1 1 auto;
    min-width: 0;
}

.menu-lojista-nome {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: #000 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-lojista-info .menu-usuario-status {
    background: none;
    color: #888 !important;
    padding: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.menu-lojista-gerenciar {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    gap: 5px;
}
.menu-lojista-gerenciar:hover {
    color: #544dd9;
}

.menu-usuario-logado {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    margin-top: -2px;
}

.menu-usuario-perfil {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-usuario-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #635bff, #7C5CFC);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
}

.menu-usuario-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usuario-avatar-mini {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #635bff, #7C5CFC);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
}

.usuario-avatar-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usuario-linha-nome {
    display: flex;
    align-items: center;
    gap: 10px;
}

.usuario-avatar-perfil {
    width: 44px;
    height: 44px;
    font-size: 15px;
}

.usuario-avatar-perfil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#foto-perfil-preview .img-item {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

#foto-perfil-preview .img-item img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.menu-usuario-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1 1 auto;
    min-width: 0;
}

.menu-usuario-nome {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    color: #0a2540;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.menu-usuario-status {
    align-self: flex-start;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}

.menu-usuario-status-pro {
    color: #425466;
}

.menu-usuario-status-basico {
    color: #697386;
}

.menu-usuario-acoes {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

.menu-usuario-acoes a {
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
    padding: 8px 6px;
    border-radius: 8px;
    color: #425466;
    font-size: 13px;
    font-weight: 600;
    transition: background-color .15s ease, color .15s ease;
}

.menu-usuario-acoes a:hover {
    background-color: #f5f5f5;
    color: #544dd9;
}

.menu-usuario-acoes svg {
    flex-shrink: 0;
    width: 18px !important;
    height: 18px;
    color: #697386;
    transition: color .15s ease;
}

.menu-usuario-acoes a:hover svg {
    color: #544dd9;
}

.menu-usuario-acoes .badge-plano-pro {
    margin-left: auto;
}

.menu-usuario-acoes a.menu-usuario-acao-bloqueada {
    color: #cccccc;
    cursor: default;
    padding-right: 0;
    cursor: not-allowed;
}

.menu-usuario-acoes a.menu-usuario-acao-bloqueada:hover {
    background-color: transparent;
    color: #bbbbbb;
}

.menu-usuario-acoes a.menu-usuario-acao-bloqueada svg {
    color: #dddddd;
}

.menu-usuario-acoes a.menu-usuario-acao-bloqueada:hover svg {
    color: #dddddd;
}

.menu-usuario-acoes-divisor {
    display: block;
    height: 1px;
    margin: 6px 0;
    background-color: #eee;
}

.menu-wrapper ul.menu {
    gap: 10px;
}

.menu-wrapper ul.menu li .button.hollow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 11px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
}

.menu-wrapper ul.menu li .button.hollow:hover {
    border-color: #544dd9 !important;
    color: #544dd9 !important;
}

.menu-wrapper ul.menu li .button.hollow.menu-bloqueado {
    opacity: 0.5;
    cursor: not-allowed;
    gap: 8px;
}

.menu-wrapper ul.menu li .button.hollow.menu-bloqueado svg {
    display: none;
}

.menu-wrapper ul.menu li .button.hollow.menu-bloqueado:hover {
    border-color: rgb(238, 238, 238) !important;
    color: inherit !important;
    padding-right: 0px !important;
}

.badge-plano-pro {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #635bff;
    padding: 4px 8px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 0.5;
}

.menu-wrapper ul.menu li .button svg {
    width: 15px;
    height: auto;
}

#edit-desc {
    margin-bottom: 5px;
}

.menu-wrapper div.first ul {
    gap: 0 !important;
}

.menu-wrapper div.first ul li a {
    border: none;
    height: auto;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    border-radius: 0;
}

.whatsapp-flutuante {
    position: fixed;
    left: 22px;
    bottom: 26px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 53px;
    padding: 0 22px 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2FDA6E, #1DA851);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 20px -6px rgba(37, 211, 102, .55), 0 3px 10px rgba(15, 23, 42, .14);
    transition: transform .2s ease, box-shadow .2s ease;
    z-index: 2;
    outline: none;
}

.whatsapp-flutuante:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px -6px rgba(37, 211, 102, .65), 0 5px 14px rgba(15, 23, 42, .18);
    color: #ffffff;
}

.whatsapp-flutuante:focus {
    color: white;
}
.whatsapp-flutuante:active {
    transform: translateY(-1px);
    color: white !important;
}

.whatsapp-flutuante-pulso {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #2FDA6E;
    opacity: .5;
    animation: whatsappFlutuantePulso 2.6s ease-out infinite;
    pointer-events: none;
}

@keyframes whatsappFlutuantePulso {
    0% {
        transform: scale(1);
        opacity: .45;
    }
    70% {
        transform: scale(1.28);
        opacity: 0;
    }
    100% {
        transform: scale(1.28);
        opacity: 0;
    }
}

.whatsapp-flutuante-icone {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.whatsapp-flutuante-icone svg {
    width: 100%;
    height: 100%;
    margin-top: -3px;
}

.whatsapp-flutuante-texto {
    position: relative;
    z-index: 1;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (max-width: 640px) {
    .whatsapp-flutuante {
        left: 16px;
        bottom: 16px;
        width: 54px;
        padding: 0;
        justify-content: center;
    }

    .whatsapp-flutuante-texto {
        display: none;
    }
}

.atendimento-icones {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 4px;
    justify-content: center;
}

.atendimento-icones-rodape {
    justify-content: center;
    padding-top: 0;
    margin-bottom: 18px;
}

.atendimento-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #EDEDED;
    color: #425466 !important;
    flex: 0 0 auto;
    transition: transform 0.15s ease, border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.atendimento-icone:hover {
    border-color: #544dd9;
    color: #544dd9 !important;
    background-color: rgba(0, 123, 255, 0.08);
    transform: translateY(-2px);
}

input:disabled:focus, input[readonly]:focus, textarea:disabled:focus, textarea[readonly]:focus {
    background-color: #e6e6e6;
}

.pedido-total {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
}

.main {
    padding-top: 30px;
}

.app-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #16202e 0%, #0a1520 100%);
    z-index: 8;
    transition: width .2s ease;
}

.app-sidebar-topo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.app-sidebar-topo a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.app-sidebar-fechar-mobile {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: rgba(255, 255, 255, .5);
    transition: background-color .15s ease, color .15s ease;
}

.app-sidebar-fechar-mobile svg {
    width: 18px;
    height: 18px;
}

.app-sidebar-fechar-mobile:hover {
    background-color: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.app-sidebar-topo-logo {
    display: block;
    max-width: 100%;
}

.app-sidebar-topo-logo-full {
    height: 23px;
    width: auto;
}

.app-sidebar-topo-logo-icon {
    display: block;
    height: 32px;
    width: 32px;
    flex-shrink: 0;
}

.app-sidebar-topo-sub {
color: rgba(255, 255, 255, .45);
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.app-sidebar-nav {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    gap: 3px;
    padding: 18px 14px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .15) transparent;
}

.app-sidebar-nav::-webkit-scrollbar {
    width: 5px;
}

.app-sidebar-nav::-webkit-scrollbar-track {
    background: transparent;
}

.app-sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 10px;
}

.app-sidebar-nav::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, .3);
}

.app-sidebar-titulo {
    margin: 18px 10px 6px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .4);
}

.app-sidebar-nav .app-sidebar-titulo:first-child {
    margin-top: 2px;
}

.app-sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    font-weight: 400;
    transition: background-color .15s ease, color .15s ease;
}
.app-sidebar-link:focus {
    color: rgba(255, 255, 255, .68);
}

.app-sidebar-link svg {
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    color: rgba(255, 255, 255, .5);
    transition: color .15s ease;
}

.app-sidebar-link:hover {
    background-color: rgba(255, 255, 255, .06);
    color: #ffffff;
}

.app-sidebar-link:hover svg {
    color: #ffffff;
}

.app-sidebar-link.is-ativo {
    background-color: rgba(99, 91, 255, .16);
    color: #ffffff;
}

.app-sidebar-link.is-ativo svg {
    color: #a99cff;
}

.app-sidebar-link .badge-plano-pro {
    margin-left: auto;
    background-color: #635bff;
    color: #ffffff;
}

.app-sidebar-link.app-sidebar-link-bloqueado {
    color: rgba(255, 255, 255, .3);
    cursor: not-allowed;
}

.app-sidebar-link.app-sidebar-link-bloqueado:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, .3);
}

.app-sidebar-link.app-sidebar-link-bloqueado svg,
.app-sidebar-link.app-sidebar-link-bloqueado:hover svg {
    color: rgba(255, 255, 255, .3);
}

.app-sidebar-rodape {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 3px;
    margin: 0 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.app-sidebar-divisor {
    display: block;
    height: 1px;
    margin: 6px 10px;
    background-color: rgba(255, 255, 255, .1);
}

.app-sidebar-usuario {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.app-sidebar-usuario-perfil {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    border-radius: 8px;
    padding: 6px;
    margin: -6px;
    transition: background-color .15s ease;
}

.app-sidebar-usuario-perfil:hover {
    background-color: rgba(255, 255, 255, .06);
}

.app-sidebar-usuario-avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #635bff, #7C5CFC);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
}

.app-sidebar-usuario-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-sidebar-usuario-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    flex: 1 1 auto;
}

.app-sidebar-usuario-nome {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-sidebar-usuario-status {
    color: rgba(255, 255, 255, .45);
    font-size: 11px;
    font-weight: 400;
}

.app-sidebar-usuario-sair {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: rgba(255, 255, 255, .5);
    transition: background-color .15s ease, color .15s ease;
}

.app-sidebar-usuario-sair svg {
    width: 17px;
    height: 17px;
}

.app-sidebar-usuario-sair:hover {
    background-color: rgba(255, 255, 255, .08);
    color: #ffffff;
}

body.tem-sidebar-app main {
    margin-left: 240px;
    padding: 0 10px;
    padding-bottom: 30px;
    transition: margin-left .2s ease;
}

.panel-secao {
        background-color: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 26px;
}

@media (max-width: 1024px) {

    .app-sidebar {
        width: 260px;
        transform: translateX(-100%);
        transition: transform .25s ease;
        z-index: 11;
    }

    .app-sidebar.is-aberta-mobile {
        transform: translateX(0);
        box-shadow: 16px 0 40px rgba(10, 21, 32, .25);
    }

    .app-sidebar-fechar-mobile {
        display: inline-flex;
        justify-content: end;
    }

    body.tem-sidebar-app main {
        margin-left: 0;
    }

    body.sidebar-mobile-aberta {
        overflow: hidden;
    }
}

.app-sidebar-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(10, 21, 32, .5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

.app-sidebar-overlay.is-visivel {
    opacity: 1;
    visibility: visible;
}

body.sidebar-colapsada .app-sidebar {
    width: 76px;
}

body.sidebar-colapsada .app-topbar {
    left: 76px;
}

body.sidebar-colapsada main {
    margin-left: 76px;
}

body.sidebar-colapsada .app-sidebar-topo {
    padding: 0;
    justify-content: center;
}

body.sidebar-colapsada .app-sidebar-topo a {
    gap: 0;
    justify-content: center;
}

body.sidebar-colapsada .app-sidebar-usuario .app-sidebar-usuario-sair {
    display: none;
}

body.sidebar-colapsada .app-sidebar-topo-logo-full {
    display: none;
}

body.sidebar-colapsada .app-sidebar-titulo,
body.sidebar-colapsada .app-sidebar-link span,
body.sidebar-colapsada .app-sidebar-link .badge-plano-pro,
body.sidebar-colapsada .app-sidebar-usuario-info {
    display: none;
}

body.sidebar-colapsada .app-sidebar-nav {
    padding: 18px 10px;
}

body.sidebar-colapsada .app-sidebar-link {
    justify-content: center;
    padding: 8px;
}

.app-sidebar-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    background-color: #16202e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .15s ease, visibility .15s ease;
    z-index: 9999;
}

.app-sidebar-tooltip.is-visivel {
    opacity: 1;
    visibility: visible;
}

body.sidebar-colapsada .app-sidebar-usuario {
    justify-content: center;
    padding: 14px 8px;
}

body.sidebar-colapsada .app-sidebar-usuario-perfil {
    flex: 0 1 auto;
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    body.sidebar-colapsada .app-topbar {
        left: 0;
    }

    body.sidebar-colapsada main {
        margin-left: 0;
    }
}

.app-topbar {
    position: fixed;
    top: 0;
    left: 240px;
    right: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
    padding: 0 24px 0 14px;
    z-index: 10;
    transition: left .2s ease;
}

.app-topbar-esquerda,
.app-topbar-direita {
    display: flex;
    align-items: center;
    gap: 5px;
}
.app-topbar-direita {
    gap: 6px;
}

.app-topbar-esquerda {
    min-width: 0;
}

.app-topbar-direita {
    flex-shrink: 0;
}

.button.expanded {
    display: flex;
}

.app-topbar-plano-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    padding: 6px 12px 5px;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 4px;
}

a.app-topbar-plano-badge:hover {
    opacity: .85;
}

.app-topbar-plano-badge-pro {
    color: #ffffff;
    background-color: #635bff;
}
.app-topbar-plano-badge-pro:hover {
    color: #fff;
}

.app-topbar-plano-badge-basico {
    color: #697386;
    background-color: #eeeeee;
}

.app-topbar-icone {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    color: #555555;
    transition: background-color .15s ease, color .15s ease;
}

.app-topbar-icone svg {
    width: 25px;
    height: auto;
}

.app-topbar-icone:hover {
    background-color: #f5f7fa;
    color: #635bff;
}

.app-topbar-hamburguer {
    display: none;
}

.app-topbar-marca {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-left: 6px;
    padding-left: 14px;
    border-left: 1px solid #f3f3f3;
    line-height: 1.2;
    text-decoration: none;
}

.app-topbar-marca-icone {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background-color: #635bff;
    color: #ffffff;
}

.app-topbar-marca-texto {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.app-topbar-marca-nome {
    font-size: 17px;
    font-weight: 600;
    color: #0a2540;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.app-topbar-marca-sub {
    font-size: 11px;
    font-weight: 400;
    color: #697386;
}

@media (max-width: 1024px) {

    .app-topbar {
        left: 0;
        padding: 0 20px;
        background: linear-gradient(180deg, #16202e 0%, #0a1520 100%);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    #btn-colapsar-sidebar {
        display: none;
    }

    .app-topbar-hamburguer {
        display: inline-flex;
    }

    .app-topbar-icone {
        color: rgba(255, 255, 255, 10);
    }

    .app-topbar-icone:hover {
        background-color: rgba(255, 255, 255, .08);
        color: #ffffff;
    }

    .app-topbar-marca {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .app-topbar-marca-icone {
        display: flex;
        width: 36px;
        height: 36px;
    }

    .app-topbar-marca-nome {
        color: #ffffff;
    }

    .app-topbar-marca-sub {
        color: rgba(255, 255, 255, .45);
    }
}

.app-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 0;
}

.app-breadcrumb a {
    color: #697386;
}

.app-breadcrumb a:hover {
    color: #635bff;
}

.app-breadcrumb-sep {
    width: 13px;
    height: 13px;
    color: #C7CDD6;
    flex-shrink: 0;
}

.app-breadcrumb-atual {
    color: #0a2540;
    line-height: 17px;
}

.header-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #635bff, #7C5CFC);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    flex-shrink: 0;
}

.header-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button.hollow.blue {
    border-color: #544dd9 !important;
    color: #544dd9 !important;
    background-color: transparent !important;
}

.button.hollow.red {
    border-color: #EA1B15 !important;
    color: #EA1B15 !important;
    background-color: transparent !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.indicadores-principal .indicador-icone {
    width: 46px;
    height: 46px;
}

.indicadores-principal .indicador-icone svg {
    width: 22px;
    height: 22px;
}

.indicadores-principal .indicador-valor {
    font-size: 22px;
}

.indicador-sucesso .indicador-icone {
    background-color: rgba(80, 180, 65, 0.12);
    color: #50B441;
}

.indicador-sucesso .indicador-valor {
    color: #339427;
}

.indicador-alerta .indicador-valor {
    color: #DF2020;
}

.crescimento-valor {
    font-weight: bold;
}

.crescimento-valor.crescimento-positivo {
    color: #339427;
}

.crescimento-valor.crescimento-negativo {
    color: #DF2020;
}

.dashboard-secao {
    margin: 20px 0;
}

.dashboard-secao-titulo {
    font-size: 16px;
    font-weight: 700;
    color: #0a2540;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}

.dashboard-vazio {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    color: #697386;
}

.dashboard-grid-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 14px;
    align-items: start;
}

.dashboard-col-empilhada {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dashboard-col-empilhada .indicadores {
    margin-bottom: 0;
}

.dashboard-grid-2-igual {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 900px) {
    .dashboard-grid-2 {
        grid-template-columns: 1fr;
    }
}

.grafico-card {
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    padding: 20px 22px 26px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 14px;
}

.dashboard-grid-2 > .grafico-card {
    margin-bottom: 0;
    min-width: 0;
}

.dashboard-grid-2 + .dashboard-grid-2 {
    margin-top: 24px;
}

.grafico-card-titulo {
    font-size: 15px;
    font-weight: 600;
    color: #0a2540;
    margin-bottom: 14px;
}

.grafico-card-titulo span {
    font-size: 12px;
    font-weight: 400;
    color: #697386;
    margin-left: 6px;
}

.grafico-linha-scroll {
    width: 100%;
}

.grafico-linha {
    width: 100%;
    height: auto;
    overflow: visible;
}

.grafico-grade {
    stroke: #e1e0d9;
    stroke-width: 1;
}

.grafico-eixo-texto {
    font-size: 9.5px;
    fill: #697386;
}

.grafico-area {
    fill: #635bff;
    fill-opacity: 0.1;
    stroke: none;
}

.grafico-linha-traco {
    fill: none;
    stroke: #635bff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.grafico-ponto {
    fill: #635bff;
    stroke: #ffffff;
    stroke-width: 1.5;
    transition: r 0.12s ease;
}

.grafico-ponto:hover {
    r: 5;
}

.grafico-tooltip {
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(-50%, calc(-100% - 12px));
    background-color: #212121;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.12s ease;
    white-space: nowrap;
    z-index: 1000;
}

.grafico-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #212121;
}

.grafico-tooltip.is-visivel {
    opacity: 1;
    visibility: visible;
}

.grafico-tooltip-titulo {
    display: block;
    font-weight: 600;
}

.grafico-tooltip-valor {
    display: block;
    color: #cfcfcf;
}

.grafico-barras {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-top: 6px;
}

.barra-coluna {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.barra-valor {
    font-size: 11px;
    color: #697386;
    white-space: nowrap;
}

.barra-trilho {
    height: 140px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #f9f9f9;
    padding-top: 8px;
    border-radius: 6px;
}

.barra-fill {
    width: 60%;
    max-width: 24px;
    background-color: #635bff;
    border-radius: 4px 4px 0 0;
    transition: opacity 0.15s ease;
}

.barra-fill:hover {
    opacity: 0.8;
}

.barra-label {
    font-size: 12px;
    color: #697386;
}

.grafico-rosca-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.grafico-rosca {
    width: 100%;
    max-width: 170px;
    height: auto;
}

.rosca-trilho {
    fill: none;
    stroke: #f0efec;
    stroke-width: 16;
}

.rosca-concluido {
    fill: none;
    stroke: #635bff;
    stroke-width: 16;
    stroke-linecap: butt;
}

.rosca-pendente {
    fill: none;
    stroke: #DA6B6B;
    stroke-width: 16;
    stroke-linecap: butt;
}

.rosca-numero {
    font-size: 26px;
    font-weight: 700;
    fill: #0a2540;
}

.rosca-legenda-texto {
    font-size: 10px;
    fill: #697386;
}

.legenda-grafico {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #52514e;
}

.legenda-grafico li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.grafico-pizza + .legenda-grafico li {
    flex-direction: column;
    gap: 0;
}
.grafico-pizza + .legenda-grafico li span {
    margin-bottom: 5px;
}

.legenda-grafico b {
    color: #0a2540;
    font-weight: bold;
}

.legenda-cor {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.legenda-cor-concluido {
    background-color: #635bff;
}

.legenda-cor-pendente {
    background-color: #DA6B6B;
}

.pedidos-filtro-info-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
}

.pedidos-filtro-info {
    color: #697386;
    margin: 0;
    line-height: 21px;
}

.pedidos-filtro-info b {
    font-weight: 600;
}

.clientes-filtro-info-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.clientes-filtro-info {
    color: #697386;
    margin: 0;
    line-height: 21px;
}

.clientes-filtro-info b {
    font-weight: 600;
}

.usuarios-filtro-info-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.usuarios-filtro-info {
    color: #697386;
    margin: 0;
    line-height: 21px;
}

.usuarios-filtro-info b {
    font-weight: 600;
}

.atividades-filtro-info-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.atividades-filtro-info {
    color: #697386;
    margin: 0;
    line-height: 21px;
}

.atividades-filtro-info b {
    font-weight: 600;
}

.grafico-nota {
    font-size: 13px;
    color: #697386;
    text-align: center;
    margin: 0;
}

.grafico-nota b {
    color: #0a2540;
}

.destaque-card {
    display: flex;
    gap: 16px;
    padding: 20px 22px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.destaque-icone {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: rgba(30, 152, 225, 0.1);
    color: #635bff;
}

.destaque-icone svg {
    width: 26px;
    height: 26px;
}

.destaque-texto {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.destaque-label {
    font-size: 12px;
    color: #697386;
}

.destaque-nome {
    font-size: 17px;
    font-weight: 700;
    color: #0a2540;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.destaque-sub {
    font-size: 13px;
    color: #52514e;
}

.destaque-meta {
    font-size: 12px;
    color: #697386;
    margin-top: 2px;
}

.destaque-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #635bff;
}

.destaque-link:hover {
    text-decoration: underline;
}

.ranking-lista {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ranking-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashboard-grid-produtos .ranking-nome-ref {
    display: none;
}

.ranking-posicao {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #F5F9FC;
    color: #635bff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ranking-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ranking-nome {
    font-size: 13px;
    color: #0a2540;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranking-nome-ref {
    font-size: 11px;
    color: #697386;
    margin-left: 4px;
}

.ranking-nome-com-valor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}
.paragraph {
    color: #425466;
    font-size: 14px;
    line-height: 22px;
}
.ranking-nome-com-valor .ranking-nome-texto {
    flex: 1 1 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    font-size: 12px;
}

.ranking-barra-trilho {
    display: block;
    height: 7px;
    border-radius: 100px;
    background-color: #f0efec;
    overflow: hidden;
}

:root {
    --dash-azul: #635bff;
    --dash-roxo: #7C5CFC;
}

.ranking-barra-fill {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--dash-azul), var(--dash-roxo));
    border-radius: 100px;
}

.ranking-item:nth-child(1) .ranking-posicao {
    background-color: #FCF1D6;
    color: #B8860B;
    font-weight: 700;
}

.ranking-item:nth-child(2) .ranking-posicao {
    background-color: #EFEFEF;
    color: #425466;
    font-weight: 700;
}

.ranking-item:nth-child(3) .ranking-posicao {
    background-color: #FBE3D2;
    color: #A15A2A;
    font-weight: 700;
}

.ranking-valor {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #0a2540;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .destaque-card {
        padding: 16px 18px;
    }

    .grafico-card {
        padding: 16px 18px;
    }
}

.nav-back a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 16px 0;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.7px;
}

.nav-back a svg {
    transform: rotate(180deg);
    width: 15px;
    height: auto;
    margin-top: -2px;
}

.assinatura-intro {
    color: #697386;
    margin-top: -8px;
    margin-bottom: 25px;
}

.assinatura-alerta {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    background-color: #fce8e8;
    border: 1px solid #fce8e8;
    border-radius: 8px;
    color: #DF2020;
    margin-bottom: 0;
    margin-top: 30px;
}

.assinatura-alerta b {
    font-weight: 600;
}

.assinatura-alerta a {
    color: #DF2020 !important;
    text-decoration: underline;
}

.assinatura-alerta svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.assinatura-alerta p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.assinatura-alerta-info {
    background-color: #e6f3fb;
    border-color: #e6f3fb;
    color: #372DFF;
}

.assinatura-alerta-info a {
    color: #372DFF !important;
}

.assinatura-alerta-atencao {
    background-color: rgb(255, 243, 205);
    border-color: rgb(255, 243, 205);
    color: rgb(180, 83, 9);
}

.assinatura-alerta-atencao a {
    color: rgb(180, 83, 9) !important;
}

.assinatura-plano-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 32px;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
}

.assinatura-plano-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 200px;
}

.assinatura-plano-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #697386;
}

.assinatura-plano-nome-linha {
    display: flex;
    align-items: center;
    gap: 12px;
}

.assinatura-plano-nome {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a2540;
}

.assinatura-plano-valor {
    flex: 0 0 auto;
    text-align: center;
    padding: 0 32px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

.assinatura-valor-cheio {
    display: block;
    font-size: 13px;
    color: #697386;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.assinatura-valor-numero {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #0a2540;
    white-space: nowrap;
}

.assinatura-valor-periodo {
    font-size: 13px;
    color: #697386;
}

.assinatura-valor-economia {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #0DA414;
    margin-top: 4px;
}

.assinatura-plano-acoes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex: 1 1 200px;
}

.assinatura-plano-acoes small {
    color: #697386;
    font-size: 12px;
    max-width: 220px;
    text-align: right;
    line-height: 16px;
    margin-top: 2px;
}

#btn-cancelar-assinatura {
    border: none;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    font-weight: 400;
}

@media (max-width: 780px) {
    .assinatura-plano-valor {
        order: 3;
        text-align: left;
        padding: 16px 0 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid #ECECEC;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .assinatura-plano-nome {
        font-size: 24px;
        line-height: 31px;
    }
    .assinatura-plano-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .assinatura-plano-acoes {
        align-items: flex-start;
        width: 100%;
    }

    .assinatura-plano-acoes small {
        text-align: left;
        max-width: none;
    }

    #cancelar-assinatura-slot-mobile #btn-cancelar-assinatura {
        margin-top: 4px;
        padding: 10px 0;
        font-size: 14px;
        border-color: transparent !important;
        text-decoration: underline;
        height: auto;
    }
    .fix-mobile {
        display: none;
    }
}

.indicadores-assinatura {
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.indicadores-assinatura .indicador-item {
    border-radius: 8px;
    border-color: #F0F0F0;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.indicadores-assinatura .indicador-item:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06), 0 20px 36px -14px rgba(15, 23, 42, .18);
    transform: translateY(-2px);
}

.indicadores-assinatura .indicador-tema-azul .indicador-icone {
    background-color: rgba(30, 152, 225, 0.12);
    color: #372DFF;
}

.indicadores-assinatura .indicador-tema-verde .indicador-icone {
    background-color: rgba(80, 180, 65, 0.14);
    color: #0DA414;
}

.indicadores-assinatura .indicador-tema-roxo .indicador-icone {
    background-color: rgba(124, 92, 252, 0.14);
    color: #5B3DD9;
}

@media (max-width: 640px) {

    .indicadores-assinatura .indicador-item:last-child {
        grid-column: 1 / -1;
    }
}

.btn-gerar-pagamento {
    white-space: nowrap;
}

.modal-gerar-pagamento h3 {
    margin-bottom: 4px;
}

.modal-pagamento-referencia {
    color: #697386;
    font-size: 14px;
    margin-bottom: 20px;
}

.modal-pagamento-resumo {
    display: flex;
    flex-wrap: wrap;
    padding: 18px 22px;
    background-color: #FAFAFA;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    margin-bottom: 20px;
}

.modal-pagamento-resumo > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1 1 0;
    min-width: 100px;
    padding: 0 18px;
    border-left: 1px solid #E4E4E4;
}

.modal-pagamento-resumo > div:first-child {
    border-left: none;
    padding-left: 0;
}

.modal-pagamento-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #697386;
}

.modal-pagamento-destaque {
    font-size: 18px;
    font-weight: 700;
    color: #0a2540;
    white-space: nowrap;
}

.modal-pagamento-economia {
    color: #0DA414;
}

.modal-pagamento-pix {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.modal-pagamento-pix .field {
    flex: 1 1 auto;
    font-family: monospace;
    font-size: 12px;
    color: #425466;
}

.modal-pagamento-pix .button {
    flex: 0 0 auto;
    margin-top: 3px;
}

.modal-pagamento-recebedor {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
    margin-top: 0px;
    font-size: 13px;
    color: #425466;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.modal-pagamento-recebedor strong {
    color: #0a2540;
}

.modal-pagamento-recebedor + small {
    display: block;
    color: #425466;
    margin: 10px 0 24px;
    line-height: 18px;
}

.modal-pagamento-atendente {
    display: flex;
    gap: 15px;
}

.modal-pagamento-atendente .button {
    display: flex;
    justify-content: center;
    flex: 1;
}

@media (max-width: 640px) {
    .modal-pagamento-resumo {
        flex-direction: column;
        gap: 12px;
    }

    .modal-pagamento-resumo > div {
        border-left: none;
        padding: 12px 0 0;
        border-top: 1px solid #E4E4E4;
    }

    .modal-pagamento-resumo > div:first-child {
        padding-top: 0;
        border-top: none;
    }

    .modal-pagamento-pix {
        flex-direction: column;
    }

    .modal-pagamento-pix .button {
        width: 100%;
        margin-top: 0;
    }
}

.tabela-faturas .fatura-comprovante-link {
    display: inline-flex;
    color: #635bff;
}

@media (max-width: 640px) {
    .btn-limpar-atividades-extra {
        display: none;
    }
}

.status-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

.status-badge-icone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-badge-icone svg {
    width: 17px;
    height: auto;
}

.status-badge-ativa, .status-badge-pago {
    color: #0DA414;
    background-color: #eafaf0;
}

.status-badge-trial {
    color: #372DFF;
    background-color: rgba(30, 152, 225, .12);
}

.status-badge-suspensa, .status-badge-pendente {
    color: #b45309;
    background-color: #fff3cd;
}

.status-badge-cancelada {
    color: #DF2020;
    background-color: #fce8e8;
}

.status-badge-autenticacao {
    color: #372DFF;
    background-color: rgba(30, 152, 225, .12);
}

.status-badge-clientes {
    color: #E11D48;
    background-color: rgba(225, 29, 72, .12);
}

.status-badge-produtos {
    color: #0DA414;
    background-color: #eafaf0;
}

.status-badge-pedidos {
    color: #C97A05;
    background-color: rgba(245, 165, 36, .16);
}

.status-badge-cupons {
    color: #0E7490;
    background-color: rgba(6, 182, 212, .14);
}

.status-badge-configuracoes {
    color: #5b6472;
    background-color: rgba(100, 116, 139, .12);
}

.status-badge-faturas {
    color: #A855F7;
    background-color: rgba(168, 85, 247, .12);
}

.linha-clicavel {
    cursor: pointer;
}

.atividade-acao-cel {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.auth-wrapper {
    padding: 0px 0 40px;
}

.auth-brand {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    color: #0a2540;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.auth-brand img {
    max-height: 35px;
    width: auto;
}

.auth-card {
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    padding: 40px 36px;
}

.auth-card-headline {
    text-align: center;
    margin-bottom: 28px;
}

.auth-card-headline h1 {
    font-size: 24px;
    margin-bottom: 8px;
}

.auth-link-home {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 30px;
    color: #697386;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.15s ease;
    text-decoration: underline;
    margin-bottom: 40px;
}

.auth-link-home:focus,
.auth-link-home:hover {
    color: #425466;
}

.auth-link-home svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: none;
}

.auth-card-headline p {
    font-size: 14px;
    color: #697386;
    line-height: 1.5;
    margin-bottom: 0;
}

.auth-campo-senha {
    position: relative;
}

.auth-campo-senha .field {
    padding-right: 46px;
}

.auth-toggle-senha {
    position: absolute;
    top: 0;
    right: 12px;
    height: 47px;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    color: #697386;
    cursor: pointer;
    transition: color 0.2s ease;
}

.auth-toggle-senha:hover, .auth-toggle-senha.ativo {
    color: #635bff;
}

.auth-toggle-senha svg {
    width: 19px;
    height: 19px;
}

.auth-botao {
    justify-content: center;
    margin-top: 6px;
}

.auth-links {
    text-align: center;
    margin-top: 22px;
    font-size: 14px;
}

.auth-links a {
    color: #635bff;
    font-weight: 600;
    text-decoration: none;
}

.auth-links a:hover {
    text-decoration: underline;
}

.auth-alerta:empty {
    display: none;
}

.auth-alerta-erro, .auth-alerta-sucesso {
    padding: 13px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

.auth-alerta-erro {
    background-color: #fce8e8;
    border: 1px solid #fce8e8;
    color: #DF2020;
}

.auth-alerta-sucesso {
    background-color: #eafaf0;
    border: 1px solid #eafaf0;
    color: #0DA414;
}
    .fancybox-caption__body strong {
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1px;
        display: block;
        font-size: 13px;
    }

    .fancybox-caption__body p {
        margin: 0;
        line-height: 17px;
        margin-top: 6px;
        font-weight: 400;
        font-size: 13px;
    }

@media (max-width: 640px) {
    .auth-card {
        padding: 32px 22px;
    }
}

.onboard-progresso {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 26px;
}

.onboard-progresso-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100px;
}

.onboard-progresso-bolha {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #D9E2EC;
    color: #697386;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.onboard-progresso-label {
    font-size: 12px;
    font-weight: 600;
    color: #697386;
    text-align: center;
    transition: color 0.2s ease;
}

.onboard-progresso-item.ativo .onboard-progresso-bolha {
    background-color: #635bff;
    border-color: #635bff;
    color: #ffffff;
}

.onboard-progresso-item.ativo .onboard-progresso-label {
    color: #635bff;
}

.onboard-progresso-item.concluido .onboard-progresso-bolha {
    background-color: #0DA414;
    border-color: #0DA414;
    color: #ffffff;
}

.onboard-progresso-linha {
    flex: 0 1 60px;
    height: 2px;
    background-color: #D9E2EC;
    margin-top: 15px;
}

.onboard-etapa {
    display: none;
}

.onboard-etapa.ativo {
    display: block;
}

.onboard-boas-vindas-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: rgba(30, 152, 225, 0.1);
    color: #635bff;
}

.onboard-boas-vindas-icone svg {
    width: 28px;
    height: 28px;
}

.reaceite-termos-data {
    font-size: 13px;
    color: #697386;
    margin-bottom: 14px;
}

.onboard-termos-caixa {
    max-height: 260px;
    overflow-y: auto;
    padding: 18px 20px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background-color: #FAFBFC;
    margin-bottom: 18px;
}

.onboard-termos-caixa h4 {
    font-size: 15px;
    margin: 18px 0 11px;
    font-weight: bold;
}

.onboard-termos-caixa h4:first-child {
    margin-top: 0;
}

.onboard-termos-caixa p {
    font-size: 13px;
    line-height: 1.5;
    color: #425466;
    margin: 0 0 14px;
}

.onboard-checkbox-termos {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #425466;
    cursor: pointer;
    margin-bottom: 6px;
    line-height: 20px;
}

.onboard-checkbox-termos input {
    margin: 0;
    margin-top: 3px;
}

.onboard-acoes {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.onboard-acoes-duplas {
    display: flex;
    gap: 12px;
}

.onboard-acoes-duplas .button {
    flex: 1;
    justify-content: center;
}

.single-produtos .produto-content .old-price p {
    color: #999;
}

.single-produtos .produto-single-info .old-price p {
    font-size: 15px;
}
.single-produtos .produto-single-info p.price,
.single-produtos .produto-single-info .old-price span {
    font-size: 23px;
}

@media (max-width: 480px) {
    .onboard-progresso-item {
        width: 72px;
    }

    .onboard-progresso-label {
        font-size: 11px;
    }

    .onboard-progresso-linha {
        flex-basis: 30px;
    }
}

.drag-legend {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    color: #999;
    display: none;
}


.single-produtos {
    background-color: #fff;
}
.single-produtos .produto-content p.price {
    color: #000;
}

@media (max-width: 639px) {
    .produto-single-relacionados-titulo {
        margin-top: 0;
    }
    .produto-carrinho-controles {
        flex-direction: column;
    }
    .produto-carrinho-controles.product {
        flex-direction: row;
    }
    .produto-single-descricao p {
        font-weight: normal !important;
        font-size: 14px !important;
    }
    .produto-qtd-stepper button,
    .produto-qtd-input {
        flex: 1;
    }
    .produto-carrinho-controles.product button,
    .produto-carrinho-controles.product .produto-qtd-input  {
        flex: inherit;
    }
    .menu-lojista-nome {
        font-size: 15px;
    }
    .menu-lojista-icones {
        gap: 10px;
    }
    .menu-lojista-icone svg {
        width: 22px;
    }
    .menu-lojista-avatar {
        width: 40px;
        height: 40px;
    }
    #menu .header-logo-top {
        padding-top: 50px;
    }
    .catalogo-topo-fixo-logo {
        max-width: 180px;
    }
    .catalogo-topo-fixo {
        padding: 0 10px !important;
    }
    .catalogo-topo-fixo-logo img {
        max-height: 30px !important;
    }
    .fatura-card-valor-wrap {
        align-items: initial;
    }
    .app-sidebar-fechar-mobile:hover {
        background-color: transparent !important;
    }
    .cliente-card-avatar {
        display: none;
    }

    .resultado-item-linha1 strong,
    .produto-card-meta,
    .produto-card-nome {
        white-space: inherit;
    }
    .dashboard-pedido-cliente {
            white-space: inherit !important;
    line-height: 16px;
    margin-bottom: 4px;
    }
    .atividade-card-nome,
.fatura-card-nome {
    white-space: inherit;
            line-height: 19px;
        margin-bottom: 3px;
}
.indicadores-assinatura {
    grid-template-columns: 1fr 1fr;
}
.fancybox-is-open .fancybox-bg {
    opacity: 10 !important;
}
.menu-usuario-acoes a:hover {
    background-color: transparent;
    color: #555;
}
.menu-usuario-acoes a:focus {
    background-color: #f5f5f5 !important;
    color: #544dd9 !important;
}

.menu-usuario-acoes a:hover svg {
    color: #697386 !important;
}

.menu-usuario-acoes a:focus svg {
    color: #544dd9 !important;
}

    .alert-plan {
        padding: 0 10px;
    }
    .item-carrinho-tools {
    height: 36px;
}

.drag-legend {
    display: block;
}

.item-carrinho .tem-promo span:nth-child(2) {
    display: none;
}

.item-carrinho-qtd button {
    width: 32px;
}
    .usuario-avatar-perfil {
        display: none;
    }
    .swal2-popup {
        min-width: inherit !important;
    }
    #cart-count {
        right: -12px;
    }
    header {
        padding: 0 10px;
    }
    .header {
        gap: 20px;
    }
    .header > .header-logo {
        position: static;
        transform: none;
        min-width: 0;
        flex-shrink: 1;
    }
    .header-logo a {
        position: relative;
        padding: 0;
        text-align: center;
        font-size: 23px;
        line-height: 22px;
        width: fit-content;
        max-width: 100%;
    }

    .pagina-onboard .header > .header-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 0;
        max-width: 60%;
    }
    .header-menu {
        justify-content: center;
    }
    .header-menu > ul.menu > li > a > svg {
        width: 28px !important;
    }
    .header-menu.left > ul.menu:first-child > li > a > svg {
            width: 36px !important;
    }
    .position-right {
        width: 100%;
            -webkit-transform: translateX(100%);
    transform: translateX(100%);
    }
    .carrinho-topo {
        height: 70px;
    }
    #lista-carrinho {
        top: 70px;
        height: calc(100% - 240px);
    }

    .header-logo-top .header-logo svg,
    .carrinho-topo span svg {
        width: 24px;
    }
    .header-logo-top .header-logo {
        gap: 30px;
        justify-content: center;
        max-width: 85%;
    }
    .header-logo-top {
        display: flex;
        justify-content: center;
    }
    .carrinho h2 {
        font-size: 23px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .position-left {
        width: 100%;
        transform: translateX(-100%);
    }
    .header-logo-top .header-logo span {
        right: 22px;
        top: 18px;
    }
    .produto-content h3 svg {
        width: 15px;
    }
    .menu-usuario-status {
        font-size: 11px;
        letter-spacing: 0.5px;
    }
    .menu-usuario-nome {
        font-size: 17px;
        font-weight: 600;
        text-align: left;
    }
    .header-conta-dropdown .menu-usuario-logado .menu-usuario-nome {
        font-size: 15px;
    }
    .menu-usuario-logado {
        padding: 22px;
        margin-top: -7px;
    }
    .menu-usuario-acoes svg {
        width: 22px;
        height: 22px;
    }
    .menu-usuario-info {
        gap: 6px;
    }
    .menu-usuario-acoes {
        gap: 8px;
    }
    .dropdown-pane .menu-usuario-acoes {
        gap: 2px;
    }
    .menu-usuario-acoes a {
        font-size: 15px;
    }
    .dropdown-pane .menu-usuario-acoes a {
        font-size: 14px;
    }
    .header-conta-dropdown .menu-usuario-logado {
        padding: 18px;
    }
    .menu-usuario-avatar {
        width: 50px;
        height: 50px;
    }
    .menu-wrapper div.first ul li a {
        padding: 18px 0 !important;
    }
    .menu-wrapper ul.menu li:first-child .button.hollow {
        padding-top: 15px !important;
    }
    .menu-wrapper ul.menu li .button.hollow {
        font-size: 17px;
    }
    .menu-wrapper div p {
        line-height: 24px;
        font-size: 16px;
    }
    .menu-wrapper {
        gap: 33px;
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .atendimento-icone {
        width: 60px;
        height: 60px;
    }
    .table-horizontal tr th {
        width: 35%;
        font-size: 14px;
        line-height: 17px;
    }
    .atendimento-icone svg {
        width: 24px;
        height: auto;
    }
    .header-logo a img {
        display: none;
    }
    .catalogo {
        gap: 15px;
        row-gap: 40px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .main {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 25px;
    }
    .old-price {
        gap: 7px;
    }
    .produto-content p,
    .old-price span {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 23px;
    }
    .produto-content .old-price p{
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
    }
    .produto-content h3 {
        font-size: 11px;
        margin-bottom: 3px;
    }
    .custom-carousel-item img {
        height: 250px;
    }
    .custom-carousel .discount {
        padding: 7px 16px 6px;
        font-size: 11px;
    }
    footer p {
        line-height: 17px;
    }
    .whatsapp-flutuante-icone {
        margin-top: 2px;
        margin-left: 0px;
        padding-left: 1px;
        width: 26px;
        height: 26px;
    }
    .produto .button {
        font-size: 13px;
    }
    .catalogo-contador {
        gap: 20px;
        font-size: 14px;
        line-height: 19px;
    }
    .limpar-filtro-btn[data-mobile] {
        font-size: 0;
    }
    .limpar-filtro-btn[data-mobile]::before {
        content: attr(data-mobile);
        font-size: 13px;
    }

    #toast {
        line-height: 17px;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        border-radius: 0;
        transform: translateY(20px);
        gap: 10px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
    #toast.show {
        transform: translateY(0);
    }
    #toast span {
        flex: 1;
    }
    #toast svg {
        width: 25px;
    }
    .footer-menu a[data-mobile] {
        font-size: 0;
    }
    .footer-menu a[data-mobile]::before {
        content: attr(data-mobile);
        font-size: 12px;
    }
    .carrinho-rodape,
    .carrinho-topo {
        padding: 0 25px;
    }
    #lista-carrinho {
        padding: 25px;
    }
    .custom-carousel button {
        width: 25px;
        height: 25px;
        opacity: 10;
        background: rgba(200, 200, 200, 0.5);
    }
    .custom-carousel button svg {
        width: 14px;
    }
    .custom-carousel .custom-prev svg {
        margin-left: 0;
    }
    .fancybox-caption__body {
        background: rgba(30, 30, 30, .6);
        padding: 20px 30px;
    }
    .custom-carousel-item .info {
        display: none !important;
    }
    .fancybox-caption__body p {
        font-size: 13px;
    }
    .reveal {
        width: 100% !important;
        max-width: inherit !important;
        border-radius: 0 !important;
        padding: 25px;
    }
    .reveal-headline h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .reveal-headline span svg {
        width: 24px;
    }

    .reveal-botao-desktop {
        display: none;
    }
    .reveal-botao-mobile {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }
    .onboard-termos-caixa {
        max-height: 360px;
    }
    .cookie-modal__options {
        margin-bottom: 20px;
    }
    .fields-double {
        flex-direction: column;
        gap: 0;
    }

    .fields-double-endereco {
        flex-direction: row;
        gap: 20px;
    }
    .produto-item .grid-produto {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .aviso-nao-encontrado {
        flex-direction: column;
        padding: 25px;
    }
    .indicadores {
        gap: 10px;
    }
        .indicador-icone {
        width: 46px;
        height: 46px;
    }
    .indicador-icone svg {
        width: 22px;
        height: 22px;
    }
    .indicador-item {
        flex-direction: column;
        gap: 10px;
    }
    .indicadores-principal .indicador-valor {
        font-size: 17px;
    }
    .ranking-nome-ref {
        display: none;
    }
    .ranking-lista {
        gap: 17px;
    }
    .grafico-linha-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -18px;
        padding: 0 18px 4px;
    }
    .grafico-linha-scroll .grafico-linha {
        width: 900px;
        max-width: none;
    }

    #relatorios-periodo-tabs,
    #relatorios-planilhas-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

        touch-action: pan-x;
        gap: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #relatorios-planilhas-tabs::-webkit-scrollbar {
        display: none;
    }
    #relatorios-planilhas-tabs .tabs-title {
        flex: 0 0 auto;
    }
    #relatorios-periodo-tabs a[data-mobile] {
        font-size: 0;
    }
    #relatorios-periodo-tabs a[data-mobile]::before {
        content: attr(data-mobile);
        font-size: 15px;
    }
    .grafico-pizza + .legenda-grafico {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 17px 10px;
        width: 100%;
        font-size: 12px;
    }
    .grafico-barras {
            display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
    }
    .barra-coluna {
            background: #f9f9f9;
    padding: 15px 0;
    border-radius: 8px;
    }
    .dashboard-grid-2 + .dashboard-grid-2 {
        margin-top: 30px;
    }
    .dashboard-hero-sair {
        order: 2;
    }
    .relatorios-page .dashboard-secao {
        padding: 20px !important;
    }
    .relatorios-planilha-cabecalho {
        margin-bottom: 20px !important;
    }

    .grafico-card-titulo,
    .relatorios-page .dashboard-secao-titulo {
        flex-direction: column !important;
        gap: 5px !important;
        display: flex;
        align-items: start !important;
        line-height: 19px !important;
    }
    .grafico-card-titulo span {
        margin-left: 0;
    }
    tbody td, tfoot td, tfoot th, thead td, thead th {
        padding: 15px 15px;
        line-height: 19px;
    }
    .headline {
        flex-direction: column;
        align-items: start;
    }

    .headline-search select,
    .headline div:first-child,
    .headline-right,
    .headline-search input {
        width: 100%;
    }
    .headline h2 {
        font-size: 27px;
    }
    .headline-double .headline-left {
        flex-wrap: inherit;
        flex-direction: row;
    }
    .headline-search {
        flex-direction: column;
    }
    .app-breadcrumb-atual {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .field {
        margin-bottom: 20px;
    }
    .config-destaque-linha .field {
        padding: 10px 14px;
    }
    .tamanho-estoque-linha .field {
        padding: 10px 14px;
        padding-right: 27px;
    }
    .config-campo-ajuda {
        margin-top: -11px;
    }
    textarea.field {
    min-height: 120px;
}
    .headline .button {
        padding-left: 13px !important;
        padding-right: 13px !important;
        margin-left: 2px;
    }
    .headline .button.hollow {
        margin-left: 0;
    }
    .headline div:first-child {
        gap: 10px;
    }
    .paginacao {
        flex-wrap: wrap;
        gap: 15px 15px;
        margin-top: 30px;
    }
    .pedido-total {
        padding-top: 20px;
        margin-top: 30px;
    }
    .paginacao span {
        order: 3;
        flex-basis: 100%;
        text-align: center;
        font-size: 12px;
    }
    .paginacao button {
        flex: 1 1 0;
    }
    .assinatura-valor-periodo {
        font-size: 16px;
    }
    .lista-categorias {
        max-height: inherit;
    }
    .assinatura-plano-valor {
        order: inherit;
                border-bottom: 1px solid #ECECEC;
        padding-bottom: 20px;
    }
    .assinatura-valores {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .assinatura-plano-acoes,
    .assinatura-plano-info {
        flex: inherit;
    }
    .badge-plano-pro {
        font-size: 10px;
    }

    .dashboard-page .indicadores-clientes,
    .dashboard-page .indicadores-principal {
        grid-template-columns: 1fr 1fr !important;
    }
    body.tem-sidebar-app main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dashboard-comparativo {
            display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
    .dashboard-grid-2 {
        gap: 25px !important;
    }
}

.home {
    background: #fff;
}

.home .carrinho-vazio .button,
.home .produto .button,
.home header {
    background: #000;
}

.grafico-card.last {
    margin-bottom: 0;
}

.home .filtro-select-custom.open .options {
    border-color: #999;
}

.header-logo-top .header-logo a,
.header-logo-top .header-logo span,
.menu-wrapper h3,
.carrinho-topo span svg,
.home .carrinho h2,
.home .old-price,
.home .produto-content p,
.home .filtro-select-custom .options li,
.home .filtro-select-custom .selected,
.home .filter-search input,
.home .produto-content h3 {
    color: #000;
}

.home .nenhum-produto,
.home .carrinho-vazio svg,
.home .carrinho-vazio p {
    color: #666;
}
.home .old-price p {
    color: #999;
}

.single-produtos .atendimento-icone,
.single-produtos .footer-menu a,
.single-produtos footer p,
.home .atendimento-icone,
.home .footer-menu a,
.home footer p {
    color: #888 !important;
}

footer div span a {
    color: #aaa !important;
}

.single-produtos .footer-menu a:hover,
.single-produtos .atendimento-icone:hover,
.home .footer-menu a:hover,
.home .atendimento-icone:hover {
    color: #635bff !important;
}

.single-produtos .nenhum-produto,
.home .nenhum-produto {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 30px !important;
    border: 1px solid #e6e6e6 !important;
}
.single-produtos .nenhum-produto p,
.home .nenhum-produto p {
    margin-bottom: 15px;
}
.single-produtos .nenhum-produto .button.hollow,
.home .nenhum-produto .button.hollow {
    color: #666 !important;
    border-color: #666 !important;
}



#modal-avise-estoque {
    border-radius: 0;
}
#modal-avise-estoque p {
    color: #444;
}

#modal-avise-estoque .button {
    background-color: #000;
}
#modal-avise-estoque .button,
#modal-avise-estoque .field {
    border-radius: 0;
}
#modal-avise-estoque .field,
#modal-avise-estoque label,
#modal-avise-estoque .reveal-headline h3 {
    color: #000;
}

@media (min-width: 40em) {
    #modal-avise-estoque {
        width: 520px !important;
    }
}

@media (max-width: 639px) {
    .cupom-card-meta {
        white-space: inherit;
    }
    .app-breadcrumb {
        padding-left: 10px;
        padding-right: 10px;
    }
    .pedido-card-nome {
        line-height: 18px;
        margin-bottom: 2px;
        white-space: inherit;
    }
    .panel-secao {
        padding: 20px;
    }
    .app-topbar-esquerda, .app-topbar-direita {
        gap: 12px;
    }
    .app-topbar-marca {
        gap: 10px;
    }
    .app-topbar-marca-icone svg {
        width: 100%;
        height: 100%;
        padding: 8px;
    }
    .app-topbar-marca-nome {
        font-size: 19px;
    }
    .app-topbar-icone-suporte,
    .app-topbar-icone-catalogo,
    .app-topbar-icone:nth-child(1) {
        display: none;
    }
    .app-topbar-plano-badge {
        display: none;
    }
    .menu-usuario-logado a:nth-child(2) {
        display: flex;
    }
    .header-conta-item {
        margin-left: 0;
    }
    .app-topbar-icone svg {
        width: 40px;
    }
    .dropdown-pane .menu-usuario-avatar {
        width: 40px;
        height: 40px;
    }
}