/* Canonical product card: the home-page product card is the visual source of truth. */
body.faralink-canvas [data-fl-product-card].fl-productCard{
  position:relative!important;
  box-sizing:border-box!important;
  align-self:start!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  padding:5px!important;
  border:0!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#172033!important;
  box-shadow:none!important;
  overflow:hidden!important;
  text-decoration:none!important;
}
body.faralink-canvas [data-fl-product-card].fl-productCard::before,
body.faralink-canvas [data-fl-product-card].fl-productCard::after{display:none!important;content:none!important}
body.faralink-canvas [data-fl-product-card].fl-productCard>.fl-productCardLink,
body.faralink-canvas [data-fl-product-card].fl-productCard.fl-productCardLink{
  display:grid!important;
  grid-template-rows:auto auto!important;
  gap:0!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  color:inherit!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
body.faralink-canvas [data-fl-product-card] .fl-productCardMedia{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  flex:0 0 auto!important;
  aspect-ratio:1/1!important;
  margin:0!important;
  border-radius:9px!important;
  background:#f4f6f8!important;
  overflow:hidden!important;
}
body.faralink-canvas [data-fl-product-card] .fl-productCardMedia img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center!important;
  transition:transform .35s ease!important;
}
body.faralink-canvas [data-fl-product-card]:hover .fl-productCardMedia img{transform:scale(1.02)!important}
body.faralink-canvas [data-fl-product-card] .fl-productCardBody{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:minmax(48px,auto) 24px!important;
  align-content:center!important;
  justify-items:center!important;
  gap:3px!important;
  box-sizing:border-box!important;
  width:100%!important;
  height:auto!important;
  min-height:82px!important;
  flex:0 0 auto!important;
  padding:8px 9px 7px!important;
  text-align:center!important;
  direction:rtl!important;
}
body.faralink-canvas [data-fl-product-card] .fl-productCardTitle{
  display:-webkit-box!important;
  grid-column:1!important;
  min-height:48px!important;
  max-height:50px!important;
  margin:0!important;
  color:#172033!important;
  font-size:14px!important;
  font-weight:720!important;
  line-height:1.7!important;
  text-align:center!important;
  overflow:hidden!important;
  overflow-wrap:anywhere!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
body.faralink-canvas [data-fl-product-card][data-fl-product-card] .fl-productCardTitle{text-align:center!important}
body.faralink-canvas [data-fl-content-archive="product"] .fl-bpGrid [data-fl-product-card][data-fl-product-card].fl-productCard .fl-productCardTitle{text-align:center!important}
body.faralink-canvas [data-fl-product-card] .fl-productCardPrice{
  display:flex!important;
  grid-column:1!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-width:0!important;
  max-width:100%!important;
  height:24px!important;
  max-height:24px!important;
  margin:0!important;
  color:var(--primary,var(--flsp-primary,#2563eb))!important;
  font-size:13.5px!important;
  font-weight:760!important;
  line-height:24px!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.faralink-canvas [data-fl-product-card] .fl-productCardPrice strong{color:inherit!important;font:inherit!important}
body.faralink-canvas [data-fl-product-card] .fl-productCardPrice del{
  order:2;
  color:#94a3b8!important;
  font-size:11px!important;
  font-weight:550!important;
}
body.faralink-canvas [data-fl-product-card] .fl-productCardDiscount{
  position:absolute!important;
  top:7px!important;
  right:7px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:38px!important;
  height:26px!important;
  padding:0 9px!important;
  border-radius:8px!important;
  background:var(--primary,var(--flsp-primary,#2563eb))!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
  box-shadow:none!important;
}
body.faralink-canvas [data-fl-product-card] .fl-mpMeta,
body.faralink-canvas [data-fl-product-card] .fl-mpCardBtn,
body.faralink-canvas [data-fl-product-card] .fl-bpExcerpt,
body.faralink-canvas [data-fl-product-card] .fl-bpDate,
body.faralink-canvas [data-fl-product-card] .fl-bpBuy{display:none!important}
body.faralink-canvas [data-fl-product-card].fl-productCard:not(:has(.fl-productCardPrice)) .fl-productCardBody{
  grid-template-rows:auto!important;
  align-content:start!important;
  min-height:0!important;
  padding:13px 14px 15px!important;
}
body.faralink-canvas [data-fl-product-card].fl-productCard:not(:has(.fl-productCardPrice)){
  height:auto!important;
  min-height:0!important;
  padding:5px!important;
  border:0!important;
  border-radius:13px!important;
  box-shadow:none!important;
}
body.faralink-canvas [data-fl-product-card].fl-productCard:not(:has(.fl-productCardPrice)) .fl-productCardMedia{
  height:auto!important;
  min-height:0!important;
  flex:0 0 auto!important;
  aspect-ratio:1/1!important;
  border-radius:9px!important;
}
body.faralink-canvas [data-fl-product-card].fl-productCard:not(:has(.fl-productCardPrice)) .fl-productCardTitle{
  min-height:0!important;
  height:auto!important;
  max-height:50px!important;
  text-align:center!important;
}
@media(max-width:767px){
  body.faralink-canvas [data-fl-product-card] .fl-productCardBody{min-height:88px!important;padding:9px 10px 8px!important}
  body.faralink-canvas [data-fl-product-card] .fl-productCardTitle{max-height:52px!important;font-size:14.5px!important}
  body.faralink-canvas [data-fl-product-card] .fl-productCardPrice{font-size:14px!important}
  body.faralink-canvas [data-fl-product-card].fl-productCard:not(:has(.fl-productCardPrice)) .fl-productCardBody{min-height:0!important;padding:13px 14px 15px!important}
}