.product_item_mini{display:flex}.product_item_mini .item{max-width:200px;width:100%;margin-left:30px}.product_item_mini .item:first-child{margin-left:0}.product_item_mini .item_img{width:200px;height:200px}.product_item_mini .item_img img{width:100%;height:100%;object-fit:cover}.product_item_mini .item_price{display:flex;align-items:center;margin-top:15px}.product_item_mini .item_price_active{font-weight:700;font-size:22px;line-height:27px;margin-right:10px}.product_item_mini .item_price_disable{font-weight:700;font-size:12px;line-height:100%;color:#878787}.product_item_mini .item_title{font-weight:400;font-size:16px;line-height:22px;color:#878787;margin-top:15px}.product_item_mini .item_bottom{display:flex;align-items:center;margin-top:14px}.product_item_mini .item_bottom svg{width:27px;height:24px;margin-left:20px;transition:.3s ease;cursor:pointer}.product_item_mini .item_bottom svg:hover{background-color:rgba(182,182,182,0.1)}.product_item_mini .item_button{padding:3px 22px;background-color:var(--ui-primary-500);cursor:pointer}.product_item_mini .item_button svg{width:27px;height:24px;margin-left:0}.product_item_mini .item_button svg:hover{background-color:relative}