/** Shopify CDN: Minification failed

Line 144:0 Unexpected "}"

**/
/* Forcer l'affichage permanent des flèches du slideshow sur mobile */
@media screen and (max-width: 749px) {
  slideshow-component .slideshow-control,
  slideshow-component[actioned] .slideshow-control,
  slideshow-component:not([actioned]) .slideshow-control {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: auto !important;
  }
}

/* EFFET BULLE CHAT NÉON - Bloc "story" dans la diapositive */
.text-block--ATWl4ZklxeXBYM0Zjb__text_zRaVdr {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 2px solid rgb(255, 255, 255) !important;
  box-shadow: 
    0 0 5px rgba(255, 20, 147, 0.8),
    0 0 20px rgba(255, 20, 147, 0.5),
    0 0 30px rgba(255, 20, 147, 0.3),
    inset 0 0 25px rgba(255, 255, 255, 0.22) !important;
  border-radius: 15px !important;
}

/* Repositionner l'icône */
.text-block--ATWl4ZklxeXBYM0Zjb__text_zRaVdr .icon-block__media {
  bottom: 2px !important;
  right: 2px !important;
}

/* Annuler l'effet sur le texte à l'intérieur */
.text-block--ATWl4ZklxeXBYM0Zjb__text_zRaVdr p {
  background: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ajuster l'affichage de la vidéo dans le slideshow */
.slideshow__media video {
  object-fit: contain !important;
  max-height: 90vh;
}

#template--27189367669118__slideshow_fHgLYQ .slideshow__media video {
  object-fit: contain !important;
  max-height: 90vh;
}

/* Animation reveal pour tous les titres de collections */
@keyframes revealTitle {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Cibler le span visible dans le lien de collection */
.collection-card__link span:not(.visually-hidden) {
  display: inline-block;
  animation: revealTitle 0.8s ease-out forwards;
  opacity: 0;
}

/* Délai progressif pour l'effet cascade */
li:nth-child(1) .collection-card__link span:not(.visually-hidden) { animation-delay: 0.1s; }
li:nth-child(2) .collection-card__link span:not(.visually-hidden) { animation-delay: 0.2s; }
li:nth-child(3) .collection-card__link span:not(.visually-hidden) { animation-delay: 0.3s; }
li:nth-child(4) .collection-card__link span:not(.visually-hidden) { animation-delay: 0.4s; }
li:nth-child(5) .collection-card__link span:not(.visually-hidden) { animation-delay: 0.5s; }
li:nth-child(6) .collection-card__link span:not(.visually-hidden) { animation-delay: 0.6s; }

/* Enlever l'ombre des supports multimédia dans les cartes produit */
.product-card__gallery,
.product-card-gallery,
.media-gallery,
[class*="product_card_gallery"] {
  box-shadow: none !important;
  filter: none !important;
}
.button-secondary {
  transition: background-color 0.8s ease, color 0.8s ease, border-color 0.8s ease;
}

.button-secondary:hover {
  background-color: #e3004eff;
  color: #ffffff;
  border-color:rgb(255, 255, 255);
}
/* Transition pour le fade out du jumbo-text spécifique */
jumbo-text[data-text-effect="reveal"][data-animation-repeat="true"] {
  transition: opacity 0.8s ease-out;
}

jumbo-text[data-text-effect="reveal"][data-animation-repeat="true"].fade-out {
  opacity: 0;
  pointer-events: none;
}
/* Ombre légère permanente sur les conteneurs de média produit */
.product-media {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px;
  transition: box-shadow 0.3s ease !important;
}

/* Ombre rose au survol */
.product-media:hover {
  box-shadow: 0 4px 16px rgba(227, 0, 78, 0.3) !important;
}
/* Effet de soulignement rose au survol des titres produit */
.text-block[class*="product_title"] p {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.text-block[class*="product_title"] p::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #e3004e;
  transition: width 0.3s ease;
}

.text-block[class*="product_title"]:hover p::after {
  width: 100%;
}

}
/* Désactiver l'effet de soulignement sur le texte de la page blog story */
.text-block--AV282RmF0dWRuc0RLV__text_pcwxfg p::after {
  display: none !important;
}

.text-block--AV282RmF0dWRuc0RLV__text_pcwxfg p {
  border: none !important;
  box-shadow: none !important;
}
/* Copie de l'effet typewriter existant pour le nouveau bloc */
.text-block--ATXRLUjZndmppVnlnd__text_pcwxfg[data-text-effect="typewriter"] p {
  opacity: 1;
  visibility: visible;
}

.text-block--ATXRLUjZndmppVnlnd__text_pcwxfg[data-text-effect="typewriter"] p span {
  display: inline-block;
  max-width: 100%;
  text-align: inherit;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Ciblage ultra-précis */
@media screen and (max-width: 749px) {
  [data-section-id="template--27351581131134__section_h6eLKF"] jumbo-text {
    margin-top: 60px !important;
  }
}
/* EFFET FLOTTEMENT continu - Version corrigée */
[data-section-id="template--27351581131134__section_DGLCHD"] .multicolumn__column:nth-child(1) img {
  animation: float-1 3s ease-in-out infinite;
}

[data-section-id="template--27351581131134__section_DGLCHD"] .multicolumn__column:nth-child(2) img {
  animation: float-2 3.5s ease-in-out infinite 0.5s;
}

[data-section-id="template--27351581131134__section_DGLCHD"] .multicolumn__column:nth-child(3) img {
  animation: float-3 4s ease-in-out infinite 1s;
}

@keyframes float-1 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

@keyframes float-2 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-18px); }
}

@keyframes float-3 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

/* Animation Stagger cascade - Bloc multicolonne Production */
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div {
  opacity: 1;
}

/* Tous les éléments enfants commencent invisibles */
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Cascade d'apparition par type d'élément */
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in h1,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in h2,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in h3,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in h4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in p,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in span,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in div {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in a,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in button,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in .button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in img,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in svg,
#shopify-section-template--27351581131134__section_DGLCHD .custom-section-content > div.animate-in picture {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}
/* Cercles roses UNIQUEMENT pour les accordéons de détails produit */
.details summary svg:last-child,
accordion-custom summary svg:last-child {
  background-color: #e3004eff !important;
  border-radius: 50% !important;
  padding: 8px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}

/* Flèches blanches plus épaisses */
.details summary svg:last-child path,
accordion-custom summary svg:last-child path {
  stroke: white !important;
  fill: none !important;
  stroke-width: 4.0px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Rotation selon l'état - Flèche vers le HAUT quand fermé, BAS quand ouvert */
.details:not([open]) summary svg:last-child,
accordion-custom details:not([open]) summary svg:last-child {
  transform: rotate(0deg) !important;
}

.details[open] summary svg:last-child,
accordion-custom details[open] summary svg:last-child {
  transform: rotate(180deg) !important;
}

/* Animation au survol - DESKTOP UNIQUEMENT */
@media (hover: hover) and (pointer: fine) {
  .details summary:hover svg:last-child,
  accordion-custom summary:hover svg:last-child {
    transform: scale(1.3) rotate(180deg) !important;
    box-shadow: 0 2px 14px rgba(227, 0, 78, 0.4) !important;
  }
  
  /* Quand ouvert ET survol */
  .details[open] summary:hover svg:last-child,
  accordion-custom details[open] summary:hover svg:last-child {
    transform: scale(1.3) rotate(185deg) !important;
  }
}

/* Animation rotation + effet néon rose au survol de icon2.png - DESKTOP UNIQUEMENT */
img[src*="icon2.png"] {
  transition: all 0.2s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  img[src*="icon2.png"]:hover {
    transform: scale(1.3) rotate(180deg) !important;
    filter: drop-shadow(0 2px 10px rgba(227, 0, 78, 0.6)) !important;
  }
}

/* Effet typewriter pour "What's the Prompt ?" - SANS barre de frappe */
[data-block-id*="text_gXMUag"] p,
.text-block[class*="text_gXMUag"] p {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 0.01em;
  text-transform: none !important;
  width: 0;
  animation: typing 0.8s steps(22, end) 0.3s forwards;
}

@keyframes typing {
  from { width: 0; }
  to { width: 22ch; }
}

/* Déplacer le bloc texte vers la droite - DESKTOP UNIQUEMENT */
@media screen and (min-width: 500px) {
  .text-block--AbEcyUzNPeWlWZzBpb__text_6VVL6m {
    margin-left: auto !important;
    margin-right: 100 !important;
  }
}

/* Margin settings */
@media (min-width: 750px) {
  .jumbo-text {
    margin-left: auto !important;
    margin-right: 100px !important;
  }
}

/* Image floue par défaut */
.image-block--AbEcyUzNPeWlWZzBpb__image_PgLJC9 img {
  filter: blur(10px);
  opacity: 0;
  transform: scale(1.05);
  transition: filter 0.8s ease-out, opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Cacher les cartes produits complètes par défaut (image + titre + prix) */
#shopify-section-template--27277961757054__product_list_gLiPV8 .product-card,
#shopify-section-template--27277961757054__product_list_gLiPV8 .product-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.6s ease, visibility 0.6s, transform 0.6s ease;
}

/* Afficher les cartes quand révélées */
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card,
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Effet stagger pour les cartes successives */
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card:nth-child(1),
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item:nth-child(1) {
  transition-delay: 0.1s;
}

#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card:nth-child(2),
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item:nth-child(2) {
  transition-delay: 0.3s;
}

#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card:nth-child(3),
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item:nth-child(3) {
  transition-delay: 0.5s;
}

#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card:nth-child(4),
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item:nth-child(4) {
  transition-delay: 0.7s;
}

/* Cibler uniquement le bloc texte "Create ✨" */
.text-block--Ab2lhRTgyN1lNb0MzZ__text_wFUG9p {
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: inline-block;
}

.text-block--Ab2lhRTgyN1lNb0MzZ__text_wFUG9p:hover {
  transform: translateX(5px);
  opacity: 0.7;
}

/* Effet sur la flèche adjacente au hover du texte */
.text-block--Ab2lhRTgyN1lNb0MzZ__text_wFUG9p:hover ~ #shopify-block-AWlFIcWpUQWZKQTJLY__icon_nVD7WY svg,
#shopify-block-AWlFIcWpUQWZKQTJLY__icon_nVD7WY:hover svg {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}

/* Animation icône rose */
#shopify-block-ASGRmckZHREM3YmRMR__icon_6NV6iK img {
  cursor: pointer;
  padding: 1px;
  border-radius: 50%;
  background: rgba(255, 105, 180, 0.1);
  border: 0px solid rgba(255, 105, 180, 0.4);
  animation: neon-icon-pink 5s ease-in-out infinite;
}

@keyframes neon-icon-pink {
  0%, 100% {
    transform: scale(1);
    box-shadow: 
      0 0 10px rgba(255, 105, 180, 0.3),
      0 0 20px rgba(255, 105, 180, 0.2);
    border-color: rgba(255, 105, 180, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 
      0 0 20px rgba(255, 105, 180, 0.6),
      0 0 40px rgba(255, 105, 180, 0.4),
      0 0 60px rgba(255, 105, 180, 0.2);
    border-color: rgba(255, 105, 180, 1);
  }
}

/* Images produits : floues et zoomées par défaut */
#shopify-section-template--27277961757054__product_list_gLiPV8 .product-media-container img {
  filter: blur(20px);
  opacity: 0;
  transform: scale(1.3);
  visibility: hidden;
}

/* Assurer que le conteneur est positionné */
.product-card,
.product-item {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

/* Animation de dézoom progressif avec défloutage */
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-media-container img {
  animation: blur-dezoom-reveal 1.2s ease-out forwards;
}

@keyframes blur-dezoom-reveal {
  0% {
    filter: blur(20px);
    opacity: 0;
    transform: scale(1.3);
    visibility: hidden;
  }
  30% {
    opacity: 0.5;
    visibility: visible;
  }
  60% {
    filter: blur(8px);
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}

/* Effet stagger pour les images avec le même timing que les cartes */
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card:nth-child(1) img,
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item:nth-child(1) img {
  animation-delay: 0.1s;
}

#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card:nth-child(2) img,
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item:nth-child(2) img {
  animation-delay: 0.3s;
}

#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card:nth-child(3) img,
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item:nth-child(3) img {
  animation-delay: 0.5s;
}

#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-card:nth-child(4) img,
#shopify-section-template--27277961757054__product_list_gLiPV8.images-revealed .product-item:nth-child(4) img {
  animation-delay: 0.7s;
}

/* Gradient animé sur le texte "Create ✨" */
.text-block--Ab2lhRTgyN1lNb0MzZ__text_wFUG9p p {
  background: linear-gradient(
    15deg,
    #ffcdebff,
    #e3004eff,
    #451cc1ff,
    #48eaeaff,
    #ff69b4
  );
  background-size: 400% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-gradient 7s linear infinite;
  filter: drop-shadow(0 0 20px rgba(255, 105, 180, 0.3));
}

@keyframes rainbow-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 400% 50%;
  }
}

/* Effet zoom sur TOUTES les icônes de la page */
.icon-block {
  position: relative;
  z-index: 1;
  transition: z-index 0s;
}

.icon-block:hover {
  z-index: 100;
}

.icon-block svg,
.icon-block img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}

.icon-block:hover svg,
.icon-block:hover img {
  transform: scale(1.25);
  filter: drop-shadow(0 0 15px rgba(255, 105, 180, 0.8)) brightness(1.2);
  z-index: 100;
}


/* S'assurer que les cartes produits ont un z-index inférieur */
.product-card,
.product-item {
  position: relative;
  z-index: 1;
}

.section-background.color-scheme-11c4c582-9bcd-4ae6-9ad5-63afc5e981fb {
  background-image: url('https://shopify-staged-uploads.storage.googleapis.com/tmp/97121829246/files/b29b71dc-3729-43f0-a21c-8e8c1da82446/242.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* === Background image pour section TECH SPORT === */

#shopify-section-template--27277961822590__product_list_YJ6z4G {
  position: relative;
}

#shopify-section-template--27277961822590__product_list_YJ6z4G::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

/* Assurer que le contenu reste au-dessus */
#shopify-section-template--27277961822590__product_list_YJ6z4G > * {
  position: relative;
  z-index: 1;
}

/* Optionnel : overlay sombre pour améliorer la lisibilité */
#shopify-section-template--27277961822590__product_list_YJ6z4G::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Ajustez l'opacité si besoin */
  z-index: 0;
  pointer-events: none;
}

/* Séparer l'animation du bouton Story de tous les autres éléments */
.button-secondary--AMFM2MCtWSW95Ukhyd__button_KgE9za {
  transition: opacity 0.8s ease-in 0s, visibility 0s !important;
  will-change: opacity;
  isolation: isolate; /* Créer un nouveau contexte d'empilement */
}


/* Supprimer l'espace au-dessus du header-group */
#header-group {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.shopify-section-group-header-group {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Points de navigation - forcer les couleurs fixes */
[id*="MainProduct"] .slideshow-control.button.button-unstyled,
[id*="main"] .slideshow-control.button.button-unstyled,
.product-media .slideshow-control.button.button-unstyled {
  width: 7px !important;
  height: 7px !important;
  min-width: 7px !important;
  min-height: 7px !important;
  padding: 0 !important;
  margin: 0 0.5px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 4px rgba(255, 105, 180, 0.8) !important;
  font-size: 0 !important;
  transition: all 0.3s ease !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  -webkit-filter: none !important;
  color: white !important;
  opacity: 1 !important;
}

/* Point actif - forcer les couleurs fixes */
[id*="MainProduct"] .slideshow-control.button.button-unstyled[aria-selected="true"],
[id*="main"] .slideshow-control.button.button-unstyled[aria-selected="true"],
.product-media .slideshow-control.button.button-unstyled[aria-selected="true"] {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 0 8px #e3004eff, 
              0 2px 6px rgba(255, 105, 180, 0.8) !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
}

/* Désactiver tout filtre sur le conteneur parent */
[id*="MainProduct"] .slider-buttons,
[id*="main"] .slider-buttons,
.product-media .slider-buttons {
  filter: none !important;
  mix-blend-mode: normal !important;
}

#text_tBFd48 {
  border: 2px solid #000000; /* Épaisseur et couleur du contour */
  padding: 15px; /* Espacement intérieur */
  border-radius: 8px; /* Coins arrondis (optionnel) */
}

.text-block--Ab3o4TjIrMllEK2IzQ__text_cxG96C {
  transition: all 0.3s ease;
}

.text-block--Ab3o4TjIrMllEK2IzQ__text_cxG96C a {
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.text-block--Ab3o4TjIrMllEK2IzQ__text_cxG96C:hover {
  --text-background-color: #ffffff !important;
}

.text-block--Ab3o4TjIrMllEK2IzQ__text_cxG96C:hover a {
  background: linear-gradient(45deg, #ff1d9d, #e3004eff, #451cc1ff, #ffc2eb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none !important;
}

.text-block--Ab3o4TjIrMllEK2IzQ__text_cxG96C:active {
  --text-background-color: #ffffff !important;
  transform: scale(0.98);
}

.text-block--Ab3o4TjIrMllEK2IzQ__text_cxG96C:active a {
  background: linear-gradient(45deg, #ff1d9d, #e3004eff, #451cc1ff, #ffc2eb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none !important;
}

.reveal-element {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, filter 0.8s ease-out, transform 0.8s ease-out;
}

.reveal-element.revealed {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.typewriter-text {
  opacity: 1;
}

.typewriter-text.typing {
  animation: fadeInText 2s ease-in forwards;
}

.typewriter-text.typing p {
  opacity: 1;
  animation: revealLine 3s ease-in forwards;
}

.typewriter-text.typing p:nth-child(1) { animation-delay: 0s; }
.typewriter-text.typing p:nth-child(2) { animation-delay: 1s; }
.typewriter-text.typing p:nth-child(3) { animation-delay: 2s; }
.typewriter-text.typing p:nth-child(4) { animation-delay: 3s; }

@keyframes fadeInText {
  to { opacity: 1; }
}

@keyframes revealLine {
  to { opacity: 1; }
}

/* État initial - caché */
.reveal-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* État révélé */
.reveal-element.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Variantes d'effets reveal (optionnel) */
.reveal-element.fade-up {
  transform: translateY(50px);
}

.reveal-element.fade-in {
  transform: none;
}

.reveal-element.slide-left {
  transform: translateX(-50px);
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
/* === EFFET OMBRE SUR LES CARTES PRODUITS === */
.product-card,
.static-product-card,
[class*="static-product-card"] {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  border-radius: 12px !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
  overflow: hidden !important;
  background: white !important;
}

/* Ombre plus prononcée au survol - DESKTOP UNIQUEMENT */
@media (hover: hover) and (pointer: fine) {
  .product-card:hover,
  .static-product-card:hover,
  [class*="static-product-card"]:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18) !important;
    transform: translateY(-4px) !important;
  }
}

/* S'assurer que l'ombre n'est pas sur les médias mais sur la carte entière */
.product-card .product-media,
.product-card .product-card__gallery,
.product-card [class*="product_card_gallery"],
.static-product-card .product-media,
.static-product-card .product-card__gallery,
.static-product-card [class*="product_card_gallery"] {
  box-shadow: none !important;
  filter: none !important;
}

/* Cache l'icône flèche native */
accordion-custom summary .icon,
accordion-custom summary svg {
  display: none;
}

/* Icône fermé (pink/blanc) — état par défaut */
accordion-custom summary::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-left: auto;
  background-image: url('/cdn/shop/files/Bouton_Pink2_5f26e677-12c3-40c2-86a8-c38ad122c4ca.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

/* Icône ouvert (noir/pink) — rotation 45° = croix */
accordion-custom details[open] summary::after {
  background-image: url('/cdn/shop/files/Bouton_black_pink.png');
  transform: rotate(45deg);
}

/* Masquer la loupe quand le menu mobile est ouvert */
@media screen and (max-width: 749px) {
  body:has(details[open]) .search-modal__button,
  body:has(.menu-drawer--is-open) .search-modal__button,
  body:has(.header__menu-toggle[aria-expanded="true"]) .search-modal__button {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }
}

/* Rotation 180° - toutes les icônes "What's the prompt" sur toutes les fiches produit */
[class*="icon-block"][class*="__icon_yjwpem"] {
  transition: transform 0.4s ease !important;
}

.text-block:hover [class*="icon-block"][class*="__icon_yjwpem"] {
  transform: rotate(180deg) !important;
}

.text-block:active [class*="icon-block"][class*="__icon_yjwpem"] {
  transform: rotate(180deg) scale(0.9) !important;
}

@media screen and (min-width: 750px) {
  #shopify-section-template--27726430011774__slideshow_kQiJ7V img {
    object-fit: contain !important;
    height: auto !important;
  }
}

@media screen and (min-width: 750px) {
  #shopify-section-template--27726430011774__slideshow_ecftaQ img {
    object-fit: contain !important;
    height: auto !important;
  }
}

@media screen and (min-width: 750px) {
  #shopify-section-template--27726430011774__slideshow_J8hCDK img {
    object-fit: contain !important;
    height: auto !important;
  }
}

@media screen and (max-width: 749px) {
  #shopify-section-template--27726430011774__product_list_wjmQVy .text-block {
    --padding-inline-start: 12px !important;
    --padding-inline-end: 12px !important;
  }
}

#shopify-section-sections--27726424834430__footer_WnX4aJ .popup-link {
  align-self: flex-start !important;
  width: 100% !important;
}

#shopify-section-sections--27726424834430__footer_WnX4aJ .popup-link__button {
  justify-content: flex-start !important;
}

@media screen and (min-width: 750px) {
  #shopify-section-sections--27726424834430__footer_WnX4aJ .footer-utilities__icons,
  #shopify-section-sections--27726424834430__footer_WnX4aJ .popup-link {
    justify-content: center !important;
    text-align: center !important;
  }
  
  #shopify-section-sections--27726424834430__footer_WnX4aJ .utilities {
    align-items: center !important;
  }
}

@media screen and (min-width: 750px) {
  #shopify-section-template--27726429946238__slideshow_En68Cx img {
    object-fit: contain !important;
    height: auto !important;
  }
}

@media screen and (min-width: 750px) {
  #shopify-section-template--27726429716862__slideshow_qGcDKt img {
    object-fit: contain !important;
    height: auto !important;
  }
}

@media screen and (min-width: 750px) {
  #shopify-section-template--27726429815166__slideshow_RV9PTa img {
    object-fit: contain !important;
    height: auto !important;
  }
}

@media screen and (min-width: 750px) {
  #shopify-section-template--27726430011774__slideshow_ai9mEi img {
    object-fit: contain !important;
    height: auto !important;
  }
}
