.loop-bundle-image-container {
    display: flex !important; 
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
   height: unset !important;
   max-height:unset !important; 
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.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;
}
@media only screen and (max-width: 600px) {
    .loop-bundle-container {
        width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
}

.loop-bundle-image-container.loop-img-fit {
    width: 100%;
    height: auto;
    display: block; /* Ensure there is no extra space at the bottom */
}

.loop-bundle-header-wrapper li{
    list-style-type: disc !important;
}