/* Substituição de estilos baseada no print do cliente */
body {
    background: linear-gradient(180deg, #1a0b2e 0%, #321c54 50%, #570482 100%);
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    font-family: 'Inter', sans-serif;
    padding-bottom: 0;
}

body.checkout-body {
    background: #000000 !important;
}

.top-bar-new {
    background-color: #ffffff;
    color: #8A2BE2;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
}

.header-new {
    padding: 30px 0;
    position: relative;
}

.checkout-body .header-new {
    padding: 15px 0;
}

.header-new .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo-box {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
    text-decoration: none;
}

.logo-box svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-text .flash {
    color: white;
    font-weight: 800;
    font-size: 1.25rem;
    font-style: italic;
}

.logo-text .recarga {
    color: white;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
}

.nav-new {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-new a {
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.account-link {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}

.account-link small {
    font-size: 12px;
    opacity: 0.8;
}

.cart-wrapper {
    display: none !important;
}

.delivery-bar {
    background-color: #8A2BE2;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.delivery-bar .highlight {
    /* Text highlight style kept plain to match the reference */
}

.products-section {
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.products-header {
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 4px;
}

.products-header h2 {
    font-size: 16px;
    color: #8A2BE2;
    background: white;
    padding: 2px 8px;
    border-radius: 2px;
    margin: 0;
    font-weight: 600;
}

.products-header a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.swiper {
    padding: 10px 20px 40px;
    /* space for arrows and dots */
    --swiper-navigation-color: #8A2BE2;
    --swiper-pagination-color: #8A2BE2;
    --swiper-navigation-size: 30px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #8A2BE2 !important;
}

.card-new {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-new img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 15px;
    border-radius: 8px;
    display: block;
}

.card-new h3 {
    font-size: 14px;
    color: #8A2BE2;
    margin-bottom: 15px;
    font-weight: 500;
}

.card-new .price {
    font-size: 24px;
    font-weight: 800;
    color: #54595F;
    margin-bottom: 20px;
}

.card-new .btn {
    background: linear-gradient(135deg, #4A00E0 0%, #8E2DE2 100%);
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

/* Footer New */
.footer-new {
    background: #3b1154;
    color: white;
    padding-top: 50px;
}

.footer-new .container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 15px;
}

.footer-brand .logo-box {
    display: inline-flex;
    margin-bottom: 10px;
}

.footer-brand p {
    font-size: 11px;
    opacity: 0.8;
    margin-top: 15px;
    line-height: 1.5;
    max-width: 300px;
}

.footer-new h4 {
    color: #8A2BE2;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-new ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-new ul a,
.footer-new p {
    font-size: 13px;
    color: white;
    opacity: 0.9;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-new p {
    margin: 0 0 12px 0;
}

.payment-box {
    background: white;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.payment-box img {
    max-width: 150px;
    width: 100%;
}

.footer-bottom-bar {
    background: linear-gradient(135deg, #4A00E0 0%, #8E2DE2 100%);
    text-align: center;
    padding: 20px 15px;
    font-size: 13px;
    color: white;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-bottom-bar p {
    margin: 0;
    opacity: 0.9;
}

@media (max-width: 992px) {
    .header-new .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .header-right {
        gap: 15px;
    }

    .account-link {
        display: none;
    }

    .menu-btn-new {
        display: flex !important;
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        user-select: none;
        touch-action: manipulation;
    }

    .nav-new {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #1a0b2e;
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        box-shadow: 0 10px 20px rgba(0,0,0,0.5);
        z-index: 1000;
    }

    .nav-new.active {
        display: flex;
    }

    .nav-new li {
        width: 100%;
    }

    .nav-new a {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .nav-new-account {
        display: block !important;
        padding: 15px 20px;
        color: #8A2BE2 !important;
        font-weight: 700 !important;
    }

    .footer-new .container {
        grid-template-columns: 1fr 1fr;
    }

    /* Aumentar setas do Swiper no mobile para melhorar a conversão */
    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
        color: #8A2BE2;
    }
    
    .swiper {
        padding: 10px 10px 50px;
    }
}

@media (max-width: 576px) {
    .footer-new .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-new ul a,
    .footer-new p {
        justify-content: center;
        text-align: center;
    }
    
    .footer-new .container > div:first-child p {
        margin: 0 auto;
    }
}