.pattern-products .label {
  width: fit-content;
}
.pattern-products .wp-block-image {
  position: relative;
  width: 100%;
}
.pattern-products .wp-block-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5rem;
  width: 100%;
  height: 1px; /* line thickness */
  background-image: repeating-linear-gradient(
    to right,
    var(--wp--preset--color--secondary) 0 8px,
    transparent 8px 14px
  );
}
.pattern-products .wp-block-image img {
  width: auto;
  max-height: 32px;
}
