:root {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  --main-color: #548D33;
  --main-color-opacity: #548D3366;
  --svg-color: var(--main-color);
  --header-social-color-svg: var(--main-color);
  --header-social-color-svg-hover: #000000;
  --footer-bg-color: #222222;
  --footer-color: #999999;
  --footer-link-color: #999999;
  --footer-link-color-hover: var(--main-color);
  --footer-link-color-svg: var(--main-color);
  --footer-link-color-svg-hover: #999999;
  --backtotop-color-svg: var(--main-color);
  --backtotop-color-svg-hover: #999999;
  --footer-social-color-svg: #999999;
  --footer-social-color-svg-hover: var(--main-color);
  --btn-bg-color:#efefef;
  --btn-txt-color:#000000;
  --btn-bg-color-hover:#000000;
  --btn-txt-color-hover:#ffffff;
  --btn-1-bg-color:var(--main-color);
  --btn-1-txt-color:#ffffff;
  --btn-1-border-color:transparent;
  --btn-1-bg-color-hover:#ffffff;
  --btn-1-txt-color-hover:var(--main-color);
  --btn-1-border-color-hover:var(--main-color);
  --overlay-noir-50: #00000088;
}

.home .lm-slider .lm-section h1 {
  text-transform: uppercase;
  font-size: min(var(--h1-size) * 1.2, var(--mobile-h1-size) * 1.2);
}
.home .lm-slider .lm-section .wp-block-heading strong {
  font-weight: 800 !important;
}
.home .lm-slider .lm-section .wp-block-heading,
.home .lm-slider .lm-section p {
  text-shadow: #000000 2px 2px 2px;
}

.home .lm-slider .lm-section h1 {
  text-transform: uppercase;
  font-size: min(var(--h1-size) * 1.2, var(--mobile-h1-size) * 1.2);
}

.woocommerce-variation-description {
  display: none !important;
}

.product-loop-tax {
  font-weight: normal;
  color: #000;
}

.lm-banner-v1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ze-logo {
  max-height: 100px;
  height: auto;
}

.lm-section :has(.woocommerce) .wp-block-heading,
.lm-section :has(.lm-taxonomy) .wp-block-heading,
.related > h2 {
  margin-bottom: 2rem;
  font-size: min(var(--h1-size) / 0.75, var(--mobile-h1-size) / 0.75);
  text-transform: uppercase;
  color: #999999;
}

.section-marchands .lm-taxonomy h3 {
  display: none;
}
.section-marchands .img-wraper img {
  width: 75%;
}
.section-marchands .row {
  --bs-gutter-y: 3rem;
  --bs-gutter-x: 3rem;
}

.woocommerce-product-gallery__trigger,
.wc-unit-price {
  display: none !important;
}

.single-product .type-product {
  padding-top: 0px !important;
}

.woocommerce-product-gallery .flex-viewport {
  border: #dddddd 1px solid;
}

header {
  display: flex;
  flex-wrap: wrap;
}
header > div:nth-child(1) {
  order: 2;
}
header .ramassage-notice {
  text-align: center;
  background-color: var(--main-color);
  color: #ffffff;
  padding: 0.5rem;
  width: 100%;
  order: 1;
}
header .ramassage-notice,
header .ramassage-notice p {
  font-size: 0.75rem;
  line-height: 1rem;
}

#footer img, #footer svg {
  opacity: 0.6;
}

.alert.alert-success {
  background: var(--main-color);
  color: #ffffff;
}

.badge {
  text-decoration: none;
}
.badge.badge-success {
  background: var(--main-color);
  color: #ffffff;
}

.home-icons .lm-col {
  text-align: center;
}
.home-icons .lm-col svg {
  height: 5rem;
  width: auto;
  display: inline-flex;
}

.woocommerce .related {
  justify-content: center;
  background: var(--main-color-opacity);
}
.woocommerce .related > h2 {
  text-align: center;
  color: var(--main-color);
}
.woocommerce .related > ul {
  margin: auto;
  justify-content: center !important;
}

/*# sourceMappingURL=style.css.map */
