
.owl-carousel .owl-stage {
    display: flex;
    margin-left: -19px;
}
.owl-stage-outer::after {
  content: "";
  background-image: linear-gradient(to right, transparent, #f9f9f9);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 15px;
  bottom: 0px;
}
.owl-libros .item {
    height: 100%;
    border-radius: 6px;
    border: 1px solid #C7A58A;
    background: #f7f2ee;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 70% 20% 10%;
    padding:20px;
}
.owl-libros .item .imagen {
    padding: 10px 0px 30px 0px;
    border-bottom: 1px solid lightgray;
}
.owl-libros .item .textos {
    padding-top: 20px;
}
.owl-libros .item .pvp {
    align-self: end;
    font-size:22px;
}
.owl-libros .item .textos h3 {
    font-size: 26px;
}


.owl-carousel .owl-item img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 80%;
  border-bottom: 1px solid lightgray;
}