/* YouDelivery NovoPedido v2 — aparência premium preservando AngularJS e bindings. */
body.np-v2 {
    --np-wine: #7f181b;
    --np-wine-deep: #551015;
    --np-red: var(--np-wine);
    --np-coral: #df4a38;
    --np-cream: #faf7f2;
    --np-paper: #ffffff;
    --np-ink: #211f20;
    --np-muted: #716b68;
    --np-line: #e9e2dc;
    --np-green: #17764c;
    color: var(--np-ink);
    background: var(--np-cream);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
}

.np-v2 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.np-v2 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.np-v2 ::-webkit-scrollbar-thumb {
    background: rgba(241, 199, 66, .3);
}

.np-v2 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.np-v2 ::placeholder {
    color: #778899 !important;
    opacity: .65 !important;
}

.np-v2 .text-gray {
    color: var(--np-muted);
}

.np-v2 .np-visually-hidden-frame,
.np-v2 .np-tracking-pixel,
.np-v2 .np-whatsapp-entry {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.np-v2 .np-order-shell {
    background: var(--np-cream);
}

.np-v2 .np-order-nav {
    height: 92px;
    border: 0;
    background: rgba(255, 255, 255, .96);
}


.np-v2 .np-header-actions {
    position: absolute;
    padding-left: 13vh !important;
}

.np-v2 .np-header-action,
.np-v2 button.np-header-action {
    margin-top: 13px !important;
    border: 0;
}

.np-v2 .np-header-action .fa {
    color: var(--np-wine) !important;
    font-size: 22px !important;
}

.np-v2 .np-brand-link {
    display: block;
}

.np-v2 .np-brand-logo {
    position: absolute;
    max-width: 40vw;
    max-height: 74px;
    margin-top: 9px;
    border-radius: 999px;
}

.np-v2 .np-order-toolbar {
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 0;
}

.np-v2 .np-order-status {
    color: rgba(255, 255, 255, .84) !important;
}

.np-v2 .np-page-spacer {
    min-height: 24px;
    margin-left: 0;
    margin-right: 0;
    background: var(--np-cream);
}

.np-v2 .np-context-notice,
.np-v2 .np-order-progress {
    width: min(1120px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.np-v2 .np-context-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 12px 16px;
    border: 1px solid var(--np-line);
    border-radius: 12px;
    color: var(--np-ink);
    background: var(--np-paper);
    box-shadow: 0 8px 22px rgba(33, 31, 32, .08);
}

.np-v2 .np-context-notice > .fa { font-size: 20px; color: var(--np-wine); }
.np-v2 .np-context-notice > div { display: grid; gap: 2px; flex: 1; min-width: 0; }
.np-v2 .np-context-notice strong { font-size: 14px; }
.np-v2 .np-context-notice span { color: var(--np-muted); font-size: 13px; }
.np-v2 .np-context-notice .btn { min-height: 32px; padding: 5px 8px; color: var(--np-wine); font-weight: 700; }
.np-v2 .np-context-notice--operacional { border-color: #f0c7b9; background: #fff7f2; }
.np-v2 .np-context-notice--condicao { border-color: #ead9a8; background: #fffbed; }
.np-v2 .np-context-notice--beneficio { border-color: #b9dfc8; background: #f2fbf5; }
.np-v2 .np-context-notice--beneficio > .fa { color: var(--np-green); }
.np-v2 .np-context-notice__close { width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; color: var(--np-muted); background: transparent; }
.np-v2 .np-context-notice__close:hover { color: var(--np-wine); background: rgba(127, 24, 27, .08); }

.np-v2 .np-order-progress { margin-top: 14px; margin-bottom: 12px; }
.np-v2 .np-context-notice + .np-order-progress { margin-top: 14px; }
.np-v2 .np-order-progress ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 0; margin: 0; list-style: none; }
.np-v2 .np-order-progress li { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 9px 10px; border: 1px solid var(--np-line); border-radius: 10px; color: var(--np-muted); background: rgba(255, 255, 255, .72); }
.np-v2 .np-order-progress li > span { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 800; }
.np-v2 .np-order-progress strong { overflow: hidden; font-size: 12px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.np-v2 .np-order-progress .is-current { border-color: var(--np-wine); color: var(--np-wine); background: #fff8f7; }
.np-v2 .np-order-progress .is-complete { border-color: #b9dfc8; color: var(--np-green); background: #f2fbf5; }

.np-v2 .np-sticky-action-title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
}

.np-v2 .np-sticky-action-title--secondary {
    font-size: 18px;
}

@media (prefers-reduced-motion: reduce) {
    .np-v2 .np-context-notice,
    .np-v2 .np-order-progress *,
    .np-v2 .bounce { animation: none !important; transition: none !important; }
}

.np-v2 .np-footer-brand {
    margin-top: 0;
}

.np-v2 .np-inline-action {
    padding: 0;
    color: var(--np-wine);
    background: transparent;
    border: 0;
    font: inherit;
    font-weight: 750;
}

.np-v2 .np-order-toolbar .np-inline-action {
    color: var(--np-paper) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.np-v2 .np-user-greeting {
    margin: 0 0 12px;
    font-size: 16px;
}

.np-v2 .np-promotion {
    margin: 10px 0 !important;
    padding: 12px 16px;
    color: var(--np-wine) !important;
    font-size: 17px;
    line-height: 1.45;
    background: #fff5f4;
    border: 1px solid #e7b9b5;
    border-radius: 12px;
}

.np-v2 .np-panel-heading {
    color: var(--np-paper);
}

.np-v2 #PanelCupom .panel-title { font-size: 14px; white-space: nowrap; }

.np-v2 .np-panel-body-compact {
    padding-bottom: 0;
}

.np-v2 .np-selectable-row {
    cursor: pointer;
}

.np-v2 .np-selectable-row:focus-visible {
    outline: 3px solid rgba(245, 165, 36, .9);
    outline-offset: -3px;
}

.np-v2 .sucesso {
    color: #0d6b3e;
    background: #ecf8f1;
}

.np-v2 .np-muted-copy {
    color: var(--np-muted);
}

.np-v2 .np-empty-icon {
    color: #c8c0ba;
}

.np-v2 .np-soft-row,
.np-v2 .np-cart-summary {
    background: #f5f1ed;
}

.np-v2 .np-cart-summary {
    font-size: 115%;
}

.np-v2 .np-icon-action {
    width: 36px;
    min-height: 36px;
    padding: 4px;
    color: var(--np-wine);
    background: transparent;
    border: 0;
    border-radius: 50%;
}

.np-v2 .np-beverage-suggestion {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #f5f1ed;
    border-radius: 14px;
}

.np-v2 .np-beverage-suggestion__title {
    margin-top: 0 !important;
    color: var(--np-wine) !important;
}

.np-v2 .np-beverage-suggestion__image {
    width: 100%;
    margin-left: -22px;
}

.np-v2 .np-danger-copy {
    color: var(--np-wine) !important;
}

.np-v2 .np-coupon-input {
    cursor: text;
}

.np-v2 .np-coupon-feedback {
    color: var(--np-wine);
}

.np-v2 .np-coupon-success {
    padding: 9px 12px;
    color: #fff;
    background: var(--np-green);
    border-radius: 10px;
}

.np-v2 .np-rating-group {
    display: flex;
    gap: 2px;
    color: #d99b00;
}

.np-v2 .np-rating-button {
    min-width: 42px;
    min-height: 42px;
    padding: 4px !important;
    color: #d99b00 !important;
    background: transparent !important;
    border: 0 !important;
}

.np-v2 .np-rating-label {
    padding: 8px 0 !important;
    font-size: 16px;
}

.np-v2 .np-modal {
    margin: 0 auto;
}

.np-v2 .np-modal-header {
    padding: 18px 22px;
    color: var(--np-ink);
    background: #f8fafc;
    border-bottom: 1px solid var(--np-line);
    text-align: left;
    font-size: 20px;
    font-weight: 760;
}

.np-v2 .np-modal-body-scroll {
    max-height: min(75vh, 720px);
    overflow-y: auto;
}

.np-v2 .np-modal-footer {
    background: #f4efeb !important;
}

.np-v2 .np-modal-addon {
    color: #d8d1cc;
    background: var(--np-wine);
    border: 0;
}

.np-v2 .np-login-art {
    max-height: 40vh;
    margin-inline: auto;
}

.np-v2 .np-required-note {
    font-size: 70%;
    color: var(--np-muted);
}

.np-v2 .np-modal-error {
    color: var(--np-wine);
}

.np-v2 .np-modal-action {
    border: 0;
}

.np-v2 .np-modal-center {
    top: 30vh;
}

.np-v2 .np-privacy-dialog {
    top: 5vh;
    width: min(calc(100% - 24px), 1120px);
    margin: 0 auto;
    opacity: .98;
}

.np-v2 .np-privacy-body {
    max-height: 85vh;
    padding: 24px;
    overflow: hidden;
    background: var(--np-paper) !important;
    border-radius: 18px;
}

.np-v2 .np-privacy-body > .close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 2;
    color: var(--np-ink);
}

.np-v2 .np-privacy-logo {
    width: auto;
    max-width: 100%;
    max-height: 18vh;
    margin-top: 2px;
}

.np-v2 .np-privacy-nav-scroll {
    height: 63vh;
    overflow-y: auto;
}

.np-v2 .np-privacy-nav-scroll .list-group-item {
    width: 100%;
    min-height: 44px;
    text-align: left;
    border-radius: 8px;
}

.np-v2 .np-privacy-content {
    height: 78vh;
    padding: 0 26px 32px;
    overflow-y: auto;
}

.np-v2 .np-privacy-content h1 {
    margin-top: 0 !important;
}

.np-v2 .np-item-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.np-v2 .np-item-media-mobile,
.np-v2 .np-item-media-mobile__inner {
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.np-v2 .np-item-media-mobile {
    background-size: auto;
}

.np-v2 .np-item-media-mobile__inner {
    background-size: contain;
    backdrop-filter: blur(8px);
}

.np-v2 .np-item-title,
.np-v2 .np-item-subtitle,
.np-v2 .np-item-meta {
    margin-top: 0 !important;
}

.np-v2 .np-item-subtitle,
.np-v2 .np-item-price,
.np-v2 .np-item-meta-value {
    color: var(--np-muted);
}

.np-v2 .np-item-description {
    white-space: pre-wrap;
}

.np-v2 .np-item-meta {
    color: var(--np-green);
}

.np-v2 .np-quantity-action--decrease {
    color: var(--np-wine) !important;
}

.np-v2 .np-quantity-action--increase {
    color: var(--np-green) !important;
}

.np-v2 .np-modal-message {
    color: var(--np-paper);
}

.np-v2 .np-section-prompt {
    position: relative;
    margin: 0 0 14px;
    color: var(--np-muted) !important;
}

.np-v2 .np-section-prompt .fa-arrow-down {
    position: absolute;
    right: 15px;
}

.np-v2 .np-section-title {
    margin-top: 0;
}

.np-v2 .np-section-help {
    display: block;
    margin-bottom: 12px;
    color: var(--np-muted);
}

.np-v2 .np-payment-options {
    display: grid;
    gap: 8px;
}

.np-v2 button.btnFormaPagamento {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.np-v2 .np-payment-options .btnFormaPagamento {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    color: var(--np-ink);
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(48, 34, 29, .05);
}

.np-v2 .np-payment-options .btnFormaPagamento:hover,
.np-v2 .np-payment-options .btnFormaPagamento:focus,
.np-v2 .np-payment-options .btnFormaPagamento.active {
    color: var(--np-paper);
    background: var(--np-wine);
    border-color: var(--np-wine);
}

.np-v2 .np-loyalty-action {
    color: #166534 !important;
    background: #fff8cf !important;
    border-color: #98b986 !important;
}

.np-v2 .np-loyalty-action .fa {
    color: #166534;
}

.np-v2 .np-loyalty-banner {
    margin: 0;
    color: #fff;
    background: linear-gradient(135deg, #087c3a, #35a85b);
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(8, 124, 58, .18);
}

.np-v2 .np-loyalty-banner h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
}

.np-v2 .np-loyalty-icon {
    color: #ffd24a;
}

.np-v2 .np-loyalty-row { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; padding: 10px 12px; background: #f4fbf5; border: 1px solid #cce8d2; border-radius: 18px; }
.np-v2 .np-loyalty-row .form-group { float: none; margin: 0; padding: 0; }
.np-v2 .np-loyalty-copy { flex: 1 1 auto; min-width: 0; }
.np-v2 .np-loyalty-cta { flex: 0 0 auto; }
.np-v2 .np-loyalty-cta .btn { min-height: 44px; padding: 10px 18px; color: #fff; background: var(--np-wine); border-color: var(--np-wine); border-radius: 12px; font-weight: 800; }
.np-v2 .np-loyalty-cta .btn:hover,
.np-v2 .np-loyalty-cta .btn:focus-visible { color: #fff; background: #671016; border-color: #671016; }

.np-v2 .np-filter-label {
    display: block;
    margin: 0 0 6px;
    color: var(--np-red);
    font-weight: 700;
}

.np-v2 .np-filter-hint {
    color: #6f7478;
    font-size: 12px;
    font-weight: 500;
}

.np-v2 .np-horizontal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
}

.np-v2 .np-filter-pills {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: 8px;
    margin: 5px 0 10px;
    padding: 0;
    list-style: none;
}

.np-v2 .np-filter-pills li { margin: 0; }

.np-v2 .np-filter-pill {
    min-height: 42px;
    padding: 9px 15px;
    color: var(--np-ink);
    background: #fff;
    border: 1px solid var(--np-line);
    border-radius: 999px;
    font-weight: 700;
    white-space: nowrap;
}

.np-v2 .np-filter-pills li.active .np-filter-pill,
.np-v2 .np-filter-pill:hover,
.np-v2 .np-filter-pill:focus-visible {
    color: #fff;
    background: var(--np-red);
    border-color: var(--np-red);
}

.np-v2 .np-category-title {
    margin: 8px 0 12px !important;
    color: #173f4f;
    font-size: 24px;
    font-weight: 800;
}

.np-v2 .np-search-empty {
    align-items: center;
    background: #fff;
    border: 1px dashed #b98c37;
    border-radius: 14px;
    color: #4a3d2d;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 20px 0 28px;
    padding: 28px 20px;
    text-align: center;
}

.np-v2 .np-search-empty .fa {
    color: var(--np-red);
    font-size: 24px;
}

.np-v2 .np-search-empty span {
    color: #665a4c;
    font-size: 14px;
}

.np-v2 .np-product-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--np-line);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(61, 36, 28, .08);
}

.np-v2 .np-product-card__body { position: relative; min-height: 150px; }
.np-v2 .np-product-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--np-wine); }

.np-v2 .np-search-empty {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 14px 0 22px;
    padding: 16px 18px;
    color: var(--np-ink);
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(33, 31, 32, .06);
}

.np-v2 .np-search-empty > .fa { color: var(--np-wine); font-size: 20px; }
.np-v2 .np-search-empty > div { display: grid; flex: 1; gap: 2px; min-width: 0; }
.np-v2 .np-search-empty span { color: var(--np-muted); font-size: 13px; }
.np-v2 .np-search-empty .btn { color: var(--np-wine); font-weight: 750; }

.np-v2 .np-product-title,
.np-v2 .np-product-meta,
.np-v2 .np-product-attributes {
    margin-top: 0;
}

.np-v2 .np-product-title {
    text-align: left;
}

.np-v2 .np-product-meta,
.np-v2 .np-product-attribute-value {
    color: var(--np-muted);
}

.np-v2 .np-product-agenda,
.np-v2 .np-product-attributes {
    color: var(--np-green);
}

.np-v2 .np-product-stock-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.np-v2 .np-product-attribute-separator {
    color: var(--np-ink);
}

.np-v2 .np-discount-badge,
.np-v2 .np-sold-out-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--np-red);
    border-radius: 999px;
    font-weight: 800;
}

.np-v2 .np-discount-badge {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 3;
    min-width: 50px;
    min-height: 50px;
    padding: 8px;
}

.np-v2 .np-sold-out-badge { padding: 6px 12px; font-size: 13px; }
.np-v2 .np-product-price { color: #5d646a; font-size: 17px; }
.np-v2 .np-product-price del { color: #c85f65; }

.np-v2 .np-product-footer { display: flex; align-items: end; margin-top: 4px; }
.np-v2 .np-product-price-area { min-width: 0; }
.np-v2 .np-free-shipping { display: flex; flex-direction: column; gap: 2px; margin-top: 6px; color: #157447; font-size: 12px; font-weight: 800; line-height: 1.2; }
.np-v2 .np-free-shipping .fa { margin-right: 3px; }
.np-v2 .np-free-shipping-detail { color: #5d646a; font-size: 11px; font-weight: 600; }
.np-v2 .np-product-action { align-self: end; }

.np-v2 .np-product-add {
    min-width: 44px;
    min-height: 44px;
    padding: 5px 10px;
    color: var(--np-green);
    background: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 28px;
}

.np-v2 .np-product-add:hover,
.np-v2 .np-product-add:focus-visible { color: #fff; background: var(--np-green); }
.np-v2 .np-product-add:disabled {
    color: #7d7470;
    background: transparent;
    cursor: not-allowed;
    opacity: .45;
}
.np-v2 .np-product-add:disabled:hover,
.np-v2 .np-product-add:disabled:focus-visible { color: #7d7470; background: transparent; }
.np-v2 .np-product-blocked { display: block; margin-top: 6px; color: #7440a8; font-weight: 700; }

.np-v2 .np-payment-panel {
    border: 1px solid var(--np-line);
    border-radius: 12px;
}

.np-v2 .np-payment-panel__body {
    background: #f5f1ed;
    border-radius: 12px;
}

.np-v2 .np-payment-panel__body--secure {
    color: #fff;
    background: #33485e;
}

.np-v2 .np-payment-panel__body--pix {
    color: #fff;
    background: #106489;
}

.np-v2 .np-payment-label {
    color: inherit;
    font-size: 17px;
}

.np-v2 .np-payment-label--large {
    color: #334155;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.np-v2 .np-required-mark,
.np-v2 .np-payment-message,
.np-v2 .np-payment-distance-warning {
    color: #b91c1c;
}

.np-v2 .np-required-note--compact {
    font-size: 70%;
}

.np-v2 .np-payment-terms {
    margin-bottom: 0;
}

.np-v2 .np-payment-legacy-trigger {
    cursor: pointer;
}

.np-v2 .np-success-icon {
    color: #cbd5e1;
    font-size: min(30vh, 220px);
}

.np-v2 .np-hours-table {
    font-size: 16px;
}

.np-v2 .np-hours-table th { padding-right: 10px; }

.np-v2 .np-rating-label .control-label {
    display: inline-block;
}

.np-v2 .np-loyalty-complete {
    background-color: rgba(204, 255, 204, .5);
    color: #166534;
}

.np-v2 .np-payment-accent {
    color: #ffed00;
}

.np-v2 .np-cart-preview {
    margin-bottom: 0;
    background: #f5f1ed;
}

.np-v2 #wrap,
.np-v2 #wrap > .container,
.np-v2 #wrap > .row {
    background: var(--np-cream) !important;
}

.np-v2 #wrap > .container {
    width: min(100%, 1220px);
    padding-left: 24px;
    padding-right: 24px;
}

.np-v2 #headerSite {
    height: auto;
    min-height: 0;
    padding-top: 92px;
}

.np-v2 #headerSite .navbar {
    height: 92px !important;
    min-height: 92px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid var(--np-line) !important;
    box-shadow: 0 7px 28px rgba(52, 34, 27, .07);
    backdrop-filter: blur(12px);
}

.np-v2 #headerSite .navbar > .container-fluid {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.np-v2 .np-operational-header {
    display: grid !important;
    grid-template-columns: auto minmax(150px, 1fr) auto auto;
    align-items: center;
    gap: 18px;
    min-height: 92px;
    padding: 8px 20px;
}

.np-v2 .np-operational-header::before,
.np-v2 .np-operational-header::after {
    display: none !important;
    content: none;
}

.np-v2 .np-operational-header .np-brand-link {
    float: none;
    width: 62px;
    height: 62px;
    margin: 0;
    padding: 0;
}

.np-v2 .np-operational-header .np-brand-logo {
    position: static;
    display: block;
    width: 62px;
    height: 62px;
    max-width: none;
    max-height: none;
    margin: 0;
    object-fit: cover;
    border: 1px solid var(--np-line);
    border-radius: 50%;
    box-shadow: 0 7px 20px rgba(40, 28, 24, .10);
}

.np-v2 .np-operational-context {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.np-v2 .np-operational-context strong {
    overflow: hidden;
    color: var(--np-ink);
    font-size: 18px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.np-v2 .np-operational-context__eyebrow {
    color: var(--np-wine);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.np-v2 .np-operational-context .np-order-status {
    width: max-content;
    max-width: 100%;
    padding: 3px 8px;
    color: #12643f !important;
    font-size: 12px;
    font-weight: 700;
    background: #eaf7ef;
    border-radius: 999px;
}

.np-v2 .np-operational-context .np-order-status--closed {
    color: #8d1b20 !important;
    background: #fff0ef;
}

.np-v2 .np-operational-info,
.np-v2 .np-operational-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.np-v2 .np-operational-info__action,
.np-v2 .np-account-login,
.np-v2 .np-cart-header-action,
.np-v2 .np-account-menu summary,
.np-v2 .np-account-menu__content button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 11px;
    color: var(--np-wine);
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
}

.np-v2 .np-operational-info__action:hover,
.np-v2 .np-operational-info__action:focus-visible,
.np-v2 .np-account-login:hover,
.np-v2 .np-account-login:focus-visible,
.np-v2 .np-account-menu summary:hover,
.np-v2 .np-account-menu summary:focus-visible {
    color: var(--np-wine-deep);
    background: #fff4f3;
    border-color: #f1d1ce;
    outline: 0;
}

.np-v2 .np-cart-header-action {
    flex-direction: column;
    align-items: flex-start;
    min-width: 116px;
    color: var(--np-paper);
    background: var(--np-wine);
    border-color: var(--np-wine);
}

.np-v2 .np-cart-header-action:hover,
.np-v2 .np-cart-header-action:focus-visible {
    color: var(--np-paper);
    background: var(--np-wine-deep);
    border-color: var(--np-wine-deep);
    outline: 3px solid rgba(241, 199, 66, .65);
    outline-offset: 2px;
}

.np-v2 .np-cart-header-action strong {
    font-size: 14px;
}

.np-v2 .np-cart-header-action .fa {
    position: absolute;
    margin-left: 78px;
    font-size: 17px;
}

.np-v2 .np-account-menu {
    position: relative;
    margin: 0;
}

.np-v2 .np-account-menu summary {
    cursor: pointer;
    list-style: none;
}

.np-v2 .np-account-menu summary::-webkit-details-marker {
    display: none;
}

.np-v2 .np-account-menu__content {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    min-width: 142px;
    padding: 6px;
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(52, 34, 27, .16);
}

.np-v2 .np-account-menu__content button {
    justify-content: flex-start;
    width: 100%;
}

.np-v2 .np-account-menu__content button:hover,
.np-v2 .np-account-menu__content button:focus-visible {
    color: var(--np-paper);
    background: var(--np-wine);
    outline: 0;
}

.np-v2 .np-restaurant-info-panel {
    position: absolute;
    z-index: 1200;
    width: 100vw;
    height: 100vh;
    inset: 0 auto auto 0;
    display: grid;
    place-items: center;
    padding: 20px;
}

.np-v2 .np-restaurant-info-panel__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 0;
    background: rgba(33, 31, 32, .52);
    border: 0;
}

.np-v2 .np-restaurant-info-panel__content {
    position: relative;
    z-index: 1;
    width: min(100%, 460px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 28px;
    color: var(--np-ink);
    background: var(--np-paper);
    border-radius: 18px;
    box-shadow: 0 22px 56px rgba(29, 18, 18, .30);
}

.np-v2 .np-restaurant-info-panel__content h2 {
    margin: 4px 32px 12px 0;
    font-size: 24px;
    font-weight: 800;
}

.np-v2 .np-restaurant-info-panel__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    color: var(--np-wine);
    background: #fff4f3;
    border: 0;
    border-radius: 50%;
}

.np-v2 .np-restaurant-info-panel__map {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 10px 14px;
    color: var(--np-paper);
    font-weight: 750;
    text-decoration: none;
    background: var(--np-wine);
    border-radius: 10px;
}

.np-v2 .np-legacy-header,
.np-v2 .np-legacy-order-toolbar {
    display: none !important;
}

.np-v2 #LogoSite2 {
    top: 9px;
    max-width: 132px !important;
    max-height: 74px !important;
    margin: 0 !important;
    border: 1px solid var(--np-line);
    box-shadow: 0 7px 20px rgba(40, 28, 24, .10);
}

.np-v2 #btnCarrinho {
    right: 18px;
    padding-left: 0 !important;
}

.np-v2 #btnCarrinho .btn {
    width: 44px;
    height: 44px;
    margin: 13px 2px 0 !important;
    padding: 7px !important;
    display: inline-grid;
    place-items: center;
    color: var(--np-paper) !important;
    background: var(--np-wine) !important;
    border: 1px solid var(--np-wine) !important;
    border-radius: 50%;
}

.np-v2 #btnCarrinho .fa {
    color: var(--np-paper) !important;
    font-size: 22px !important;
}

.np-v2 #btnCarrinho .btn:hover,
.np-v2 #btnCarrinho .btn:focus-visible {
    background: var(--np-wine-deep) !important;
    border-color: var(--np-wine-deep) !important;
}

.np-v2 #btnCarrinho .btn:hover .fa,
.np-v2 #btnCarrinho .btn:focus-visible .fa {
    color: #ffd24a !important;
}

.np-v2 .ToolbarGVD {
    margin: 0 -24px 28px !important;
    padding: 15px 24px 16px !important;
    color: var(--np-paper);
    background: linear-gradient(110deg, var(--np-wine-deep), var(--np-wine)) !important;
    border: 0 !important;
    border-radius: 0 0 18px 18px;
}

.np-v2 .ToolbarGVD .crudhead {
    color: var(--np-paper);
    font-size: 18px;
    font-weight: 750;
    letter-spacing: .03em;
}

.np-v2 .ToolbarGVD small {
    display: inline-block;
    margin-top: 4px;
    color: #f8dcd7 !important;
    font-size: 12px;
}

.np-v2 .np-order-heading {
    display: block;
    font-size: 18px;
    line-height: 1.25;
}

.np-v2 .np-order-status {
    margin-top: 7px !important;
    padding: 4px 10px;
    color: var(--np-paper) !important;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    font-weight: 700;
}

.np-v2 .np-order-status--closed {
    color: #3c1012 !important;
    background: #ffd9d5;
    border-color: #ffd9d5;
}

/* O seletor amplo do cabeçalho também alcança o small de status. */
body.np-v2 .ToolbarGVD .np-order-status--closed {
    color: #3c1012 !important;
}

.np-v2 #style-3,
.np-v2 #PanelCarrinho,
.np-v2 #PanelCupom,
.np-v2 #PanelAvaliacao {
    padding-left: 10px;
    padding-right: 10px;
}

.np-v2 #ProdCard {
    position: sticky;
    top: 92px;
    z-index: 20;
    margin: 0 -12px 10px;
    padding: 12px 12px 4px;
    background: rgba(250, 247, 242, .96);
    backdrop-filter: blur(10px);
}

.np-v2 #ProdCard label,
.np-v2 #scCategoriasDesk + div label,
.np-v2 label.text-danger {
    color: var(--np-ink) !important;
    font-weight: 700;
}

.np-v2 #scAreas,
.np-v2 #scCategorias {
    scrollbar-width: none;
}

.np-v2 #scAreas::-webkit-scrollbar,
.np-v2 #scCategorias::-webkit-scrollbar {
    display: none;
}

.np-v2 #ProdCard { margin-top: 0; }
.np-v2 #ProdCard .np-area-filter { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.np-v2 #ProdCard .np-area-filter .np-filter-label { flex: 0 0 auto; margin: 0; }
.np-v2 #ProdCard .np-area-filter #scAreas { flex: 1 1 auto; min-width: 0; }
.np-v2 .np-menu-filters { display: grid; grid-template-columns: minmax(0, 1fr); align-items: end; justify-content: start; gap: 12px; margin: 0 0 8px; }
.np-v2 .np-menu-filters .form-group { width: auto; margin: 0; padding: 0; }
.np-v2 .np-menu-filters #scCategoriasDesk { overflow-x: auto; }
.np-v2 .np-menu-filters .np-search-column { justify-self: stretch; }
.np-v2 .np-menu-filters .np-search-column label { display: block; margin: 0 0 6px; }
.np-v2 .np-menu-filters .np-search-column input { height: 46px; }

@media (min-width: 1200px) {
    .np-v2 .np-menu-filters { grid-template-columns: minmax(0, 1fr) minmax(210px, 210px); }
    .np-v2 .np-menu-filters #scCategoriasDesk { grid-column: 1; grid-row: 1; min-width: 0; }
    .np-v2 #scCategoriasDesk .np-filter-pills { gap: 5px; flex-wrap: nowrap; }
    .np-v2 #scCategoriasDesk .np-filter-pill { padding-right: 12px; padding-left: 12px; }
    .np-v2 .np-menu-filters .np-search-column { display: block; grid-column: 2; grid-row: 1; min-width: 0; width: 100%; }
    .np-v2 .np-menu-filters .np-search-column label { display: block; margin: 0 0 6px; }
    .np-v2 .np-menu-filters .np-search-column input { min-width: 0; width: 100%; }
}

@media (max-width: 767px) {
    .np-v2 #ProdCard .np-area-filter { align-items: stretch; flex-direction: column; gap: 6px; }
    .np-v2 #ProdCard .np-area-filter .np-filter-label { margin: 0; }
    .np-v2 #ProdCard .np-area-filter #scAreas { width: 100%; }
    .np-v2 .np-loyalty-row { align-items: stretch; flex-direction: column; gap: 10px; padding: 10px; }
    .np-v2 .np-loyalty-cta .btn { width: 100%; }
}

@media (max-width: 991px) {
    .np-v2 .np-menu-filters { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .np-v2 .np-menu-filters .np-search-column { clear: none; margin-top: 0; }
}

.np-v2 .nav-pills > li > a {
    min-height: 42px;
    padding: 11px 18px;
    color: #5f5956;
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 999px;
    cursor: pointer;
}

.np-v2 .nav-pills > li.active > a,
.np-v2 .nav-pills > li.active > a:hover,
.np-v2 .nav-pills > li.active > a:focus {
    color: var(--np-paper) !important;
    background: var(--np-wine) !important;
    border-color: var(--np-wine) !important;
}

.np-v2 #inPesqProd {
    min-height: 48px;
    padding-left: 42px;
    color: var(--np-ink);
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 999px;
    box-shadow: 0 7px 22px rgba(49, 34, 29, .06);
}

.np-v2 #inPesqProd:focus {
    border-color: var(--np-wine);
    box-shadow: 0 0 0 3px rgba(127, 24, 27, .12);
}

.np-v2 h3 {
    margin: 20px 0 15px !important;
    color: var(--np-ink) !important;
    font-size: 25px;
    font-weight: 760;
    letter-spacing: -.025em;
}

.np-v2 .PanelCardapio {
    min-height: 176px !important;
    padding: 18px;
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 17px;
    box-shadow: 0 10px 28px rgba(48, 34, 29, .07);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.np-v2 .PanelCardapio:hover,
.np-v2 .PanelCardapio:focus-within {
    transform: translateY(-2px);
    border-color: #e7c2b9;
    box-shadow: 0 17px 34px rgba(92, 27, 27, .12);
}

.np-v2 .PanelCardapio .media-object {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 13px;
}

.np-v2 .PanelCardapio h4 {
    color: var(--np-ink);
    font-size: 17px;
    line-height: 1.25;
}

.np-v2 .PanelCardapio h5,
.np-v2 .PanelCardapio h6,
.np-v2 .PanelCardapio p {
    color: var(--np-muted) !important;
    line-height: 1.45;
}

.np-v2 .PanelCardapio .fa-plus-circle {
    color: var(--np-wine) !important;
    font-size: 34px;
}

.np-v2 .panel {
    background: transparent !important;
    border: 0;
    border-radius: 17px;
    box-shadow: none;
}

.np-v2 .panel-heading {
    padding: 14px 18px;
    color: var(--np-paper) !important;
    background: var(--np-wine) !important;
    background-image: none !important;
    border-radius: 15px 15px 0 0;
}

.np-v2 .panel-body:not(.PanelCardapio) {
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-top: 0;
    border-radius: 0 0 15px 15px;
}

.np-v2 .form-control {
    min-height: 44px;
    color: var(--np-ink);
    background: var(--np-paper);
    border-color: #d9d2cd;
    border-radius: 10px;
    box-shadow: none;
}

.np-v2 .form-control:focus {
    border-color: var(--np-wine);
    box-shadow: 0 0 0 3px rgba(127, 24, 27, .11);
}

.np-v2 .btn {
    min-height: 42px;
    padding: 10px 16px;
    font-weight: 700;
    border-radius: 10px;
}

.np-v2 .btn-success,
.np-v2 .btn-danger,
.np-v2 .btn-primary,
.np-v2 .btn-escuro {
    color: var(--np-paper) !important;
    background: var(--np-wine) !important;
    background-image: none !important;
    border-color: var(--np-wine) !important;
}

.np-v2 #footerBtnPedido,
.np-v2 #footerBtnPedidoValorMinimo,
.np-v2 #footerBtnPedidoFechado {
    left: 50%;
    right: auto;
    bottom: 18px;
    width: min(calc(100% - 28px), 720px);
    transform: translateX(-50%);
    color: var(--np-paper);
    text-align: center;
    background: linear-gradient(110deg, var(--np-wine-deep), var(--np-wine)) !important;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    box-shadow: 0 16px 42px rgba(61, 14, 18, .32);
    cursor: pointer;
    overflow: hidden;
}

.np-v2 #footerBtnPedido .container,
.np-v2 #footerBtnPedidoValorMinimo .container,
.np-v2 #footerBtnPedidoFechado .container {
    width: 100%;
    padding: 10px 18px;
}

.np-v2 #footerBtnPedido p,
.np-v2 #footerBtnPedidoValorMinimo p,
.np-v2 #footerBtnPedidoFechado p {
    margin: 0;
}

.np-v2 #footer.GradienteBarraFooter {
    min-height: 78px;
    padding-top: 14px;
    color: var(--np-paper);
    background: var(--np-ink) !important;
    background-image: none !important;
}

.np-v2 #footer.GradienteBarraFooter .fontPrivacidadeLink {
    color: var(--np-paper);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.np-v2 #footer.GradienteBarraFooter .fontPrivacidadeLink:hover,
.np-v2 #footer.GradienteBarraFooter .fontPrivacidadeLink:focus-visible {
    color: #ffe5a3;
}

.np-v2 .modal-content {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(32, 21, 19, .26);
    overflow: hidden;
}

.np-v2 :focus-visible {
    outline: 3px solid rgba(245, 165, 36, .9) !important;
    outline-offset: 2px;
}

.np-v2 .np-flow-state {
    width: min(calc(100% - 28px), 760px);
    margin: 18px auto 24px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--np-ink);
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(48, 34, 29, .07);
}

.np-v2 .np-flow-state--error {
    flex-wrap: wrap;
    color: #7b171b;
    background: #fff5f4;
    border-color: #e7b9b5;
}

.np-v2 #DivTipoEntrega,
.np-v2 #DivConsultaCEP1,
.np-v2 #DivConsultaCEP2,
.np-v2 #DivSUCESSO {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 28px 16px 48px;
}

.np-v2 #DivTipoEntrega h1,
.np-v2 #DivConsultaCEP1 h1,
.np-v2 #DivConsultaCEP2 h1,
.np-v2 #DivSUCESSO h1 {
    margin: 8px auto 28px;
    color: var(--np-ink);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.np-v2 #DivTipoEntrega .btn-PecaAgora {
    width: 100%;
    min-height: 132px;
    padding: 24px 18px !important;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    background: var(--np-paper) !important;
    color: var(--np-wine) !important;
    border: 1px solid #e7c2b9 !important;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(65, 37, 30, .08);
}

.np-v2 #DivTipoEntrega .btn-PecaAgora:hover,
.np-v2 #DivTipoEntrega .btn-PecaAgora:focus {
    color: var(--np-paper) !important;
    background: var(--np-wine) !important;
    transform: translateY(-2px);
}

.np-v2 #DivConsultaCEP1 .well,
.np-v2 #DivConsultaCEP2 .well {
    padding: 24px;
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(65, 37, 30, .08);
}

.np-v2 #DivConsultaCEP1 > .row:last-child,
.np-v2 #DivConsultaCEP2 > .row:last-child {
    display: none;
}

.np-v2 #DivConsultaCEP1 .input-group-addon {
    min-width: 112px;
    border-radius: 0 10px 10px 0;
}

.np-v2 #DivConsultaCEP1 h4[ng-show],
.np-v2 #DivConsultaCEP2 h4[ng-show] {
    padding: 12px 16px;
    color: #7b171b !important;
    background: #fff5f4;
    border: 1px solid #e7b9b5;
    border-radius: 10px;
}

.np-v2 .np-delivery-container {
    width: min(100%, 760px);
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .np-v2 .np-restaurant-info-panel {
        align-items: end;
        padding: 0;
    }

    .np-v2 .np-restaurant-info-panel__content {
        width: 100%;
        max-height: min(72vh, 560px);
        padding: 24px 20px;
        border-radius: 20px 20px 0 0;
    }
}

.np-v2 .np-delivery-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.np-v2 .np-delivery-option-wide {
    grid-column: 1 / -1;
}

.np-v2 .np-delivery-option {
    height: 100%;
}

.np-v2 .np-delivery-option .fa {
    font-size: 32px;
    line-height: 1;
}

.np-v2 .np-delivery-saved-address {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-bottom: 16px;
    padding: 20px 22px;
    border: 1px solid #b9dec9;
    border-radius: 16px;
    background: #f2fbf6;
    box-shadow: 0 10px 28px rgba(48, 34, 29, .05);
}

.np-v2 .np-delivery-saved-address h2 {
    margin: 0 0 7px;
    color: var(--np-ink);
    font-size: 17px;
    font-weight: 800;
}

.np-v2 .np-delivery-saved-address address,
.np-v2 .np-delivery-saved-address p {
    margin: 0;
    color: #4f5c55;
    font-style: normal;
    line-height: 1.55;
}

.np-v2 .np-delivery-saved-address p {
    margin-top: 4px;
}

.np-v2 .np-delivery-intro {
    margin: -6px auto 22px;
    max-width: 540px;
    color: var(--np-muted);
    font-size: 16px;
    text-align: center;
}

.np-v2 .np-delivery-address-list {
    margin: 0 auto 18px;
    max-width: 640px;
}

.np-v2 .np-delivery-address-list h2 {
    margin: 0 0 10px;
    color: var(--np-ink);
    font-size: 14px;
    font-weight: 800;
}

.np-v2 .np-delivery-address-choice {
    position: relative;
    display: flex;
    align-items: stretch;
    margin-bottom: 9px;
    overflow: hidden;
    border: 1px solid var(--np-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(48, 34, 29, .04);
}

.np-v2 .np-delivery-address-choice__select {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 16px;
    gap: 12px;
    width: 100%;
    min-height: 86px;
    padding: 15px 12px 15px 16px;
    border: 0;
    background: transparent;
    color: var(--np-ink);
    text-align: left;
    align-items: center;
}

.np-v2 .np-delivery-address-choice__select:hover,
.np-v2 .np-delivery-address-choice__select:focus {
    background: #fff8f5;
    outline: none;
}

.np-v2 .np-delivery-address-choice__select > .fa:first-child {
    display: grid;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f9ece8;
    color: var(--np-wine);
    font-size: 16px;
    place-items: center;
}

.np-v2 .np-delivery-address-choice__select strong,
.np-v2 .np-delivery-address-choice__select small,
.np-v2 .np-delivery-address-choice__select em {
    display: block;
}

.np-v2 .np-delivery-address-choice__select strong { font-size: 16px; font-weight: 800; }
.np-v2 .np-delivery-address-choice__select small { margin-top: 3px; color: var(--np-muted); font-size: 13px; line-height: 1.4; }
.np-v2 .np-delivery-address-choice__select em { margin-top: 4px; color: var(--np-wine); font-size: 11px; font-style: normal; font-weight: 750; }
.np-v2 .np-delivery-address-choice__select > .fa:last-child { color: var(--np-wine); font-size: 14px; }

.np-v2 .np-delivery-address-choice__remove {
    align-self: center;
    width: 36px;
    height: 36px;
    margin-right: 6px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #8d766f;
}

.np-v2 .np-delivery-address-choice__remove:hover,
.np-v2 .np-delivery-address-choice__remove:focus { background: #f7e7e2; color: var(--np-wine); outline: none; }

.np-v2 .np-delivery-location-actions {
    justify-content: center;
    gap: 4px 18px;
    margin: 9px auto 0;
    max-width: 640px;
}

.np-v2 .np-delivery-location-button {
    display: block;
    width: 100%;
    min-height: 48px;
    margin: 0 0 14px;
    border-color: #d7b7ac;
    border-radius: 10px;
    background: #fffaf8;
    color: var(--np-wine);
    font-weight: 800;
}

.np-v2 .np-delivery-location-button:hover,
.np-v2 .np-delivery-location-button:focus { border-color: var(--np-wine); background: #fff2ee; color: var(--np-wine); outline: none; }

.np-v2 .np-delivery-address-divider {
    position: relative;
    margin: 0 0 13px;
    color: var(--np-muted);
    font-size: 12px;
    text-align: center;
}

.np-v2 .np-delivery-address-divider:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: var(--np-line);
    content: "";
}

.np-v2 .np-delivery-address-divider span { position: relative; z-index: 1; padding: 0 10px; background: #fff; }

.np-v2 .np-delivery-device-note {
    margin: 12px auto 0;
    color: var(--np-muted);
    font-size: 12px;
    text-align: center;
}

.np-v2 .np-delivery-device-note .fa { margin-right: 4px; color: var(--np-wine); }

.np-v2 .np-delivery-card {
    margin-bottom: 16px;
}

.np-v2 .np-delivery-manual-back {
    margin: -2px 0 14px;
}

.np-v2 .np-delivery-manual-back .btn {
    padding: 7px 0;
    color: var(--np-wine);
    font-weight: 750;
    text-decoration: none;
}

.np-v2 .np-delivery-manual-back .btn:hover,
.np-v2 .np-delivery-manual-back .btn:focus {
    color: var(--np-wine-dark);
    text-decoration: underline;
}

.np-v2 .np-delivery-card .control-label {
    display: block;
    margin-bottom: 7px;
    color: var(--np-ink);
    font-size: 13px;
    font-weight: 750;
}

.np-v2 .np-delivery-card .form-control {
    min-height: 46px;
    border-color: var(--np-line);
    border-radius: 10px;
    box-shadow: none;
}

.np-v2 .np-delivery-card .form-control:focus {
    border-color: var(--np-wine);
    box-shadow: 0 0 0 3px rgba(127, 24, 27, .12);
}

.np-v2 .np-delivery-cep-group .form-control {
    border-radius: 10px 0 0 10px;
}

.np-v2 .np-delivery-cep-group .btn {
    min-width: 116px;
    min-height: 46px;
    border-radius: 0 10px 10px 0;
}

.np-v2 .np-delivery-secondary-actions,
.np-v2 .np-delivery-primary-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.np-v2 .np-delivery-primary-actions .btn-danger {
    min-width: 220px;
}

.np-v2 .np-delivery-error {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 16px;
    color: #7b171b;
    background: #fff5f4;
    border: 1px solid #e7b9b5;
    border-radius: 10px;
    text-align: center;
}

.np-v2 .np-delivery-decoration {
    margin-top: 30px;
    color: #ded8d3;
    font-size: clamp(72px, 16vw, 150px);
    line-height: 1;
    text-align: center;
}

@media (max-width: 767px) {
    .np-v2 .np-order-progress ol {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .np-v2 .np-order-progress li {
        flex: 0 0 min(260px, 76vw);
        min-height: 44px;
        padding: 8px 9px;
        scroll-snap-align: start;
    }

    .np-v2 .np-order-progress strong {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    .np-v2 .np-operational-header {
        grid-template-columns: 48px minmax(0, 1fr) auto;
        gap: 8px;
        min-height: 104px;
        padding: 6px 12px;
    }

    .np-v2 .np-operational-header .np-brand-link,
    .np-v2 .np-operational-header .np-brand-logo {
        width: 48px;
        height: 48px;
    }

    .np-v2 .np-operational-context__eyebrow,
    .np-v2 .np-operational-info__action span,
    .np-v2 .np-cart-header-action span,
    .np-v2 .np-cart-header-action strong,
    .np-v2 .np-account-login span,
    .np-v2 .np-account-menu summary span {
        display: none;
    }

    .np-v2 .np-operational-context strong {
        font-size: 14px;
    }

    .np-v2 .np-operational-context .np-order-status {
        padding: 2px 6px;
        font-size: 10px;
    }

    .np-v2 .np-operational-info {
        position: static;
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        justify-content: space-between;
        padding: 3px 0 0;
        background: transparent;
        border: 0;
        border-top: 1px solid var(--np-line);
        border-radius: 0;
        box-shadow: none;
    }

    .np-v2 .np-operational-info__action,
    .np-v2 .np-account-login,
    .np-v2 .np-account-menu summary,
    .np-v2 .np-cart-header-action {
        min-width: 36px;
        min-height: 36px;
        padding: 8px;
    }

    .np-v2 .np-cart-header-action {
        flex-direction: row;
        min-width: 38px;
    }

    .np-v2 .np-cart-header-action .fa {
        position: static;
        margin: 0;
    }

    .np-v2 .np-operational-actions {
        grid-column: 3;
        grid-row: 1;
        gap: 3px;
    }

    .np-v2 .np-operational-info__action {
        flex: 1 1 0;
        min-width: 0;
        min-height: 32px;
        padding: 6px 4px;
        font-size: 11px;
    }

    .np-v2 .np-operational-info__action span {
        display: inline;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .np-v2 .np-restaurant-info-panel {
        align-items: end;
        padding: 0;
    }

    .np-v2 .np-restaurant-info-panel__content {
        width: 100%;
        max-height: min(78vh, 640px);
        padding: 24px 20px;
        border-radius: 20px 20px 0 0;
    }

    .np-v2 .np-delivery-options {
        grid-template-columns: 1fr;
    }

    .np-v2 .np-delivery-option-wide {
        grid-column: auto;
    }

    .np-v2 .np-delivery-saved-address {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .np-v2 .np-delivery-saved-address .btn,
    .np-v2 .np-delivery-secondary-actions .btn,
    .np-v2 .np-delivery-primary-actions .btn {
        width: 100%;
    }

    .np-v2 .np-delivery-cep-group .btn {
        min-width: 94px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .np-v2 .np-delivery-decoration {
        margin-top: 20px;
        font-size: 72px;
    }
}

.np-v2 #style-3 > .row > [class*="col-"] {
    margin-bottom: 14px;
}

.np-v2 .PanelCardapio[role="button"] {
    outline: 0;
}

.np-v2 .PanelCardapio[role="button"]:focus-visible {
    border-color: var(--np-wine);
    box-shadow: 0 0 0 4px rgba(127, 24, 27, .14), 0 17px 34px rgba(92, 27, 27, .12);
}

.np-v2 #ModaNovoItemPedido .modal-dialog,
.np-v2 #ModaNovaBebidaPedido .modal-dialog {
    width: min(calc(100% - 24px), 980px);
    margin: 36px auto;
}

.np-v2 #ModaNovoItemPedidoBody,
.np-v2 #ModaNovaBebidaPedido .modal-body {
    max-height: calc(100vh - 190px) !important;
    padding: 24px;
    overflow-y: auto;
}

.np-v2 #ModaNovoItemPedido .panel,
.np-v2 #ModaNovaBebidaPedido .panel {
    margin-bottom: 18px;
}

.np-v2 #ModaNovoItemPedido textarea,
.np-v2 #ModaNovaBebidaPedido textarea {
    min-height: 88px;
    resize: vertical;
}

/* Campos administrativos do item: seguem a mesma leitura dos demais controles do checkout. */
.np-v2 #ModaNovoItemPedido #ItemAdicionarPreco,
.np-v2 #ModaNovoItemPedido #ItemAdicionarObservacao {
    color: var(--np-ink);
    background: var(--np-paper);
    border-color: var(--np-line);
    border-radius: 10px;
    box-shadow: none;
}

.np-v2 #ModaNovoItemPedido #ItemAdicionarPreco {
    min-height: 44px;
    padding-right: 14px;
    font-weight: 700;
}

.np-v2 #ModaNovoItemPedido #ItemAdicionarObservacao {
    min-height: 108px;
    padding: 11px 12px;
    line-height: 1.5;
}

.np-v2 #ModaNovoItemPedido #ItemAdicionarPreco:focus,
.np-v2 #ModaNovoItemPedido #ItemAdicionarObservacao:focus {
    border-color: var(--np-wine) !important;
    box-shadow: 0 0 0 3px rgba(127, 24, 27, .12);
    outline: 0;
}

.np-v2 #PanelCarrinho,
.np-v2 #PanelCupom,
.np-v2 #PanelAvaliacao,
.np-v2 #PanelFidelidade {
    margin-bottom: 20px;
}

.np-v2 #PanelAvaliacao .np-rating-row {
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    margin: 0 0 12px;
}

.np-v2 #PanelAvaliacao .np-rating-row > [class*="col-"] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    float: none;
}

.np-v2 #PanelAvaliacao .np-rating-label {
    padding: 0 !important;
    text-align: left;
}

.np-v2 #PanelAvaliacao .np-rating-group {
    width: 100%;
    justify-content: space-between;
}

.np-v2 #PanelCarrinho .table,
.np-v2 #ModalCarrinho .table,
.np-v2 [ng-show="EtapaPedido==2"] .table {
    margin-bottom: 12px;
    background: var(--np-paper);
}

.np-v2 [ng-show="EtapaPedido==2"] > .row,
.np-v2 [ng-show="EtapaPedido==2"] > .panel,
.np-v2 [ng-show="EtapaPedido==2"] > .well {
    margin-bottom: 18px;
}

.np-v2 #TermosPrivacidadeMensagem {
    color: var(--np-ink);
    background: #fff9ee;
    border-color: #ead4a4;
    border-radius: 12px;
}

.np-v2 #TermosPrivacidadeMensagem h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.np-v2 .checkbox label {
    min-height: 24px;
    padding-top: 2px;
    line-height: 1.45;
}

.np-v2 .checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.np-v2 #DivSUCESSO > div:nth-child(2) {
    padding: 32px 24px;
    background: var(--np-paper);
    border: 1px solid var(--np-line);
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(61, 36, 28, .10);
}

.np-v2 #DivSUCESSO .fa-check {
    width: 104px;
    height: 104px;
    display: inline-grid;
    place-items: center;
    color: var(--np-green) !important;
    font-size: 58px !important;
    background: #eaf7f0;
    border-radius: 50%;
}

.np-v2 #ConfirmaPix {
    margin: 12px 0 24px;
    padding: 18px;
    color: var(--np-ink);
    background: #eff8f3;
    border: 1px solid #b9dfcb;
    border-radius: 14px;
}

.np-v2 .modal-header,
.np-v2 .modal-footer {
    background: var(--np-paper) !important;
    border-color: var(--np-line);
}

.np-v2 .modal-body {
    color: var(--np-ink);
    background: var(--np-cream);
}

.np-v2 .panel-body.np-payment-panel__body {
    background: #f5f1ed;
}

.np-v2 .panel-body.np-payment-panel__body--secure {
    color: #fff;
    background: #33485e;
}

.np-v2 .panel-body.np-payment-panel__body--pix {
    color: #fff;
    background: #106489;
}

.np-v2 .modal .close {
    min-width: 44px;
    min-height: 44px;
    opacity: .72;
}

.np-v2 .btn[disabled],
.np-v2 .btn.disabled {
    cursor: not-allowed;
    opacity: .56;
}

@media (max-width: 767px) {
    .np-v2 .np-privacy-dialog {
        top: 6px;
        width: calc(100% - 12px);
    }

    .np-v2 .np-privacy-body {
        max-height: calc(100vh - 12px);
        padding: 18px 12px;
    }

    .np-v2 .np-privacy-content {
        width: 100%;
        height: calc(100vh - 48px);
        padding: 0 8px 24px;
    }

    .np-v2 #wrap > .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .np-v2 #headerSite {
        height: auto;
        min-height: 0;
        padding-top: 104px;
    }

    .np-v2 #headerSite .navbar {
        height: 104px !important;
        min-height: 104px;
    }

    .np-v2 #LogoSite2 {
        top: 7px;
        max-width: 104px !important;
        max-height: 60px !important;
    }

    .np-v2 #btnCarrinho {
        right: 6px;
    }

    .np-v2 #btnCarrinho .btn {
        width: 40px;
        height: 40px;
        margin-top: 8px !important;
    }

    .np-v2 .ToolbarGVD {
        margin: 0 -14px 18px !important;
        padding: 12px 14px !important;
        border-radius: 0 0 14px 14px;
    }

    .np-v2 #ProdCard {
        top: 74px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .np-v2 #style-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .np-v2 #style-3 > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .np-v2 h3 {
        font-size: 22px;
    }

    .np-v2 .PanelCardapio {
        min-height: 150px !important;
        padding: 13px;
    }

    .np-v2 .PanelCardapio h4 {
        font-size: 16px;
    }

    .np-v2 #footerBtnPedido,
    .np-v2 #footerBtnPedidoValorMinimo,
    .np-v2 #footerBtnPedidoFechado {
        bottom: 10px;
        width: calc(100% - 20px);
        border-radius: 14px;
    }

    .np-v2 #DivTipoEntrega,
    .np-v2 #DivConsultaCEP1,
    .np-v2 #DivConsultaCEP2,
    .np-v2 #DivSUCESSO {
        padding: 12px 0 34px;
    }

    .np-v2 #DivTipoEntrega h1,
    .np-v2 #DivConsultaCEP1 h1,
    .np-v2 #DivConsultaCEP2 h1,
    .np-v2 #DivSUCESSO h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .np-v2 #DivTipoEntrega .btn-PecaAgora {
        min-height: 104px;
    }

    .np-v2 #DivConsultaCEP1 .well,
    .np-v2 #DivConsultaCEP2 .well,
    .np-v2 #DivSUCESSO > div:nth-child(2) {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .np-v2 #ModaNovoItemPedido .modal-dialog,
    .np-v2 #ModaNovaBebidaPedido .modal-dialog {
        width: calc(100% - 12px);
        margin: 6px auto;
    }

    .np-v2 #ModaNovoItemPedidoBody,
    .np-v2 #ModaNovaBebidaPedido .modal-body {
        max-height: calc(100vh - 94px) !important;
        padding: 14px;
    }

    .np-v2 .np-flow-state {
        width: 100%;
        align-items: flex-start;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .np-v2 .np-category-filter-mobile,
    .np-v2 .np-search-column {
        width: 100%;
        float: none;
    }

    .np-v2 .np-menu-filters .np-search-column {
        clear: none;
        margin-top: 0;
    }
}

.np-v2 .np-item-modal .modal-content {
    border: 0;
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .24);
    overflow: hidden;
}

.np-v2 .np-item-modal__body {
    max-height: 72vh;
    overflow-y: auto;
    padding: 24px;
}

.np-v2 .np-item-modal__image {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}

.np-v2 .np-item-modal__mobile-media {
    align-items: center;
    background: #f8fafc;
    border-radius: 16px;
    display: flex;
    height: 30vh;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}

.np-v2 .np-item-modal__mobile-image {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.np-v2 .np-item-modal__title {
    color: #172033;
    font-weight: 800;
    margin-top: 0;
}

.np-v2 .np-item-modal__description {
    color: #536079;
    line-height: 1.6;
    white-space: pre-wrap;
}

.np-v2 .np-quantity-control {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.np-v2 .np-quantity-control__button {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    color: #b42318;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.np-v2 .np-quantity-control__button--add {
    color: #15803d;
}

.np-v2 .np-item-modal__price {
    color: #475569;
    font-weight: 800;
}

.np-v2 .np-item-modal__footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.np-v2 .np-item-modal__messages {
    color: #fff;
    flex: 1 1 100%;
}

.np-v2 .np-item-modal__error {
    color: var(--np-wine);
}

/* Produto aberto: o Bootstrap injeta display:block no modal. Esta regra vence
   o estilo inline para posicionar o diálogo acima do cabeçalho fixo. */
.np-v2 .np-item-modal.in {
    display: grid !important;
    inset: 0;
    overflow-y: auto;
    padding: 24px;
    place-items: center;
    position: fixed;
}

.np-v2 .np-item-modal.in .modal-dialog {
    margin: 0;
    max-width: 980px;
    width: min(calc(100vw - 48px), 980px);
}

@media (max-width: 767px) {
    .np-v2 .np-item-modal.in {
        padding: 12px;
    }

    .np-v2 .np-item-modal.in .modal-dialog {
        width: 100%;
    }

    .np-v2 .np-item-modal__mobile-media {
        height: 180px;
        max-height: 24vh;
    }

    .np-v2 .np-item-modal__footer {
        bottom: 0;
        box-shadow: 0 -10px 22px rgba(15, 23, 42, .14);
        position: sticky;
        z-index: 2;
    }
}

/* Opcoes compostas dos produtos (sabores, complementos e agendamento). */
.np-v2 .np-option-panel .panel-heading {
    align-items: center;
    display: flex;
    min-height: 52px;
}

.np-v2 .np-option-heading {
    color: #effff1;
    font-size: 13px;
}

.np-v2 .np-option-limit {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #fff8dc;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 8px;
    padding: 3px 7px;
}

.np-v2 .np-option-column {
    border-left: 3px solid #e6eaf0;
    padding-bottom: 4px;
    padding-top: 4px;
}

.np-v2 .np-option-table {
    margin-bottom: 0;
}

.np-v2 .np-option-table td {
    border: 0;
    vertical-align: middle;
}

.np-v2 .np-option-title {
    color: #172033;
    font-size: 17px;
    font-weight: 700;
}

.np-v2 .np-option-description {
    color: #64748b;
    display: block;
    line-height: 1.45;
    margin-top: 3px;
}

.np-v2 .np-option-free {
    color: #15803d;
}

.np-v2 .np-option-quantity {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin: 0;
}

.np-v2 .np-option-quantity__button {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    color: #b42318;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 42px;
}

.np-v2 .np-option-quantity__button--add {
    color: #15803d;
}

/* Acoes e cartoes do checkout: mesma familia visual, sem herdar links azuis do Bootstrap. */
.np-v2 .np-cart-panel,
.np-v2 #PanelCupom {
    box-sizing: border-box;
    width: 100%;
}

.np-v2 #PanelCupom { padding-right: 0 !important; padding-left: 0 !important; }

.np-v2 .np-cart-panel {
    margin-top: 18px;
}

.np-v2 .np-cart-panel .panel-heading,
.np-v2 #PanelCupom .panel-heading {
    min-height: 52px;
}

.np-v2 .np-coupon-activate {
    min-width: 122px;
    min-height: 38px;
    padding: 8px 16px;
    color: var(--np-paper) !important;
    font-weight: 750;
    text-decoration: none !important;
    background: var(--np-wine) !important;
    border: 1px solid var(--np-wine) !important;
    border-radius: 8px;
}

.np-v2 .np-coupon-activate:hover,
.np-v2 .np-coupon-activate:focus-visible {
    color: var(--np-paper) !important;
    background: var(--np-wine-deep) !important;
    border-color: var(--np-wine-deep) !important;
    outline: 0;
}

.np-v2 .np-receipt-change {
    min-height: 36px;
    margin-top: 8px;
    color: var(--np-ink) !important;
    font-weight: 700;
    text-decoration: none !important;
    background: #f5f1ed !important;
    border: 1px solid var(--np-line) !important;
    border-radius: 8px;
}

.np-v2 .np-receipt-change:hover,
.np-v2 .np-receipt-change:focus-visible {
    color: var(--np-wine) !important;
    background: #fff8f7 !important;
    border-color: var(--np-wine) !important;
    outline: 0;
}

.np-v2 .np-icon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-height: 28px;
    padding: 0;
    color: var(--np-wine) !important;
    line-height: 1;
    vertical-align: middle;
    background: #fff8f7;
    border: 1px solid #dcb8b4;
    border-radius: 50%;
}

.np-v2 .np-icon-action .grid-action-icon {
    color: inherit !important;
    font-size: 15px;
}

.np-v2 .np-icon-action:hover,
.np-v2 .np-icon-action:focus-visible {
    color: var(--np-paper) !important;
    background: var(--np-wine);
    border-color: var(--np-wine);
    outline: 0;
}

.np-v2 .np-option-panel .checkbox {
    min-height: 22px;
    margin: 0;
}

.np-v2 .np-option-panel .checkbox label {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin: 0;
    padding-top: 0;
}

.np-v2 .np-option-panel .checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0 0 0 -24px;
    accent-color: var(--np-wine);
}

.np-v2 .np-schedule-grid label {
    color: #334155;
    display: block;
    margin-bottom: 6px;
}

.np-v2 .np-schedule-grid .form-control {
    min-height: 44px;
}

@media (max-width: 767px) {
    .np-v2 .np-option-column {
        border-left: 0;
        border-top: 1px solid #e6eaf0;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .np-v2 .np-option-panel .panel-body {
        padding: 12px;
    }

    .np-v2 .np-option-table td:last-child {
        min-width: 96px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .np-v2 *,
    .np-v2 *::before,
    .np-v2 *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}
