@keyframes toast-slide-in-from-top{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes toast-slide-in-from-bottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes toast-slide-out-to-top{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes toast-slide-out-to-bottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.toast-viewport{display:flex;flex-direction:column;gap:8px;list-style:none;max-height:100vh;padding:0;position:fixed;z-index:11}.toast-viewport--mobile-top-left{left:var(--toast-offset-mobile,8px);top:var(--toast-offset-mobile,8px)}.toast-viewport--mobile-top-center{left:50%;top:var(--toast-offset-mobile,8px);transform:translate(-50%)}.toast-viewport--mobile-top-right{right:var(--toast-offset-mobile,8px);top:var(--toast-offset-mobile,8px)}.toast-viewport--mobile-bottom-left{bottom:var(--toast-offset-mobile,8px);left:var(--toast-offset-mobile,8px)}.toast-viewport--mobile-bottom-center{bottom:var(--toast-offset-mobile,8px);left:50%;transform:translate(-50%)}.toast-viewport--mobile-bottom-right{bottom:var(--toast-offset-mobile,8px);right:var(--toast-offset-mobile,8px)}@media only screen and (min-width:1024px){.toast-viewport--desktop-top-left{inset:var(--toast-offset-desktop,16px) auto auto var(--toast-offset-desktop,16px);transform:none}.toast-viewport--desktop-top-center{inset:var(--toast-offset-desktop,16px) auto auto 50%;transform:translate(-50%)}.toast-viewport--desktop-top-right{inset:var(--toast-offset-desktop,16px) var(--toast-offset-desktop,16px) auto auto;transform:none}.toast-viewport--desktop-bottom-left{inset:auto auto var(--toast-offset-desktop,16px) var(--toast-offset-desktop,16px);transform:none}.toast-viewport--desktop-bottom-center{inset:auto auto var(--toast-offset-desktop,16px) 50%;transform:translate(-50%)}.toast-viewport--desktop-bottom-right{inset:auto var(--toast-offset-desktop,16px) var(--toast-offset-desktop,16px) auto;transform:none}}.ui-toast__content{align-items:center;background:var(--grey-light);box-shadow:0 6px 14px 0 var(--primary-transparent);display:flex;gap:8px;padding:6px 12px 6px 20px}.ui-toast__action,.ui-toast__text{color:var(--primary);font-size:13px;font-weight:400;line-height:17px}.ui-toast__action{cursor:pointer;padding-left:8px;text-decoration:underline;white-space:nowrap}@media (hover:hover) and (pointer:fine){.ui-toast__action:hover{color:var(--tertiary)}}.toast-animation--mobile-top{animation:toast-slide-in-from-top .3s ease-out}.toast-animation--mobile-top[data-state=closed]{animation:toast-slide-out-to-top .25s ease-in}.toast-animation--mobile-bottom{animation:toast-slide-in-from-bottom .3s ease-out}.toast-animation--mobile-bottom[data-state=closed]{animation:toast-slide-out-to-bottom .25s ease-in}@media only screen and (min-width:1024px){.toast-animation--desktop-top{animation:toast-slide-in-from-top .3s ease-out}.toast-animation--desktop-top[data-state=closed]{animation:toast-slide-out-to-top .25s ease-in}.toast-animation--desktop-bottom{animation:toast-slide-in-from-bottom .3s ease-out}.toast-animation--desktop-bottom[data-state=closed]{animation:toast-slide-out-to-bottom .25s ease-in}}.wishlist-icon[data-v-f6d368a5]{-webkit-touch-callout:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;height:32px;-moz-user-select:none;user-select:none;width:32px}.wishlist-icon__inner[data-v-f6d368a5]{background:var(--white);border-radius:50%;cursor:pointer;height:100%;position:relative;width:100%;fill:var(--primary)}.wishlist-icon.wishlist-icon--selected[data-v-f6d368a5]{display:block}.wishlist-icon__icon[data-v-f6d368a5]{height:60%;left:50%;position:absolute;top:50%;transform:translate(-50%,-42%);width:60%}@media only screen and (min-width:768px){.wishlist-icon[data-v-f6d368a5]{display:block}}@media only screen and (min-width:1300px){.wishlist-icon[data-v-f6d368a5]{display:none}.wishlist-icon.wishlist-icon--show-on-desktop[data-v-f6d368a5],:hover>.wishlist-icon[data-v-f6d368a5]{display:block}}
