/* LS Feed Products — card prodotto iniettata, stile coerente con ls-feed-skin */

.lsfp-card {
  margin: 0 0 16px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.lsfp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

.lsfp-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.lsfp-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f2f3f5;
}
.lsfp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lsfp-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
}
.lsfp-site-leisureshop .lsfp-badge { background: #e8002d; }
.lsfp-site-usato .lsfp-badge       { background: #1c7c54; }

.lsfp-body {
  padding: 12px 14px 14px;
}
.lsfp-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #1c1e21;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lsfp-price {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 800;
  color: #111;
}
