.digital-greeting-card-modal {
    width: 1024px!important;
    max-width: 100%;
    border-radius: 24px;
    overflow: hidden
}

@media (max-width:767px) {
    .digital-greeting-card-modal {
        max-height: 100dvh;
        margin: 0!important;
        border-radius: 0;
        overflow: scroll
    }
}

.digital-greeting-card-modal .modal-content {
    padding: 48px;
    background-color: #fff
}

@media (max-width:767px) {
    .digital-greeting-card-modal .modal-content {
        min-height: 100dvh;
        padding: 48px 24px;
        border-radius: 0
    }
}

.digital-greeting-card-modal .modal-close {
    display: none
}

.quick-checkout-modal {
    width: 536px!important;
    max-width: 100%;
    border-radius: 24px;
    overflow: hidden
}

@media (max-width:767px) {
    .quick-checkout-modal {
        max-height: 100dvh;
        margin: 0!important;
        border-radius: 0;
        overflow: scroll
    }
}

.quick-checkout-modal .modal-content {
    padding: 48px;
    background-color: #fff
}

@media (max-width:767px) {
    .quick-checkout-modal .modal-content {
        min-height: 100dvh;
        padding: 48px 24px;
        border-radius: 0
    }
}

.quick-checkout-modal .modal-close {
    top: 16px;
    right: 16px;
    color: #0e0e0e
}

.quick-checkout-modal .modal-close:hover {
    color: #4a4a4a
}

.registry-product-purchased-modal {
    width: 536px!important;
    max-width: 100%;
    border-radius: 24px;
    overflow: hidden
}

@media (max-width:767px) {
    .registry-product-purchased-modal {
        max-height: 100dvh;
        margin: 0!important;
        border-radius: 0;
        overflow: scroll
    }
}

.registry-product-purchased-modal .modal-content {
    padding: 72px 48px 48px;
    background-color: #fff
}

@media (max-width:767px) {
    .registry-product-purchased-modal .modal-content {
        min-height: 100dvh;
        padding: 48px 24px;
        border-radius: 0
    }
}

.registry-product-purchased-modal .modal-close {
    top: 16px;
    right: 16px;
    color: #0e0e0e
}

.registry-product-purchased-modal .modal-close:hover {
    color: #4a4a4a
}


/*# sourceMappingURL=8642-bb9139e2f714ae7d287b.css.map*/