div[data-content="shopify"] div[data-content="collection"] {
  width: auto !important; }
  div[data-content="shopify"] div[data-content="collection"] div[data-content="product-collection"] div[data-content="products"] {
    display: flex;
    overflow: scroll; }
    div[data-content="shopify"] div[data-content="collection"] div[data-content="product-collection"] div[data-content="products"] div[data-content="product"] {
      text-align: center;
      width: 10rem;
      padding: 1em;
      margin-left: 1rem; }
      div[data-content="shopify"] div[data-content="collection"] div[data-content="product-collection"] div[data-content="products"] div[data-content="product"]:first-child {
        margin-left: 0; }
      div[data-content="shopify"] div[data-content="collection"] div[data-content="product-collection"] div[data-content="products"] div[data-content="product"] h3 {
        font-size: 0.8rem; }
      div[data-content="shopify"] div[data-content="collection"] div[data-content="product-collection"] div[data-content="products"] div[data-content="product"] div[data-content="product-image"] img:first-child {
        display: none; }
      div[data-content="shopify"] div[data-content="collection"] div[data-content="product-collection"] div[data-content="products"] div[data-content="product"] div[data-content="product-image"] .main-image-wrapper .carousel-button {
        display: none; }
      div[data-content="shopify"] div[data-content="collection"] div[data-content="product-collection"] div[data-content="products"] div[data-content="product"] div[data-content="product-price"] {
        margin-top: 8px;
        font-size: 0.85rem;
        font-weight: bold; }
        div[data-content="shopify"] div[data-content="collection"] div[data-content="product-collection"] div[data-content="products"] div[data-content="product"] div[data-content="product-price"] .visuallyhidden {
          display: none; }

div.theme-dark[data-content="shopify"] div[data-content="product"] {
  color: #e5e5e5; }

div.theme-dark[data-content="shopify"] div[data-content="product-price"] {
  color: #cdcccc; }
