/* Add custom CSS styles below */
@media(min-width: 991px){
.s-block--square-links .group{
width: 45%;
margin: 0 auto;
}
.content-entry > ul:first-of-type + p a{
display:block;
width:33% !important;
}
}

.content-entry > ul:first-of-type{
opacity:0;
}

.content-entry > ul:first-of-type + p{
display:flex;
flex-wrap: wrap;
}
.content-entry > ul:first-of-type + p a{
display:block;
width:50%;
background-color: transparent !important;
}
.products-lookbook__item{
border-bottom:0
}
.products-lookbook--1{
margin-top: 0!important;
}
.product-card__image img{
background-color: #111
}
.content-entry > ul:first-of-type + p a img{

width:100%
}

.content--single-page h1{
text-align:center
}

.wa-selia{
background: #4f1010;
    background: -webkit-linear-gradient(to right, #871717, #4f1010);
    background: linear-gradient(to right, #871717, #4f1010);
}
.s-block--circle-links .overflow-hidden, .s-block--circle-links .rounded-full{
overflow:visible;
border-radius: 0;
}