#idxringredientes-product .item-ingrediente,
#idxringredientes-product-pack .item-ingrediente {
    cursor: pointer;
}

.item-ingrediente:hover{
    text-decoration: underline;
}
.modal-ingrediente .modal-content {
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #909090;
    overflow: hidden;
    position: relative;
  }
  
  .modal-ingrediente .modal-header {
    border: none;
    padding: 0;
    text-align: right;
  }
  
  .modal-ingrediente .modal-header .close {
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: none;
    color: #000;
  }
  
  .modal-ingrediente .modal-body {
    padding: 0;
  }
  
  .modal-ingrediente .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: flex-start;
  }
  
  .modal-ingrediente .col-flex {
    flex: 1 1 50%;
    max-width: 50%;
  }
  
  .modal-ingrediente img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  
  .modal-ingrediente .titulo-ingrediente {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  
  .modal-ingrediente .content-ingrediente {
    max-height: 310px;
    overflow-y: auto;
    text-align: justify;
    font-size: 0.95rem;
    line-height: 1.4;
  }
  
  /* Responsive ajustes */
  @media (max-width: 1024px) {
    .modal-ingrediente .row {
      flex-direction: column;
    }
    .modal-ingrediente .col-flex {
      max-width: 100%;
    }
  }
  
  .idxringredientes-ingrediente-ficha {
    display: flex;
    flex-flow: wrap;
    }
    
    .idxringredientes-ingrediente-ficha-img {}
    
    .idxringredientes-ingrediente-ficha-img img {
    width: 100%;
    }
    
    .idxringredientes-ingrediente-ficha-img.colum-left {
    width: 50%;
    }
    
    .colum-right.idxringredientes-ingrediente-right {
    width: 50%;
    padding-left: 28px;
    }
    
    .idxringredientes-ingrediente-products {
    width: 100%;
    margin-top: 37px;
    }
    
    .idxringredientes-ingrediente-products .product-miniature .ajax_block_product {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    }
    
    @media (max-width: 991px) {
    .idxringredientes-ingrediente-ficha-img.colum-left {
    width: 100%;
    }
    
    .colum-right.idxringredientes-ingrediente-right {
        width: 100%;
        padding-top: 28px;
        padding-left: 0px;
    }
    }