.wd-cat img {
  width: 100%;
}
.wd-cat-wrap {
  padding: var(--wd-prod-bg-sp);
  border-radius: var(--wd-cat-brd-radius, var(--wd-brd-radius));
}
.wd-cat .wd-entities-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
  text-align: left;
}
:is(
    .products-bordered-grid-ins,
    .wd-products-with-bg:not(.products-bordered-grid),
    .wd-products-with-shadow:not(.products-bordered-grid)
  )
  .wd-cat {
  --wd-prod-bg-sp: 15px;
}
@media (max-width: 768.98px) {
  :is(
      .products-bordered-grid-ins,
      .wd-products-with-bg:not(.products-bordered-grid),
      .wd-products-with-shadow:not(.products-bordered-grid)
    )
    .wd-cat {
    --wd-prod-bg-sp: 10px;
  }
}
