

.header-content {
    position: relative;
}

.header-banner {
    height: 120px;
}

.store-logo {
    position: absolute;
    top: calc(120px - 26px);
    left: 16px;
    margin: 0;
    z-index: 2;
}

.store-logo img {
    width: 64px;
    height: 64px;
    padding: 0;
    background: var(--bg-white);
    border: 3px solid var(--bg-white);
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.store-content {
    max-width: none;
    margin: 0;
    padding: 44px 16px 0;
    border-radius: 0;
    box-shadow: none;
    background: var(--bg-white);
}

.store-content .store-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hd-meta {
    margin-top: 2px;
    font-size: 12.5px;
    color: var(--text-secondary);
}

.header-schedule {
    top: calc(120px - 36px);
    right: 16px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 100px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

.header-schedule .schedule {
    display: flex;
    padding: 0;
}

.header-schedule .schedule-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--success);
    font-size: 11.5px;
    font-weight: 600;
}

.header-schedule .schedule-text::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    flex: none;
}

.user-info {
    display: block;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: none;
}

.user-info .login-button {
    width: auto;
    margin: 0 16px 12px;
    padding: 11px 12px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    transition: filter var(--t-rapido) var(--ease-suave);
}

.user-info .login-button:hover {
    background-color: var(--padrao);
    filter: brightness(0.88);
}

.hd-acoes.install-app-container {
    width: auto;
    margin: 0 16px 14px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .header-banner {
        height: 180px;
    }

    .store-logo {
        top: calc(180px - 30px);
        left: 24px;
    }

    .store-logo img {
        width: 72px;
        height: 72px;
    }

    .store-content {
        padding: 52px 24px 0;
    }

    .store-content .store-name {
        font-size: 22px;
    }

    .header-schedule {
        top: calc(180px - 38px);
        right: 24px;
    }
}


.hd-nome-linha {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.hd-nota {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: none;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    color: var(--warning);
    white-space: nowrap;
}

.hd-nota svg {
    width: 14px;
    height: 14px;
    fill: var(--warning);
}

.hd-nota small {
    color: var(--text-muted);
    font-weight: 400;
}


.hd-chips {
    display: flex;
    gap: 8px;
    margin: 12px -16px 0;
    padding: 0 16px 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.hd-chips::-webkit-scrollbar {
    display: none;
}

.hd-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: none;
    padding: 7px 12px;
    border: 1px solid var(--border-input);
    border-radius: 100px;
    background: var(--bg-white);
    color: var(--text-primary);
    font-size: 12px;
    font-family: inherit;
    line-height: 1.4;
    cursor: pointer;
}

.hd-chip svg,
.hd-chip ion-icon {
    width: 14px;
    height: 14px;
    font-size: 14px;
    stroke: var(--text-secondary);
    color: var(--text-secondary);
    flex: none;
}

.hd-chip small {
    color: var(--text-muted);
    font-size: inherit;
}

.hd-chip--zap {
    border-color: #c8ecd4;
    background: #f0faf3;
    color: #1da851;
}

.hd-chip--zap svg,
.hd-chip--zap ion-icon {
    stroke: #1da851;
    color: #1da851;
}

.hd-chip--mais {
    color: var(--primary);
    border-style: dashed;
}


.hd-cliente {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 16px 12px;
    padding: 10px 12px;
    border: 1px solid var(--border-input);
    border-radius: 14px;
    background: var(--bg-white);
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.hd-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    flex: none;
}

.hd-cliente-texto {
    flex: 1;
    min-width: 0;
}

.hd-cliente-oi {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hd-cliente-sub {
    display: block;
    font-size: 11.5px;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hd-saldos {
    display: flex;
    gap: 6px;
    flex: none;
}

.hd-saldo {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 9px;
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 600;
    white-space: nowrap;
}

.hd-saldo--pontos {
    background: var(--warning-light);
    color: var(--warning);
}

.hd-saldo--cash {
    background: var(--success-light);
    color: var(--success);
}

.hd-chev {
    color: var(--text-muted);
    flex: none;
}


.hd-cupom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 16px 12px;
    padding: 10px 12px;
    border: 1px dashed var(--primary);
    border-radius: 14px;
    background: var(--primary-light);
    cursor: pointer;
}

.hd-cupom-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    flex: none;
}

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

.hd-cupom-texto {
    flex: 1;
    min-width: 0;
    font-size: 12.5px;
    color: var(--text-secondary);
}

.hd-cupom-texto b {
    display: block;
    font-size: 13.5px;
    color: var(--text-primary);
}

.hd-cupom .aqp-cupom-code {
    padding: 5px 11px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    white-space: nowrap;
}


.hd-acoes {
    display: flex;
    gap: 8px;
    margin: 0 16px 14px;
}

.hd-acao {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    border: 1px solid var(--border-light);
    border-radius: 100px;
    background: var(--border-light);
    color: var(--text-secondary);
    font-size: 11.5px;
    font-family: inherit;
    cursor: pointer;
}

.hd-acao ion-icon {
    font-size: 13px;
    flex: none;
}


.fl-horarios-sub {
    margin: 0 0 10px;
    font-size: 12px;
    color: var(--text-muted);
}

.fl-dia {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 9px 0;
    border-top: 1px solid var(--border-light);
}

.fl-dia--hoje {
    background: var(--border-light);
    margin: 0 -16px;
    padding-inline: 16px;
}

.fl-dia-nome {
    width: 46px;
    flex: none;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-primary);
}

.fl-dia--hoje .fl-dia-nome {
    color: var(--primary);
}

.fl-turnos {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.fl-turno {
    padding: 3px 9px;
    border-radius: 100px;
    border: 1px solid var(--border-input);
    background: var(--bg-white);
    color: var(--text-primary);
    font-size: 11.5px;
    font-variant-numeric: tabular-nums;
}

.fl-fechado {
    font-size: 11.5px;
    color: var(--text-muted);
}

.fl-agora {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    padding: 5px 11px;
    border-radius: 100px;
    background: var(--success-light);
    color: var(--success);
    font-size: 11.5px;
    font-weight: 600;
}

.fl-agora--fechado {
    background: var(--border-light);
    color: var(--text-secondary);
}


.fl-sobre-linha {
    display: flex;
    gap: 10px;
    padding: 9px 0;
    border-top: 1px solid var(--border-light);
    font-size: 13px;
    color: var(--text-primary);
}

.fl-sobre-linha:first-child {
    border-top: 0;
}

.fl-sobre-rotulo {
    width: 110px;
    flex: none;
    color: var(--text-muted);
    font-size: 12px;
}


.dk3-espaco,
.dk3-vermais,
.dk3-div,
.dk3-minimo,
.dk3-linha2,
.dk3-fixa {
    display: none;
}

@media (min-width: 992px) {
    .header-content {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px 24px 0;
    }

    .main-products,
    .more-requests,
    .coupons-slot,
    .loyalty-requests,
    .pn-section,
    .groups .list-group {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-products {
        padding: 20px 24px;
    }

    .more-requests,
    .coupons-slot,
    .loyalty-requests,
    .pn-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .dk3-fixa {
        display: block;
        position: sticky;
        top: 0;
        z-index: 90;
        background: var(--bg-white);
    }

    .dk3-fixa-trilho {
        display: flex;
        align-items: center;
        gap: 12px;
        max-width: 1280px;
        margin: 0 auto;
        padding: 10px 24px;
    }

    .dk3-fixa .dk3-card {
        height: 44px;
    }

    .dk3-fixa .dk3-busca-slot .search-box-header {
        height: 44px;
    }

    .groups {
        top: 64px;
        z-index: 80;
    }

    .header-banner {
        height: 230px;
        border-radius: 8px;
        overflow: hidden;
    }

    .header-schedule {
        top: calc(24px + 230px - 38px);
        right: 40px;
    }

    .store-info {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 18px 0 0;
    }

    .store-logo {
        position: static;
        margin: 0;
        flex: none;
    }

    .store-logo img {
        box-shadow: none;
        border: 1px solid var(--border-light);
    }

    .store-content {
        flex: 1;
        min-width: 0;
        padding: 0;
    }

    .store-content .store-name {
        font-size: 26px;
        letter-spacing: -0.01em;
    }

    .hd-nome-linha {
        gap: 14px;
    }

    .hd-nota {
        margin-left: 0;
    }

    .hd-meta,
    .hd-chips {
        display: none;
    }

    .dk3-espaco {
        display: block;
        flex: 1;
    }

    .dk3-vermais {
        display: inline-flex;
        border: 0;
        background: none;
        color: var(--primary);
        font-family: inherit;
        font-size: 13.5px;
        font-weight: 600;
        white-space: nowrap;
        cursor: pointer;
    }

    .dk3-vermais--suave {
        color: var(--text-secondary);
        font-weight: 500;
    }

    .dk3-div {
        display: block;
        width: 1px;
        height: 18px;
        background: var(--border-input);
    }

    .dk3-minimo {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--text-muted);
        font-size: 13px;
        white-space: nowrap;
    }

    .dk3-minimo b {
        color: var(--text-secondary);
        font-weight: 600;
    }

    .dk3-linha2 {
        display: flex;
        gap: 12px;
        margin: 20px 0 4px;
    }

    .dk3-busca-slot {
        flex: 1;
        min-width: 0;
    }

    .dk3-busca-slot .search-box-header {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 56px;
        margin: 0;
        padding: 0 16px;
        width: auto;
        max-width: none;
        border: 1px solid var(--border-input);
        border-radius: 8px;
        background: var(--bg-white);
    }

    .dk3-busca-slot .search-input {
        border: 0;
        background: none;
        width: 100%;
        font-size: 14px;
    }

    .dk3-card {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 56px;
        padding: 0 16px;
        border: 1px solid var(--border-input);
        border-radius: 8px;
        background: var(--bg-white);
        color: inherit;
        font-family: inherit;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        flex: none;
    }

    .dk3-card svg,
    .dk3-card ion-icon {
        width: 18px;
        height: 18px;
        font-size: 18px;
        stroke: var(--text-secondary);
        color: var(--text-secondary);
        flex: none;
    }

    .dk3-card--zap svg,
    .dk3-card--zap ion-icon {
        stroke: #1da851;
        color: #1da851;
    }

    .dk3-card > span:not(.hd-avatar):not(.hd-chev) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .dk3-card b {
        font-size: 13px;
        font-weight: 600;
        color: var(--text-primary);
    }

    .dk3-card small {
        font-size: 11.5px;
        color: var(--text-muted);
    }

    .dk3-avatar {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .hd-baixo {
        margin: 0 0 8px;
    }

    .hd-baixo .user-info {
        display: none;
    }

    .dk3-cupom-slot {
        display: flex;
        min-width: 0;
    }

    .dk3-cupom-slot .hd-cupom {
        margin: 0;
        height: 56px;
        box-sizing: border-box;
        padding: 0 12px;
        max-width: 440px;
    }

    .dk3-fixa .dk3-card {
        height: 52px;
        min-width: 230px;
        padding: 0 18px;
    }

    .dk3-fixa .dk3-card b {
        font-size: 14px;
    }

    .dk3-fixa .dk3-card small {
        font-size: 12px;
    }

    .dk3-fixa .dk3-avatar {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .dk3-fixa .dk3-busca-slot .search-box-header {
        height: 52px;
    }

    .dk3-carrinho-slot {
        display: flex;
        flex: none;
    }

    .dk3-fixa .cart-button-desktop {
        position: static;
        display: block;
    }

    .dk3-fixa .cart-button-desktop.hidden {
        display: none;
    }

    .dk3-fixa .cart-button-desktop button {
        display: flex;
        align-items: center;
        gap: 8px;
        height: 52px;
        padding: 0 18px;
        border-radius: 8px;
        box-shadow: none;
        font-size: 13px;
        font-weight: 600;
    }

    .dk3-acoes-slot {
        display: flex;
        flex: none;
    }

    .dk3-acoes-slot .hd-acoes.install-app-container {
        margin: 0;
    }
}
