:root {
    --belen-notify-orange: #e36f17;
    --belen-notify-orange-hover: #cf6514;
}

.belen-notify-cta {
    margin: 12px 0 16px;
}

.belen-notify-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 12px;
    border-radius: 6px;
    background: var(--belen-notify-orange);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.belen-notify-button:hover,
.belen-notify-button:focus {
    background: var(--belen-notify-orange-hover);
    color: #fff;
}

.belen-notify-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask: url("https://belen.life/wp-content/uploads/2026/01/bell-line-icon.svg") no-repeat center / contain;
    mask: url("https://belen.life/wp-content/uploads/2026/01/bell-line-icon.svg") no-repeat center / contain;
    flex-shrink: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.products li.product,
ul.products li.product,
.woopspro-product-slider li.product {
    position: relative !important;
    overflow: visible;
}

.belen-remind-button {
    position: absolute !important;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: var(--belen-notify-orange) !important;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 20;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.belen-remind-button .belen-notify-icon {
    display: block !important;
}

.belen-remind-button:hover,
.belen-remind-button:focus {
    background: var(--belen-notify-orange-hover) !important;
    color: #fff !important;
}

.belen-notify-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    padding: 16px;
}

.belen-notify-modal.is-open {
    display: flex;
}

.belen-notify-modal-content {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.belen-notify-modal-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.belen-notify-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

.belen-notify-modal label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 15px;
    text-align: center;
}

.belen-notify-modal input[type="number"] {
    width: 100%;
    max-width: 180px;
    height: 40px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    margin-bottom: 16px;
}

.belen-notify-submit,
.belen-notify-ok {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 18px;
    border-radius: 6px;
    border: none;
    background: #111;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.belen-notify-modal-content form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.belen-notify-submit {
    align-self: center;
    margin-top: 0;
}

.belen-notify-ok {
    display: block;
    margin: 0 auto;
}

.belen-notify-confirm-message {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 16px;
}

.belen-notify-login-message {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 16px;
}

.belen-notify-login-shortcode {
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .belen-notify-cta {
        padding: 0 12px;
    }

    .belen-notify-button {
        width: auto;
        max-width: 100%;
        justify-content: center;
        height: 40px;
    }
}
