/*.bundle.bundle-hover_image img.lazy-loaded {
    animation: fadeIn .4s forwards;
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    max-height: unset
}
.bundle.bundle-hover_image > a:focus{
    position: inherit;
}
.bundle.bundle-hover_image > a, .bundle.bundle-hover_image > a:focus, .bundle.bundle-hover_image > a:hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
}
.bundle.bundle-hover_images{
    display: flex;
    gap: 30px; 
    flex-wrap: wrap;

}

.bundle.bundle-hover_images .title-wrap{
    width: 100%;
    text-align: center;
    font-family: var(--header);
    font-size: 20px;
    font-weight: 100;
    color: black;
}
.bundle.bundle-hover_images .title-wrap h2{
    font-weight: 100;
    color: black;
    margin-bottom: 0px;
}
.bundle.bundle-hover_images .collection-link{
        margin: 0px auto 15px;
    color: black;
    font-size: 18px;
    font-weight: 300;
}
.bundle.bundle-hover_image{
        flex: 1 1 calc(50% - 15px);
    padding-top: 49%;
    position: relative;
    margin: 0 !important;
}
.bundle.bundle-hover_image .image-up{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.bundle.bundle-hover_image .image-hover{
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.bundle.bundle-hover_image:hover .image-up{
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.bundle.bundle-hover_image:hover .image-hover{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
*/
.bundle.bundle-hover_image {
    flex: 1 1 calc(50% - 15px);
    padding-top: 0;
    position: relative;
    margin: 0 !important;
    max-width: calc(50% - 15px);
}
.bundle.bundle-hover_image img.lazy-loaded{
    position: relative;
    max-height: unset;
}
