/* Compact history on the product page; full cards elsewhere stay unchanged. */
.product-v62-recent .lg-card-specs,
.product-v62-recent .lg-card-units,
.product-v62-recent .lg-card-single-unit{
  display:none;
}
.product-v62-recent .home-product-v35{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  min-height:112px;
  height:100%;
  overflow:hidden;
  border:1px solid #dfe6e1;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 25px rgba(20,57,46,.05);
}
.product-v62-recent .home-product-v35:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(20,57,46,.09);
}
.product-v62-recent .home-product-v35__media{
  height:100%;
  min-height:112px;
  padding:7px;
  aspect-ratio:auto;
  border-right:1px solid #edf1ee;
  background:#f3f6f2;
}
.product-v62-recent .home-product-v35__image-button{
  height:100%;
  border-radius:9px;
  box-shadow:none;
}
.product-v62-recent .home-product-v35__image{
  width:100%;
  height:100%;
  padding:4px;
  object-fit:contain;
}
.product-v62-recent .home-product-v35__stock,
.product-v62-recent .home-product-v35__favorite,
.product-v62-recent .home-product-v35__cart{
  display:none;
}
.product-v62-recent .home-product-v35__body{
  display:flex;
  min-width:0;
  height:auto;
  flex-direction:column;
  justify-content:center;
  padding:13px 14px;
}
.product-v62-recent .home-product-v35__title{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  min-height:0;
  overflow:hidden;
  color:#14392e;
  font-size:13px;
  line-height:1.35;
  text-align:left;
}
.product-v62-recent .home-product-v35__bottom{
  align-items:flex-end;
  margin-top:11px;
  padding-top:0;
  border-top:0;
}
.product-v62-recent .home-product-v35__price strong{font-size:17px}
.product-v62-recent .home-product-v35__price span{font-size:9px}
@media(max-width:680px){
  .product-v62-recent>div:nth-child(2){grid-template-columns:1fr}
  .product-v62-recent .home-product-v35{grid-template-columns:104px minmax(0,1fr)}
}
@media(prefers-reduced-motion:reduce){.product-v62-recent .home-product-v35{transition:none}}
