/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 18:32:22 */
.card-carousel {
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 30px;
  will-change: transform;
}

.carousel-card {
  flex: 0 0 auto;
  width: 300px;
  height: 300px;
  
}