.productCardShimmer{box-sizing:border-box;background-color:#fff;flex-direction:column;gap:10px;width:100%;padding:10px;display:flex;position:relative;overflow:hidden;box-shadow:1px 1px 4px #00000026}.card_shimmer_image{background-color:#f0f0f0;border-radius:5px;width:100%;height:200px;position:relative;overflow:hidden}.shimmer_sale_tag{background-color:#f0f0f0;width:120px;height:30px;position:relative;overflow:hidden}.shimmer_product_sku{background-color:#f0f0f0;width:90px;height:20px;position:relative;overflow:hidden}.shimmer_product_name{flex-direction:column;gap:5px;display:flex}.shimmer_product_name_line_1{background-color:#f0f0f0;border-radius:10px;width:100%;height:15px;position:relative;overflow:hidden}.shimmer_product_name_line_2{background-color:#f0f0f0;border-radius:10px;width:60px;height:15px;position:relative;overflow:hidden}.shimmer_product_price{background-color:#f0f0f0;width:120px;height:30px;position:relative;overflow:hidden}.shimmer_product_swatches{background-color:#f0f0f0;border-radius:100%;width:30px;height:30px;position:relative;overflow:hidden}.card_shimmer_image:before{content:"";background:linear-gradient(90deg,#f0f0f000 0%,#ffffff80 50%,#f0f0f000 100%);width:150%;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:-150%}@keyframes shimmer{0%{transform:translate(-50%)}to{transform:translate(100%)}}
