@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mate:ital@0;1&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --main-width: 100%;
  --main-wide: 100%;
  --main-padding: 10px;
  --background-color: #f5f5f5;
  --primary-color: #1f1f1f;
  --primary-color-hover: #9a9a9a;
  --secondary-color: #eeeeee;
  --secondary-color-darken: #e1e1e1;
  --main-color: #B63E41;
  --font-size-base: 16px;
  --padding-base: 1rem;
  --border-radius: 6px;
}

@media (min-width: 767px) {
  :root {
    --main-width: 1140px;
    --main-wide: 1140px;
  }
}
@media (min-width: 1700px) {
  :root {
    --main-wide: 1640px;
  }
}
body.woocommerce-cart .entry-title, body.woocommerce-checkout .entry-title, body.woocommerce-account .entry-title, .woocommerce-products-header h1, body.page h5, body.single-post h5, body.page h4, body.single-post h4, body.page h3, body.single-post h3, body.page h1, body.page h2, body.single-post h1, body.single-post h2, body.mailpoet_page-template-default header h1, h2.category-title, h2 {
  font-size: 2.3rem;
  font-weight: 600;
  margin: 20px 0;
}

body.woocommerce-page h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 20px 0;
}

.woocommerce-products-header .term-description, p.category-description {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.mailpoet_page-template-default input[type=email], body.mailpoet_page-template-default input[type=text], body.mailpoet_page-template-default select.mailpoet_select, body.woocommerce-account .woocommerce-MyAccount-content input.input-text, body.woocommerce-account .woocommerce-MyAccount-content textarea, body.woocommerce-account .woocommerce-MyAccount-content .select2-selection__rendered, #newsletter form input[type=email], .wpcf7 form input, .wpcf7 form textarea, form input[type=text], form input[type=email], form input[type=password], form textarea {
  padding: 10px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  line-height: 1.4rem;
  font-size: 1.25rem;
  background-color: #ffffff;
  min-height: 50px;
}
body.mailpoet_page-template-default input[type=email]:focus, body.mailpoet_page-template-default input[type=text]:focus, body.mailpoet_page-template-default select.mailpoet_select:focus, body.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus, body.woocommerce-account .woocommerce-MyAccount-content textarea:focus, body.woocommerce-account .woocommerce-MyAccount-content .select2-selection__rendered:focus, #newsletter form input[type=email]:focus, .wpcf7 form input:focus, form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--primary-color);
}

body.mailpoet_page-template-default input[type=submit], body.woocommerce-account .woocommerce-Button, body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .button, body.woocommerce-account .button:hover, .woocommerce a.button.wc-forward, #newsletter form input[type=submit], ul.products .view-product, .custom-articles-list .wrap-articles .entry-footer a, .wpcf7 form button, .wpcf7 form input[type=submit] {
  display: block;
  border: none;
  color: var(--background-color);
  background-color: var(--primary-color);
  border-radius: 40px;
  font-weight: 500;
  padding: 0 22px;
  margin: 20px auto;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
body.mailpoet_page-template-default input[type=submit]:hover, body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .button:hover, .woocommerce a.button.wc-forward:hover, #newsletter form input[type=submit]:hover, ul.products .view-product:hover, .custom-articles-list .wrap-articles .entry-footer a:hover, .wpcf7 form button:hover, .wpcf7 form input[type=submit]:hover {
  letter-spacing: 0.2px;
}

.mate-regular {
  font-family: "Mate", serif;
  font-weight: 400;
  font-style: normal;
}

.mate-regular-italic {
  font-family: "Mate", serif;
  font-weight: 400;
  font-style: italic;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: 13px;
}

body {
  color: var(--primary-color);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

* {
  user-select: auto;
}

@media (min-width: 1025px) {
  * {
    user-select: none;
  }
  input, textarea, select, button, a {
    user-select: auto;
  }
}
*:focus {
  outline: none;
}

button {
  outline: 0;
}

a {
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-color-hover);
}

strong {
  font-weight: 600;
}

.entry-title a, .entry-title a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--background-color);
  padding: 0;
}

#container {
  flex: 1;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

br.not-mobile, br.desk {
  display: none;
}
@media (min-width: 767px) {
  br.not-mobile, br.desk {
    display: block;
  }
}

br.mobile {
  display: block;
}
@media (min-width: 767px) {
  br.mobile {
    display: none;
  }
}

#container {
  padding-top: 200px;
}

.content-width {
  width: 100%;
  max-width: var(--main-width);
  margin: 0 auto;
}

.content-wide {
  width: 100%;
  max-width: var(--main-wide);
  margin: 0 auto;
}

.spacer-100 {
  display: block;
  margin-block-start: 100px;
}

#slide-menu {
  position: fixed;
  top: 48px;
  left: -100%;
  background-color: #f2f2f2;
  box-sizing: border-box;
  z-index: 99;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  height: 100vh;
  padding: 30px 24px 120px 24px;
}
@media (min-width: 767px) {
  #slide-menu {
    top: 74px;
  }
}

#slide-menu.menu-opened {
  overflow-y: scroll;
  left: 0;
}

@media (min-width: 767px) {
  /* Pour les écrans larges, bouton à droite, menu s'ouvre à droite */
  #slide-menu {
    right: -100%;
    left: auto;
  }
  #slide-menu.menu-opened {
    right: 0;
    left: auto;
  }
}
.menu-wrap {
  display: block;
  width: 100%;
  max-width: var(--main-width);
  margin: 0 auto;
  color: var(--primary-color);
  font-size: 1.3rem;
  line-height: 1.3;
}
@media (min-width: 767px) {
  .menu-wrap {
    max-width: max-content;
    margin: 30px 0 0 auto;
  }
}
.menu-wrap a, .menu-wrap a:visited {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.menu-wrap a:hover {
  color: var(--primary-color-hover);
  color-text-decoration: underline;
}

#menu ul {
  display: flex;
  flex-direction: column;
  width: max-content;
}
#menu ul li {
  width: auto;
}
#menu ul li a {
  display: block;
  margin: 5px 0;
  padding: 3px 0;
}

ul.sub-menu {
  margin: 0 0 20px 12px;
}

form input[type=text], form input[type=email], form input[type=password], form textarea {
  width: 100%;
  font-family: "Work Sans", sans-serif !important;
  padding: 10px !important;
}
form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.wpcf7 form p {
  padding: 3px;
  margin: 0 0 6px;
}
.wpcf7 form label {
  font-size: 1.2rem;
  line-height: 2;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 1rem;
}
.wpcf7 form .wpcf7-response-output {
  position: relative;
  border: none !important;
  background: var(--secondary-color);
  border-radius: var(--border-radius);
  font-size: 1.2rem;
  color: var(--primary-color);
  padding: 1em 2em 1em 3.5em;
}
.wpcf7 form .wpcf7-response-output::before {
  font-family: WooCommerce;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  content: "\e016";
  color: #b81c23;
}
.wpcf7 form input, .wpcf7 form textarea {
  width: 100%;
}
.wpcf7 form button, .wpcf7 form input[type=submit] {
  max-width: 220px;
}

.custom-articles-list-wrap {
  margin-top: 120px;
  padding: 0 var(--main-padding) 0 var(--main-padding);
}
.custom-articles-list-wrap h2 {
  line-height: 1.3;
}

.custom-articles-list .wrap-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .custom-articles-list .wrap-articles {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.custom-articles-list .wrap-articles article {
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 767px) {
  .custom-articles-list .wrap-articles article {
    width: calc(33.3333333333% - 15px);
    margin-right: 22px;
  }
  .custom-articles-list .wrap-articles article:nth-child(3n) {
    margin-right: 0;
  }
}
.custom-articles-list .wrap-articles h2.entry-title {
  font-size: 1.5rem;
  margin: 0;
}
.custom-articles-list .wrap-articles .entry-header {
  margin: 0 0 5px 0;
}
.custom-articles-list .wrap-articles .entry-meta {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 5px 0;
}
.custom-articles-list .wrap-articles .entry-content img {
  width: 100%;
  height: auto;
  line-height: 0;
  border-radius: var(--border-radius);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.custom-articles-list .wrap-articles .entry-content a.entry-thumbnail {
  display: block;
}
.custom-articles-list .wrap-articles .entry-content a.entry-thumbnail:hover img {
  opacity: 0.7;
}
.custom-articles-list .wrap-articles .entry-content .entry-excerpt p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 1rem 0;
}
.custom-articles-list .wrap-articles .entry-content a.more-link {
  text-decoration: none;
}
.custom-articles-list .wrap-articles .entry-footer a {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
  width: 200px;
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.custom-articles-list .wrap-articles .entry-footer a:hover {
  color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 14px;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: var(--primary-color);
  color: var(--background-color);
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 180px;
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
  background-color: var(--background-color);
  z-index: 999;
}
@media (min-width: 767px) {
  #header {
    height: 104px;
  }
}
#header .inner-header {
  width: var(--main-width);
  display: flex;
  margin: 0 auto;
  padding: 10px 0 0 0;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 767px) {
  #header .inner-header {
    flex-direction: row;
    padding: 40px var(--main-padding) 0 var(--main-padding);
    transition: padding 0.3s ease-in-out;
  }
}
@media (min-width: 767px) {
  #header.headroom--pinned {
    transform: translateY(0);
  }
}
#header.headroom--not-top {
  height: 48px;
}
@media (min-width: 767px) {
  #header.headroom--not-top {
    height: 74px;
  }
  #header.headroom--not-top .inner-header {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  #header.headroom--not-top #branding {
    animation: fadeOutAndCollapse 0.4s ease-in-out forwards;
  }
}
#header.headroom--unpinned {
  transform: translateY(0);
}
@media (min-width: 767px) {
  #header.headroom--unpinned {
    transform: translateY(-100%);
  }
}

#branding {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  height: auto;
  flex-direction: column-reverse;
  text-align: center;
  margin: 60px 0 0 0;
  padding: 0 var(--main-padding) 0 var(--main-padding);
  overflow: hidden;
}
@keyframes fadeOutAndCollapse {
  0% {
    opacity: 1;
    height: auto;
  }
  50% {
    opacity: 0;
    height: auto;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@media (min-width: 767px) {
  #branding {
    width: calc(50% + 105px);
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  body.drawer-opened #header {
    height: 48px;
  }
  body.drawer-opened #branding {
    display: none;
  }
}

h1#site-description {
  font-family: "Mate", serif;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  h1#site-description {
    font-size: 1.7rem;
  }
}

#site-logo {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  #site-logo {
    margin-bottom: 0;
  }
}
#site-logo a {
  display: block;
  cursor: default;
}

#main-nav {
  display: flex;
  position: fixed;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
  user-select: none;
  top: 0;
  background-color: var(--background-color);
}
@media (min-width: 767px) {
  #main-nav {
    position: relative;
    width: initial;
    top: inherit;
    transform: translateY(5px);
    flex-direction: row;
  }
}
#main-nav button {
  margin: 0 0 0 10px;
}
#main-nav button#btn-menu {
  margin: 0;
}
#main-nav .spacer {
  order: 3;
  width: calc(100% - 164px);
}
@media (min-width: 767px) {
  #main-nav .spacer {
    width: 44px;
  }
}

#btn-menu {
  display: block;
  position: relative;
  order: 4;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  transform: translateY(2px);
}
#btn-menu span {
  display: block;
  width: 30px;
  height: 2.5px;
  background-color: var(--primary-color);
  margin: 5px auto;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 2px;
}
#btn-menu span:nth-child(1) {
  top: 11px;
  transition: background-color 0s linear 0.13s;
}
#btn-menu span:nth-child(2) {
  top: 19px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#btn-menu span:nth-child(3) {
  top: 27px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

body.drawer-opened #btn-menu span:nth-child(1) {
  transform: translate(0, 8px) rotate(45deg);
}
body.drawer-opened #btn-menu span:nth-child(2) {
  transform: scaleX(0.2);
  opacity: 0;
}
body.drawer-opened #btn-menu span:nth-child(3) {
  transform: translate(0, -8px) rotate(-45deg);
}

#btn-cart {
  display: block;
  order: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 48px;
  height: 48px;
  padding: 3px;
}
@media (min-width: 767px) {
  #btn-cart {
    order: 2;
  }
}
#btn-cart svg {
  transform: translateY(2px);
}
#btn-cart #icon-bag {
  fill: var(--primary-color);
}

#btn-account {
  display: block;
  order: 2;
  cursor: pointer;
  margin-right: 6px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 48px;
  height: 48px;
  padding: 3px;
}
@media (min-width: 767px) {
  #btn-account {
    order: 1;
  }
}
#btn-account #icon-bag {
  fill: var(--primary-color);
}

.tooltip {
  display: none;
  position: absolute;
  color: var(--primary-color);
  padding: 5px 10px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  transform: translateY(20px);
}
@media (max-width: 767px) {
  .tooltip {
    display: none !important;
  }
}

footer#footer {
  width: 100%;
  max-width: var(--main-width);
  margin: 120px auto 80px auto;
  padding: 0 var(--main-padding) 0 var(--main-padding);
}
footer#footer .inner-footer {
  padding-top: 40px;
  border-top: 1px solid var(--primary-color);
}
footer#footer .menu-footer-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media (min-width: 767px) {
  footer#footer .menu-footer-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer#footer ul#menu-footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}
footer#footer ul#menu-footer-menu li {
  margin: 4px 0;
}
footer#footer ul#menu-footer-menu li a {
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.3s ease-in-out;
}
footer#footer ul#menu-footer-menu li a:hover {
  text-decoration: underline;
}
footer#footer .menu-footer-insta {
  margin: 20px 0 0 0;
  display: inline-block;
}
footer#footer .menu-footer-insta img {
  transition: all 0.3s ease-in-out;
}
footer#footer .menu-footer-insta:hover img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(0%) saturate(3775%) hue-rotate(135deg) brightness(105%) contrast(66%);
}
footer#footer div#footer-illu {
  display: block;
  width: 154px;
  height: 308px;
  margin: 0 auto 50px auto;
}
@media (min-width: 767px) {
  footer#footer div#footer-illu {
    margin: 0 0 0 30px;
    width: 220px;
    height: 440px;
  }
}
footer#footer div#footer-illu img {
  display: block;
  width: 154px;
  height: 308px;
  line-height: 0;
}
@media (min-width: 767px) {
  footer#footer div#footer-illu img {
    width: 220px;
    height: 440px;
  }
}
footer#footer div#copyright {
  text-align: left;
  margin: 40px 0 0 0;
  font-weight: 400;
}

body.home p.highlighted-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
  font-family: "Mate", serif;
  font-weight: 600;
  margin: 40px 0 80px 0;
  background-color: var(--secondary-color);
  padding: 40px 20px;
}
@media (min-width: 767px) {
  body.home p.highlighted-text {
    background-color: inherit;
  }
}

.category-slider {
  padding: 0 var(--main-padding) 0 var(--main-padding);
}

.category-head-nav-wrap {
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px 0;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .category-head-nav-wrap {
    flex-direction: row;
  }
}
.category-head-nav-wrap .category-head {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
@media (min-width: 767px) {
  .category-head-nav-wrap .category-head {
    width: calc(100% - 300px);
    margin: 0;
    padding: 0 40px 0 0;
  }
}
.category-head-nav-wrap .link-nav-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
@media (min-width: 767px) {
  .category-head-nav-wrap .link-nav-wrap {
    width: initial;
  }
}
.category-head-nav-wrap .category-link {
  width: 100%;
  padding: 0 10px 0 0;
}
@media (min-width: 767px) {
  .category-head-nav-wrap .category-link {
    text-align: end;
    width: 200px;
  }
}
.category-head-nav-wrap .slider-nav {
  width: 100px;
}
.category-head-nav-wrap .slider-nav-controls {
  display: flex;
}
.category-head-nav-wrap .slider-nav-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-radius: 50px;
  padding: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.category-head-nav-wrap .slider-nav-controls button img {
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease-in-out;
}
.category-head-nav-wrap .slider-nav-controls button:hover img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(0%) saturate(3775%) hue-rotate(135deg) brightness(105%) contrast(66%);
}
.category-head-nav-wrap .slider-nav-controls button.prev {
  margin: 0 8px 0 0;
}
@media (min-width: 767px) {
  .category-head-nav-wrap .slider-nav-controls button.prev {
    margin: 0 12px 0 0;
  }
}
.category-head-nav-wrap .slider-nav-controls.controls-inactive {
  display: none;
}
.category-head-nav-wrap .slider-nav-controls.controls-inactive button {
  pointer-events: none;
  opacity: 0.2;
}

.category-link a {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary-color);
  transition: color 0.3s ease-in-out;
}
.category-link a:hover {
  color: var(--primary-color-hover);
}

ul.products a {
  position: relative;
  color: var(--primary-color);
  text-decoration: none;
}
ul.products .product-info-wrap {
  margin: 10px 0 0 0;
  line-height: 1.4;
}
ul.products .product-name {
  font-size: 1.3rem;
  font-weight: 500;
}
ul.products .product-price, ul.products .sold-out-message {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}
ul.products .view-product {
  min-width: 180px;
  font-size: 1.2rem;
}
ul.products .product-info-flex {
  display: flex;
  justify-content: space-between;
}
ul.products .product-info-flex .product-localisation {
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
ul.products .product-img-wrap {
  position: relative;
  display: block;
  background-color: #eeeeee;
  line-height: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
}
ul.products .product-img-wrap img {
  background-color: #dddddd;
  transition: filter 0.6s ease-in-out;
  margin: 0 !important;
}
ul.products .product-img-wrap:hover .product-img-hover {
  opacity: 100%;
}
@media (min-width: 767px) {
  ul.products .product-img-wrap:hover img {
    filter: blur(4px);
  }
}
@media (min-width: 767px) {
  ul.products .product-img-wrap:hover .product-description {
    animation: descriptionAnim 1s ease-in forwards;
  }
}
@media (min-width: 767px) {
  ul.products .product-img-wrap:hover .view-product {
    animation: viewBtnAnim 1s ease-in forwards;
  }
}
ul.products .product-img-soldout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: rgba(221, 221, 221, 0.8);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary-color-hover);
}
ul.products .product-img-hover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  background-color: rgba(255, 255, 255, 0.3490196078);
}
@media (min-width: 767px) {
  ul.products .product-img-hover {
    display: flex;
  }
}
ul.products .product-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 30px 0;
  max-width: 350px;
  text-align: center;
}

@keyframes descriptionAnim {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  50% {
    opacity: 0;
    transform: translateY(-30px);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes viewBtnAnim {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#newsletter {
  font-family: "Work Sans", sans-serif !important;
  margin: 120px auto;
  background-color: var(--secondary-color);
}
#newsletter form {
  max-width: 550px;
  margin: 0 auto;
  padding: 40px var(--main-padding) !important;
}
#newsletter form h2 {
  margin-top: 0 !important;
  font-size: 2rem !important;
  text-align: center !important;
}
#newsletter form input[type=email] {
  margin: 20px auto !important;
  max-width: 320px;
  font-family: "Work Sans", sans-serif !important;
  padding: 10px !important;
}
#newsletter form input[type=submit] {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 230px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Work Sans", sans-serif !important;
  padding: 0 22px !important;
}
#newsletter form .mailpoet_validate_success {
  font-weight: 500;
  line-height: 1.7;
}
#newsletter form .mailpoet_form_paragraph {
  line-height: 1.7;
  font-size: 1.2rem;
  font-weight: 400;
}

body.page, body.single-post {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
body.page .page--article-wrap, body.page .post--article-wrap, body.single-post .page--article-wrap, body.single-post .post--article-wrap {
  padding: 0 var(--main-padding) 0 var(--main-padding);
}
body.page .page--article-wrap article p, body.page .post--article-wrap article p, body.single-post .page--article-wrap article p, body.single-post .post--article-wrap article p {
  line-height: 1.5;
}
body.page h3, body.single-post h3 {
  font-size: 1.6rem;
}
body.page h4, body.single-post h4 {
  font-size: 1.5rem;
}
body.page h5, body.single-post h5 {
  font-size: 1.3rem;
}
body.page .nav-links, body.single-post .nav-links {
  display: flex;
  justify-content: center;
  margin: 80px 0 0 0;
  padding: 0 var(--main-padding) 0 var(--main-padding);
  text-align: center;
}
body.page .nav-links > div, body.single-post .nav-links > div {
  flex-grow: 1;
}

body.error404 .content-404 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
  font-family: "Mate", serif;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: var(--secondary-color);
  padding: 40px 20px;
}
body.error404 .content-404 p span {
  display: block;
  font-size: 1.65rem;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  body.error404 .content-404 {
    background-color: inherit;
  }
}

body.slug-mentions-legales .page--article-wrap article p {
  line-height: 1.8;
}

.mention-legale-group :root :where(.is-layout-constrained) > * {
  margin-block-start: 17px;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-products-header {
  margin: 0 0 30px 0;
}
.woocommerce-products-header .term-description {
  max-width: 900px;
}

.woocommerce ul.products li.product a {
  width: 100%;
}

.woocommerce ul.products.columns-3 li.product {
  width: calc(50% - 10px);
  margin: 0 0 40px 0;
}
@media (min-width: 767px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.3333333333% - 15px);
    margin: 0 20px 40px 0;
  }
  .woocommerce ul.products.columns-3 li.product.last {
    margin-right: 0;
  }
}

body.archive.woocommerce .woocommerce-result-count, body.archive.woocommerce .woocommerce-ordering {
  display: none;
}
body.archive.woocommerce .content-area {
  padding: 0 var(--main-padding) 0 var(--main-padding);
}

button.single_add_to_cart_button {
  display: block !important;
  border: none !important;
  color: var(--background-color) !important;
  background-color: var(--primary-color) !important;
  border-radius: 40px !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  padding: 12px 22px !important;
  width: 100% !important;
  padding: 18px 22px !important;
  width: 100% !important;
  max-width: 350px !important;
  margin: 0 auto !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
}
button.single_add_to_cart_button:hover {
  letter-spacing: 0.2px;
}

.woocommerce div.product {
  margin-bottom: 80px;
  padding: 0 var(--main-padding) 0 var(--main-padding);
}

.product-short-description-mobile, .product-type-simple .entry-summary .product-short-description {
  margin: 50px 0 0 0;
  padding: 20px;
  background-color: var(--secondary-color);
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.75;
  font-family: "Mate", serif;
  font-weight: 400;
}
.product-short-description-mobile em, .product-type-simple .entry-summary .product-short-description em {
  display: block;
}

.woocommerce a.button.wc-forward {
  display: block;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
  border-radius: 40px;
  font-size: 1.2rem;
}

.woocommerce-error {
  border-top: none !important;
  background: var(--secondary-color);
  border-radius: var(--border-radius);
  font-size: 1.2rem;
  color: var(--primary-color);
}

.product-type-simple {
  display: flex;
}
@media (max-width: 767px) {
  .product-type-simple {
    flex-direction: column;
  }
}
.product-type-simple .product-images-wrap {
  order: 2;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 767px) {
  .product-type-simple .product-images-wrap {
    order: inherit;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .product-type-simple .main-product-image img {
    visibility: hidden;
    height: 0;
  }
}
.product-type-simple .product-image {
  margin-bottom: 12px;
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.product-type-simple .entry-summary {
  display: flex;
  flex-direction: column;
  order: 1;
  height: -webkit-fill-available;
  height: fit-content;
  margin: 0 0 40px 0;
}
@media (min-width: 767px) {
  .product-type-simple .entry-summary {
    order: inherit;
    top: 120px;
    position: -webkit-sticky;
    position: sticky;
    margin: 0 0 40px 30px;
  }
}
.product-type-simple .entry-summary #main-product-image {
  margin: 0 0 20px 0;
}
@media (min-width: 767px) {
  .product-type-simple .entry-summary #main-product-image {
    display: none;
    margin: 0;
  }
}
.product-type-simple .entry-summary h1 {
  font-size: 1.85rem;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.product-type-simple .entry-summary .sku {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-color-hover);
}
.product-type-simple .entry-summary .product-description {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px 0 0 0;
}
.product-type-simple .entry-summary .dimension-link-wrap {
  margin: 0 0 20px 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
.product-type-simple .entry-summary .dimension-link-wrap a {
  color: var(--primary-color);
  transition: color 0.3s ease-in-out;
}
.product-type-simple .entry-summary .dimension-link-wrap a:hover {
  color: var(--primary-color-hover);
}
@media (max-width: 767px) {
  .product-type-simple .entry-summary .product-short-description {
    display: none;
  }
}
.product-type-simple .entry-summary form.cart {
  display: none;
}
@media (min-width: 767px) {
  .product-type-simple .entry-summary form.cart {
    display: flex;
    margin: 20px 0 0 0;
  }
}
.product-type-simple .entry-summary .product-localisation {
  margin: 0 0 20px 0;
  font-size: 1.2rem;
  color: var(--primary-color);
  font-weight: 400;
}
.product-type-simple .entry-summary .product-localisation strong {
  font-weight: 600;
}
.product-type-simple .entry-summary .stock.in-stock {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
}
.product-type-simple .entry-summary .price {
  color: var(--primary-color) !important;
  margin: 6px 0 0 0;
  font-size: 1.5rem !important;
}
.product-type-simple .entry-summary .out-of-stock {
  font-size: 1.8rem !important;
  margin: 20px 0;
  font-weight: 500;
  color: var(--primary-color) !important;
}
.product-type-simple .entry-summary .category-link a {
  display: block;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 40px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 12px 22px;
  width: 100%;
  padding: 18px 22px;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
.product-type-simple .a-propos-produit {
  margin: 30px 0 0 0;
}
.product-type-simple .a-propos-produit details {
  line-height: 1.6;
}
.product-type-simple .a-propos-produit details summary {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 2px 0;
  padding: 2px 0;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .product-type-simple .a-propos-produit details summary {
    padding: 0;
  }
}
.product-type-simple .a-propos-produit details summary:hover {
  color: var(--primary-color-hover);
}
.product-type-simple .a-propos-produit details p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0 20px 0;
}

.product-short-description-mobile {
  order: 3;
}
@media (min-width: 767px) {
  .product-short-description-mobile {
    display: none;
  }
}

.cart-wrap-bottom-fixe {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background-color: var(--background-color);
  padding: 20px;
}
@media (min-width: 767px) {
  .cart-wrap-bottom-fixe {
    display: none;
  }
}

.single-product-others {
  margin-top: 120px;
}
.single-product-others h2.category-title {
  margin-bottom: 0;
}
.single-product-others p.category-description {
  display: none;
}

button.wc-block-cart-item__remove-link, a.wc-block-components-product-name, button#wc-block-components-totals-shipping__change-address__link {
  color: var(--primary-color) !important;
  transition: color 0.3s ease-in-out;
  text-decoration: underline !important;
}
button.wc-block-cart-item__remove-link:hover, a.wc-block-components-product-name:hover, button#wc-block-components-totals-shipping__change-address__link:hover {
  color: var(--primary-color-hover) !important;
  text-decoration: underline !important;
}

@media (max-width: 782px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    background-color: var(--background-color) !important;
    z-index: 90 !important;
  }
  .wc-block-cart .wc-block-cart__submit-container--sticky:before {
    box-shadow: none !important;
  }
}

body.woocommerce-account #content {
  width: 100%;
  max-width: var(--main-width);
  margin: 0 auto;
  padding: 0 var(--main-padding) 0 var(--main-padding);
}
body.woocommerce-account .woocommerce-message {
  border-top: none !important;
  background-color: var(--secondary-color-darken);
  border-radius: var(--border-radius);
}
body.woocommerce-account .woocommerce-info {
  border-top-color: var(--primary-color);
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  color: var(--primary-color);
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 50px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 767px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  margin: 4px 10px;
  padding: 10px 0;
  color: var(--primary-color);
  transition: color 0.3s ease-in-out;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--primary-color-hover);
}
@media (min-width: 767px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    margin: 5px 0;
    padding: 3px 0;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content {
  font-size: 1.15rem;
  line-height: 1.8rem;
}
body.woocommerce-account .woocommerce-MyAccount-content label {
  font-size: 1.2rem;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row {
  margin-bottom: 14px;
}
body.woocommerce-account .woocommerce-MyAccount-content .show-password-input, body.woocommerce-account .woocommerce-MyAccount-content .show-password-input {
  right: 1.2rem;
  top: 1.2rem;
}
body.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
  border: none;
  height: auto;
}
body.woocommerce-account .woocommerce-Button.wc-forward.button {
  float: none !important;
  width: max-content;
}
body.woocommerce-account .woocommerce-Address-title {
  margin-top: 20px;
}
body.woocommerce-account .woocommerce-Address-title h2 {
  font-size: 1.35rem;
  font-weight: 600;
  border-bottom: 2px solid var(--primary-color);
  text-align: center;
  padding: 16px;
}
body.woocommerce-account .woocommerce-Address-title a, body.woocommerce-account .woocommerce-Address-title a:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 40px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 13px 20px;
  margin: 20px auto;
  text-decoration: none;
  float: none !important;
  display: block;
  width: max-content;
}
body.woocommerce-account .woocommerce-Address address {
  margin: 10px 0;
  padding: 14px;
  background: var(--secondary-color);
}
body.woocommerce-account .woocommerce-orders-table th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
  text-align: center;
}
body.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view, body.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.invoice {
  background-color: inherit;
  color: var(--primary-color);
  height: inherit;
  line-height: inherit;
  border-radius: inherit;
  margin: 10px 0;
  padding: 0;
  transition: color 0.3s ease-in-out;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view:hover, body.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.invoice:hover {
  color: var(--primary-color-hover);
  letter-spacing: initial;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex !important;
  width: 100%;
  align-items: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Work Sans", sans-serif !important;
  padding: 0 22px !important;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Work Sans", sans-serif !important;
  padding: 0 22px !important;
}

form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
  max-width: 440px;
}
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  width: 100%;
}

body.woocommerce-cart #content, body.woocommerce-checkout #content {
  width: 100%;
  max-width: var(--main-width);
  margin: 0 auto;
  padding: 0 var(--main-padding) 0 var(--main-padding);
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image, body.woocommerce-checkout .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
  padding-left: 0;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header, body.woocommerce-cart table.wc-block-cart-items .wc-block-cart__totals-title, body.woocommerce-checkout table.wc-block-cart-items .wc-block-cart-items__header, body.woocommerce-checkout table.wc-block-cart-items .wc-block-cart__totals-title {
  font-size: 1.2rem !important;
  text-transform: initial;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th, body.woocommerce-checkout table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 600 !important;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-components-product-metadata, body.woocommerce-checkout table.wc-block-cart-items .wc-block-components-product-metadata {
  display: none;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__wrap, body.woocommerce-checkout table.wc-block-cart-items .wc-block-cart-item__wrap {
  font-size: 1.2rem;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__prices, body.woocommerce-checkout table.wc-block-cart-items .wc-block-cart-item__prices {
  display: none;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-components-product-price, body.woocommerce-checkout table.wc-block-cart-items .wc-block-components-product-price {
  font-size: 1.1rem;
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-components-product-badge, body.woocommerce-checkout table.wc-block-cart-items .wc-block-components-product-badge {
  text-transform: lowercase;
}
body.woocommerce-cart .wc-block-cart__totals-title, body.woocommerce-checkout .wc-block-cart__totals-title {
  font-size: 1.2rem !important;
  text-transform: initial !important;
  font-weight: 600 !important;
}
body.woocommerce-cart .wc-block-cart__submit-button, body.woocommerce-cart .wc-block-components-checkout-place-order-button, body.woocommerce-checkout .wc-block-cart__submit-button, body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  display: block;
  border: none;
  color: var(--background-color);
  background-color: var(--primary-color);
  border-radius: 40px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 18px 22px;
  margin: 20px auto;
  text-decoration: none;
  width: 100%;
  max-width: 350px;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .wc-block-cart__submit-button:hover, body.woocommerce-cart .wc-block-components-checkout-place-order-button:hover, body.woocommerce-checkout .wc-block-cart__submit-button:hover, body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  letter-spacing: 0.2px;
}
body.woocommerce-cart .wc-block-components-checkout-step__title, body.woocommerce-checkout .wc-block-components-checkout-step__title {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}
body.woocommerce-cart .wc-block-components-form, body.woocommerce-checkout .wc-block-components-form {
  font-size: 1.2rem;
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title, body.woocommerce-checkout .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 60px auto;
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before, body.woocommerce-checkout .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: inherit;
  mask-image: inherit;
  background-image: url("../images/cart-t.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 80px;
  margin-bottom: 20px;
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr, body.woocommerce-checkout .wp-block-woocommerce-empty-cart-block hr {
  margin: 80px 0 0 0;
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr::before, body.woocommerce-checkout .wp-block-woocommerce-empty-cart-block hr::before {
  display: none;
}

.woocommerce .woocommerce-customer-details address {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.wc-block-components-checkout-place-order-button__text {
  display: inline-flex !important;
}

@media (max-width: 767px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    flex-direction: column !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
    margin: 40px 0 !important;
  }
}

.wc-block-components-notice-banner.is-error,
.wc-block-store-notice.wc-block-components-notice-banner.is-error.is-dismissible {
  font-size: 1.2rem;
}

.woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward {
  margin: 0 auto;
}

.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link:hover {
  color: var(--primary-color-hover);
}
.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link:hover .wc-block-grid__product-image img {
  opacity: 0.8;
}
.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image img {
  opacity: 1;
  display: block;
  border-radius: var(--border-radius);
  overflow: hidden;
  line-height: 0;
  transition: opacity 0.3s ease-in-out;
}
.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 22px;
}
.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a.wp-block-button__link.add_to_cart_button {
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: var(--background-color);
  width: 180px;
  background-color: var(--primary-color);
}
.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a.wp-block-button__link.add_to_cart_button:hover {
  color: var(--background-color);
  letter-spacing: 0.2px;
  background-color: var(--primary-color-hover);
}

body.mailpoet_page-template-default {
  font-size: 1.2rem;
}
body.mailpoet_page-template-default .mailpoet_page {
  padding: 0 var(--main-padding) 0 var(--main-padding);
}
body.mailpoet_page-template-default .mailpoet_paragraph {
  margin-top: 20px;
}
body.mailpoet_page-template-default input[type=email], body.mailpoet_page-template-default input[type=text], body.mailpoet_page-template-default select.mailpoet_select {
  font-family: "Work Sans", sans-serif !important;
  padding: 10px !important;
  width: 100% !important;
}
body.mailpoet_page-template-default input[type=submit] {
  font-family: "Work Sans", sans-serif !important;
  font-size: 1.2rem;
}
body.mailpoet_page-template-default label.mailpoet_checkbox_label {
  display: flex;
  align-items: center;
}
body.mailpoet_page-template-default input.mailpoet_checkbox {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
body.mailpoet_page-template-default form.mailpoet-manage-subscription {
  max-width: 500px;
  width: 100%;
}
body.mailpoet_page-template-default p.mailpoet_confirm_unsubscribe a {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 40px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 13px 20px;
  margin: 40px 0 20px 0;
  text-decoration: none;
  display: block;
  width: max-content;
}

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