.backd-pdp-container-blocks {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.backd-pdp-container-classic {
  margin-top: 1rem;
}

.pdp-skeleton {
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  animation: shimmer 1.4s ease infinite;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
