/*
 Theme Name:   Woostify Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Woostify
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     woostify
 Version:      1.0.0
*/

/* Add your custom CSS below this line */

/* ===== Smooth Infinite Product Category Slider ===== */
.category-swiper {
  width: 100%;
  overflow: hidden;
}

.category-swiper .swiper-wrapper {
  transition-timing-function: linear !important; /* Continuous smooth scroll */
}

.category-swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

