/* bgextras — picker front (Faza 1). Mobile-first, breakpoints 900/560 (regula casei). */
/* Randat prin displayProductAdditionalInfo2, exact deasupra butonului „Adaugă în coș". */
.product-add-to-cart .bgextras-picker { clear: both; }
.bgextras-picker {
  width: 100%;
  margin: 14px 0;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fafafa;
  text-align: left;
  box-sizing: border-box;
}
.bgextras-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}
.bgextras-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  margin: 0;
  cursor: pointer;
  font-size: 15px;
}
.bgextras-item input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 0;
}
.bgextras-label { flex: 1 1 auto; }
.bgextras-price {
  font-weight: 600;
  white-space: nowrap;
  color: #1a7f37;
}
.bgextras-total {
  margin-top: 10px;
  font-weight: 700;
  color: #a6791f;
  font-size: 15px;
}
.bgextras-total:empty { display: none; }
.bgextras-prepay {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
}
.bgextras-note {
  font-size: 13px;
  color: #666;
  min-height: 16px;
  margin-top: 4px;
}
.bgextras-error { color: #c0392b; }
@media (max-width: 900px) {
  .bgextras-picker { padding: 10px 12px; }
}
@media (max-width: 560px) {
  .bgextras-item { font-size: 14px; }
  .bgextras-title { font-size: 15px; }
}
