.product-card-V2{position:relative;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08);width:min(190px,45vw);max-width:100%;min-width:150px;height:auto;cursor:pointer;transition:transform .2s ease}.product-card-V2:hover{transform:translateY(-3px)}.product-card-V2.product-card-mobile{width:min(100%,170px)}.product-card-V2 .tag{position:absolute;top:8px;left:8px;background:#f60;color:#fff;font-size:12px;font-weight:600;padding:2px 8px;border-radius:4px;z-index:1}.product-card-V2 .sale-tag{background:#f55e21}.product-card-V2 .product-image{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:8px 8px 0 0;position:relative}.product-card-V2 .product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-card-V2 .rate{position:absolute;bottom:8px;left:8px;display:flex;align-items:center;gap:4px;background:rgba(0,0,0,.7);color:#fff;padding:2px 6px;border-radius:4px;font-size:12px}.product-card-V2 .rate img{width:10px;height:10px}.product-card-V2 .add-btn{position:absolute;bottom:calc(50% - 26px);right:8px;background:#f55e21;color:#fff;border:none;border-radius:50%;width:26px;height:26px;font-size:18px;font-weight:600;cursor:pointer;z-index:1}.product-card-V2 .add-btn:hover{background:#ff773a}.product-card-V2 .product-info{padding:8px;text-align:left;display:flex;flex-direction:column;gap:4px}.product-card-V2 .product-name{font-size:14px;color:#333;font-weight:500;line-height:1.2}.product-card-V2 .product-price{color:#f55e21;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.product-card-V2 .product-price .old-price{color:#999;text-decoration:line-through;font-size:14px;font-weight:400}.product-card-V2 .location{display:flex;align-items:center;gap:4px;font-size:12px;color:#666}.product-card-V2 .location img{width:16px;height:16px}.product-card-V2 .promotion{display:flex;align-items:center;gap:4px;font-size:12px;color:#f55e21}.product-card-V2 .promotion img{width:14px;height:18px}.product-card-V2 .buy-now-btn{display:flex;align-items:center;justify-content:center;gap:4px;background:#f55e21;color:#fff;border:none;padding:8px;border-radius:4px;width:100%;font-size:14px;cursor:pointer}.product-card-V2 .buy-now-btn:hover{background:#ff773a}.product-card-V2 .buy-now-btn img{width:16px;height:16px}.product-card-V2 .w-100{width:100%}.product-card-V2 .d-flex{display:flex}.product-card-V2 .align-items-center{align-items:center}.product-card-V2 .justify-content-center{justify-content:center}.product-card-V2 .ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:550px){.product-card-V2{width:min(45vw,270px);min-width:150px;height:auto}.product-card-V2 .product-image{width:100%;height:auto;aspect-ratio:1/1}.product-card-V2 .add-btn{bottom:calc(50% - 60px);width:25px;height:25px;font-size:15px}.product-card-V2 .tag{font-size:13px;padding:2px 6px}.product-card-V2 .rate{font-size:13px;padding:2px 5px}.product-card-V2 .rate img{width:13px;height:13px}.product-card-V2 .product-info{padding:6px}.product-card-V2 .product-info .product-name{font-size:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.product-card-V2 .product-info .product-price{font-size:14px}.product-card-V2 .product-info .product-price .old-price{font-size:12px}.product-card-V2 .product-info .location{font-size:13px}.product-card-V2 .product-info .location img{width:14px;height:14px}.product-card-V2 .product-info .promotion{justify-content:flex-start;font-size:13px}.product-card-V2 .product-info .promotion img{width:12px;height:16px}.product-card-V2 .buy-now-btn{font-size:12px;padding:6px}.product-card-V2 .buy-now-btn img{width:14px;height:14px}}@media(max-width:479px){.product-card-V2{width:min(46.5vw,199px);min-width:140px;height:auto}.product-card-V2 .product-image{width:100%;height:auto;aspect-ratio:1/1}.product-card-V2 .add-btn{bottom:calc(50% - 40px);width:25px;height:25px;font-size:15px}.product-card-V2 .tag{font-size:13px;padding:2px 5px}.product-card-V2 .rate{font-size:13px;padding:2px 4px}.product-card-V2 .rate img{width:8px;height:8px}.product-card-V2 .product-info{padding:5px}.product-card-V2 .product-info .product-name{font-size:16px}.product-card-V2 .product-info .location,.product-card-V2 .product-info .product-price,.product-card-V2 .product-info .product-price .old-price{font-size:13px}.product-card-V2 .product-info .location img{width:13px;height:13px}.product-card-V2 .product-info .promotion{font-size:13px}.product-card-V2 .product-info .promotion img{width:11px;height:15px}.product-card-V2 .buy-now-btn{font-size:11px;padding:5px}.product-card-V2 .buy-now-btn img{width:13px;height:13px}}@media(max-width:399px){.product-card-V2{width:min(48vw,174px);min-width:130px;height:auto}.product-card-V2 .product-image{width:100%;height:auto;aspect-ratio:1/1}.product-card-V2 .add-btn{bottom:calc(50% - 30px);width:25px;height:25px;font-size:15px}.product-card-V2 .tag{font-size:13px;padding:1px 4px}.product-card-V2 .rate{font-size:9px;padding:1px 3px}.product-card-V2 .rate img{width:7px;height:7px}.product-card-V2 .product-info{padding:4px}.product-card-V2 .product-info .product-name{font-size:14px}.product-card-V2 .product-info .product-price{font-size:12px}.product-card-V2 .product-info .product-price .old-price{font-size:10px}.product-card-V2 .product-info .location{font-size:9px}.product-card-V2 .product-info .location img{width:12px;height:12px}.product-card-V2 .product-info .promotion{font-size:9px}.product-card-V2 .product-info .promotion img{width:10px;height:14px}.product-card-V2 .buy-now-btn{font-size:10px;padding:4px}.product-card-V2 .buy-now-btn img{width:12px;height:12px}}