/* Store Details — similar / people-also-viewed shop carousel cards */
.store-sim-skel-shimmer {
    display: block;
    border: none;
    background: linear-gradient(90deg, #f1f5f9 0%, #e8edf3 45%, #f8fafc 55%, #f1f5f9 100%);
    background-size: 200% 100%;
    animation: store-sim-skel-shimmer 1.35s ease-in-out infinite;
}

.store-sim-skel-card {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.store-sim-skel-line {
    height: 10px;
    border-radius: 5px;
}

.store-sim-skel-line--title {
    width: 72%;
    margin-bottom: 8px;
}

.store-sim-skel-line--domain {
    width: 56%;
    margin-bottom: 8px;
}

.store-sim-skel-chip {
    width: 70px;
    height: 18px;
    border-radius: 9px;
}

.store-sim-skel-chip--short {
    width: 56px;
}

.store-sim-skel-link,
.store-sim-skel-btn {
    width: 100%;
    border-radius: 6px;
}

.store-sim-skel-link {
    height: 24px;
}

.store-sim-skel-btn {
    height: 28px;
}

@keyframes store-sim-skel-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
