/* LeaseComfort: drie grote aanbodkaarten op de homepage */
body.home .twz-product-categories__container .twz-product-categories__content:first-child img {
  content: url("https://www.leasecomfort.nl/app/themes/leasecomfort/assets/uploads/2026/09/boxspringcollectie-lounge-sfeerfoto.png");
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1025px) {
  body.home .twz-product-categories__container .twz-product-categories__content {
    flex: 0 0 33.3333%;
  }

  body.home .twz-product-categories__container .twz-product-categories__content .twz-product-categories__wrapper .twz-product-categories__head .twz-product-categories__image {
    height: 28rem;
  }
}