@keyframes sparkle-glow{0%,to{filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}50%{filter:drop-shadow(0 0 8px rgb(255,255,255)) drop-shadow(0 0 12px rgba(255,255,255,.6))}}@keyframes sparkle-rotate{0%,to{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{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:4px;bottom:100px;box-shadow:0 1px 4px 0 #0000000f;padding:12px;position:fixed;right:0;transition-duration:var(--transition-time);transition-property:bottom;transition-timing-function:var(--transition-easing);width:380px;z-index:999}.recently-viewed-destination-popup[active=false]{display:none}.recently-viewed-destination-popup .sticky-heading{border-bottom:1px solid var(--color-gray-600);display:flex;justify-content:space-between}.recently-viewed-destination-popup .sticky-heading .heading{color:var(--color-gray-800);font-size:13px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:6px;text-align:left;text-transform:uppercase}.recently-viewed-destination-popup .sticky-heading .viewed-destination-popup__close{cursor:pointer}.recently-viewed-destination-popup .sticky-heading .viewed-destination-popup__close svg{height:12px;width:12px}.recently-viewed-destination-popup .wrapper-inner{align-items:center;display:inline-flex;padding:12px 0}.recently-viewed-destination-popup .wrapper-inner .destination-image img{border-radius:2px;height:auto;width:96px}.recently-viewed-destination-popup .wrapper-inner .destination-details{color:var(--color-gray-900);display:flex;flex-direction:column;padding-left:10px;position:relative}.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{background:var(--color-navy);border-radius:3px;font-size:13px;font-weight:700;padding:12px 28px;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}}
