.skeleton{background-color:#e2e8f0;border-radius:4px;animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#e2e8f0 8%,#f1f5f9 18%,#e2e8f0 33%);background-size:1200px 100%}@keyframes shimmer{0%{background-position:-1200px 0}to{background-position:1200px 0}}.skeleton-card-grid{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0;border-radius:8px}.skeleton-card-grid .card-product_wrapper{width:100%}.skeleton-card-grid .skeleton-image-grid{height:240px;width:100%;border-radius:0}.skeleton-card-grid .card-product_info{padding:1rem;flex-grow:1}.skeleton-card-grid .skeleton-title{height:20px;width:70%;margin-bottom:.75rem}.skeleton-card-grid .skeleton-text.short{height:16px;width:50%}.skeleton-card-list{width:100%;display:flex;flex-direction:row;gap:1.5rem;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.skeleton-card-list .skeleton-image-list{flex-shrink:0;width:180px;align-self:stretch;height:auto}.skeleton-card-list .skeleton-info-list{flex-grow:1;display:flex;flex-direction:column;padding-top:.5rem}.skeleton-card-list .skeleton-title{height:24px;width:60%;margin-bottom:.75rem}.skeleton-card-list .skeleton-text{height:16px;width:100%;margin-bottom:.5rem}.skeleton-card-list .skeleton-text.short{width:40%;margin-bottom:1rem}.skeleton-card-list .skeleton-text.medium{width:80%}.skeleton-card-list .skeleton-description{margin-bottom:1rem}.skeleton-card-list .skeleton-button{height:45px;width:140px;border-radius:4px;margin-top:auto}.card-product_wrapper{overflow:hidden}.product-img{position:relative;width:100%;height:0;padding-bottom:133.33%;display:block;transition:opacity .3s ease}.product-img .img-product{opacity:1;transition:opacity .3s ease}
/*    !* Ensure hover image is hidden by default *!*/.product-img:hover .img-product{opacity:.9}
/*    !* Show hover image on hover *!*/