.custom-login-form {
    width: 250px;
	margin: 0 auto;
    padding: 0px;
    background: none;
}

.custom-login-form .form-row {
    align-items: center;
	margin-bottom: 15px;
	width: 100%;
}

.custom-login-form label {
    width: 100%;
	display: block;
    text-transform: uppercase;
	font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}

.custom-login-form input[type="email"],
.custom-login-form input[type="password"] {
    width: 100%;
	font-size: 12px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 25px;
	margin-bottom: 5px;
}


.custom-login-form .login-button {
    width: 100%;
	margin-top: 10px;
    padding: 8px;
    background: black;
	text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-login-form .login-button:hover {
    width: 100%;
	background: #333;
}

.login-error {
    color: red;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    background: rgba(255, 0, 0, 0.1);
    padding: 8px;
    border-radius: 5px;
    border: 1px solid red;
}

/* Empêche le zoom sur iOS en définissant une taille de police minimale */
selector input[type="text"],
selector input[type="email"],
selector input[type="tel"],
selector input[type="number"],
selector input[type="password"],
selector textarea,
selector select {
    font-size: 16px !important; /* iOS ne zoome pas sur les champs dont la police est ≥ 16px */
    -webkit-text-size-adjust: 100%; /* Empêche le redimensionnement automatique du texte */
    touch-action: manipulation; /* Réduit les comportements tactiles indésirables */
}

/* Spécifique aux inputs du formulaire de connexion */
.custom-login-form input[type="email"],
.custom-login-form input[type="password"] {
    font-size: 16px !important;
}

/* Aligner les boutons horizontalement sous le titre */
.gender-options {
    display: flex; /* Aligner les boutons horizontalement */
    margin-top: 0px; /* Un peu d'espace entre le titre et les boutons */
}

.gender-options label {
    display: flex; /* Cela permet d'assurer un bon alignement du texte avec les boutons */
    align-items: center;
}
.gender-options label {
    margin-right: 20px; /* Ajoute un espace entre les boutons radio */
}
.gender-options input[type="radio"] {
    margin-right: 10px; /* Ajoute un espace après le bouton radio */
}

.gender-options label {
    margin-left: 10px; /* Ajoute un espace avant le texte */
}

/* Réduire l'espace entre le titre et les boutons radio */
.custom-register-form .form-row-wide label {
    margin-bottom: 5px; /* Ajuste cette valeur pour réduire l'écart entre le titre et les boutons */
}

/* Assurer qu'il n'y ait pas de marge sous le titre */
.custom-register-form .form-row-wide {
    margin-bottom: 0; /* Supprimer l'espace supplémentaire sous le champ */
}

/* Cibler spécifiquement les boutons radio et ajuster les marges autour */
.custom-register-form .form-row-wide input[type="radio"] {
    margin-top: 0; /* Réduire l'espace vertical entre les boutons et le titre */
}

.user-greeting {
    padding: 8px;
    border-radius: 5px;
	background: #CECECE;
    font-family: Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: black !important; /* Ajuste si nécessaire */
}

.delete-account-button {
    background-color: #ff4d4d; /* Rouge */
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
	margin-bottom: 20px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.delete-account-button:hover {
    background-color: #cc0000;
}

.delete-account-warning {
    font-weight: normal;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
}

.custom-logout-button {
	margin-top: 10px;
    display: block;
	width: 100%;
    text-align: left;
    background: black;
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 16px;
	text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.custom-logout-button:hover {
    background: None !important;
	color: black !important;
}

/* Barre de recherche personnalisée */

.search-container {
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin: 0 auto;
    z-index: 9999; /* S'assurer qu'il est au-dessus du menu */
}

.search-wrapper {
    position: relative;
    z-index: 9999; /* S'assurer qu'il reste au-dessus du menu */
    display: flex;
    align-items: center;
    background: #C2FF0069 !important;
    border-radius: 10px !important; /* Coins arrondis */
    padding: 0px;
}

.search-icon {
    filter: invert(1); /* Inverse les couleurs (Noir -> Blanc) */
    width: 20px;
    height: 20px;
    margin-right: 0px;
    margin-left: 8px;
    opacity: 0.7; /* Rendre l'icône plus discrète */
}

.search-input { /* Appliquer à tous les champs */
    flex: 1;
	border: none !important; /* Supprime la bordure */
    outline: none !important; /* Supprime l'effet de focus */
    box-shadow: none !important; /* Supprime toute ombre */
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    color: white !important; /* Couleur du texte */
    margin-left: 0px;
    font-weight: normal;
}

.search-input::placeholder {
    color: white !important;
    font-weight: normal;
}


/* Supprimer la marge et la puce de la liste */
.search-results ul {
    list-style: none; /* Supprime la puce */
    margin: 0;
    padding: 0;
}


.loader {
    display: none;
    text-align: center;
    padding: 10px;
}

/* Chaque produit */
.search-results li {
    display: flex;
    align-items: center;
    padding: 10px;
    background: transparent;
    transition: background 0.2s ease-in-out;
    cursor: pointer;
    border-bottom: 1px solid #C2FF00;
}

/* Image du produit */
.product-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Conteneur du texte */
.product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    flex-grow: 1;
}

/* Titre */
.product-name {
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Prix */
.product-price {
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

/* Wishlist personnalisée */

#wishlist-container {
    text-align: left;
    margin-top: 20px;
}

.wishlist-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wishlist-item {
    width: 250px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.wishlist-info h3 {
    font-size: 16px !important; /* Taille du texte ajustée */
    font-weight: normal;
    line-height: 1.2;
    margin: 5px 0;
}

.wishlist-item:hover {
    transform: scale(1.05);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1.05); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1.05); }
}

.wishlist-item a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px;
}

.wishlist-image {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.wishlist-info {
	font-size: 14px !important;
	color: black !important;
    padding: 10px;
}

.wishlist-price {
    font-size: 14px !important;
    font-weight: bold !important;
    color: black !important;
}

/* Bouton de suppression */
.remove-from-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.remove-from-wishlist:hover {
    opacity: 0.7;
	background: transparent;
    border: none;
}

.remove-icon {
    width: 20px;
    height: 20px;
}

.wishlist-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f0f0f0; /* Gris clair */
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.wishlist-btn:hover {
    background: #e0e0e0; /* Gris légèrement plus foncé au survol */
    transform: scale(1.02);
}

.wishlist-icon {
    width: 16px;
    height: 16px;
}

.wishlist-text {
    font-weight: normal;
    color: #333;
}

#wishlist-container p {
    text-transform: uppercase; /* Met le texte en majuscule */
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}


.checkout-notice {
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: 400; /* Light */
    font-size: 12px;
    text-transform: uppercase;
    text-align: justify;
    margin-top: 15px;
    color: #333;
}

.checkout-notice a {
    color: #808080;
    text-decoration: none;
    font-weight: bold;
}

.custom-product-price {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px; /* Tu peux ajuster si besoin */
  letter-spacing: 0.5px; /* Facultatif pour aérer */
}

.country-currency-button {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 16px;
    background-color: #DFDEDE;
    border-radius: 10px;
    display: inline-block;
}

.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-popup-content {
  border-radius: 20px;
  overflow: hidden; /* <- ajoute ceci */
}

.custom-popup-content {
  background: #fff;
  border-radius: 20px;
  max-width: 900px;
  width: 90%;
  padding: 30px;
  position: relative;
}

.custom-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.custom-popup-content {
  border-radius: 20px !important; /* même valeur que ton iframe */
  overflow: hidden; /* pour éviter les débordements au coin */
  background: white;
}

.language-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
  margin: 2rem auto;
}

.language-btn {
  background-color: #ccc;
  border: none;
  border-radius: 10px;
  padding: 5px;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  color: #000; /* Texte normal en noir */
}

.language-btn:hover {
  background-color: #bbb;
  color: #fff; /* Texte en blanc au survol */
}

.popup-content h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Helvetica, sans-serif;
}

#validate-selection {
  display: block;
  margin: 2rem auto 0 auto; /* Centré avec espace au-dessus */
  padding: 5px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

#validate-selection:hover {
  background-color: #222;
}

/* Style du label */
.country-options label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  text-align: center;
}

/* Style du select (dropdown) */
#country-select {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
  padding: 12px 16px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #f9f9f9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
  text-align: center;
}

/* Survol */
#country-select:hover {
  background-color: #eee;
}

/* Centrage du texte des options (certains navigateurs) */
#country-select option {
  text-align: center;
}



