.dst-skel-card{display:flex;box-sizing:border-box;overflow:hidden;border:1px solid var(--surf-border,#3a3a3a);border-radius:2px;}.dst-skel-card--row{flex-direction:column;margin-bottom:20px;}@media (min-width:768px){.dst-skel-card--row{flex-direction:row;}}.dst-skel-card--grid,.dst-skel-card--carousel{flex-direction:column;height:100%;}.dst-skel-card__media{position:relative;flex-shrink:0;overflow:hidden;width:100%;aspect-ratio:4 / 3;background-color:var(--surf-bg-raised,#3a3a3a);}@media (min-width:768px){.dst-skel-card--row .dst-skel-card__media{width:40%;}}.dst-skel-card__body{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;padding:16px;background-color:var(--surf-bg,#1a1a1a);}.dst-skel-card__line{position:relative;overflow:hidden;width:100%;height:14px;border-radius:2px;background-color:var(--surf-bg-raised,#3a3a3a);}.dst-skel-card__line--title{height:20px;width:80%;}.dst-skel-card__line--price{height:18px;width:45%;margin-top:auto;}.dst-skel-card__line--w-40{width:40%;}.dst-skel-card__line--w-60{width:60%;}.dst-skel-card__line--w-100{width:100%;}.dst-skel-card__media::after,.dst-skel-card__line::after{content:"";position:absolute;inset:0;background-image:linear-gradient( 90deg,transparent 0%,var(--surf-bg-raised-hover,#4a4a4a) 50%,transparent 100% );background-size:200% 100%;background-position:200% 0;animation:dst-skel-shimmer 1.6s ease-in-out infinite;}@keyframes dst-skel-shimmer{0%{background-position:200% 0;}100%{background-position:-200% 0;}}@media (prefers-reduced-motion:reduce){.dst-skel-card__media::after,.dst-skel-card__line::after{animation:none;background-image:none;}}.dst-skel-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}