﻿/* =========================================================
   DAY USE - BASE / HOME
   ========================================================= */

.dayuse-page {
    background: #f6f8fb;
    color: #1f2937;
}

.dayuse-hero {
    min-height: 540px;
    background-image: url('/images/dayuse/dayuse-hero.jpg');
    background-size: cover;
    background-position: center;
}

.dayuse-hero-overlay {
    min-height: 540px;
    background: linear-gradient(90deg, rgba(0, 51, 102, 0.92), rgba(0, 51, 102, 0.55), rgba(0, 0, 0, 0.12));
    display: flex;
    align-items: center;
}

.dayuse-hero-content {
    max-width: 720px;
    margin-left: clamp(24px, 8vw, 120px);
    color: #ffffff;
}

.dayuse-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.dayuse-hero-content h1 {
    font-size: clamp(3rem, 8vw, 5.6rem);
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 900;
}

.dayuse-hero-content p {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    max-width: 640px;
    margin-bottom: 30px;
}

.dayuse-primary-btn {
    border: none;
    border-radius: 999px;
    padding: 16px 30px;
    background: #facc15;
    color: #003366;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

    .dayuse-primary-btn.full {
        width: 100%;
    }

    .dayuse-primary-btn:disabled {
        opacity: 0.55;
        cursor: not-allowed;
    }

.dayuse-secondary-btn {
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    background: #e0f2fe;
    color: #075985;
    font-weight: 900;
    cursor: pointer;
}

.dayuse-back-btn {
    border: none;
    background: #ffffff;
    color: #003366;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

.dayuse-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 58px 20px 70px;
}

.dayuse-intro {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
}

    .dayuse-intro h2,
    .dayuse-flow h2 {
        font-size: 2.25rem;
        color: #003366;
        font-weight: 900;
        margin-bottom: 12px;
    }

    .dayuse-intro p {
        color: #64748b;
        font-size: 1.08rem;
    }

.dayuse-produtos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.dayuse-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 26px;
    min-height: 280px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dayuse-card-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    font-size: 0.72rem;
    font-weight: 800;
}

.dayuse-card h3 {
    color: #003366;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.dayuse-card p {
    color: #64748b;
    line-height: 1.45;
}

.dayuse-card-footer {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dayuse-card strong {
    color: #00793f;
    font-size: 1.35rem;
    font-weight: 900;
}

.dayuse-card button {
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    background: #003366;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.dayuse-flow {
    margin-top: 76px;
}

.dayuse-steps {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

    .dayuse-steps div {
        background: #ffffff;
        border-radius: 22px;
        padding: 22px;
        box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    }

    .dayuse-steps span {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #00793f;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        margin-bottom: 14px;
    }

    .dayuse-steps h4 {
        color: #003366;
        font-weight: 900;
        margin-bottom: 8px;
    }

    .dayuse-steps p {
        color: #64748b;
        font-size: 0.95rem;
        line-height: 1.4;
    }

.dayuse-loading,
.dayuse-alert {
    max-width: 1180px;
    margin: 24px auto;
    background: #ffffff;
    padding: 26px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.dayuse-alert {
    color: #b91c1c;
    font-weight: 700;
}

/* =========================================================
   DAY USE FLOW - PÁGINA COMPRAR / FUNDO BRANCO
   ========================================================= */

.du-mc-page,
.du-flow-page {
    min-height: 100vh;
    background: #ffffff !important;
    color: #1f2937 !important;
    padding: 24px 16px 50px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =========================================================
   DAY USE FLOW - CABEÇALHO DIA E TOTAL / CARRINHO EXPANSÍVEL
   ========================================================= */

.du-mc-summary {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 34px;
    padding: 16px 28px;
    min-height: 78px;
    border-radius: 6px;
    background: linear-gradient(180deg, #12b9df 0%, #0798ca 100%);
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
    cursor: pointer;
}

    .du-mc-summary.expanded {
        align-items: flex-start;
        min-height: 142px;
    }

.du-mc-summary-date,
.du-mc-summary-total {
    display: flex;
    align-items: center;
    gap: 12px;
}

.du-mc-summary.expanded .du-mc-summary-date,
.du-mc-summary.expanded .du-mc-summary-total {
    align-items: flex-start;
}

.du-mc-summary-total {
    justify-content: flex-end;
}

.du-mc-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    max-width: 38px;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

    .du-mc-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.du-mc-summary-date > div,
.du-mc-summary-total > div {
    padding-top: 1px;
}

.du-mc-summary-date span:not(.du-mc-icon),
.du-mc-summary-total span:not(.du-mc-icon) {
    display: block;
    font-size: .82rem;
    line-height: 1;
    color: #dff8ff;
    font-weight: 600;
}

.du-mc-summary-date strong,
.du-mc-summary-total strong {
    display: block;
    margin-top: 3px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
}

.du-mc-summary-date strong,
.du-mc-summary-total strong {
    color: #fff56a;
}

.du-mc-summary-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dff8ff;
    font-size: 1.5rem;
    line-height: 1;
}

.du-mc-summary.expanded .du-mc-summary-arrow {
    align-self: end;
}

.du-mc-cart-items,
.du-mc-cart-values {
    margin-top: 14px;
}

.du-mc-cart-line {
    color: #ffffff;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.du-mc-cart-value-line {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: end;
    gap: 14px;
    color: #ffffff;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.35;
}

    .du-mc-cart-value-line span {
        color: #ffffff;
        font-size: .95rem;
        font-weight: 800;
    }

    .du-mc-cart-value-line b {
        color: #dff8ff;
        font-size: .95rem;
        font-weight: 700;
    }

/* =========================================================
   DAY USE FLOW - ETAPAS
   ========================================================= */

.du-stepbar {
    max-width: 1180px;
    margin: 0 auto;
    padding: 26px 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.du-step {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: .45;
    color: #64748b;
}

    .du-step.active {
        opacity: 1;
        color: #ff8a00;
    }

    .du-step strong {
        font-size: 4.2rem;
        line-height: .85;
        font-weight: 900;
    }

    .du-step span {
        display: block;
        font-size: 1rem;
        font-weight: 500;
    }

    .du-step b {
        display: block;
        font-size: 1.7rem;
        font-weight: 900;
    }

/* =========================================================
   CALENDÁRIO DAY USE - MODELO PARQUE / MULTICLUBES
   ========================================================= */

.du-calendar-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 8px 0 24px;
    color: #1f2937;
}

.du-month-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px 0 26px;
}

    .du-month-header h2 {
        color: #1f2937 !important;
        font-size: 1.55rem;
        font-weight: 900;
        text-align: center;
        text-transform: capitalize;
        margin: 0;
    }

.du-month-actions {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

    .du-month-actions button {
        pointer-events: all;
        width: 38px;
        height: 38px;
        border: none;
        border-radius: 50%;
        background: #ffffff;
        color: #111827;
        font-size: 2rem;
        font-weight: 900;
        line-height: 1;
        box-shadow: 0 8px 20px rgba(15, 23, 42, .14);
        cursor: pointer;
    }

.du-weekdays,
.du-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.du-weekdays {
    margin-bottom: 12px;
}

    .du-weekdays span {
        color: #8b8f98 !important;
        font-size: .82rem;
        font-weight: 900;
        text-align: center;
        text-transform: capitalize;
    }

.du-day-empty {
    aspect-ratio: 1 / 1;
}

.du-day {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: unset !important;
    border: none;
    border-radius: 8px;
    padding: 8px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
    color: #1f2937;
}

    .du-day strong {
        font-size: 1.15rem;
        font-weight: 900;
        color: #1f2937;
        line-height: 1;
    }

    .du-day small {
        font-size: .88rem;
        font-weight: 700;
        color: rgba(31, 41, 55, .68);
        line-height: 1;
    }

    .du-day.price-low,
    .du-day.available {
        background: #08aeea;
    }

    .du-day.price-mid {
        background: #ead75d;
    }

    .du-day.price-high {
        background: #df7c76;
    }

    .du-day.unavailable {
        background: #e5e7eb;
        cursor: not-allowed;
        opacity: .65;
    }

        .du-day.unavailable strong,
        .du-day.unavailable small {
            color: #9ca3af;
        }

    .du-day.selected {
        background: #82bc3b !important;
        box-shadow: 0 0 0 3px rgba(130, 188, 59, .28);
    }

        .du-day.selected strong,
        .du-day.selected small {
            color: #ffffff;
        }

    .du-day:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
    }

.du-legends,
.du-price-legends {
    max-width: 720px;
    margin: 26px auto 0;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 18px;
    align-items: start;
    justify-content: center;
    color: #6b7280;
    font-size: .88rem;
    font-weight: 600;
}

    .du-legends div,
    .du-price-legends div {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .du-legends span,
    .du-price-legends span {
        width: 54px;
        height: 4px;
        border-radius: 99px;
        display: inline-block;
    }

    .du-legends .available,
    .du-price-legends .price-low {
        background: #08aeea;
    }

    .du-legends .unavailable {
        background: #e5e7eb;
    }

    .du-price-legends .price-mid {
        background: #ead75d;
    }

    .du-price-legends .price-high {
        background: #df7c76;
    }

    .du-legends .selected,
    .du-price-legends .selected {
        background: #82bc3b;
    }

.du-footer-actions {
    max-width: 720px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.du-btn-next,
.du-btn-back {
    border: none;
    border-radius: 6px;
    padding: 13px 28px;
    font-size: 1rem;
    font-weight: 900;
    color: #ffffff;
    cursor: pointer;
}

.du-btn-next {
    margin-left: auto;
    background: #82bc3b;
}

    .du-btn-next.full {
        width: 100%;
    }

    .du-btn-next:disabled {
        opacity: .55;
        cursor: not-allowed;
    }

.du-btn-back {
    background: #2db3df;
}

/* =========================================================
   INGRESSOS
   ========================================================= */

.du-tickets-wrap,
.du-participants-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.du-ticket-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.du-ticket-card {
    max-width: 320px;
    border-radius: 4px;
    overflow: hidden;
    background: #1b3f72;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

    .du-ticket-card.active .du-ticket-body,
    .du-ticket-card.active .du-ticket-qty {
        background: #24acd8;
    }

.du-ticket-img {
    height: 118px;
    background: #0f2c55;
    overflow: hidden;
}

    .du-ticket-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.du-ticket-body {
    min-height: 130px;
    padding: 18px 14px 14px;
    text-align: center;
    background: #1e467c;
}

    .du-ticket-body h3 {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 900;
        margin-bottom: 7px;
        text-transform: uppercase;
    }

    .du-ticket-body p {
        color: rgba(255, 255, 255, .68);
        font-size: .82rem;
        margin-bottom: 9px;
    }

    .du-ticket-body strong {
        display: block;
        color: #e3f200;
        font-size: 1rem;
        font-weight: 900;
    }

    .du-ticket-body small {
        display: block;
        color: rgba(255, 255, 255, .65);
        font-size: .65rem;
        margin-top: 5px;
    }

.du-ticket-qty {
    height: 56px;
    background: #173862;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .du-ticket-qty button {
        border: none;
        background: transparent;
        color: #ffffff;
        font-size: 2rem;
        line-height: 1;
        font-weight: 300;
        cursor: pointer;
        min-width: 52px;
        height: 56px;
    }

    .du-ticket-qty b {
        color: #ffffff;
        font-size: 2rem;
    }

    .du-ticket-qty .single {
        width: 100%;
    }

.du-participants-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 22px;
    align-items: start;
}

/* =========================================================
   BUY / ACCESS / PAYMENT / QRCODE SUPPORT
   ========================================================= */

.dayuse-buy-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
    color: #1f2937;
}

    .dayuse-buy-card h2 {
        color: #003366;
        font-weight: 900;
        font-size: 1.35rem;
        margin-bottom: 18px;
    }

    .dayuse-buy-card label {
        display: block;
        font-size: 0.86rem;
        color: #475569;
        font-weight: 800;
        margin-bottom: 6px;
    }

.dayuse-input {
    width: 100%;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    padding: 13px 14px;
    outline: none;
    margin-bottom: 14px;
    background: #ffffff;
}

.dayuse-participants-card {
    grid-column: auto;
}

.dayuse-participant-box {
    margin-top: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 18px;
}

    .dayuse-participant-box h3 {
        color: #003366;
        font-weight: 900;
        margin-bottom: 14px;
    }

.dayuse-checkout-card {
    position: sticky;
    top: 20px;
}

.dayuse-total-box {
    margin: 20px 0;
    padding: 18px;
    border-radius: 20px;
    background: #f8fafc;
}

    .dayuse-total-box span {
        color: #64748b;
        font-size: 0.88rem;
        font-weight: 700;
    }

    .dayuse-total-box strong {
        display: block;
        margin-top: 4px;
        color: #00793f;
        font-size: 1.45rem;
        font-weight: 900;
    }

.dayuse-message {
    margin-top: 14px;
    padding: 14px;
    border-radius: 14px;
    background: #f8fafc;
    color: #475569;
    font-weight: 700;
}

.dayuse-access-page,
.dayuse-payment-page,
.dayuse-qrcode-page {
    background: #f6f8fb;
    min-height: 100vh;
    padding: 36px 20px 70px;
}

.dayuse-access-header,
.dayuse-payment-header,
.dayuse-qrcode-header {
    max-width: 1180px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    gap: 22px;
}

    .dayuse-access-header span,
    .dayuse-payment-header span,
    .dayuse-qrcode-header span {
        font-size: 0.75rem;
        font-weight: 900;
        color: #00793f;
        letter-spacing: 0.12em;
    }

    .dayuse-access-header h1,
    .dayuse-payment-header h1,
    .dayuse-qrcode-header h1 {
        color: #003366;
        font-size: 2.35rem;
        font-weight: 900;
        margin: 4px 0;
    }

    .dayuse-access-header p,
    .dayuse-payment-header p,
    .dayuse-qrcode-header p {
        color: #64748b;
    }

.dayuse-access-grid,
.dayuse-payment-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: start;
}

.dayuse-reserva-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 24px;
}

    .dayuse-reserva-box div {
        background: #f8fafc;
        border-radius: 18px;
        padding: 16px;
    }

    .dayuse-reserva-box span {
        display: block;
        color: #64748b;
        font-size: 0.85rem;
        font-weight: 700;
    }

    .dayuse-reserva-box strong {
        display: block;
        color: #003366;
        font-size: 1.1rem;
        font-weight: 900;
        margin-top: 5px;
    }

.dayuse-participant-line,
.dayuse-payment-item {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.dayuse-success-box,
.dayuse-register-box,
.dayuse-pix-box,
.dayuse-test-box,
.dayuse-info-box {
    margin-top: 22px;
    padding: 20px;
    border-radius: 22px;
    background: #f8fafc;
}

.dayuse-success-box,
.dayuse-pix-box {
    background: #f0fdf4;
}

.dayuse-test-box {
    background: #fff7ed;
}

.dayuse-pix-textarea,
.dayuse-code-box textarea {
    width: 100%;
    min-height: 150px;
    resize: vertical;
    border: 1px solid #bbf7d0;
    border-radius: 16px;
    padding: 14px;
    font-size: 0.95rem;
    background: #ffffff;
    margin-bottom: 14px;
}

.dayuse-qrcode-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 22px;
    align-items: start;
}

.dayuse-qrcode-card {
    text-align: center;
}

.dayuse-qrcode-box {
    display: flex;
    justify-content: center;
    margin: 22px 0;
}

.dayuse-qrcode-fake,
.dayuse-qrcode-img {
    width: 280px;
    height: 280px;
    background: #ffffff;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 1100px) {
    .dayuse-produtos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dayuse-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .du-stepbar {
        gap: 14px;
        overflow-x: auto;
    }

    .du-step strong {
        font-size: 3rem;
    }

    .du-ticket-grid,
    .du-participants-grid,
    .dayuse-access-grid,
    .dayuse-payment-grid,
    .dayuse-qrcode-grid {
        grid-template-columns: 1fr;
    }

    .du-ticket-card {
        max-width: none;
    }

    .dayuse-checkout-card {
        position: static;
    }

    .dayuse-access-header,
    .dayuse-payment-header,
    .dayuse-qrcode-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .dayuse-reserva-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .dayuse-hero,
    .dayuse-hero-overlay {
        min-height: 460px;
    }

    .dayuse-hero-content {
        margin: 0 22px;
    }

    .dayuse-produtos,
    .dayuse-steps {
        grid-template-columns: 1fr;
    }

    .dayuse-container {
        padding: 42px 18px 56px;
    }

    .du-mc-page,
    .du-flow-page,
    .dayuse-access-page,
    .dayuse-payment-page,
    .dayuse-qrcode-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .du-stepbar {
        padding-top: 18px;
    }

    .du-ticket-grid {
        gap: 14px;
    }

    .dayuse-payment-item,
    .dayuse-participant-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .du-mc-summary {
        grid-template-columns: 1fr auto 1fr;
        padding: 13px 14px;
        margin-bottom: 26px;
    }

    .du-mc-icon,
    .du-mc-summary-date i,
    .du-mc-summary-total i {
        font-size: 1.45rem;
    }

    .du-mc-summary-date span,
    .du-mc-summary-total span {
        font-size: .68rem;
    }

    .du-mc-summary-date strong,
    .du-mc-summary-total strong {
        font-size: .86rem;
    }

    .du-mc-summary-arrow {
        font-size: 1.2rem;
    }

    .du-calendar-wrap {
        max-width: 100%;
        padding: 0 2px 20px;
    }

    .du-month-header h2 {
        font-size: 1.25rem;
    }

    .du-month-actions button {
        width: 34px;
        height: 34px;
        font-size: 1.7rem;
    }

    .du-weekdays,
    .du-calendar-grid {
        gap: 5px;
    }

        .du-weekdays span {
            font-size: .68rem;
        }

    .du-day {
        border-radius: 6px;
        padding: 5px 2px;
    }

        .du-day strong {
            font-size: .92rem;
        }

        .du-day small {
            font-size: .68rem;
        }

    .du-legends,
    .du-price-legends {
        grid-template-columns: 1fr 1fr;
        justify-content: stretch;
        gap: 12px;
        font-size: .74rem;
    }

        .du-legends span,
        .du-price-legends span {
            width: 34px;
        }

    .du-footer-actions {
        position: sticky;
        bottom: 12px;
        z-index: 10;
        margin-top: 26px;
    }

    .du-btn-next {
        width: 100%;
        padding: 14px 20px;
        font-size: 1rem;
    }
}


/* =========================================================
   AJUSTE FINAL SUMMARY BAR - IMAGENS E MOBILE
   ========================================================= */

.du-mc-summary-date,
.du-mc-summary-total {
    align-items: center;
}

.du-mc-summary.expanded .du-mc-summary-date,
.du-mc-summary.expanded .du-mc-summary-total {
    align-items: flex-start;
}

.du-mc-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    max-width: 38px;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

    .du-mc-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

@media (max-width: 640px) {
    .du-mc-summary {
        grid-template-columns: 1fr auto 1fr;
        padding: 14px 12px;
        min-height: 68px;
        margin: 14px auto 24px;
    }

        .du-mc-summary.expanded {
            grid-template-columns: 1fr;
            gap: 12px;
            min-height: auto;
        }

            .du-mc-summary.expanded .du-mc-summary-total {
                justify-content: flex-start;
            }

            .du-mc-summary.expanded .du-mc-summary-arrow {
                display: none;
            }

    .du-mc-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        max-width: 30px;
    }

    .du-mc-summary-date,
    .du-mc-summary-total {
        gap: 8px;
    }

        .du-mc-summary-date strong,
        .du-mc-summary-total strong {
            font-size: .95rem;
        }

        .du-mc-summary-date span:not(.du-mc-icon),
        .du-mc-summary-total span:not(.du-mc-icon) {
            font-size: .70rem;
        }

    .du-mc-summary-arrow {
        align-self: center;
        padding: 0 4px;
        font-size: 1.25rem;
    }

    .du-mc-cart-line,
    .du-mc-cart-value-line,
    .du-mc-cart-value-line span,
    .du-mc-cart-value-line b {
        font-size: .82rem !important;
    }
}
