.loop-bundle-image-container {
    display: flex !important; 
    justify-content: left !important;
    align-items: left !important;
    height: unset !important;
    max-height: unset !important; 
    overflow: hidden !important;
    box-sizing: border-box !important;
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default padding */
}

.loop-bundle-image-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.loop-bundle-image-container.loop-img-fit {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.loop-bundle-description img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.loop-bundle-title-wrapper{
text-align: center;  
}
