/**
 * Folies Secrètes — Fiche produit premium (tranche 1)
 * Scope strict : body#product uniquement
 * Chargé via themes/foliessecretes/config/theme.yml (assets.css.product)
 */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Manrope:wght@300;400;500;600&display=swap");

/* --- Design tokens (alignés homepage / catégorie) --- */
body#product {
  --fs-cream: #f5f0ea;
  --fs-ivory: #fdfcfa;
  --fs-blush: #e8d5d0;
  --fs-nude: #c4a99a;
  --fs-gold: #b8956b;
  --fs-sage: #8f9677;
  --fs-ink: #1a1716;
  --fs-ink-soft: #4a4543;
  --fs-line: rgba(26, 23, 22, 0.08);
  --fs-line-strong: rgba(26, 23, 22, 0.14);
  --fs-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --fs-shadow-soft: 0 10px 28px rgba(26, 23, 22, 0.04);
  --fs-shadow-lift: 0 20px 48px rgba(26, 23, 22, 0.06);
  --fs-font-serif: "Cormorant Garamond", Georgia, serif;
  --fs-font-sans: "Manrope", system-ui, sans-serif;
  --fs-pro-inner: min(96rem, calc(100vw - clamp(1rem, 2.5vw, 2.25rem)));
}

body#product,
body#product #wrapper,
body#product .columns-container,
body#product #content-wrapper {
  background-color: var(--fs-cream) !important;
}

/* =====================================================
   A. Déparasitage — éléments Panda hors univers FS
   ===================================================== */

/* Size chart textile (stvideo) */
body#product .pro_price_right .inline_popup_wrap,
body#product .inline_popup_tri[title="Size chart"],
body#product #inline_popup_content_1,
body#product a[href="#inline_popup_content_1"][title="Size chart"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Wishlist / compare / aimer */
body#product .add_to_love,
body#product .love_product,
body#product .stcompare_add,
body#product .add_to_wishlist,
body#product .wishlist_product,
body#product a[class*="stcompare_"],
body#product a[class*="stwish_"],
body#product a[class*="love_"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* QR code + partage social (zone achat) */
body#product .pro_cart_right .qrcode_drop,
body#product .pro_cart_right .top_bar_item.dropdown_wrap:has(.social_share_block),
body#product .pro_cart_right .social_share_block,
body#product .pro_cart_right .dropdown_tri:has(.fto-qrcode),
body#product .pro_cart_right .dropdown_list .social_share_block {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Fallback sans :has — masquer toute la colonne droite du panier sauf si vide */
body#product .pro_cart_right > .flex_box > .top_bar_item {
  display: none !important;
}

/* Onglet avis vide (conserver module pour avis futurs) */
body#product .product_info_tabs .nav-item a[href="#extra-3"],
body#product .product_info_tabs .nav-item:has(a[href="#extra-3"]),
body#product #extra-3 {
  display: none !important;
}

body#product #extra-3 + .nav-item,
body#product li.nav-item a[href="#extra-3"] {
  display: none !important;
}

/* Libellés anglais décoratifs Panda */
body#product .st_showless_btn,
body#product .product_info_tabs .nav-link[href="#description"] + .st_showless_btn {
  display: none !important;
}

/* =====================================================
   C. Réduction des duplications visibles (contenu BO intact)
   ===================================================== */

/* Description courte colonne achat (reprise dans fs-product-description-premium) */
body#product #product-description-short-22,
body#product .product-description-short,
body#product .between_short_and_price {
  display: none !important;
}

/* Onglet Description Panda (contenu complet accessible via <details> premium) */
body#product .product_info_tabs .nav-tabs a[href="#description"],
body#product .product_info_tabs .nav-item:has(a[href="#description"]),
body#product #description.tab-pane {
  display: none !important;
}

body#product .product_info_tabs .nav-item a[href="#description"] {
  display: none !important;
}

/* Tranche 2 — masquer onglets Panda (lecture via bloc éditorial) */
body#product .product_second_section,
body#product .product_middle_column .right_more_info_block.pro_more_info {
  display: none !important;
}

/* Ancien bloc premium Panda (remplacé par fs-product-editorial) */
body#product .fs-product-description-premium {
  display: none !important;
}

/* =====================================================
   E. Base visuelle premium — zone achat
   ===================================================== */

body#product .fs-top-reassurance {
  background: var(--fs-ivory) !important;
  border-bottom: 1px solid var(--fs-line) !important;
}

body#product .fs-top-reassurance-inner {
  font-family: var(--fs-font-sans) !important;
  font-size: clamp(0.68rem, 1.1vw, 0.78rem) !important;
  color: var(--fs-ink-soft) !important;
  letter-spacing: 0.02em;
}

body#product .fs-top-reassurance .sep {
  color: var(--fs-nude) !important;
}

body#product h1.product_name {
  font-family: var(--fs-font-serif) !important;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem) !important;
  font-weight: 500 !important;
  color: var(--fs-ink) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
}

body#product .pro_price_block {
  align-items: flex-end !important;
  gap: 0.75rem;
  padding: 0.35rem 0 0.85rem;
  border-bottom: 1px solid var(--fs-line);
  margin-bottom: 1rem !important;
}

body#product .current-price .price {
  font-family: var(--fs-font-serif) !important;
  font-size: clamp(1.75rem, 3vw, 2.35rem) !important;
  font-weight: 500 !important;
  color: var(--fs-ink) !important;
  letter-spacing: -0.02em;
}

body#product .current-price .tax_label {
  font-family: var(--fs-font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fs-nude);
  margin-left: 0.35rem;
}

body#product .product-prices {
  flex: 1 1 auto;
}

body#product .product-actions .add-to-cart,
body#product button.add-to-cart {
  font-family: var(--fs-font-sans) !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 0.78rem !important;
  min-height: 3rem;
  border-radius: 999px !important;
  background: var(--fs-ink) !important;
  border-color: var(--fs-ink) !important;
  color: var(--fs-ivory) !important;
  box-shadow: var(--fs-shadow-soft);
  transition: background 0.25s var(--fs-ease), transform 0.2s var(--fs-ease), box-shadow 0.25s var(--fs-ease);
}

body#product .product-actions .add-to-cart:hover,
body#product button.add-to-cart:hover {
  background: var(--fs-gold) !important;
  border-color: var(--fs-gold) !important;
  transform: translateY(-1px);
  box-shadow: var(--fs-shadow-lift);
}

/* =====================================================
   Sélecteur quantité premium (aligné CTA 3rem)
   ===================================================== */

body#product .product-quantity {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.65rem;
  width: 100%;
}

body#product .product-quantity .qty_wrap {
  display: flex !important;
  align-items: stretch;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  vertical-align: unset !important;
  flex: 0 0 auto;
}

body#product .product-quantity .qty_wrap.qty_wrap_big {
  width: auto !important;
}

body#product .product-quantity .add {
  flex: 1 1 12rem;
  min-width: min(100%, 12rem);
  margin: 0 !important;
}

body#product .product-quantity .add .add-to-cart {
  width: 100%;
  min-height: 3rem;
  height: 100%;
}

/* Touchspin horizontal Panda → pill FS */
body#product .product-quantity .bootstrap-touchspin {
  display: inline-flex !important;
  align-items: stretch;
  width: auto !important;
  min-height: 3rem;
  margin: 0 !important;
  border: 1px solid var(--fs-line-strong) !important;
  border-radius: 999px !important;
  background: var(--fs-ivory) !important;
  box-shadow: var(--fs-shadow-soft);
  overflow: hidden;
}

body#product .product-quantity .bootstrap-touchspin .input-group-btn,
body#product .product-quantity .bootstrap-touchspin .input-group-addon {
  display: flex !important;
  align-items: stretch;
  margin: 0 !important;
  width: auto !important;
}

body#product .product-quantity .bootstrap-touchspin .btn-touchspin {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.65rem !important;
  min-width: 2.65rem !important;
  height: auto !important;
  min-height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  /* Masquer le texte TouchSpin (- / +) : un seul glyphe via ::after */
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: background 0.2s var(--fs-ease), color 0.2s var(--fs-ease);
}

body#product .product-quantity .bootstrap-touchspin .btn-touchspin:hover,
body#product .product-quantity .bootstrap-touchspin .btn-touchspin:focus {
  background: var(--fs-cream) !important;
  outline: none !important;
}

body#product .product-quantity .bootstrap-touchspin .btn-touchspin:hover::after,
body#product .product-quantity .bootstrap-touchspin .btn-touchspin:focus::after {
  color: var(--fs-ink) !important;
}

body#product .product-quantity .bootstrap-touchspin .btn-touchspin i {
  display: none !important;
}

body#product .product-quantity .bootstrap-touchspin .btn-touchspin::before {
  content: none !important;
  display: none !important;
}

body#product .product-quantity .bootstrap-touchspin .btn-touchspin::after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fs-font-sans) !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: var(--fs-ink-soft) !important;
  pointer-events: none;
}

body#product .product-quantity .bootstrap-touchspin .btn-touchspin.bootstrap-touchspin-down::after {
  content: "−";
}

body#product .product-quantity .bootstrap-touchspin .btn-touchspin.bootstrap-touchspin-up::after {
  content: "+";
}

body#product .product-quantity .bootstrap-touchspin #quantity_wanted,
body#product .product-quantity .bootstrap-touchspin .form-control {
  width: 2.75rem !important;
  min-width: 2.75rem !important;
  max-width: 3.25rem !important;
  height: auto !important;
  min-height: 3rem !important;
  padding: 0 0.15rem !important;
  margin: 0 !important;
  border: none !important;
  border-left: 1px solid var(--fs-line) !important;
  border-right: 1px solid var(--fs-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--fs-font-sans) !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: var(--fs-ink) !important;
  text-align: center !important;
  -moz-appearance: textfield;
  appearance: textfield;
}

body#product .product-quantity #quantity_wanted::-webkit-outer-spin-button,
body#product .product-quantity #quantity_wanted::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Avant init touchspin (input seul) */
body#product .product-quantity .qty_wrap > #quantity_wanted.input-group {
  min-height: 3rem;
  min-width: 7.5rem;
  padding: 0 1rem;
  border: 1px solid var(--fs-line-strong) !important;
  border-radius: 999px !important;
  background: var(--fs-ivory) !important;
  text-align: center;
  font-family: var(--fs-font-sans) !important;
  font-weight: 600;
  color: var(--fs-ink);
  box-shadow: var(--fs-shadow-soft);
}

body#product .product-middle-column,
body#product .product_middle_column_inner {
  background: transparent;
}

/* Bloc conseil (Easy Content) — lien corrigé, style FS */
body#product .fs-product-left-advice {
  border-color: var(--fs-line-strong) !important;
  background: linear-gradient(135deg, var(--fs-ivory) 0%, var(--fs-cream) 100%) !important;
  box-shadow: var(--fs-shadow-soft) !important;
}

body#product .fs-product-left-advice span {
  color: var(--fs-gold) !important;
  font-family: var(--fs-font-sans) !important;
}

body#product .fs-product-left-advice h3 {
  font-family: var(--fs-font-serif) !important;
  color: var(--fs-ink) !important;
}

body#product .fs-product-left-advice a {
  border-color: var(--fs-line-strong) !important;
  color: var(--fs-ink-soft) !important;
}

body#product .fs-product-left-advice a:hover {
  background: var(--fs-gold) !important;
  border-color: var(--fs-gold) !important;
  color: var(--fs-ivory) !important;
}

/* Mini bénéfices + réassurance produit */
body#product .fs-product-benefits-mini {
  gap: 0.65rem;
}

body#product .fs-benefit-mini strong {
  font-family: var(--fs-font-sans);
  color: var(--fs-ink);
}

body#product .fs-product-reassurance {
  border-top: 1px solid var(--fs-line);
  padding-top: 1.5rem;
}

body#product .fs-section-kicker {
  color: var(--fs-gold) !important;
  font-family: var(--fs-font-sans) !important;
}

/* =====================================================
   Tranche 2 — Zone achat premium (fs-product-buy-meta)
   ===================================================== */

body#product .fs-product-buy-premium {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

body#product .fs-product-buy-meta {
  margin: 0 0 0.65rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--fs-line);
}

body#product .fs-product-buy__brand {
  margin: 0 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
}

body#product .fs-product-buy__brand-label {
  font-family: var(--fs-font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fs-gold);
}

body#product .fs-product-buy__brand-name {
  font-family: var(--fs-font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--fs-ink);
  text-transform: capitalize;
}

body#product .fs-product-buy__status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.15rem;
}

body#product .fs-product-buy__stock {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--fs-font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body#product .fs-product-buy__stock-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}

body#product .fs-product-buy__stock--in {
  color: var(--fs-sage);
}

body#product .fs-product-buy__stock--in .fs-product-buy__stock-dot {
  background: var(--fs-sage);
}

body#product .fs-product-buy__stock--out {
  color: #8b4a4a;
}

body#product .fs-product-buy__stock--out .fs-product-buy__stock-dot {
  background: #8b4a4a;
}

body#product .fs-product-buy__reference {
  font-family: var(--fs-font-sans);
  font-size: 0.72rem;
  color: var(--fs-ink-soft);
  letter-spacing: 0.02em;
}

body#product .fs-product-buy-premium .pro_cart_block {
  margin-top: 0.25rem;
}

body#product #easycontent_62 {
  margin: 0.85rem 0 0.35rem;
  padding: 0.85rem 0 0;
  border-top: 1px solid var(--fs-line);
}

body#product .fs-product-buy-premium + .fs-product-benefits-mini,
body#product #easycontent_62 .fs-product-benefits-mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.75rem;
}

@media (min-width: 480px) {
  body#product #easycontent_62 .fs-product-benefits-mini {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =====================================================
   Tranche 2 — Structure éditoriale unique
   ===================================================== */

body#product .fs-product-editorial {
  max-width: var(--fs-pro-inner);
  margin: clamp(1.5rem, 3vw, 2.5rem) auto clamp(2rem, 4vw, 3rem);
  padding: clamp(1.35rem, 2.5vw, 2.25rem);
  background: var(--fs-ivory);
  border: 1px solid var(--fs-line-strong);
  border-radius: 1.125rem;
  box-shadow: var(--fs-shadow-soft);
}

body#product .fs-product-editorial__header {
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--fs-line);
}

body#product .fs-product-editorial__title {
  font-family: var(--fs-font-serif);
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 500;
  color: var(--fs-ink);
  line-height: 1.15;
  margin: 0;
}

body#product .fs-editorial-block {
  margin-bottom: 1.35rem;
}

body#product .fs-editorial-block__title {
  font-family: var(--fs-font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fs-gold);
  margin: 0 0 0.65rem;
}

body#product .fs-editorial-lead,
body#product .fs-editorial-lead p {
  font-family: var(--fs-font-sans);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--fs-ink-soft);
}

/* Points forts — toujours visibles */
body#product .fs-editorial-block--highlights {
  margin-bottom: 1.5rem;
}

body#product .fs-editorial-highlights ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

body#product .fs-editorial-highlights li {
  position: relative;
  padding-left: 1.15rem;
  font-family: var(--fs-font-sans);
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--fs-ink-soft);
}

body#product .fs-editorial-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--fs-gold);
}

body#product .fs-editorial-highlights strong {
  color: var(--fs-ink);
  font-weight: 600;
}

/* Panneaux repliables premium (natif <details>, pas accordéon Panda) */
body#product .fs-editorial-panels {
  margin: 0 0 1.5rem;
  border: 1px solid var(--fs-line-strong);
  border-radius: 0.85rem;
  overflow: hidden;
  background: var(--fs-ivory);
}

body#product .fs-editorial-panel {
  border-bottom: 1px solid var(--fs-line);
}

body#product .fs-editorial-panel:last-child {
  border-bottom: none;
}

body#product .fs-editorial-panel__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  font-family: var(--fs-font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fs-ink);
  background: linear-gradient(180deg, var(--fs-ivory) 0%, var(--fs-cream) 100%);
  transition: background 0.2s var(--fs-ease), color 0.2s var(--fs-ease);
}

body#product .fs-editorial-panel__summary::-webkit-details-marker,
body#product .fs-editorial-panel__summary::marker {
  display: none;
  content: "";
}

body#product .fs-editorial-panel__summary:hover,
body#product .fs-editorial-panel[open] > .fs-editorial-panel__summary {
  background: var(--fs-cream);
  color: var(--fs-ink);
}

body#product .fs-editorial-panel__icon {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border: 1px solid var(--fs-line-strong);
  border-radius: 50%;
  position: relative;
  transition: transform 0.25s var(--fs-ease), border-color 0.2s var(--fs-ease);
}

body#product .fs-editorial-panel__icon::before,
body#product .fs-editorial-panel__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.55rem;
  height: 1px;
  background: var(--fs-gold);
  transform: translate(-50%, -50%);
  transition: transform 0.25s var(--fs-ease);
}

body#product .fs-editorial-panel__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body#product .fs-editorial-panel[open] > .fs-editorial-panel__summary .fs-editorial-panel__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

body#product .fs-editorial-panel__body {
  padding: 0 1.2rem 1.15rem;
}

body#product .fs-editorial-panel__body p,
body#product .fs-editorial-panel__body li {
  font-family: var(--fs-font-sans);
  font-size: 0.9rem;
  line-height: 1.72;
  color: var(--fs-ink-soft);
  margin: 0 0 0.75rem;
}

body#product .fs-editorial-panel__body ul {
  padding-left: 1.1rem;
  margin: 0 0 0.5rem;
}

body#product .fs-editorial-panel__body li {
  margin-bottom: 0.35rem;
}

body#product .fs-editorial-panel__body strong {
  color: var(--fs-ink);
  font-weight: 600;
}

body#product .fs-editorial-panel--solo {
  margin-bottom: 1.5rem;
  border: 1px solid var(--fs-line-strong);
  border-radius: 0.85rem;
  overflow: hidden;
}

/* Masquer tout reliquat type « Lire la description complète » (Panda) */
body#product .fs-product-full-description,
body#product details.fs-product-full-description {
  display: none !important;
}

body#product .fs-editorial-advice-card {
  padding: 1.25rem 1.35rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, var(--fs-cream) 0%, var(--fs-ivory) 100%);
  border: 1px solid var(--fs-line-strong);
}

body#product .fs-editorial-advice-card p {
  margin: 0 0 0.65rem;
  font-family: var(--fs-font-sans);
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--fs-ink-soft);
}

body#product .fs-editorial-advice-card__note {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: var(--fs-nude);
}

body#product .fs-editorial-advice-card__link {
  display: inline-block;
  margin-top: 0.35rem;
  font-weight: 600;
  color: var(--fs-ink-soft);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body#product .fs-editorial-advice-card__link:hover {
  color: var(--fs-gold);
}

/* =====================================================
   Tranche 2 — Galerie (léger polish, sans refonte)
   ===================================================== */

body#product .product_left_content {
  border-radius: 0.85rem;
  overflow: hidden;
  background: var(--fs-ivory);
  box-shadow: var(--fs-shadow-soft);
}

body#product .pro_gallery_top_container {
  background: var(--fs-ivory);
}

body#product .pro_gallery_item {
  border-radius: 0.35rem;
}

/* Disponibilité native Panda (remplacée par fs-product-buy-meta) */
body#product #product-availability,
body#product .js-product-availability {
  display: none !important;
}

/* Référence Panda dupliquée sous le CTA */
body#product .product-information .product-reference.pro_extra_info {
  display: none !important;
}

/* Fil d'Ariane : adoucir typo (nom catégorie BO inchangé) */
body#product .breadcrumb,
body#product nav.breadcrumb {
  font-family: var(--fs-font-sans);
  font-size: 0.78rem;
}

/* Overflow guard */
body#product .row,
body#product .product-container,
body#product .fs-product-editorial,
body#product .product_page_container {
  max-width: 100%;
  overflow-x: clip;
}

/* =====================================================
   Notification panier — quantité déjà en panier (info PS)
   Sélecteur : body#product section#notifications
               article.alert.alert-info[data-alert="info"]
   ===================================================== */

body#product section#notifications {
  margin: 0 0 1rem;
  padding: 0;
}

body#product section#notifications .container {
  max-width: var(--fs-pro-inner);
  margin: 0 auto;
  padding: 0 clamp(0.5rem, 2vw, 1.125rem);
}

body#product section#notifications article.alert.alert-info[data-alert="info"] {
  position: relative;
  margin: 0;
  padding: 0.95rem 1.2rem 0.95rem 2.65rem !important;
  background: linear-gradient(135deg, var(--fs-ivory) 0%, rgba(232, 213, 208, 0.22) 55%, var(--fs-cream) 100%) !important;
  border: 1px solid rgba(184, 149, 107, 0.38) !important;
  border-left: 3px solid var(--fs-gold) !important;
  border-radius: 0.75rem !important;
  color: var(--fs-ink-soft) !important;
  box-shadow: var(--fs-shadow-soft) !important;
}

/* Accent discret (pastille dorée) */
body#product section#notifications article.alert.alert-info[data-alert="info"]::before {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--fs-gold);
  box-shadow: 0 0 0 3px rgba(184, 149, 107, 0.18);
  pointer-events: none;
}

body#product section#notifications article.alert.alert-info[data-alert="info"] ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body#product section#notifications article.alert.alert-info[data-alert="info"] li {
  font-family: var(--fs-font-sans) !important;
  font-size: clamp(0.82rem, 1.8vw, 0.9rem) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: var(--fs-ink-soft) !important;
  letter-spacing: 0.01em;
}

body#product section#notifications article.alert.alert-info[data-alert="info"] li::marker {
  content: none;
}

@media (max-width: 480px) {
  body#product section#notifications article.alert.alert-info[data-alert="info"] {
    padding: 0.85rem 1rem 0.85rem 2.35rem !important;
    border-radius: 0.65rem !important;
  }

  body#product section#notifications article.alert.alert-info[data-alert="info"]::before {
    left: 0.85rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}

/* =====================================================
   Responsive — fiche produit
   ===================================================== */

@media (max-width: 991px) {
  body#product .fs-product-left-advice {
    width: 100% !important;
    margin-left: 0 !important;
  }

  body#product .fs-product-editorial {
    padding: 1.15rem 1rem;
    margin-inline: 0;
  }

  body#product .product_page_container {
    flex-direction: column;
  }

  body#product .product_left_column {
    order: 1;
  }

  body#product .product_middle_column {
    order: 2;
  }

  body#product .product_right_column {
    order: 3;
  }
}

@media (max-width: 480px) {
  body#product h1.product_name {
    font-size: 1.45rem !important;
  }

  body#product .current-price .price {
    font-size: 1.65rem !important;
  }

  body#product .product-actions .add-to-cart,
  body#product .product-quantity .add .add-to-cart {
    min-height: 2.75rem;
  }

  body#product .product-quantity {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
  }

  body#product .product-quantity .qty_wrap,
  body#product .product-quantity .bootstrap-touchspin {
    width: 100% !important;
    justify-content: center;
  }

  body#product .product-quantity .bootstrap-touchspin {
    display: flex !important;
  }

  body#product .product-quantity .bootstrap-touchspin .btn-touchspin {
    flex: 0 0 3rem;
    width: 3rem !important;
    min-width: 3rem !important;
  }

  body#product .product-quantity .bootstrap-touchspin #quantity_wanted,
  body#product .product-quantity .bootstrap-touchspin .form-control {
    flex: 1 1 auto;
    max-width: none !important;
  }

  body#product .product-quantity .add {
    flex: 1 1 auto;
    min-width: 100%;
  }
}

