.azwan-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #f5f3ef;
  padding: 30px;
  border-radius: 12px;
  max-width: 400px;
  margin: auto;
}

.azwan-subscribe label {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #253729;
}

.azwan-subscribe input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcd8d0;
  background: #ffffff;
  color: #253729;
  font-family: "DM Sans", sans-serif;
  border-radius: 6px;
}

.azwan-subscribe input[type="submit"] {
  background-color: #253729;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  border-radius: 6px;
  transition: background 0.3s;
}

.azwan-subscribe input[type="submit"]:hover {
  background-color: #5b7a61;
}
.azwan-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #f5f3ef;
  padding: 30px;
  border-radius: 12px;
  max-width: 400px;
  margin: auto;
}

.azwan-subscribe label {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #253729;
}

.azwan-subscribe input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcd8d0;
  background: #ffffff;
  color: #253729;
  font-family: "DM Sans", sans-serif;
  border-radius: 6px;
}

.azwan-subscribe input[type="submit"] {
  background-color: #253729;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  border-radius: 6px;
  transition: background 0.3s;
}

.azwan-subscribe input[type="submit"]:hover {
  background-color: #5b7a61;
}
.page-id-236 p.mkdf-empty-cart-custom {
    display: none !important;
}
/* Masquer tous les éléments de la section du haut sur la page Suivi de commande */
.page-id-236 .mkdf-empty-cart-custom,
.page-id-236 .mkdf-empty-cart-title,
.page-id-236 .mkdf-page-content > p {
    display: none !important;
}
/* Supprimer la phrase latine */
.page-id-236 h5.mkdf-empty-cart-text {
    display: none !important;
}
/* Masquer tous les badges "Vente" par défaut du thème Biagiotti */
.mkdf-onsale,
.mkdf-pli-onsale,
.woocommerce span.onsale {
    display: none !important;
}
/* Style for crossed-out old prices */
.woocommerce del {
  color: #999;
  font-size: 90%;
  margin-right: 5px;
}

/* Style for promo (current) price */
.woocommerce ins {
  font-weight: 600;
  font-size: 110%;
  color: #43594C;
  text-decoration: none;
}

/* Optional: Adjust line spacing for mobile */
@media only screen and (max-width: 768px) {
  .woocommerce ul.products li.product .price {
    display: block;
    line-height: 1.4;
    text-align: center;
  }
}.woocommerce ul.products li.product .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center;
}
.woocommerce del {
  color: #999;
  font-size: 90%;
}
.woocommerce ins {
  color: #43594C;
  font-weight: 600;
  font-size: 110%;
  text-decoration: none;
}
.woocommerce ul.products li.product .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center;
}
.woocommerce del {
  color: #999;
  font-size: 90%;
}
.woocommerce ins {
  color: #43594C;
  font-weight: 600;
  font-size: 110%;
  text-decoration: none;
}
.shop-short-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
}
/* Style général de la page "Mon compte" */
.woocommerce-account {
  background-color: #fdfaf5;
  font-family: 'Cormorant Garamond', serif;
  color: #3a3a3a;
  padding: 30px 20px;
}










