/* Mise en évidence du prix du guide vitamines & minéraux */
.guide-book-featured .boutique-product-copy{
  position:relative;
}

.book-price-hero{
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  flex-wrap:wrap;
  margin:1.15rem 0 1.1rem;
  padding:.85rem 1.05rem;
  border:1px solid rgba(218,165,32,.55);
  border-radius:999px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,220,120,.24), transparent 34%),
    linear-gradient(135deg, rgba(218,165,32,.22), rgba(255,255,255,.055));
  box-shadow:0 16px 36px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.14);
  color:#f7e5b1;
}

.book-price-hero span{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.74rem;
  font-weight:800;
  opacity:.9;
}

.book-price-hero strong{
  font-family:Cinzel, serif;
  font-size:clamp(2rem, 4vw, 3.25rem);
  line-height:1;
  color:#ffd76a;
  text-shadow:0 0 22px rgba(255,205,88,.32);
}

.book-price-hero small{
  font-size:.85rem;
  color:rgba(255,255,255,.78);
}

.book-price-row-highlight{
  align-items:center;
  justify-content:flex-start;
  gap:1rem;
  padding:1rem 1.15rem;
  border:1px solid rgba(218,165,32,.5);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(218,165,32,.18), rgba(0,0,0,.34));
}

.book-price-row-highlight .product-price{
  font-size:clamp(2rem, 4.5vw, 3.5rem);
  line-height:1;
  color:#ffd76a;
}

.book-price-row-highlight .formation-status{
  border-color:rgba(218,165,32,.55);
  color:#f7e5b1;
  background:rgba(218,165,32,.1);
}

@media (max-width:720px){
  .book-price-hero{
    border-radius:24px;
    width:100%;
    justify-content:center;
    text-align:center;
  }
  .book-price-row-highlight{
    justify-content:center;
    text-align:center;
  }
}
