/*
Generated time: October 3, 2025 18:03
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.collection-skeleton__information {
  padding: 12px;
}

.collection-skeleton .skeleton__price {
  width: 80px;
  height: 26px;
  margin-bottom: 5px;
  display: block;
  position: relative;
}

.collection-skeleton .skeleton__title {
  width: 140px;
  height: 16px;
  margin-bottom: 5px;
  display: block;
  position: relative;
}

.collection-skeleton .skeleton__colors {
  width: 70px;
  height: 12px;
  margin-bottom: 4px;
  display: block;
  position: relative;
}

.collection-skeleton span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-skeleton);
  background: linear-gradient(90deg, #d5d4d4, #e9e9e9, #d5d4d4);
  background-size: 200%;
  animation: skeletonLoader 1.5s linear infinite;
}