<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.brandshop .link a {
    width: 100% !important;
    height: 100% !important;
    font-size: 0 !important;
}

.brandshop.link.icon {    
    background-repeat: no-repeat;
    background-position-x: calc(100% - 32px);
    background-position-y: calc(100% - 32px);
    background-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brandshop .link a:hover, .brandshop .link a:active, .brandshop .link a:focus {
    color: #00aaff;
    background-color: #ffffff99;
    border-bottom: #00aaff;
}
.layout__region.layout__region--second {
    position: unset;
}
.brandshop.block {
    position: relative;
    height: 200px;
    min-height: 200px;
}
.brandshop img {
    height: 200px;
}
.brandshop .layout__region--second {
    max-height: 200px;
}</pre></body></html>