.phito-popup,
.phito-popup *,
.phito-popup :before,
.phito-popup :after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.phito-popup {
    color: #3d2c5a;
    background: 0 0;
    border: 0;
    width: 100%;
    max-width: min(420px, 100vw - 32px);
    margin: auto;
    padding: 0;
    font-family: Poppins, Arial, sans-serif;
    overflow: visible
}

.phito-popup::backdrop {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: #3d2c5a8c
}

.phito-popup-caixa {
    background: #fdfaf6;
    border-radius: 24px;
    padding: 14px;
    position: relative;
    box-shadow: 0 18px 48px #3d2c5a47
}

.phito-popup-fechar {
    z-index: 2;
    color: #584081;
    cursor: pointer;
    background: #fdfaf6e6;
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px
}

.phito-popup-fechar:hover {
    background: #fff
}

.phito-popup-fechar:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #584081
}

.phito-popup-img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
    display: block
}

.phito-popup-corpo {
    text-align: center;
    padding: 20px 10px 4px
}

.phito-popup-titulo {
    letter-spacing: -.24px;
    color: #584081;
    font-family: DM Serif Display, Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.phito-popup-texto {
    color: #6f5ba0;
    margin-top: 10px;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.phito-popup-cupom {
    cursor: pointer;
    background: #f4eefc;
    border: 0;
    border-radius: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 8px;
    width: 100%;
    margin-top: 14px;
    padding: 11px 14px;
    font-family: inherit;
    display: flex
}

.phito-popup-cupom:hover {
    background: #ece0fa
}

.phito-popup-cupom:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #584081
}

.phito-popup-cupom-prefixo {
    color: #6f5ba0;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px
}

.phito-popup-cupom-codigo {
    letter-spacing: .06em;
    color: #3d2c5a;
    font-family: JetBrains Mono, Courier New, monospace;
    font-size: 16px;
    font-weight: 500
}

.phito-popup-cupom-acao {
    text-transform: lowercase;
    color: #584081;
    background: #5840811a;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: 11px;
    font-weight: 600
}

.phito-popup-cta {
    color: #fff;
    cursor: pointer;
    background: #584081;
    border: 0;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    padding: 12px 20px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: flex
}

.phito-popup-cta:hover {
    background: #47336a
}

.phito-popup-cta:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #3d2c5a
}

@media (width>=768px) {
    .phito-popup-caixa {
        padding: 16px
    }
    .phito-popup-corpo {
        padding: 22px 14px 8px
    }
    .phito-popup-titulo {
        font-size: 28px;
        line-height: 36px
    }
}