.errorMsg{
    color:red !important;
}

.error-msg{
    color:red !important;
}

body, html {
    margin: 0;
    padding: 0;
}
/* 
footer {
    margin-bottom: 0;
    padding-bottom: 0;
} */

.image-box {
    width: 100%;
    max-width: 613px; /* match your intended size */
    height: 613px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* ensures no cropping, consistent size */
}