@charset "UTF-8";
.maincolor {
  color: #EF482B;
}

.sndcolor {
  color: #FEF0EA;
}

.thirdcolor {
  color: #FDCFB8;
}

.dark {
  color: #2D2A26;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.text {
  color: #2D2A26;
}

.bgmain {
  background: #EF482B;
}

.bgsnd {
  background: #FEF0EA;
}

.bgthird {
  background: #FDCFB8;
}

.bgdark {
  background: #2D2A26;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #2D2A26;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #2D2A26;
}

.bggreen {
  background: #D6E07E;
}

.bgocre1 {
  background: #C5A921;
}

html, body {
  color: #2D2A26;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1146px;
  }
}
* {
  font-family: "Montserrat", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  margin: 10px 0;
  font-weight: 300;
}

.heading {
  font-family: "Belleza", sans-serif;
}
.heading--n1 {
  font-size: clamp(2.5rem, 2.076rem + 1.86vw, 3.75rem);
  line-height: clamp(2.188rem, 1.466rem + 3.163vw, 4.313rem);
  font-weight: 400;
}
.heading--n2 {
  font-size: clamp(2.25rem, 2.038rem + 0.93vw, 2.875rem);
  line-height: clamp(2.5rem, 2.224rem + 1.209vw, 3.313rem);
  font-weight: 400;
}
.heading--n3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.875rem, 1.79rem + 0.372vw, 2.125rem);
  line-height: normal;
  letter-spacing: calc(clamp(1.875rem, 1.79rem + 0.372vw, 2.125rem) * 1 / 100);
  font-weight: 300;
}
.heading--n4 {
  font-size: clamp(1.375rem, 1.248rem + 0.558vw, 1.75rem);
  line-height: clamp(1.563rem, 1.414rem + 0.651vw, 2rem);
}
.heading--n5 {
  font-size: 16px;
  letter-spacing: 2.56px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.heading--recette {
  font-family: "Belleza", sans-serif;
  font-size: clamp(1.875rem, 1.663rem + 0.93vw, 2rem);
  line-height: clamp(2.313rem, 1.973rem + 1.488vw, 3.313rem);
  margin-bottom: 0;
}

span {
  line-height: inherit;
}

hr {
  border: none;
  display: block;
  width: 85px;
  height: 4px;
  background: #EF482B;
  opacity: 1;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.list--unstyled li {
  padding-inline: 0px;
  list-style-type: none;
}

a {
  color: #2D2A26;
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

.label {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

strong, .bold {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}

.legende {
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: normal;
  font-weight: 600;
}

.chapo, .chapo p {
  font-size: 20px;
  line-height: normal;
  font-family: "Belleza", sans-serif;
}

.download-link {
  text-decoration: underline;
  color: #43596C;
  font-weight: 500;
}

.tags {
  display: block;
  padding: 6px 10px;
  border-radius: 18px;
  margin-bottom: 15px;
  font-size: 10px;
  letter-spacing: 0.2px;
  margin: 0;
}
.tags.main {
  background: #FEF0EA;
  color: #EF482B;
}

#loader {
  display: none;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  height: fit-content;
  width: fit-content;
  padding: 11px 20px;
  transition: 0.3s;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #EF482B;
  color: white;
  border: 1px solid #EF482B;
  transition: 0.3s;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #EF482B;
  border: 1px solid #EF482B;
  fill: #EF482B;
  transition: 0.3s;
}
.btn--main-outline {
  background: #FFFFFF;
  color: #EF482B;
  border: 1px solid #EF482B;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #EF482B;
  color: #FFFFFF;
  border: 1px solid #EF482B;
}
.btn--dark-outline {
  background: transparent;
  border: solid 1px #2D2A26;
  color: #2D2A26;
}
.btn--dark-outline:hover, .btn--dark-outline:focus, .btn--dark-outline:active {
  background: #2D2A26;
  color: #FFFFFF;
}
.btn--third {
  background: #FDCFB8;
  color: #FFFFFF;
  border: solid 1px #FDCFB8;
}
.btn--third:hover, .btn--third:focus, .btn--third:active {
  background: #FFFFFF;
  color: #FDCFB8;
  border: solid 1px #FFFFFF;
}
.btn--white {
  background: #FFFFFF;
  color: #2D2A26;
  border: solid 1px #FFFFFF;
}
.btn--white::hover {
  background: #EF482B;
  color: #FFFFFF;
}
.btn--white-outline {
  background: transparent;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}
.btn--white-outline:hover, .btn--white-outline:active, .btn--white-outline:focus {
  background: #FFFFFF;
  color: #2D2A26;
}
.btn--dark {
  background: #2D2A26;
  color: #FFFFFF;
  border: solid 1px #2D2A26;
}
.btn--dark:hover, .btn--dark:focus, .btn--dark:active {
  background: #FFFFFF;
  color: #2D2A26;
  border: solid 1px #2D2A26;
}
.btn--unstyled {
  padding: 11px 20px;
  display: flex;
  gap: 10px;
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  margin-bottom: 0;
}
.btn--outline-green {
  border: solid 1px #D6E07E;
  background: transparent;
  color: #2D2A26;
}
.btn--outline-green:hover, .btn--outline-green:active, .btn--outline-green:focus {
  background: #D6E07E;
  color: #FFFFFF;
}

.fav {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  background: #FEF0EA;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

form label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 0;
}
form input, form select {
  border: 1px solid #C9C9C9;
  padding: 14px 19px;
  color: #2D2A26;
  background: transparent;
  display: block;
  width: 100%;
  margin: 5px 0 20px 0;
  border-radius: 60px;
}
form input:focus, form select:focus {
  box-shadow: none;
  border-bottom: 1px solid #EF482B;
  outline: none;
}
form input::placeholder, form select::placeholder {
  font-size: 15px;
  color: #2D2A26;
  transition: all 0.3s;
  font-weight: 300;
}
form input:focus::placeholder, form select:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox], form select[type=checkbox] {
  width: 10%;
}
form input[type=radio], form select[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
  cursor: pointer;
}
form input:not(.btn), form select {
  min-width: 247px;
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("../images/chevron.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 15px;
}
form textarea {
  border: 1px solid #C9C9C9;
  padding: 10px;
  color: #2D2A26;
  background: transparent;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 5px;
  height: 100px;
}
form textarea::placeholder {
  color: #2D2A26;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #2D2A26;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #2D2A26;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .form_done, form .form_fail, form .remplis_captcha {
  display: none;
}

/* purgecss start ignore */
.rank-math-breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .rank-math-breadcrumb {
    display: block;
    padding-block: 17px;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}
.rank-math-breadcrumb a {
  color: #5C5751;
  text-decoration: none;
  margin-right: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
.rank-math-breadcrumb .separator {
  color: transparent;
  position: relative;
  margin-right: 12px;
}
.rank-math-breadcrumb .separator::before {
  content: url("../images/small-chevron.svg");
  position: absolute;
  top: 3px;
  left: -4px;
}
.rank-math-breadcrumb .last {
  color: #2D2A26;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}

/* purgecss end ignore */
#burger {
  background-color: transparent;
  border: none;
  height: 32px;
  width: 32px;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
#burger svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#burger.opened {
  z-index: 100000000000;
}
#burger .line {
  fill: none;
  stroke: #EF482B;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}
#burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #EF482B !important;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
  stroke: #EF482B !important;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #EF482B !important;
}

header {
  padding-block: 15px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s;
  z-index: 1;
}
header * {
  transition: 0.3s;
}
header.scrolled {
  background: #FFFFFF;
  padding-block: 6px 4px;
  transition: 0.3s;
  z-index: 999999999;
}
@media screen and (min-widht: 992px) {
  header.scrolled {
    padding-top: 15px;
  }
}
header.scrolled .header__logo__img {
  height: 60px;
}
header.scrolled .btn {
  padding-block: 6px;
  min-height: 38px;
}
header.scrolled .header-top__list__item img, header.scrolled .header-top__list__item svg {
  margin-bottom: 2px;
}
header.scrolled * {
  transition: 0.3s;
}
header:not(.front-page) {
  background: #FFFFFF;
}

.header__logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: 74px;
}

.searchform {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 295px;
  border-radius: 45px;
  border: solid 1px #DEDEDE;
  height: fit-content;
  position: relative;
  background: #FFFFFF;
}
.searchform input {
  background: transparent;
  border: none;
  margin: 0;
  padding-left: 45px;
}
.searchform button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header .searchform input {
  padding: 8px;
  padding-left: 45px;
}

.header-top__list {
  gap: 10px;
}
.header-top__list .wpml-ls-legacy-dropdown {
  width: unset;
  background: transparent;
  border: none;
}
.header-top__list .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle {
  padding-block: 0;
  background: transparent;
  border: none;
}
.header-top__list .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle::after {
  border: none;
  background-image: url("../images/chevron.svg");
  display: block;
  width: 20px;
  height: 20px;
  top: -3px;
  transition: 0.3s;
}
.header-top__list .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:hover::after {
  filter: invert(42%) sepia(28%) saturate(5856%) hue-rotate(343deg) brightness(94%) contrast(100%);
  transition: 0.3s;
}
.header-top__list__item {
  flex: 1 1 0;
  text-align: center;
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  max-width: 32px;
}
@media screen and (min-width: 992px) {
  .header-top__list__item {
    flex: unset;
    display: block;
    max-width: unset;
    aspect-ratio: unset;
  }
}
.header-top__list__item img, .header-top__list__item svg {
  width: 100%;
  height: 100%;
  max-height: 30px;
  max-width: 30px;
}
@media screen and (min-width: 992px) {
  .header-top__list__item img, .header-top__list__item svg {
    margin-bottom: 6px;
    padding: 0;
  }
}
.header-top__list__item a, .header-top__list__item .wpml-ls-native {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #5C5751;
}

.header-bottom__nav {
  padding-block: 14px 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FEF0EA;
  pointer-events: none;
  display: none;
}
@media screen and (min-width: 992px) {
  .header-bottom__nav {
    padding-top: 8px;
    display: block;
    position: static;
    background: transparent;
    height: auto;
    pointer-events: auto;
  }
}
.header-bottom__nav.open {
  z-index: 99;
  pointer-events: auto;
}
.header-bottom__list {
  border-top: solid 1px #EF482B;
  border-bottom: solid 1px #EF482B;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header-bottom__list {
    border: none;
    margin-top: 0;
  }
  .header-bottom__list::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translateY(-50%);
    background: #EF482B;
  }
  .header-bottom__list::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 33%;
    transform: translateY(-50%);
    background: #EF482B;
  }
}
.header-bottom__list__item {
  position: relative;
}
.header-bottom__list__item:first-of-type {
  margin-top: 18px;
}
@media screen and (min-width: 992px) {
  .header-bottom__list__item:first-of-type {
    margin-top: 0;
  }
}
.header-bottom__list__item:last-of-type {
  margin-bottom: 11px;
}
@media screen and (min-width: 992px) {
  .header-bottom__list__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .header-bottom__list__item {
    margin: 0;
  }
  .header-bottom__list__item #megamenu {
    padding-right: 32px;
    position: relative;
    white-space: nowrap;
  }
  .header-bottom__list__item #megamenu::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../images/chevron.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 4px;
  }
}
@media screen and (min-width: 992px) and (min-width: 993px) {
  .header-bottom__list__item #megamenu::before {
    right: 8px;
  }
}
@media screen and (min-width: 992px) {
  .header-bottom__list__item #megamenu:hover::before, .header-bottom__list__item #megamenu:focus::before, .header-bottom__list__item #megamenu:active::before {
    top: 15px;
    transition: 0.3s;
  }
}
.header-bottom__list__link {
  font-weight: 600;
  font-size: 16px;
  padding-block: 17px;
  position: relative;
  display: flex;
}
.header-bottom__list__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow_forward.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .header-bottom__list__link {
    padding-block: 10px;
    justify-content: center;
  }
  .header-bottom__list__link::after {
    display: none;
  }
}
.header-bottom__nav .btn {
  width: 100%;
  min-height: 48px;
}
.header-bottom__nav .btn svg path {
  transition: 0.3s;
}
.header-bottom__nav .btn:hover svg path, .header-bottom__nav .btn:active svg path, .header-bottom__nav .btn:focus svg path {
  fill: #EF482B;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .header-bottom__nav .btn {
    width: fit-content;
  }
}
.header-bottom__account {
  border-bottom: solid 1px #EF482B;
}

.header-bottom__megamenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  padding-bottom: 29px;
  display: none;
  z-index: 99999;
  overflow: scroll;
  background: #FEF0EA;
}
@media screen and (min-width: 992px) {
  .header-bottom__megamenu {
    background: linear-gradient(90deg, #FEF0EA -0.57%, #FEF0EA 40.16%, #FFF 40.17%, #FFF 100%);
  }
}

.megamenu__header {
  border-bottom: solid 1px #EF482B;
  margin-bottom: 16px;
}
.megamenu__header--logo {
  margin-left: 2px;
}

@media screen and (min-width: 992px) {
  .megamenu--left {
    padding-right: 80px;
  }
}
.megamenu--left .megamenu__header__mobile {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: #FEF0EA;
  border-bottom: solid 1px #EF482B;
}

.megamenu__header--left {
  padding-block: 30px;
  border-top: solid 1px #EF482B;
  padding-top: 95px;
}
@media screen and (min-width: 992px) {
  .megamenu__header--left {
    border: none;
    padding-block: 32px 48px;
  }
}
.megamenu__header--left .searchform {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .megamenu__header--left .searchform {
    max-width: 295px;
  }
}

.megamenu__header--right {
  padding-block: 16px 30px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
  background: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .megamenu__header--right {
    position: static;
    transform: translateX(0);
  }
}

.megamenu--right {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  overflow: scroll;
  scroll-behavior: smooth;
}
@media screen and (min-width: 992px) {
  .megamenu--right {
    padding-left: 100px;
    display: block;
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    background: unset;
  }
}

.megamenu__list__item a {
  padding-block: 19px 20px;
}
.megamenu__list__item a.is-active {
  color: #EF482B;
}
.megamenu__list__item a.is-active img {
  filter: invert(48%) sepia(99%) saturate(5065%) hue-rotate(349deg) brightness(100%) contrast(88%);
}

.megamenu__content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.megamenu__content {
  overflow: hidden;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .megamenu__content {
    top: 0;
  }
}

.megamenu__content.is-active {
  opacity: 1;
  visibility: visible;
}

.megamenu__content__item {
  font-weight: 500;
  margin-bottom: 20px;
}

.megamenu__content__link {
  padding-inline: 40px;
}

.megamenu__header__mobile .rounded-circle {
  aspect-ratio: 1/1;
  top: 13px;
  left: 5px;
  width: 46px;
  height: 46px;
}
.megamenu__header__mobile .rounded-circle.bgsnd img {
  filter: invert(48%) sepia(99%) saturate(5065%) hue-rotate(349deg) brightness(100%) contrast(88%);
}

.submenu {
  display: none;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .submenu {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 20px));
    background: #FFFFFF;
    border-radius: 10px;
    min-width: 250px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  }
}
.submenu li:not(:last-of-type) {
  margin-bottom: 10px;
}
.submenu li {
  padding-left: 20px;
  position: relative;
}
.submenu li::before {
  content: url("../images/small-chevron.svg");
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .header-bottom__list__link:has(+ .submenu) {
    padding-right: 32px;
    position: relative;
  }
  .header-bottom__list__link:has(+ .submenu)::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/chevron.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 4px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-bottom__list__link:has(+ .submenu)::before {
    right: 8px;
  }
}
@media screen and (min-width: 992px) {
  .header-bottom__list__link:has(+ .submenu):hover::before, .header-bottom__list__link:has(+ .submenu):focus::before, .header-bottom__list__link:has(+ .submenu):active::before {
    top: 15px;
    transition: 0.3s;
  }
}

.header-bottom__list__item.opened .header-bottom__list__link::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.footer {
  background: #EF482B;
  font-weight: 500;
  padding-block: 49px 32px;
}
.footer__lists {
  margin-top: 25px;
  padding-block: 41px 60px;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
}
.footer__list-wrapper {
  flex: 1 1 0;
}
.footer__list-wrapper a {
  font-size: 14px;
}
.footer__list__title {
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 14px;
}
.footer__form {
  position: relative;
}
.footer__form input {
  border-radius: 30px;
}
.footer__form input[type=mail] {
  border: #FFFFFF solid 1px;
  background: transparent;
  width: 100%;
  padding: 11px 19px;
  height: auto;
}
.footer__form input[type=mail]::placeholder {
  color: #FFFFFF;
  font-weight: 300;
  opacity: 0.8;
}
.footer__form .submit {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
}
.footer__form .submit:hover {
  color: #FFFFFF;
}

.swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (min-width: 992px) {
  .swiper-pagination.swiper-pagination-bullets {
    gap: 16px;
  }
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #DEDEDE;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  opacity: 1;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #EF482B;
  width: 27px;
  height: 12px;
}

.swiper-button-personnalized.swiper-button-prev, .swiper-button-personnalized.swiper-button-next {
  bottom: 8px;
  top: unset;
  background: #FFFFFF;
  width: 46px;
  height: 46px;
  border-radius: 100%;
}
.swiper-button-personnalized.swiper-button-prev::after, .swiper-button-personnalized.swiper-button-next::after {
  font-family: unset;
  font-size: unset;
}

.swiper-button-personnalized.swiper-button-prev::after {
  content: url("../images/arrow_left.svg");
}

.swiper-button-personnalized.swiper-button-next::after {
  content: url("../images/arrow_right.svg");
}

.swiper-pagination-produits, .swiper-pagination-insta, .swiper-pagination-recettes {
  position: static;
}

.swiper-button-prev-produits.swiper-button-prev, .swiper-button-next-produits.swiper-button-next, .swiper-button-prev-insta.swiper-button-prev, .swiper-button-next-insta.swiper-button-next, .swiper-button-prev-recettes.swiper-button-prev, .swiper-button-next-recettes.swiper-button-next {
  bottom: 0;
  background: #FEF0EA;
}

.swiper-button-prev-produits.swiper-button-prev::after, .swiper-button-next-produits.swiper-button-next::after, .swiper-button-prev-insta.swiper-button-prev::after, .swiper-button-next-insta.swiper-button-next::after, .swiper-button-prev-recettes.swiper-button-prev::after, .swiper-button-next-recettes.swiper-button-next::after {
  filter: invert(48%) sepia(99%) saturate(5065%) hue-rotate(349deg) brightness(100%) contrast(88%);
}

.swiper-slide-inactive {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.verif-age {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  background: #FEF0EA;
}
@media screen and (min-width: 992px) {
  .verif-age::before {
    content: "";
    display: block;
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    background: #EF482B;
  }
}
.verif-age::after {
  content: "";
  display: block;
  width: 34%;
  height: 100vh;
  background-image: url("../images/verif-age.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .verif-age::after {
    width: 50%;
    left: 10%;
  }
}

.verif-age__content {
  background: #FFFFFF;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 43%;
  margin-inline: 20px;
  right: 50%;
  transform: translate(calc(50% + 20px), -50%);
  width: calc(100% - 40px);
  max-width: 694px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  padding-top: 99px;
}
@media screen and (min-width: 992px) {
  .verif-age__content {
    top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .verif-age__content {
    right: 30%;
  }
}
.verif-age__content::before {
  content: "";
  display: block;
  width: 251px;
  height: 133px;
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/scotch_retouche.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.verif-age__content__logo {
  margin-bottom: 50px;
}

.verif-age__fieldset {
  margin-inline: auto;
}

.verif-age__consent {
  border: solid 1px #EF482B;
  padding: 12px 20px;
  position: relative;
  margin-top: 35px;
  width: fit-content;
  transition: 0.3s;
}
.verif-age__consent:hover, .verif-age__consent:active, .verif-age__consent:focus, .verif-age__consent.checked {
  background: #EF482B;
  color: #FFFFFF;
  transition: 0.3s;
}

.verif-age__consent .verif-age__radio {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: unset;
  opacity: 0;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 3;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #EF482B;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #EF482B;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #EF482B;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

.hero-recette {
  padding-block: 0px 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .hero-recette {
    padding-block: 38px 107px;
  }
}
.hero-recette::before {
  content: "";
  display: block;
  width: 217px;
  height: 248px;
  background-image: url("../images/ice.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 845px);
}
.hero-recette__difficulty {
  position: relative;
  gap: 15px;
  margin-block: 7px 13px;
}
.hero-recette__difficulty::before {
  content: "";
  width: 27px;
  height: 1px;
  background: #EF482B;
}
.hero-recette__difficulty::after {
  display: block;
  width: 72px;
  height: 24px;
}
.hero-recette__difficulty[data-diff=Facile]::after {
  content: url("../images/verre_facile.svg");
}
.hero-recette__difficulty[data-diff=Intermédiaire]::after {
  content: url("../images/verre_intermediaire.svg");
}
.hero-recette__difficulty[data-diff=Difficile]::after {
  content: url("../images/verre_difficile.svg");
}
.hero-recette__ingredient {
  margin-top: 16px;
}
.hero-recette__ingredient input[type=radio]:checked + label {
  background: #EF482B;
  color: #FFFFFF;
  transition: 0.3s;
}
.hero-recette__ingredient__list {
  display: grid;
  grid-template-columns: 10% 10% 45%;
  padding-block: 32px 27px;
}
.hero-recette__ingredient__list:not(:last-of-type) {
  border-bottom: solid 1px #EF482B;
}
@media screen and (min-width: 992px) {
  .hero-recette__ingredient__list {
    grid-template-columns: 10% 10% 45% 25%;
    grid-template-rows: auto;
  }
}
.hero-recette #quantity {
  min-width: 100px;
}

.preparation {
  padding-block: 101px 109px;
  position: relative;
}
.preparation::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1238px;
  height: 100%;
  background: #FEF0EA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .preparation::before {
    width: 80%;
  }
}
.preparation::after {
  content: "";
  display: block;
  width: 504px;
  height: 387px;
  position: absolute;
  bottom: 132px;
  right: calc(50% - 680px);
  background-image: url("../images/oranges.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.preparation .container::before {
  content: "";
  display: block;
  width: 185px;
  height: 226px;
  position: absolute;
  top: 339px;
  right: calc(50% - 430px);
  background-image: url("../images/butterfly-replacement.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.preparation .container::after {
  content: "";
  display: block;
  width: 76px;
  height: 102px;
  position: absolute;
  top: calc(50% + 55px);
  right: calc(50% - 550px);
  transform: translateY(-50%) scale(1.8);
  background-image: url("../images/leaf_blurry.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.preparation .row:has(.preparation__content)::before {
  content: "";
  display: block;
  width: 124px;
  height: 267px;
  background-image: url("../images/losange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  position: absolute;
  top: 63px;
  right: calc(50% - 580px);
}
.preparation .heading--n1 {
  position: relative;
  margin-bottom: 35px;
}
.preparation .heading--n1::before {
  content: "";
  display: block;
  width: 67px;
  height: 1px;
  position: absolute;
  bottom: 19px;
  left: -100px;
  background: #EF482B;
}
.preparation .conseils-wrapper {
  padding-bottom: 55px;
}
@media screen and (min-width: 992px) {
  .preparation .conseils-wrapper {
    transform: translateX(-70px);
  }
}
.preparation .conseils__item {
  flex: 1 1 0;
}
.preparation .conseils__item:nth-child(2) {
  position: relative;
}
.preparation .conseils__item:nth-child(2)::before, .preparation .conseils__item:nth-child(2)::after {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  background: #EF482B;
}
.preparation .conseils__item:nth-child(2)::before {
  left: 0;
}
.preparation .conseils__item:nth-child(2)::after {
  right: 0;
}
.preparation .cocktail__etape {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .preparation .cocktail__etape {
    padding-right: 70px;
  }
}

.recettes {
  padding-block: 116px 68px;
  position: relative;
}
.recettes::before {
  content: "";
  display: block;
  width: 108px;
  height: 94px;
  position: absolute;
  top: 471px;
  left: calc(50% + 800px);
  background-image: url(../images/single_ice.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.recettes__title {
  margin-bottom: 78px;
}
.recettes__list {
  position: relative;
}
.recettes__list::before {
  content: "";
  display: block;
  width: 500px;
  height: 400px;
  background-image: url(../images/reassurances_after.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -261px;
  left: calc(50% - 907px);
  transform: rotate(3deg) scaleX(-1) scale(1.1);
}
.recettes__list::after {
  content: "";
  display: block;
  width: 424px;
  height: 561px;
  background-image: url(../images/recettes_after.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -46px;
  left: calc(50% + 437px);
}
.recettes .swiper-recettes {
  padding-bottom: 30px;
}
.recettes__slide {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  display: block;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.recettes__slide__thumbnail {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.recettes__slide__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recettes__slide__content {
  padding: 32px;
}

.single-reassurances {
  position: relative;
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .single-reassurances {
    padding-block: 193px 179px;
  }
}
.single-reassurances::before {
  content: "";
  display: block;
  width: 313px;
  height: 255px;
  position: absolute;
  top: 70px;
  left: calc(50% - 750px);
  background-image: url(../images/products_fleur.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  transform: scaleX(-1) rotate(-20deg);
}
.single-reassurances::after {
  content: "";
  display: block;
  width: 238px;
  height: 193px;
  position: absolute;
  bottom: 70px;
  left: calc(50% + 680px);
  background-image: url(../images/products_fleur.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(10px);
}
.single-reassurances .container::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FEF0EA;
  z-index: -2;
}
.single-reassurances .reassurances__item {
  padding: 51px 23px;
  position: relative;
}
.single-reassurances .reassurances__item img {
  filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(-45deg) brightness(200%) contrast(100%);
  width: 51px;
  height: 60px;
  object-fit: cover;
}
.single-reassurances .reassurances__item:not(.last-item, .second-item)::after {
  content: "";
  display: block;
  height: calc(100% - 101px);
  width: 1px;
  position: absolute;
  top: 51px;
  right: 0;
  background-color: #FEF0EA;
}
@media screen and (min-width: 768px) {
  .single-reassurances .reassurances__item.second-item::after {
    content: "";
    display: block;
    height: calc(100% - 101px);
    width: 1px;
    position: absolute;
    top: 51px;
    right: 0;
    background-color: #FEF0EA;
  }
}
.single-reassurances .row {
  position: relative;
}
.single-reassurances .row::before {
  content: "";
  display: block;
  width: 180px;
  height: 190px;
  position: absolute;
  bottom: -110px;
  left: calc(50% - 400px);
  background-image: url(../images/reassurances_after.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.2);
}
.single-reassurances .row::after {
  content: "";
  display: block;
  width: 172px;
  height: 128px;
  position: absolute;
  top: -60px;
  left: calc(50% + 380px);
  background-image: url(../images/leaf.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.nez-barman {
  padding-bottom: 75px;
  position: relative;
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .nez-barman {
    margin-top: 0;
  }
}
.nez-barman__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .nez-barman__img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-42%);
    transform-origin: center right;
    width: 52vw;
    z-index: -1;
  }
}
.nez-barman::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 157px);
  background: #FEF0EA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.nez-barman__title {
  width: fit-content;
  height: fit-content;
  transform: rotate(-13.39deg);
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  padding: 17px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.nez-barman__title::before {
  content: "";
  display: block;
  width: 125px;
  height: 66px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/scotch.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.nez-barman__title::after {
  content: "";
  display: block;
  width: 18px;
  height: 38px;
  background-image: url("../images/losange_light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}
.nez-barman__title h2 {
  line-height: 0;
  padding-block: 78px 40px;
  padding-inline: 57px;
  background: #EF482B;
}
.nez-barman__text {
  padding: 45px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nez-barman__text {
    margin-top: 92px;
    padding: 73px;
  }
}
.nez-barman__text::before {
  content: "";
  display: block;
  width: 247px;
  height: 235px;
  background-image: url("../images/cherry_lime.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -150px;
  right: -80px;
}
.nez-barman .yeux, .nez-barman .nez, .nez-barman .saveur {
  position: relative;
  padding-left: 72px;
  padding-block: 12px;
}
.nez-barman .yeux::before, .nez-barman .nez::before, .nez-barman .saveur::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nez-barman .yeux::after, .nez-barman .nez::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EF482B;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nez-barman .yeux::before {
  background-image: url("../images/yeux.svg");
}
.nez-barman .nez::before {
  background-image: url("../images/nez.svg");
}
.nez-barman .saveur::before {
  background-image: url("../images/saveur.svg");
}

.produit-slider {
  padding-block: 75px 65px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .produit-slider::before {
    content: "";
    display: block;
    width: 385px;
    aspect-ratio: 1/1;
    background: #EF482B;
    border-radius: 100%;
    position: absolute;
    top: 122px;
    left: calc(50% - 720px);
    z-index: -1;
  }
  .produit-slider::after {
    content: "";
    display: block;
    width: 186px;
    height: 267px;
    position: absolute;
    top: 230px;
    left: calc(50% - 800px);
    background-image: url("../images/produit-slider-cubes.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.produit-slider .container::before {
  content: "";
  display: block;
  width: 247px;
  height: 226px;
  background-image: url("../images/twisted_slice.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 370px;
  right: -150px;
}
.produit-slider__title {
  margin-bottom: 95px;
}

.recompenses {
  padding-block: 47px 73px;
  position: relative;
}
.recompenses::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #EF482B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}
.recompenses::after {
  content: "";
  display: block;
  width: 361px;
  height: 406px;
  background-image: url("../images/orange.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -30px;
  transform: translateX(-125%);
}
.recompenses .container::before {
  content: "";
  display: block;
  width: 313px;
  height: 255px;
  position: absolute;
  top: 10px;
  left: calc(50% - 750px);
  background-image: url(../images/products_fleur.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  transform: scaleX(-1) rotate(-20deg);
}
.recompenses .container::after {
  content: "";
  display: block;
  width: 106px;
  height: 92px;
  position: absolute;
  bottom: 37px;
  left: calc(50% - 500px);
  background-image: url(../images/single-ice.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.recompenses__wrapper {
  position: relative;
}
.recompenses__wrapper::before {
  content: "";
  display: block;
  width: 120px;
  height: 140px;
  position: absolute;
  bottom: -67px;
  left: calc(50% + 100px);
  background-image: url(../images/leaf.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-11deg);
}
.recompenses__wrapper::after {
  content: "";
  display: block;
  width: 245px;
  height: 260px;
  background-image: url("../images/reassurances_after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -200px;
  top: -150px;
  transform: scale(1.2);
}
.recompenses .row::before {
  content: "";
  display: block;
  width: 76px;
  height: 102px;
  position: absolute;
  top: calc(50% - 100px);
  right: calc(50% - 250px);
  transform: translateY(-50%);
  background-image: url("../images/leaf_blurry.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
}
.recompenses .row::after {
  content: "";
  display: block;
  width: 181px;
  height: 147px;
  position: absolute;
  bottom: 30px;
  left: calc(50% + 487px);
  background-image: url(../images/products_fleur.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scaleX(-1) rotate(230deg);
  filter: blur(10px);
}
.recompenses .swiper-recompenses {
  padding-inline: 40px;
}
@media screen and (min-width: 768px) {
  .recompenses .swiper-recompenses {
    padding-inline: 98px;
  }
}
.recompenses__slide__content {
  padding: 15px;
}
.recompenses .swiper-button-next-recompenses, .recompenses .swiper-button-prev-recompenses {
  background: #FEF0EA;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  top: calc(50% + 20px);
  transform: translateY(-50%);
}
.recompenses .swiper-button-next-recompenses::after, .recompenses .swiper-button-prev-recompenses::after {
  filter: invert(48%) sepia(99%) saturate(5065%) hue-rotate(349deg) brightness(100%) contrast(88%);
}
.recompenses .swiper-button-next-recompenses {
  right: 15px;
}
@media screen and (min-width: 992px) {
  .recompenses .swiper-button-next-recompenses {
    right: 50px;
  }
}
.recompenses .swiper-button-prev-recompenses {
  left: 15px;
}
@media screen and (min-width: 992px) {
  .recompenses .swiper-button-prev-recompenses {
    left: 50px;
  }
}

.woocommerce.single-product .related.products, .woocommerce.single-product .upsells.products {
  position: relative;
  padding-block: 60px 0;
}
@media screen and (min-width: 768px) {
  .woocommerce.single-product .related.products, .woocommerce.single-product .upsells.products {
    padding-block: 74px 102px;
  }
}
.woocommerce.single-product .related.products::before, .woocommerce.single-product .upsells.products::before {
  content: "";
  display: block;
  width: 97px;
  height: 209px;
  position: absolute;
  bottom: 77px;
  left: calc(50% - 750px);
  background-image: url("../images/losange.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.woocommerce.single-product .related.products h2, .woocommerce.single-product .upsells.products h2 {
  font-size: clamp(1.875rem, 1.238rem + 2.791vw, 3.75rem);
  line-height: clamp(2.188rem, 1.466rem + 3.163vw, 4.313rem);
  font-weight: 400;
  text-align: center;
  font-family: "Belleza", sans-serif;
  margin-bottom: 49px;
}
.woocommerce.single-product .related.products .woocommerce-loop-product__title, .woocommerce.single-product .upsells.products .woocommerce-loop-product__title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  min-height: 46px;
}
.woocommerce.single-product .related.products .variations_form, .woocommerce.single-product .upsells.products .variations_form {
  margin-bottom: 16px !important;
}
.woocommerce.single-product .related.products .cart .variations, .woocommerce.single-product .upsells.products .cart .variations {
  width: auto !important;
}
.woocommerce.single-product .related.products .cart .variations select, .woocommerce.single-product .upsells.products .cart .variations select {
  margin-right: 20px !important;
}

.empty-recompenses {
  min-height: 330px;
  position: relative;
}
.empty-recompenses::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #FEF0EA;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.empty-recompenses::after {
  content: "";
  display: block;
  width: 361px;
  height: 406px;
  background-image: url("../images/orange.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -30px;
  transform: translateX(-90%);
}
.empty-recompenses .container::after {
  content: "";
  display: block;
  width: 60px;
  height: 92px;
  position: absolute;
  bottom: 53px;
  left: calc(50% + 320px);
  background-image: url(../images/single-ice.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.empty-recompenses .elements::before {
  content: "";
  display: block;
  width: 120px;
  height: 140px;
  position: absolute;
  bottom: -67px;
  left: calc(50% + 250px);
  background-image: url(../images/leaf.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-11deg) scale(1.2);
}
.empty-recompenses .elements::after {
  content: "";
  display: block;
  width: 245px;
  height: 260px;
  background-image: url("../images/reassurances_after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: calc(50% - 150px);
  top: -150px;
  transform: scale(1.2);
}
.empty-recompenses .row::before {
  content: "";
  display: block;
  width: 76px;
  height: 102px;
  position: absolute;
  top: calc(50% + 30px);
  left: calc(50% - 380px);
  transform: translateY(-50%) scale(1.8);
  background-image: url("../images/leaf_blurry.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
}
.empty-recompenses .row::after {
  content: "";
  display: block;
  width: 250px;
  height: 205px;
  position: absolute;
  bottom: 50px;
  left: calc(50% + 600px);
  background-image: url(../images/products_fleur.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scaleX(-1) rotate(230deg) scale(1.4);
  filter: blur(10px);
}

.up-sells {
  width: 100%;
}

.page-template-template-home {
  position: relative;
}
.page-template-template-home::before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: #FEE2D4;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-template-home main {
  padding-top: 163px;
}

.hero--home::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 28px);
  background-color: #FEE2D4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero--home::after {
  content: "";
  display: block;
  width: 288px;
  height: 222px;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 793px);
  background-image: url("../images/twisted_slice.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(91deg);
}
.hero--home .swiper-text {
  min-height: 46px;
}
.hero--home .swiper-text .swiper-wrapper {
  padding-bottom: 100px;
}
.hero--home .swiper-text .swiper-slide:not(:first-of-type) {
  padding-block: 44px 0px;
}
.hero--home .swiper-text .swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.hero--home .swiper-text .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.hero--home .swiper-pagination-hero, .hero--home .swiper-button-next, .hero--home .swiper-button-prev {
  position: static;
}
.hero--home .swiper-button-next, .hero--home .swiper-button-prev {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.hero--home .container {
  padding-block: 0px 40px;
}
@media screen and (min-width: 992px) {
  .hero--home .container {
    padding-block: 0px 67px;
  }
}

.hero__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #FEE2D4;
}
.hero__text-wrapper--xs {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .hero__text-wrapper {
    margin-left: 60px;
  }
}
.hero__text-wrapper .heading {
  position: relative;
  padding-left: 30px;
  margin: 0;
}
.hero__text-wrapper .heading::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #EF482B;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero__text-wrapper .heading--n1::before {
  height: calc(100% - 45px);
}
.hero__text-wrapper .heading--n1 {
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  .hero__text-wrapper .heading--n1 {
    font-size: clamp(1.875rem, 1.238rem + 2.791vw, 3.75rem);
  }
}
.hero__text-wrapper .heading--n2 {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .hero__img-slider {
    position: absolute;
    right: calc(50% - 970px);
    top: -86px;
    width: 1056px;
    height: 726px;
  }
  .hero__img-slider .swiper-slide:first-of-type .hero__img-wrapper {
    width: 904px;
    height: 622px;
    margin-top: 28px;
  }
  .hero__img-slider .swiper-slide:not(:first-of-type) {
    padding-top: 130px;
    padding-left: 65px;
    margin-bottom: -80px;
  }
  .hero__img-slider .swiper-slide:not(:first-of-type) img {
    height: calc(100% - 80px);
  }
}
.hero__img-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products--home {
  padding-block: 47px 26px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .products--home {
    padding-block: 130px 56px;
  }
}
.products--home::before {
  content: "";
  display: block;
  width: 428px;
  height: 348px;
  background-image: url("../images/products_fleur.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 77px;
  left: calc(50% - 1117px);
  transform: rotate(-10deg);
}

.products .swiper-produits {
  padding-top: 74px;
}
.products .swiper-produits .recette-ideale {
  display: none;
}
.products .woocommerce-loop-product__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-align: start;
  margin-bottom: 15px;
  min-height: 62px;
}
.products .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.products .add_to_cart_button, .products .product_type_variable {
  padding: 11px 20px;
  background: #2D2A26;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  text-align: start;
  float: left;
  line-height: normal;
  font-weight: 600;
}
.products li.product {
  position: relative;
  height: 100%;
}
.products li.product img:not(.arrow) {
  min-height: 327px;
  object-fit: cover;
  align-self: center;
}
.products li.product .ywccl_stock.stock {
  display: none;
}
.products .variations {
  display: flex;
  align-items: center;
  height: 35px;
  margin-top: -30px !important;
  justify-content: flex-end;
}
.products .variations select {
  padding: 6px 15px;
  padding-right: 24px;
  border-radius: 20px;
  border-color: #BDBCBB;
  margin-bottom: 0;
  margin-right: 4px;
  width: 110px;
  -webkit-appearance: none;
  appearance: none;
  min-width: unset !important;
  width: 98px !important;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
  -webkit-background-position: calc(100% - 12px) 50%;
}
.products li.product:has(.variations) .price {
  display: block;
  transform: translateY(5px);
}
.products .woocommerce-Price-amount {
  font-family: "Belleza", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products__pagination {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .products__pagination {
    padding-inline: 75px;
  }
}

.reassurances {
  position: relative;
  padding-top: 34px;
}
@media screen and (min-width: 992px) {
  .reassurances {
    padding-top: 0;
  }
}
.reassurances::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FEF0EA;
  z-index: -3;
}
@media screen and (min-width: 992px) {
  .reassurances::before {
    height: calc(100% - 181px);
  }
}
.reassurances::after {
  content: url("../images/reassurances_before.png");
  display: block;
  width: 421px;
  height: 743px;
  position: absolute;
  top: 120px;
  left: calc(50% - 1035px);
  z-index: 2;
}
.reassurances__item {
  padding-bottom: 27px;
}
@media screen and (min-width: 992px) {
  .reassurances__item {
    padding-bottom: 115px;
  }
}
.reassurances .container::after {
  content: "";
  display: block;
  width: 236px;
  height: 250px;
  background-image: url("../images/reassurances_after.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  left: calc(50% + 200px);
}

.home-histoire {
  padding-block: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .home-histoire {
    padding-block: 174px 161px;
  }
}
.home-histoire::before {
  content: "";
  display: block;
  width: 193px;
  height: 412px;
  background-image: url("../images/losange.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 164px;
  right: calc(50% - 890px);
}
.home-histoire::after {
  content: "";
  display: block;
  width: 500px;
  height: 470px;
  position: absolute;
  bottom: 33px;
  right: calc(50% - 1125px);
  transform: rotate(180deg);
  background-image: url("../images/products_fleur.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  filter: blur(10px);
}
.home-histoire__card {
  padding-inline: 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .home-histoire__card {
    padding-inline: 90px;
  }
}
.home-histoire__card.bgwhite {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.home-histoire__left {
  padding-block: 83px 60px;
}
.home-histoire__left::before {
  content: "";
  display: block;
  width: 251px;
  height: 133px;
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/scotch_retouche.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-histoire__right {
  padding: 47px 50px;
  margin-top: 168px;
}
@media screen and (min-width: 992px) {
  .home-histoire__right {
    padding: 47px 65px;
    margin-top: 109px;
  }
}
.home-histoire__right::after {
  content: "";
  display: block;
  width: 168px;
  height: 142px;
  position: absolute;
  top: -152px;
  right: 180px;
  background-image: url(../images/leaf.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-histoire__picture {
  position: absolute;
  transform: rotate(7.31deg);
  border: solid 17px #FFFFFF;
  top: -184px;
  right: -23px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .home-histoire__picture {
    top: -150px;
    right: 30px;
  }
}
.home-histoire__picture::before {
  content: "";
  display: block;
  width: 109px;
  height: 58px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/scotch_retouche.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-recettes {
  position: relative;
  padding-bottom: 62px;
}
@media screen and (min-width: 992px) {
  .home-recettes {
    padding-bottom: 104px;
  }
}
.home-recettes::before {
  content: "";
  display: block;
  width: 100%;
  height: 491px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FEF0EA;
  z-index: -1;
}
.home-recettes::after {
  content: "";
  display: block;
  width: 247px;
  height: 226px;
  background-image: url("../images/twisted_slice.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 145px;
  right: calc(50% - 755px);
  transform: rotate(-106deg);
}
.home-recettes .container::before {
  content: "";
  display: block;
  width: 288px;
  height: 294px;
  background-image: url("../images/home-recettes-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -126px;
  right: calc(50% - 855px);
}
.home-recettes .container::after {
  content: "";
  display: block;
  width: 707px;
  height: 879px;
  background-image: url("../images/home-recettes-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -271px;
  left: calc(50% - 1198px);
  z-index: 3;
}
.home-recettes__title-wrapper {
  position: relative;
}
@media screen and (min-width: 992px) {
  .home-recettes__title-wrapper::before {
    content: "";
    display: block;
    width: 380px;
    height: 502px;
    background-image: url("../images/home-recettes.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -136px;
    left: -50px;
    z-index: -1;
  }
}
.home-recettes__title {
  font-size: clamp(2.875rem, 2.153rem + 3.163vw, 5rem);
  width: fit-content;
  margin-inline: auto;
  letter-spacing: calc(clamp(2.875rem, 2.153rem + 3.163vw, 5rem) * 1 / 10);
  text-transform: uppercase;
  line-height: clamp(3.938rem, 2.94rem + 4.372vw, 6.875rem);
  padding-bottom: 58px;
}
.home-recettes .heading--after {
  background: -webkit-linear-gradient(0deg, #2D2A26 1.01%, rgba(45, 42, 38, 0.2) 96.53%);
}
.home-recettes .heading--before {
  background: -webkit-linear-gradient(180deg, #2D2A26 1.01%, rgba(45, 42, 38, 0.2) 96.53%);
}
.home-recettes .heading--after, .home-recettes .heading--before {
  font-family: "Belleza";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-recettes .heading--before::before, .home-recettes .heading--after::after {
  content: "";
  display: block;
  width: clamp(3.625rem, -0.85rem + 19.617vw, 11.313rem);
  height: 1px;
  background: -webkit-linear-gradient(0deg, #2D2A26 23%, rgba(45, 42, 38, 0.2) 88%);
}
.home-recettes__card {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .home-recettes__card {
    padding: 60px;
  }
}
.home-recettes__card .heading--n1 {
  margin-top: -42px;
}
.home-recettes .heading-bent svg {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 200px;
}
@media screnn and (min-width: 992px) {
  .home-recettes .heading-bent svg {
    top: 43px;
  }
}
.home-recettes .heading-bent path {
  fill: transparent;
}
.home-recettes .heading-bent text {
  fill: #EF482B;
  font-weight: 700;
  font-size: 45px;
}
.home-recettes__right {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  margin-top: 65px;
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .home-recettes__right {
    padding-top: 43px;
  }
}
.home-recettes__right::before {
  content: "";
  display: block;
  width: 251px;
  height: 133px;
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/scotch_retouche.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-recettes__card__picture {
  max-height: 178px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.home-recettes__card__picture img {
  object-fit: cover;
  width: 100%;
}

.instagram {
  position: relative;
  padding-block: 80px 50px;
}
@media screen and (min-width: 992px) {
  .instagram {
    padding-block: 122px 101px;
  }
}
.instagram::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 2;
  position: absolute;
  top: 0;
  right: calc(50% + 561px);
}
.instagram__title {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .instagram__title {
    margin-bottom: 91px;
  }
}
.instagram__title::before {
  content: "";
  display: block;
  width: 44px;
  height: 95px;
  position: absolute;
  left: -84px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/losange.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.instagram__button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
}

.animation-container {
  position: relative;
  height: 622px;
  width: 904px;
}

.animation-container img {
  position: absolute;
  transform-origin: center center;
  opacity: 0;
}
.animation-container .img-0 {
  position: absolute;
  top: 487.0985px;
  left: 284.0265px;
  z-index: 98;
  width: 110.019px;
  height: 166.439px;
}
.animation-container .img-1 {
  position: absolute;
  top: 484.882px;
  left: 338.633px;
  z-index: 97;
  width: 89.466px;
  height: 34.255px;
}
.animation-container .img-2 {
  position: absolute;
  top: 353.504px;
  left: 351.126px;
  z-index: 96;
  width: 78.182px;
  height: 148.707px;
}
.animation-container .img-3 {
  position: absolute;
  top: 479.24px;
  left: 349.917px;
  z-index: 95;
  width: 78.585px;
  height: 66.898px;
}
.animation-container .img-4 {
  position: absolute;
  top: 158.5729px;
  left: 447.2415px;
  display: none;
  z-index: 95;
  width: 13.299px;
  height: 13.299px;
}
.animation-container .img-5 {
  position: absolute;
  top: 391.789px;
  left: 101.1048px;
  z-index: 95;
  width: 10.881px;
  height: 10.881px;
}
.animation-container .img-7 {
  position: absolute;
  left: 89.176px;
  top: 460.702px;
  z-index: 150;
  width: 158.782px;
  height: 129.766px;
}
.animation-container .img-8 {
  position: absolute;
  left: 1.725px;
  top: 500.599px;
  z-index: 149;
  width: 221.65px;
  height: 71.331px;
}
.animation-container .img-9 {
  position: absolute;
  left: 87.564px;
  top: 530.824px;
  z-index: 148;
  width: 117.676px;
  height: 93.496px;
}
.animation-container .img-10 {
  position: absolute;
  left: 42.428px;
  top: 444.179px;
  z-index: 147;
  width: 43.121px;
  height: 39.897px;
}
.animation-container .img-11 {
  position: absolute;
  left: 65.802px;
  top: 110.495px;
  z-index: 147;
  width: 64.883px;
  height: 65.689px;
}
.animation-container .img-12 {
  position: absolute;
  left: 220.957px;
  top: 499.793px;
  z-index: 146;
  width: 98.735px;
  height: 62.062px;
}
.animation-container .img-13 {
  position: absolute;
  left: 339.036px;
  top: 116.943px;
  z-index: 146;
  width: 116.467px;
  height: 119.288px;
}
.animation-container .img-14 {
  position: absolute;
  left: 332.185px;
  top: 363.982px;
  z-index: 50;
  width: 68.107px;
  height: 102.362px;
}
.animation-container .img-15 {
  position: absolute;
  left: 85.952px;
  top: 406.7px;
  z-index: 102;
  width: 120.094px;
  height: 130.975px;
}
.animation-container .img-16 {
  position: absolute;
  left: 91.594px;
  top: 209.633px;
  z-index: 101;
  width: 166.842px;
  height: 290.563px;
}
.animation-container .img-17 {
  position: absolute;
  left: 326.946px;
  top: 86.718px;
  z-index: 100;
  width: 78.182px;
  height: 78.182px;
}
.animation-container .img-18 {
  position: absolute;
  left: 152.447px;
  top: 0.879px;
  z-index: 100;
  width: 153.946px;
  height: 244.218px;
}
.animation-container .img-21 {
  position: absolute;
  left: 112.55px;
  top: 195.931px;
  z-index: 90;
  width: 114.855px;
  height: 116.467px;
}
.animation-container .img-22 {
  position: absolute;
  left: 428.905px;
  top: 405.894px;
  z-index: 90;
  width: 18.135px;
  height: 18.135px;
}
.animation-container .img-25 {
  position: absolute;
  left: 175.015px;
  top: 70.3965px;
  z-index: 98;
  width: 177.723px;
  height: 463.853px;
}

.hero--recettes {
  padding-block: 40px 38px;
  position: relative;
  background: rgba(253, 207, 184, 0.5);
}
@media screen and (min-width: 992px) {
  .hero--recettes {
    padding-block: 87px 78px;
  }
}
.hero--recettes .heading--after, .hero--recettes .heading--before {
  font-family: "Belleza";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
@media screen and (min-width: 576px) {
  .hero--recettes .heading--after, .hero--recettes .heading--before {
    justify-content: flex-start;
  }
}
.hero--recettes .heading--before::before, .hero--recettes .heading--after::after {
  content: "";
  display: block;
  width: 87px;
  height: 1px;
  background: #EF482B;
}
@media screen and (min-width: 992px) {
  .hero--recettes::before {
    content: "";
    display: block;
    width: 195px;
    height: 248px;
    background-image: url("../images/recettes_illu-left.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: calc(50% - 615px);
  }
}
@media screen and (min-width: 576px) {
  .hero--recettes::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-image: url("../images/recettes_illu.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .hero--recettes::after {
    width: 454px;
    height: 471px;
    left: calc(50% + 120px);
  }
}

.recettes-liste {
  padding-block: 74px 59px;
  position: relative;
}
.recettes-liste__switches {
  background: #FEF0EA;
  border-radius: 48px;
  width: fit-content;
  padding: 8px;
}
.recettes-liste__switch {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: transparent;
  text-transform: uppercase;
  color: maincolor;
  padding: 12px 20px;
  font-weight: 700;
}
.recettes-liste__switch.is-active {
  background: #EF482B;
  color: #FFFFFF;
  border-radius: 48px;
}
.recettes-liste__filters {
  padding-block: 52px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100vw;
  z-index: 99999999;
}
@media screen and (min-width: 1200px) {
  .recettes-liste__filters {
    display: flex;
    position: static;
    height: auto;
    width: 100%;
    background: none;
  }
}
.recettes-liste__filters select {
  min-width: 200px;
}
.recettes-liste__filters__content {
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
  padding: 30px;
}
.recettes-liste__filters__content > * {
  width: 100%;
}
.recettes-liste__filters__content .searchform {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .recettes-liste__filters__content {
    position: static;
    transform: translate(0, 0);
    padding: 0;
    width: 100%;
  }
  .recettes-liste__filters__content > * {
    width: auto;
  }
  .recettes-liste__filters__content .searchform {
    max-width: 295px;
  }
}
.recettes-liste__form > * {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .recettes-liste__form > * {
    width: auto;
  }
}
.recettes-liste__item {
  position: relative;
  margin-bottom: 31px;
  width: 100%;
  height: 362px;
}
.recettes-liste__item:hover .recettes-liste__item__img img, .recettes-liste__item:active .recettes-liste__item__img img, .recettes-liste__item:focus-within .recettes-liste__item__img img {
  transition: 0.3s;
  transform: scale(1.15);
}
.recettes-liste__item__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.recettes-liste__item__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
  transform: none;
  transition: 0.3s;
  z-index: 0;
}
.recettes-liste__item__head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
}
.recettes-liste__item__title {
  padding: 16px 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
}

.savoir-faire {
  position: relative;
}
@media screen and (min-width: 992px) {
  .savoir-faire::before {
    content: "";
    display: block;
    width: 290px;
    height: 324px;
    position: absolute;
    top: 20px;
    left: calc(50% + 300px);
    background-image: url("../images/orange-slice.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
  }
  .savoir-faire::after {
    content: "";
    display: block;
    width: 238px;
    height: 150px;
    position: absolute;
    top: 20px;
    left: calc(50% + 150px);
    background-image: url("../images/icecube_duo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
  }
}
.savoir-faire__img-wrapper {
  position: relative;
  z-index: -1;
}
.savoir-faire__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 709px;
}
.savoir-faire__content {
  max-width: 739px;
  padding-block: 72px 105px;
}
.savoir-faire__content::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  background: #EF482B;
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .savoir-faire__content::before {
    width: calc(100% + 97px);
    height: calc(100% - 222px);
    left: -97px;
  }
}
@media screen and (min-width: 992px) {
  .savoir-faire__content {
    margin-top: 222px;
  }
  .savoir-faire__content::after {
    content: "";
    display: block;
    width: 295px;
    height: 293px;
    position: absolute;
    bottom: -89px;
    left: -330px;
    background-image: url("../images/flowers_before.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -2;
  }
}
.savoir-faire .heading--n2 {
  position: relative;
  margin-top: 48px;
}
.savoir-faire .heading--n2::before {
  content: "";
  display: block;
  width: 66px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 30px;
  left: -97px;
}

.double-texte {
  padding-block: 120px;
}

.hero--histoire {
  padding-block: 45px;
  background: rgba(253, 207, 184, 0.5);
  position: relative;
}
@media screen and (min-width: 576px) {
  .hero--histoire::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-image: url("../images/histoire-img.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .hero--histoire::after {
    width: 436px;
    height: 445px;
    left: calc(50% + 120px);
  }
}
.hero--histoire .heading--n1 {
  letter-spacing: calc(clamp(2.5rem, 2.076rem + 1.86vw, 3.75rem) * 1 / 100);
}

.distillerie {
  position: relative;
  padding-block: 59px;
}
@media screen and (min-width: 992px) {
  .distillerie {
    padding-block: 160px 59px;
  }
}
.distillerie::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #DEDEDE;
}
@media screen and (min-width: 576px) {
  .distillerie::before {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .distillerie::before {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .distillerie::before {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .distillerie::before {
    max-width: 1140px;
  }
}
.distillerie .heading--after, .distillerie .heading--before {
  font-family: "Belleza";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
@media screen and (min-width: 576px) {
  .distillerie .heading--after, .distillerie .heading--before {
    justify-content: flex-start;
  }
}
.distillerie .heading--after {
  padding-left: 98px;
}
.distillerie .heading--before::before, .distillerie .heading--after::after {
  content: "";
  display: block;
  width: 87px;
  height: 1px;
  background: #EF482B;
}

.aventure {
  padding-block: 57px 83px;
}
.aventure__title {
  padding-top: 32px;
  position: relative;
  z-index: 1;
}
.aventure__title__quote {
  padding-left: 56px;
  margin-block: 47px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .aventure__title__quote {
    margin-block: 47px 117px;
  }
}
.aventure__title__quote::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #EF482B;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .aventure__right {
    transform: translateX(-17.333333%);
  }
}
.aventure__right__img {
  position: relative;
  margin-bottom: 56px;
}
.aventure__right__img::before {
  content: "";
  display: block;
  width: 48%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 99.99%, rgba(255, 255, 255, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.aventure__right__img::after {
  content: "";
  display: block;
  width: 351px;
  height: 567px;
  position: absolute;
  bottom: -265px;
  right: -111px;
  background-image: url("../images/distillerie-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(200deg) scale(0.7);
}
@media screen and (min-width: 992px) {
  .aventure__right__img::after {
    bottom: 27px;
    right: -256px;
    z-index: -1;
    transform: none;
  }
}
.aventure__texte {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.aventure__president {
  max-width: 294px;
}
.aventure__president .legende {
  margin-top: 25px;
  text-align: end;
  position: relative;
}
.aventure__president .legende::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #EF482B;
  position: absolute;
  left: 69px;
  bottom: 7px;
}

.histoire {
  margin-bottom: 78px;
  position: relative;
}
.histoire::before, .histoire::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dedede;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 576px) {
  .histoire::before, .histoire::after {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .histoire::before, .histoire::after {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .histoire::before, .histoire::after {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .histoire::before, .histoire::after {
    max-width: 1140px;
  }
}
.histoire::before {
  top: 0;
}
.histoire::after {
  bottom: 0;
}
.histoire__titre, .histoire__texte, .histoire__logo {
  padding-block: 30px;
}
@media screen and (min-width: 992px) {
  .histoire__logo {
    border-right: 1px solid #DEDEDE;
  }
}

.frise {
  position: relative;
  margin-bottom: 127px;
}
.frise::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1338px;
  height: calc(100% - 142px);
  background: #FEF0EA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .frise__slide-wrapper {
    padding-right: 42px;
    padding-bottom: 42px;
  }
}
.frise__slide__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 406px;
  padding-block: 65px 0;
}
@media screen and (min-width: 992px) {
  .frise__slide__text {
    padding-block: 75px;
  }
}
.frise__slide__date {
  font-family: "Belleza", sans-serif;
  color: #EF482B;
  font-size: clamp(3.75rem, 3.071rem + 2.977vw, 5.75rem);
  line-height: 69px;
  position: relative;
  padding-left: 54px;
}
.frise__slide__date::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #EF482B;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.frise__slide__img {
  flex-shrink: 0;
  margin-top: 57px;
  position: relative;
  height: fit-content;
  margin-inline: 26px;
}
@media screen and (min-width: 992px) {
  .frise__slide__img {
    margin-top: 137px;
    margin-inline: 0;
  }
}
.frise__slide__img::before {
  content: "";
  display: block;
  width: calc(100% + 26px);
  height: calc(100% + 26px);
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: -1;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.frise__pagination {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .frise__pagination {
    padding-block: 75px;
    top: 204px;
  }
}
.frise__pagination .swiper-pagination {
  position: static;
  height: 100%;
  transform: none;
}
@media screen and (min-width: 992px) {
  .frise__pagination .swiper-pagination {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .frise__pagination .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 12px;
    height: 27px;
  }
}
.frise__pagination .swiper-button-next-chronologie, .frise__pagination .swiper-button-prev-chronologie {
  background: #EF482B;
  top: 10px;
}
@media screen and (min-width: 992px) {
  .frise__pagination .swiper-button-next-chronologie, .frise__pagination .swiper-button-prev-chronologie {
    top: unset;
  }
}
.frise__pagination .swiper-button-next-chronologie::after, .frise__pagination .swiper-button-prev-chronologie::after {
  filter: invert(1);
}
@media screen and (min-width: 992px) {
  .frise__pagination .swiper-button-prev-chronologie {
    top: 22px;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
  }
}
@media screen and (min-width: 992px) {
  .frise__pagination .swiper-button-next-chronologie {
    bottom: 0;
    right: 50%;
    transform: rotate(90deg) translateY(-50%);
  }
}

.hero-cat {
  min-height: 297px;
  position: relative;
  color: #FFFFFF;
  padding-block: 69px 43px;
}
.hero-cat::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.hero-cat::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.hero-cat__title {
  padding-left: 100px;
  position: relative;
}
.hero-cat__title::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-cat__title::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -67px;
  left: 150px;
  border-radius: 100%;
}

.cat-texte {
  padding-block: 87px 67px;
  position: relative;
}
.cat-texte::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -139px;
  left: -150px;
  background-color: transparent;
}

.custom-filters {
  padding-block: 84px 20px;
  position: relative;
}
.custom-filters input, .custom-filters select {
  min-width: unset;
  padding: 12px 20px;
  width: fit-content;
  margin: 0;
  font-weight: 600;
}
.custom-filters input::placeholder, .custom-filters select::placeholder {
  font-weight: 600;
}
.custom-filters select {
  padding-inline: 15px 25px;
  background-position-x: calc(100% - 4px);
  background-position-y: 13px;
}
.custom-filters::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.custom-filters::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 400px;
  right: calc(50% - 970px);
  transform: translateY(-50%);
  z-index: 99;
}
.custom-filters form::after {
  content: "";
  display: block;
  width: 402px;
  height: 402px;
  position: absolute;
  top: 250px;
  right: calc(50% - 1171px);
  border-radius: 100%;
}

.product-cat__heading {
  position: relative;
}
.product-cat__heading::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

.tax-product_cat.woocommerce ul.products {
  position: relative;
  padding-bottom: 75px;
}
.tax-product_cat.woocommerce ul.products::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.tax-product_cat.woocommerce ul.products .variations select {
  background-color: transparent;
}
.tax-product_cat.woocommerce ul.products li.product {
  width: 100% !important;
}
.tax-product_cat.woocommerce ul.products li.product.recette-ideale {
  height: 100%;
  padding: 75px 30px;
}

.swiper-conso .swiper-slide {
  height: 100%;
}
.swiper-conso a {
  font-size: 14px;
  padding: 10px;
  line-height: 1.1;
  height: 100%;
  font-weight: 700;
  aspect-ratio: 1/1;
  width: auto;
}

.swiper-before::before {
  content: "";
  display: block;
  position: absolute;
  top: -203px;
  left: calc(50% - 900px);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.double-colonnes {
  padding-block: clamp(2.5rem, -1.071rem + 9.524vw, 7.5rem);
}

.swiper-conso img {
  max-height: calc(100% - 50px);
  width: auto !important;
}

.swiper-button-personnalized.swiper-button-next-conso, .swiper-button-personnalized.swiper-button-prev-conso {
  bottom: -70px;
}

.body_vert .hero-cat {
  color: #D6E07E;
}
.body_vert .hero-cat__title::before {
  width: 215px;
  height: 217px;
  top: -100px;
  left: -50px;
  background-image: url("../images/cinnamon-seed.png");
}
.body_vert .hero-cat__title::after {
  background: #C5A921;
}
.body_vert .hero-cat::before {
  background: #10341C;
}
.body_vert .distillerie .heading--before, .body_vert .distillerie .heading--after {
  color: #10341C;
}
.body_vert .distillerie .heading--before::before, .body_vert .distillerie .heading--before::after, .body_vert .distillerie .heading--after::before, .body_vert .distillerie .heading--after::after {
  background: #10341C;
}
.body_vert .cat-texte::before {
  width: 274px;
  height: 326px;
  background-image: url("../images/feuille-distillerie.png");
}
.body_vert .custom-filters input, .body_vert .custom-filters select {
  border-color: #10341C;
  color: #10341C;
}
.body_vert .custom-filters input::placeholder, .body_vert .custom-filters select::placeholder {
  color: #10341C;
}
.body_vert .custom-filters .btn {
  background: #10341C;
  color: #FFFFFF;
  border-color: #10341C;
}
.body_vert .custom-filters::before {
  background: rgba(248, 247, 219, 0.6);
}
.body_vert .custom-filters::after {
  display: none;
}
.body_vert .custom-filters form::after {
  background: #D6E07E;
}
.body_vert .product-cat__heading::before {
  background: rgba(248, 247, 219, 0.6);
}
.body_vert.woocommerce ul.products::before {
  background: rgba(248, 247, 219, 0.6);
}
.body_vert.woocommerce ul.products .variations select {
  border-color: #10341C;
}
.body_vert.woocommerce ul.products li.product.recette-ideale {
  background: #10341C;
}
.body_vert .tinvwl_add_to_wishlist_button {
  background: #FFFFFF !important;
}
.body_vert .tinvwl_add_to_wishlist_button::before {
  color: #10341C !important;
}
.body_vert .swiper-conso .swiper-slide {
  border-bottom: #FBFAE9 9px solid;
}
.body_vert .swiper-conso .swiper-slide-active {
  border-bottom: #10341C 9px solid;
}
.body_vert .swiper-conso a {
  background: #FBFAE9;
}
.body_vert hr {
  background: #D6E07E;
  margin-block: 24px;
}
.body_vert .double-colonnes .btn {
  border: solid 1px #D6E07E;
  margin-top: 24px;
}
.body_vert .swiper-before::before {
  width: 356px;
  height: 344px;
  background-image: url("../images/anise-fleur.png");
}
.body_vert .favorite-toggle {
  background: #FFFFFF;
}
.body_vert .favorite-toggle svg path {
  stroke: #10341C;
}
.body_vert .favorite-toggle svg path[fill] {
  fill: #10341C;
}

.body_bleu .hero-cat {
  color: #FEF5FA;
}
.body_bleu .hero-cat::before {
  background: #0F265C;
}
.body_bleu .hero-cat::after {
  width: 258px;
  height: 252px;
  background-image: url("../images/gin-fleur.png");
  right: calc(50% - 450px);
  top: 83px;
}
.body_bleu .hero-cat .container::before {
  content: "";
  display: block;
  width: 105px;
  height: 140px;
  background-image: url("../images/leaf.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 135px;
  right: calc(50% - 100px);
  transform: rotate(180deg);
}
.body_bleu .hero-cat .container::after {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  background: #FEF5FA;
  border-radius: 100%;
  position: absolute;
  top: 40px;
  right: calc(50% - 650px);
}
.body_bleu .hero-cat .row::before {
  content: "";
  display: block;
  width: 82px;
  height: 97px;
  background-image: url("../images/leaf_less_blury.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: calc(50% - 710px);
  z-index: 1;
}
.body_bleu .hero-cat__title::before {
  width: 294px;
  height: 324px;
  top: -68px;
  left: -145px;
  background-image: url("../images/hero-cat-gin.png");
}
.body_bleu .hero-cat__title::after {
  background: #FEF5FA;
  bottom: -110px;
}
.body_bleu .distillerie .heading--before, .body_bleu .distillerie .heading--after {
  color: #0F265C;
}
.body_bleu .distillerie .heading--before::before, .body_bleu .distillerie .heading--before::after, .body_bleu .distillerie .heading--after::before, .body_bleu .distillerie .heading--after::after {
  background: #0F265C;
}
.body_bleu .cat-texte::before {
  width: 281px;
  height: 326px;
  background-image: url("../images/myrtille-distillerie.png");
}
.body_bleu .custom-filters .btn {
  background: #0F265C;
  border: solid 1px #0F265C;
  color: #FEF5FA;
}
.body_bleu .custom-filters input, .body_bleu .custom-filters select {
  border-color: #0F265C;
  color: #0F265C;
}
.body_bleu .custom-filters input::placeholder, .body_bleu .custom-filters select::placeholder {
  color: #0F265C;
}
.body_bleu .custom-filters::before {
  background: rgba(254, 245, 250, 0.6);
}
.body_bleu .custom-filters::after {
  width: 190px;
  height: 297px;
  top: 300px;
  background-image: url("../images/gin-fleurs.png");
}
.body_bleu .custom-filters form::after {
  background: #0F265C;
}
.body_bleu .product-cat__heading::before {
  background: rgba(254, 245, 250, 0.6);
}
.body_bleu.woocommerce ul.products::before {
  background: rgba(254, 245, 250, 0.6);
}
.body_bleu.woocommerce ul.products .variations select {
  border-color: #0F265C;
}
.body_bleu.woocommerce ul.products li.product.recette-ideale {
  background: #0F265C;
}
.body_bleu.woocommerce ul.products li.product .button.add_to_cart_button {
  border-color: #0F265C !important;
  background: #0F265C !important;
}
.body_bleu.woocommerce ul.products li.product .button.add_to_cart_button:hover, .body_bleu.woocommerce ul.products li.product .button.add_to_cart_button:active, .body_bleu.woocommerce ul.products li.product .button.add_to_cart_button:focus {
  color: #0F265C !important;
  background: transparent !important;
}
.body_bleu .tinvwl_add_to_wishlist_button {
  background: #FFFFFF !important;
}
.body_bleu .tinvwl_add_to_wishlist_button::before {
  color: #0F265C !important;
}
.body_bleu .swiper-conso .swiper-slide {
  border-bottom: #FEF5FA 9px solid;
}
.body_bleu .swiper-conso .swiper-slide-active {
  border-bottom: #0F265C 9px solid;
}
.body_bleu .swiper-conso a {
  background: #FEF5FA;
}
.body_bleu hr {
  background: #0F265C;
  margin-block: 24px;
}
.body_bleu .double-colonnes .btn {
  border: solid 1px #0F265C;
  margin-top: 24px;
}
.body_bleu .swiper-before::before {
  width: 403px;
  height: 365px;
  background-image: url("../images/hero-cat-gin.png");
  left: calc(50% - 950px);
}
.body_bleu .favorite-toggle {
  background: #FFFFFF;
}
.body_bleu .favorite-toggle svg path {
  stroke: #0F265C;
}
.body_bleu .favorite-toggle svg path[fill] {
  fill: #0F265C;
}

.body_orange .hero-cat {
  color: #FFFFFF;
}
.body_orange .hero-cat::before {
  background: #E43C2F;
}
.body_orange .hero-cat::after {
  width: 382px;
  height: 394px;
  background-image: url("../images/reassurances_after.png");
  right: calc(50% - 600px);
  top: -40px;
}
.body_orange .hero-cat .container::after {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  background: #FEF0EA;
  border-radius: 100%;
  position: absolute;
  top: 40px;
  right: calc(50% - 550px);
}
.body_orange .hero-cat__title::before {
  width: 212px;
  height: 160px;
  top: -57px;
  left: -112px;
  background-image: url("../images/hero-cat-liqueurs.png");
}
.body_orange .hero-cat__title::after {
  background: #FEF0EA;
  bottom: -60px;
  left: 350px;
}
.body_orange .distillerie .heading--before, .body_orange .distillerie .heading--after {
  color: #000000;
}
.body_orange .distillerie .heading--before::before, .body_orange .distillerie .heading--before::after, .body_orange .distillerie .heading--after::before, .body_orange .distillerie .heading--after::after {
  background: #000000;
}
.body_orange .cat-texte::before {
  width: 244px;
  height: 211px;
  background-image: url("../images/twisted_slice.png");
}
.body_orange .custom-filters .btn {
  background: #E43C2F;
  border: solid 1px #E43C2F;
  color: #FFFFFF;
}
.body_orange .custom-filters input, .body_orange .custom-filters select {
  border-color: #E43C2F;
  color: #E43C2F;
}
.body_orange .custom-filters input::placeholder, .body_orange .custom-filters select::placeholder {
  color: #E43C2F;
}
.body_orange .custom-filters::before {
  background: #FEF0EA;
}
.body_orange .custom-filters::after {
  width: 366px;
  height: 373px;
  top: 600px;
  background-image: url("../images/liqueurs-illu.png");
}
.body_orange .custom-filters form::after {
  background: #E43C2F;
}
.body_orange .product-cat__heading::before {
  background: #FEF0EA;
}
.body_orange.woocommerce ul.products::before {
  background: #FEF0EA;
}
.body_orange.woocommerce ul.products .variations select {
  border-color: #E43C2F;
  color: #E43C2F;
}
.body_orange.woocommerce ul.products li.product.recette-ideale {
  background: #E43C2F;
}
.body_orange.woocommerce ul.products li.product .button.add_to_cart_button {
  border-color: #E43C2F !important;
  background: #E43C2F !important;
}
.body_orange.woocommerce ul.products li.product .button.add_to_cart_button:hover, .body_orange.woocommerce ul.products li.product .button.add_to_cart_button:active, .body_orange.woocommerce ul.products li.product .button.add_to_cart_button:focus {
  color: #E43C2F !important;
  background: transparent !important;
}
.body_orange .tinvwl_add_to_wishlist_button {
  background: #FFFFFF !important;
}
.body_orange .swiper-conso .swiper-slide {
  border-bottom: #FEF0EA 9px solid;
}
.body_orange .swiper-conso .swiper-slide-active {
  border-bottom: #E43C2F 9px solid;
}
.body_orange .swiper-conso a {
  background: #FEF0EA;
}
.body_orange hr {
  background: #E43C2F;
  margin-block: 24px;
}
.body_orange .double-colonnes .btn {
  border: solid 1px #E43C2F;
  margin-top: 24px;
}
.body_orange .swiper-before::before {
  width: 316px;
  height: 331px;
  background-image: url("../images/products-orange.png");
  left: calc(50% - 940px);
}

.body_bleu_2 .hero-cat {
  color: #F0F8FA;
  padding-block: 40px 20px;
}
.body_bleu_2 .hero-cat::before {
  background: #23475E;
}
.body_bleu_2 .hero-cat__title {
  padding-left: 0;
}
.body_bleu_2 .hero-cat__title span {
  padding-left: 100px !important;
  margin-top: -20px;
}
.body_bleu_2 .hero-cat__title::before {
  width: 111px;
  height: 100px;
  background-image: url("../images/hero-cat-cocktail.png");
  top: 40px;
  left: -20px;
}
.body_bleu_2 .hero-cat__title::after {
  background: #F0F8FA;
  height: 63px;
  width: 63px;
  left: calc(50% + 150px);
  bottom: -50px;
}
.body_bleu_2 .hero-cat::after {
  width: 382px;
  height: 394px;
  background-image: url("../images/reassurances_after.png");
  right: calc(50% - 600px);
  top: -40px;
}
.body_bleu_2 .distillerie .heading--before, .body_bleu_2 .distillerie .heading--after {
  color: #23475E;
}
.body_bleu_2 .distillerie .heading--before::before, .body_bleu_2 .distillerie .heading--before::after, .body_bleu_2 .distillerie .heading--after::before, .body_bleu_2 .distillerie .heading--after::after {
  background: #23475E;
}
.body_bleu_2 .cat-texte::before {
  width: 173px;
  height: 234px;
  background-image: url("../images/cocktail_leaf.png");
}
.body_bleu_2 .custom-filters .btn {
  background: #23475E;
  border: solid 1px #23475E;
  color: #F0F8FA;
}
.body_bleu_2 .custom-filters input, .body_bleu_2 .custom-filters select {
  border-color: #23475E;
  color: #23475E;
}
.body_bleu_2 .custom-filters input::placeholder, .body_bleu_2 .custom-filters select::placeholder {
  color: #23475E;
}
.body_bleu_2 .custom-filters::before {
  background: rgba(240, 248, 250, 0.6);
}
.body_bleu_2 .custom-filters::after {
  width: 331px;
  height: 661px;
  top: 500px;
  background-image: url("../images/cocktail-products.png");
}
.body_bleu_2 .custom-filters form::after {
  background: #23475E;
}
.body_bleu_2 .product-cat__heading::before {
  background: rgba(240, 248, 250, 0.6);
}
.body_bleu_2.woocommerce ul.products::before {
  background: rgba(240, 248, 250, 0.6);
}
.body_bleu_2.woocommerce ul.products .variations select {
  border-color: #23475E;
}
.body_bleu_2.woocommerce ul.products li.product.recette-ideale {
  background: #23475E;
}
.body_bleu_2.woocommerce ul.products li.product .button.add_to_cart_button {
  border-color: #23475E !important;
  background: #0F265C Cocktail !important;
}
.body_bleu_2.woocommerce ul.products li.product .button.add_to_cart_button:hover, .body_bleu_2.woocommerce ul.products li.product .button.add_to_cart_button:active, .body_bleu_2.woocommerce ul.products li.product .button.add_to_cart_button:focus {
  color: #23475E !important;
  background: transparent !important;
}
.body_bleu_2 .tinvwl_add_to_wishlist_button {
  background: #F0F8FA !important;
}
.body_bleu_2 .tinvwl_add_to_wishlist_button::before {
  color: #23475E !important;
}
.body_bleu_2 .swiper-conso .swiper-slide {
  border-bottom: #F0F8FA 9px solid;
}
.body_bleu_2 .swiper-conso .swiper-slide-active {
  border-bottom: #23475E 9px solid;
}
.body_bleu_2 .swiper-conso a {
  background: #F0F8FA;
}
.body_bleu_2 hr {
  background: #23475E;
  margin-block: 24px;
}
.body_bleu_2 .double-colonnes .btn {
  border: solid 1px #23475E;
  margin-top: 24px;
}
.body_bleu_2 .swiper-before::before {
  width: 291px;
  height: 293px;
  background-image: url("../images/lime.png");
  left: calc(50% - 950px);
}
.body_bleu_2 .favorite-toggle {
  background: #FFFFFF;
}
.body_bleu_2 .favorite-toggle svg path {
  stroke: #23475E;
}
.body_bleu_2 .favorite-toggle svg path[fill] {
  fill: #23475E;
}

.body_orange_2 .hero-cat {
  color: #FEF4F0;
}
.body_orange_2 .hero-cat::before {
  background: #EB5E2D;
}
.body_orange_2 .hero-cat::after {
  width: 402px;
  height: 316px;
  background-image: url("../images/abricot.png");
  right: calc(50% - 450px);
  top: 83px;
}
.body_orange_2 .hero-cat .container::before {
  content: "";
  display: block;
  width: 105px;
  height: 140px;
  background-image: url("../images/leaf.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  right: calc(50% - 160px);
  transform: rotate(180deg);
  z-index: 1;
}
.body_orange_2 .hero-cat .container::after {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  background: #FEF4F0;
  border-radius: 100%;
  position: absolute;
  top: 100px;
  right: calc(50% - 450px);
}
.body_orange_2 .hero-cat__title::before {
  width: 210px;
  height: 202px;
  top: -68px;
  left: -145px;
  background-image: url("../images/half_lemon.png");
}
.body_orange_2 .hero-cat__title::after {
  background: #FEF4F0;
  bottom: -55px;
  left: calc(50% + 150px);
}
.body_orange_2 .distillerie .heading--before, .body_orange_2 .distillerie .heading--after {
  color: #000000;
}
.body_orange_2 .distillerie .heading--before::before, .body_orange_2 .distillerie .heading--before::after, .body_orange_2 .distillerie .heading--after::before, .body_orange_2 .distillerie .heading--after::after {
  background: #000000;
}
.body_orange_2 .cat-texte::before {
  width: 310px;
  height: 346px;
  left: calc(50% - 810px);
  background-image: url("../images/olivier.png");
}
.body_orange_2 .custom-filters .btn {
  background: #EB5E2D;
  border: solid 1px #EB5E2D;
  color: #FEF4F0;
}
.body_orange_2 .custom-filters input, .body_orange_2 .custom-filters select {
  border-color: #EB5E2D;
  color: #EB5E2D;
}
.body_orange_2 .custom-filters input::placeholder, .body_orange_2 .custom-filters select::placeholder {
  color: #EB5E2D;
}
.body_orange_2 .custom-filters::before {
  background: rgba(254, 244, 240, 0.6);
}
.body_orange_2 .custom-filters::after {
  width: 387px;
  height: 389px;
  top: 450px;
  background-image: url("../images/myrtilles.png");
}
.body_orange_2 .custom-filters form::after {
  background: #EB5E2D;
}
.body_orange_2 .product-cat__heading::before {
  background: rgba(254, 244, 240, 0.6);
}
.body_orange_2.woocommerce ul.products::before {
  background: rgba(254, 244, 240, 0.6);
}
.body_orange_2.woocommerce ul.products .variations select {
  border-color: #EB5E2D;
}
.body_orange_2.woocommerce ul.products li.product.recette-ideale {
  background: #EB5E2D;
}
.body_orange_2.woocommerce ul.products li.product .button.add_to_cart_button {
  border-color: #EB5E2D !important;
  background: #EB5E2D !important;
}
.body_orange_2.woocommerce ul.products li.product .button.add_to_cart_button:hover, .body_orange_2.woocommerce ul.products li.product .button.add_to_cart_button:active, .body_orange_2.woocommerce ul.products li.product .button.add_to_cart_button:focus {
  color: #EB5E2D !important;
  background: transparent !important;
}
.body_orange_2 .tinvwl_add_to_wishlist_button {
  background: #FFFFFF !important;
}
.body_orange_2 .tinvwl_add_to_wishlist_button::before {
  color: #EB5E2D !important;
}
.body_orange_2 .swiper-conso .swiper-slide {
  border-bottom: #FEF4F0 9px solid;
}
.body_orange_2 .swiper-conso .swiper-slide-active {
  border-bottom: #EB5E2D 9px solid;
}
.body_orange_2 .swiper-conso a {
  background: #FEF4F0;
}
.body_orange_2 hr {
  background: #EB5E2D;
  margin-block: 24px;
}
.body_orange_2 .double-colonnes .btn {
  border: solid 1px #EB5E2D;
  margin-top: 24px;
}
.body_orange_2 .swiper-before::before {
  width: 215px;
  height: 173px;
  background-image: url("../images/swiper-creme.png");
  left: calc(50% - 850px);
  top: -143px;
}
.body_orange_2 .favorite-toggle {
  background: #FFFFFF;
}
.body_orange_2 .favorite-toggle svg path {
  stroke: #EB5E2D;
}
.body_orange_2 .favorite-toggle svg path[fill] {
  fill: #EB5E2D;
}

.body_bordeaux .hero-cat {
  color: #FEF4F0;
}
.body_bordeaux .hero-cat::before {
  background: #8A3E48;
}
.body_bordeaux .hero-cat::after {
  width: 724px;
  height: 323px;
  background-image: url("../images/hero-cat-groseille.png");
  right: calc(50% - 650px);
  top: 33px;
}
.body_bordeaux .hero-cat__title {
  padding-left: 0;
}
.body_bordeaux .hero-cat__title::before {
  top: -40px;
  left: -175px;
  width: 214px;
  height: 197px;
  background-image: url("../images/hero-cat-kiwi.png");
}
.body_bordeaux .hero-cat__title::after {
  background: #AA8869;
  bottom: -125px;
  left: calc(50% + 150px);
  width: 63px;
  height: 63px;
}
.body_bordeaux .distillerie .heading--before, .body_bordeaux .distillerie .heading--after {
  color: #000000;
}
.body_bordeaux .distillerie .heading--before::before, .body_bordeaux .distillerie .heading--before::after, .body_bordeaux .distillerie .heading--after::before, .body_bordeaux .distillerie .heading--after::after {
  background: #000000;
}
.body_bordeaux .cat-texte::before {
  width: 275px;
  height: 214px;
  left: calc(50% - 710px);
  background-image: url("../images/custom-filters-icecubes.png");
}
.body_bordeaux .custom-filters .btn {
  background: #8A3E48;
  border: solid 1px #8A3E48;
  color: #FEF4F0;
}
.body_bordeaux .custom-filters input, .body_bordeaux .custom-filters select {
  border-color: #8A3E48;
  color: #8A3E48;
}
.body_bordeaux .custom-filters input::placeholder, .body_bordeaux .custom-filters select::placeholder {
  color: #8A3E48;
}
.body_bordeaux .custom-filters::before {
  background: rgba(254, 244, 240, 0.6);
}
.body_bordeaux .custom-filters::after {
  width: 348px;
  height: 407px;
  top: 550px;
  background-image: url("../images/gui.png");
  background-position: center right;
}
.body_bordeaux .custom-filters form::after {
  background: #8A3E48;
}
.body_bordeaux .product-cat__heading::before {
  background: rgba(254, 244, 240, 0.6);
}
.body_bordeaux.woocommerce ul.products::before {
  background: rgba(254, 244, 240, 0.6);
}
.body_bordeaux.woocommerce ul.products .variations select {
  border-color: #8A3E48;
}
.body_bordeaux.woocommerce ul.products li.product.recette-ideale {
  background: #8A3E48;
}
.body_bordeaux.woocommerce ul.products li.product .button.add_to_cart_button {
  border-color: #8A3E48 !important;
  background: #8A3E48 !important;
}
.body_bordeaux.woocommerce ul.products li.product .button.add_to_cart_button:hover, .body_bordeaux.woocommerce ul.products li.product .button.add_to_cart_button:active, .body_bordeaux.woocommerce ul.products li.product .button.add_to_cart_button:focus {
  color: #8A3E48 !important;
  background: transparent !important;
}
.body_bordeaux .tinvwl_add_to_wishlist_button {
  background: #FFFFFF !important;
}
.body_bordeaux .tinvwl_add_to_wishlist_button::before {
  color: #8A3E48 !important;
}
.body_bordeaux .swiper-conso .swiper-slide {
  border-bottom: #FEF4F0 9px solid;
}
.body_bordeaux .swiper-conso .swiper-slide-active {
  border-bottom: #8A3E48 9px solid;
}
.body_bordeaux .swiper-conso a {
  background: #FEF4F0;
}
.body_bordeaux hr {
  background: #8A3E48;
  margin-block: 24px;
}
.body_bordeaux .double-colonnes .btn {
  border: solid 1px #8A3E48;
  margin-top: 24px;
}
.body_bordeaux .swiper-before::before {
  width: 342px;
  height: 364px;
  background-image: url("../images/strawberries.png");
}
.body_bordeaux .favorite-toggle {
  background: #FFFFFF;
}
.body_bordeaux .favorite-toggle svg path {
  stroke: #8A3E48;
}
.body_bordeaux .favorite-toggle svg path[fill] {
  fill: #8A3E48;
}

.body_bleu_3 .hero-cat {
  color: #FEF4F0;
}
.body_bleu_3 .hero-cat::before {
  background: #678AA8;
}
.body_bleu_3 .hero-cat::after {
  width: 510px;
  height: 336px;
  background-image: url("../images/ble.png");
  right: calc(50% - 500px);
  top: 33px;
}
.body_bleu_3 .hero-cat .container::before {
  content: "";
  display: block;
  width: 180px;
  height: 220px;
  background-image: url("../images/leaf_less_blury.png");
  position: absolute;
  background-size: 150px 200px;
  background-repeat: no-repeat;
  top: 50%;
  left: calc(50% - 100px);
  transform: translate(-50%, -50%);
}
.body_bleu_3 .hero-cat .container::after {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  background: #F0F8FA;
  position: absolute;
  top: 57px;
  right: calc(50% - 600px);
  border-radius: 100%;
}
.body_bleu_3 .hero-cat__title {
  padding-left: 0;
  margin-top: 60px;
}
.body_bleu_3 .hero-cat__title::before {
  top: -90px;
  left: -190px;
  width: 219px;
  height: 197px;
  background-image: url("../images/custom-filters-icecubes.png");
}
.body_bleu_3 .hero-cat__title::after {
  background: #F0F8FA;
  bottom: -125px;
  left: calc(50% + 150px);
  width: 63px;
  height: 63px;
}
.body_bleu_3 .distillerie .heading--before, .body_bleu_3 .distillerie .heading--after {
  color: #000000;
}
.body_bleu_3 .distillerie .heading--before::before, .body_bleu_3 .distillerie .heading--before::after, .body_bleu_3 .distillerie .heading--after::before, .body_bleu_3 .distillerie .heading--after::after {
  background: #000000;
}
.body_bleu_3 .cat-texte::before {
  width: 173px;
  height: 234px;
  background-image: url("../images/cocktail_leaf.png");
}
.body_bleu_3 .custom-filters .btn {
  background: #678AA8;
  border: solid 1px #678AA8;
  color: #F0F8FA;
}
.body_bleu_3 .custom-filters input, .body_bleu_3 .custom-filters select {
  border-color: #678AA8;
  color: #678AA8;
}
.body_bleu_3 .custom-filters input::placeholder, .body_bleu_3 .custom-filters select::placeholder {
  color: #678AA8;
}
.body_bleu_3 .custom-filters::before {
  background: rgba(240, 248, 250, 0.6);
}
.body_bleu_3 .custom-filters::after {
  width: 369px;
  height: 454px;
  top: 550px;
  background-image: url("../images/vodka-products.png");
  background-position: center right;
}
.body_bleu_3 .custom-filters form::after {
  background: #678AA8;
}
.body_bleu_3 .product-cat__heading::before {
  background: rgba(240, 248, 250, 0.6);
}
.body_bleu_3.woocommerce ul.products::before {
  background: rgba(240, 248, 250, 0.6);
}
.body_bleu_3.woocommerce ul.products .variations select {
  border-color: #678AA8;
}
.body_bleu_3.woocommerce ul.products li.product.recette-ideale {
  background: #678AA8;
}
.body_bleu_3.woocommerce ul.products li.product .button.add_to_cart_button {
  border-color: #678AA8 !important;
  background: #678AA8 !important;
}
.body_bleu_3.woocommerce ul.products li.product .button.add_to_cart_button:hover, .body_bleu_3.woocommerce ul.products li.product .button.add_to_cart_button:active, .body_bleu_3.woocommerce ul.products li.product .button.add_to_cart_button:focus {
  color: #678AA8 !important;
  background: transparent !important;
}
.body_bleu_3 .tinvwl_add_to_wishlist_button {
  background: #FFFFFF !important;
}
.body_bleu_3 .tinvwl_add_to_wishlist_button::before {
  color: #678AA8 !important;
}
.body_bleu_3 .swiper-conso .swiper-slide {
  border-bottom: #F0F8FA 9px solid;
}
.body_bleu_3 .swiper-conso .swiper-slide-active {
  border-bottom: #678AA8 9px solid;
}
.body_bleu_3 .swiper-conso a {
  background: #F0F8FA;
}
.body_bleu_3 hr {
  background: #678AA8;
  margin-block: 24px;
}
.body_bleu_3 .double-colonnes .btn {
  border: solid 1px #678AA8;
  margin-top: 24px;
}
.body_bleu_3 .swiper-before::before {
  width: 377px;
  height: 571px;
  left: calc(50% - 1010px);
  background-image: url("../images/swiper-vodka.png");
}
.body_bleu_3 .favorite-toggle {
  background: #FFFFFF;
}
.body_bleu_3 .favorite-toggle svg path {
  stroke: #678AA8;
}
.body_bleu_3 .favorite-toggle svg path[fill] {
  fill: #678AA8;
}

.hero--home:has(.parallax)::after {
  display: none;
}
.hero--home:has(.parallax) .parallax {
  display: block;
  width: 288px;
  height: 222px;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 793px);
  background-image: url("../images/twisted_slice_rotate.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
}

.products--home:has(.parallax)::before {
  display: none;
}
.products--home:has(.parallax) .parallax {
  display: block;
  width: 428px;
  height: 348px;
  background-image: url("../images/products_fleur.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 77px;
  left: calc(50% - 1117px);
  will-change: transform;
}

.reassurances--home:has(.parallax)::after {
  display: none;
}
.reassurances--home:has(.parallax) .container::after {
  display: none;
}
.reassurances--home:has(.parallax) .parallax-1 {
  display: block;
  width: 236px;
  height: 250px;
  background-image: url("../images/reassurances_after.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: calc(50% + 200px);
  will-change: transform;
}
.reassurances--home:has(.parallax) .parallax-2 {
  content: url("../images/reassurances_before.png");
  display: block;
  width: 421px;
  height: 743px;
  position: absolute;
  top: 120px;
  left: calc(50% - 1035px);
  will-change: transform;
  z-index: -1;
  will-change: transform;
}

.home-histoire::after {
  display: none;
}
.home-histoire .parallax {
  display: block;
  width: 500px;
  height: 470px;
  position: absolute;
  bottom: 33px;
  right: calc(50% - 1125px);
  background-image: url("../images/products_fleur_rotate.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  filter: blur(10px);
}
.home-histoire__right::after {
  display: none;
}
.home-histoire__right .parallax {
  display: block;
  width: 168px;
  height: 142px;
  position: absolute;
  top: -214px;
  right: 180px;
  background-image: url(../images/leaf.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: none;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .home-histoire__right .parallax {
    top: -265px;
  }
}

.home-recettes::after {
  display: none;
}
.home-recettes .container::after {
  display: none;
}
.home-recettes .container::before {
  display: none;
}
.home-recettes .parallax-1 {
  width: 247px;
  height: 226px;
  background-image: url("../images/twisted_slice.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 145px;
  right: calc(50% - 755px);
  transform: rotate(-106deg);
  will-change: transform;
}
.home-recettes .parallax-2 {
  display: block;
  width: 707px;
  height: 879px;
  background-image: url("../images/home-recettes-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -271px;
  left: calc(50% - 1198px);
  z-index: 3;
  will-change: transform;
}
.home-recettes .parallax-3 {
  display: block;
  width: 288px;
  height: 294px;
  background-image: url("../images/home-recettes-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -126px;
  right: calc(50% - 855px);
  will-change: transform;
}

.woocommerce-info {
  border-top-color: #EF482B !important;
}
.woocommerce-info::before {
  color: #EF482B !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #EF482B;
}

.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product div.images img {
  width: 90% !important;
  margin: auto;
  max-height: 450px;
  object-fit: contain;
}

.tax-product_cat.woocommerce-page ul.products, .woocommerce.search-page ul.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 576px) {
  .tax-product_cat.woocommerce-page ul.products, .woocommerce.search-page ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .tax-product_cat.woocommerce-page ul.products, .woocommerce.search-page ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tax-product_cat.woocommerce-page ul.products li.product, .woocommerce.search-page ul.products li.product {
  width: 100%;
  height: fit-content;
}

.woocommerce.search-page ul.products::before, .woocommerce.search-page ul.products::after {
  display: none;
}
.woocommerce.search-page .recette-ideale {
  background: #EF482B;
  height: calc(100% - 4.992em) !important;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-inline: 20px !important;
}

.tax-product_cat.woocommerce-page .recette-ideale {
  background: #EF482B;
  height: fit-content !important;
}

.woocommerce-no-products-found {
  margin-top: 40px;
}

.tinvwl_add_to_wishlist_button {
  width: 40px !important;
  height: 40px !important;
  background: #FEF0EA !important;
  border-radius: 100% !important;
  margin-top: 0 !important;
  color: #EF482B !important;
}

.single_add_to_cart_button, .add_to_cart_button {
  appearance: none !important;
  --webkit-appearance: none !important;
  --moz-webkit-appearance: none !important;
  border: none !important;
  background: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  height: fit-content !important;
  width: fit-content !important;
  padding: 11px 20px !important;
  transition: 0.3s !important;
  border-radius: 25px !important;
  background: #2D2A26 !important;
  color: white !important;
  border: 1px solid #2D2A26 !important;
  text-align: center !important;
}
.single_add_to_cart_button:hover, .single_add_to_cart_button:focus, .single_add_to_cart_button:active, .add_to_cart_button:hover, .add_to_cart_button:focus, .add_to_cart_button:active {
  background: transparent !important;
  color: #2D2A26 !important;
  border: 1px solid #2D2A26 !important;
  transition: 0.3s !important;
}

.add_to_cart_button.product_type_variable, .product_type_variable {
  background: #2D2A26 !important;
  border-color: #2D2A26 !important;
  margin-top: 0 !important;
  font-size: 14px !important;
  margin-right: 0px !important;
  width: calc(100% - 60px) !important;
  color: #FFF !important;
  border-radius: 25px !important;
  padding: 11px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.add_to_cart_button.product_type_variable:hover, .add_to_cart_button.product_type_variable:active, .add_to_cart_button.product_type_variable:focus, .product_type_variable:hover, .product_type_variable:active, .product_type_variable:focus {
  background: #FFFFFF !important;
  color: #2D2A26 !important;
  border: solid 1px #2D2A26 !important;
}

.price {
  width: fit-content;
}
.price bdi {
  font-size: 20px !important;
  line-height: clamp(1.563rem, 1.414rem + 0.651vw, 2rem);
  color: #2D2A26;
  font-family: "Belleza", sans-serif;
}

.woocommerce.single-product .product {
  justify-content: space-between;
}
.woocommerce.single-product .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce.single-product .product_title {
  font-size: clamp(1.875rem, 1.238rem + 2.791vw, 3.75rem);
  line-height: clamp(2.188rem, 1.466rem + 3.163vw, 4.313rem);
  font-weight: 400;
  color: #EF482B;
  font-family: "Belleza", sans-serif;
}
.woocommerce.single-product .entry-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce.single-product .entry-summary .woocommerce-product-rating {
  display: none;
}
.woocommerce.single-product .entry-summary .price bdi {
  font-size: clamp(1.375rem, 1.248rem + 0.558vw, 1.75rem) !important;
  line-height: clamp(1.563rem, 1.414rem + 0.651vw, 2rem);
  color: #2D2A26;
  font-family: "Belleza", sans-serif;
}
.woocommerce.single-product .woocommerce-product-gallery__image.flex-active-slide {
  position: relative;
}
.woocommerce.single-product .woocommerce-product-gallery__image.flex-active-slide::after {
  content: "";
  display: block;
  width: calc(100% - 130px);
  aspect-ratio: 1/1;
  background: #FEF0EA;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.woocommerce.single-product .flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 30px;
  margin-top: 20px !important;
}
.woocommerce.single-product .flex-control-nav.flex-control-thumbs li img {
  display: block;
  border-radius: 100%;
  border: 6px solid #FEF0EA;
  width: 100% !important;
  object-fit: contain;
}
.woocommerce.single-product .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.woocommerce.single-product .degre {
  padding-left: 30px;
  position: relative;
}
.woocommerce.single-product .degre::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/degre.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.woocommerce.single-product .suggestion {
  padding-left: 30px;
  position: relative;
}
.woocommerce.single-product .suggestion::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/suggestion.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.woocommerce.single-product .stock.in-stock {
  color: #2D2A26 !important;
  padding-left: 30px;
  position: relative;
}
.woocommerce.single-product .stock.in-stock::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #0FD984;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce.single-product .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 20px;
  }
  .woocommerce.single-product .woocommerce-variation-add-to-cart div:first-child {
    width: 20%;
  }
}
.woocommerce.single-product .variations_form {
  margin-bottom: 0 !important;
}
.woocommerce.single-product .qty {
  min-width: 98px;
  width: 100%;
  padding-block: 9px;
}
.woocommerce.single-product .quantity_label {
  margin-block: 3px;
}
.woocommerce.single-product .cart .variations {
  width: 20% !important;
  margin-bottom: 0 !important;
}
.woocommerce.single-product .cart .variations th {
  order: -1;
}
.woocommerce.single-product .cart .variations tr, .woocommerce.single-product .cart .variations td {
  display: flex;
  flex-direction: column;
}
.woocommerce.single-product .cart .variations select {
  margin-bottom: 10px;
  padding: 5px 0px 5px 12px;
  background-position-y: 5px;
  min-width: unset !important;
  width: 98px !important;
}
@media screen and (min-width: 768px) {
  .woocommerce.single-product .cart .variations select {
    max-width: 100px !important;
    min-width: 50% !important;
  }
}
.woocommerce.single-product .cart .single_add_to_cart_button {
  width: 100% !important;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .woocommerce.single-product .cart .single_add_to_cart_button {
    width: 60% !important;
  }
}
.woocommerce.single-product .link--download {
  padding-left: 34px;
  position: relative;
  font-weight: 500;
  text-decoration: underline;
}
.woocommerce.single-product .link--download::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/download.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-account .hero--recettes {
  margin-bottom: 150px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
  list-style-type: none;
  background: rgba(253, 207, 184, 0.5);
  font-weight: 500;
}
.woocommerce-account .woocommerce-info .woocommerce-Button, .woocommerce-account .woocommerce-info .button.wc-forward, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  height: fit-content;
  width: fit-content;
  padding: 11px 20px;
  transition: 0.3s;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  background: #EF482B;
  color: white;
  border: 1px solid #EF482B;
}
.woocommerce-account .woocommerce-info .woocommerce-Button:hover, .woocommerce-account .woocommerce-info .woocommerce-Button:focus, .woocommerce-account .woocommerce-info .woocommerce-Button:active, .woocommerce-account .woocommerce-info .button.wc-forward:hover, .woocommerce-account .woocommerce-info .button.wc-forward:focus, .woocommerce-account .woocommerce-info .button.wc-forward:active, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:focus, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:active, .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward:hover, .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward:focus, .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward:active {
  background: transparent;
  color: #EF482B;
  border: 1px solid #EF482B;
}
.woocommerce-account .woocommerce-info p:has(button[type=submit]), .woocommerce-account .woocommerce-MyAccount-content p:has(button[type=submit]) {
  margin-top: 30px;
}

.woocommerce-account .woocommerce-form-login__submit.button {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  height: fit-content;
  width: fit-content;
  padding: 11px 20px;
  transition: 0.3s;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  background: #EF482B;
  color: white;
  border: 1px solid #EF482B;
}
.woocommerce-account .woocommerce-form-login__submit.button:hover, .woocommerce-account .woocommerce-form-login__submit.button:focus, .woocommerce-account .woocommerce-form-login__submit.button:active {
  background: transparent;
  color: #EF482B;
  border: 1px solid #EF482B;
}

.woocommerce.search-page {
  margin-top: 150px;
}
.woocommerce.search-page .recette-ideale {
  display: none;
}

.woocommerce-account .form-row:has(.woocommerce-form-login__rememberme) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.woocommerce-account .form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form-login__rememberme {
  display: flex;
  gap: 9px;
  align-items: center;
}
.woocommerce-account .form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form__input-checkbox {
  margin: 0;
  opacity: 1;
  position: static;
  border-radius: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  min-width: unset;
}

.tax-product_cat li.product:has(.add_to_cart_button.product_type_variable) .favorite-button-wrapper {
  transform: none;
}

.wc-block-cart .wc-block-cart__submit-container {
  border-radius: 60px;
  background: #EF482B;
  font-weight: 500;
  border: solid 1px transparent;
  transition: 0.3s;
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link) {
  color: #FFFFFF;
  transition: 0.3s;
}
.wc-block-cart .wc-block-cart__submit-container:hover, .wc-block-cart .wc-block-cart__submit-container:focus, .wc-block-cart .wc-block-cart__submit-container:active {
  border: solid 1px #EF482B;
  transition: 0.3s;
  background: transparent;
}
.wc-block-cart .wc-block-cart__submit-container:hover .wc-block-components-button:not(.is-link), .wc-block-cart .wc-block-cart__submit-container:focus .wc-block-components-button:not(.is-link), .wc-block-cart .wc-block-cart__submit-container:active .wc-block-components-button:not(.is-link) {
  color: #EF482B;
  transition: 0.3s;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  border-radius: 60px;
  background: #EF482B;
  font-weight: 500;
  border: solid 1px transparent;
  transition: 0.3s;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) .wc-block-components-checkout-place-order-button__text {
  color: #FFFFFF;
  transition: 0.3s;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):active {
  border: solid 1px #EF482B;
  transition: 0.3s;
  background: transparent;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover .wc-block-components-checkout-place-order-button__text, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus .wc-block-components-checkout-place-order-button__text, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):active .wc-block-components-checkout-place-order-button__text {
  color: #EF482B;
  transition: 0.3s;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input, .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs {
  padding-block: 48px 59px;
  border-top: solid 1px #DEDEDE;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  font-family: "Belleza", sans-serif;
  font-size: clamp(2.25rem, 2.038rem + 0.93vw, 2.875rem);
  line-height: clamp(2.5rem, 2.224rem + 1.209vw, 3.313rem);
  font-weight: 400;
  color: #EF482B !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews {
    flex-direction: row;
  }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews > * {
    width: 45%;
  }
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews .clear {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments {
  max-height: 365px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments:not(:has(.woocommerce-noreviews)) {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #EF482B transparent;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments:not(:has(.woocommerce-noreviews))::-webkit-scrollbar {
  width: 1px;
  background: #EF482B;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments .woocommerce-Reviews-title {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text .star-rating {
  order: 1;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text .meta {
  order: 3;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author {
  color: #EF482B;
  font-weight: 600;
  display: flex;
  gap: 4px;
  align-items: center;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author::before {
  content: "—";
  color: #EF482B;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__dash, .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text .description {
  order: 2;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text .description p {
  margin: 0;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #review_form_wrapper .comment-reply-title {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #review_form_wrapper #respond p {
  margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #review_form_wrapper p.stars a {
  color: #EF482B;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #review_form_wrapper textarea#comment {
  border-radius: 20px;
  min-height: 178px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #review_form_wrapper .form-submit #submit {
  width: fit-content;
  padding: 12px 20px;
  color: #FFFFFF;
  background: #EF482B;
  border: solid 1px #EF482B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #review_form_wrapper .form-submit #submit:hover, .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #review_form_wrapper .form-submit #submit:active, .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews#reviews #review_form_wrapper .form-submit #submit:focus {
  background: transparent;
  border: solid 1px #EF482B;
  color: #EF482B;
}
.woocommerce div.product .woocommerce-tabs .star-rating span::before {
  font-family: "Woocommerce";
  color: #EF482B;
}

.favorite-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 14px;
  border-bottom: solid 1px #2D2A26;
}
.favorite-list a {
  font-size: 16px;
  font-weight: 500;
  color: #2D2A26;
}
.favorite-list .remove-favorite {
  padding: 6px 16px;
  font-size: 14px;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  background: #FFFFFF;
  overflow-x: hidden;
  left: 0;
}

main {
  min-height: 90vh;
  position: relative;
  z-index: 0;
}

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