/* Arcendium V22.36.1.5 — five-card progressive skeleton catalog */
.arc-store-skeleton-card{
  pointer-events:none!important;
  user-select:none!important;
  border-radius:0!important;
  min-height:390px;
  overflow:hidden;
}
.arc-store-skeleton-card .store-card-image{
  min-height:0;
  background:var(--soft)!important;
}
.arc-store-skeleton-card .store-card-body{
  padding:20px;
}
.arc-store-skeleton-card .store-card-body b,
.arc-store-skeleton-card .store-card-body i,
.arc-store-skeleton-card .store-card-body span{
  display:block;
  border-radius:0!important;
  background:var(--soft)!important;
}
.arc-store-skeleton-card .store-card-body b{width:74%;height:18px;margin:0 0 14px}
.arc-store-skeleton-card .store-card-body i{width:46%;height:11px;margin:0 0 11px}
.arc-store-skeleton-card .store-card-body span{width:62%;height:11px;margin:0}
.arc-store-skeleton-card.skeleton::after{
  border-radius:0!important;
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--text) 8%,transparent),transparent)!important;
}
.store-load-sentinel[data-state="loading"]{min-height:62px}
@media(max-width:540px){
  .arc-store-skeleton-card{min-height:0}
}
@media(prefers-reduced-motion:reduce){
  .arc-store-skeleton-card.skeleton::after{animation-duration:2.2s}
}
