/* Add custom CSS styles below */ 
.product-single .s-product-options-option-content {
  overflow: unset;
}
.product-card .s-product-options-thumbnails-wrapper {
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: .5rem;
}
.product-card .s-product-options-thumbnails-wrapper > div {
  flex-shrink: 0;
}
.product-card .s-product-options-thumbnails-wrapper::-webkit-scrollbar {
  display: none;
}

.product-card .s-product-options-thumbnails-wrapper {
  justify-content: flex-start;
}