/* ===== Barre Smartphones ===== */
.ccx-toolbar-smartphones{
  background:#2b3138;
  border-radius:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  padding:10px 14px;
  margin:18px auto 8px;
  max-width:1200px;
}
.ccx-toolbar-smartphones label{ color:#e5e7eb; font-weight:600; margin:0; }
.ccx-toolbar-smartphones select{ height:34px; line-height:34px; border-radius:6px; }

/* ===== Coeurs wishlist (sans toucher à tes product-cards) ===== */
ul.products li.product{ position:relative; }
ul.products li.product .wcboost-wishlist-button{
  position:absolute; top:12px; right:12px;
  display:flex !important;
  opacity:1 !important; visibility:visible !important;
  z-index:6;
}
ul.products li.product .wcboost-wishlist-button > *{ pointer-events:none; }

/* Masquer doublons Woo sur Smartphones */
.tax-product_cat.smartphones .woocommerce-ordering,
.tax-product_cat.smartphones .woocommerce-result-count{ display:none !important; }

@media (max-width: 767px){
  .ccx-toolbar-smartphones{ max-width:calc(100% - 24px); }
}



.ccx-brand-select-basic{ display:inline-flex; align-items:center; gap:8px; }
.ccx-brand-select-basic label{ color:#e5e7eb; font-weight:600; }
.ccx-brand-select-basic select{ height:34px; line-height:34px; border-radius:6px; }


/* Barre */
.ccx-toolbar-smartphones{
  background:#2b3138; border-radius:10px;
  display:flex; justify-content:center; align-items:center; flex-wrap:wrap;
  gap:12px; padding:10px 14px; margin:18px auto 8px; max-width:1200px;
}
.ccx-brand-select-basic{ display:inline-flex; align-items:center; gap:8px; }
.ccx-brand-select-basic label{ color:#e5e7eb; font-weight:600; margin:0; }
.ccx-brand-select-basic select,
.ccx-toolbar-smartphones .woocommerce-ordering select{
  height:34px; line-height:34px; border-radius:6px;
}

/* Coeurs wishlist */
ul.products li.product{ position:relative; }
ul.products li.product .wcboost-wishlist-button{
  position:absolute; top:12px; right:12px;
  display:flex !important; opacity:1 !important; visibility:visible !important; z-index:6;
}
ul.products li.product .wcboost-wishlist-button > *{ pointer-events:none; }

/* NE PAS masquer .woocommerce-ordering ici (on l’utilise) */
/* .tax-product_cat.smartphones .woocommerce-ordering{ display:none }  <-- supprimé */

@media (max-width:767px){ .ccx-toolbar-smartphones{ max-width:calc(100% - 24px); } }
