/* ========================================
   BOUTIQUE PAGE STYLES
   ======================================== */

.boutique-page {
    background: #f9f9f9;
}

/* Hero Section */
.boutique-hero {
    background: linear-gradient(135deg, #d70f20 0%, #005b85 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.boutique-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".1" fill="%23ffffff"/></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.1;
}

.boutique-hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.boutique-hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.boutique-subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
}

/* Nouveauté Section */
.boutique-news {
    background: #fff3cd;
    padding: 40px 20px 80px;
    border-left: 5px solid #d70f20;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 900px;
}

.news-container {
    max-width: 1200px;
    margin: 0 auto 50px;
}

.news-info {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.news-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #d70f20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-icon i {
    font-size: 1.8rem;
    color: white;
}

.news-text h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 700;
}

.news-text p {
    color: #555;
    font-size: 1rem;
    margin: 0;
}

.news-video {
    display: flex;
    justify-content: center;
    max-width: 650px;
    margin: 0 auto;
    min-height: 750px;
}

.news-video .instagram-media {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 750px !important;
}

/* Introduction Section */
.boutique-intro {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background: white;
}

.boutique-intro-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.boutique-intro-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #d70f20;
    margin-bottom: 25px;
}

.boutique-intro-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.boutique-cta-main {
    margin-top: 30px;
}

.btn-boutique-primary {
    display: inline-block;
    background: #d70f20;
    color: white;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.btn-boutique-primary:hover {
    background: #b00d1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(215, 15, 32, 0.3);
    color: white;
}

.btn-boutique-primary i {
    margin-right: 8px;
}

.boutique-note {
    margin-top: 12px;
    color: #777;
    font-size: 0.9rem;
}

.boutique-intro-image {
    position: relative;
}

.boutique-intro-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.boutique-products-list {
    margin: 30px 0;
}

.boutique-products-list h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.boutique-products-list ul {
    list-style: none;
    padding: 0;
}

.boutique-products-list li {
    padding: 10px 0;
    color: #555;
    font-size: 1rem;
}

.boutique-products-list li i {
    color: #d70f20;
    margin-right: 10px;
}

/* Info Section */
.boutique-info-section {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: #f9f9f9;
}

.boutique-info-section h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.boutique-info-section h3 i {
    color: #d70f20;
    margin-right: 10px;
}

.boutique-info-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 35px;
}

.boutique-features {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.feature-item i {
    font-size: 2.5rem;
    color: #d70f20;
}

.feature-item span {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .boutique-hero h1 {
        font-size: 2rem;
    }

    .boutique-subtitle {
        font-size: 1.1rem;
    }

    .boutique-news h3 {
        font-size: 1.2rem;
    }

    .boutique-news p {
        font-size: 0.95rem;
    }

    .news-info {
        flex-direction: column;
        text-align: center;
    }

    .news-video {
        max-width: 100%;
        padding: 0 10px;
    }

    .boutique-intro-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .boutique-intro-text h2 {
        font-size: 1.8rem;
    }

    .boutique-features {
        flex-direction: column;
        gap: 30px;
    }

    .btn-boutique-primary {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .boutique-hero {
        padding: 60px 15px;
    }

    .boutique-hero h1 {
        font-size: 1.8rem;
    }

    .btn-boutique-primary {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}
