/* ==========================================
   CSS PERSO
   ========================================== */

.products.row > .col.fcpi-promo-item {
    padding: 0 0px;
}

.box-text {
    background-color: lavenderblush;
}

.wc-stripe-payment-method.or,
.wc-stripe-cart-or {
  display: none;
}

/* Section Hero Intro - Réduit l'espace du haut */
.hero-intro {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 40px 50px;
    margin: 5px auto 40px auto; /* Réduit le margin-top de 40px à 20px */
    max-width: 1200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Effet décoratif */
.hero-intro::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 192, 203, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Badge Collection 2026 - COULEUR #ff1493 ET GRAS */
.badge-new {
    display: inline-block;
    background: #ff1493;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700; /* Gras */
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(255, 20, 147, 0.3);
}

/* H1 */
.hero-intro h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

/* Paragraphe */
.hero-intro p {
    font-size: 1.15rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
}

/* Mot-clé en gras - COULEUR #ff1493 */
.hero-intro strong {
    color: #ff1493;
    font-weight: 600;
}

/* RESPONSIVE */

/* Tablettes */
@media (max-width: 992px) {
    .hero-intro {
        padding: 35px 40px;
        margin: 5px 20px 30px 20px;
    }
    
    .hero-intro h1 {
        font-size: 2rem;
    }
    
    .hero-intro p {
        font-size: 1.05rem;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .hero-intro {
        padding: 30px 25px;
        margin: 5px 15px 20px 15px;
        border-radius: 8px;
    }
    
    .hero-intro h1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .hero-intro p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .badge-new {
        font-size: 0.8rem;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
}

/* Petits mobiles */
@media (max-width: 480px) {
    .hero-intro {
        padding: 25px 20px;
        margin: 5px 10px 15px 10px;
    }
    
    .hero-intro h1 {
        font-size: 1.6rem;
    }
    
    .hero-intro p {
        font-size: 0.95rem;
    }
}

/* Aération de la description catégorie */
.term-description {
    max-width: 900px;
    margin: 40px auto;
    line-height: 1.8;
    font-size: 16px;
}

.term-description p {
    margin-bottom: 20px;
}

.term-description h2,
.term-description h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: 600;
}

/* Responsive mobile */
@media (max-width: 768px) {
    .term-description {
        padding: 0 20px;
        font-size: 15px;
    }
}

/* Conteneur principal avec cadre élégant */
.contenu-seo-homepage {
  max-width: 1200px;
  margin: 60px auto;
  padding: 50px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Responsive tablette */
@media (max-width: 1024px) {
  .contenu-seo-homepage {
    padding: 40px;
    margin: 40px 20px;
  }
}

/* Responsive mobile */
@media (max-width: 768px) {
  .contenu-seo-homepage {
    padding: 25px 20px;
    margin: 30px 15px;
    border-radius: 12px;
  }
}

/* Titres H2 */
.contenu-seo-homepage h2 {
  font-size: 1.9rem;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  color: #1a1a1a;
  font-weight: 700;
}

.contenu-seo-homepage h2:first-of-type {
  margin-top: 0;
}

/* Titres H3 */
.contenu-seo-homepage h3 {
  font-size: 1.4rem;
  margin-top: 35px;
  margin-bottom: 18px;
  color: #2a2a2a;
  font-weight: 600;
}

/* Paragraphes */
.contenu-seo-homepage p {
  line-height: 1.9;
  margin-bottom: 20px;
  color: #444;
  font-size: 1.05rem;
}

/* Responsive titres mobile */
@media (max-width: 768px) {
  .contenu-seo-homepage h2 {
    font-size: 1.5rem;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  
  .contenu-seo-homepage h3 {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  
  .contenu-seo-homepage p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* Liens */
.contenu-seo-homepage a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: all 0.3s;
}

.contenu-seo-homepage a:hover {
  opacity: 0.6;
  border-bottom-color: transparent;
}

/* Strong (gras) */
.contenu-seo-homepage strong {
  font-weight: 700;
  color: #1a1a1a;
}

/* Accordéon "Lire la suite" */
.contenu-supplementaire {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #f0f0f0;
}

.btn-lire-plus {
  display: block;
  width: 100%;
  padding: 20px 30px;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  list-style: none;
}

.btn-lire-plus::-webkit-details-marker {
  display: none;
}

.btn-lire-plus::marker {
  display: none;
}

.btn-lire-plus:hover {
  background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
  border-color: #ccc;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive bouton mobile */
@media (max-width: 768px) {
  .btn-lire-plus {
    font-size: 1rem;
    padding: 16px 24px;
  }
  
  .contenu-supplementaire {
    margin-top: 35px;
    padding-top: 30px;
  }
}

/* Contenu supplémentaire déplié */
.texte-supplementaire {
  padding-top: 40px;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive contenu supplémentaire mobile */
@media (max-width: 768px) {
  .texte-supplementaire {
    padding-top: 25px;
  }
}

.faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq-section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  transition: all 0.3s ease;
}

.faq-question:hover {
  opacity: 0.8;
}

/* Enlever le triangle par défaut */
.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::marker {
  display: none;
}

.faq-question h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #222;
  padding-right: 20px;
  line-height: 1.4;
}

.faq-question .icon {
  font-size: 1.5rem;
  font-weight: 300;
  color: #666;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* Rotation de l'icône quand ouvert */
details[open] .faq-question .icon {
  transform: rotate(45deg);
  color: #000;
}

.faq-reponse {
  padding: 0 0 20px 0;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-reponse p {
  margin: 0;
  line-height: 1.7;
  color: #555;
  font-size: 0.95rem;
}

.faq-reponse strong {
  color: #333;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 1.5rem;
  }
  
  .faq-question h3 {
    font-size: 1rem;
  }
  
  .faq-reponse p {
    font-size: 0.9rem;
  }
}

.titre-bloc {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  display: block;
  margin-bottom: 10px;
}

/* Tablette */
@media (max-width: 1024px) {
  .titre-bloc {
    font-size: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .titre-bloc {
    font-size: 1.6rem;
  }
}

/* Petit mobile */
@media (max-width: 480px) {
  .titre-bloc {
    font-size: 1.2rem;
  }
}

/* ========================================
   TITRE CATEGORIE
   ======================================== */
.shop-page-title.is-xlarge {
    font-size: 1.6em !important;
}

@media (max-width: 768px) {
    .shop-page-title.is-xlarge {
        font-size: 1.3em !important;
    }
}

/* ========================================
   BREADCRUMB CATEGORIE
   ======================================== */

.category-page-row {
    padding-top: 2px !important;
}

/* ========================================
   PRIX PRODUIT - COMPLET
   ======================================== */
.price-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.price-wrapper p.price {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.price-wrapper .screen-reader-text {
    display: none !important;
}

/* Prix barré - BARRE DIAGONALE */
.price-wrapper p.price del {
    text-decoration: line-through !important;
}

.price-wrapper p.price del,
.price-wrapper p.price del * {
    font-size: 20px !important;
    color: #7a7a9e !important;
    font-weight: 400 !important;
}

.price-wrapper p.price del span {
    text-decoration: inherit !important;
}

/* Prix promo - 54px ROSE */
.price-wrapper p.price ins {
    text-decoration: none !important;
}

.price-wrapper p.price ins,
.price-wrapper p.price ins * {
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #FD6F5E !important;
}
/* ========================================
   BADGE PROMO (style Shopify)
   ======================================== */

/* Badge PROMO - uniquement page produit + promo */
.single-product .price-on-sale::after {
    content: 'PROMO';
    display: inline-block;
    background: white;
    border: 2px solid #999;
    color: #555;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 15px;
    vertical-align: middle;
}

/* PAS de badge sur prix normaux */
.single-product .price:not(.price-on-sale)::after {
    display: none !important;
}

/* PAS de badge sur page catégorie */
.archive .price::after,
.woocommerce-page:not(.single-product) .price::after {
    display: none !important;
}



/* ========================================
   QUANTITÉ - MASQUÉE
   ======================================== */


/* ========================================
   BOUTON PANIER - PLEINE LARGEUR
   ======================================== */
.variations_button {
    width: 100%;
}

.single_add_to_cart_button.button {
    background: #FF1493 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 18px 40px !important;
    border-radius: 4px !important;
    border: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.single_add_to_cart_button.button:hover {
    background: #FF1493 !important;
}

/* ========================================
   TABLE GUIDE DES TAILLES
   ======================================== */
.size-guide-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 30px 0 20px 0;
    color: #E8B4B8;
    text-transform: uppercase;
}
.size-guide-title strong {
    font-weight: 600;
}
.table-responsive {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow-x: auto;
    padding: 0 15px;
}
.size-guide-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 2px solid #E8B4B8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
}
.size-guide-table thead {
    background-color: #E8B4B8;
    color: #000;
}
.size-guide-table th,
.size-guide-table td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #E8B4B8;
    font-weight: 500;
}
.size-guide-table tbody tr:nth-child(even) {
    background-color: #FAE8E9;
}
.size-guide-table tbody tr:hover {
    background-color: #F5DDE0;
    transition: background-color 0.3s ease;
}
/* ========================================
   ONGLETS PRODUIT
   ======================================== */
.woocommerce-tabs.wc-tabs-wrapper {
    border-top: 1px solid #e8e8e8;
    margin-top: 40px;
}

.tabs.wc-tabs.product-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 35px;
    list-style: none;
    padding: 0;
}

.tabs.wc-tabs.product-tabs li {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.tabs.wc-tabs.product-tabs li a {
    display: block;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #666;
    text-decoration: none;
    border: none;
    background: transparent;
    transition: all 0.4s ease;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

.tabs.wc-tabs.product-tabs li a:hover {
    color: #1a1a1a;
    background: #fafafa;
}

.tabs.wc-tabs.product-tabs li.active a {
    color: #1a1a1a;
    font-weight: 600;
    border-bottom-color: #FD6F5E;
}

.tab-panels {
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
}

.woocommerce-Tabs-panel {
    padding: 30px 40px;
    color: #333;
    line-height: 1.8;
    font-size: 15px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #1a1a1a;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    text-align: center;
}

.woocommerce-Tabs-panel p {
    margin-bottom: 18px;
    color: #555;
}

.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ol {
    margin: 20px 0;
    padding-left: 25px;
}

.woocommerce-Tabs-panel li {
    margin-bottom: 10px;
    color: #555;
}

.comment-text {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 20px;
    background: #fafafa;
}

.star-rating {
    color: #d4af37;
}

/* ========================================
   MASQUAGES
   ======================================== */
#tab-title-ux_custom_tab {
    display: none;
}

.stock,
p.stock,
.product-info .stock,
.availability {
    display: none;
}

.term-combinaison-femme .woocommerce-info {
    display: none;
}

.woocommerce-message.message-wrapper {
    display: none !important;
}

/* ========================================
   OPTIMISATIONS LAYOUT
   ======================================== */
.page-title-inner {
    min-height: 25px;
    padding-top: 12px;
}

.category-page-row {
    padding-top: 10px;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (min-width: 768px) {
    .nav-left {
        justify-content: flex-start;
        margin-left: 140px;
    }
}

@media (max-width: 768px) {
    .price.product-page-price ins .woocommerce-Price-amount.amount {
        font-size: 32px;
    }
    
    .price.product-page-price del .woocommerce-Price-amount.amount {
        font-size: 22px;
    }
    
    .ux-swatch.ux-swatch--label {
        padding: 12px 20px;
        min-width: 55px;
        font-size: 14px;
    }
    
    .tabs.wc-tabs.product-tabs {
        flex-wrap: wrap;
    }
    
    .tabs.wc-tabs.product-tabs li a {
        padding: 14px 20px;
        font-size: 13px;
    }
    
    .woocommerce-Tabs-panel {
        padding: 25px 20px;
    }
    
    .size-guide-table th,
    .size-guide-table td {
        padding: 8px 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .size-guide-table th,
    .size-guide-table td {
        padding: 6px 8px;
        font-size: 12px;
    }
}