.product-counter{background-color:#fff;border:1px solid #ef6c00;border-radius:8px;height:35px;padding:0 5px;width:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-counter .count{border-left:1px solid #eee;border-right:1px solid #eee;padding:5px 15px}.category-id .products .product-item{width:100%;max-width:240px;height:400px;background-color:#fff;border-radius:12px}.category-id .products .product-item .product-image{position:relative}.category-id .products .product-item .product-image img{width:100%;border-radius:12px 12px 0 0;aspect-ratio:1/1}.category-id .products .product-item .product-image .operation{position:absolute;bottom:5px;right:10px}.category-id .products .product-item .product-image .add-btn{min-width:0!important;width:35px}.category-id .products .product-item .product-image .add-btn .v-icon{font-size:1.2rem}