.swym-custom-wishlist-modal{position:fixed;top:0;bottom:0;left:0;right:0;z-index:21;display:flex;flex-direction:column;justify-content:center;align-items:center;visibility:hidden;opacity:0;transition-duration:.4s;transition-property:visibility,opacity;transition-timing-function:ease-out}.swym-custom-wishlist-modal.open{visibility:visible;opacity:1}.swym-custom-wishlist-modal.open .swym-custom-wishlist-modal__wrapper{transform:translateY(0)}.swym-custom-wishlist-modal__overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1;background-color:rgba(0,0,0,.5)}.swym-custom-wishlist-modal__overlay:empty{display:block}.swym-custom-wishlist-modal__close{position:absolute;top:20px;right:15px;z-index:1;display:block;margin:0;padding:5px;background-color:transparent;color:#221f20;transition:color .25s ease-out}.swym-custom-wishlist-modal__close svg{width:16px;height:16px}.swym-custom-wishlist-modal__close svg path{fill:currentColor}@media (-moz-touch-enabled:0),(hover:hover){.swym-custom-wishlist-modal__close:hover{color:#414b56}}.swym-custom-wishlist-modal__wrapper{position:relative;overflow-y:auto;width:100%;max-width:1200px;padding-top:60px;padding-left:20px;padding-right:20px;transform:translateY(25px);transition-duration:.4s;transition-property:transform;transition-timing-function:ease-out}.swym-custom-wishlist-modal__wrapper::-webkit-scrollbar{width:0;background:transparent}.swym-custom-wishlist-modal__content-wrapper{padding-bottom:60px}.swym-custom-wishlist-modal__content{position:relative;padding:40px 20px;background-color:#fff}@media (min-width:1200px){.swym-custom-wishlist-modal__content{padding-left:40px;padding-right:40px}}