.product-item{transition:all .3s ease}.product-card{height:100%;display:flex;flex-direction:column;border:none;box-shadow:none}.product-image-container{position:relative;padding-top:100%;overflow:hidden}.product-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#ffffff;transition:filter .3s ease}.product-item:hover .product-image-wrapper{filter:brightness(1.1)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:24px;position:relative;background-color:#ffffff}.product-image{width:100%;height:100%;object-fit:contain;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.product-content{padding:10px}.product-name{margin-bottom:8px;font-weight:600;height:60px;font-size:.8em;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word;max-height:none;font-family:var(--font-tiktok)}.product-name.auto-height{height:auto;min-height:unset;max-height:unset;-webkit-line-clamp:unset;display:block;margin-bottom:8px}.product-price-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.product-price{color:#ff4d4f;font-size:16px;font-weight:600;font-family:var(--font-tiktok-display)}.product-meta{display:flex;justify-content:space-between;font-size:12px;color:#999}.product-sales{font-size:12px;color:#999;font-family:var(--font-tiktok)}.free-shipping{color:#52c41a}.product-link{text-decoration:none;color:inherit;display:block;width:100%;height:100%}@media (max-width:768px){.product-content{padding:8px}.product-name{font-size:.8em;height:54px;margin-bottom:6px;line-height:1.5;-webkit-line-clamp:3;word-break:break-word}.product-price{font-size:14px}.product-meta{font-size:11px}}@media (max-width:480px){.product-content{padding:8px}.product-name{font-size:.8em;height:48px;margin-bottom:4px;line-height:1.4;-webkit-line-clamp:3;word-break:break-word}.product-price{font-size:13px}.product-meta{font-size:10px}}