.products{display:flex;height:100%;overflow:hidden}.products-header{background-color:#fff;box-shadow:0 0 15px #04040426;height:60px}.products-header-search{background-color:#f0f0f1;border-radius:.3rem;display:flex;height:100%;width:1 1 auto}.products-header-search-input{background-color:transparent;border:none;height:100%;outline:none;padding-left:.5rem;width:100%}.products-header-search-icon{color:#3131315e}.products-sidebar{cursor:pointer;flex:0 0 90px;height:100%;overflow-y:auto;width:90px;z-index:1}.products-sidebar::-webkit-scrollbar{display:none!important}.products-sidebar--item{background-color:#f7f7f7;border:1px solid hsla(0,0%,70%,.267)}.products-sidebar--item-title{font-size:.7rem;text-align:center}.products-sidebar--item--active{background-color:#fff;color:#7c2ea3}.products-body{height:100%;overflow-y:auto}.products-body::-webkit-scrollbar{display:none!important}.products-item{border-bottom:1px solid rgba(0,0,0,.145);transition:all .2s}.products-item:hover{box-shadow:0 0 4px #0000005e}.products-item-img{flex:0 0 120px;height:120px;width:120px}.products-item-price{font-weight:600}.products-item-percent{background-color:#f44336;border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;height:20px;padding:3px 5px}.products-item-currency{font-size:.6rem}.products-svg{width:2.5rem}@media only screen and (min-width:768px){.products-main{flex-direction:row;flex-wrap:wrap}.products-item{border:1px solid rgba(0,0,0,.055);flex:1 0 20%}.products-item-img{flex:0 0 150px;height:150px;margin:auto;width:150px}}
