@charset "UTF-8";
/**
 * Thème Classic - Style par défaut
 * Compatible PrestaShop 8
 * @author Michael Tenenbaum
 */

.fabricant-slider-container.theme-classic {
    margin: 2rem auto !important;
    padding: 1rem !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.theme-classic .fabricant-slider-title {
    color: #333333 !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.theme-classic .fabricant-slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.theme-classic .fabricant-slide {
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}

.theme-classic .fabricant-slide:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.theme-classic .fabricant-logo {
    filter: none !important;
}

.theme-classic .fabricant-name {
    color: #495057 !important;
    font-weight: 500 !important;
}

.theme-classic .fabricant-slider-nav {
    background: #007bff !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
}

.theme-classic .fabricant-slider-nav:hover {
    background: #0056b3 !important;
    transform: scale(1.1) !important;
}

.theme-classic .fabricant-dot {
    background: #dee2e6 !important;
    border: 2px solid #007bff !important;
}

.theme-classic .fabricant-dot.active {
    background: #007bff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .theme-classic .fabricant-slider-title {
        font-size: 1.5rem !important;
    }
    
    .theme-classic .fabricant-slider-container {
        padding: 0.5rem !important;
    }
}
