/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

/* =============================================
   MASQUER FORMULAIRE NATIF WOOCOMMERCE
   ============================================= */
.variations_form .variations,
.woocommerce-variation,
.reset_variations,
.reset_variations_alert,
.single_variation_wrap,
.woocommerce-variation-add-to-cart,
table.variations,
table.variations tbody,
table.variations tr,
table.variations th,
table.variations td,
table.variations select {
  display: none !important;
}
@media (max-width: 768px) {
  .xoo-wsc-ft-btn-checkout > span {
    position: relative !important;
    top: -3px !important;
  }
}

/* =============================================
   CARROUSEL WOOCOMMERCE
   ============================================= */
.woocommerce-product-gallery {
  position: relative !important;
}

.woocommerce-product-gallery .flex-viewport {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}

.woocommerce-product-gallery__image img.wp-post-image {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 12px;
}

/* Thumbs natifs — cachés SAUF quand dans le wrapper custom */
.woocommerce-product-gallery .flex-control-nav {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Quand dans le wrapper custom, on les réaffiche */
.wpiqd-thumbs-wrapper .flex-control-nav,
.wpiqd-thumbs-wrapper .flex-control-thumbs {
  visibility: visible !important;
  height: auto !important;
  overflow-x: auto !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  scrollbar-width: none !important;
  flex: 1 !important;
}

.wpiqd-thumbs-wrapper .flex-control-thumbs::-webkit-scrollbar { display: none !important; }

.wpiqd-thumbs-wrapper .flex-control-thumbs li {
  flex-shrink: 0 !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  float: none !important;
}

.wpiqd-thumbs-wrapper .flex-control-thumbs li img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 2px solid transparent !important;
  opacity: 0.55 !important;
  cursor: pointer !important;
  display: block !important;
  transition: opacity .15s, border-color .15s !important;
}

.wpiqd-thumbs-wrapper .flex-control-thumbs li img:hover,
.wpiqd-thumbs-wrapper .flex-control-thumbs li img.flex-active {
  opacity: 1 !important;
  border-color: #847160 !important;
}

/* Flèches galerie principale */
.woocommerce-product-gallery .flex-prev,
.woocommerce-product-gallery .flex-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  width: 34px !important;
  height: 34px !important;
  background: rgba(255,255,255,0.9) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
  cursor: pointer !important;
  opacity: 0 !important;
  transition: opacity .2s !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

.woocommerce-product-gallery:hover .flex-prev,
.woocommerce-product-gallery:hover .flex-next { opacity: 1 !important; }
.woocommerce-product-gallery .flex-prev { left: 10px !important; }
.woocommerce-product-gallery .flex-next { right: 10px !important; }

.woocommerce-product-gallery .flex-prev::after {
  content: '‹' !important;
  font-size: 22px !important;
  color: #111 !important;
  text-indent: 0 !important;
  line-height: 1 !important;
  position: absolute !important;
}

.woocommerce-product-gallery .flex-next::after {
  content: '›' !important;
  font-size: 22px !important;
  color: #111 !important;
  text-indent: 0 !important;
  line-height: 1 !important;
  position: absolute !important;
}

/* Wrapper flèches thumbnails */
.wpiqd-thumbs-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  width: 100% !important;
  margin-top: 8px;
}

.wpiqd-thumb-arrow {
  all: unset !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  padding: 0 4px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  min-width: 24px !important;
  outline: none !important;
}

.wpiqd-thumb-arrow:hover,
.wpiqd-thumb-arrow:focus,
.wpiqd-thumb-arrow:active {
  background: transparent !important;
  background-color: transparent !important;
  color: #847160 !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .wpiqd-thumbs-wrapper .flex-control-thumbs li,
  .wpiqd-thumbs-wrapper .flex-control-thumbs li img {
    width: 56px !important;
    height: 56px !important;
  }
  .woocommerce-product-gallery .flex-prev,
  .woocommerce-product-gallery .flex-next {
    opacity: 1 !important;
  }
}

/* =============================================
   CHECKOUT — STYLE PEAULABS
   ============================================= */

/* ── Structure générale ── */
.woocommerce-checkout .e-checkout__container {
  gap: 24px;
}

/* ── SECTION EMAIL (col-1) ── */
.woocommerce-checkout #customer_details .col-1 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px 20px 16px;
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 14px;
}

/* ── SECTION LIVRAISON (col-2) ── */
.woocommerce-checkout #customer_details .col-2 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px 20px 16px;
  margin-top: 14px;
}

/* Cacher le toggle ship-to-different-address */
.woocommerce-checkout #ship-to-different-address {
  display: none !important;
}

/* Titre section livraison généré en CSS */
.woocommerce-checkout .woocommerce-shipping-fields::before {
  content: "Adresse de livraison";
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 14px;
}

/* Forcer l'affichage du bloc shipping */
.woocommerce-checkout .shipping_address {
  display: block !important;
}

/* ── INPUTS ── */
.woocommerce-checkout .woocommerce-input-wrapper input[type="text"],
.woocommerce-checkout .woocommerce-input-wrapper input[type="email"],
.woocommerce-checkout .woocommerce-input-wrapper input[type="tel"],
.woocommerce-checkout .woocommerce-input-wrapper select,
.woocommerce-checkout .woocommerce-input-wrapper textarea {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 14px;
  color: #111;
  background: #fafafa;
  width: 100%;
  transition: border-color .15s, background .15s;
  box-shadow: none;
  height: auto;
}

.woocommerce-checkout .woocommerce-input-wrapper input:focus,
.woocommerce-checkout .woocommerce-input-wrapper select:focus,
.woocommerce-checkout .woocommerce-input-wrapper textarea:focus {
  border-color: #847160;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(132,113,96,.1);
}

/* Labels */
.woocommerce-checkout label.required_field {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
  display: block;
}

.woocommerce-checkout label.required_field b {
  font-weight: 700;
  color: #111;
}

/* Cacher les labels des champs shipping */
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label.required_field {
  display: none !important;
}

/* Espacement champs */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  margin-bottom: 10px;
}

/* Champs côte à côte prénom/nom */
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 5px) !important;
  display: inline-block !important;
  vertical-align: top;
}
.woocommerce-checkout .form-row-first { margin-right: 10px !important; }

/* ── SELECT2 pays ── */
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #d9d9d9 !important;
  border-radius: 8px !important;
  height: 44px !important;
  background: #fafafa !important;
  display: flex !important;
  align-items: center !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px !important;
  padding-left: 14px !important;
  font-size: 14px !important;
  color: #111 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  right: 10px !important;
}

/* ── RÉCAP COMMANDE ── */
.woocommerce-checkout .e-checkout__column-end .e-checkout__order_review {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 14px;
}

.woocommerce-checkout #order_review_heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 14px;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  border: none;
  width: 100%;
}

.woocommerce-checkout .shop_table thead th {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #888;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.woocommerce-checkout .shop_table tbody tr.cart_item td {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
}

.woocommerce-checkout .shop_table .product-name .hcb-order-thumb {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.woocommerce-checkout .shop_table .product-name .hcb-order-thumb img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.woocommerce-checkout .shop_table .product-name {
  font-size: 13px;
  color: #111;
  font-weight: 500;
}

.woocommerce-checkout .shop_table tfoot tr th,
.woocommerce-checkout .shop_table tfoot tr td {
  padding: 8px 0;
  font-size: 13px;
  color: #333;
  border: none;
}

.woocommerce-checkout .shop_table tfoot .order-total th,
.woocommerce-checkout .shop_table tfoot .order-total td {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

/* ── PAIEMENT ── */
.woocommerce-checkout .e-checkout__order_review-2 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
}

.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.woocommerce-checkout .wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  padding: 10px 0 6px;
}

.woocommerce-checkout .wc_payment_method label img {
  height: 22px;
  width: auto;
}

.woocommerce-checkout .payment_box {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 14px;
  margin-top: 6px;
}

/* ── BOUTON COMMANDER ── */
.woocommerce-checkout #place_order {
  width: 100%;
  padding: 14px;
  background: #847160;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .15s;
  margin-top: 12px;
}

.woocommerce-checkout #place_order:hover {
  background: #9a8672;
}

/* ── CGU ── */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 12px;
  color: #555;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
  color: #847160;
  text-decoration: underline;
}

/* Livraison gratuite */
.woocommerce-checkout .woocommerce-shipping-methods label {
  font-size: 13px;
  font-weight: 600;
  color: #2e7d32;
}

/* Notes commande */
.woocommerce-checkout .woocommerce-additional-fields h3:empty {
  display: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .woocommerce-checkout #customer_details .col-2 {
    margin-top: 14px;
  }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100% !important;
    display: block !important;
    margin-right: 0 !important;
  }
}
/* =============================================
   CHECKOUT KANAP — STYLE PEAULABS
   À AJOUTER À LA FIN DE style.css
   ============================================= */

/* ── STRUCTURE ── */
.woocommerce-checkout #ship-to-different-address { display: none !important; }
.woocommerce-checkout .shipping_address { display: block !important; }
.woocommerce-checkout .woocommerce-additional-fields { display: none !important; }

/* ── CARDS ── */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px 20px 20px;
  margin-bottom: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
}

/* Titres sections */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin: 0 0 16px 0 !important;
}

/* ── INPUTS ── */
.woocommerce-checkout .woocommerce-input-wrapper input[type="text"],
.woocommerce-checkout .woocommerce-input-wrapper input[type="email"],
.woocommerce-checkout .woocommerce-input-wrapper input[type="tel"],
.woocommerce-checkout .woocommerce-input-wrapper select,
.woocommerce-checkout .woocommerce-input-wrapper textarea {
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  font-size: 14px !important;
  color: #111 !important;
  background: #fff !important;
  width: 100% !important;
  height: auto !important;
  box-shadow: none !important;
  transition: border-color .15s !important;
}

.woocommerce-checkout .woocommerce-input-wrapper input:focus,
.woocommerce-checkout .woocommerce-input-wrapper select:focus {
  border-color: #847160 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(132,113,96,.1) !important;
}

/* Labels */
.woocommerce-checkout .form-row label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #444 !important;
  margin-bottom: 5px !important;
  display: block !important;
}

.woocommerce-checkout .form-row label .required { color: #e53935 !important; }

/* Espacement */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  margin-bottom: 12px !important;
}

/* ── PRÉNOM / NOM SUR LA MÊME LIGNE ── */
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 6px) !important;
  display: inline-block !important;
  vertical-align: top !important;
  float: none !important;
}
.woocommerce-checkout .form-row-first { margin-right: 12px !important; }
.woocommerce-checkout .form-row-last { margin-right: 0 !important; }

/* ── SELECT2 ── */
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 14px !important;
  font-size: 14px !important;
  color: #111 !important;
  line-height: 44px !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  right: 10px !important;
}

/* ── RÉSUMÉ DE COMMANDE ── */
.woocommerce-checkout .shop_table { border: none !important; }

.woocommerce-checkout .shop_table thead th {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: #999 !important;
  padding: 0 0 10px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.woocommerce-checkout .shop_table .cart_item td {
  padding: 14px 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
  vertical-align: top !important;
}

/* Image + info produit */
.hcb-order-thumb {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.hcb-order-img img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid #eee !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.hcb-order-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.hcb-order-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #111 !important;
  line-height: 1.4 !important;
}

/* Badge offre */
.hcb-order-badge {
  display: inline-block !important;
  background: #2C303B !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: 20px !important;
  margin-left: 6px !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}

/* Descriptions housses */
.hcb-order-details {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  margin-top: 2px !important;
}

.hcb-order-detail {
  font-size: 12px !important;
  color: #666 !important;
  display: block !important;
}

/* Totaux */
.woocommerce-checkout .shop_table tfoot tr th,
.woocommerce-checkout .shop_table tfoot tr td {
  padding: 8px 0 !important;
  font-size: 14px !important;
  border: none !important;
}

.woocommerce-checkout .shop_table tfoot .order-total th,
.woocommerce-checkout .shop_table tfoot .order-total td {
  font-size: 16px !important;
  font-weight: 700 !important;
  border-top: 1px solid #eee !important;
  padding-top: 14px !important;
}

/* Livraison gratuite */
.woocommerce-checkout .woocommerce-shipping-methods label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #2e7d32 !important;
}

/* ── PAIEMENT ── */
.woocommerce-checkout #payment {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  margin-top: 14px;
}

.woocommerce-checkout #payment .wc_payment_methods {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 14px !important;
}

.woocommerce-checkout #payment .payment_box {
  background: #f8f8f8 !important;
  border-radius: 8px !important;
  padding: 14px !important;
}

/* Bouton Commander */
.woocommerce-checkout #place_order {
  width: 100% !important;
  padding: 14px !important;
  background: #1a1a2e !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.woocommerce-checkout #place_order:hover { opacity: .9 !important; }

/* CGU */
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 12px !important;
  color: #666 !important;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
  color: #847160 !important;
  text-decoration: underline !important;
}

/* ── RESPONSIVE MOBILE ── */
@media (max-width: 768px) {
  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 { padding: 16px 14px !important; }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100% !important;
    display: block !important;
    margin-right: 0 !important;
  }
}

/* ── CHECKOUT — LABELS CACHÉS + TITRES FR ── */

/* Cacher tous les labels des champs billing et shipping */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label {
  display: none !important;
}

/* Titre billing → Contact */
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 0 !important;
}
.woocommerce-checkout .woocommerce-billing-fields > h3::before {
  content: "Contact" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  display: block !important;
}

/* Titre shipping → Adresse de livraison */
.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  display: block !important;
  font-size: 0 !important;
}
.woocommerce-checkout .woocommerce-shipping-fields > h3::before {
  content: "Adresse de livraison" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  display: block !important;
}

/* Cacher le label ship-to-different */
.woocommerce-checkout #ship-to-different-address label {
  display: none !important;
}

/* ── MOBILE CHECKOUT FIXES ── */

/* Supprimer le double cadrage sur mobile */
@media (max-width: 768px) {
  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    padding: 16px 14px !important;
    border-radius: 10px !important;
  }

  /* Supprimer la card intérieure du bloc shipping */
  .woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }

  /* Cases plus grandes sur mobile */
  .woocommerce-checkout .woocommerce-input-wrapper input[type="text"],
  .woocommerce-checkout .woocommerce-input-wrapper input[type="email"],
  .woocommerce-checkout .woocommerce-input-wrapper input[type="tel"],
  .woocommerce-checkout .woocommerce-input-wrapper select {
    padding: 14px 16px !important;
    font-size: 16px !important;
    height: auto !important;
    min-height: 50px !important;
  }

  /* Select2 plus grand */
  .woocommerce-checkout .select2-container--default .select2-selection--single {
    height: 50px !important;
    min-height: 50px !important;
  }
  .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    font-size: 16px !important;
  }
  .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
  }

  /* Image checkout 80x80 sur mobile */
  .hcb-order-img img {
    width: 80px !important;
    height: 80px !important;
  }
}

/* Desktop aussi - image 80x80 */
.hcb-order-img img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid #eee !important;
  display: block !important;
}

/* ── PAYMENT + PLACE ORDER MOBILE ── */

/* Supprimer double bordure section paiement */
.woocommerce-checkout #payment {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.woocommerce-checkout #payment .wc_payment_methods {
  border: none !important;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 10px !important;
  border: 1px solid #e5e5e5 !important;
  padding: 16px !important;
  margin-bottom: 12px !important;
}

.woocommerce-checkout #payment .payment_box {
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  padding: 12px !important;
  margin-top: 8px !important;
  border: none !important;
}

/* Bouton Place Order */
.woocommerce-checkout #place_order {
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 18px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  width: 100% !important;
  cursor: pointer !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  min-height: 56px !important;
}

.woocommerce-checkout #place_order:hover {
  background: #2a2a2a !important;
  opacity: 1 !important;
}

/* CGU wrapper */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 12px !important;
}

/* Privacy policy text */
.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-size: 11px !important;
  color: #888 !important;
  margin-bottom: 12px !important;
}

/* ── FIX FINAL PAIEMENT ── */

/* Supprimer TOUTES les bordures de la section paiement */
.woocommerce-checkout #payment,
.woocommerce-checkout #payment ul.wc_payment_methods,
.woocommerce-checkout #payment .wc_payment_method,
.woocommerce-checkout #payment .payment_box,
.woocommerce-checkout .woocommerce-checkout-payment {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Juste une carte propre autour de tout */
.woocommerce-checkout .e-checkout__order_review-2,
.woocommerce-checkout .woocommerce-checkout-payment {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,.04) !important;
}

/* Bouton Place Order grand et noir */
.woocommerce-checkout #place_order {
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 20px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  width: 100% !important;
  cursor: pointer !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  min-height: 60px !important;
  margin-top: 12px !important;
  display: block !important;
}

.woocommerce-checkout #place_order:hover {
  background: #222 !important;
  opacity: 1 !important;
}

/* Cacher le subtotal dans le résumé checkout */
.woocommerce-checkout .shop_table tfoot .cart-subtotal {
  display: none !important;
}

/* ── IMAGE CHECKOUT MOBILE ── */
@media (max-width: 768px) {
  .hcb-order-thumb {
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .hcb-order-img {
    flex-shrink: 0 !important;
    width: 80px !important;
  }

  .hcb-order-img img {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
  }

  .hcb-order-info {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .hcb-order-name {
    font-size: 12px !important;
    line-height: 1.3 !important;
    word-break: break-word !important;
  }

  .hcb-order-detail {
    font-size: 11px !important;
  }

  .hcb-order-badge {
    font-size: 9px !important;
    padding: 2px 6px !important;
  }

  /* Colonne produit prend plus de place */
  .woocommerce-checkout .shop_table .product-name {
    width: 65% !important;
  }
  .woocommerce-checkout .shop_table .product-total {
    width: 35% !important;
    text-align: right !important;
  }
}

/* ── BOUTON CHECKOUT - CADENAS SVG BLANC + ESPACE ── */
.xoo-wsc-ft-btn-checkout {
    position: relative !important;
    padding: 16px 20px !important;
    gap: 13px !important;
}

.xoo-wsc-ft-btn-checkout::before {
    content: "" !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
/* Correction tactile mobile des swatches */
.sw-wrap {
  position: relative;
  z-index: 20;
}

.sw-col,
.sw-item,
.sw-item img {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.sw-item img {
  pointer-events: none;
  -webkit-user-drag: none;
}

/* =============================================
   SIDE CART — FIX PRIX + € SUR UNE SEULE LIGNE
   ============================================= */
@media (max-width: 768px) {
  .xoo-wsc-smr-ptotal,
  .xoo-wsc-smr-ptotal .woocommerce-Price-amount,
  .xoo-wsc-smr-ptotal .woocommerce-Price-amount bdi {
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .xoo-wsc-smr-ptotal {
    width: auto !important;
    min-width: 82px !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    text-align: right !important;
  }
}
/* =============================================
   FIX DEFINITIF PRIX + EURO — XOOTIX MOBILE
   ============================================= */
@media (max-width: 768px) {

  body .xoo-wsc-container .xoo-wsc-product .xoo-wsc-smr-ptotal {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    min-width: 82px !important;
    width: max-content !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    text-align: right !important;
  }

  body .xoo-wsc-container .xoo-wsc-product
  .xoo-wsc-smr-ptotal .woocommerce-Price-amount {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: baseline !important;
    white-space: nowrap !important;
    width: max-content !important;
  }

  body .xoo-wsc-container .xoo-wsc-product
  .xoo-wsc-smr-ptotal .woocommerce-Price-amount bdi {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: baseline !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    width: max-content !important;
  }

  body .xoo-wsc-container .xoo-wsc-product
  .woocommerce-Price-currencySymbol {
    display: inline !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
    margin-left: 3px !important;
  }
}
@media (max-width: 768px) {

  .xoo-wsc-ft-btn-checkout > span,
  .xoo-wsc-ft-btn-checkout::before {
    position: relative !important;
    top: -3px !important;
  }

}