/*! 
-------------------------------------------
CUSTOM STYLES
-------------------------------------------
NOTE: PLEASE DO NOT edit base.css.min
      for custom styles use custom.css only
-------------------------------------------
*/

.subcollections .card .card__image {
      height:90px;
}
.subcollections .card .card__image picture {
      width:100%;
height:100%;
}
.subcollections .card .card__image picture img {
      width:100%;
      height:100%;
      object-fit: contain;
      object-position: center center;
}
.subcollections .card {
      height:100%;
}
