<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:not(.safari).banner-animation-1 .featured-collection-block .img-box {
    opacity: 0;
    transform: scale(1.15);
    transition: transform 800ms cubic-bezier(.13,.55,.25,1), opacity 700ms cubic-bezier(.26,.54,.32,1);
}

body:not(.safari).banner-animation-1 .featured-collection-block .shouldShow .img-box {
    opacity: 1;
    transform: scale(1);
}</pre></body></html>