
/* TradesFolks P2S — homepage trending product image fit.
   Scoped only to “Popular products buyers are exploring”. */
.tf-homepage .trending-products .trending-twelve-grid .tf-featured-opportunity-card{
  overflow:hidden!important;
}

.tf-homepage .trending-products .trending-twelve-grid .tf-featured-opportunity-media{
  width:100%!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  height:auto!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  background:#f6f7f9!important;
}

.tf-homepage .trending-products .trending-twelve-grid .tf-featured-opportunity-image-link{
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
}

.tf-homepage .trending-products .trending-twelve-grid .tf-featured-opportunity-image-link img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  background:#f6f7f9!important;
}

/* Keep fallback artwork clean instead of enlarging it. */
.tf-homepage .trending-products .trending-twelve-grid
.tf-featured-opportunity-image-link img[src*="placeholder"],
.tf-homepage .trending-products .trending-twelve-grid
.tf-featured-opportunity-image-link img[src*="default-product"],
.tf-homepage .trending-products .trending-twelve-grid
.tf-featured-opportunity-image-link img[src*="no-image"]{
  object-fit:contain!important;
  padding:22px!important;
  background:#f3f6fa!important;
}

/* Keep action buttons above the edge-to-edge image. */
.tf-homepage .trending-products .trending-twelve-grid .tf-featured-card-tools{
  z-index:4!important;
}

/* Prevent card body sizing from pulling the image out of shape. */
.tf-homepage .trending-products .trending-twelve-grid .tf-featured-opportunity-body{
  width:100%!important;
}

@media(max-width:700px){
  .tf-homepage .trending-products .trending-twelve-grid .tf-featured-opportunity-media{
    aspect-ratio:1 / 1!important;
  }
}
