/*
Theme Name: bdn
Author: Louise Obé
Version: 1.0
Description: css bdn
*/
@font-face {
  font-family: 'Baloo';
  src: url('./fonts/Baloo-Regular.eot');
  src: url('./fonts/Baloo-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Baloo-Regular.woff2') format('woff2'), url('./fonts/Baloo-Regular.woff') format('woff'), url('./fonts/Baloo-Regular.ttf') format('truetype'), url('./fonts/Baloo-Regular.svg#Baloo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  width: 100vw;
  overflow-x: hidden;
}
.sku_wrapper {
  display: none;
}
#primary {
  display: flex;
  justify-content: center;
}
.section-container {
  width: 100vw;
}
.shop-intro {
  margin-bottom: 50px;
}
body.page-id-3 #primary {
  display: flex;
  justify-content: center;
}
body.page-id-3 #primary h2 {
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 20px;
}
.mobile {
  display: none !important;
}
.desktop {
  display: block;
}
body {
  min-height: 100vh;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: 300px;
  opacity: 0.2;
}
span.tagged_as {
  padding-left: 10px;
}
h1,
h2 {
  letter-spacing: 0.1em;
}
h2 {
  text-transform: uppercase;
  color: #101540;
  margin-bottom: 30px;
  font-size: 30px;
}
a.button,
.wc-block-components-button:not(.is-link),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  border: 1px solid #AEC494;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #AEC494 !important;
  color: white !important;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
}
a.button:hover,
.wc-block-components-button:not(.is-link):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: white !important;
  color: #AEC494 !important;
  border: 1px solid #AEC494 !important;
}
#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-container {
  background: #FDF7ED;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  max-width: 80vw;
  width: 500px;
}
.popup-container img {
  width: 60%;
  max-width: 80vw;
}
.popup-container .button {
  cursor: pointer;
}
header {
  left: 50px;
  right: 50px;
  top: 20px;
  position: fixed;
  background-color: #FDF7ED;
  z-index: 99;
}
header nav {
  display: flex !important;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 60px;
}
header nav .logo {
  max-width: 200px;
  width: 50vw;
}
header nav .basket {
  width: 20px;
  position: relative;
}
header nav ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
header nav ul li a {
  color: #101540 !important;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: all 0.2s;
  position: relative;
}
header nav ul li a:hover {
  color: #AEC494 !important;
}
header nav ul .logo-small img {
  width: 50px;
}
header .cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #AEC494;
  font-weight: bold;
  color: #101540;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
}
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .footer-container {
  display: flex;
  flex-direction: row;
  padding: 100px 50px 50px 50px;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
footer .footer-container .footer-column {
  flex: 1;
  color: #101540;
}
footer .footer-container .footer-column h4 {
  font-size: 20px;
  letter-spacing: 0.1em;
}
footer .footer-container .footer-column ul li {
  text-transform: uppercase;
  margin-top: 10px;
}
footer .footer-container .footer-column ul li a {
  text-decoration: none;
  color: #101540 !important;
  font-size: 12px;
}
footer .footer-container .footer-column .logo {
  width: 200px;
  max-width: 80vw;
  margin: 0 auto;
}
footer .footer-container .footer-column.right {
  text-align: right;
}
footer .footer-container .footer-column.right img {
  width: 40px;
  display: inline-block;
  margin-left: 20px;
}
footer .footer-bottom {
  background-color: #101540;
  color: #FDF7ED;
  width: 100vw;
  padding: 8px;
  text-align: center;
  font-size: 12px;
}
.beige {
  background-color: #FDF7ED;
}
.deco-leaf {
  width: 100px;
  position: absolute;
  right: 100px;
  bottom: -30px;
}
section.banner {
  height: 250px;
  background: url("img/banner-small.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  z-index: 1;
}
section.banner h1 {
  text-transform: uppercase;
  margin-top: 60px;
}
section.banner h2.sub-title {
  text-transform: capitalize;
  color: white;
  font-size: 20px;
  letter-spacing: normal;
  font-style: italic;
}
#deco-neste {
  position: absolute;
  top: 175px;
  left: -45vw;
  z-index: 0;
  width: 100vw;
  max-height: -webkit-fill-available;
}
section.banner-home {
  min-height: 40vw;
  height: 500px;
  background: url("img/banner-bdn.jpg");
  background-size: cover;
  background-repeat: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.banner-home #logo {
  width: 280px;
}
section.banner-home h1 {
  color: #FDF7ED;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 0.1em;
}
.woocommerce div.product p.stock {
  margin-bottom: 10px;
  color: #101540;
  font-style: italic;
}
section#home-products .section-container {
  padding-left: 10px;
  padding-right: 10px;
}
section#home-products .section-container .product-categories-grid {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 40px;
}
section#home-products .section-container .product-categories-grid .category-item {
  text-align: center;
  border: 1px solid #AEC494;
  padding: 2px;
  width: 12vw;
  padding-bottom: 20px;
}
section#home-products .section-container .product-categories-grid .category-item:hover img {
  transform: scale(1);
}
section#home-products .section-container .product-categories-grid .category-item a {
  text-decoration: none;
}
section#home-products .section-container .product-categories-grid .category-item a img {
  height: 90%;
  width: 100%;
  object-fit: cover;
  transform: scale(0.95);
  transition: all 0.3s ease-out;
}
section#home-products .section-container .product-categories-grid .category-item h3 {
  text-transform: uppercase;
  color: #AEC494;
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
}
section#actu {
  position: relative;
}
section#actu #mountain {
  position: absolute;
  right: -56px;
  top: -156px;
  width: 300px;
}
section#actu .section-container {
  min-width: 100%;
}
section#actu .section-container .swiper {
  width: 80%;
}
section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 0 80px;
}
section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content .slide-image {
  height: 400px;
  max-width: 50%;
}
section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content .slide-text {
  flex: 1;
}
section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content .slide-text h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 0;
}
section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content .slide-text h4 {
  color: #AEC494;
  font-style: italic;
  margin-bottom: 25px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #AEC494 !important;
  width: 30px !important;
  height: 30px !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
}
#neste {
  position: absolute;
  left: -300px;
  top: -100px;
}
section#producteurs .section-container p {
  max-width: 500px;
  text-align: center;
  margin-bottom: 50px;
}
section#producteurs .section-container .producteurs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
section#producteurs .section-container .producteurs-grid .producteur-item {
  flex: 0 1 calc(25% - 50px);
  text-decoration: none;
  color: #101540 !important;
  cursor: pointer;
}
section#producteurs .section-container .producteurs-grid .producteur-item img {
  border: 5px solid white;
  transition: all 0.2s ease-out;
  width: 100%;
  height: 80%;
  object-fit: cover;
}
section#producteurs .section-container .producteurs-grid .producteur-item img:hover {
  transform: scale(0.98);
}
section#producteurs .section-container .producteurs-grid .producteur-item h3 {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}
section#map {
  background-color: #AEC494;
  color: white;
  flex-direction: column;
  align-items: center;
}
section#map iframe {
  width: 100vw;
}
section#map h2 {
  color: white;
}
section#map .section-container {
  flex-direction: row;
  gap: 30px;
  max-width: 1000px;
  align-items: center;
  justify-content: center;
}
section#map .section-container img {
  max-width: 500px;
}
section#esprit {
  background-color: white;
  border-top: 5px solid #FDF7ED;
  flex-direction: column;
}
section#esprit .section-container {
  align-self: center;
}
section#esprit .section-container .items {
  display: flex;
  gap: 50px;
  justify-content: center;
}
section#esprit .section-container .items .item:nth-child(1) {
  color: #AEC494;
}
section#esprit .section-container .items .item:nth-child(2) {
  color: #80B2CC;
}
section#esprit .section-container .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
section#esprit .section-container .items h4 {
  text-transform: uppercase;
}
section#esprit .section-container .items p {
  text-align: center;
  max-width: 300px;
}
section#citation {
  max-height: 50vh;
  height: 300px;
  background: url("img/banner-bdn.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-mask-image: url(img/mask.svg);
  mask-image: url(img/mask.svg);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
}
section#citation .section-container {
  color: white;
}
section#citation .section-container h5 {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
}
.banner-panier-garni {
  width: 100%;
  margin-top: 50px;
}
.banner-panier-garni .section-container {
  flex-direction: column;
  padding: 0;
}
.banner-panier-garni .section-container h2 {
  text-align: left;
  font-size: 20px;
  line-height: initial;
  margin-top: 20px;
}
.banner-panier-garni .section-container a.button {
  padding: 10px 20px;
}
.banner-panier-garni img {
  max-height: 100px;
}
.banner-panier-garni p {
  margin-bottom: 30px;
}
h1.page-title {
  display: none;
}
.shop-layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.shop-layout .shop-sidebar {
  width: 250px;
  padding: 30px;
  border: 1px solid #AEC494;
}
.shop-layout .shop-sidebar .filter-block {
  list-style: none;
}
.shop-layout .shop-sidebar .filter-block #ajax-filter-categories {
  margin-bottom: 30px;
}
.shop-layout .shop-sidebar .filter-block li {
  margin: 14px 0;
}
.shop-layout .shop-sidebar .filter-block li.current-cat {
  color: #AEC494;
}
.shop-layout .shop-sidebar .filter-block li .sub-categories {
  padding-left: 15px;
}
.shop-layout .shop-sidebar .filter-block li .sub-categories li {
  margin: 5px 0;
}
.shop-layout .shop-sidebar .filter-block li .sub-categories li a {
  font-size: 11px;
  text-transform: lowercase;
}
.shop-layout .shop-sidebar .filter-block a {
  text-transform: uppercase;
  color: #101540 !important;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  transition: all 0.2s;
}
.shop-layout .shop-sidebar .filter-block a.active,
.shop-layout .shop-sidebar .filter-block a:hover {
  color: #AEC494 !important;
  font-weight: bold;
}
body.single-product .section-container,
body.single-product .section-container div.product {
  width: 100%;
}
#ajax-products {
  min-width: 900px;
}
.woocommerce div.product div.images img {
  max-height: 620px;
  object-fit: cover;
}
.woocommerce ul.products li.product a img {
  width: 200px;
  height: 280px;
  object-fit: contain;
  border: 1px solid #AEC494;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #AEC494;
}
/* Supprime le style du gros bouton WooCommerce */
.woocommerce ul.products li.product .button {
  background: none;
  border: none;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 0;
  background-color: #AEC494;
  transition: all 0.3s ease;
  z-index: 3;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products::before {
  display: none;
}
.woocommerce ul.products li.product {
  flex: 0 0 calc(25% - 15px);
  /* 4 produits par ligne avec le gap */
  box-sizing: border-box;
  margin: 0;
  position: relative;
  min-width: 200px;
  flex-basis: auto;
  width: 200px;
}
/* Cache le texte "Ajouter au panier" pour ne garder que le + */
.woocommerce ul.products li.product .button::after {
  content: "+";
  font-size: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  line-height: initial;
  margin: 0;
}
.woocommerce ul.products li.product .button {
  font-size: 0;
  /* cache le texte original */
}
.woocommerce .woocommerce-ordering,
.woocommerce-result-count {
  display: none;
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid #101540;
  border-top-color: #AEC494;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  transform: translate(-50%, -50%);
}
a {
  color: #AEC494 !important;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.woocommerce div.product {
  color: #101540;
  margin-top: 50px;
}
.woocommerce div.product p.producteur {
  text-transform: uppercase;
  margin: 20px 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  border: 3px solid #AEC494;
}
.woocommerce div.product .product_title {
  text-transform: uppercase;
  color: #101540;
  max-width: 300px;
  line-height: 35px;
  margin-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #101540;
  font-weight: bold;
}
.woocommerce-product-details__short-description {
  margin: 20px 0;
  line-height: 25px;
}
.woocommerce-product-details__short-description p {
  margin: 10px 0;
}
input {
  border: 1px solid #AEC494 !important;
}
input:focus,
input:focus-visible {
  border: 1px solid #AEC494 !important;
}
.woocommerce div.product form.cart input {
  height: 40px;
  margin-right: 20px;
}
.woocommerce div.product form.cart .button {
  height: 40px;
}
section.products.related {
  display: none;
}
.woocommerce .same-producer {
  margin-top: 100px;
}
.woocommerce .same-producer ul.products {
  justify-content: center;
}
.same-producer h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.options-panier-garni {
  margin-bottom: 40px;
}
.select-panier {
  border: 1px solid #AEC494;
  padding: 10px 20px;
  border-radius: 100px;
  width: 300px;
  margin: 10px 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 10px;
  /* ✅ contrôle la taille ici */
  /* flèche SVG plus fine et mieux proportionnée */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23AEC494' xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M0 0l5 6 5-6z'/></svg>");
}
.select-panier::-ms-expand {
  display: none;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  background-color: white;
  padding: 40px;
  border: 1px solid #AEC494;
}
.panier-garni-wrapper {
  margin-bottom: 20px;
}
/* Overlay sombre semi-transparent */
.popup-overlay {
  display: none;
  /* caché par défaut */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
  padding: 40px 20px;
}
/* Contenu du popup */
.popup-content {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  border: 3px solid #AEC494;
  max-height: 100%;
  overflow-y: scroll;
}
.popup-item.out-of-stock {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
}
.popup-item.out-of-stock img {
  filter: grayscale(100%);
}
.popup-item .stock-label {
  display: block;
  font-size: 12px;
  color: #b00;
  margin-top: 5px;
}
/* Titre */
.popup-content h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  text-align: center;
  color: #AEC494;
}
/* Grille des produits */
.popup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}
/* Item produit */
.popup-item {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.popup-item.selected img {
  border: 8px solid #AEC494;
}
.popup-item:hover {
  transform: scale(1.05);
}
/* Image produit */
.popup-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* Nom produit */
.popup-item span {
  display: block;
  font-size: 0.9em;
  color: #333;
}
/* Bouton fermer */
.close-popup {
  display: block;
  margin: 20px auto 0;
  padding: 10px 25px;
  background: #AEC494;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  transition: background 0.2s ease;
}
.close-popup:hover {
  background: #005a87;
}
/* Bouton ouvrir popup */
.btn-open-popup {
  border: 1px solid #AEC494;
  padding: 5px 20px;
  border-radius: 100px;
  margin: 10px 10px 10px 0;
  margin-bottom: 0;
  background: white;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.btn-open-popup:hover {
  background: #AEC494;
  color: white;
}
section#about {
  color: #101540;
}
section#about .section-container .intro,
section#about .section-container .team,
section#about .section-container .about {
  max-width: 800px;
}
section#about .section-container .intro p,
section#about .section-container .team p,
section#about .section-container .about p {
  margin-bottom: 20px;
}
section#about .section-container .team {
  margin: 30px 0;
}
section#about .section-container .about {
  margin-bottom: 50px;
}
section#about .section-container .team-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 40px;
  margin-bottom: 50px;
}
section#about .section-container .team-detail .item {
  width: 25vw;
  max-width: 320px;
}
section#about .section-container .team-detail .photo {
  padding: 30px 30px 0 30px;
  border: 1px solid #AEC494;
  height: 35vw;
  max-height: 500px;
  width: 100%;
  margin-bottom: 30px;
}
section#about .section-container .team-detail .photo img {
  width: 100%;
  height: 85%;
  object-fit: cover;
}
section#about .section-container .team-detail h4 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 10px auto;
  text-align: center;
}
section#about .section-container div.end {
  background-color: #AEC494;
  padding: 30px 20px;
  color: white;
  border-radius: 30px;
  font-size: 20px;
  margin: 0 40px;
  text-align: center;
}
section#about .section-container div.end a {
  color: white !important;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .shop-layout {
    gap: 20px;
  }
  .woocommerce ul.products {
    justify-content: center;
    margin-right: 30px;
  }
}
/* Responsive */
@media (max-width: 1200px) {
  section#home-products .section-container .product-categories-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 0 30px;
    cursor: grab;
    align-items: flex-start;
    width: 100vw;
  }
  section#home-products .section-container .product-categories-grid .category-item {
    min-width: 250px;
    height: 350px;
  }
  section#producteurs .section-container .producteurs-grid {
    gap: 30px;
  }
  #ajax-products {
    min-width: initial;
    max-width: 750px;
  }
  .woocommerce ul.products {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .deco-leaf {
    width: 10vw;
    right: 20px;
    bottom: -10px;
  }
  header {
    position: relative;
    left: 0;
    top: 0;
  }
  nav#mobile-menu {
    right: inherit;
    left: 0;
    pointer-events: none;
  }
  .ham {
    right: inherit;
    left: 20px;
  }
  nav#mobile-menu.active {
    height: 100vh;
    pointer-events: initial;
  }
  header nav ul li a {
    color: white !important;
    font-size: 20px;
  }
  li.basket-mobile {
    position: absolute;
    width: 30px;
    right: 30px;
    top: 20px;
    z-index: 99999;
  }
  section#producteurs .section-container .producteurs-grid .producteur-item {
    flex: 0 1 calc(50% - 20px);
  }
  .section-container {
    padding: 20px;
    max-width: 100vw;
  }
  h2 {
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  a.button {
    margin: 10px;
  }
  section#home-products .section-container .product-categories-grid {
    margin-bottom: 0;
  }
  section#actu #mountain {
    display: none;
  }
  section#actu .section-container .swiper {
    width: 100%;
  }
  section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content {
    padding: 0;
    gap: 20px;
  }
  section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content a.button {
    margin: 20px auto;
    width: 100%;
    text-align: center;
  }
  section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content .slide-image {
    height: 350px;
    width: 100%;
    max-width: none;
  }
  section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  section#actu .section-container .swiper .swiper-wrapper .swiper-slide .slide-content .slide-text h4 {
    text-align: center;
    margin-top: 20px;
  }
  section#producteurs .section-container .producteurs-grid {
    gap: 0;
  }
  section#producteurs .section-container .producteurs-grid .producteur-item {
    flex: 0 1 calc(50%);
  }
  #producteurs a.button {
    margin-top: 30px;
  }
  section#esprit .section-container .items {
    flex-wrap: wrap;
  }
  section#esprit .section-container .items .item {
    min-width: 100%;
  }
  section#citation {
    background-attachment: initial;
    background-size: cover;
    mask-image: initial;
    mask-repeat: initial;
    mask-size: initial;
  }
  section#about .section-container .team-detail {
    flex-direction: column;
  }
  section#about .section-container .team-detail .item {
    width: 100%;
    max-width: 500px;
  }
  section#about .section-container .team-detail .item .photo {
    height: auto;
    max-height: 100%;
  }
  section#about .section-container div.end {
    margin: 0;
  }
  .woocommerce ul.products li.product {
    width: 44vw !important;
    min-width: initial;
  }
  .woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
  }
  .woocommerce .same-producer ul.products {
    justify-content: space-between;
  }
  .woocommerce ul.products {
    justify-content: space-between;
    gap: 0;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: left !important;
  }
  section#map .section-container {
    flex-direction: column;
  }
  section#map .section-container img {
    max-width: 90vw;
  }
}
@media (max-width: 700px) {
  footer .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  footer .footer-container .footer-column.right {
    text-align: left;
  }
  footer .footer-container .footer-column.right img {
    margin-left: 0;
    margin-right: 20px;
  }
  footer .footer-container .footer-column .logo {
    width: 150px;
  }
}
@media (max-width: 800px) {
  .shop-layout {
    flex-direction: column;
  }
  .shop-layout .shop-sidebar {
    width: 100%;
  }
  .banner-panier-garni {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: initial;
  }
}
/* Responsive */
@media (max-width: 600px) {
  .popup-content {
    padding: 15px;
  }
  .popup-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
  }
  .btn-open-popup {
    width: 100%;
    margin-bottom: 10px;
  }
}
