body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
.site-photo-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image: url('https://i.imgur.com/aYhsAPT.jpeg');
    background-size: cover;
    background-position: center;
    opacity: 0.18;
}
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .ad-space { background: repeating-linear-gradient(45deg, #f3f4f6, #f3f4f6 10px, #ffffff 10px, #ffffff 20px); }
        /* Animação para o emblema do carrinho */
        @keyframes pop { 0% { transform: scale(1); } 50% { transform: scale(1.4); } 100% { transform: scale(1); } }
        .animate-pop { animation: pop 0.3s ease-in-out; }
        .montserrat-extra {
    font-family: 'Montserrat', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.ad-paused * {
    animation-play-state: paused !important;
}

@keyframes perfumeTitleElegant {
    0% {
        opacity: 0;
        transform: translateY(14px) scale(0.98);
        filter: blur(8px);
    }
    12% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
    34% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
    48% {
        opacity: 0;
        transform: translateY(-8px) scale(1.01);
        filter: blur(6px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px) scale(1.01);
        filter: blur(6px);
    }
}
@keyframes perfumeDescFade {
    0%, 44% {
        opacity: 0;
        transform: translateY(12px);
        filter: blur(4px);
    }
    56%, 84% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: translateY(8px);
        filter: blur(4px);
    }
}

@keyframes perfumeImageTitleReveal {
    0% {
        opacity: 0;
        clip-path: inset(0 0 100% 0);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateY(0);
    }
}

.perfume-point-stack {
    position: relative;
    width: 100%;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perfume-point-title {
    display: inline-block;
    white-space: nowrap;
    max-width: 20ch;
    padding-right: 0.35ch;
    opacity: 0;
    animation: perfumeTitleElegant 9s ease-in-out infinite;
}

.perfume-point-desc {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: perfumeDescFade 9s ease-in-out infinite;
}

.perfume-image-title {
    display: inline-block;
    animation: perfumeImageTitleReveal 0.9s ease-out forwards;
}

@keyframes perfumeShineSweep {
    0% {
        background-position: -220% center;
    }
    100% {
        background-position: 220% center;
    }
}

.perfume-shine-text {
    position: relative;
    display: inline-block;
    color: #facc15;
    text-shadow:
        0 0 1px rgba(255, 243, 163, 0.45),
        0 0 8px rgba(250, 204, 21, 0.18);
    animation: perfumeImageTitleReveal 0.9s ease-out forwards;
}

.perfume-shine-text::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: transparent;
    background-image: linear-gradient(
        115deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 35%,
        rgba(255,248,204,0.95) 48%,
        rgba(255,255,255,0) 58%,
        rgba(255,255,255,0) 100%
    );
    background-size: 220% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    animation: perfumeShineSweep 2.6s linear infinite;
    pointer-events: none;
}


#popup-overlay {
    opacity: 0;
    transition: opacity 0.22s ease;
}

#popup-overlay.popup-overlay-visible {
    opacity: 1;
}

#popup-close {
    display: flex;
}

.popup-box {
    background: linear-gradient(165deg, #f8fafc 0%, #ffffff 58%, #f8fafc 100%);
    transform: translateY(12px) scale(0.96);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup-box.popup-visible {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.popup-box--image-mode {
    background: #0b0b0b;
    border-color: #1f2937;
    width: min(92vw, 440px);
    max-width: 440px !important;
}

.popup-image-wrap {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    height: min(80vh, 640px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b0b0b;
}

.popup-content--image-mode {
    padding: 0 !important;
}

.popup-image-content {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.popup-close--image-mode {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    min-width: 54px;
    padding: 0 10px;
    border-color: rgba(255, 255, 255, 0.65) !important;
    background: rgba(15, 23, 42, 0.58);
    color: #ffffff !important;
}

.popup-image-countdown {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
}

.popup-luto {
    background: linear-gradient(160deg, #0f0f10, #1b1b1d);
    border-color: #3f3f46;
}

.popup-market-list {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.popup-subtitle {
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    color: #334155;
    margin-bottom: 12px;
}

.popup-message-rich {
    font-size: 1.05rem;
    width: 100%;
}

#popup-title {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0 !important;
    padding-right: 0 !important;
    animation: popupTitlePulse 1.8s ease-in-out infinite;
}

@keyframes popupTitlePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.popup-market-card {
    border-radius: 14px;
    padding: 11px 12px;
    border: 1px solid transparent;
}

.popup-market-name {
    font-size: 0.92rem;
    font-weight: 900;
    margin-bottom: 2px;
}

.popup-market-text {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.popup-market-card--copagril {
    background: #dcfce7;
    border-color: #86efac;
    color: #14532d;
}

.popup-market-card--marini {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e3a8a;
}

.popup-market-footer {
    text-align: center;
    font-weight: 700;
    color: #334155;
}

.popup-action-wrap {
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.popup-cta-btn {
    background: #facc15;
    color: #1f2937;
    font-weight: 900;
    font-size: 1rem;
    border-radius: 9999px;
    padding: 10px 22px;
    box-shadow: 0 8px 20px rgba(250, 204, 21, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.popup-cta-btn:hover {
    background: #fde047;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(250, 204, 21, 0.45);
}

@media (max-width: 640px) {
    #popup-title {
        font-size: 1.8rem;
    }

    .popup-market-name {
        font-size: 0.86rem;
    }

    .popup-market-text {
        font-size: 0.95rem;
    }
}


.destaques-scroll {
    scroll-behavior: smooth;
}

.oferta-media-slot {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px dashed #cbd5e1;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oferta-media-slot__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.75rem;
}

.destaque-card {
    min-width: 280px;
    max-width: 280px;
    scroll-snap-align: start;
}

.destaque-media {
    position: relative;
    overflow: hidden;
}

.destaque-media img {
    transition: transform 0.35s ease;
}

.destaque-card:hover .destaque-media img {
    transform: scale(1.04);
}

.destaque-badge {
    backdrop-filter: blur(6px);
}

.destaque-card--placeholder {
    background: linear-gradient(135deg, #dbeafe 0%, #ffffff 55%, #fef3c7 100%);
}

@media (min-width: 768px) {
    .destaque-card {
        min-width: 320px;
        max-width: 320px;
    }
}

@media (min-width: 1280px) {
    .destaques-scroll {
        overflow-x: hidden;
    }

    .destaque-card {
        min-width: calc((100% - 2rem) / 3);
        max-width: calc((100% - 2rem) / 3);
    }
}
