.hero-section {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 100px 0;
}

.product-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 15px;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #f4d287 0%, #202835 100%);
    border-radius: 2px;
}

.btn-primary {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-outline-primary {
    border: 2px solid #6a11cb;
    color: #6a11cb;
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
}

.health-benefit {
    border-left: 4px solid #6a11cb;
    padding-left: 20px;
    margin-bottom: 30px;
}

.tech-specs {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
}

/* Styles pour la galerie d'images */
.product-image {
    transition: opacity 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
}

.thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.thumb:hover, .thumb.active {
    border-color: #6a11cb;
    transform: scale(1.05);
}

.image-container {
    position: relative;
}

.badge-new {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}


.hero-section {
    background: linear-gradient(135deg, #f4d287 0%, #202835 100%);
    color: white;
    padding: 100px 0;
}

.product-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 15px;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #f4d287 0%, #202835 100%);
    border-radius: 2px;
}

.btn-primary {
    background: linear-gradient(135deg, #f4d287 0%, #202835 100%);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-outline-primary {
    border: 2px solid #6a11cb;
    color: #6a11cb;
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
}

.health-benefit {
    border-left: 4px solid #6a11cb;
    padding-left: 20px;
    margin-bottom: 30px;
}

.tech-specs {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
}