<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compare {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.4rem;
    height: 4.6rem;
    padding: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: none;
    color: var(--secondary-text-color);
}

.compare__icon {
    width: 2.1rem;
    height: 1.9rem;
    fill: var(--secondary-text-color, #FFF);
    flex-shrink: 0;
}

.compare__count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: none;
    color: inherit;
    opacity: 0.4;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
}

.compare__container {
    display: none;
}

.compare .c-compare__link--text {
    display: none;
}

</pre></body></html>