.ProductCard{max-width:200px;border:1px solid var(--darkBlue);border-radius:15px;overflow:hidden;position:relative}.ProductCard a{color:var(--darkBlue);text-decoration:none}.ProductCard h3{font-size:16px;padding:0 13px;margin-top:6px;height:56px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.2}.ProductCard img{width:100%;height:220px;object-fit:contain}.ProductCard .ProductCard__bottom{padding:12px;display:flex;align-items:center;justify-content:space-between}.ProductCard .ProductCard__price{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.ProductCard .ProductCard__price-discount{font-size:14px;text-decoration:line-through;font-weight:500;opacity:.6;color:#999;line-height:1;order:-1}.ProductCard .ProductCard__price-total{font-weight:700;font-size:20px;line-height:1.2;color:var(--darkBlue)}.ProductCard .ProductCard__image{position:relative}.ProductCard .ProductCard__image-discount{position:absolute;top:5px;right:5px;background:var(--red);padding:4px 8px;font-size:14px;border-radius:10px;color:var(--white);font-weight:500}.ProductCard .ProductCard__Desc{display:flex;flex-direction:column;justify-content:center}.ProductCard .ProductCard__Desc .ProductCard__image-popular{margin-left:5px;position:absolute;background:var(--lightGreen);padding:4px 8px;font-size:14px;border-radius:10px;color:var(--white);font-weight:500;max-width:90px;z-index:1;top:5px}@media (max-width:480px){.ProductCard{border-radius:10px}.ProductCard .ProductCard__price{display:flex;gap:6px}.ProductCard .ProductCard__price-total{font-weight:700;font-size:16px}.ProductCard .ProductCard__price-discount{font-size:12px;text-decoration:line-through;font-weight:500;opacity:.7}.ProductCard .ProductCard__bottom{padding:8px}.ProductCard h3{font-size:14px;height:48px;padding:0 8px;font-weight:600}.ProductCard .ProductCard__image-discount,.ProductCard .ProductCard__image-popular{padding:4px 6px;border-radius:5px;font-size:12px}}