#product-modal .modal-content {
    border-radius: 12px !important;
    overflow: hidden !important;
}

#product-modal .modal-content .product-image img {
    width: 250px;
    height: 250px;
    max-width: 250px !important;
    max-height: 250px !important;
}

#product-modal .row {
    margin: 0 !important;
}

.modal-content header,
.modal-content .modal-body {
    padding: 0 !important;
}

.modal-content header,
.modal-content header .bg-header {
    height: 64px !important;
}

#product-image-modal {
    filter: drop-shadow(0px 15px 8px rgba(0, 0, 0, 0.5));
}

@media(min-width: 600px) {
    .view-product {
        padding: 30px !important;
    }
}

@media(max-width: 450px) {
    .view-product {
        padding: 20px !important;
    }
}
