/* ============================================================
   BELLUXA.FR — STYLES FICHE PRODUIT MASTER V2.0
   Réplique exacte de la Maquette Officielle 2026 (Scarlet Fire)
   ============================================================ */

.bx-pdp-page {
  background-color: #FAF8F5;
  color: #1A1A1A;
}

/* Header Spécifique Maquette avec Rose Rouge */
.bx-header__logo-container {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bx-header__rose-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(180, 20, 30, 0.2));
}

.bx-header__slogan-script {
  font-family: var(--bx-font-script);
  font-size: 19px;
  color: #A31D24;
  margin-top: 2px;
  line-height: 1;
}

.bx-flags-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-left: 15px;
  padding: 4px 8px;
  border-radius: var(--bx-radius-full);
  background: #F8F5F0;
  border: 1px solid var(--bx-border-light);
  cursor: pointer;
}

/* Grille Principale PDP (2 colonnes) */
.bx-pdp-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  margin-top: 10px;
  margin-bottom: 60px;
}

/* Colonne Gauche */
.bx-pdp-col-left {
  display: flex;
  flex-direction: column;
}

.bx-pdp-main-gallery {
  position: relative;
  background: #F4EFEB;
  border-radius: 16px;
  overflow: hidden;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  margin-bottom: 14px;
}

.bx-pdp-main-gallery__img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.bx-pdp-main-gallery:hover .bx-pdp-main-gallery__img {
  transform: scale(1.04);
}

.bx-pdp-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
  z-index: 5;
}

.bx-pdp-nav-btn:hover {
  background: #FFFFFF;
  color: #B8860B;
  transform: translateY(-50%) scale(1.08);
}

.bx-pdp-nav-btn--prev { left: 16px; }
.bx-pdp-nav-btn--next { right: 16px; }

.bx-pdp-zoom-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #555;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  z-index: 5;
}

/* 5 Vignettes */
.bx-pdp-vignettes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.bx-pdp-vignette {
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #FFFFFF;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

.bx-pdp-vignette.active,
.bx-pdp-vignette:hover {
  border-color: #B8860B;
}

.bx-pdp-vignette img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* Barre de Partage Social */
.bx-pdp-share-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid var(--bx-border-light);
  margin-bottom: 24px;
  font-size: 13px;
  color: #666;
}

.bx-share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bx-share-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.bx-share-icon:hover {
  transform: scale(1.12);
}

.bx-share-icon--fb { background: #1877F2; }
.bx-share-icon--ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.bx-share-icon--snap { background: #FFFC00; color: #000; }
.bx-share-icon--wa { background: #25D366; }
.bx-share-icon--pin { background: #E60023; }
.bx-share-icon--tt { background: #000000; }

.bx-copy-link-btn {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* Sélecteur Formats (même parfum) */
.bx-pdp-formats-box {
  margin-bottom: 24px;
}

.bx-pdp-formats-title {
  font-size: 13px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 12px;
}

.bx-pdp-formats-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.bx-pdp-format-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 4px;
  border-radius: 8px;
  border: 1px solid var(--bx-border-subtle);
  background: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  transition: all 0.2s ease;
}

.bx-pdp-format-card.active {
  border-color: #B8860B;
  background: #FCF8ED;
  color: #B8860B;
  box-shadow: 0 0 0 1px #B8860B;
}

.bx-pdp-format-card:hover {
  border-color: #B8860B;
}

.bx-pdp-format-price {
  font-size: 11px;
  color: #B8860B;
  font-weight: 700;
  margin-top: 3px;
}

/* Bannière Devenir Vendeur / Conseiller Chogan */
.bx-pdp-vendeur-banner {
  background: linear-gradient(90deg, #B8860B 0%, #D4AF37 100%);
  border-radius: 12px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.25);
  transition: transform 0.2s ease;
}

.bx-pdp-vendeur-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.35);
}

.bx-pdp-vendeur-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bx-pdp-vendeur-icon {
  font-size: 26px;
}

.bx-pdp-vendeur-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.bx-pdp-vendeur-sub {
  font-size: 11px;
  opacity: 0.95;
}

.bx-pdp-vendeur-arrow {
  font-size: 18px;
  font-weight: 700;
}

/* Accordéons Stylisés */
.bx-pdp-accordions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bx-accordion-item {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid var(--bx-border-light);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.bx-accordion-item details {
  padding: 0;
}

.bx-accordion-item summary {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  cursor: pointer;
  list-style: none;
}

.bx-accordion-item summary::-webkit-details-marker {
  display: none;
}

.bx-accordion-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bx-accordion-chevron {
  font-size: 11px;
  color: #888;
  transition: transform 0.2s ease;
}

.bx-accordion-item details[open] .bx-accordion-chevron {
  transform: rotate(180deg);
  color: #B8860B;
}

.bx-accordion-body {
  padding: 0 18px 18px;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  border-top: 1px solid #FAF8F5;
  margin-top: 4px;
}

/* Colonne Droite */
.bx-pdp-col-right {
  display: flex;
  flex-direction: column;
}

.bx-pdp-brand-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #B8860B;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.bx-pdp-main-h1 {
  font-family: var(--bx-font-serif);
  font-size: 44px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.1;
  margin-bottom: 8px;
}

.bx-pdp-ref-line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.bx-pdp-stars-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #D4AF37;
  margin-bottom: 16px;
}

.bx-pdp-stars-count {
  color: #888;
  font-size: 12px;
}

.bx-pdp-short-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Prix & Stock */
.bx-pdp-price-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--bx-border-light);
  border-bottom: 1px solid var(--bx-border-light);
}

.bx-pdp-big-price {
  font-size: 38px;
  font-weight: 700;
  color: #B8860B;
  line-height: 1;
}

.bx-pdp-big-format {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-left: 10px;
}

.bx-pdp-stock-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bx-pdp-stock-text {
  font-size: 13px;
  font-weight: 700;
  color: #27AE60;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bx-pdp-exped-sub {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}

/* Grand CTA Acheter Maintenant */
.bx-pdp-cta-wrap {
  margin-bottom: 18px;
}

.bx-pdp-btn-shogun {
  width: 100%;
  padding: 18px 30px;
  background: #B8860B;
  color: #FFFFFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3);
  transition: all 0.3s ease;
}

.bx-pdp-btn-shogun:hover {
  background: #996F07;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.4);
}

/* 3 Puces de Réassurance */
.bx-pdp-mini-trust {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 600;
  color: #444;
}

.bx-pdp-mini-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Cadre Pyramide Olfactive Illustrée (3 colonnes) */
.bx-pdp-pyramide-box {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid var(--bx-border-light);
  padding: 22px;
  margin-bottom: 20px;
  box-shadow: var(--bx-shadow-sm);
}

.bx-pdp-box-title {
  font-family: var(--bx-font-serif);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  color: #1A1A1A;
}

.bx-pdp-pyramide-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  text-align: center;
}

.bx-pdp-pyr-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.bx-pdp-pyr-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 30px;
  height: 60px;
  width: 1px;
  background: #EAE5DE;
}

.bx-pdp-pyr-step-name {
  font-size: 11px;
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}

.bx-pdp-pyr-step-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #FAF8F5;
  padding: 6px;
  object-fit: contain;
  margin-bottom: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.bx-pdp-pyr-step-notes {
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.3;
}

/* Cadre Famille Olfactive (Icônes officielles) */
.bx-pdp-famille-box {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid var(--bx-border-light);
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: var(--bx-shadow-sm);
}

.bx-pdp-famille-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.bx-pdp-famille-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.bx-pdp-famille-item img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.bx-pdp-famille-item span {
  font-size: 11px;
  font-weight: 600;
  color: #1A1A1A;
}

.bx-pdp-famille-plus {
  font-size: 18px;
  color: #B8860B;
  font-weight: 700;
}

/* 2 Tuiles de Service horizontales */
.bx-pdp-service-tuiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.bx-pdp-service-tuile {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid var(--bx-border-light);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}

.bx-pdp-service-tuile:hover {
  border-color: #B8860B;
  box-shadow: var(--bx-shadow-sm);
}

.bx-pdp-service-tuile-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bx-pdp-service-tuile-icon {
  font-size: 22px;
  color: #B8860B;
}

.bx-pdp-service-tuile-title {
  font-size: 12px;
  font-weight: 700;
  color: #1A1A1A;
}

.bx-pdp-service-tuile-sub {
  font-size: 10px;
  color: #888;
}

.bx-pdp-service-tuile-arrow {
  font-size: 12px;
  color: #888;
}

/* Catégories Associées */
.bx-pdp-categories-wrap {
  margin-top: 6px;
}

.bx-pdp-categories-title {
  font-size: 12px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.bx-pdp-categories-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bx-pdp-cat-pill {
  padding: 7px 16px;
  background: #FFFFFF;
  border: 1px solid var(--bx-border-subtle);
  border-radius: var(--bx-radius-full);
  font-size: 11px;
  font-weight: 600;
  color: #444;
  transition: all 0.2s ease;
}

.bx-pdp-cat-pill:hover {
  border-color: #B8860B;
  color: #B8860B;
  background: #FCF8ED;
}

/* Responsive PDP V2 */
@media (max-width: 990px) {
  .bx-pdp-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .bx-pdp-formats-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
