.catalog-showcase-top {
  margin: 0 0 12px;
}

.catalog-showcase-top.is-empty,
.catalog-showcase-side.is-empty {
  display: none !important;
}

.catalog-showcase-frame {
  border-radius: 16px;
  border: 1px solid #e4dcf7;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 28px rgba(82, 70, 148, 0.13);
}

.catalog-showcase-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.catalog-showcase-image {
  width: 100%;
  height: auto;
  display: block;
}

.catalog-showcase-side {
  display: none;
  position: fixed;
  width: 240px;
  z-index: 25;
}

.catalog-showcase-side.is-visible {
  display: block;
}

.catalog-showcase-side .catalog-showcase-frame {
  border-radius: 14px;
}

@media (max-width: 1280px) {
  .catalog-showcase-side {
    display: none !important;
  }
}
