.wishlist-page{position:relative}.wishlist-page .wishlist-grid-container{align-items:center;display:flex;flex-flow:column nowrap;gap:30px;justify-content:center;width:100%}.wishlist-page [wishlist-grid]{display:grid;gap:30px 30px;grid-template-columns:repeat(1,1fr);width:100%}@media only screen and (min-width:576px){.wishlist-page [wishlist-grid]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.wishlist-page [wishlist-grid]{gap:30px;grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1025px){.wishlist-page [wishlist-grid]{gap:30px 20px;grid-template-columns:repeat(4,1fr)}}
