.psp-product-card-skeleton{width:100%;min-height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;border-radius:.75rem;overflow:hidden;background:var(--primary-0);border:1px solid var(--primary-200)}.psp-skeleton-image{width:100%;flex:0 0 auto;aspect-ratio:1;background:linear-gradient(90deg,var(--primary-100) 25%,var(--primary-200) 50%,var(--primary-100) 75%);background-size:200% 100%;animation:psp-skeleton-shine 1.2s ease-in-out infinite}.psp-skeleton-content{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem 1rem;min-height:4rem}.psp-skeleton-line{height:.875rem;border-radius:.25rem;background:linear-gradient(90deg,var(--primary-100) 25%,var(--primary-200) 50%,var(--primary-100) 75%);background-size:200% 100%;animation:psp-skeleton-shine 1.2s ease-in-out infinite}.psp-skeleton-title{width:95%;height:1rem}.psp-skeleton-price{width:55%;height:1.125rem;margin-top:.25rem}@keyframes psp-skeleton-shine{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:992px){.psp-product-card-skeleton{flex-direction:row;align-items:stretch;border-radius:1rem;gap:.75rem;padding:.5rem .6rem}.psp-skeleton-image{flex:0 0 auto;width:6.25rem;height:6.25rem;min-width:6.25rem;min-height:6.25rem;aspect-ratio:unset;border-radius:.75rem}.psp-skeleton-content{flex:1 1 auto;min-width:0;padding:.25rem 0;justify-content:space-between}.psp-skeleton-line{height:.875rem}.psp-skeleton-title{height:1rem;width:100%;align-self:flex-start}.psp-skeleton-price{height:1.125rem;width:55%;margin-top:auto;align-self:flex-end}}body.dark .psp-product-card-skeleton{background:var(--primary-800);border-color:var(--primary-700)}body.dark .psp-skeleton-image,body.dark .psp-skeleton-line{background:linear-gradient(90deg,var(--primary-700) 25%,var(--primary-600) 50%,var(--primary-700) 75%);background-size:200% 100%}