/* Section spacing */
.dl-featured-section {
    padding: 60px 0;
}

/* Title */
.dl-section-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 700;
}

/* Slider container */
.dl-featured-slider {
    padding-bottom: 60px; /* dots ke liye space */
}

/* Product Card */
.dl-product-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.dl-product-card:hover {
    transform: translateY(-6px);
}

/* Product Image */
.dl-product-card img {
    max-height: 220px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

/* Title */
.dl-product-card h3 {
    font-size: 17px;
    line-height: 1.4;
    min-height: 48px;
    margin: 10px 0 8px;
    color: #1f2937;
}

/* Price */
.dl-product-card .price {
    color: #16a34a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

/* Button */
.dl-product-card .button {
    background: #0d6efd;
    color: #fff;
    border-radius: 10px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

/* Pagination dots */
.dl-featured-slider .swiper-pagination {
    bottom: 0 !important;
}

.dl-featured-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    opacity: 1;
    margin: 0 6px !important;
}

.dl-featured-slider .swiper-pagination-bullet-active {
    background: #0d6efd;
    width: 22px;
    border-radius: 20px;
}
