.product-container{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 auto;width:100%;max-width:220px;padding:0 10px;position:relative}.product-item{width:150px;height:150px;margin:0 auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.product-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.product-title{font-weight:700;text-align:center;height:32px;min-height:32px;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:100%;margin-bottom:0;font-size:12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;line-height:1.3em}.product-category{font-size:11px;color:gray;margin-bottom:0;height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-id{font-size:11px;color:gray;margin-bottom:0}.product-discount-tag{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#ff5f42,#ffbd71);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px #ff5f4259;z-index:5;pointer-events:none;animation:pulse-small 2s infinite}.product-discount-tag svg{color:#fff;font-size:1.2rem!important}@keyframes pulse-small{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.product-prices{display:flex;gap:8px;margin-top:.3rem;margin-bottom:0;align-items:baseline;flex-wrap:wrap;justify-content:center}.price-current{font-size:1.2rem;font-weight:800;color:#16a34a;letter-spacing:-.01em}.price-old{font-size:.95rem;font-weight:600;color:#64748b;text-decoration:line-through;text-decoration-thickness:2px;opacity:.8}.product-footer{margin-top:auto;text-align:center}.product-link{text-decoration:none;color:inherit;transition:box-shadow .3s ease,background-color .3s ease;display:block;margin-bottom:.2rem;margin-top:.4rem;border-radius:2%}.product-link:hover{box-shadow:0 4px 15px #0003;background-color:#f8f9fa}.product-item{transition:transform .3s ease}.product-link:hover .product-item{transform:scale(1.05)}.product-title,.product-category,.product-id{transition:color .3s ease}.product-link:hover .product-title,.product-link:hover .product-category,.product-link:hover .product-id{color:#333}@media(min-width:769px){.price-current{font-size:1.4rem}.price-old{font-size:1rem;margin-left:8px}}@media(max-width:768px){.product-container{text-align:center;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px}.product-item{width:130px;height:130px;display:flex;justify-content:center;align-items:center;overflow:hidden;margin:0 auto 8px}.product-title{text-align:center;font-size:10px;max-height:28px;margin-bottom:2px}.product-category{text-align:center;font-size:9px;margin-bottom:2px}.product-prices{gap:5px;margin-top:2px}.price-current{font-size:1.15rem}.price-old{font-size:.85rem;margin-left:4px;text-decoration-thickness:1px}.product-id{font-size:9px;margin-top:2px}.product-discount-tag{top:6px;right:6px;width:28px;height:28px;box-shadow:0 2px 8px #ff5f424d}.product-discount-tag svg{font-size:1rem!important}.product-link{margin:0;padding:6px 4px}}
