@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
                font-family: sans-serif, "Open Sans" ;
                font-optical-sizing: auto;
                font-style: normal;
            }

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 50;
    transition: all 0.3s ease-in-out;
  }

/* Swiper CSS */
.swiper-pagination-bullet-active {
    background-color: white !important;
}

.categorySwiper .swiper-slide .w-24:hover {
    border-color: black !important;
    border-width: 2px;
}

.categorySwiper .swiper-button:after {
    font-size: 25px;
}

.categorySwiper .swiper-button {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(0, 0, 0, .5);
}
