/*
 * CT_CATALOG_ELOY_POINTS_03B_ACTIVE_CAMPAIGN_CARD_SAFE
 * CT_CATALOG_ELOY_POINTS_03C_MODAL_UI_SAFE
 */

html body#category #js-product-list .ct-catalog-eloy-points-03b {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
    width: auto;
    max-width: 100%;
    min-height: 22px;
    margin: 0 0 9px;
    padding: 0;
    border: 0;
    color: #222;
    background: transparent;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
}

html body#category #js-product-list .ct-catalog-eloy-points-03b[hidden] {
    display: none !important;
}

html body#category #js-product-list .ct-catalog-eloy-points-03b__separator {
    color: #111;
    font-size: 10px;
}

html body#category #js-product-list .ct-catalog-eloy-points-03b__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin: 0;
    padding: 0;
    border: 1px solid #555;
    border-radius: 50%;
    color: #333;
    background: transparent;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    cursor: pointer;
}

html body#category #js-product-list .ct-catalog-eloy-points-03b__info:hover,
html body#category #js-product-list .ct-catalog-eloy-points-03b__info:focus {
    color: #fff;
    background: #111;
    border-color: #111;
    outline: none;
}

html body#category #js-product-list .ct-catalog-eloy-points-03b--no-reward .ct-catalog-eloy-points-03b__reward {
    color: #666;
    font-weight: 500;
}

.ct-catalog-eloy-modal-03c[hidden] {
    display: none !important;
}

.ct-catalog-eloy-modal-03c {
    position: fixed;
    inset: 0;
    z-index: 10050;
}

.ct-catalog-eloy-modal-03c__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.ct-catalog-eloy-modal-03c__dialog {
    position: relative;
    width: min(760px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    overflow: auto;
    margin: 20px auto;
    padding: 38px 28px 28px;
    background: #fff;
    color: #111;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.ct-catalog-eloy-modal-03c__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.ct-catalog-eloy-modal-03c__title {
    margin: 0 0 16px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.ct-catalog-eloy-modal-03c__body p {
    margin: 0 0 18px;
    color: #111;
    font-size: 17px;
    line-height: 1.7;
}

.ct-catalog-eloy-modal-03c__body p strong {
    font-weight: 700;
}

.ct-catalog-eloy-modal-03c__cta-wrap {
    margin-top: 10px;
}

.ct-catalog-eloy-modal-03c__cta {
    display: inline-block;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

html.ct-catalog-eloy-modal-03c-open,
body.ct-catalog-eloy-modal-03c-open {
    overflow: hidden;
}

@media (max-width: 575px) {
    html body#category #js-product-list .ct-catalog-eloy-points-03b {
        gap: 4px;
        font-size: 10px;
        line-height: 15px;
    }

    .ct-catalog-eloy-modal-03c__dialog {
        width: calc(100vw - 20px);
        margin: 10px auto;
        padding: 34px 18px 20px;
    }

    .ct-catalog-eloy-modal-03c__body p,
    .ct-catalog-eloy-modal-03c__cta {
        font-size: 15px;
        line-height: 1.6;
    }
}
