* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  background-color: #fffaf9;
  color: #5a5a5a;
}

/* Header styles are centralized in css/components/header.css */

/* Pages */
.page {
  display: none;
}

.page.active {
  display: block;
}

/* Page Détail Bouquet */
.bouquet-detail-page {
  background-color: white;
}

.add-to-cart-btn {
  flex: 1;
  padding: 15px 40px;
  background-color: #c9a961;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.3s;
}

.add-to-cart-btn:hover {
  background-color: #b39551;
  transform: translateY(-2px);
}

.bouquet-details-content {
  max-width: 800px;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 40px;
}

/* Page d'accueil */
.main-content {
  max-width: 1400px;
  margin: 80px auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 40px;
  align-items: center;
}

.left-section {
  padding-right: 40px;
}

.left-section h1 {
  font-family: var(--font-hero);
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0;
  color: #c2b25480;
  margin-bottom: 30px;
}

.left-section p {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0;
  color: #6c6a5d;
  margin-bottom: 15px;
}

/* === BADGE URGENCE LIVRAISON === */

@keyframes urgencyPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.85);
  }
}

.btn-offer {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 30px;
  border: 2px solid #c2b254;
  color: #c2b254;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
  cursor: pointer;
  font-family: var(--font-subtitle);
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.btn-offer:hover {
  background-color: #c9a961;
  color: white;
}

.center-image {
  position: relative;
  width: 100%;
  height: 680px;
  background-color: #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.placeholder-text {
  color: #999;
  font-size: 1.2em;
  text-align: center;
  padding: 20px;
}

.right-image {
  width: 100%;
  height: 580px;
  background-color: #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-proof-bubbles {
  max-width: 980px;
  margin: -10px auto 44px;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}

.social-bubble-item {
  text-align: center;
}

.social-bubble-main {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: visible;
  box-shadow: 0 10px 24px rgba(97, 74, 44, 0.14);
}

.social-bubble-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #efe3d3;
}

.social-bubble-main img[data-social-icon] {
  object-fit: contain;
  background: #fff;
}

.social-bubble-badge {
  position: absolute;
  top: -7px;
  right: -10px;
  min-width: 35px;
  height: 35px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c4a09b, #dbbab5);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(109, 81, 48, 0.25);
}

.social-bubble-label {
  margin-top: 12px;
  font-size: 0.92em;
  color: #7a7a7a;
}

/* Page Notre Histoire */

/* Section Collections */
.collections-section {
  background-color: white;
  padding: 80px 40px;
}

.collections-section h1,
.collections-section h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  text-align: center;
  color: #b28a83;
  margin-bottom: 20px;
}

.collections-section > p {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  color: #6c6a5d;
  margin-bottom: 60px;
}

.collections-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.div-tous-les-bouquets {
  display: flex;
  justify-content: center; /* centre horizontalement */
  max-width: 1400px;
  width: min(1100px, 95vw);
  margin: 0 auto;
}

.tous-les-bouquets {
  width: 100%;
  max-width: 1100px;
}

.tous-les-bouquets .collection-image {
  height: 430px;
}

.collection-card {
  text-align: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  background: white;
  border-radius: 10px;
  overflow: visible;
}

/* Shine Effect Overlay */
.collection-card::before {
  content: none;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 1;
  pointer-events: none;
  border-radius: 10px;
}

.collection-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(201, 169, 97, 0.25);
  border: 2px solid rgba(201, 169, 97, 0.3);
}

/* Trigger shine on hover */
.collection-card:hover::before {
  left: 100%;
}

/* Pulse animation */
@keyframes pulse-border-collection {
  0%,
  100% {
    box-shadow: 0 15px 40px rgba(201, 169, 97, 0.25);
  }
  50% {
    box-shadow: 0 20px 50px rgba(201, 169, 97, 0.35);
  }
}

.collection-card:hover {
  animation: pulse-border-collection 2s ease-in-out infinite;
}

.collection-image {
  width: 100%;
  height: 350px;
  background-color: #e8e8e8;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-card h3 {
  font-family: var(--font-assistant);
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #b28a83;
  margin-bottom: 15px;
}

/* Prix minimum par collection */
.collection-min-price {
  display: inline-block;
  background: linear-gradient(135deg, #fffbf0 0%, #fef5e0 100%);
  color: #c9a961;
  font-weight: 600;
  font-size: 0.92em;
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid #e8d48a;
  margin-top: 8px;
  min-height: 24px;
}

.collection-card p {
  font-family: var(--font-description);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #c2c4b6;
  padding: 5px;
}

/* Section Commander */
.order-section {
  padding: 80px 40px;
  background-color: #ffe2dd;
}

.order-section h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  text-align: center;
  color: #2f2724;
  margin-bottom: 20px;
}

.order-section > p {
  text-align: center;
  color: #3f3532;
  margin-bottom: 60px;
  font-size: 1em;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.order-steps {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.order-step {
  text-align: center;
}

.step-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon svg {
  width: 100%;
  height: 100%;
}

.step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-step h3 {
  font-family: var(--font-subtitle);
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #2f2724;
  margin-bottom: 20px;
}

.order-step p {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  color: #3f3532;
}

/* Section Témoignages */
.testimonials-section {
  padding: 80px 40px;
  background-color: white;
}

.testimonials-section h2 {
  text-align: center;
  font-size: 2.5em;
  color: #b9a29e;
  margin-bottom: 60px;
  font-weight: normal;
}

.testimonials-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 2px 10px;
}

.testimonials-grid::-webkit-scrollbar {
  display: none;
}

.testimonials-carousel {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 16px;
}

.testimonials-nav {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(178, 138, 131, 0.35);
  background: rgba(255, 255, 255, 0.92);
  color: #b28a83;
  box-shadow: 0 10px 26px rgba(122, 89, 67, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.testimonials-nav span {
  font-size: 30px;
  line-height: 1;
  margin-top: -2px;
}

.testimonials-nav:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(122, 89, 67, 0.22);
}

.testimonials-nav:disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #d4d2e3;
  border-radius: 24px;
  overflow: hidden;
  width: min(388px, calc(100vw - 120px));
  flex: 0 0 min(388px, calc(100vw - 120px));
  scroll-snap-align: start;
  min-height: 658px;
  opacity: 1;
}

.testimonial-image {
  width: 100%;
  height: 400px;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content {
  padding: 30px;
}

.testimonial-text {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #6c6a5d;
  margin-bottom: 20px;
}

.testimonial-author {
  font-family: var(--font-body);
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  color: #6c6a5d;
  margin-bottom: 5px;
}

.testimonial-occasion {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  color: #c2c4b6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

/* Footer */
footer {
  background-color: white;
  padding: 60px 40px 40px;
  border-top: 1px solid #e8e8e8;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-brand {
  padding-right: 40px;
}

.footer-brand .logo {
  margin-bottom: 20px;
}

.footer-brand p {
  color: #7a7a7a;
  line-height: 1.8;
  margin-bottom: 30px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #f8f6f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a961;
  text-decoration: none;
  transition: all 0.3s;
}

.social-icon:hover {
  background-color: #c9a961;
  color: white;
}

.footer-column h4 {
  color: #c9a961;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: normal;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: #c4c4c4;
  text-decoration: none;
  transition: color 0.3s;
  cursor: pointer;
}

.footer-column ul li a:hover {
  color: #c9a961;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
  color: #c4c4c4;
  font-size: 0.9em;
}

.footer-bottom a {
  color: #c4c4c4;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #c9a961;
}

/* ============================================ */
/* MOBILE CLICKABLE INDICATOR ANIMATION       */
/* ============================================ */

/* Subtle pulse animation for touch devices */
@keyframes mobile-clickable-pulse-collection {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 2px 10px rgba(201, 169, 97, 0.2);
  }
  50% {
    transform: scale(1.01);
    box-shadow: 0 5px 20px rgba(201, 169, 97, 0.35);
  }
}

@keyframes tap-hint {
  0%,
  100% {
    opacity: 0.6;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

/* Apply animation on mobile/tablet (no hover) */
@media (max-width: 1024px) {
  .collection-card {
    animation: none;
    transform: none;
  }

  .collection-card::after {
    content: none;
  }
}

@media (max-width: 1200px) {
  .main-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .right-image {
    display: none;
  }

  .collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-grid {
    gap: 22px;
  }

  .testimonials-carousel {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
  }

  .testimonial-card {
    width: min(360px, calc(100vw - 110px));
    flex-basis: min(360px, calc(100vw - 110px));
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }

  .social-proof-bubbles {
    margin-top: 0;
    margin-bottom: 28px;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .left-section h1 {
    font-size: 2.2em;
  }

  /* Réduit l'espace entre l'urgency banner et le contenu home,
     et entre le bouton "J'offre un bouquet" et l'image principale */
  .main-content {
    margin-top: 28px;
    margin-bottom: 36px;
    padding: 0 20px;
    gap: 24px;
  }

  .center-image {
    height: 500px;
  }

  .collections-grid {
    grid-template-columns: 1fr;
  }

  .collections-section {
    overflow-x: hidden;
  }

  .collection-card {
    max-width: 100%;
    overflow: hidden;
  }

  .collection-image,
  .collection-image img {
    max-width: 100%;
    display: block;
  }

  .order-section {
    padding: 50px 20px;
  }

  .order-section h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .order-section > p {
    font-size: 0.88em;
    margin-bottom: 36px;
  }

  .step-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
  }

  .order-step h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .order-step p {
    font-size: 14px;
    line-height: 22px;
  }

  .order-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-brand {
    padding-right: 0;
    margin-right: 0;
    text-align: center;
  }

  /* Social proof : 3 bulles côte à côte, taille réduite */
  .social-proof-bubbles {
    flex-wrap: nowrap;
    gap: 18px;
    padding: 0 12px;
    margin-bottom: 20px;
  }

  .social-bubble-main {
    width: 54px;
    height: 54px;
  }

  .social-bubble-badge {
    min-width: 22px;
    height: 22px;
    font-size: 8px;
    padding: 0 4px;
    top: -5px;
    right: -7px;
  }

  .social-bubble-label {
    font-size: 0.72em;
    margin-top: 7px;
  }

  /* Testimonials : cartes portrait (plus hautes que larges) */
  .testimonials-section {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .testimonials-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .testimonials-nav {
    width: 36px;
    height: 36px;
  }

  .testimonials-nav span {
    font-size: 22px;
  }

  /* min(260px, …) → carte jamais plus large que 260px → format portrait garanti.
     Le scroll-snap continue d'afficher une carte à la fois. */
  .testimonial-card {
    width: min(260px, calc(100% - 20px));
    flex-basis: min(260px, calc(100% - 20px));
    min-height: auto;
  }

  .testimonial-image {
    height: 240px;
  }

  .testimonial-content {
    padding: 18px;
  }

  /* Spacer invisible après la dernière carte.
     Formule : max(20px, 100% - 260px)
     → étend exactement le scrollWidth pour que card7.offsetLeft
       soit toujours ≤ maxScrollLeft, quelle que soit la taille d'écran.
     Ex. container 283px : spacer = 23px → maxScroll = card7.offsetLeft ✓
     Ex. container 508px : spacer = 248px → maxScroll = card7.offsetLeft ✓ */
  .testimonials-grid::after {
    content: '';
    flex: 0 0 max(20px, calc(100% - 260px));
  }
}

@media (max-width: 480px) {
  .main-content {
    margin-top: 16px;
    margin-bottom: 28px;
    padding: 0 14px;
    gap: 18px;
  }

  .testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials-section h2 {
    font-size: 1.6em;
    margin-bottom: 36px;
    padding: 0 16px;
  }

  .testimonials-carousel {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 6px;
  }

  .testimonials-nav {
    width: 30px;
    height: 30px;
  }

  .testimonials-nav span {
    font-size: 18px;
  }

  .testimonial-card {
    width: min(220px, calc(100% - 16px));
    flex-basis: min(220px, calc(100% - 16px));
    min-height: auto;
  }

  .testimonial-image {
    height: 200px;
  }

  .testimonial-content {
    padding: 14px;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .testimonial-author {
    font-size: 15px;
  }

  .testimonial-occasion {
    font-size: 13px;
  }

  .social-proof-bubbles {
    gap: 14px;
    padding: 0 8px;
  }

  .social-bubble-main {
    width: 46px;
    height: 46px;
  }

  .social-bubble-label {
    font-size: 0.65em;
  }

  /* Spacer 480px : cards à 220px → max(16px, 100% - 220px) */
  .testimonials-grid::after {
    flex-basis: max(16px, calc(100% - 220px));
  }
}


/* Boutons du menu */

.logout-btn {
  color: #d32f2f;
  font-weight: 500;
}

.logout-btn:hover {
  background-color: rgba(211, 47, 47, 0.1);
}
/* Overlay */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Volet latéral */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  background: #ffffff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  will-change: transform;
}

.cart-sidebar.active {
  transform: translateX(0);
}

/* Header du panier */
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e8e2dd;
}

.cart-header h2 {
  margin: 0;
  font-size: 24px;
  color: #b89b88; /* couleur du site */
}

.cart-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #b89b88; /* couleur du site */
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.cart-close:hover {
  color: #a98b77;
}

/* Contenu du panier */
.cart-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.cart-loading,
.cart-empty {
  text-align: center;
  padding: 60px 20px;
  color: #777; /* gris chaud */
}

.cart-empty svg {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  opacity: 0.3;
}

/* Item du panier */
.cart-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid #f1ebe6;
  transition: background 0.2s;
}

.cart-item:hover {
  background: #faf8f6;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f1ebe6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-placeholder {
  color: #b89b88;
  font-size: 12px;
  text-align: center;
}

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cart-item-name {
  font-weight: 600;
  color: #2d2d2d;
  font-size: 16px;
}

.cart-item-price {
  color: #b89b88; /* couleur du site */
  font-weight: 600;
  font-size: 15px;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.cart-item-quantity button {
  width: 28px;
  height: 28px;
  border: 1px solid #d8cec7;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s;
  color: #b89b88;
}

.cart-item-quantity button:hover {
  background: #b89b88;
  color: white;
  border-color: #b89b88;
}

.cart-item-quantity span {
  min-width: 30px;
  text-align: center;
  font-weight: 600;
}

.cart-item-remove {
  background: none;
  border: none;
  color: #d63031;
  cursor: pointer;
  padding: 5px;
  font-size: 14px;
  transition: opacity 0.2s;
}

.cart-item-remove:hover {
  opacity: 0.7;
}

/* Footer du panier */
.cart-footer {
  border-top: 1px solid #e8e2dd;
  padding: 20px;
  background: #faf8f6;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.cart-total-label {
  font-weight: 600;
  color: #2d2d2d;
}

.cart-total-amount {
  font-weight: 700;
  color: #b89b88; /* prix couleur signature */
  font-size: 24px;
}

.cart-checkout-btn {
  width: 100%;
  padding: 15px;
  background: #b89b88; /* bouton principal */
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.cart-checkout-btn:hover {
  background: #a98b77; /* variante plus foncée */
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(184, 155, 136, 0.3);
}

.cart-checkout-btn:disabled {
  background: #d0c6bf;
  cursor: not-allowed;
  transform: none;
}

/* Responsive */
@media (max-width: 768px) {
  .cart-sidebar {
    width: 100%;
    right: 0;
    transform: translateX(100%);
  }
}

/* Icônes panier dorées */
.cart-icon-svg,
.cart-empty svg,
.cart-loading svg {
  color: #b89b88 !important;
  opacity: 0.85;
}

.cart-empty svg:hover,
.cart-loading svg:hover {
  color: #a98b77 !important;
}

/* Styles pour les bouquets personnalisés dans le panier */

.cart-item-flowers {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0;
  font-size: 12px;
  color: #666;
}

.cart-item-info {
  font-size: 13px;
  color: #888;
  font-style: italic;
  margin: 5px 0;
}

.cart-item img {
  width: 80px; /* taille parfaite pour un panier */
  height: 80px;
  object-fit: cover; /* recadre proprement */
  border-radius: 6px;
  flex-shrink: 0;
}

/* ==========================================
   Section FAQ
   ========================================== */
.faq-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.faq-section h2 {
  font-family: var(--font-assistant);
  font-size: 32px;
  color: #b28a83;
  margin-bottom: 16px;
  font-weight: 700;
}

.faq-subtitle {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(178, 138, 131, 0.6);
  margin-bottom: 50px;
  font-style: normal;
}

.faq-container {
  text-align: left;
}

.faq-item {
  background: #fffefa;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid rgba(194, 196, 182, 0.4);
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(194, 178, 84, 0.12);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 28px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: var(--font-assistant);
  font-size: 14px;
  color: #6c6a5d;
  font-weight: 600;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: #fffbef;
}

.faq-question span {
  flex: 1;
}

.faq-icon {
  width: 20px;
  height: 20px;
  stroke: #c2b254;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 28px 24px 28px;
}

.faq-answer p {
  font-family: var(--font-body);
  font-size: 14px;
  color: #6c6a5d;
  line-height: 1.8;
  margin-bottom: 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  margin: 12px 0;
  padding-left: 22px;
}

.faq-answer li {
  font-family: var(--font-body);
  font-size: 14px;
  color: #6c6a5d;
  line-height: 1.8;
  margin-bottom: 8px;
}

.faq-answer strong {
  color: #c2b254;
  font-weight: 600;
}

/* Responsive FAQ */
@media (max-width: 768px) {
  .faq-section {
    margin: 50px auto;
  }

  .faq-section h2 {
    font-size: 24px;
  }

  .faq-subtitle {
    margin-bottom: 30px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 13px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 18px 20px;
  }
}
