/* Mantem visivel o estado persistido da lista de desejos. */
#btn-desejo[data-added="1"] .wishlist-icon {
  color: #FE5000;
}

@media (min-width: 1024px) {
  .product-gallery-sticky {
    position: sticky;
    top: var(--product-gallery-sticky-top, 1rem);
    align-self: start;
  }

  #product-gallery-thumbnails {
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-wrap: nowrap;
    scrollbar-color: #cbd5e1 transparent;
    scrollbar-width: thin;
  }

  #product-gallery-thumbnails > button {
    flex-shrink: 0;
  }

  #product-gallery-thumbnails::-webkit-scrollbar {
    width: 6px;
  }

  #product-gallery-thumbnails::-webkit-scrollbar-track {
    background: transparent;
  }

  #product-gallery-thumbnails::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
  }
}
