@keyframes sparkle-glow{0%,100%{filter:drop-shadow(0 0 2px rgba(255, 255, 255, 0.5))}50%{filter:drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))}}@keyframes sparkle-rotate{0%,100%{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.recently-viewed-destination-popup{width:380px;z-index:999;padding:12px;border-radius:4px;border:1px solid var(--color-gray-200);background:var(--color-white);box-shadow:0 1px 4px 0 rgba(0,0,0,.06);position:fixed;right:0;bottom:100px;transition-property:bottom;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}.recently-viewed-destination-popup[active=false]{display:none}.recently-viewed-destination-popup .sticky-heading{display:flex;justify-content:space-between;border-bottom:1px solid var(--color-gray-600)}.recently-viewed-destination-popup .sticky-heading .heading{color:var(--color-gray-800);font-size:13px;font-style:normal;margin-bottom:6px;font-weight:600;line-height:20px;text-transform:uppercase;text-align:left}.recently-viewed-destination-popup .sticky-heading .viewed-destination-popup__close{cursor:pointer}.recently-viewed-destination-popup .sticky-heading .viewed-destination-popup__close svg{width:12px;height:12px}.recently-viewed-destination-popup .wrapper-inner{display:inline-flex;padding:12px 0;align-items:center}.recently-viewed-destination-popup .wrapper-inner .destination-image img{width:96px;height:auto;border-radius:2px}.recently-viewed-destination-popup .wrapper-inner .destination-details{position:relative;display:flex;flex-direction:column;padding-left:10px;color:var(--color-gray-900)}.recently-viewed-destination-popup .wrapper-inner .destination-details .destination-name{font-size:15px;font-weight:500;line-height:23px;margin:0}.recently-viewed-destination-popup .wrapper-inner .destination-details .destination-date{font-size:13px;font-weight:400;line-height:20px}.recently-viewed-destination-popup .destination-cta{padding:12px 28px;border-radius:3px;font-size:13px;font-weight:700;background:var(--color-navy);text-align:center;text-transform:uppercase}.recently-viewed-destination-popup .destination-cta a{color:var(--color-white)}.has-hero-search .recently-viewed-destination-popup{bottom:20px}body:has([active=false] .search-form-filters) .recently-viewed-destination-popup{bottom:20px}body:has([active=true] .search-form-filters) .recently-viewed-destination-popup{bottom:100px}@media screen and (max-width: 768px){.recently-viewed-destination-popup{display:none}}
