
html body .category[data-cat="Triples"] .products,
html body .category[data-cat="Arrolladitos"] .products{
  align-items:stretch!important;
}
html body .category[data-cat="Triples"] .compact-product,
html body .category[data-cat="Arrolladitos"] .compact-product{
  height:100%!important;
  align-items:stretch!important;
}
html body .category[data-cat="Triples"] .product-body,
html body .category[data-cat="Arrolladitos"] .product-body{
  display:grid!important;
  grid-template-rows:auto 1fr auto!important;
  min-height:0!important;
}
html body .category[data-cat="Triples"] .product-media,
html body .category[data-cat="Arrolladitos"] .product-media{
  aspect-ratio:16/10!important;
  min-height:150px!important;
}
html body .category[data-cat="Triples"] .product-media img,
html body .category[data-cat="Arrolladitos"] .product-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
html body .category[data-cat="Triples"] .desc,
html body .category[data-cat="Arrolladitos"] .desc{
  min-height:42px!important;
}
@media (min-width:1180px){
  html body .category[data-cat="Triples"] .products{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}
@media (max-width:900px){
  html body .category[data-cat="Triples"] .products,
  html body .category[data-cat="Arrolladitos"] .products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:640px){
  html body .category[data-cat="Triples"] .products,
  html body .category[data-cat="Arrolladitos"] .products{
    grid-template-columns:1fr!important;
  }
}
