#promoted{width:100%;margin:0 0 36px}#promoted .wrapper h2{font-size:24px;margin:0 0 20px;color:#3e3e3e}#promoted .wrapper{max-width:1140px;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) - 23px);height:150px;border-radius:10px;overflow:hidden;display:block;background-size:cover;transition:all .3s ease-in-out;position:relative}#promoted .wrapper .row .item:after{border-radius:10px;content:'';width:calc(100% - 8px);height:calc(100% - 8px);border:4px solid transparent;position:absolute;top:0;left:0;display:block;transition:all .3s ease-in-out;z-index:3}#promoted .wrapper .row .item:hover:after{border-color:#ea732b}#promoted .wrapper .row .item .crossed{text-decoration:line-through;margin-right:8px;font-size:14px}#promoted .wrapper .row .item .price{font-weight:700;color:#fb8e31;font-size:24px}#promoted .wrapper .row .item img{min-width:100%;height:95%;object-fit:cover;position:absolute;max-width:100%}#promoted .wrapper .row .item-price{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;position:absolute;bottom:0px;padding:6px 24px;border-radius:0 0 8px 8px;background-color:white;font-size:16px;color:#9a9a9a;z-index:1;width:100%;box-sizing:border-box}#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:80%;margin:0 auto 10px}#promoted .wrapper .row .item img{min-width:100%}}