/** Shopify CDN: Minification failed

Line 55:0 Unexpected "}"

**/
.ssb-pr__products-header {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 30px;
  @media screen and (min-width: 750px) {
    gap: 48px;
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.ssb-pr__products-header > * {
  flex: 1;
}

.sbb-pr-product-card__image-el {
  width: 100%;
  height: auto;
}

.ssb-pr-product-card__placeholder-el {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-ui-primary), 0.5);
  display: block !important;
  aspect-ratio: 1/1;
  border-radius: 4px;
}

.ssb-pr-product-card__title {
  font-size: clamp(14px, 5vw, 22px);
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  color: rgba(0, 14, 43, 1);
}

.ssb-pr-product-card__description {
  font-size: 14px;
  letter-spacing: 0.03rem;
  color: rgba(0, 14, 43, 0.5);
  font-weight: 400;
}

.ssb-pr-products__cta {
  margin-top: 30px;
  text-align: center;
    margin-top: 60px;
  }
}
