.vue-cart{background:var(--red);width:auto;height:100%;padding:0 10px;text-decoration:none;display:flex}.vue-cart:hover{opacity:.7}.vue-cart>div{width:100%;color:var(--white);justify-content:space-around;align-items:center;display:flex}.vue-cart .icon{position:relative}.vue-cart .icon img{width:28px;height:28px;display:block}.vue-cart .count{border:1px solid var(--red);background:var(--white);width:15px;height:15px;color:var(--red);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;top:-3px;right:-3px}.vue-cart .price{margin-left:.6rem;font-size:.9rem}@media screen and (width<=350px){.vue-cart{width:40px;padding:0}.vue-cart .price{display:none}}