/* =============================================
   NOUVEAUTÉS
   ============================================= */
.nouveautes-section {
  padding: 20px 0;
  background: #fff;
  border-bottom: 8px solid #f0f0f0;
}

.nouveautes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 14px;
}

.nouveautes-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nouveautes-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}
.nouveautes-link {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #F05A1A;
  text-decoration: none;
}
.nouveautes-link svg {
  width: 16px;
  height: 16px;
  stroke: #F05A1A;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nouveautes-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 14px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nouveautes-scroll::-webkit-scrollbar { display: none; }

.nv-card {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 150px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
}

.nv-card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.nv-img {
  position: relative;
  width: 100%;
  height: 140px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.nv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nv-no-img { font-size: 36px; }

.nv-nouveau-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #F05A1A;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 6px;
  z-index: 1;
  letter-spacing: 0.3px;
}

.nv-wish {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.nv-wish svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #bbb;
  stroke-width: 2;
}

.nv-info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nv-name {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nv-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}
.nv-star-icon {
  width: 12px;
  height: 12px;
  fill: #F59E0B;
  stroke: none;
}
.nv-rating-val {
  font-size: 11px;
  font-weight: 600;
  color: #1a1a1a;
}
.nv-rating-count {
  font-size: 11px;
  color: #aaa;
}

.nv-price { line-height: 1.3; }
.nv-price del {
  font-size: 11px;
  color: #aaa;
  display: block;
}
.nv-price ins {
  font-size: 14px;
  font-weight: 700;
  color: #F05A1A;
  text-decoration: none;
}
.nv-price .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 700;
  color: #F05A1A;
}
  .nv-price .woocommerce-Price-amount:first-child + .woocommerce-Price-amount::before {
  content: none;
 }



/**********media*****/





/*Tablettes (Mode paysage) et petits ordinateurs */
@media (min-width: 769px) {
  .nouveautes-scroll {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: visible;
    padding: 0 14px;
    gap: 16px;
  }

  .nv-card {
    min-width:200px;
    max-width:200px;
    width: auto;
  }
  .nv-img { height: 200px; }
  .nouveautes-title { font-size: 20px; }
  .nv-name { font-size: 13px; }
  .nv-price ins { font-size: 15px; }
}

/*Ordinateurs portables et écrans standards */
@media (min-width: 1025px) {
  /* Votre CSS ici */
}
