.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-674ae92:#F59C00;--e-global-color-b29fe87:#F229DE;--e-global-color-d531cf8:#2A2A2A;--e-global-color-1065319:#47BFFD;--e-global-color-46efa67:#FF5BD5;--e-global-color-85df0aa:#FAFBFF;--e-global-color-6168f63:#F1F3FF;--e-global-color-77c1b60:#EC4899;--e-global-color-fb75f0c:#F59C00;--e-global-color-172a3f7:#E65959;--e-global-color-681355d:#AD69D5;--e-global-color-a53f60c:#4BA5CC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h1{font-family:"Montserrat", Sans-serif;font-weight:800;}.elementor-kit-7 h2{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-7 h3{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ══════════════════════════════════════════════════
   PrintMyMirror — Elementor Menu Cart
   Coller dans : Elementor > Site Settings > Custom CSS
   ══════════════════════════════════════════════════ */

/* ── Conteneur global ── */
.elementor-menu-cart__main {
  font-family: 'Poppins', sans-serif !important;
}

/* ── Chaque ligne produit ── */
.elementor-menu-cart__product {
  display: grid !important;
  grid-template-columns: 80px 1fr auto !important;
  grid-template-rows: auto auto !important;
  gap: 0 16px !important;
  padding: 20px 24px !important;
  border-bottom: 1px solid #F3F4F6 !important;
  align-items: start !important;
}

/* ── Image produit ── */
.elementor-menu-cart__product-image {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
}

.elementor-menu-cart__product-image img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  display: block !important;
}

/* ── Nom + méta ── */
.elementor-menu-cart__product-name {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.elementor-menu-cart__product-name > a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
  background: linear-gradient(90deg, #f58529, #feda77, #dd2a7b, #8134af, #515bd4) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: gradientMove 3s linear infinite !important;
}

/* ── Liste des champs personnalisés WCPA ── */
.wcpa_cart_meta {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wcpa_cart_meta_item {
  margin-bottom: 5px !important;
}

.wcpa_cart_meta_item-label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #0A0A0A !important;
  margin: 0 0 1px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.wcpa_cart_meta_item-value p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  color: #6B7280 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* ── Prix ── */
.elementor-menu-cart__product-price {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin-top: 8px !important;
}

.elementor-menu-cart__product-price .quantity {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.elementor-menu-cart__product-price .product-quantity {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  color: #9CA3AF !important;
}

.elementor-menu-cart__product-price .woocommerce-Price-amount {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0A0A0A !important;
}

/* ── Bouton supprimer ── */
.elementor-menu-cart__product-remove {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.elementor-menu-cart__product-remove a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  background: #F3F4F6 !important;
  border-radius: 50% !important;
  color: #9CA3AF !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: background .2s, color .2s !important;
}

.elementor-menu-cart__product-remove a:hover {
  background: #FEE2E2 !important;
  color: #E8336D !important;
}

/* Cacher le doublon du bouton supprimer */
.elementor-menu-cart__product-remove a.remove_from_cart_button {
  display: none !important;
}

/* ── Sous-total ── */
.elementor-menu-cart__subtotal {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 20px 24px !important;
  background: #F9FAFB !important;
  border-top: 2px solid #F3F4F6 !important;
  margin: 0 !important;
}

.elementor-menu-cart__subtotal strong {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #6B7280 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #0A0A0A !important;
  letter-spacing: -0.03em !important;
}

/* ── Boutons footer ── */
.elementor-menu-cart__footer-buttons {
  display: flex !important;
  gap: 10px !important;
  padding: 16px 24px 24px !important;
  background: #fff !important;
}

.elementor-menu-cart__footer-buttons .elementor-button {
  flex: 1 !important;
  text-align: center !important;
  padding: 13px 16px !important;
  border-radius: 100px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all .2s !important;
  letter-spacing: 0 !important;
}

/* Voir le panier — outline */
.elementor-button--view-cart {
  background: transparent !important;
  border: 1.5px solid #E5E7EB !important;
  color: #0A0A0A !important;
}

.elementor-button--view-cart:hover {
  background: #0A0A0A !important;
  border-color: #0A0A0A !important;
  color: #fff !important;
}

/* Commander — rose plein */
.elementor-button--checkout {
  background: #E8336D !important;
  border: 1.5px solid #E8336D !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.elementor-button--checkout:hover {
  background: #B82055 !important;
  border-color: #B82055 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 24px rgba(232, 51, 109, 0.3) !important;
}

.pmm-gradient {
  background: linear-gradient(
    90deg,
    #f58529,
    #feda77,
    #dd2a7b,
    #8134af,
    #515bd4
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-cart h1.page-title,
.woocommerce-checkout h1.page-title {
  display: none !important;
}
/* ── Titre "Paiement sécurisé" au dessus ── */
.woocommerce-checkout #payment ul.payment_methods::before {
  content: '🔒 Paiement sécurisé' !important;
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #0A0A0A !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 16px !important;
  padding-bottom: 14px !important;
  border-bottom: 2px solid #F3F4F6 !important;
  width: 100% !important;
}

/* ── "Carte de crédit/débit" reste visible sous le titre ── */
.woocommerce-checkout #payment ul.payment_methods li label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #6B7280 !important;
}

/* ── Le formulaire CB prend toute la largeur ── */
.woocommerce-checkout #payment .payment_box,
.woocommerce-checkout #payment #wc-stripe-cc-form,
.woocommerce-checkout #payment .wc-stripe-elements-field,
.woocommerce-checkout #payment #stripe-card-element,
.woocommerce-checkout #payment .wc-block-components-payment-method-iframe,
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ── Supprime le décalage gauche du bloc CB ── */
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
/* ── Zone de saisie Stripe (iframe) ── */
#payment .payment_box,
.woocommerce-checkout #payment .payment_box {
  background: #F9FAFB !important;
  border-radius: 12px !important;
  margin: 0 0 4px !important;
  padding: 20px !important;
  border: 1.5px solid #F3F4F6 !important;
}
 
/* Fieldsets Stripe */
#payment .payment_box fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
 
/* Labels dans le formulaire Stripe */
#payment .payment_box label,
.wc-stripe-elements-field label,
.wc-payment-form label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  letter-spacing: .03em !important;
  display: block !important;
  margin-bottom: 6px !important;
}
/* ── Iframe Stripe (champs CB) ── */
.StripeElement,
#stripe-card-element,
.wc-stripe-elements-field .StripeElement {
  background: #fff !important;
  border: 1.5px solid #E5E7EB !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  transition: border-color .2s, box-shadow .2s !important;
}
.StripeElement--focus,
.StripeElement--focus.wc-stripe-elements-field {
  border-color: #E8336D !important;
  box-shadow: 0 0 0 3px rgba(232,51,109,0.08) !important;
}
 
.StripeElement--invalid {
  border-color: #E24B4A !important;
  box-shadow: 0 0 0 3px rgba(226,75,74,0.1) !important;
}
/* ── Fond blanc sur chaque item ── */
.elementor-widget-toggle .elementor-toggle-item {
  background: #FFFFFF !important;
  border: 1.5px solid #F3F4F6 !important;
  border-radius: 12px !important;
  margin-bottom: 8px !important;
  overflow: hidden !important;
  transition: border-color .2s, box-shadow .2s !important;
}

.elementor-widget-toggle .elementor-toggle-item:hover {
  border-color: #E8336D !important;
  box-shadow: 0 4px 16px rgba(232,51,109,0.08) !important;
}

/* ── Titre de chaque question ── */
.elementor-widget-toggle .elementor-tab-title {
  background: transparent !important;
  padding: 18px 20px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #0A0A0A !important;
  border: none !important;
}

/* ── Question active (ouverte) ── */
.elementor-widget-toggle .elementor-tab-title.elementor-active {
  background: #FEF0F4 !important;
  color: #E8336D !important;
  border-bottom: 1.5px solid #FCDDE7 !important;
}

.elementor-widget-toggle .elementor-toggle-item:has(.elementor-active) {
  border-color: #E8336D !important;
}

/* ── Icône flèche ── */
.elementor-widget-toggle .elementor-toggle-icon svg {
  fill: #9CA3AF !important;
  width: 12px !important; height: 12px !important;
}

.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon svg {
  fill: #E8336D !important;
}

/* ── Contenu de la réponse ── */
.elementor-widget-toggle .elementor-tab-content {
  background: #FFFFFF !important;
  padding: 16px 20px 20px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #6B7280 !important;
  line-height: 1.7 !important;
  border: none !important;
}

.elementor-widget-toggle .elementor-tab-content strong {
  color: #0A0A0A !important;
  font-weight: 600 !important;
}

.elementor-widget-toggle .elementor-tab-content ul {
  padding-left: 16px !important;
  margin-top: 8px !important;
}

.elementor-widget-toggle .elementor-tab-content ul li {
  margin-bottom: 6px !important;
}
/* Correctif texte visible */
.elementor-widget-toggle .elementor-tab-title .elementor-toggle-title {
  color: #0A0A0A !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-title {
  color: #E8336D !important;
}

/* Cache le titre de page WordPress sur toutes les pages Elementor */
.elementor-page .entry-title,
.elementor-page h1.entry-title,
.elementor-page .page-title,
body.page .entry-title {
  display: none !important;
}
/* Cache toutes les notifications WooCommerce */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: none !important;
}
/* Cache les champs WCPA par défaut */
.elementor-menu-cart__product-name .wcpa_cart_meta {
  display: none !important;
  margin-top: 8px !important;
}

/* Lien "Voir les détails" */
.pmm-toggle-details {
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  color: #E8336D !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  display: inline-block !important;
  margin-top: 6px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Quand ouvert */
.wcpa_cart_meta.pmm-open {
  display: block !important;
}
/* ── Page panier — tableau produit ── */
.woocommerce-cart table.cart {
  font-family: 'Poppins', sans-serif !important;
  border-collapse: collapse !important;
}

/* En-têtes colonnes */
.woocommerce-cart table.cart thead th {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  color: #9CA3AF !important;
  padding: 12px 0 16px !important;
  border-bottom: 1px solid #F3F4F6 !important;
}

/* Ligne produit */
.woocommerce-cart table.cart td {
  padding: 20px 12px !important;
  border-bottom: 1px solid #F3F4F6 !important;
  vertical-align: middle !important;
}

/* Image produit */
.woocommerce-cart table.cart td.product-thumbnail img {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

/* Nom produit */
.woocommerce-cart table.cart td.product-name a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #E8336D !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 8px !important;
}



.woocommerce-cart .wcpa_cart_meta.pmm-open {
  display: block !important;
}

.woocommerce-cart .wcpa_cart_meta_item {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  padding: 3px 0 !important;
  border: none !important;
}

.woocommerce-cart .wcpa_cart_meta_item-label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #9CA3AF !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  white-space: nowrap !important;
  margin: 0 !important;
  min-width: 80px !important;
}

.woocommerce-cart .wcpa_cart_meta_item-value p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  color: #374151 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* Bouton voir détails */
.pmm-toggle-details {
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  color: #E8336D !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin-top: 6px !important;
  background: none !important;
  border: 1px solid rgba(232,51,109,0.2) !important;
  border-radius: 100px !important;
  padding: 3px 10px !important;
  transition: all .2s !important;
}

.pmm-toggle-details:hover {
  background: #FEF0F4 !important;
  border-color: #E8336D !important;
}

/* Prix */
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0A0A0A !important;
}

/* Quantité */
.woocommerce-cart table.cart td.product-quantity input {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  border: 1.5px solid #E5E7EB !important;
  border-radius: 8px !important;
  padding: 6px 10px !important;
  width: 64px !important;
  text-align: center !important;
  outline: none !important;
}

.woocommerce-cart table.cart td.product-quantity input:focus {
  border-color: #E8336D !important;
  box-shadow: 0 0 0 3px rgba(232,51,109,0.08) !important;
}

/* Bouton supprimer */
.woocommerce-cart table.cart td.product-remove a {
  color: #D1D5DB !important;
  font-size: 18px !important;
  transition: color .2s !important;
}
.woocommerce-cart table.cart td.product-remove a:hover {
  color: #E8336D !important;
}

/* Bouton mise à jour panier */
.woocommerce-cart .actions .button {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border: 1.5px solid #E5E7EB !important;
  border-radius: 100px !important;
  padding: 10px 24px !important;
  background: transparent !important;
  color: #6B7280 !important;
  transition: all .2s !important;
}
.woocommerce-cart .actions .button:hover {
  border-color: #0A0A0A !important;
  color: #0A0A0A !important;
}

/* ── Totaux panier ── */
.cart_totals h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #0A0A0A !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 20px !important;
}

.cart_totals table {
  width: 100% !important;
  font-family: 'Poppins', sans-serif !important;
}

.cart_totals table th,
.cart_totals table td {
  padding: 12px 0 !important;
  border-bottom: 1px solid #F3F4F6 !important;
  font-size: 14px !important;
}

.cart_totals table th {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #6B7280 !important;
  width: 40% !important;
}

.cart_totals table .order-total th,
.cart_totals table .order-total td {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0A0A0A !important;
  border-bottom: none !important;
  padding-top: 16px !important;
}

.cart_totals table .order-total .woocommerce-Price-amount {
  color: #E8336D !important;
}
.marge-bloc{
    margin-left: 25px ;
    margin-right: 25px ;
}
@media (max-width: 767px){
    .marge-bloc{
    margin-left: 0px!important;
    margin-right: 0px!important;
}
}
/* Texte saisi en noir */
input,
textarea {
  color: #000 !important;
}

/* Placeholder (texte gris clair) */
input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
}

/* Au focus (quand on clique dans le champ) */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}/* End custom CSS */