/** Shopify CDN: Minification failed

Line 22:2 Unexpected "<"
Line 45:0 Unexpected "<"

**/
  
  


/* Add your custom CSS styles here */
  .payment-row ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 0;
    margin-bottom: 0px;
}


  <style scoped>
  .wishlist__grid .product-top{
   visibility: visible;
  }
  .product-top{
    visibility: visible !important;
  }
  .product__details__hover{
    display: none;
  }
.wishlist__grid.flex.container.loaded{
  display: flex;
    justify-content: center;
  flex-wrap: wrap;
}
  
 .wishlist__grid .product.js-product {
    flex: 0 0 25%;
    padding: 0 1%;
}
 .wishlist__grid .product-top:hover .product__media--hover .product__img{
    opacity: 1;
  }
</style>


  .storista-header {
    display: flex;
    width: 100%;
  }

  .storista-header-left {
    justify-content: start;
  }

  .storista-header-center {
    justify-content: center;
  }

  .storista-header-right {
    justify-content: end;
  }


