/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */

 .main-slider {
            width: 100%;
            height: 500px;
            margin-bottom: 10px;
        }

        .main-slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            cursor: pointer;
        }

        .thumbs-slider {
            height: 100px;
        }

        .thumbs-slider .swiper-slide {
            opacity: 0.5;
            cursor: pointer;
        }

        .thumbs-slider .swiper-slide-thumb-active {
            opacity: 1;
        }

        .thumbs-slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
        .swiper-button-next, .swiper-button-prev {color:#d90000 !important}
        .swiper-slide-active {
            background: #f9fafb;
        }