:root {
    --nb-bundle-detail-modal-placeholder-1-modal-max-width: 700px;
}

.nb-bundle-detail-modal-placeholder-1 .nb-modal .modal-dialog.modal-lg {
    max-width: var(--nb-bundle-detail-modal-placeholder-1-modal-max-width);
}

.nb-bundle-detail-modal-placeholder-1 .nb-loader-bundle-detail-modal {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
}

.nb-bundle-detail-modal-placeholder-1 .nb-bundle-detail-modal-content-wrapper {
    height: 100%;
}

body:has(.nb-product-size-picker-modal-1 .nb-modal.show) .nb-bundle-detail-modal-placeholder-1 .nb-modal:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000040;
    z-index: 10000;
}