  .catalog_gallery-item {
    opacity: 0;
  }

  .catalog_gallery-item.is-active {
    opacity: 1;
  }

  .catalog_gallery-pagination .pc-bullet {
    flex: 1 1 0;
    min-width: 0;
    height: var(--_theme---bullet--height);
    background: var(--_theme---bullet--default);
    transition: background-color 0.2s ease;
    pointer-events: none;
  }

  .catalog_card:hover .catalog_gallery-pagination {
    opacity: 1;
  }

  .catalog_gallery-pagination .pc-bullet.is-active {
    background: var(--_theme---bullet--active);
  }

  @media (prefers-reduced-motion: reduce) {
    .catalog_gallery-item {
      transition: none;
    }
  }
