/** Shopify CDN: Minification failed

Line 13:0 Unexpected "-->"
Line 480:0 Unexpected "<"

**/
<!--
  ╔══════════════════════════════════════════════════════════════╗
  ║  TOPMYSHOP — STYLE ARTICLES DE BLOG                       ║
  ║  Copiez ce code dans Online Store → Thèmes → Modifier      ║
  ║  le code → Ajouter un nouvel asset → blog-style.css        ║
  ╚══════════════════════════════════════════════════════════════╝
-->

<style>
  /* ============================================================
     BASE & RESET
     ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Inter:wght@300;400;500;600;700&display=swap');

  .article-template {
    font-family: 'Inter', sans-serif;
    color: #272727;
    line-height: 1.7;
  }

  /* ============================================================
     HEADER ARTICLE
     ============================================================ */
  .article-template__hero-container {
    background: linear-gradient(135deg, #272727 0%, #3c619e 50%, #2a4a7f 100%);
    position: relative;
    overflow: hidden;
  }

  .article-template__hero-container::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(237,167,141,0.2) 0%, transparent 70%);
    border-radius: 50%;
  }

  .article-template__title {
    font-family: 'Playfair Display', serif !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    color: white !important;
    text-align: center;
    padding: 80px 10% 20px !important;
    position: relative;
    z-index: 1;
    line-height: 1.2 !important;
  }

  .article-template__date,
  .article-template__author {
    color: rgba(255,255,255,0.7) !important;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
  }

  .article-template {
    padding-bottom: 40px;
  }

  /* ============================================================
     CONTENU ARTICLE
     ============================================================ */
  .article-template__content {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 50px 5% !important;
  }

  .article-template__content p {
    font-size: 16px !important;
    color: #4a4a4a !important;
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
  }

  .article-template__content h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #272727 !important;
    margin: 40px 0 15px !important;
    line-height: 1.3 !important;
  }

  .article-template__content h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #272727 !important;
    margin: 30px 0 12px !important;
  }

  .article-template__content a {
    color: #eda78d !important;
    text-decoration: none !important;
    border-bottom: 1px solid #eda78d !important;
    transition: all 0.3s;
  }

  .article-template__content a:hover {
    color: #d49580 !important;
    border-color: #d49580 !important;
  }

  /* ============================================================
     IMAGE À LA UNE
     ============================================================ */
  .article-template__hero-adapt,
  .article-template__hero-medium,
  .article-template__hero-large {
    border-radius: 0 0 16px 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
  }

  /* ============================================================
     CITATIONS
     ============================================================ */
  .article-template__content blockquote {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    font-size: 20px !important;
    color: #555 !important;
    text-align: center !important;
    padding: 25px 35px !important;
    margin: 30px 0 !important;
    border-top: 2px solid #eda78d !important;
    border-bottom: 2px solid #eda78d !important;
    border-left: none !important;
    background: transparent !important;
  }

  /* ============================================================
     LISTES
     ============================================================ */
  .article-template__content ul,
  .article-template__content ol {
    margin: 20px 0 !important;
    padding-left: 25px !important;
  }

  .article-template__content li {
    font-size: 16px !important;
    color: #4a4a4a !important;
    margin-bottom: 10px !important;
  }

  .article-template__content li strong {
    color: #272727 !important;
  }

  /* ============================================================
     IMAGES DANS LE CONTENU
     ============================================================ */
  .article-template__content img {
    border-radius: 12px !important;
    margin: 30px 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  }

  /* ============================================================
     TAGS
     ============================================================ */
  .article-template__tag-share-wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 5%;
  }

  .article-template__tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 30px 0 !important;
    padding: 0 !important;
  }

  .article-template__tags .article-template__tag {
    background: #faf8f5 !important;
    color: #888 !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    text-decoration: none !important;
    border: 1px solid #e8e4de !important;
    transition: all 0.3s !important;
  }

  .article-template__tags .article-template__tag:hover {
    background: #eda78d !important;
    color: white !important;
    border-color: #eda78d !important;
  }

  /* ============================================================
     NAVIGATION ENTRE ARTICLES
     ============================================================ */
  .article-template__back {
    display: none !important;
  }

  /* Breadcrumb avec style */
  .article-template__breadcrumb {
    background: #faf8f5;
    padding: 20px 5%;
    font-size: 13px;
    color: #888;
  }

  .article-template__breadcrumb a {
    color: #eda78d;
    text-decoration: none;
  }

  /* ============================================================
     COMMENTAIRES
     ============================================================ */
  .article-template__comments {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 40px 5% !important;
  }

  .article-template__comments-fields input,
  .article-template__comments-fields textarea {
    border-radius: 10px !important;
    border: 1px solid #e8e4de !important;
  }

  .article-template__comment-submit .button {
    background: linear-gradient(135deg, #eda78d, #d49580) !important;
    color: white !important;
    border-radius: 30px !important;
    padding: 12px 35px !important;
    font-weight: 600 !important;
    border: none !important;
  }

  /* ============================================================
     BOÎTES DE CONSEILS (à ajouter manuellement dans les articles)
     Utilisez ce HTML dans vos articles :
     
     <div class="blog-box blog-box-style">
       <div class="blog-box-title">✨ Conseil de style</div>
       <p>Votre contenu ici</p>
     </div>
     ============================================================ */
  .blog-box {
    border-radius: 12px;
    padding: 22px 25px;
    margin: 25px 0;
  }

  .blog-box-style {
    background: #fdf0ec;
    border-left: 4px solid #eda78d;
  }

  .blog-box-tip {
    background: #f0f4f7;
    border-left: 4px solid #3c619e;
  }

  .blog-box-warning {
    background: #fff8e1;
    border-left: 4px solid #ffb74d;
  }

  .blog-box-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .blog-box-style .blog-box-title { color: #c47a6a; }
  .blog-box-tip .blog-box-title { color: #2a4a7f; }
  .blog-box-warning .blog-box-title { color: #e65100; }

  .blog-box p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    color: #4a4a4a !important;
  }

  /* ============================================================
     SECTION PRODUITS DANS LES ARTICLES
     ============================================================ */
  .blog-products-section {
    background: #faf8f5;
    padding: 50px 5%;
    margin: 40px 0;
    border-radius: 16px;
  }

  .blog-products-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #272727;
  }

  .blog-products-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .blog-product-card {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .blog-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  }

  .blog-product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .blog-product-card-info { padding: 18px; }

  .blog-product-card-name {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #272727;
    margin-bottom: 5px;
  }

  .blog-product-card-price {
    font-size: 18px;
    font-weight: 700;
    color: #eda78d;
  }

  /* ============================================================
     CTA NEWSLETTER EN BAS D'ARTICLE
     ============================================================ */
  .blog-cta {
    background: linear-gradient(135deg, #272727 0%, #3c619e 100%);
    color: white;
    padding: 50px 10%;
    text-align: center;
    margin: 40px 0 0;
  }

  .blog-cta h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
  }

  .blog-cta p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
  }

  .blog-cta-button {
    display: inline-block;
    padding: 12px 35px;
    background: linear-gradient(135deg, #eda78d, #d49580);
    color: white;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .blog-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(237,167,141,0.4);
  }

  /* ============================================================
     RESPONSIVE MOBILE
     ============================================================ */
  @media (max-width: 768px) {
    .article-template__title {
      font-size: 26px !important;
      padding: 50px 5% 15px !important;
    }

    .article-template__content {
      padding: 35px 5% !important;
    }

    .article-template__content h2 {
      font-size: 22px !important;
    }

    .article-template__content h3 {
      font-size: 18px !important;
    }

    .article-template__content p {
      font-size: 14px !important;
      text-align: left !important;
    }

    .article-template__content li {
      font-size: 14px !important;
    }

    .article-template__content blockquote {
      font-size: 16px !important;
      padding: 18px 20px !important;
    }

    .blog-products-section {
      padding: 35px 5%;
    }

    .blog-products-grid {
      flex-direction: column;
      align-items: center;
    }

    .blog-product-card {
      max-width: 100%;
      min-width: 100%;
    }

    .blog-product-card img {
      height: 200px !important;
    }

    .blog-cta {
      padding: 40px 5%;
    }

    .blog-cta h3 {
      font-size: 20px;
    }
  }

  @media (max-width: 480px) {
    .article-template__title {
      font-size: 22px !important;
    }

    .article-template__content h2 {
      font-size: 18px !important;
    }
  }
</style>
