/* 6.0.16 — preços legíveis e alinhados em todos os cards de produto. */
.rn6-product-card .rn6-product-body{display:flex;flex-direction:column}
.rn6-product-card .rn6-product-purchase{
  width:100%;
  min-height:108px;
  margin-top:auto;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}
.rn6-product-card .rn6-card-price{
  min-width:0;
  display:flex!important;
  flex:1 1 auto;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  gap:4px;
}
.rn6-product-card .rn6-card-price del{
  color:#cbd4ea!important;
  font-size:clamp(15px,1.05vw,18px)!important;
  font-weight:780!important;
  line-height:1.1!important;
  text-decoration-color:#ff604f!important;
  text-decoration-thickness:2px!important;
}
.rn6-product-card .rn6-card-price small{
  color:#ffb04f!important;
  font-size:clamp(10px,.72vw,12px)!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.08em!important;
}
.rn6-product-card .rn6-card-price strong{
  color:#fff!important;
  font-size:clamp(26px,1.75vw,34px)!important;
  font-weight:900!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  white-space:nowrap;
}
.rn6-product-card .rn6-card-action{
  min-width:142px!important;
  min-height:46px!important;
  flex:0 0 auto;
  justify-content:center!important;
}
@media (max-width:620px){
  .rn6-product-card .rn6-product-purchase{align-items:stretch;flex-direction:column}
  .rn6-product-card .rn6-card-action{width:100%;min-width:0!important}
}
