.tease-product {
  padding-top: 50px;
}
.product {
  padding-top: 20px;
}
.product_intro.p-5 {
  padding-top: 0 !important;
}

/* Résumé de produit */
.articles_shop_categorie .price {
  font-size: 2.5rem;
  margin-top: 0.5em;
}
/* .articles_shop_categorie .price span.price{
      display: flex;
      flex-direction: column;
  } */
.articles_shop_categorie .shortproduct_title .small {
  font-size: 2rem;
}
.articles_shop_categorie .shortproduct_title {
  position: relative;
  padding: 10px 0;
}

.shortproduct_picture {
  position: relative;
}
.shortproduct_picture::before {
  display: block;

  width: 100%;
  padding-top: 115%;
  content: "";
}
.shortproduct_picture a img {
  max-width: 100%;
  max-height: 100%;
}
.shortproduct_picture a::before {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
}
.shortproduct_picture a {
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.shortproduct_picture img {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.shortproduct_picture img {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.shortproduct_picture:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product_teaser_description p {
  margin-bottom: 1em;
}
.post-type-archive-product .fabfr {
  margin-top: -55px;
  margin-bottom: 50px;
}
.post-type-archive-product .productList {
  margin-top: 70px;
}

.shortproduct_title .priceHT {
  color: var(--colorprimary);
  font-weight: bold;
}

/* Détail de la fiche produit */
.product_picture-content {
  overflow: hidden;
}

.picto_filtration {
  bottom: 10px;
  right: 20%;
  max-width: 40%;
}
.product_fabFrance {
  bottom: -8px;
  z-index: 1000;
  right: 100px;
}
.product_fabFrance .bg-fr {
  bottom: 0;
  left: 0;
  background-image: url("../img/charte/fab-fr.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 16px;
}
.double_infos_produits {
  padding: 18px;
  border-radius: 20px;
  background: var(--black);
  color: white;
}

.product_completeDescription {
  margin-top: 40px;
}
.product_video_description h2 {
  font-family: "DuraraPlayfulRegular";
}
.video_youtube {
  width: 100%;
  aspect-ratio: 16-9;
}
.video_youtube iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
}
@media (max-width: 879px) {
  .youtube_player,
  .video_youtube iframe {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 579px) {
  .video_youtube iframe {
    width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  /* .single-product #header {
          position: absolute !important;
          top: 0;
          left: 0;
          right: 0;
          background-color: transparent !important;
  
      }
   */
}
.single-product #header .headerPage-picture {
  display: none;
}
.tax-product_cat #contents,
.single-product #contents {
  padding-top: 0;
}

.product {
  display: flex;
  flex-direction: column;
}
.shortproduct_title {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.shortproduct_title .price {
  color: var(--colorprimary);
  font-weight: 700;
  margin-top: auto;
  margin-bottom: -5px;
  padding-top: 10px;
}

  /* Promo */
  .shortproduct_title .price.price-promo {
    color: var(--black);
    font-size: 1.4rem;
    text-decoration: line-through;
    margin-left: 10px;
  }

.shortproduct_title .price del {
  color: var(--black);
  font-weight: normal;
}
/* Section1 */

.productDetail-section1 {
  position: relative;
  z-index: 0;
}
.productDetail-section1 .product_picture {
  height: 100%;
}

/* Section2 */
/* .product_title::before{
          content:"";
          position: absolute;
          top: -60px;
          left: 0px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 110px 0 0 110px;
          border-color: transparent transparent transparent var(--black);
  
      } */

.variations select {
  min-height: 40px;
  line-height: 40px;
}
.variations td {
  border: none;
}
.variations {
  max-width: 600px;
  border: none;
  margin: 0;
}
.product_title h1 {
  color: var(--black);
  line-height: 120%;
  max-width: 800px;
  margin-bottom: 20px;
}
.product_title .small {
  font-size: 2rem;
}

.product_provenance {
  display: inline-block;
  height: 1em;
  width: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
}
.product_provenance_1 {
  background-image: url("../img/charte/provenance_1.webp");
}
.product_provenance_2 {
  background-image: url("../img/charte/provenance_2.webp");
}
.product_description {
  margin-bottom: 20px;
}
.product_description p {
  line-height: 1.5em;
}
.product_price {
  font-size: 3rem;
  color: var(--colorprimary);
}
.product_price del {
  color: var(--black);
}
.product_labels_qualite {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product_labels_qualite img {
  height: 60px;
}
#more {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.box_pme-description {
  font-size: 2rem;
}

form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: flex-start;
  gap: 10px;
}
form.cart .quantity {
  margin: 10px 10px 10px 0;
}
form.cart .quantity input {
  height: 100%;
}

.woocommerce-message {
  border-top-color: var(--colorprimary);
  /* position: fixed; */
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000;
}
.woocommerce-message::before {
  color: var(--colorprimary);
}

/* ---------------------------------------
      TUNNEL DE COMMANDE
      ---------------------------------------- */
.woocommerce table.shop_table {
  border: none;
}
#page .woocommerce table.shop_table th {
  font-size: 700;
  text-transform: uppercase;
  font-size: 1.9rem;
  font-family: "Poppins", sans-serif;
  color: var(--white);
}
.woocommerce table.shop_table thead {
  background-color: var(--colorprimary);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: none;
}
.woocommerce table.shop_table tr:nth-child(odd) td {
  background-color: var(--colorsecondary);
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 80px;
}

#page #add_payment_method table.cart img,
.woocommerce-cart #page table.cart img,
.woocommerce-checkout #page table.cart img {
  width: 80px;
}

#page
  .woocommerce
  .woocommerce-checkout-review-order
  table.shop_table
  tfoot
  tr
  th,
#page .woocommerce .cart_totals table.shop_table tr th {
  color: var(--colorprimary);
}

#page .woocommerce .cart_totals table.shop_table tr th {
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: none;
}

/* Surcharge de WooCommerce */
.woocommerce
  table.shop_table_responsive
  tr
  td:has(> .lpp-shipping-package-wrapper)::before {
  display: none;
}

.select2-container .select2-selection--single {
  margin: 5px 0;
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal;
  height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.pickup-location-field .pickup-location-address {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 5px 0 10px;
}

#page #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart #page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout#page .wc-proceed-to-checkout a.checkout-button {
  font-size: 1.7rem;
  text-transform: uppercase;
}

#page .woocommerce #respond input#submit.alt,
#page .woocommerce a.button.alt,
#page .woocommerce button.button.alt,
#page .woocommerce input.button.alt {
  background-color: var(--colorprimary);
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#page .woocommerce #respond input#submit.alt:hover,
#page .woocommerce a.button.alt:hover,
#page .woocommerce button.button.alt:hover,
#page .woocommerce input.button.alt:hover {
  background-color: var(--black);
}

.product_picture-content {
  text-align: center;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields,
.woocommerce-shipping-fields {
  background-color: var(--colorsecondary);
  padding: 30px;
  margin-bottom: 30px;
}

#order_review_heading {
  text-align: center;
}

#order_review {
  max-width: 800px;
  margin: 50px auto 0;
}

#page .woocommerce-error li,
#page .woocommerce-info li,
#page .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 15px !important;
  margin-left: 15px !important;
}

#page .woocommerce form .form-row input.input-text,
#page .woocommerce form .form-row textarea {
  min-height: 40px;
}

#page .woocommerce ul.order_details li::before {
  display: none;
}

.woocommerce-bacs-bank-details {
  background-color: var(--colorsecondary);
  padding: 30px;
  margin-bottom: 30px;
}
.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 2rem;
  padding: 30px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 0 30px 0;
}
.woocommerce-MyAccount-navigation li::before {
  display: none;
}
.woocommerce-MyAccount-navigation li {
  padding: 0;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 20px;
  background-color: var(--colorsecondary);
  color: var(--colorprimary);
  margin-bottom: 5px;
  font-family: "Poppins";
  font-weight: 700;
  text-decoration: none !important;
}
.woocommerce-page:not(.woocommerce-edit-account)
  .woocommerce-MyAccount-content
  p:nth-child(2) {
  font-size: 2.5rem;
  margin-top: 50px;
}

/* Account : Gestion des adresses */
.woocommerce-Address {
  background-color: var(--colorsecondary);
  padding: 30px;
  border: 10px solid #fff;
}
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses .title .edit {
  float: none;
  margin: 0;
}
.woocommerce-account .addresses .title .edit {
  margin-left: auto;
}
.woocommerce-account .addresses .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
}

/* Slider images */
/*Galerie et image produit mélangées*/

.slider-dots {
  padding: 0;
}
.slider-dots .slick-list {
  border-radius: 20px;
}
.slider-dots .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  transform: none;
}

.slider-dots .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: var(--black);
  border-radius: 50%;
  border: none;
  overflow: hidden;
  text-indent: 5000px;
}
.slider-dots .slick-dots li.slick-active button {
  background-color: var(--colorprimary);
}
.slider-dots .slick-dots li::before {
  display: none;
}
.slider-dots .slick-dots li {
  margin: 0 6px 0 0;
  padding: 0;
  list-style: none;
}

.woocommerce .quantity .qty {
  height: 40px;
  border: none;
  background-color: #ededed;
  margin-left: 10px;
}
/* .product_price > span > span > bdi::after,
      div > div > span > span > bdi::after{
          content: ' HT'; 
      } */
.woocommerce-price-suffix {
  display: block;
  font-size: 1.4rem;
  display: none;
}
.shortproduct_title h2 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .shortproduct_title h2 {
    font-size: 1.8rem;
  }
}

del {
  font-size: 1.4rem;
}
ins {
  color: var(--colorprimary);
  display: block;
  background-color: transparent;
  line-height: 1;
  font-weight: 900;
}

.woocommerce [class*="woocommerce"] ul li::before {
  display: none !important;
}
.woocommerce-shipping-calculator,
.woocommerce-shipping-destination {
  display: none;
}

.post-type-archive-product section#contents {
  padding-top: 0;
}
.productList-intro {
  padding-top: 50px;
}
.productList {
  padding-top: 30px;
}

.seachForm {
  margin-top: -20px;
}
.searchandfilter {
  width: 100%;
}
.searchandfilter ul {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .searchandfilter ul li {
    flex: 1 0 100%;
    width: 100%;
  }
}
.searchandfilter ul li {
  padding: 0 2%;
  margin-bottom: 10px;
  flex: 1 0 auto;
}
.searchandfilter ul li.sf-field-search {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .searchandfilter ul li.sf-field-search {
    width: 400px;
  }
}
.searchandfilter ul li.sf-field-sort_order {
  margin-left: auto;
}
.searchandfilter ul li label {
  width: 100%;
}
.searchandfilter ul li select:focus {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.searchandfilter ul li input::placeholder,
.searchandfilter ul li input:focus {
  color: var(--black);
}
.searchandfilter ul li input,
.searchandfilter ul li select {
  min-height: 40px;
  border: none;
  width: 100%;
  padding: 5px 10px;
  color: var(--black);
  font-family: "Poppins", sans-serif;

  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);

  background-color: var(--white);
}
.searchandfilter ul li select option {
  padding: 10px;
}

/* Pager */
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: var(--colorprimary);
  color: var(--black) !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: var(--black);
  color: var(--colorprimary);
  text-decoration: none;
}

/* Variations */

.variations tr {
  display: inline-flex;
  justify-content: center;
}

.variations tr td {
  flex: 1 0 auto;
  display: block;
  text-align: right;
}
.variations tr td label {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 40px;
}
.variations tr td select {
  font-family: "Poppins", sans-serif;
  border: none;
  width: 100%;
  background-color: var(--colorsecondary);
}
.single_variation_wrap {
  margin: 0 auto;
}
.reset_variations {
  display: none;
}

.woocommerce span.onsale {
  background-color: var(--colorprimary);
  border-radius: 50px;
  padding: 10px;
}
.add_to_cart_article {
  text-align: center;
}

/* tunnel de commande */

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  max-width: 100%;
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    max-width: 50%;
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.hasDatepicker {
  height: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .shop_table th,
  .shop_table tr,
  .shop_table td,
  .shop_table {
    display: block;
    width: 100%;
  }

  .pickup-location-field .pickup-location-appointment-date {
    min-width: 0;
    max-width: 100%;
  }
}

.pickup-location-field .ui-datepicker-trigger {
  color: transparent;
  margin: 12px 0 0 -42px;
}
.woocommerce-shipping-contents {
  display: none;
}

.panier a {
  display: none;
  position: relative;
}

.panier a span:not(.ico-cart) {
  width: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  height: 22px;
  font-size: 1.1rem;
  position: absolute;
  bottom: -3px;
  right: -3px;
  color: var(--black);
  background-color: var(--colorprimary);
}

.product-retrait-conditions {
  background-color: var(--gray-100);
  border-radius: 30px;
  padding: 20px;
  margin-top: 60px;
}
.product-retrait-conditions ul li::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--colorprimary);
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.product-retrait-conditions :last-child {
  margin-bottom: 0;
}

.cart_item .variation {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  color: var(--colorprimary);
  margin: 0;
  margin-top: 5px;
}
.cart_item .variation dt {
  font-size: 1.4rem;
  font-weight: normal;
}
.cart_item .variation dd p {
  margin: 0;
}
.cart_item .variation dd {
  font-size: 1.6rem;
  font-weight: normal;
  text-indent: 0;
}
.cart_item .variation dd:not(:last-child) {
  margin-bottom: 20px;
}

/* Condition de retrait */
.conditions-retrait {
  margin-top: 30px;
}
.conditions-retrait ul li::before {
  display: none !important;
}
.conditions-retrait ul li img {
  margin-right: 16px;
}
.conditions-retrait ul li {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.date-retrait {
  font-weight: bold;
  color: var(--colorprimary);
}

.woocommerce #page .single_add_to_cart_button {
  font-weight: bold !important;
}

/* Bloc fermé */

.texte-hors-vente {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid var(--colorprimary);
}

.texte-hors-vente p:last-child {
  margin-bottom: 0;
}
.texte-hors-vente img {
  margin-right: 20px;
}
