/* --- Styles de base et Arrière-plan --- */
body {
  background-image: url('background.jpg'); /* Assurez-vous d'avoir ce fichier ! */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Fixe l'image pendant le scroll */
  height: 100vh;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff; /* Texte principal en blanc pour la lisibilité */
  overflow: hidden; /* Empêche le scroll pendant le chargement */
}

/* --- Écran de chargement --- */
#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3); /* Fond sombre */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  color: white;
  text-align: center;
  transition: opacity 0.3s ease;
}
.loader-content h3 {
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Conteneur principal de l'application */
.app-container {
  /* Effet de flou sur l'arrière-plan */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1); 
  
  height: 100vh;
  width: 100vw;
  overflow-y: auto; /* Permet de scroller le contenu */
  
  padding: 20px 15px 120px 15px; /* 120px en bas */
  box-sizing: border-box; /* Pour que le padding ne casse pas la hauteur */
}

/* Contenu de la page avec titres */
.page-content {
    color: white;
    padding: 10px;
}
.page-content h2 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

/* --- Barre de Navigation "Liquid Glass" --- */
.bottom-nav-bar {
  position: fixed;
  bottom: 25px; /* Marge par rapport au bas de l'écran */
  left: 50%;
  transform: translateX(-50%);
  width: 90%; 
  max-width: 450px; 
  
  /* Style "Liquid Glass" */
  background-color: rgba(255, 255, 255, 0.15); /* Plus transparent */
  backdrop-filter: blur(20px); /* Plus flou */
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2); /* Bordure en verre */
  
  border-radius: 50px; /* Coins très arrondis "pilule" */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); 
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 12px 0; 
  z-index: 100;
}

/* Boutons de navigation */
.nav-item {
  color: #fff; /* Texte blanc pour la lisibilité */
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px;
  transition: all 0.2s ease;
  position: relative;
  opacity: 0.8;
}
.nav-item:active {
    transform: scale(0.95); /* Effet d'appui */
}
.nav-item.active {
    background-color: rgba(255, 255, 255, 0.3); /* Verre sur verre */
    opacity: 1.0;
}

/* Compteur du panier */
.cart-counter {
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: #E53935; /* Rouge */
    color: white;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Caché par défaut */
    transition: opacity 0.2s ease;
}

.cart-counter.visible {
    opacity: 1;
}


/* --- Styles des Composants --- */

/* Grille de produits */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 colonnes de taille égale */
  gap: 15px; /* Espace entre les cartes */
}

/* Carte Produit (pour la grille) */
.product-card {
  position: relative; 
  border-radius: 20px; 
  overflow: hidden; 
  box-shadow: 0 8px 20px rgba(0,0,0, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
  /* Style "Glass" pour la carte elle-même */
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0, 0.2);
}
.product-card:active {
    transform: scale(0.98);
}

/* Image de la carte */
.product-card img {
  width: 100%;
  height: 130px; /* Hauteur ajustée pour la grille */
  object-fit: cover;
  display: block;
}

/* Titre du Produit (sous l'image) */
.product-title {
  padding: 12px 10px;
  text-align: center;
  color: #fff; /* Texte blanc sur fond "glass" */
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-title h3 {
  margin: 0;
  font-size: 14px; /* Taille de police ajustée */
}


/* Page Détail Produit */
.product-detail-view { color: white; }
.video-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.video-container video { width: 100%; display: block; }
.product-detail-view h2 { margin-top: 0; }
.price-options h4 { margin-bottom: 10px; }

/* Grille pour les options de prix */
.price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
  gap: 10px; /* Espace entre les boutons */
}


/* --- Nouveaux Boutons & Formulaires "Liquid Glass" --- */

/* Style de base pour tous les boutons */
.btn {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.btn:active {
  transform: scale(0.97);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Bouton "Option de Prix" en Liquid Glass */
.price-btn {
  /* Style "Liquid Glass" */
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  
  text-align: center;
  margin-top: 0; /* La grille gère l'espacement */
}
.price-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Boutons primaires (Vert Glass) */
.btn-primary {
  background-color: rgba(76, 175, 80, 0.4); /* Vert transparent */
  color: white;
  border: 1px solid rgba(76, 175, 80, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.btn-primary:hover {
  background-color: rgba(76, 175, 80, 0.6);
}

/* Boutons secondaires (Gris/Verre) */
.btn-secondary {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Boutons danger (Rouge Glass) */
.btn-danger {
  background-color: rgba(244, 67, 54, 0.4); /* Rouge transparent */
  color: white;
  border: 1px solid rgba(244, 67, 54, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.btn-danger:hover {
  background-color: rgba(244, 67, 54, 0.6);
}

/* --- Nouveaux Styles de Formulaire --- */
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}
.glass-input, .glass-textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-sizing: border-box;
    color: white;
    font-size: 15px;
}
.glass-input::placeholder, .glass-textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.glass-input:focus, .glass-textarea:focus {
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

/* Style pour les <input type="file"> */
.file-input-label {
  display: block;
  padding: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.file-input-label:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
}
.file-input-label input[type="file"] {
  display: none; /* Cache l'input moche */
}
.file-preview {
  font-size: 13px;
  margin-top: 5px;
  font-style: italic;
  opacity: 0.8;
}

/* --- Page Panier --- */
.cart-item {
    background-color: rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.cart-total { font-size: 1.2em; font-weight: bold; margin-top: 20px; text-align: right; }

/* --- Page Avis --- */
.review-item { 
  position: relative; /* Pour positionner le bouton de suppression */
  background-color: rgba(0,0,0,0.2); 
  padding: 15px; 
  border-radius: 10px; 
  margin-top: 10px;
}
.review-item img, .review-item video {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 10px;
}

/* --- Panel Admin --- */
.admin-product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.admin-product-item button {
  width: auto;
  font-size: 12px;
  padding: 8px 12px;
  margin-top: 0;
}

/* [NOUVEAU] Bouton de suppression sur les avis (pour l'admin) */
.admin-delete-review-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto; /* Annule le style .btn */
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  z-index: 5;
}


/* --- Indicateur de Chargement --- */
.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 10px auto;
  display: none; /* Caché par défaut, sauf dans l'overlay */
}
#loader-overlay .loader {
  display: inline-block; /* S'assure que le loader principal est visible */
}

@keyframes rotation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}