/* ========================================
   HEADER PRINCIPAL - .lumin_header
   ======================================== */


.lumin_header {
  position: fixed;
  left: 0;
  width: 100%;
  background: #f2f1ef;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1200;
}
@media (min-width: 900px) {
  .lumin_header {
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .lumin_header {
    padding-left: 48px;
    padding-right: 48px;
    gap: 40px;
  }
}

.lumin_header__burger-button {
  color: var(--text-color);
  border-width: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.lumin_header__burger-button:hover {
  background-color: #ffffff;
}
@media (min-width: 900px) {
  .lumin_header__burger-button {
    display: none;
  }
}

.lumin_header__logo {
    width: 110px;
    max-width: 110px;
    margin-top: 7px;
}
.lumin_header__logo a{
    display: inline-block;
    width: 100%;
}
.lumin_header__logo img{
    width: 100%;
}

.lumin_header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0px;
}
.lumin_header__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  background-color: #f2f1ef;
  border: 0 none transparent;
  position: relative;
  color: var(--text-color) !important;
  font-size: 13px;
  min-height: 75px;
}
.lumin_header__nav__item:hover {
  background-color: #ffffff;
}
button .lumin_header__nav__item {
  padding-bottom: 16px;
}
.lumin_header__nav__icon {
  width: 24px;
  height: 24px;
}
button .lumin_header__nav__icon {
  margin-bottom: 2px;
}
.lumin_header__nav__text {
  display: none;
}
@media (min-width: 1100px) {
  .lumin_header__nav__text {
    display: inline;
  }
}
.lumin_header__nav__pro, .lumin_header__nav__about {
  display: none;
}
@media (min-width: 780px) {
  .lumin_header__nav__pro, .lumin_header__nav__about {
    display: block;
  }
}


.lumin_header__search__form {
  width: 450px;
  background-color: #ffffff;
  padding: 3px 3px 3px 10px;
  border-radius: 999px;
  border: 2px solid transparent; /* Bordure par défaut */
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.lumin_header__search {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lumin_header__search__form:focus-within {
  border-color: #b29375; /* Couleur du contour au focus */
  outline: none;
}
@media (min-width: 900px) {
  .lumin_header__search__form {
    padding: 3px 6px 3px 16px;
  }
}
.lumin_header__search__input[type=text] {
  color: var(--text-color);
  background-color: #ffffff;
  border: 0 none transparent;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
}
@media (min-width: 900px) {
  .lumin_header__search__input[type=text] {
    font-size: 15px;
  }
}
.lumin_header__search__submit-button, .lumin_header__search__reset-button {
  padding: 0;
  border: 0 none transparent;
  background-color: transparent;
  border-radius: 999px;
  cursor: pointer;
  padding: 4px;
  width: 33px;
  height: 33px;
}
.lumin_header__search__submit-button:hover, .lumin_header__search__reset-button:hover {
  background-color: #dbdbdb;
}
.lumin_header__search__submit-button__icon, .lumin_header__search__reset-button__icon {
  padding-top: 3px;
}
.lumin_header__search__dropdown {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 24px 48px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.admin-bar .lumin_header__search__dropdown {
  top: 106px;
}
.lumin_header__search__dropdown ul {
  padding: 0 !important;
  list-style: none;
}
.lumin_header__search__dropdown ul a {
  color: var(--text-color) !important;
  padding: 3px 6px !important;
}
.lumin_header__search__dropdown ul a:hover {
  background-color: #f8f8f8;
}
.lumin_header__search__dropdown__reset-link {
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 660px) {
  .lumin_header__search {
    display: block;
  }
}

.dot-loader {
  width: 17px;
  padding-top: 6px;
  display: inline-block;
}

.woocommerce-subcategories {
  max-width: 60%;
  list-style-type: none;
  padding: 0px !important;
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-subcategories .subcategory-item {
  display: block;
  padding-right: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.woocommerce-subcategories .subcategory-item--current .subcategory-link {
  background-color: #ffffff;
  color: #000000 !important;
}
.woocommerce-subcategories .subcategory-link {
  background-color: #ffffff;
  color: #000000 !important;
  padding: 3px 16px;
  display: block;
  text-decoration: none;
  border-bottom:2px solid #ffffff;
}
.woocommerce-subcategories .subcategory-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
  border-bottom-color:#000000;
}

.product-category-title {
  margin-top: 5px;
}

.parent-product-category-title .parent-product-category-link {
  color: #000000 !important;
}
.parent-product-category-title .parent-product-category-link:hover {
  text-decoration: underline;
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.product-image-wrapper img {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.product-image-wrapper .product-secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

li.product:hover .product-image-wrapper .product-secondary-image {
  opacity: 1;
}

.woocommerce .products .product-color-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .products .product-color-pills::before, .woocommerce .products .product-color-pills::after {
  display: none !important;
  content: none !important;
}

.product-color-pills li {
  margin: 0;
}

.pastille-couleur {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ddd;
  cursor: default;
}
.pastille-couleur--anthracite {
  background-color: #303030;
}
.pastille-couleur--gris-anthracite {
  background-color: #383d41;
}
.pastille-couleur--gris {
  background-color: #808080;
}
.pastille-couleur--bleu {
  background-color: #007BFF;
}
.pastille-couleur--bronze {
  background-color: #CD7F32;
}
.pastille-couleur--corten {
  background-color: #4d351f;
}
.pastille-couleur--marron {
  background-color: #68442e;
}
.pastille-couleur--alu {
  background-color: #D3D3D3;
}
.pastille-couleur--alu-brosse {
  background-color: #B0B0B0;
}
.pastille-couleur--blanc {
  background-color: #FFFFFF;
  border: 1px solid #999;
}
.pastille-couleur--chrome {
  background-color: #C0C0C0;
}
.pastille-couleur--cuivre {
  background-color: #B87333;
}
.pastille-couleur--dore {
  background-color: #FFD700;
}
.pastille-couleur--noir {
  background-color: #000000;
}

.pastille-couleur--vert {
  background-color: #3c5a40;
}

.product-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-line-pack: center;
      align-content: center;
}

.product-verified-indicator {
  font-size: 1.2em;
  margin-top: 0.5rem;
}

.product-pdf-documents-list {
  list-style: none;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.product-pdf-documents-list li {
  list-style: none;
  padding: 0.75em 1em;
  background-color: #f9f9f9;
}

.product-pdf-documents-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.product-pdf-documents-list li:nth-child(even) {
  background-color: #efefef;
}

.product-pdf-documents-list a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.product-pdf-documents-list a:hover {
  text-decoration: underline;
}

.lumin_header_dropdown {
  position: absolute;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 0;
  border-radius: 8px;
  -webkit-transform: translateX(-21.5%);
          transform: translateX(-21.5%);
  z-index: 2000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  width: 280px;
}

.lumin_header_dropdown--question {
  -webkit-transform: translateX(-66.6%);
          transform: translateX(-66.6%);
}
@media (min-width: 780px) {
  .lumin_header_dropdown--question {
    -webkit-transform: translateX(-41.5%);
            transform: translateX(-41.5%);
  }
}
@media (min-width: 1100px) {
  .lumin_header_dropdown--question {
    -webkit-transform: translateX(-29.5%);
            transform: translateX(-29.5%);
  }
}

.lumin_header_dropdown--account {
  width: 200px;
  -webkit-transform: translateX(-67.5%);
          transform: translateX(-67.5%);
}
@media (min-width: 780px) {
  .lumin_header_dropdown--account {
    -webkit-transform: translateX(-67.5%);
            transform: translateX(-67.5%);
  }
}
@media (min-width: 1100px) {
  .lumin_header_dropdown--account {
    -webkit-transform: translateX(-54%);
            transform: translateX(-54%);
  }
}

.lumin_header_dropdown:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  position: absolute;
  top: -8px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  left: 75%;
}
@media (min-width: 780px) {
  .lumin_header_dropdown:before {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    left: 50%;
  }
}

.lumin_header_dropdown--account:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  left: 79.6%;
}

.lumin_header_dropdown ul {
  padding: 0;
  list-style: none;
}

.lumin_header_dropdown ul li {
  border-top: 1px solid #ecebeb;
  padding: 12px 24px;
  line-height: 1.3;
}

.lumin_header_dropdown ul li a {
  color: var(--text-color) !important;
  text-decoration: underline;
}

.lumin_header_dropdown__title {
  position: relative;
  padding: 12px 24px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  backgroun-color: #f8f8f8;
}
