.shop-look-wrap {
margin-top: 13px;
padding-top: 40px;
margin-bottom: 30px;
clear: both;
position: relative;
}
.shop-look-wrap:before {
content:'';
position: absolute;
top:15px;left:0;right:0;
height:1px;
background-color: #F0ECE2;
}
.shop-look-wrap h2 {
margin-bottom: 26px;
}
.shop-look-prod {
margin-bottom:30px
}
.shop-look {
margin-bottom:15px
}
.shop-look-img {
margin-right: 10px;
flex: 0 0 calc(50% - 15px);
position: relative;
min-height: 170px;
}
.shop-look-img img {
position: absolute;
top:0; left:0;
width:100%;
height: 100%;
object-fit: cover;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
}
.shoplook-button {
font-weight: 400;
font-size: 16px;
border-radius: 2px;
color: #303031;
background-color: #fff;
border: 1px solid #D3C9B2;
display: inline-flex;
line-height: 1;
text-decoration: none;
min-height: 46px;
justify-content: center;
align-items: center;
padding: 0 15px;
max-width: 100%;
text-align: center;
transition: background-color .5s;
}
.shoplook-button:hover {
background-color: #D3C9B2;
color: #303031;
}
.shoplook-price {
font-weight: bold;
padding:10px 0
}
@media (max-width:575px) {
.shop-look-img {
flex: 0 0 170px;
max-width:50%
}
}
@media (max-width:767px) {
.shop-look-wrap {
margin-bottom: 10px;
}
.shop-look-wrap h2 {
font-size: 24px
} 
}  
@media (max-width:768px) {
.shop-look-wrap.position-top {
padding-top: 0;
}
.shop-look-wrap.position-top:before {
display: none
}
} 
@media (min-width:768px) and (max-width:991px) {
.col-md-400 {
flex: 0 0 400px;
}
.col-md-prods {
flex: 0 0 calc(100% - 400px);
}
.shop-look-img {
flex: 0 0 170px;
}
.shop-look-wrap h2 {
font-size: 36px
} 
}