.product-common-item{border-radius:8px;overflow:hidden;box-shadow:0 5px 7px 2px rgba(22,22,26,.12);cursor:pointer;transition:all .3s ease-out}.product-common-item .product-common-image{width:100%;padding-top:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-common-item .product-common-image img{transition:transform .3s ease-out;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-common-item:hover .product-common-image img{transform:scale(1.04)}.product-common-item:hover .product-common-info .product-common-info-name{color:#4d4d4d}.product-common-item .product-common-image .product-common-tag{position:absolute;top:0;left:0}.product-common-item .product-common-info{display:flex;flex-direction:column;flex:1;gap:10px;padding:6px 8px;color:#000;font-size:14px;line-height:1.4;font-weight:500}.product-common-info .product-common-info-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.product-common-info .product-common-info-price{font-size:16px;margin-top:auto}.product-common-info .product-common-info-price .price{color:#ed1c24}.product-common-info .product-common-info-price .price-whosale{color:#4d4d4d}.product-common-item .product-common-image .uytin,.product-common-item .product-common-image .yeuthich{background:#2f6bff url(/_next/static/media/iUytin.d919f2df.svg) 5px 3px/22px 22px no-repeat;height:30px;position:absolute;display:block;color:#fcfcfc;font-size:13px;border-radius:4px;top:0;padding:0 8px 0 25px;line-height:30px}.product-common-item .product-common-image .yeuthich{background:#ed1c24 url(/_next/static/media/iYeuthich.f04c8e06.svg) 5px 3px/22px 22px no-repeat}.product-common-image{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#e3e3e3,#fff 25%,#cfcfcf 50%,#f5f5f5 75%);background-size:200% 100%;background-repeat:no-repeat;background-position:50%;display:flex;justify-content:center;align-items:center;animation:shimmer 1.5s linear infinite}@keyframes shimmer{0%{background-position:0 50%}to{background-position:100% 50%}}.product-common-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .3s ease}.product-common-image.loaded img{opacity:1}