/*
Theme Name: Bergo2 Child
Theme URI: https://ydex.dev
Template: hello-elementor
Author: Ydex Team
Author URI: https://ydex.dev
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749996381
Updated: 2025-06-15 16:06:21

*/
/* 1. Champ de recherche transparent avec ligne en bas */
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important; /* Ligne horizontale */
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 6px 40px 6px 10px !important;
  color: #000 !important; /* ou 'inherit' si vous voulez hériter */
}

/* 2. Placeholder (texte gris clair quand vide) */
.dgwt-wcas-search-input::placeholder {
  color: #aaa;
}

/* 3. Loupe à droite */
.dgwt-wcas-search-form .dgwt-wcas-search-submit {
  right: 0 !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: absolute !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* 4. Conteneur : s'assurer que la position relative est bien là */
.dgwt-wcas-sf-wrapp {
  position: relative !important;
}


/* Checkout bouton */
/* Bouton "Finalizar compra" : lisible en permanence */

