:root.babushka-modal-open {
    overflow: hidden;
}

.babushka-notify-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.babushka-notify-modal.is-open {
    display: flex;
}

.babushka-notify-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.babushka-notify-modal__content {
    position: relative;
    z-index: 1;
    width: min(92vw, 460px);
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.babushka-notify-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.babushka-notify-modal__title {
    font-size: 20px;
    margin: 0 0 8px;
    color: #111;
}

.babushka-notify-modal__subtitle {
    margin: 0 0 18px;
    color: #444;
    font-size: 14px;
}

.babushka-notify-modal__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.babushka-notify-modal__field label {
    font-size: 13px;
    color: #222;
}

.babushka-notify-modal__field input {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.babushka-notify-modal__actions {
    display: flex;
    justify-content: flex-end;
}

.babushka-notify-modal__actions button {
    background: var(--color-primary);
    color: var(--color-secondary);
    border: none;
    border-radius: 999px;
    padding: 10px 22px;
    cursor: pointer;
    font-size: 14px;
}

.babushka-notify-modal__message {
    margin-top: 12px;
    font-size: 13px;
}

.babushka-notify-modal__message.is-success {
    color: #0f7a36;
}

.babushka-notify-modal__message.is-error {
    color: #b00020;
}

.babushka-notify-modal__message.is-loading {
    color: #666;
}

.babushka-notify-me.button,
.babushka-notify-me {
    background: var(--color-primary);
    color: var(--color-secondary);
    border-radius: 999px;
}

.product-card-arrow-btn.babushka-notify-me {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 12px;
    text-transform: uppercase;
}

.product-card-arrow-btn.babushka-notify-me:hover {
    background: var(--color-primary);
    color: var(--color-secondary);
}

.product-card-arrow-btn.babushka-notify-me svg {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    display: block;
}

.single-product-add-to-cart.babushka-notify-me {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
