.mbav-variants{
  margin-top:.75rem; padding:.75rem; border:1px solid rgba(0,0,0,.08);
  border-radius:.5rem; background:#000; overflow:hidden;
}
.product-miniature .mbav-open{ margin-top:.5rem; width:100%; }
@media (max-width:991px){ .mbav-variants{ max-width:100%; } }

/* ==== CART PAGE ONLY ===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');

/* Scope fort : page panier */
.page-cart,
body#cart {
  --green: #00CC44;
  --black: #000;
  --white: #fff;
  font-family: 'Fugaz One', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  text-transform: uppercase;
  color: #000;
}

/* Titres */
.page-cart h1,
.page-cart h2,
.page-cart h3,
.page-cart .cart-container .h1,
.page-cart .cart-summary .h1 {
  font-size: 1.2em;
  margin: 0 0 .5rem;
}

/* Cartes (gauche produits, droite récap) */
.page-cart .card,
.page-cart .cart-container.card,
.page-cart .cart-summary.card {
  background: #fff;
  color: #000;
  border-radius: 5px;
}

/* Liens */
.page-cart a { color: #000; text-decoration: none; }
.page-cart a:hover { opacity: .8; }

/* Prix/valeurs */
.page-cart .price,
.page-cart .product-price,
.page-cart .cart-summary-line .value,
.page-cart .cart-total .value { color: #000; }

/* ===== UNIFIER LES LIGNES PRODUIT (fix “carte plus petite”) ============= */
/* Grille de chaque ligne → même hauteur */
.page-cart .cart-items > .cart-item .product-line-grid {
  align-items: center;
  min-height: 160px;              /* uniformise la hauteur de toutes les cartes */
}

/* Zone image : carré, jamais rognée */
.page-cart .product-line-grid-left .product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.page-cart .product-line-grid-left .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;            /* pas de coupure */
  display: block;
}

/* Petites harmonisations */
.page-cart .cart-container hr.separator { border-top: 1px solid #000; opacity: .15; }
.page-cart .cart-line-product-actions a.remove-from-cart i { color: #000; }
.page-cart .cart-line-product-actions a.remove-from-cart:hover i { color: var(--green); }

/* ===== Totaux / récap ===== */
.page-cart .cart-summary,
.page-cart .cart-detailed-totals,
.page-cart .cart-detailed-subtotals,
.page-cart .cart-summary-totals {
  background: #fff;
  border-radius: 5px;
}
.page-cart .cart-summary-line .label,
.page-cart .cart-summary-line .value {
  letter-spacing: .3px;
  color: #000;
  font-family: 'Fugaz One', sans-serif !important;
}
.page-cart .cart-summary-line .label { font-size: .98rem; opacity: .85; }
.page-cart .cart-summary-line .value { font-size: 1.10rem; }
.page-cart .cart-summary-line.cart-total .label,
.page-cart .cart-summary-line.cart-total .value { font-size: 1.30rem; font-weight: 400; }
.page-cart .cart-detailed-subtotals .cart-summary-line { padding: .4rem 0; border-bottom: 1px solid #000; }
.page-cart .cart-detailed-subtotals .cart-summary-line:last-child { border-bottom: 0; }

/* ===== Boutons (identiques partout) ===================================== */
.page-cart .btn,
.page-cart .btn-primary,
.page-cart .bootstrap-touchspin .btn,
.page-cart .cart-detailed-actions .btn,
.page-cart .block-promo .btn {
  background: var(--black);
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 5px;
  letter-spacing: .3px;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.page-cart .btn:hover,
.page-cart .btn:focus,
.page-cart .btn-primary:hover,
.page-cart .btn-primary:focus,
.page-cart .bootstrap-touchspin .btn:hover,
.page-cart .bootstrap-touchspin .btn:focus,
.page-cart .block-promo .btn:hover {
  background: var(--black);
  border-color: var(--green);
  color: var(--green);
  box-shadow: none;
}
.page-cart .btn .material-icons { color: inherit; }

/* ===== Quantité / TouchSpin (flèches plus petites) ====================== */
.page-cart .bootstrap-touchspin .btn {
  height: 30px;
  min-width: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-cart .bootstrap-touchspin .btn .material-icons {
  font-size: 14px;
  line-height: 1;
}
/* Champ quantité */
.page-cart .js-cart-line-product-quantity.form-control {
  height: 34px;
  padding: 0 .5rem;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  text-align: center;
}

/* ===== Zone code promo =================================================== */
.page-cart .block-promo .collapse-button,
.page-cart .block-promo .promo-code-button a { color: #000; }
.page-cart .block-promo .promo-input {
  border: 2px solid #000;
  border-radius: 5px;
  height: 40px;
  font-family: 'Fugaz One', sans-serif;
}

/* ===== Responsive ======================================================== */
@media (max-width: 576px) {
  .page-cart .cart-items > .cart-item .product-line-grid { min-height: 140px; }
  .page-cart .cart-summary-line .label { font-size: .95rem; }
  .page-cart .cart-summary-line .value { font-size: 1.05rem; }
  .page-cart .cart-summary-line.cart-total .label,
  .page-cart .cart-summary-line.cart-total .value { font-size: 1.2rem; }
}


.cart-label {
  color:#fff!important;
}

.cart-label:hover {
  color:#00CC44!important;
}

.all-product-link {
  color:#fff!important;
}

.all-product-link:hover {
  color:#00CC44!important;
}

/* ==== Panier : grille des produits en bas ================================= */

/* étire toutes les cartes à la même hauteur */
.page-cart .products.row { align-items: stretch; }
.page-cart .products .product { display: flex; }
.page-cart .products .product > article.product-miniature {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #000;                 /* fond noir */
  border: 4px solid #00CC44;        /* bordure verte */
  border-radius: 12px;
  padding: 12px;
}

/* container interne sur toute la hauteur */
.page-cart .products .product .thumbnail-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* zone visuel : carré, image non rognée */
.page-cart .products .product .thumbnail-top {
  background: #000;
  padding: 8px;
}
.page-cart .products .product .thumbnail-top .thumbnail.product-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;                /* même ratio pour toutes les cartes */
}
.page-cart .products .product .thumbnail-top img {
  width: 100%;
  height: auto;
  object-fit: contain;               /* pas de découpe */
  display: block;
  padding: 13%;
}

/* description collée en bas, texte blanc */
.page-cart .products .product .product-description {
  margin-top: auto;                  /* pousse la description en bas */
  text-align: center;
  color: #fff;
  background:#000;
}
.page-cart .products .product .product-title a,
.page-cart .products .product .price,
.page-cart .products .product .regular-price { color: #fff; }

/* badges et quick-view : on garde mais on les rend lisibles sur fond noir */
.page-cart .products .product .product-flags li { color:#fff; }
.page-cart .products .product .highlighted-informations .quick-view { color:#fff; }

/* bouton “ajouter au panier” si présent dans ce bloc (suivre ton style global) */
.page-cart .products .product .btn,
.page-cart .products .product .btn-primary {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 12px;
}
.page-cart .products .product .btn:hover,
.page-cart .products .product .btn:focus {
  border-color: #00CC44;
  color: #00CC44;
}
/* petit correctif : le cœur/whishlist ne décale rien */
.page-cart .products .product .wishlist-button-add {
  position: absolute; right: 12px; top: 12px;
}
body#cart .highlighted-informations { 
  background:#000 !important;
}
body#cart .product-list-reviews {
  display:none !important;
}
body#cart .js-product {
  padding:10px;
}
body#cart .product-miniature .thumbnail-container {
 background:#000!important;
}
body#cart .wishlist-button-add {
  display:none;
}
/* === PS Age Checker — REPLACEMENT COMPLET === */
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');

/* Bloc racine : prend tout l’écran, centré, au-dessus de tout */
#psagechecker_block{
  position: fixed !important;
  inset: 0 !important;
  z-index: 11040 !important;
  display: flex !important;              /* centre via flex */
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: auto !important;    /* ← capte les taps, pas de pass-through */
}

#psagechecker_block #overlay{
  position: fixed !important;
  inset: 0 !important;
  z-index: 11045 !important;             /* dessous de la box, au-dessus du site */
  background-color: rgba(0, 0, 0, 0.5)!important;
  pointer-events: auto !important;    /* ← capte les taps, pas de pass-through */
}

/* Bouclier anti-click-through post-fermeture (supprimé en JS) */
#psagechecker_shield{
  position: fixed; inset: 0; z-index: 2147483646;  /* tout en haut */
  background: transparent; pointer-events: auto;
}

#psagechecker-lightbox{
  position: relative !important;         /* on annule top/left 50% */
  left: auto !important;                 
  top: auto !important;
  transform: none !important;            /* et la translation */
  z-index: 11050 !important;
  max-width: min(680px, 90vw);
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 24px 28px;
}

/* petit confort sur grands écrans */
@media (min-width: 1200px){
  #psagechecker-lightbox{ max-width: 720px; }
}


/* --------- TYPO & COULEURS --------- */
/* Message en blanc */
#psagechecker_block .blockAgeVerify,
#psagechecker_block .custom_msg_age_verify,
#psagechecker_block .custom_msg_age_verify p,
#psagechecker_block .age_verify {
  color: #fff !important;
  font-family: 'Fugaz One', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: .3px;
}

/* --------- BOUTONS --------- */
#psagechecker_block .age_verify_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

#psagechecker_block .age_verify_buttons .btn,
#psagechecker_block #confirm_button,
#psagechecker_block #deny_button {
  font-family: 'Fugaz One', sans-serif !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  padding: 10px 16px !important;
  min-width: 160px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .06s;
}

/* Hover / focus → vert + texte noir */
#psagechecker_block .age_verify_buttons .btn:hover,
#psagechecker_block .age_verify_buttons .btn:focus,
#psagechecker_block #confirm_button:hover,
#psagechecker_block #confirm_button:focus,
#psagechecker_block #deny_button:hover,
#psagechecker_block #deny_button:focus {
  background: #00CC44 !important;
  border-color: #00CC44 !important;
  color: #000 !important;
  outline: none !important;
}

/* --------- TITRES / ESPACEMENTS --------- */
#psagechecker_block .age_verify {
  font-size: 1.2rem !important;
  margin-bottom: .5rem !important;
}
#psagechecker_block .custom_msg_age_verify {
  margin-bottom: 1rem !important;
  line-height: 1.4 !important;
}

/* --------- RESPONSIVE --------- */
@media (max-width: 576px) {
  #psagechecker-lightbox {
    width: min(92vw, 520px) !important;
    max-width: 92vw !important;
  }
  #psagechecker_block .age_verify_buttons .btn {
    min-width: 140px;
    padding: 10px 14px !important;
  }
}

/* === psagechecker : style du message de refus === */
#psagechecker_block .deny_msg_age_verify{
  margin: 16px auto 0;
  max-width: min(680px, 90vw);
  padding: 18px 22px;
  background: #000;
}

#psagechecker_block .deny_msg_age_verify p{
  margin: .25rem 0;
  font-family: "Fugaz One","Fugaz one", sans-serif!important;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.35;
  letter-spacing: .3px;
  color: #fff;
}

#psagechecker_block .deny_msg_age_verify strong{
  font-family: "Fugaz One","Fugaz one", sans-serif!important;
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #fff;
}

/* Prix barré visible en mobile sur pages catégorie */
@media (max-width: 768px) {
  /* cible les cartes produits en page catégorie uniquement */
  .page-category .product-miniature .elementor-price-regular,
  .page-category .elementor .elementor-price-regular {
    display: inline !important;
    visibility: visible !important;
    text-decoration: line-through;
    opacity: .85;
    margin-right: .35rem;
  }

  /* annule les classes “cachées” fréquentes */
  .page-category .elementor-price-regular.hidden-sm-down,
  .page-category .elementor-price-regular.d-none,
  .page-category .elementor-price-regular.d-sm-none {
    display: inline !important;
  }
}

@media (max-width: 767px) {
    .elementor-1170101 .elementor-element.elementor-element-ca48295 .elementor-price-regular {
        font-size: 15px!important;
    }
}

/* === Modal "Produit ajouté au panier" — style Anonym === */
/* (Prestashop 1.7: id commun = #blockcart-modal ; sinon on cible la modale ouverte la plus haute) */
#blockcart-modal .modal-content,
.modal.in .modal-content,
.modal.show .modal-content {
  background: #fff;
  color: #000;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  font-family: 'Fugaz One', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

/* En-tête */
#blockcart-modal .modal-header,
.modal.in .modal-header,
.modal.show .modal-header {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.12);
}
#blockcart-modal .modal-title,
.modal.in .modal-title,
.modal.show .modal-title {
  font-family: 'Fugaz One', sans-serif;
  color: #000;
  font-size: 1.05rem;
  letter-spacing: .3px;
}
#blockcart-modal .modal-header .close,
.modal.in .modal-header .close,
.modal.show .modal-header .close {
  opacity: 1;
  text-shadow: none;
  outline: none;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
}
#blockcart-modal .modal-header .close:hover,
.modal.in .modal-header .close:hover,
.modal.show .modal-header .close:hover {
  color: #00CC44;
}

/* Corps */
#blockcart-modal .modal-body,
.modal.in .modal-body,
.modal.show .modal-body {
  background: #fff;
  color: #000;
}
#blockcart-modal .product-name,
.modal.in .product-name,
.modal.show .product-name {
  color: #000;
  margin: .25rem 0 .35rem;
}
#blockcart-modal .product-price,
#blockcart-modal .cart-products-count,
#blockcart-modal .cart-content .label,
#blockcart-modal .cart-content .value,
.modal.in .product-price,
.modal.in .cart-products-count,
.modal.in .cart-content .label,
.modal.in .cart-content .value,
.modal.show .product-price,
.modal.show .cart-products-count,
.modal.show .cart-content .label,
.modal.show .cart-content .value {
  color: #000;
  letter-spacing: .3px;
}

/* Image produit : propre et non rognée */
#blockcart-modal .product-image,
.modal.in .product-image,
.modal.show .product-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

/* Boutons (continuer / commander) au style global */
#blockcart-modal .cart-content-btn .btn,
.modal.in .cart-content-btn .btn,
.modal.show .cart-content-btn .btn {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 5px;
  font-family: 'Fugaz One', sans-serif;
  text-transform: uppercase;
  letter-spacing: .3px;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
#blockcart-modal .cart-content-btn .btn:hover,
#blockcart-modal .cart-content-btn .btn:focus,
.modal.in .cart-content-btn .btn:hover,
.modal.in .cart-content-btn .btn:focus,
.modal.show .cart-content-btn .btn:hover,
.modal.show .cart-content-btn .btn:focus {
  background: #000;
  border-color: #00CC44;
  color: #00CC44;
  box-shadow: none;
}

/* Icônes au même ton */
#blockcart-modal .material-icons,
.modal.in .material-icons,
.modal.show .material-icons {
  color: inherit;
}

/* Backdrop un peu adouci (si tu veux) */
.modal-backdrop,
.modal-backdrop.fade.in {
  background: rgba(0,0,0,.45);
}

/* Responsive léger */
@media (max-width: 576px) {
  #blockcart-modal .modal-title { font-size: 1rem; }
  #blockcart-modal .cart-content-btn .btn { width: 100%; margin-bottom: .5rem; }
}

/* Conteneur des boutons */
#psagechecker_block .age_verify_buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

/* Mobile : boutons centrés et empilés */
@media (max-width:767px){
  #psagechecker_block .age_verify_buttons{
    justify-content:center; /* centre la rangée */
  }
  #psagechecker_block .age_verify_buttons .btn,
  #psagechecker_block #confirm_button,
  #psagechecker_block #deny_button{
    display:block !important;
    width:100% !important;
    max-width:240px;        /* ajuste si tu veux plus/moins large */
    margin:0 auto !important; /* centre horizontalement */
    text-align:center;
  }
}



