/** Shopify CDN: Minification failed

Line 462:1 Expected "}" to go with "{"

**/
/* ====== STYLES SPÉCIFIQUES À P8RE ====== */
@media screen and (max-width: 749px) {
/* Nettoyage global */
  .p8re-section,
  .p8re-container,
  .main-image-wrapper,
  .thumbs-swiper,
  .faq-accordion {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100vw !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  /* Si p8re-section est encapsulée dans un .page-width (Shopify) */
  .p8re-section.page-width,
  .p8re-container.page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p8re-section {
    background: #fff;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0.5rem;
  }

  .p8re-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .p8re-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .main-image-wrapper {
    position: relative;
    text-align: center;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  #main-product-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
    border-radius: 0;
  }

  .arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    font-family: 'Inter', sans-serif !important;
    text-align: center !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
    z-index: 5 !important;
    pointer-events: auto !important;
    border: none !important;
    padding: 0 !important;
  }

  .left-arrow {
    left: 6px !important;
  }

  .right-arrow {
    right: 6px !important;
  }

   .thumbs-swiper {
    margin: 0rem auto 1rem auto !important;
    padding: 12px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: white !important;
    box-shadow: none !important;
    max-width: 100% !important;
    margin-bottom: 0.5rem
  }

  .thumbs-swiper .swiper-slide {
    width: 48px !important;
    height: 48px !important;
    margin-right: 0 !important;
    border-radius: 6px !important;
    margin-right: 0 !important; /* ✅ doit être forcé à 0 */
  }

  .thumbs-swiper .swiper-slide img {
    width: 48px !important;
    height: 48px !important;
    border: 3px solid #e0e0e0; /* bordure fine grise */
    border-radius: 4px !important;
    object-fit: cover;
  }

  .thumbs-swiper .swiper-wrapper {
    padding: 0 12px !important;
    gap: 12px !important; /* ✅ remet un petit espace */
    box-sizing: border-box !important;
    width: auto !important;
    display: flex;
    justify-content: flex-start;                         
    align-items: center;
    /* 🐀𐀀򺰠𬁡s de gap ici */
  }
  
  .p8re-right {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 0.75rem;
    box-sizing: border-box;
  }

  .p8re-title {
    text-align: left !important;
    padding-left: 0.75rem;
    font-size: 24px !important;
    letter-spacing: -0.25px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .pp_tags_grid {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .p8re-right .pp_tags_grid .pp_tag {
    text-align: left !important;
    font-size: 10px !important;
    letter-spacing: -0.25px;
    padding-left: 0.75rem;
    font-weight: 500 !important;
    border-radius: 8px !important;
  }
  
  .p8re-subtitle {
    font-size: 14px !important;      /* ou 12px pour un look plus discret */
    font-weight: 400;
    color: #444;                     /* légèrement adouci, moins noir */
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    line-height: 1.3;
    text-align: left !important;
  }

  
  .p8re-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem !important;
    align-items: center;
    margin-top: 1rem;
  }

  .p8re-button {
    width: 100%;
    margin-top: 1rem !important;
  }


  .p8re-benefits {
    margin-top: 1rem;
    text-align: left;
    padding-left: 0.75rem;
  }
  
  .p8re-benefits-icons {
    display: flex;
    justify-content: space-between;
    gap: 8px; /* réduit l’espace entre les blocs */
    margin-top: 0.5rem !important; /* au lieu de 1.5rem */
    padding: 0 12px;
    text-align: center;
  }

  .p8re-benefits-icons .benefit {
    flex: 1 1 0;
    max-width: calc(33.333% - 6px); /* 🔥 pour tenir sur une ligne */
    padding: 0.75rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  }


  .p8re-benefits-icons .benefit img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;           /* ✅ SUPPRIME l'espace invisible en bas */
    margin: 0 auto; /* ✅ centre horizontalement le bloc */
  }

  .p8re-benefits-icons .benefit p {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.2; /* ✅ réduit l’interligne */
  }

  .variant-card {
    width: 100%;
    max-width: 330px; /* ✅ Réduit la largeur des variantes */
  }

  .variant-name {
    font-size: 18px !important;
    font-weight: 600;
  }

  .variant-price {
    font-size: 18px !important;
    font-weight: 600;
  }
  
  .variant-details {
    font-size: 14px !important;
    line-height: 1.1;
    margin-bottom: 0.5rem
  }

  .variant-price-day {
    font-size: 13px !important;
  }

  .variant-extra {
    font-size: 10px !important;
    margin-top: 0.5rem;
  }
    
  .variant-top {
    margin-bottom: 0.25rem !important; /* Réduit l'espace entre le nom et les détails */
  }
  
  .p8re-button {
    width: 100%;
    max-width: 330px; /* ✅ même largeur que les cartes */
  }
  
  .recharge-box {
     padding-left: 0.75rem;
  }
  
  .recharge-heading {
    font-size: 16px !important;     /* ✅ plus petit que le bouton */
    font-weight: 600;
    text-align: center;
    margin: 1.5rem auto 1rem auto;
    line-height: 1.3;
  }
  
  .recharge-image img {
    width: 110px !important; /* ou 64px si tu veux plus petit */
    height: 110px;
    border-radius: 6px;
  }
  
  .recharge-info {
    text-align: left !important;
  }
  
  .recharge-title {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.3;
  }
  
  .recharge-desc {
    font-size: 10px !important;
    line-height: 1.4;
    color: #555;
    margin-bottom: 6px;
  }
    
  .old-price {
    font-size: 14px !important;
    color: #000;
    text-decoration: line-through;
  }

  .new-price {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
  }

 @media screen and (max-width: 749px) {
  .banner {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
  }

  .banner__box,
  .banner__content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .banner::after,
  .banner__media::after {
    display: none !important;
    content: none !important;
  }

  .banner__media {
    max-height: 270px !important;
    overflow: hidden;
  }

  .banner__content {
    padding: 0.5rem 0 0 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .banner__content h2,
  .banner__content .banner__text {
    font-size: 22px !important;
    line-height: 1.2;
    margin: 0.25rem 0;
  }

  .banner__text {
    margin-bottom: 0.25rem !important;
  }

  .banner__box {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0 !important;
    background: transparent !important;
  }

  .p8re-banner-button {
    font-size: 11px !important;
    padding: 0.5rem 1rem !important;
    margin-top: 0.25rem !important;
    border-radius: 6px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px;
  }
   
  .banner__buttons {
    margin-top: 0 !important;
    padding-top: 0 !important;
    gap: 0 !important;
  }

  .p8re-full-width-image {
    display: none;
  }
 
  .p8re-respiration-mobile {
    background: #fff;
    padding: 4rem 2rem;
  }

  .respiration-wrapper {
    padding: 0.75rem;
  }

  .respiration-top-image {
    width: 100%;
    border-radius: 20px;
    height: auto;
    object-fit: cover;
    margin-bottom: 1rem;
  }

  .respiration-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Questrial', sans-serif;
    margin-bottom: 0.5rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
  }

  .respiration-subtitle {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Questrial', sans-serif;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  
  .respiration-full-image {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    object-fit: cover;
    margin-top: 0rem;
  }

  .comparison-cta {
    margin-top: 2rem;
    padding: 0 0.75rem;
    text-align: center;
  }
  
  .p8re-comparison-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Questrial', sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .p8re-comparison-button:hover {
    background-color: #111;
    transform: translateY(-2px);
  }
}


 