.shimmer {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #f8fafc 4%, #e6edf4 25%, #f8fafc 36%);
  background-size: 1000px 100%;
  border-radius: 5px;
}
.shimmer.shimmer-dark {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 4%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.1) 36%);
  background-size: 1000px 100%;
}

.section-reverse .post-preview .post-preview-thumbnail {
  background: rgba(255, 255, 255, 0.05);
}
.section-reverse .shimmer {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 4%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.1) 36%);
  background-size: 1000px 100%;
}

.container_post.container_template--l .shimmer {
  opacity: 0.4;
}

.container_post.container_template--l .shimmer {
  opacity: 0.4;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
body .shimmer-card {
  margin-bottom: 0.8em;
  height: 100px;
  width: 160px;
}

body .card-list .shimmer-card {
  max-width: 90px;
  height: 60px;
  margin-bottom: 0;
}

body .shimmer-logo {
  width: 80px;
  height: 60px;
}

.shimmer-image {
  width: 100%;
  height: 100%;
}

.card .shimmer-btn {
  height: 2rem;
  margin-bottom: 0.3em;
}

.shimmer-bar {
  width: 90%;
  min-width: 61px;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 1em;
}

.shimmer-bar-big {
  width: 70%;
  height: 2rem;
}

.simmer-bar-group .shimmer-bar:last-child {
  width: 50%;
}

.shimmer-bar--short {
  width: 50%;
}

.card .card-specs .shimmer-bar {
  padding: 0;
  width: 50%;
}

.shimmer-circle {
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  margin: 0 auto;
}

.card-xl .shimmer-circle {
  width: 8em;
  height: 8em;
  display: none;
}

.desktop-shimmer {
  display: none;
}

#secondary .card-sidebar--heading .shimmer {
  opacity: 0.2;
  height: 1.1em;
  margin: 0;
}

#secondary .card-s .card-graphic-cta.shimmer-card {
  height: 58px;
}

.card-compare .shimmer-card {
  width: 55px;
  height: 35px;
}

.card-compare.card-compare-header .shimmer {
  opacity: 0.2;
  height: 1em;
}

.card.card-compare .shimmer-btn {
  height: 2.5em;
}

body .card-compare .shimmer-card {
  margin-bottom: 0;
}

.card-compare .shimmer-bar {
  margin-bottom: 0;
}

.card-compare-header .shimmer-bar {
  max-width: 95px;
  margin: 0 auto;
}

.container_template--compare-v .shimmer-bar {
  margin: 0 auto;
}

.container_template--compare-v .shimmer-btn {
  height: 2.5em;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  body .shimmer-card {
    width: 200px;
    height: 125px;
  }
  .desktop-shimmer {
    display: block;
  }
  .mobile-shimmer {
    display: none;
  }
  .card-xs .shimmer-card {
    margin: 0.7rem 1rem 0.7rem 0.7rem;
  }
  .card-l .simmer-bar-group {
    width: 100%;
    height: 70px;
  }
  /* btn */
  .card .shimmer-btn {
    width: 100%;
    min-width: 115px;
    height: 2.5rem;
    margin-bottom: 0.4rem;
  }
  .card-xs .shimmer-btn,
  .card-s .shimmer-btn {
    height: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .card-m .shimmer-bar-big {
    margin-bottom: 0.5rem;
  }
  .card-m-h .shimmer-btn {
    width: 135px;
    margin-right: 0.4em;
  }
  .card-xl .shimmer-circle {
    display: block;
  }
  .card-specs-shimmer,
  .card-specs-shimmer,
  .card-m.card-m-h .card-specs-shimmer {
    height: 140px;
  }
}

/*# sourceMappingURL=loading-shimmer.css.map */
