.product-opt-bottom-2,
#product_addtocart_form .add-to-cart-container {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

#customizer-options .modal-body img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-height: 50vh;
}

@media all and (max-width: 800px) {
    #customizer-options .modal .modal-dialog {
        width: 90%;
    }
    #customizer-options .modal-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }
    #customizer-options .modal-footer .checkbox {
        width: 100%;
        text-align: center;
    }
}