.catalog-shade-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-mobile-shades {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-mobile-shades button img {
  object-fit: cover;
}

.hero-swatches,
.order-shades {
  flex-wrap: wrap;
}

.order-shades button,
.hero-swatches button {
  flex: 0 0 auto;
  caret-color: transparent;
  user-select: none;
}

.catalog-product-media picture img,
.hero-media picture img,
.catalog-room-visual img,
.catalog-mobile-room-visual img {
  object-fit: cover;
}

@media (max-width: 760px) {
  .catalog-mobile-shades {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .catalog-shade-list {
    grid-template-columns: 1fr;
  }
}
