/* V50L — normalização completa das fichas e das três categorias aprovadas. */
@media (min-width:721px) and (max-width:980px){
  .inox42-shell{width:min(100% - 16px,1540px)}
  .inox42-top{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:16px;padding:16px}
  .inox42-main-image{height:clamp(340px,47vw,440px)}
  .inox42-specs{grid-template-columns:1fr 1fr}
  .inox42-description{margin:0 16px}
}
@media (max-width:720px){
  .inox42-top{grid-template-columns:1fr}
  .inox42-main-image{height:clamp(320px,78vw,470px)}
}
.inox42-thumbs{overflow-x:auto;padding-bottom:3px}
.inox42-thumb{flex:0 0 92px;cursor:pointer;background:#fff}
.inox42-thumb[aria-current="true"]{box-shadow:0 0 0 2px rgba(223,176,46,.22)}
.inox42-main-image img{transition:opacity .16s ease}
.inox42-description .v50l-image-sync-note{margin-top:18px;padding:12px 14px;border-left:4px solid #dfb02e;background:#fff9df;color:#555}
.product-card h3 a{color:inherit;text-decoration:none}
.product-card h3 a:hover,.product-card h3 a:focus{text-decoration:underline;text-decoration-color:#dfb02e;text-underline-offset:3px}
