/** Shopify CDN: Minification failed

Line 519:0 Expected "}" to go with "{"

**/

.product-difficulty-inline,
.product-difficulty {
  display: inline-block;
  font-weight: 500;      /* plus fin que bold */
  font-size: 0.9em;      /* plus petit que le texte normal */
  color: #ffcc00;        /* couleur qui reste visible */
  margin-top: 3px;
}

.product-difficulty strong {
  font-weight: 600;      /* le mot Niveau un peu plus marqué */
}

/* Réduit espace entre prix/taxes et difficulté */
.product__tax,
.product-difficulty {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

/* Réduit l'espace entre la difficulté et les versions */
.product-difficulty {
  display: block;
  margin-bottom: 4px !important;
}

/* Réduit l'espacement entre version et quantité */
.product-form__input {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}


.product__info-container .price {
  font-size: 2.4rem;
  font-weight: bold;
}


/* Style personnalisé uniquement pour le menu "Trier par" */
.sorting .select__select {
  background-color: #383838 !important;  /* Fond gris foncé personnalisé */
  color: #ffffff !important;             /* Texte blanc */
  border: 1px solid #555;
  border-radius: 4px;
}

/* Options dans le menu déroulant */
.sorting .select__select option {
  background-color: #383838 !important;
  color: #ffffff !important;
}

/* Focus (quand on clique dessus) */
.sorting .select__select:focus {
  background-color: #383838 !important;
  color: #ffffff !important;
  outline: none;
}


/* Icônes Pify plus visibles */
.pify-form-wrapper i {
  color: rgb(200,200,200) !important;  /* gris clair lisible */
}


/* Centrer le texte sur les diapos en mobile */
@media screen and (max-width: 749px) {
  .slideshow__text-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    color: #fff !important;
    z-index: 5;
  }

  .slideshow__media {
    position: relative;
  }

  .slideshow__text {
    max-width: 90%;
  }
}


/* --- Popup Newsletter --- */
.newsletter-modal {
  display: none; /* Caché par défaut */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.newsletter-content {
  background: #2c2c2c;
  max-width: 500px;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.newsletter-content h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.newsletter-content p {
  margin-bottom: 20px;
}

.newsletter-content input {
  width: 80%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.newsletter-content button {
  background: #d12b0d; /* Orange sanguin */
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.newsletter-content button:hover {
  background: #ff3b1a;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}


.header__inline-menu {
    display: none !important;
}



/* Compte : libellé + pastille d’état */
.header__icons .account-label{
  margin-left:6px;
  font-size:14px;
  line-height:1;
  color:inherit;
}

.svg-wrapper{ display:inline-flex; vertical-align:middle; }

.account-status{
  display:inline-block;
  width:8px;
  height:8px;
  margin-left:6px;
  border-radius:999px;
  background:#A3A3A3; /* off par défaut */
  vertical-align:middle;
}
.account-status--on{ background:#22c55e; }   /* vert connecté */
.account-status--off{ background:#A3A3A3; }  /* gris non connecté */

/* Sur mobile : on cache le libellé pour garder un header propre */
@media (max-width: 990px){
  .header__icons .account-label{ display:none; }
}
/* Amélioration du style du lien Connexion / Mon compte */
.header__icon--account {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f2f2f2; /* Couleur claire pour thème sombre */
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__icon--account:hover {
  color: #005BD3; /* ton bleu d’accent */
}

.header__icon--account svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Pastille d’état (connexion / non connecté) */
.account-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
}

.account-status--on {
  background: #005BD3; /* bleu Paper In Events */
}

.account-status--off {
  background: #777;
}

/* Cache le texte sur mobile */
@media (max-width: 990px) {
  .account-label {
    display: none;
  }
}
/* Pastille d'état du compte (collée à l'icône, en bas à droite) */
.header__icon--account {
  position: relative;
}

.header__icon--account .account-dot {
  position: absolute;
  bottom: 1px;         /* touche le bord inférieur de l’icône */
  right: 1px;          /* touche le bord droit */
  width: 9px;          /* légèrement réduite pour coller visuellement */
  height: 9px;
  border-radius: 50%;
  background: #777;    /* non connecté */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  pointer-events: none; /* évite tout blocage de clic */
}

.header__icon--account .account-dot.on {
  background: #22c55e; /* vert = connecté */
}

/* ====== DIAPORAMA — Carte texte compacte, sans flou ====== */

/* 0) Couche d’overlay de Dawn : on la coupe pour éviter l’effet laiteux */
.slideshow .banner,
.slideshow .banner::before {
  --overlay-opacity: 0 !important;
  filter: none !important;
}

/* 1) Carte grise semi-transparente et compacte */
.slideshow .banner__content { text-align: center; }

.slideshow .banner__content .banner__box,
.slideshow .slideshow__text-wrapper .banner__box,
.slideshow .banner--stacked .banner__content .banner__box {
  background: rgba(56, 56, 56, 0.25) !important; /* #383838, ~68% */
  color: #fff !important;
  border-radius: 14px;
  padding: 14px 20px;
  display: inline-block;          /* la boîte suit son contenu */
  width: auto;                    /* jamais full width */
  max-width: min(820px, 90vw);    /* ne dépasse pas l’écran */
  margin: 0 auto;                 /* centrée */
  box-shadow: none !important;

  /* tue tout flou / verre dépoli */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* 2) Espaces dans la carte */
.slideshow .banner__content .banner__box h1,
.slideshow .banner__content .banner__box h2,
.slideshow .banner__content .banner__box h3,
.slideshow .banner__content .banner__box p {
  margin: 6px 0;
}

/* 3) Bouton clean (sans contour blanc) */
.slideshow .banner__content .banner__box .button,
.slideshow .slideshow__text-wrapper .banner__box .button {
  background: #fff !important;
  color: #383838 !important;
  border: 0 !important;
  border-radius: 10px;
  box-shadow: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.slideshow .banner__content .banner__box .button:hover,
.slideshow .slideshow__text-wrapper .banner__box .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
  background: #f2f2f2 !important;
}

/* 4) Mobile : encore plus compact */
@media (max-width: 749px) {
  .slideshow .banner__content .banner__box,
  .slideshow .slideshow__text-wrapper .banner__box,
  .slideshow .banner--stacked .banner__content .banner__box {
    padding: 10px 14px;
    border-radius: 12px;
    max-width: 92vw;             /* un peu plus étroit pour respirer */
  }


@media screen and (min-width: 990px) {

  /* Conteneur principal du menu déroulant */
  .header__submenu.submenu-desktop {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 1.5rem 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.25s ease;
  }

  /* Apparition fluide au survol */
  li:hover > .header__submenu.submenu-desktop {
    opacity: 1;
    transform: translateY(0);
  }

  /* Colonnes principales (ex : Kit Papercraft / Par type) */
  .header__submenu.submenu-desktop > li {
    background: rgba(55, 55, 55, 0.65) !important;
    border: 1px solid rgba(170, 170, 170, 0.6) !important;
    border-radius: 12px;
    padding: 1.4rem 1.6rem;
    min-width: 200px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
  }

  .header__submenu.submenu-desktop > li:hover {
    background: rgba(70, 70, 70, 0.8) !important;
    border-color: #cfcfcf !important;
    transform: translateY(-3px);
  }

  /* Titre de chaque colonne */
  .header__submenu.submenu-desktop summary span {
    display: block;
    font-weight: 600;
    font-size: 1.05rem;
    color: #f1f1f1;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #666;
    padding-bottom: 0.3rem;
  }

  /* Liens internes (sous-catégories) */
  .header__submenu.submenu-desktop > li ul li {
    background: none !important;     /* plus de bulles ici */
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .header__submenu.submenu-desktop a {
    color: #d0d0d0 !important;
    text-decoration: none;
    display: block;
    padding: 0.25rem 0;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .header__submenu.submenu-desktop a:hover {
    color: #fff !important;
    transform: translateX(3px);
  }

  /* Supprimer les flèches */
  .header__submenu.submenu-desktop summary svg {
    display: none !important;
  }

  /* Nettoyage des fonds noirs hérités */
  .header__submenu.list-menu--disclosure,
  .header__submenu.global-settings-popup,
  .header__submenu.submenu-desktop ul,
  .global-settings-popup {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Menus simples (sans sous-niveau) */
  .header__submenu:not(.submenu-desktop) {
    background: rgba(55, 55, 55, 0.65) !important;
    border: 1px solid rgba(150, 150, 150, 0.4) !important;
    border-radius: 12px;
    padding: 0.8rem 1.2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .header__submenu:not(.submenu-desktop) li {
    background: none !important;
    border: none !important;
  }
}
/* Réduire la largeur du menu mobile Dawn */
.menu-drawer {
  max-width: 80% !important; /* tu peux tester 70% ou 60% */
}

/* Empêche de se centrer, reste collé à gauche */
.menu-drawer__inner {
  margin-left: 0 !important;
}
.menu-drawer__inner {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

/* Animation du menu coulissant */
.menu-drawer[open] {
  transform: translateX(0);
  opacity: 1;
}


/* Amélioration du style des liens */
.menu-drawer__menu-item {
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: color 0.2s ease;
}

.menu-drawer__menu-item:hover {
  color: #ffffff !important;
}

/* --- Ouvrir les sous-menus au survol sur desktop --- */
@media screen and (min-width: 990px) {
  .header__menu-item:hover > .header__submenu,
  .header__menu-item:focus-within > .header__submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  /* Empêche le clic obligatoire */
  .header__submenu {
    transition: all 0.2s ease-in-out;
  }
}


/* ------ TAXE À CÔTÉ DU PRIX ------ */
.product__price {
  display: flex;
  align-items: baseline;
  gap: 10px; /* espace entre prix et taxes */
}

/* Style de la taxe */
.product-tax-inline {
  display: inline-flex;
  font-size: 0.95rem;
  opacity: 0.85;
  white-space: nowrap;
  margin-left: 4px;
  vertical-align: baseline;
}

.product-info .product__short-description,
.product-info .product__short-description p {
  font-size: 0.85rem !important;
  line-height: 1.45 !important;
  
  opacity: 0.95;
}



