<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-sale,
.banner-sale-mobile img{
   height:100%;
   width:100%
}
.width-fixed.banner-sale,
.width-fixed.banner-sale img{
    margin:0 auto
}
.shop-room a{
    overflow:hidden
}
.shop-room a img{
    border:1px solid transparent
}
.shop-room a:hover img{
    border:1px solid var(--fourth-grey)
}
.main--title a{
    color:var(--fourth-grey);
    font-size:1rem;
    font-weight:500;
    padding-bottom:.25rem;
    text-decoration:underline
}
.main--title a:hover,
.main--title a:active{
    color:var(--fourth-grey);
    text-decoration:none
}
.main--sale-banner{
    background-color:var(--red);
    color:var(--white);
    font-size:1.2rem;
    font-weight:800;
    left:0;
    padding:.5rem 2rem;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    top:0;
    z-index:5
}

.shop-style--card a:hover picture img,
.shop-style--card a:active picture img{
    border:.15rem dashed var(--fourth-grey);
    opacity:.8;
}
.shop-style--card a:hover,
.shop-style--card a:active{
    color:var(--fourth-grey);
    text-decoration:none
}
.shop-style--card a picture img{
    border-radius:100%;
    width:100%;
}
.main .brands{
    padding:1rem 0;
    margin:0 auto;
}
</pre></body></html>