    /* Special Offers Section */
.special-offers {
    padding: 100px 0;
    background: #101010;
}

.section-subtitle {
    color: #c5a47e !important;
}

.section-title {
    color: white !important;
}

.section-title span {
    color: #c5a47e !important;
}

/* استایل کارت تخفیف */
.discount-card {
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    margin: 20px;
    border: 1px solid #2a2a2a;
    position: relative;
    height: 450px;
    display: flex;
    flex-direction: column;
}

.discount-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 30px 60px rgba(197, 164, 126, 0.2);
    border-color: #c5a47e;
}

.card-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    flex-shrink: 0;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.discount-card:hover .card-image img {
    transform: scale(1.15);
}

.discount-percent {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #c5a47e, #b08d5a);
    color: #101010;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 8px 25px rgba(197, 164, 126, 0.5);
    border: 3px solid #101010;
}

.discount-percent span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.discount-percent small {
    font-size: 14px;
    font-weight: 600;
    margin-top: 3px;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.discount-card:hover .card-overlay {
    opacity: 1;
}

.quick-view-btn {
    background: #c5a47e;
    color: #101010;
    padding: 18px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateY(30px);
    transition: all 0.4s ease;
    border: 2px solid #c5a47e;
}

.discount-card:hover .quick-view-btn {
    transform: translateY(0);
}

.quick-view-btn:hover {
    background: transparent;
    color: #c5a47e;
    transform: translateY(-5px);
}

.card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-name {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

.price-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.new-price {
    font-size: 26px;
    font-weight: bold;
    color: #c5a47e;
    direction: rtl !important;
}

.old-price {
    font-size: 18px;
    color: #666;
    text-decoration: line-through;
    direction: rtl !important;
}

/* استایل Owl Carousel بدون فلش */
#discountCarousel.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#discountCarousel.owl-carousel .owl-nav button {
    pointer-events: all;
    width: 60px;
    height: 60px;
    background: rgba(197, 164, 126, 0.9) !important;
    border-radius: 50%;
    color: #101010 !important;
    font-size: 28px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 30px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    border: 2px solid #101010;
}

#discountCarousel.owl-carousel .owl-nav button:hover {
    background: #0c4937 !important;
    color: white !important;
    transform: scale(1.15);
}

#discountCarousel.owl-carousel .owl-dots {
    margin-top: 40px !important;
}

#discountCarousel.owl-carousel .owl-dots button span {
    width: 14px !important;
    height: 14px !important;
    margin: 7px 9px !important;
    background: #333 !important;
    transition: all 0.3s ease;
    border: 1px solid #c5a47e;
}

#discountCarousel.owl-carousel .owl-dots button.active span {
    background: #c5a47e !important;
    transform: scale(1.4);
    border-color: #c5a47e;
}

.empty-state {
    text-align: center;
    padding: 80px 20px;
    color: #666;
}

.empty-state i {
    font-size: 70px;
    margin-bottom: 25px;
    display: block;
    color: #333;
}

.empty-state p {
    font-size: 20px;
    margin: 0;
    color: #999;
}

/* رسپانسیو */
@media (max-width: 1200px) {
    .discount-card {
        height: 420px;
    }
    
    .card-image {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .discount-card {
        height: 380px;
        margin: 15px;
    }
    
    .card-image {
        height: 220px;
    }
    
    .discount-percent {
        width: 70px;
        height: 70px;
        top: 15px;
        right: 15px;
    }
    
    .discount-percent span {
        font-size: 22px;
    }
    
    .product-name {
        font-size: 18px;
    }
    
    .new-price {
        font-size: 24px;
    }
    
    .quick-view-btn {
        padding: 15px 25px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .special-offers {
        padding: 80px 0;
    }
    
    .discount-card {
        height: 350px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    #discountCarousel.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        margin: 0 15px !important;
    }
}
