.fs-collection-banner {
  background: #f7f1e8;
  border-block: 1px solid rgba(201, 154, 72, 0.16);
  line-height: 0;
  overflow: hidden;
  width: 100%;
}

.fs-collection-banner__media,
.fs-collection-banner__picture,
.fs-collection-banner__image {
  display: block;
  width: 100%;
}

.fs-collection-banner__media {
  background: #f7f1e8;
  color: inherit;
  height: clamp(64px, var(--fs-collection-banner-desktop-height, 96px), 120px);
  overflow: hidden;
  text-decoration: none;
}

.fs-collection-banner__picture {
  height: 100%;
}

.fs-collection-banner__image {
  height: 100%;
  object-fit: cover;
  object-position: var(--fs-collection-banner-position, center center);
}

.fs-collection-banner__empty {
  align-items: center;
  background: #f3ede4;
  color: #5f554a;
  display: flex;
  font-size: 13px;
  height: 96px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 959px) {
  .fs-collection-banner__media {
    height: clamp(44px, var(--fs-collection-banner-mobile-height, 56px), 120px);
  }

  .fs-collection-banner__empty {
    font-size: 12px;
    height: 56px;
  }
}
