/* V4.8 — vitrine de produtos + correções mobile */
.product-grid{
  display:grid!important;
  gap:16px!important;
}
.product-card-public{
  display:grid!important;
  grid-template-columns:148px minmax(0,1fr)!important;
  align-items:stretch!important;
  overflow:hidden!important;
  border-radius:20px!important;
}
.product-photo{
  position:relative;
  min-height:156px;
  background:linear-gradient(180deg,#121215,#0d0d10)!important;
  overflow:hidden;
}
.product-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.product-photo-empty{
  width:100%;
  height:100%;
  min-height:156px;
  display:grid;
  place-items:center;
  padding:14px;
  background:linear-gradient(160deg,#16171b,#0f1013);
}
.product-photo-empty img{
  max-width:88%;
  max-height:88%;
  object-fit:contain;
}
.product-photo-empty small{
  display:none;
}
.product-category{
  top:10px!important;
  left:10px!important;
  font-size:10px!important;
  letter-spacing:.09em;
  text-transform:uppercase;
  padding:6px 10px!important;
}
.product-card-body{
  display:grid;
  gap:12px!important;
  min-width:0;
}
.product-card-body > div:first-child{display:grid;gap:7px;min-width:0}
.product-card-body h3{
  margin:0;
  font-size:23px!important;
  line-height:1.02!important;
}
.product-card-body p{
  margin:0;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:13px!important;
  line-height:1.45!important;
}
.product-card-bottom{
  display:flex!important;
  justify-content:space-between!important;
  align-items:end!important;
  gap:14px!important;
  padding-top:10px!important;
  border-top:1px solid rgba(255,255,255,.08);
}
.product-card-bottom > div{display:grid;gap:4px}
.product-card-bottom strong{
  font-size:29px!important;
  line-height:1;
}
.product-card-bottom small{
  color:var(--muted)!important;
  font-size:12px!important;
}
.product-card-bottom .primary-action{
  min-width:116px;
  min-height:42px!important;
  border-radius:12px!important;
  padding:9px 14px!important;
  font-weight:800!important;
  white-space:nowrap;
}
/* serviços: impedir corte de texto no mobile */
.list-copy p,
.choice-copy small{
  display:block!important;
  overflow:visible!important;
  text-overflow:unset!important;
  white-space:normal!important;
  -webkit-line-clamp:unset!important;
}
.list-row{
  align-items:start!important;
}
.list-end{
  align-self:end!important;
}
@media (min-width: 861px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:860px){
  .product-grid{grid-template-columns:1fr!important;gap:12px!important}
  .product-card-public{grid-template-columns:124px minmax(0,1fr)!important;border-radius:18px!important}
  .product-photo,
  .product-photo-empty{min-height:148px}
  .product-card-body{padding:13px!important;gap:11px!important}
  .product-card-body h3{font-size:20px!important}
  .product-card-body p{font-size:12px!important;-webkit-line-clamp:3}
  .product-card-bottom{display:grid!important;grid-template-columns:1fr auto!important;align-items:end!important;gap:10px!important}
  .product-card-bottom strong{font-size:26px!important}
  .product-card-bottom .primary-action{min-width:102px;width:auto!important}
  .list-row{padding:14px!important;gap:10px!important}
  .list-copy h4{line-height:1.15}
  .list-copy p{font-size:12px!important;line-height:1.45!important;max-width:none!important}
}
@media (max-width:420px){
  .product-card-public{grid-template-columns:110px minmax(0,1fr)!important}
  .product-photo,
  .product-photo-empty{min-height:138px}
  .product-card-body{padding:12px!important}
  .product-card-body h3{font-size:18px!important}
  .product-card-bottom{grid-template-columns:1fr!important}
  .product-card-bottom .primary-action{width:100%!important}
}
