/* T'AIM - refonte visuelle (accent or/noir renforcé) */

/* Le widget Judge.me masque son carrousel d'avis en attendant son script live (indisponible en clone statique) : on le force à s'afficher */
.jdgm-carousel {
  display: block !important;
}

.jdgm-carousel .jdgm-carousel__item-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.jdgm-carousel-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(242, 218, 167, 0.2);
  border-radius: 8px;
  padding: 1.25rem;
  width: 260px;
  flex-shrink: 0;
}

.jdgm-carousel__arrows {
  display: none !important;
}

/* Assombrit l'image de fond du hero pour que le texte reste lisible, sans se mélanger aux détails/texte de l'image elle-même */
#Banner-template--24738134917462__image_banner .banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}

.taim-hero-tagline {
  font-family: 'Orbitron', var(--font-heading-family);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: rgb(255, 255, 255);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 0 30px rgba(241, 177, 45, 0.5);
  margin: 0 0 1.25rem 0;
  font-size: calc(var(--font-heading-scale) * 2.6rem);
}

@media screen and (min-width: 750px) {
  .taim-hero-tagline {
    font-size: calc(var(--font-heading-scale) * 4.2rem);
  }
}

.taim-hero-sub {
  color: rgb(242, 218, 167);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}

.taim-hero-cta {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.taim-badge {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  padding: 0.35em 0.9em;
  background: rgb(241, 177, 45);
  color: rgb(18, 18, 18);
  border-radius: 3px;
  box-shadow: 0 0 16px rgba(241, 177, 45, 0.5);
}

.taim-badge--outline {
  background: transparent;
  color: rgb(241, 177, 45);
  border: 1px solid rgb(241, 177, 45);
  box-shadow: none;
}

/* Titres de section plus percutants */
.collection__title .title,
.blog__title .title,
.main-page-title,
.title-wrapper .h1,
.main-blog h1,
.product__title {
  font-family: 'Orbitron', var(--font-heading-family);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

/* Boutons plus affirmés */
.button, button.button, a.button {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Badges de vente Shopify (Promotion/Épuisé) plus visibles */
.badge {
  font-weight: 800;
  letter-spacing: 0.04em;
}

.taim-intro-tagline {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgb(242, 218, 167);
}

.taim-buy-amazon {
  display: inline-block;
  margin: 1rem 0 0.5rem 0;
  padding: 1rem 1.5rem;
  background: rgb(255, 153, 0);
  color: rgb(18, 18, 18);
  border: none;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 18px rgba(255, 153, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.taim-buy-amazon:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(255, 153, 0, 0.55);
  color: rgb(18, 18, 18);
}

.taim-buy-amazon svg {
  width: 1.3em;
  height: 1.3em;
  vertical-align: -0.3em;
  margin-right: 0.4em;
}

/* --- 2. Badge NOUVEAU sur les visuels produit --- */
.product__media-item {
  position: relative;
}

.taim-new-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
  display: inline-block;
  font-family: 'Orbitron', var(--font-heading-family);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4em 0.9em;
  background: rgb(241, 177, 45);
  color: rgb(18, 18, 18);
  border-radius: 3px;
  box-shadow: 0 0 14px rgba(241, 177, 45, 0.6);
}

/* --- 3. Bandeau de réassurance unifié --- */
.taim-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3rem;
  padding: 1.5rem 1rem;
  background: rgb(10, 10, 10);
  border-top: 1px solid rgba(241, 177, 45, 0.25);
  border-bottom: 1px solid rgba(241, 177, 45, 0.25);
}

.taim-trust-strip__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgb(242, 218, 167);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1rem;
}

.taim-trust-strip__item svg {
  width: 1.4em;
  height: 1.4em;
  flex-shrink: 0;
  color: rgb(241, 177, 45);
}

/* --- 5. Séparateurs diagonaux entre sections produit --- */
.taim-diagonal-divider {
  position: relative;
  height: 60px;
  margin-top: -30px;
  z-index: 3;
  background: rgb(0, 0, 0);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  pointer-events: none;
}

/* --- 6. Micro-interactions : zoom/glow au survol des images produit --- */
.product__media-wrapper img,
.product__media img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.product__media-wrapper:hover img,
.product__media:hover img {
  transform: scale(1.035);
  filter: drop-shadow(0 0 22px rgba(241, 177, 45, 0.35));
}

/* --- 7. Navigation rapide sous le hero --- */
.taim-quick-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.25rem 1rem;
}

.taim-quick-nav a {
  color: rgb(242, 218, 167);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 0.6em 1.3em;
  border: 1px solid rgba(242, 218, 167, 0.35);
  border-radius: 999px;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.taim-quick-nav a:hover {
  color: rgb(241, 177, 45);
  border-color: rgb(241, 177, 45);
  box-shadow: 0 0 14px rgba(241, 177, 45, 0.35);
}

/* Description produit */
.taim-product-desc {
  color: rgba(242, 218, 167, 0.85);
  line-height: 1.55;
  margin: 0.75rem 0 1rem 0;
  max-width: 46em;
}

/* Détails techniques dépliables (au lieu d'un lien vers une autre page) */
.taim-details-toggle {
  margin-top: 0.5rem;
}

.taim-details-toggle > summary {
  cursor: pointer;
  list-style: none;
  color: rgb(242, 218, 167);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.taim-details-toggle > summary::-webkit-details-marker {
  display: none;
}

.taim-details-toggle > summary .icon-arrow {
  transition: transform 0.2s ease;
}

.taim-details-toggle[open] > summary .icon-arrow {
  transform: rotate(90deg);
}

.taim-details-content {
  margin-top: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(242, 218, 167, 0.2);
  border-radius: 6px;
  color: rgba(242, 218, 167, 0.9);
  line-height: 1.6;
}

.taim-details-content h4 {
  font-family: 'Orbitron', var(--font-heading-family);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: rgb(241, 177, 45);
  margin: 0 0 0.5rem 0;
}

.taim-details-content h4:not(:first-child) {
  margin-top: 1.25rem;
}

.taim-details-content p {
  margin: 0.25rem 0;
}

/* Grille de caractéristiques techniques (inspirée G-Lab) */
.taim-spec-group-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(241, 177, 45);
  margin: 1rem 0 0.35rem 0;
  opacity: 0.85;
}

.taim-spec-group-label:first-of-type {
  margin-top: 0.25rem;
}

.taim-spec-grid {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(242, 218, 167, 0.15);
}

.taim-spec-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65em 0;
  border-bottom: 1px solid rgba(242, 218, 167, 0.15);
}

.taim-spec-icon {
  font-size: 1.05em;
  width: 1.6em;
  text-align: center;
  flex-shrink: 0;
}

.taim-spec-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.88rem;
  color: rgb(242, 218, 167);
  flex: 1;
}

.taim-spec-value {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-align: right;
}

/* --- Galerie miniatures produit (survol pour changer l'image) --- */
.taim-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin: 1rem 0 0.5rem 0;
}
.taim-thumbs img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid rgba(242, 218, 167, 0.25);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
  background: rgba(255,255,255,0.03);
}
.taim-thumbs img:hover {
  border-color: rgb(241, 177, 45);
  transform: translateY(-2px);
}

/* --- Galerie au survol de la photo produit (compteur discret) --- */
.product__media { position: relative; }
#taim-main-dK8nrn, #taim-main-J6MEJQ { cursor: ew-resize; }
.taim-photo-counter {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  z-index: 4;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.25em 0.6em;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  color: rgb(242,218,167);
  pointer-events: none;
  opacity: 0.85;
}
