.fre-bundle-gallery {
    display: grid;
    gap: 20px;
    align-items: stretch;
    grid-template-columns: var(--grid-template-columns, repeat(3, 1fr));
}

.fre-bundle-gallery-item {
   cursor: pointer;
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;.fre-bundle-products-list {
       list-style: none;
       padding-left: 0;
       margin: 0;
   }
   
   .fre-bundle-products-list li {
       display: flex;
       align-items: center;
       gap: 0.5em; /* Espacio entre icono y texto */
       margin-bottom: 0.5em;
   }
   
   .fre-bundle-list-icon {
       display: inline-flex;
       align-items: center;
       justify-content: center;
   }
   
   align-items: start;
   justify-content: center;
}

.fre-bundle-gallery-item .fre-bundle-gallery-image a{
    display: block;
}

.fre-bundle-gallery-item img {
    max-width: 100%;
    height: auto;
}
.fre-bundle-gallery-item .fre-bundle-fre_bundle_product_name_qty {
    text-decoration: none;
    color: inherit;
}
.fre-bundle-gallery-item div {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}
.fre-bundle-gallery-item .fre-bundle-gallery-title {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 100%;
}
.fre-bundle-products-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.fre-bundle-products-list li {
    display: flex;
    align-items: center;
    gap: 0.5em; /* Espacio entre icono y texto */
    margin-bottom: 0.5em;
}

.fre-bundle-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
