<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UFO-8";

.pr-header__logo-product img {
    height: 27px !important;
}

.pr-header.is-fixed .pr-header__logo-product img {
    max-height: 17px !important;
}

@media only screen and (max-width: 767px) {
.pr-header__logo-product img {
    height: 17px !important;
 }

 .pr-header__logo-product img {
    max-height: 17px;
}
}</pre></body></html>