/*
Theme Name: Storefront Child
Theme URI: https://lippee.fr
Description: Thème enfant de Storefront pour LIPPÉE
Author: Nicky
Author URI: https://lippee.fr
Template: storefront
Version: 1.0.0
Text Domain: storefront-child
*/

/* Social icons */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease;
}

.footer-social a:hover {
  background: #444;
  transform: translateY(-2px);
}

/* Reassurance */
.reassurance-bar {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 26px 16px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.reassurance-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 260px;
  text-align: left;
}

.reassurance-item i {
  font-size: 20px;
  color: #f39c12;
  margin-top: 2px;
}

.reassurance-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.reassurance-item span {
  font-size: 13px;
  color: #ddd;
  line-height: 1.4;
}
/* Lippée – Poids + prix au kg (Woo) */
.single-product .lippee-meta-price{
  margin-top: 8px;
  font-size: 0.92em;
  line-height: 1.35;
}

/* Poids net : info principale */
.single-product .lippee-weight{
  font-weight: 600;
  opacity: 0.95;
  margin-bottom: 2px;
}

.single-product .lippee-weight strong{
  font-weight: 700;
}

/* Prix au kg : info secondaire, discrète */
.single-product .lippee-ppk{
  font-size: 0.9em;
  opacity: 0.65;
  margin-bottom: 12px;
}

/* note puissance piments */
.lippee-heat{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.lippee-heat__row{
  display:flex;
  gap:.5rem;
  align-items:baseline;
  margin-bottom: 6px;
}

.lippee-heat__icons{
  display:flex;
  gap: .18rem;
  line-height: 1;
  font-size: 18px; /* ajuste selon ta charte */
}

.lippee-heat__pepper.is-filled{
  filter: saturate(1.15);
  color: var(--lippee-heat-color);
}

.lippee-heat__pepper.is-empty{
  opacity: .25;
  filter: grayscale(1);
}
.lippee-heat{
  margin-bottom: 10px;
}

.stock{
  margin-top: 6px;
}
/* Info-bulle puissance piment */
.lippee-heat__info{
  position: relative;
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.lippee-tooltip{
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  padding: 10px 12px;
  background: #111;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
  z-index: 50;
}

.lippee-tooltip::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  transform: translateX(-50%);
  border:6px solid transparent;
  border-top-color:#111;
}

.lippee-tooltip a{
  display:inline-block;
  margin-top:6px;
  color:#fff;
  text-decoration: underline;
  font-size:12px;
}

/* Desktop hover + focus (mobile/keyboard) */
.lippee-heat__info:hover .lippee-tooltip,
.lippee-heat__info:focus .lippee-tooltip,
.lippee-heat__info:focus-within .lippee-tooltip{
  opacity: 1;
  pointer-events: auto;
}
/* --- Poivres : Intensité aromatique --- */
.lippee-aroma{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(0,0,0,.08);
  margin-bottom:8px;
}
.lippee-aroma__row{
  display:flex;
  gap:.5rem;
  align-items:baseline;
  margin-bottom:6px;
}
.lippee-aroma__icons{
  display:flex;
  gap:.35rem;
  align-items:center;
  line-height:1;
  font-size:18px;
}
.lippee-aroma__dot.is-filled{ color:#2B2118; }
.lippee-aroma__dot.is-empty{ color:rgba(43,33,24,.25); }

.lippee-aroma__info{
  position: relative;
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
/* Tooltip: afficher au survol / focus */
.lippee-aroma__info:hover .lippee-tooltip,
.lippee-aroma__info:focus .lippee-tooltip,
.lippee-aroma__info:focus-within .lippee-tooltip{
  opacity: 1;
  pointer-events: auto;
}

/* Tooltip: état caché (si pas déjà défini) */
.lippee-aroma__info .lippee-tooltip{
  opacity: 0;
  pointer-events: none;
}
