.section-title{font-size: 24px;text-transform: uppercase;margin-bottom: 3px !important;font-weight: 700;}

/* Products Swiper Styles */
.products-swiper{
    position: relative;
    padding: 0 50px;
}

.products-swiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.products-swiper .swiper-slide .h-100 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.products-swiper .swiper-slide .product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products-swiper .swiper-slide .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products-swiper .swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: #6c757d;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.products-swiper .swiper-button-next:hover,
.products-swiper .swiper-button-prev:hover {
    background: var(--bs-primary);
    color: white;
    border-color: var(--bs-primary);
}

.products-swiper .swiper-button-next::after,
.products-swiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

.products-pagination .swiper-pagination-bullet {
    background: #dee2e6;
    opacity: 1;
}

.products-pagination .swiper-pagination-bullet-active {
    background: #0d6efd;
}

.latest-products .section-title {
    color: #212529;
}

.showcases-swiper .swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: #6c757d;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.showcases-swiper .swiper-button-next:hover,
.showcases-swiper .swiper-button-prev:hover {
    background: var(--bs-primary);
    color: white;
    border-color: var(--bs-primary);
}

.showcases-swiper .swiper-button-next::after,
.showcases-swiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}
