/* STLBEAST V714 — validated catalog image consistency */
body.v714-catalog .v650-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
body.v714-catalog .v714-product-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  height:100%;
  overflow:hidden;
  background:linear-gradient(180deg,#081728 0%,#050d17 100%)!important;
  border:1px solid rgba(73,159,224,.28)!important;
}
body.v714-catalog .v714-product-image{
  display:block;
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  background:radial-gradient(circle at 50% 40%,#102b44 0%,#07131f 58%,#02070d 100%);
  border-bottom:1px solid rgba(74,164,231,.2);
}
body.v714-catalog .v714-product-image img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#030810!important;
  transform:none!important;
}
body.v714-catalog .v714-product-card:hover .v714-product-image img{transform:scale(1.018)!important}
body.v714-catalog .v714-product-card .v650-product-copy{
  display:flex;
  flex:1;
  flex-direction:column;
  min-height:0;
  padding:15px;
}
body.v714-catalog .v714-product-card .v650-product-meta{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
}
body.v714-catalog .v714-product-card .v650-product-meta span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.v714-catalog .v714-product-card h3{
  min-height:2.55em;
  margin:9px 0 7px;
  font-size:1rem;
  line-height:1.28;
}
body.v714-catalog .v714-product-card p{
  display:-webkit-box!important;
  min-height:4.2em;
  margin:0 0 14px;
  overflow:hidden;
  color:#aabdd0;
  font-size:.82rem;
  line-height:1.42;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
body.v714-catalog .v714-product-card .v650-product-actions{
  margin-top:auto;
}
body.v714-catalog .v714-product-card .v650-button{
  min-height:42px;
}
body.v714-catalog .v650-badge{
  top:10px;
  left:10px;
  max-width:calc(100% - 20px);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:1120px){
  body.v714-catalog .v650-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  body.v714-catalog .v650-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  body.v714-catalog .v714-product-card .v650-product-copy{padding:13px}
}
@media(max-width:520px){
  body.v714-catalog .v650-product-grid{grid-template-columns:1fr!important;gap:14px!important}
  body.v714-catalog .v714-product-image{aspect-ratio:1.08/1}
  body.v714-catalog .v714-product-card h3{min-height:0;font-size:1.08rem}
  body.v714-catalog .v714-product-card p{min-height:0;font-size:.86rem}
  body.v714-catalog .v714-product-card .v650-product-actions{grid-template-columns:1fr 1.15fr!important}
}
@media(max-width:370px){
  body.v714-catalog .v714-product-card .v650-product-actions{grid-template-columns:1fr!important}
}
