.lookbook-wrapper {background-color: #EDEDED; display: flex; flex-direction: column; align-items: center;}
.lookbook_title {text-align: center; text-transform: uppercase; font-size: xx-large; margin: 2% 0!important; font-weight: 400;}
.lookbook_container {display: flex; width: 90%; align-items: center; margin: 0 auto 2%; background-color: #EDEDED;}
.lookbook_left {width: 55%; padding: 1%;}
.lookbook_img {padding: 1%;}
.lookbook_img img {max-width: 700px;width: 100%; height: auto;}
.lookbook_right {padding: 1%; width: 45%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.lookbook_product {display: flex; margin: 0 1% 3% 1%; width: 30%;}
.product-block-inner {display: flex; flex-direction: column; align-items: center;}
.lookbook_product a {text-decoration: none;}
.lookbook_product_title {text-align: center; font-weight: 400; font-size: 15px!important; letter-spacing: -0.3px; margin: 3px 0;}
.lookbook_product_price {text-align: center; font-weight: 500; font-size: 16px!important; letter-spacing: -0.3px; margin: 4px 0;}
.lookbook_product_priceold {text-align: center; font-weight: 500; font-size: 16px!important; letter-spacing: -0.3px; margin: 4px 0; text-decoration: line-through; opacity: 0.7;}

@media only screen and (max-width: 1024px) {
.lookbook_container {flex-direction: column; padding-bottom: 5%; width: 90%;}
.lookbook_left, .lookbook_right {width: 100%;}
.lookbook_left {margin-bottom: 5%; display: flex; justify-content: center;}
.lookbook_product {width: 46%;}
}