/* RECOMENDACOES V19 — alinhamento final dos cards e CTAs.
   Arquivo novo para evitar cache de versões antigas no navegador/CDN. */
html body .product-grid{
  align-items:stretch!important;
}
html body .product-grid>.product-card{
  display:flex!important;
  height:100%!important;
  min-width:0!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
html body .product-card .product-media{
  position:relative!important;
  display:grid!important;
  width:100%!important;
  aspect-ratio:4/3!important;
  flex:0 0 auto!important;
  place-items:center!important;
  overflow:hidden!important;
}
html body .product-card .product-media>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:18px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
html body .product-card .product-placeholder{
  width:100%!important;
  height:100%!important;
}
html body .product-card .product-body{
  display:flex!important;
  min-height:0!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  padding:18px!important;
}
html body .product-card .product-meta{
  flex:0 0 auto!important;
}
html body .product-card .product-body h3{
  min-height:2.45em!important;
  margin-bottom:8px!important;
  line-height:1.22!important;
}
html body .product-card .product-desc{
  display:-webkit-box!important;
  min-height:3.9em!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  line-height:1.45!important;
}
html body .product-card .price-line{
  min-height:38px!important;
  flex:0 0 auto!important;
}
html body .product-card .price-note{
  min-height:34px!important;
  flex:0 0 auto!important;
}
html body .product-card .product-coupon{
  flex:0 0 auto!important;
}
html body .product-card .product-btn{
  box-sizing:border-box!important;
  display:flex!important;
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  margin-top:auto!important;
  padding:0 14px!important;
  flex:0 0 48px!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1.1!important;
  text-align:center!important;
  white-space:normal!important;
}
html body .store-card{
  display:flex!important;
  height:100%!important;
  flex-direction:column!important;
}
html body .store-card p{flex:1 1 auto!important}
html body .store-card .store-btn{
  box-sizing:border-box!important;
  display:flex!important;
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  margin-top:auto!important;
  padding:0 14px!important;
  flex:0 0 48px!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1.1!important;
  text-align:center!important;
}
@media(max-width:820px){
  html body .product-card .product-body h3,
  html body .product-card .product-desc{min-height:0!important}
}
@media(max-width:520px){
  html body .product-card .product-media{aspect-ratio:1.15/1!important}
}
