
.aura-pop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: min(77vw, 500px);
    max-width: 500px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.aura-pop-verlay {
    position: fixed;
    inset: 0;
    background: rgba(18, 18, 18, 0.52);
    backdrop-filter: blur(4px);
    z-index: 9999;
}

.aura-pop-shell { position: relative; }

.popup-close-deco {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(var(--btf-accent-rgb, 195, 155, 71), 0.28);
    color: #8e816d;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.98);
}

.pop-badge-wrap {
    padding-top: 32px;
    display: flex;
    justify-content: center;
}

.pop-badge {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background: #ede6de;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-badge-img {
    width: 73px;
    height: 73px;
    object-fit: contain;
}

.pop-body {
    padding: 20px 24px 28px;
    text-align: center;
}

.pop-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 14px 0 18px;
}

.pop-divider span {
    width: 48px;
    height: 1px;
    background: rgba(var(--btf-accent-rgb, 195, 155, 71), 0.55);
}

.pop-divider i {
    width: 7px;
    height: 7px;
    background: var(--btf-accent, #c39b47);
    display: block;
    transform: rotate(45deg);
    border-radius: 1px;
}

.aura-pop-title {
    margin: 0;
    color: #231f1a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.87rem, 4.3vw, 2.42rem);
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.pop-subtitle {
    margin: 22px auto 0;
    color: #6c6458;
    font-size: 0.83rem;
    line-height: 1.45;
}

.next-open-card {
    margin: 24px auto 0;
    max-width: 85%;
    background: #fdfdfc;
    border-radius: 16px;
    border: 1px solid rgba(219, 208, 185, 0.5);
    padding: 15px 14px 15px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.next-open-icon {
    width: 30px;
    flex: 0 0 36px;
}

.next-open-icon-shape {
    display: block;
    width: 36px;
    height: 30px;
    background: var(--btf-accent, #c39b47);
    -webkit-mask: url('../img/next-open.svg') center / contain no-repeat;
    mask: url('../img/next-open.svg') center / contain no-repeat;
}

.next-open-label {
    color: #766d62;
    font-size: 0.87rem;
    line-height: 1.25;
}

.next-open-primary {
    margin-top: 2px;
    color: #241f18;
    font-size: 0.81rem;
    line-height: 1.28;
    font-weight: 700;
}

.next-open-secondary {
    margin-top: 2px;
    color: #766d62;
    font-size: 0.87rem;
    line-height: 1.25;
}

.pop-timer {
    margin-top: 24px;
}

.timer-intro {
    color: #6d6457;
    font-size: 0.77rem;
    line-height: 1.2;
}

.timer-grid {
    margin: 10px auto 0;
    max-width: 216px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
}

.timer-divider {
    width: 1px;
    height: 64px;
    background: rgba(var(--btf-accent-rgb, 195, 155, 71), 0.25);
    justify-self: center;
}

.timer-stat {
    text-align: center;
}

.hr-count {
    display: block;
    color: var(--btf-accent, #c39b47);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 500;
}

.timer-label {
    display: block;
    margin-top: 5px;
    color: #766d62;
    font-size: 0.9rem;
    line-height: 1.25;
}

.browse-menu,
.aura-pop a.browse-menu.button.checkout {
    margin: 22px auto 0;
    max-width: 300px;
    width: 100%;
    min-height: 44px;
    border-radius: 8px;
    padding: 10px 20px;
    background: linear-gradient(180deg, #2d2b28 0%, #181715 100%);
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.btn-arrow {
    font-size: 1.2rem;
    line-height: 1;
    transform: translateY(-1px);
}

.pop-footer-note {
    margin: 22px auto 0;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #766d62;
    font-size: 0.84rem;
    line-height: 1.35;
}

.footer-heart-shape {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: block;
    background: var(--btf-accent, #c39b47);
    -webkit-mask: url('../img/heart-line.svg') center / contain no-repeat;
    mask: url('../img/heart-line.svg') center / contain no-repeat;
}

.aura-pop.mode-manual .next-open-card { background: #fcfbf8; }
.hidePopup .aura-pop,
.hidePopup .aura-pop-verlay { display: none; }

@media only screen and (max-width: 767px) {
    .aura-pop {
        width: min(77vw, 352px);
        max-width: 352px;
        border-radius: 12px;
    }

    .popup-close-deco {
        top: 13px;
        right: 13px;
        width: 32px;
        height: 32px;
        font-size: 22px;
        line-height: 28px;
    }

    .pop-badge-wrap { padding-top: 28px; }
    .pop-badge { width: 97px; height: 97px; }
    .pop-badge-img { width: 66px; height: 66px; }
    .pop-body { padding: 18px 16px 26px; }
    .pop-divider { margin: 12px 0 16px; gap: 9px; }
    .pop-divider span { width: 28px; }
    .pop-divider i { width: 6px; height: 6px; }
    .aura-pop-title {
        font-size: 1.33rem;
        line-height: 1.08;
        letter-spacing: -0.02em;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .pop-subtitle { margin-top: 10px; font-size: 0.82rem; }
    .next-open-card { margin-top: 14px; padding: 10px 12px; gap: 9px; border-radius: 8px; max-width: 80%; }
    .next-open-icon { width: 32px; flex: 0 0 32px; }
    .next-open-icon img { width: 26px; height: 26px; }
    .next-open-label, .next-open-secondary { font-size: 0.82rem; }
    .next-open-primary { font-size: 0.88rem; line-height: 1.22; }
    .pop-timer { margin-top: 20px; }
    .timer-intro { font-size: 0.74rem; }
    .timer-grid { margin-top: 9px; max-width: 188px; }
    .timer-divider { height: 56px; }
    .hr-count { font-size: 2.7rem; }
    .timer-label { margin-top: 4px; font-size: 0.76rem; }
    .browse-menu,
    .aura-pop a.browse-menu.button.checkout {
        margin-top: 24px;
        min-height: 35px;
        font-size: 0.83rem;
        border-radius: 8px;
        padding: 9px 16px;
        max-width: 243px;
        text-transform: none;
    }
    .btn-arrow { font-size: 1.08rem; }
    .pop-footer-note { margin-top: 16px; font-size: 0.70rem; gap: 7px; max-width: 286px; justify-content: center; text-align: center; }
    .pop-footer-note img { width: 15px; height: 15px; flex-basis: 15px; }
}

@media (max-width: 420px) {
  .aura-pop { width: 80vw; max-width: 352px; border-radius: 12px; }
}

