.fesqor-fpr {
    position: fixed;
    bottom: 22px;
    z-index: 99998;
    width: min(360px, calc(100vw - 28px));
    opacity: 0;
    transform: translateY(16px) scale(.98);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, bottom .22s ease;
    font-family: inherit;
}

.fesqor-fpr--left { left: 18px; }
.fesqor-fpr--right { right: 18px; }

.fesqor-fpr.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.fesqor-fpr__card {
    position: relative;
    overflow: hidden;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: rgba(17, 17, 22, .97);
    box-shadow: 0 18px 55px rgba(0,0,0,.28);
    color: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.fesqor-fpr__close {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.09);
    color: #fff;
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
}

.fesqor-fpr__close:hover { background: rgba(255,255,255,.16); }

.fesqor-fpr__eyebrow {
    padding-right: 35px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
}

.fesqor-fpr__message {
    padding-right: 28px;
    margin-bottom: 13px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.42;
}

.fesqor-fpr__message .woocommerce-Price-amount,
.fesqor-fpr__message .woocommerce-Price-currencySymbol {
    color: inherit;
}

.fesqor-fpr__product {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: inherit !important;
    text-decoration: none !important;
}

.fesqor-fpr__image {
    overflow: hidden;
    width: 78px;
    height: 78px;
    border-radius: 12px;
    background: #fff;
}

.fesqor-fpr__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

.fesqor-fpr__content { min-width: 0; }

.fesqor-fpr__name {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.fesqor-fpr__price {
    font-size: 15px;
    font-weight: 800;
}

.fesqor-fpr__price del {
    margin-right: 5px;
    color: rgba(255,255,255,.46);
    font-size: 12px;
    font-weight: 500;
}

.fesqor-fpr__price ins {
    color: inherit;
    text-decoration: none;
}

.fesqor-fpr__cta.button {
    box-sizing: border-box;
    width: 100%;
    margin-top: 13px;
    padding: 11px 15px;
    border: 0;
    border-radius: 11px;
    background: #7c3aed;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .15s ease, opacity .15s ease;
}

.fesqor-fpr__cta.button:hover {
    transform: translateY(-1px);
    opacity: .94;
}

.fesqor-fpr__cta.button.loading { opacity: .55; }
.fesqor-fpr__cta.button.is-added { opacity: .78; }

.fesqor-fpr__status {
    min-height: 0;
    margin-top: 7px;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    text-align: center;
}

@media (max-width: 600px) {
    .fesqor-fpr {
        bottom: 12px;
        width: calc(100vw - 24px);
    }
    .fesqor-fpr--left { left: 12px; }
    .fesqor-fpr--right { right: 12px; }
    .fesqor-fpr__card { border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .fesqor-fpr,
    .fesqor-fpr__cta.button {
        transition: none;
    }
}
