body {
  font-family: Arial, sans-serif;
  background-color: #fff0f5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  width: 100%; /* Forțăm lățimea completă */
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 0; /* Eliminăm orice margini accidentale */
}

.imagine-header {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.language-box {
  position: absolute;
  top: 20px;
  right: 20px;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ff69b4;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.flag-icon,
.flag-img,
.flag {
  width: 24px; /* Lățime fixă */
  height: 24px; /* Înălțime fixă pentru a fi pătrat */
  object-fit: cover; /* Taie imaginea fără să o deformeze */
  border-radius: 50%; /* Transformă steagul într-un cerc */
  vertical-align: middle; /* Aliniază steagul la mijlocul rândului de text */
  margin-right: 8px; /* Spațiu între steag și text */
  border: 1px solid #ddd; /* O bordură fină (opțional) */
  display: inline-block; /* Se asigură că se comportă ca un element de text */
}

.meniu {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffb6c1;
  padding: 10px 20px;
  gap: 15px;
  flex-wrap: wrap;
}

.meniu a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: white;
  transition: background-color 0.3s;
}

.meniu a:hover {
  background-color: #ffe4e1;
}

.font-pacifico {
  font-family: "Pacifico", cursive;
}

.descriere-livrare,
.politica-retur {
  text-align: center;
  padding: 40px;
}

.titlu-sectiune {
  color: #835b5b;
  font-size: 2.5em;
}

.text-mare {
  font-size: 1.2em;
}

.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.italic {
  font-style: italic;
}

.lista-beneficii,
.lista-retur {
  list-style: none;
  padding: 0;
  line-height: 1.8;
}

footer {
  background-color: #333;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 12px;
  opacity: 0.8;
}
