#promoted{width:100%;margin:0 0 36px}#promoted .wrapper h2{font-size:24px;margin:0 0 20px;color:#3e3e3e}#promoted .wrapper{max-width:1360px;margin:0 auto;padding:0 15px;display:flex;flex-direction:column}#promoted .wrapper .row{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}#promoted .wrapper .row .item{width:calc((100%/4) - 10px);border-radius:10px;overflow:hidden;display:block;background-size:cover;transition:all .3s ease-in-out;position:relative}#promoted .wrapper .row .item .crossed{opacity:.8;text-decoration:line-through;margin-right:8px;font-size:14px}#promoted .wrapper .row .item img{min-width:100%}#promoted .wrapper .row .item-price{display:flex;flex-direction:row;align-items:center;position:absolute;bottom:1px;right:0;padding:8px 24px;border-radius:10px 0;background-color:#fb8e31;font-size:16px;color:white}#promoted .wrapper .row .item:hover{box-shadow:0 10px 10px rgba(0,0,0,0.12)}@media screen and (max-width:768px){#promoted .wrapper .row .item{width:100%;margin-bottom:10px}#promoted .wrapper .row .item img{min-width:100%}}