.products-grid-skeleton{width:100%}.products-grid-skeleton .skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.products-grid-skeleton .skeleton-heading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;display:inline-block}.products-grid-skeleton .skeleton-product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.products-grid-skeleton .skeleton-product-card .skeleton-img-wrapper{position:relative;aspect-ratio:1;background:#f5f5f5}.products-grid-skeleton .skeleton-product-card .skeleton-img-wrapper .skeleton-product-img{width:100%;height:100%;border-radius:0}.products-grid-skeleton .skeleton-product-card .skeleton-img-wrapper .skeleton-wishlist{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%}.products-grid-skeleton .skeleton-product-card .skeleton-title-wrapper .skeleton-title{height:16px;width:100%;margin-bottom:8px}.products-grid-skeleton .skeleton-product-card .skeleton-title-wrapper .skeleton-title.skeleton-title-short{width:75%}.products-grid-skeleton .skeleton-product-card .skeleton-price-main{width:60px;height:24px}.products-grid-skeleton .skeleton-product-card .skeleton-price-original{width:45px;height:18px;opacity:.6}.products-grid-skeleton .skeleton-product-card .skeleton-discount{width:60px;height:28px;border-radius:14px}.products-grid-skeleton .skeleton-product-card .skeleton-star{width:16px;height:16px;border-radius:2px}@media only screen and (max-width:1199px){.products-grid-skeleton .skeleton-product-card .skeleton-img-wrapper{aspect-ratio:1}}@media only screen and (max-width:767px){.products-grid-skeleton .skeleton-product-card .skeleton-title-wrapper .skeleton-title{height:14px}.products-grid-skeleton .skeleton-product-card .skeleton-price-main{width:50px;height:20px}.products-grid-skeleton .skeleton-product-card .skeleton-price-original{width:40px;height:16px}.products-grid-skeleton .skeleton-product-card .skeleton-discount{width:50px;height:24px}.products-grid-skeleton .skeleton-product-card .skeleton-star{width:14px;height:14px}}