
/* === Custom CSS - Love Me Doux === */

/* === Typographie === */
body {
  font-family: 'Quicksand', sans-serif;
  background-color: #fdfaf4;
  color: #333;
}

h1, h2, h3, .page-heading, h2.h2.homepage-products,
.owl-carousel .owl-item .text-left h2 {
  color: #f59c00;
  font-weight: 700;
  text-align: center;
}

/* === Boutons === */
.btn, .btn-primary, .btn-default {
  background-color: #f59c00 !important;
  color: #fff !important;
  border-radius: 25px !important;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
}
.btn:hover {
  background-color: #e89000 !important;
}

/* === En-tête / menu === */
#_desktop_top_menu .top-menu > li > a {
  text-transform: none;
  letter-spacing: 0.5px;
  font-weight: 500;
}
#_desktop_top_menu .top-menu > li > a:hover {
  color: #f59c00;
}

/* === Bloc custom / bannières === */
.custom-text-block, .ps_banner {
  background-color: #fff8ec;
  border-radius: 10px;
  padding: 20px;
}
.custom-text-block p, .ps_banner p {
  text-align: center;
}

/* === Panier === */
.header .cart-preview,
.header .cart-preview.active,
#_desktop_cart .cart-preview,
#_desktop_cart .cart-preview.active {
  background-color: #f59c00 !important;
  color: white !important;
  border: none !important;
}
.header .cart-preview .material-icons,
.header .cart-preview .cart-products-count,
#_desktop_cart .cart-preview .material-icons,
#_desktop_cart .cart-preview .cart-products-count {
  color: white !important;
}

/* === Majuscules automatiques === */
.text-uppercase {
  text-transform: none !important;
}

/* === Liens hover === */
a:hover, .footer-container a:hover {
  color: #f59c00 !important;
}

/* === FOOTER personnalisé === */
#footer {
  background: #3b3b3b !important;
  color: white !important;
}
#footer a {
  color: white;
}
#footer h4 {
  color: #ffa500;
}

/* Structure principale */
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.6;
}

/* Colonnes */
.footer-column {
  flex: 1 1 220px;
  min-width: 200px;
}
.footer-title {
  color: #f8a100;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  margin-bottom: 10px;
}
.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer-column ul li a:hover {
  text-decoration: underline;
}

/* Icônes contact */
.footer-column i {
  margin-right: 10px;
  color: #f8a100;
}

/* Réseaux sociaux */
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8a100;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  transition: background-color 0.3s;
}
.footer-social li a:hover {
  background-color: #e08e00;
}

/* Bas de page */
.footer-bottom {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ffffff44;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-column {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
  .footer-social {
    justify-content: center;
  }
}
