/*
Generated time: January 29, 2026 18:12
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.wishlist-container{position:relative;min-height:calc(100vh - 130px)}@media only screen and (max-width:1024px){.wishlist-container{min-height:calc(100vh - 90px)}}.wishlist-grid{visibility:hidden;opacity:0;z-index:-1;transition:all .5s cubic-bezier(.55, .055, .675, .19)}.wishlist-grid.is_visible{opacity:1;z-index:1;visibility:visible}.wishlist-grid--empty-list{visibility:hidden;padding:40px 0;width:100%;max-width:100%;flex-basis:100%;align-items:center;justify-content:center;opacity:0;z-index:-1;height:0;overflow:hidden;transition:all .5s cubic-bezier(.55, .055, .675, .19)}.wishlist-grid--empty-list.is_visible{opacity:1;z-index:1;height:auto;visibility:visible}.empty-list--info{text-align:center}.empty-list--text{width:100%;max-width:100%;flex-basis:100%;letter-spacing:1px;padding-bottom:20px;font-size:2.5rem}@media only screen and (max-width:480px){.empty-list--text{font-size:1.545rem}}.wishlist-hero{visibility:hidden;justify-content:center;align-items:center;height:150px;opacity:0;z-index:-1;transition:all .5s cubic-bezier(.55, .055, .675, .19)}.wishlist-hero.is_visible{opacity:1;z-index:1;visibility:visible}.wishlist-loader{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);text-align:center;background:#fff;width:90%;max-width:90%}.wishlist-loader--image{width:200px;height:200px;animation:wishlist-loading-beat 1s infinite}@media only screen and (max-width:1024px){.wishlist-loader--image{width:150px;height:150px}}@media only screen and (max-width:480px){.wishlist-loader--image{width:100px;height:100px}}.wishlist-loader--text{font-family:"Galaxie Polaris Condensed Bold";font-size:1.767rem;letter-spacing:1px;text-transform:uppercase}@media only screen and (max-width:1024px){.wishlist-loader--text{font-size:1.545rem}}@media only screen and (max-width:480px){.wishlist-loader--text{font-size:1.125rem}}@keyframes wishlist-loading-beat{0%{transform:translateZ(0) scale(1);opacity:.3}50%{transform:translateZ(0) scale(1.3);opacity:1}100%{transform:translateZ(0) scale(1);opacity:.3}}.wishlist__product-img{height:40vw}.wishlist__product-name,.wishlist__product-price{margin:0}.wishlist__product-name{line-height:1.2;padding-top:1rem}.wishlist .button{width:100%}.wishlist__product-price{padding-bottom:1rem}@media screen and (min-width:750px){.wishlist__product-img{height:18vw}}.wishlist img{width:100%;height:100%;object-fit:cover}.wishlist .flex{display:flex;flex-wrap:wrap;column-gap:.5rem;row-gap:3rem;justify-content:start}.wishlist .grid__4col{width:calc(100% * 1/2 - .5rem)}@media screen and (min-width:750px){.wishlist .flex{column-gap:1rem}.wishlist .grid__4col{width:calc(100% * 1/4 - 1rem)}}