﻿@import "https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800&display=swap";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --c0: #fff;
  --c1: #000;
  --c2: #5b6a63;
  --c3: #e6e1de;
  --c4: #d5cdca;
  --c5: #f7f3f2;
  --c6: #828282;
  --c7: #17273d;
  --c8: #5b6a63;
  --c9: #bdbdbd;
  --100vh: 100vh;
}
@font-face {
  font-family: Agentur;
  src: url("../../fonts/AGENTUR-REGULAR.OTF") format("opentype");
}
h1,
.h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
h2,
.h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  h2 br,
  .h2 br {
    display: none;
  }
}
h2.margin,
.h2.margin {
  margin-bottom: 40px;
}
h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
h3.maj {
  text-transform: uppercase;
}
h3 + .wysiwyg {
  margin-top: 22px;
}
h4 {
  font-size: 20px;
  font-weight: 400;
}
.wysiwyg ul {
  margin-top: 1.5em;
}
.wysiwyg ul li + li {
  margin-top: 1.5em;
}
.wysiwyg ul li .title {
  display: block;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
.wysiwyg ul li .title::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin: 0 10px 0 7px;
  display: flex;
  top: 11px;
}
.wysiwyg p + p {
  margin-top: 1em;
  display: block;
}
.subtitle {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  display: block;
}
.bigger_text {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bigger_text {
    font-size: 18px;
  }
}
.bold {
  font-weight: 600;
}
.bold_title {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bold_title {
    font-size: 36px;
  }
}
.layoutLeft > *:not(.btn-box) {
  text-align: left;
}
.layoutLeft .btn-box {
  justify-content: flex-start;
}
.layoutCenter > *:not(.btn-box) {
  text-align: center;
}
.layoutCenter .btn-box {
  justify-content: center;
}
.layoutRight > *:not(.btn-box) {
  text-align: right;
}
.layoutRight .btn-box {
  justify-content: flex-end;
}
.pointer {
  cursor: pointer;
}
.zoom-in {
  cursor: zoom-in;
}
.flex {
  display: flex;
}
.flex--full {
  width: 100%;
}
.flex--half {
  width: 50%;
}
.flex--forth {
  width: 25%;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--even {
  flex: 1 1 0;
}
.flex--gap {
  margin: -10px;
}
.flex--gap > * {
  padding: 10px;
}
.flex.align--start {
  align-items: flex-start;
}
.flex.align--end {
  align-items: flex-end;
}
.flex.align--center {
  align-items: center;
}
.flex.justify--left {
  justify-content: flex-start;
}
.flex.justify--center {
  justify-content: center;
}
.flex.justify--right {
  justify-content: flex-end;
}
.flex.justify--between {
  justify-content: space-between;
}
.flex.justify--around {
  justify-content: space-around;
}
.flex.column {
  flex-direction: column;
}
.fullBG {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fullBGFixed {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}
.line-clamp.lc1,
.line-clamp.lc1 p {
  -webkit-line-clamp: 1;
}
.line-clamp.lc2,
.line-clamp.lc2 p {
  -webkit-line-clamp: 2;
}
.line-clamp.lc3,
.line-clamp.lc3 p {
  -webkit-line-clamp: 3;
}
.line-clamp.lc4,
.line-clamp.lc4 p {
  -webkit-line-clamp: 4;
}
.line-clamp.lc5,
.line-clamp.lc5 p {
  -webkit-line-clamp: 5;
}
.line-clamp.lc6,
.line-clamp.lc6 p {
  -webkit-line-clamp: 6;
}
.line-clamp.lc7,
.line-clamp.lc7 p {
  -webkit-line-clamp: 7;
}
.line-clamp.lc8,
.line-clamp.lc8 p {
  -webkit-line-clamp: 8;
}
.line-clamp.lc9,
.line-clamp.lc9 p {
  -webkit-line-clamp: 9;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absolute--center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.show-on-tablets {
  display: none;
}
@media screen and (max-width: 1024px) {
  .show-on-tablets {
    display: block;
  }
}
.show-on-phones {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-on-phones {
    display: block;
  }
}
.show-on-mobile {
  display: none;
}
@media screen and (max-width: 550px) {
  .show-on-mobile {
    display: block;
  }
}
.show-on-small-phones {
  display: none;
}
@media screen and (max-width: 375px) {
  .show-on-small-phones {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .hide-on-tablets {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide-on-phones {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .hide-on-mobile {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .hide-on-small-phones {
    display: none;
  }
}
.alLeft {
  text-align: left;
}
.alCenter {
  text-align: center;
}
.alRight {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.overline {
  text-decoration: overline;
}
.line-through {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.wrap {
  padding: 0 3vw;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.wrap .wrap:not(.submenu .wrap) {
  padding: 0;
  max-width: calc(1135px - 3vw);
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 4.5vw;
  }
}
.section.bg_white + .section.bg_white .padd-100 {
  padding-top: 0;
}
.padd {
  padding: 110px 0;
}
.padd-50 {
  padding: 50px 0;
}
.padd-60 {
  padding: 60px 0;
}
.padd-75 {
  padding: 75px 0;
}
.padd-100 {
  padding: 100px 0;
}
.padd-120 {
  padding: 120px 0;
}
.padd--top {
  padding-bottom: 0;
}
.padd--bottom {
  padding-top: 0;
}
.padd-100 {
  padding: calc(100px * 1) 0;
}
.padd-200 {
  padding: calc(100px * 2) 0;
}
.padd-300 {
  padding: calc(100px * 3) 0;
}
.padd-400 {
  padding: calc(100px * 4) 0;
}
.padd-500 {
  padding: calc(100px * 5) 0;
}
.padd-600 {
  padding: calc(100px * 6) 0;
}
.padd-700 {
  padding: calc(100px * 7) 0;
}
.padd-800 {
  padding: calc(100px * 8) 0;
}
@media screen and (max-width: 1024px) {
  .padd-200 {
    padding: 150px 0;
  }
}
@media screen and (max-width: 768px) {
  .padd {
    padding: calc(110px / 2) 0;
  }
  .padd-100 {
    padding: 60px 0;
  }
  .padd-120 {
    padding: 60px 0;
  }
}
.z-index--1 {
  z-index: 1;
}
.z-index--2 {
  z-index: 2;
}
.z-index--3 {
  z-index: 3;
}
.z-index--4 {
  z-index: 4;
}
.z-index--5 {
  z-index: 5;
}
.z-index--6 {
  z-index: 6;
}
.z-index--7 {
  z-index: 7;
}
.z-index--8 {
  z-index: 8;
}
.z-index--9 {
  z-index: 9;
}
.z-index--10 {
  z-index: 10;
}
.z-index--11 {
  z-index: 11;
}
.z-index--12 {
  z-index: 12;
}
.z-index--13 {
  z-index: 13;
}
.z-index--14 {
  z-index: 14;
}
.z-index--15 {
  z-index: 15;
}
.z-index--16 {
  z-index: 16;
}
.z-index--17 {
  z-index: 17;
}
.z-index--18 {
  z-index: 18;
}
.z-index--19 {
  z-index: 19;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
html,
body {
  margin: 0;
  scroll-behavior: smooth;
}
.content {
  position: relative;
}
body {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  color: #1e1e1e;
  line-height: 1.6;
  font-size: 16px;
}
body strong {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
img {
  display: block;
  max-width: 100%;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#content {
  background: #fff;
  min-height: var(--100vh);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: opacity 0.2s ease;
}
li {
  list-style-type: none;
}
.no-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}
*::selection {
  background: rgba(30, 30, 30, 0.9);
  color: #fff;
}
*::-moz-selection {
  background: rgba(30, 30, 30, 0.9);
  color: #fff;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: rgba(91, 106, 99, 0.5);
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(91, 106, 99, 0.5) rgba(255, 255, 255, 0.5);
}
.marquee {
  height: 53px;
  background-color: #000;
  z-index: 11;
  top: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 10px;
}
.marquee div {
  display: flex;
  align-items: center;
  height: 30px;
  position: absolute;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  -webkit-animation: marquee 40s linear infinite;
}
.marquee span {
  position: relative;
  width: 50%;
}
.marquee.white_marquee {
  background-color: #ebe4de;
  color: #1e1e1e;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .marquee div {
    animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
  }
}
@media screen and (min-width: 1400px) {
  .marquee div {
    animation: marquee 40s linear infinite;
    -webkit-animation: marquee 40s linear infinite;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.flex-wrap {
  display: flex;
  gap: 40px;
}
.nav {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding-top: 53px;
  text-align: center;
  height: calc(144px + 53px);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  transform: translateY(0);
}
.nav .black_logo {
  display: none;
}
.nav.black_nav.beige_nav {
  background-color: #ebe4de;
}
.scrolled .nav.black_nav.beige_nav {
  background-color: #fff;
}
.menu_dropdown_active .nav.black_nav.beige_nav,
.menu_opened .nav.black_nav.beige_nav {
  background-color: #ebe4de;
}
.nav.black_nav,
.menu_dropdown_active .nav,
.menu_opened .nav {
  background-color: #fff;
}
.nav.black_nav iconify-icon,
.menu_dropdown_active .nav iconify-icon,
.menu_opened .nav iconify-icon {
  color: #1e1e1e;
}
.nav.black_nav .black,
.menu_dropdown_active .nav .black,
.menu_opened .nav .black {
  display: block;
}
.nav.black_nav .white:not(.btn--primary),
.menu_dropdown_active .nav .white:not(.btn--primary),
.menu_opened .nav .white:not(.btn--primary) {
  display: none;
}
.nav.black_nav a,
.menu_dropdown_active .nav a,
.menu_opened .nav a {
  color: #1e1e1e;
}
.nav.black_nav a::after,
.menu_dropdown_active .nav a::after,
.menu_opened .nav a::after {
  background-color: #1e1e1e;
}
.nav.black_nav .nav__burger .hamburger__line,
.nav.black_nav .nav__burger .hamburger__line::before,
.nav.black_nav .nav__burger .hamburger__line::after,
.menu_dropdown_active .nav .nav__burger .hamburger__line,
.menu_dropdown_active .nav .nav__burger .hamburger__line::before,
.menu_dropdown_active .nav .nav__burger .hamburger__line::after,
.menu_opened .nav .nav__burger .hamburger__line,
.menu_opened .nav .nav__burger .hamburger__line::before,
.menu_opened .nav .nav__burger .hamburger__line::after {
  background-color: #1e1e1e;
}
.menu_opened .nav {
  background-color: #ebe4de;
}
.nav iconify-icon,
.nav .black,
.nav .white {
  z-index: 2;
}
.nav .black {
  display: none;
}
.nav .white {
  display: block;
}
.nav .wrap {
  display: flex;
  gap: 50px;
}
.nav a {
  position: relative;
  color: #fff;
}
.nav a.active::after,
.nav a:hover::after {
  width: 70%;
  transition: 0.2s ease;
}
.nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  transition: 0.2s ease;
}
.nav__logo {
  width: 206px;
  height: auto;
  transition: 0.2s ease;
  z-index: 2;
}
.nav__logo::after {
  display: none;
}
.nav__menu {
  display: flex;
  flex: 1 1 0;
}
.nav__menu > ul {
  display: flex;
  align-items: flex-end;
}
.nav__menu > ul li {
  padding-right: 48px;
}
.nav__menu > ul a {
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.nav__menu .submenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ebe4de;
  margin-top: calc(144px - 20px);
  padding: 70px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.nav__menu .submenu.active {
  opacity: 1;
  visibility: visible !important;
  transition: 0.2s ease;
  transform: translateY(0);
}
.nav__menu .submenu::before {
  content: "";
  pointer-events: none;
  width: 100%;
  top: calc((144px + 53px) * -1);
  left: 0;
  height: calc(144px + 53px);
  background-color: #ebe4de;
  position: absolute;
  z-index: -1;
}
.nav__menu .submenu ul {
  display: flex;
  gap: 40px;
  text-align: left;
  width: 100%;
  justify-content: space-between;
  overflow: auto;
  max-height: calc(var(--100vh) - 144px - 60px);
}
.nav__menu .submenu ul::-webkit-scrollbar {
  display: none;
}
.nav__menu .submenu ul .shop_by .title {
  color: #392614;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
}
.nav__menu .submenu ul .shop_by.product .list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.nav__menu .submenu ul .shop_by.ambiance {
  white-space: nowrap;
}
.nav__menu .submenu.expertise_submenu .list {
  flex-wrap: wrap;
}
.nav__menu .submenu.expertise_submenu .list__logo {
  width: 46px;
  margin-bottom: 16px;
}
.nav__menu .submenu.expertise_submenu .list__item {
  flex: 0 0 calc(50% - 50px);
  cursor: pointer;
}
.nav__menu .submenu.expertise_submenu .list__item::after {
  display: none;
}
.nav__menu .submenu .list:not(.product .list) {
  display: flex;
  gap: 30px;
  flex: 1 1 0;
  justify-content: space-between;
}
.nav__menu .submenu .list__item {
  display: block;
}
.nav__menu .submenu .list__item .item {
  font-weight: 400;
  color: rgba(30, 30, 30, 0.5) !important;
  max-width: fit-content;
  display: block;
  text-transform: none;
  transition: 0;
}
.nav__menu .submenu .list__item .item:hover {
  font-weight: 600;
  transition: 0;
}
.nav__menu .submenu .list__item .item::after {
  display: none;
}
.nav__menu .submenu .list__title {
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(30, 30, 30, 0.5);
  text-transform: uppercase;
  align-items: center;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
  gap: 5px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.nav__menu .submenu .list__title .color {
  position: relative;
  top: 6px;
}
.nav__right {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
.nav__right > ul > li {
  padding-bottom: 5px;
}
.nav__right > ul > li:hover .small_submenu {
  visibility: visible !important;
  opacity: 1;
  transition: 0.2s ease;
}
.nav__right ul {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  font-size: 12px;
}
.nav__right ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
}
.nav__right ul li img {
  width: 16px;
  height: auto;
}
.nav__right ul li a::after {
  height: 1px;
  bottom: 0px;
}
.nav__right ul .small_submenu {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateX(-90%);
  background-color: #ebe4de;
  padding: 16px 20px;
  border-radius: 8px;
  color: #1e1e1e;
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
}
.nav__right ul .small_submenu a {
  color: #1e1e1e;
}
.nav__right ul .small_submenu a::after {
  background-color: #1e1e1e;
}
.nav__right .lang {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 1;
  padding-bottom: 5px;
}
.nav__right .lang::after {
  bottom: 0px;
}
.nav__burger {
  display: none;
}
.nav__burger .hamburger {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__burger .hamburger__line {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}
.nav__burger .hamburger__line::before,
.nav__burger .hamburger__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  left: 0;
}
.nav__burger .hamburger__line::before {
  transition: 0.2s ease;
  top: -8px;
}
.nav__burger .hamburger__line::after {
  top: 8px;
  transition: 0.2s ease;
}
@media screen and (max-width: 1250px) {
  .nav {
    height: calc(80px + 53px);
  }
  .nav__logo {
    width: 160px;
    transition: 0.2s ease;
  }
  .nav .wrap {
    justify-content: space-between;
    align-items: center;
  }
  .nav__menu {
    display: none;
  }
  .nav__right {
    display: none;
  }
  .nav__burger {
    display: flex;
  }
}
.scrolled .nav {
  background-color: #fff;
  transition: 0.2s ease;
  height: 80px;
  align-items: center;
  padding-top: 5px;
  top: 0;
  transition: 0.2s ease;
}
.scrolled .nav__logo {
  width: 150px;
  transition: 0.2s ease;
}
.scrolled .nav__menu {
  align-items: center;
}
.scrolled .nav__menu .submenu {
  margin-top: calc(80px - 40px);
}
.scrolled .nav__right {
  align-items: center;
}
.scrolled .nav__right > ul li {
  padding-bottom: 0;
}
.scrolled .nav__right ul.small_submenu {
  top: 90%;
}
.scrolled .nav__right .lang {
  margin-bottom: -5px;
}
.scrolled .nav:not(.menu_dropdown_active .black_nav) iconify-icon {
  color: #1e1e1e;
}
.scrolled .nav:not(.menu_dropdown_active .black_nav) .black {
  display: block;
}
.scrolled .nav:not(.menu_dropdown_active .black_nav) .white:not(.btn--primary) {
  display: none;
}
.scrolled .nav:not(.menu_dropdown_active .black_nav) a {
  color: #1e1e1e;
}
.scrolled .nav:not(.menu_dropdown_active .black_nav) a::after {
  background-color: #1e1e1e;
}
.scrolled
  .nav:not(.menu_dropdown_active .black_nav)
  .nav__burger
  .hamburger__line,
.scrolled
  .nav:not(.menu_dropdown_active .black_nav)
  .nav__burger
  .hamburger__line::before,
.scrolled
  .nav:not(.menu_dropdown_active .black_nav)
  .nav__burger
  .hamburger__line::after {
  background-color: #1e1e1e;
}
.scrolled.menu_opened .nav {
  background-color: #ebe4de;
}
.scrolled.menu_opened
  .nav.black_nav:not(.menu_dropdown_active .black_nav)
  .nav__burger
  .hamburger__line,
.scrolled.menu_opened
  .nav.black_nav:not(.menu_dropdown_active .black_nav)
  .nav__burger
  .hamburger__line::before,
.scrolled.menu_opened
  .nav.black_nav:not(.menu_dropdown_active .black_nav)
  .nav__burger
  .hamburger__line::after {
  background-color: #1e1e1e;
}
.scrolled.menu_opened
  .nav.black_nav:not(.menu_dropdown_active .black_nav)
  .black {
  display: block;
}
.scrolled.menu_opened
  .nav.black_nav:not(.menu_dropdown_active .black_nav)
  .white:not(.btn--primary) {
  display: none;
}
.scrolldown .nav {
  transform: translateY(-100%);
  transition: 0.2s ease;
}
.menu_dropdown_active.scrolled .nav {
  transition: 0.2s ease;
  background-color: #fff;
}
.menu_dropdown_active .nav {
  transition: 0.2s ease;
  background-color: rgba(0, 0, 0, 0);
}
.nav .create_your_own,
.burger_menu .create_your_own {
  border-radius: 4px;
  padding-right: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.nav .create_your_own::before,
.burger_menu .create_your_own::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.nav .create_your_own img,
.burger_menu .create_your_own img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.nav .create_your_own__content,
.burger_menu .create_your_own__content {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  bottom: 0;
  padding: 25px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 20px;
}
.nav .create_your_own .btn,
.burger_menu .create_your_own .btn {
  color: #1e1e1e;
  width: 100%;
}
.nav .create_your_own .btn::after,
.burger_menu .create_your_own .btn::after {
  display: none;
}
.nav .create_your_own .title,
.burger_menu .create_your_own .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .nav .create_your_own,
  .burger_menu .create_your_own {
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 40px;
    min-height: unset;
    height: unset;
    flex: 1 1 0;
  }
  .nav .create_your_own .title,
  .burger_menu .create_your_own .title {
    max-width: 200px;
  }
  .nav .create_your_own__content,
  .burger_menu .create_your_own__content {
    padding-top: 50px;
    position: relative;
  }
}
.menu_opened .nav__burger .hamburger__line {
  height: 0;
}
.menu_opened .nav__burger .hamburger__line::before {
  top: 0;
  transition: 0.2s ease;
  transform: rotate(-45deg);
}
.menu_opened .nav__burger .hamburger__line::after {
  top: 0;
  transition: 0.2s ease;
  transform: rotate(45deg);
}
.menu_opened .burger_menu {
  visibility: visible;
  transition: 0.2s ease;
  opacity: 1;
}
.scrolled .burger_menu {
  padding-top: calc(80px + 20px);
  transition: 0.2s ease;
}
.scrolled .burger_menu__sides {
  margin-top: calc(80px);
}
.burger_menu .color,
.nav__menu .color {
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: orange;
}
.burger_menu .color + span,
.nav__menu .color + span {
  padding-left: 25px;
}
.burger_menu ul[data-id="anti_odor"] .color,
.burger_menu li[data-id="anti_odor"] .color,
.burger_menu .anti_odor .color,
.nav__menu ul[data-id="anti_odor"] .color,
.nav__menu li[data-id="anti_odor"] .color,
.nav__menu .anti_odor .color {
  background-color: #189384;
}
.burger_menu ul[data-id="aromatherapy"] .color,
.burger_menu li[data-id="aromatherapy"] .color,
.burger_menu .aromatherapy .color,
.nav__menu ul[data-id="aromatherapy"] .color,
.nav__menu li[data-id="aromatherapy"] .color,
.nav__menu .aromatherapy .color {
  background-color: #7e44d0;
}
.burger_menu {
  transition: 0.2s ease;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: calc(80px + 53px + 20px);
  background-color: #ebe4de;
  z-index: 9;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
}
.burger_menu .wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 30px;
}
.burger_menu a {
  color: #1e1e1e;
}
.burger_menu__top {
  display: flex;
  flex-direction: column !important;
  gap: 20px;
  transition: 0.2s ease;
}
.burger_menu__top ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.burger_menu__top ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.burger_menu__top .lang {
  font-weight: 600;
}
.burger_menu__main {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  position: relative;
  transition: 0.2s ease;
  margin-bottom: 30px;
}
.burger_menu__main .main_ul {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex: 0 0 100%;
}
.burger_menu__main .main_ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.burger_menu__main .main_ul li.boutique_btn::after,
.burger_menu__main .main_ul li.expertise_btn::after {
  color: #fff;
  position: relative;
  top: 2px;
}
.burger_menu__sides {
  margin-top: calc(80px + 53px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.burger_menu .side_menu {
  width: 100%;
  background-color: #ebe4de;
  top: 0;
  left: 0;
  padding-left: 3vw;
  position: absolute;
  transition: 0.4s ease;
  transform: translateX(100%);
  overflow: auto;
  max-height: calc(var(--100vh) - 80px - 53px);
}
.burger_menu .side_menu::-webkit-scrollbar {
  display: none;
}
.burger_menu .side_menu:not(:first-child) {
  height: 100%;
}
.burger_menu .side_menu ul {
  display: none;
}
.burger_menu .side_menu ul li {
  cursor: pointer;
  justify-content: space-between;
}
.burger_menu .side_menu ul.active {
  display: block;
}
.burger_menu .side_menu_expertise {
  gap: 10px;
  width: calc(100% - 3vw);
}
.burger_menu .side_menu_expertise .list__logo {
  width: 40px;
  margin-bottom: 16px;
}
.burger_menu .side_menu_expertise .list__item {
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(30, 30, 30, 0.5);
  text-transform: uppercase;
  align-items: center;
  line-height: 1.4;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.burger_menu .side_menu_expertise .list__item:not(:last-child) {
  margin-bottom: 20px;
}
.burger_menu .side_menu_title {
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.5);
  font-size: 16px;
  gap: 10px;
}
.burger_menu .side_menu_title::before {
  position: relative;
  top: 2px;
  transform: scaleX(-0.8) scaleY(0.8);
}
.burger_menu .side_menu_title .flex {
  position: relative;
  max-width: fit-content;
}
.burger_menu .side_menu.active {
  transform: translateX(0);
  transition: 0.4s ease;
}
.burger_menu .side_menu:not(.side_menu_lvl_2) li:not(.create_your_own) {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.burger_menu .side_menu:not(.side_menu_lvl_2) li:not(.create_your_own)::after {
  color: #fff;
  position: relative;
  top: 2px;
}
.burger_menu .side_menu_lvl_1 > *,
.burger_menu .side_menu_lvl_2 > * {
  position: absolute;
  top: 0;
  right: 3vw;
  width: calc(100% - 3vw * 2);
}
.burger_menu .side_menu_lvl_0 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  cursor: pointer;
}
.burger_menu .side_menu_lvl_0 .side_menu_title {
  margin-bottom: 0;
}
.burger_menu .side_menu_lvl_1 li {
  display: flex;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(30, 30, 30, 0.5);
  text-transform: uppercase;
  align-items: center;
  line-height: 1.4;
  font-size: 18px;
}
.burger_menu .side_menu_lvl_1 li:not(:last-child) {
  margin-bottom: 10px;
}
.burger_menu .side_menu_lvl_2 ul {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .burger_menu {
    width: 100%;
    max-width: unset;
  }
  .burger_menu .side_menu_title {
    margin-top: 20px;
  }
}
.sidemenu_opened .burger_menu__main,
.sidemenu_opened .burger_menu__top {
  transform: translateX(-100%);
  transition: 0.2s ease;
}
.sidemenu_opened .burger_menu__sides {
  visibility: visible;
  opacity: 1;
}
.footer {
  padding: 65px 0 60px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
.footer .flex {
  flex-wrap: wrap;
}
.footer a:not(.socials a) {
  position: relative;
  color: #fff;
}
.footer a:not(.socials a):hover::after {
  width: 70%;
  transition: 0.2s ease;
}
.footer a:not(.socials a)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  transition: 0.2s ease;
}
.footer__logo {
  padding-right: 62px;
  position: relative;
  display: flex;
  align-items: center;
}
.footer__logo::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: "";
  right: 0;
  top: 0;
}
.footer__menu {
  padding-left: 50px;
  font-weight: 700;
  font-size: 20px;
}
.footer__menu ul {
  columns: 2;
  column-gap: 100px;
}
.footer__menu ul li {
  margin-bottom: 26px;
}
.footer__secondary_menu {
  flex: 1 1 0;
  padding-left: 100px;
}
.footer__secondary_menu ul {
  columns: 2;
  column-gap: 60px;
}
.footer__secondary_menu ul li {
  margin-bottom: 21px;
}
.footer__legal {
  flex: 0 0 100%;
  padding-top: 100px;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
}
.footer__legal_left {
  display: flex;
  gap: 38px;
}
.footer__legal_left ul {
  display: flex;
  gap: 28px;
}
.footer__legal_right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer__legal_right .socials {
  display: flex;
  gap: 10px;
}
.footer__legal_right .socials a {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1299px) {
  .footer__secondary_menu {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .footer__secondary_menu {
    padding-left: 0px;
  }
  .footer .wrap {
    flex-direction: column;
    gap: 50px;
  }
  .footer__menu {
    padding-left: 0;
  }
  .footer__logo {
    padding-bottom: 35px;
  }
  .footer__logo::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: unset;
  }
  .footer__legal {
    padding-top: 50px;
  }
  .footer__legal_right .text {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer__legal {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .footer__legal_left,
  .footer__legal ul {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    text-align: center;
  }
  .footer__legal_right {
    flex-direction: column;
    gap: 10px;
  }
  .footer__legal_right .text {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu {
    font-size: 18px;
  }
  .footer__menu ul li {
    margin-bottom: 18px;
  }
  .footer__menu ul li:last-child {
    margin-bottom: 0;
  }
  .footer ul {
    columns: 1 !important;
  }
  .footer__legal {
    padding-top: 10px;
  }
}
.menu_popup .search .intro + form {
  margin-top: 5px;
}
.menu_popup .search .intro + form input:not([type="submit"]) {
  border: none;
  border-bottom: 1px solid #1e1e1e;
  flex: 0 0 100%;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  padding-left: 0;
  height: unset;
}
.menu_popup .search .intro + form input[type="submit"] {
  padding: 0;
  background-color: unset;
  border: none;
}
.menu_popup .search .intro + form input[type="submit"]:hover {
  border: none;
}
.menu_popup .search .submit_search {
  cursor: pointer;
  padding: 16px 24px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease;
}
.menu_popup .search .submit_search svg path {
  transition: 0.2s ease;
}
.menu_popup .search .submit_search:hover {
  transition: 0.2s ease;
  background-color: #f4f4ef;
}
.menu_popup .search .submit_search:hover svg path {
  fill: #1e1e1e;
  transition: 0.2s ease;
}
.menu_popup .search .submit_search:hover input[type="submit"] {
  color: #1e1e1e;
}
.menu_popup .cart .header {
  padding-bottom: 0;
  border-bottom: 0;
}
.menu_popup .cart table tr td:nth-child(2) {
  width: unset;
}
.menu_popup .cart .cart_item .gradient {
  opacity: 1;
}
@supports (-webkit-overflow-scrolling: touch) {
  .menu_popup .cart .cart_item .backdrop_filter_wrapper {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
@supports not (-webkit-overflow-scrolling: touch) {
  .menu_popup .cart .cart_item .gradient {
    filter: blur(20px);
  }
}
.menu_popup .cart .cart_item__img {
  width: 66px;
  height: 66px;
  border-radius: 4px;
  flex-shrink: 0;
}
.menu_popup .cart .cart_item__action_btns img {
  width: 36px;
}
.menu_popup .cart .cart_item__text span {
  margin-bottom: 0;
}
.menu_popup .cart .cart_item__text .wysiwyg,
.menu_popup .cart .cart_item__text .price {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
.menu_popup .cart .cart_item:nth-child(2) td {
  padding-top: 15px;
}
.menu_popup .cart .cart_item td {
  padding: 15px 0;
}
.menu_popup .cart table {
  position: relative;
}
.menu_popup .cart table::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #1e1e1e;
  opacity: 0.3;
}
.menu_popup .cart table tr:not(.subheader)::after {
  height: 1px;
  background-color: #1e1e1e;
  opacity: 0.3;
}
.menu_popup .cart table tr td:nth-child(1) {
  width: unset;
}
.menu_popup .cart table tr td:last-child {
  vertical-align: top;
}
.animated {
  position: relative;
  transition: all 0s ease;
}
.animated.fade {
  display: block;
  opacity: 0;
}
.animated.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.animated.fade-right {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.animated.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.animated.fade-down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.animated.zoom-out {
  transform: scale(1.05);
}
.animated.visible {
  transition-delay: 0.1s;
  transition-timing-function: ease;
}
.animated.visible.fade {
  opacity: 1;
  transition-duration: 0.4s;
}
.animated.visible.fade-right,
.animated.visible.fade-left,
.animated.visible.fade-up,
.animated.visible.fade-down,
.animated.visible.zoom-out {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-duration: 0.4s;
}
.animated.visible.delay--1 {
  transition-delay: 0.4s;
}
.animated.visible.delay--2 {
  transition-delay: 0.5s;
}
.animated.visible.delay--3 {
  transition-delay: 0.6s;
}
.animated.visible.delay--4 {
  transition-delay: 0.7s;
}
.animated.visible.delay--5 {
  transition-delay: 0.8s;
}
.animated.visible.delay--6 {
  transition-delay: 0.9s;
}
.animated.visible.delay--7 {
  transition-delay: 1s;
}
.animated.visible.delay--8 {
  transition-delay: 1.1s;
}
.animated.visible.delay--9 {
  transition-delay: 1.2s;
}
.animated.visible.delay--10 {
  transition-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .animated.no_mobile_animation {
    transform: none;
    opacity: 1;
  }
  .animated--mobile {
    position: relative;
    transition: all 0s ease-in-out;
  }
  .animated--mobile.fade {
    opacity: 0;
  }
  .animated--mobile.fade-left {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .animated--mobile.fade-right {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  .animated--mobile.fade-up {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  .animated--mobile.fade-down {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .animated--mobile.shown {
    transition-delay: 0.3s;
  }
  .animated--mobile.shown.fade {
    opacity: 1;
    transition-duration: 0.4s;
  }
  .animated--mobile.shown.fade-right,
  .animated--mobile.shown.fade-left,
  .animated--mobile.shown.fade-up,
  .animated--mobile.shown.fade-down,
  .animated--mobile.shown.zoom {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-duration: 0.4s;
  }
  .animated--mobile.shown.delay--1 {
    transition-delay: 0.4s;
  }
  .animated--mobile.shown.delay--2 {
    transition-delay: 0.5s;
  }
  .animated--mobile.shown.delay--3 {
    transition-delay: 0.6s;
  }
  .animated--mobile.shown.delay--4 {
    transition-delay: 0.7s;
  }
  .animated--mobile.shown.delay--5 {
    transition-delay: 0.8s;
  }
  .animated--mobile.shown.delay--6 {
    transition-delay: 0.9s;
  }
  .animated--mobile.shown.delay--7 {
    transition-delay: 1s;
  }
  .animated--mobile.shown.delay--8 {
    transition-delay: 1.1s;
  }
  .animated--mobile.shown.delay--9 {
    transition-delay: 1.2s;
  }
  .animated--mobile.shown.delay--10 {
    transition-delay: 1.3s;
  }
}
.bg_black {
  background-color: #1e1e1e;
  color: #f4f4ef;
}
.bg_white {
  background-color: #fff;
}
.bg_beige {
  background-color: #ebe4de;
}
.cuztomized-select {
  position: relative;
  font-weight: 400;
}
.cuztomized-select select {
  display: none;
}
.cuztomized-select.opened .hamak-selector__container {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.cuztomized-select.opened .hamak-selector__container .arrow {
  transform: scale(-1);
  transition: 0.2s ease;
}
.cuztomized-select .hamak-selector__container {
  cursor: pointer;
  width: 239px;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  color: #000;
  height: 45px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.cuztomized-select .hamak-selector__container .selected {
  flex: 1 1 0;
  text-align: center;
}
.cuztomized-select .hamak-selector__container .arrow {
  content: url(../../img/icons/arrow_down_select.svg);
  transition: 0.2s ease;
}
.cuztomized-select .hamak-selector__dropdown {
  display: none;
  position: absolute;
  z-index: 222;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #1e1e1e;
  border-radius: 0 0 4px 4px;
  width: 100%;
  background-color: #fff;
}
.cuztomized-select .hamak-selector__dropdown li {
  padding: 5px 15px;
  transition: 0.2s ease;
  cursor: pointer;
}
.cuztomized-select .hamak-selector__dropdown li:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.splide__pagination {
  z-index: 4 !important;
  display: flex;
  right: 3vw;
  max-width: 1500px;
  margin: 0 auto !important;
  gap: 5px;
  justify-content: flex-end;
}
.splide__pagination__page {
  background-color: #fff;
  opacity: 0.5;
}
.splide__pagination__page.is-active {
  transform: none !important;
  opacity: 1;
}
.splide__pagination li button {
  border-radius: 0;
  height: 2px;
  width: 25px;
}
.splide__arrow {
  opacity: 1;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.splide__arrow.splide__arrow--next svg {
  right: 13px;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide__arrow.splide__arrow--prev svg {
  left: 23px;
  transform: scaleY(3) scaleX(-3);
}
.splide__arrow svg {
  position: absolute;
  fill: none !important;
  stroke: #1e1e1e;
  stroke-width: 1px;
  transform: scale(3);
  transform-origin: left top;
}
.swiper-pagination {
  z-index: 4 !important;
  display: flex;
  padding: 0 3vw;
  max-width: 1500px;
  margin: 0 auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  gap: 5px;
  justify-content: flex-end;
}
.swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  border-radius: 0;
  height: 2px;
  width: 25px;
  background-color: #fff;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.product_infos .swiper-button-next:after,
.product_infos .swiper-button-prev:after {
  color: #1e1e1e;
  font-size: 25px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .product_infos .swiper-button-next:after,
  .product_infos .swiper-button-prev:after {
    display: block;
  }
}
.show_on_phones {
  display: none !important;
}
.show_on_tablets {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .show_on_tablets {
    display: block !important;
  }
  .hide_on_tablets {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .show_on_phones {
    display: block !important;
  }
  .hide_on_phones {
    display: none !important;
  }
}
.btn-box {
  margin-top: 30px;
  display: flex;
}
.btn-box.right {
  justify-content: flex-end;
}
.btn-box.center {
  justify-content: center;
}
a.btn {
  cursor: pointer;
}
.btn {
  max-width: fit-content;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.btn--primary,
form.white_form input[type="submit"] {
  padding: 16px 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 4px;
  display: inline-block;
  transition: 0.2s ease;
  text-align: center;
}
.btn--primary.white,
form.white_form input.white[type="submit"] {
  background-color: #f4f4ef;
  color: #1e1e1e;
  border: 1px solid #f4f4ef;
}
.btn--primary.white:hover,
form.white_form input.white[type="submit"]:hover {
  background-color: #1e1e1e;
  color: #f4f4ef;
  border: 1px solid #1e1e1e;
  transition: 0.2s ease;
}
.btn--primary.white.alt,
form.white_form input.white.alt[type="submit"] {
  background-color: #fff;
  font-weight: 400;
  border: 1px solid #1e1e1e;
}
.btn--primary.white.alt:hover,
form.white_form input.white.alt[type="submit"]:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.btn--primary.black,
form.white_form input.black[type="submit"] {
  background-color: #1e1e1e;
  color: #f4f4ef;
  border: 1px solid #1e1e1e;
}
.btn--primary.black.white_border,
form.white_form input.black.white_border[type="submit"] {
  border: 1px solid #fff;
}
.btn--primary.black:hover,
form.white_form input.black[type="submit"]:hover {
  background-color: #f4f4ef;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  transition: 0.2s ease;
}
.btn--primary.transparent,
form.white_form input.transparent[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.btn--secondary {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5px;
  transition: 0.2s ease;
}
.btn--secondary:hover::after {
  width: 100%;
  transition: 0.2s ease;
}
.btn--secondary::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  transition: 0.2s ease;
  left: 0;
  object-fit: cover;
  height: 1px;
  transition: 0.2s ease;
}
.btn--secondary.white {
  color: #fff;
}
.btn--secondary.white::after {
  background-color: #fff;
}
.btn--secondary.black {
  color: #1e1e1e;
}
.btn--secondary.black::after {
  background-color: #1e1e1e;
}
.btn.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn.mobile {
    display: block;
  }
  .btn.desktop {
    display: none;
  }
}
.breadcrumb {
  z-index: 2;
  display: flex;
  gap: 25px;
  align-items: center;
  padding-bottom: 32px;
  font-weight: 400;
  padding-top: 20px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:not(:last-child)::after {
  color: #fff;
  position: relative;
  top: 2px;
}
.breadcrumb a {
  color: #1e1e1e;
  margin-right: 25px;
  position: relative;
}
.breadcrumb a:hover::after {
  width: 90%;
  transition: 0.2s ease;
}
.breadcrumb a::after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  width: 0;
  transition: 0.2s ease;
  height: 1px;
  background-color: #1e1e1e;
}
@media screen and (max-width: 1250px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
    gap: 10px;
    padding-bottom: 10px;
  }
  .breadcrumb li a {
    margin-right: 10px;
  }
  .breadcrumb li:not(:last-child)::after {
    transform: scale(0.5);
  }
}
.header_general {
  overflow: hidden;
}
.header_general .breadcrumb {
  position: relative;
  padding-bottom: 0;
  padding-top: 35px;
}
.header_general .breadcrumb li:not(:last-child)::after {
}
.header_general .breadcrumb a {
  color: #1e1e1e;
}
.header_general__bg {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
}
.header_general__bg::before {
  content: "";
  position: absolute;
  width: 34%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.header_general__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.header_general__wrap {
  position: relative;
}
.header_general__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
  color: #1e1e1e;
  padding: 50px 0;
  padding-right: 50px;
  max-width: 50%;
}
.header_general__carrousel,
.header_general .splide,
.header_general .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.header_general__carrousel .splide__track,
.header_general .splide .splide__track,
.header_general .swiper .splide__track {
  height: 100%;
}
.header_general__carrousel .splide__pagination,
.header_general .splide .splide__pagination,
.header_general .swiper .splide__pagination {
  justify-content: flex-end;
}
.header_general__carrousel .splide__pagination li,
.header_general .splide .splide__pagination li,
.header_general .swiper .splide__pagination li {
  transform: translateY(-100%);
}
.header_general .swiper-pagination {
  bottom: 52px !important;
}
.header_general.header_ambiances,
.header_general.header_black {
  background-color: #1e1e1e;
}
.header_general.header_ambiances .breadcrumb,
.header_general.header_black .breadcrumb {
  padding-top: 36px;
}
.header_general.header_ambiances .breadcrumb li:not(:last-child)::after,
.header_general.header_black .breadcrumb li:not(:last-child)::after {
  content: url(../../img/icons/arrow_left.svg);
}
.header_general.header_ambiances .breadcrumb a,
.header_general.header_black .breadcrumb a {
  color: #fff;
}
.header_general.header_ambiances .breadcrumb a::after,
.header_general.header_black .breadcrumb a::after {
  background-color: #fff;
}
.header_general.header_ambiances .header_general__content,
.header_general.header_black .header_general__content {
  color: #fff;
}
.header_general.header_ambiances .header_general__bg::before,
.header_general.header_black .header_general__bg::before {
  width: 70%;
  background: #1e1e1e;
  background: linear-gradient(90deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
}
.header_general.header_ambiances.aromatherapy .round,
.header_general.header_black.aromatherapy .round {
  font-size: 16px;
}
.header_general.header_ambiances .header_general__content {
  min-height: 450px;
  justify-content: flex-end;
}
.header_general.header_ambiances .wysiwyg {
  font-style: italic;
}
.header_general__ambiance {
  z-index: 2;
  position: absolute;
  right: 0;
  width: 100%;
  height: calc(100% - 150px);
  top: 50%;
  max-width: 423px;
  width: 40%;
  transform: translate(25%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_general__ambiance img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.header_general__ambiance .round {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  z-index: 2;
  position: relative;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .header_general .swiper-pagination {
    bottom: 20px !important;
  }
  .header_general .breadcrumb {
    padding-top: 20px;
    position: relative;
  }
  .header_general__bg {
    width: 100%;
  }
  .header_general__bg::before {
    width: 100%;
    background-color: #fff;
    opacity: 0.6;
  }
  .header_general__content {
    padding: 35px 0 50px;
    max-width: unset;
    width: 100%;
    padding-right: 0;
  }
  .header_general__ambiance {
    min-width: 200px;
  }
  .header_general__ambiance .round {
    font-size: 16px;
    width: 100px;
    height: 100px;
  }
  .header_general.header_ambiances .breadcrumb {
    padding-top: 20px;
  }
  .header_general.header_ambiances .header_general__ambiance,
  .header_general.header_black .header_general__ambiance {
    top: 0;
    transform: translate(25%, 0%);
  }
  .header_general.header_ambiances .header_general__bg::before,
  .header_general.header_black .header_general__bg::before {
    width: 100%;
    background-color: #1e1e1e;
  }
  .header_general.header_ambiances.aromatherapy .round,
  .header_general.header_black.aromatherapy .round {
    font-size: 12px;
  }
  .header_general__carrousel .splide__pagination,
  .header_general .splide .splide__pagination {
    position: relative;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.small_header .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.small_header .subtitle {
  margin-bottom: 20px;
}
.small_header h1 {
  max-width: 1072px;
}
.small_header.revendeur_header .wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .small_header .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .small_header.revendeur_header h1 {
    font-size: 30px;
  }
  .small_header.revendeur_header .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.swiper-slide .product_preview {
  height: 100%;
}
.product_preview {
  border-radius: 8px;
  background-color: #f4f4ef;
  overflow: hidden;
  padding: 30px;
  position: relative;
  color: #1e1e1e;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
}
.product_preview:hover .product_preview__img {
  transform: translateY(-5%);
  transition: 0.2s ease;
}
.product_preview:hover .product_preview__gradient {
  transform: translate(-47%, -39%) scale(1.4);
  transition: 0.2s ease;
}
.product_preview .title {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.product_preview .price {
  font-weight: 400;
}
.product_preview__gradient {
  width: 150%;
  padding-bottom: 150%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-47%, -39%);
  position: absolute;
  opacity: 0.4;
  transition: 0.2s ease;
  background: radial-gradient(#ff753f 0%, rgba(255, 255, 255, 0) 70%);
}
.product_preview.aromatherapy .product_preview__gradient {
  background: radial-gradient(#7e44d0 10%, rgba(255, 255, 255, 0) 70%);
}
.product_preview.anti_odor .product_preview__gradient {
  background: radial-gradient(#42c5b5 10%, rgba(255, 255, 255, 0) 70%);
}
.product_preview.fragrance .product_preview__gradient {
  background: radial-gradient(#f19556 10%, rgba(255, 255, 255, 0) 70%);
}
.product_preview.diffuseur .product_preview__gradient {
  background: radial-gradient(#ebe4de 40%, rgba(255, 255, 255, 0) 60%);
  opacity: 1;
}
.product_preview__img {
  width: 100%;
  position: relative;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  transform: translateY(0%);
  flex-grow: 1;
}
.product_preview__img img {
  position: relative;
  max-height: 277px;
  object-fit: contain;
}
.filters_opened .filters_popup,
.filters_opened .product_popup,
.filters_opened .account_popup,
.filters_opened .general_conditions_popup,
.product_opened .filters_popup,
.product_opened .product_popup,
.product_opened .account_popup,
.product_opened .general_conditions_popup,
.account_opened .filters_popup,
.account_opened .product_popup,
.account_opened .account_popup,
.account_opened .general_conditions_popup,
.general_conditions_opened .filters_popup,
.general_conditions_opened .product_popup,
.general_conditions_opened .account_popup,
.general_conditions_opened .general_conditions_popup {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease;
}
.filters_opened .filters_popup__container,
.filters_opened .product_popup__container,
.filters_opened .account_popup__container,
.filters_opened .general_conditions_popup__container,
.product_opened .filters_popup__container,
.product_opened .product_popup__container,
.product_opened .account_popup__container,
.product_opened .general_conditions_popup__container,
.account_opened .filters_popup__container,
.account_opened .product_popup__container,
.account_opened .account_popup__container,
.account_opened .general_conditions_popup__container,
.general_conditions_opened .filters_popup__container,
.general_conditions_opened .product_popup__container,
.general_conditions_opened .account_popup__container,
.general_conditions_opened .general_conditions_popup__container {
  right: 0;
  transition: 0.3s 0.1s ease;
}
.menu_popup__wrapper.cart {
  overflow: auto;
  padding-top: 40px;
}
.menu_popup_opened .menu_popup {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease;
}
.menu_popup_opened .menu_popup__container {
  right: 0;
  transition: 0.3s 0.1s ease;
}
.product_popup .buy_or_subscribe,
.product_popup .subscribe {
  display: none;
  overflow: auto;
  max-height: calc(var(--100vh) - 80px);
}
.product_popup .buy_or_subscribe::-webkit-scrollbar,
.product_popup .subscribe::-webkit-scrollbar {
  display: none;
}
.product_popup .buy_or_subscribe__item,
.product_popup .subscribe__item {
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
}
.product_popup .title {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  display: block;
}
.product_popup .buy_or_subscribe__item:not(:last-child) {
  padding-bottom: 52px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f4f4ef;
}
.product_popup .subscribe__item:not(:last-child) {
  padding-bottom: 17px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f4ef;
}
.product_popup .subscribe__item img {
  max-width: 105px;
  max-height: 105px;
  margin-bottom: 10px;
}
.general_conditions_popup .item {
  padding: 25px 0;
  border-bottom: 1px solid #f4f4ef;
}
.general_conditions_popup .item h4 {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.general_conditions_popup .item .wysiwyg {
  font-size: 14px;
}
.general_conditions_popup .item:nth-child(2) {
  padding-top: 0;
}
.filters_popup__wrapper,
.account_popup__wrapper,
.menu_popup__wrapper,
.general_conditions_popup__wrapper {
  overflow: auto !important;
  max-height: calc(var(--100vh) - 80px);
}
.filters_popup__wrapper::-webkit-scrollbar,
.account_popup__wrapper::-webkit-scrollbar,
.menu_popup__wrapper::-webkit-scrollbar,
.general_conditions_popup__wrapper::-webkit-scrollbar {
  display: none;
}
.filters_popup,
.product_popup,
.account_popup,
.menu_popup,
.general_conditions_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 11;
  transition: 0.3s 0.1s ease;
  opacity: 0;
  visibility: hidden;
}
.filters_popup__curtain,
.product_popup__curtain,
.account_popup__curtain,
.menu_popup__curtain,
.general_conditions_popup__curtain {
  opacity: 0.6;
  background-color: #1e1e1e;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.filters_popup__wrapper,
.product_popup__wrapper,
.account_popup__wrapper,
.menu_popup__wrapper,
.general_conditions_popup__wrapper {
  display: flex;
  flex-direction: column;
}
.filters_popup__container,
.product_popup__container,
.account_popup__container,
.menu_popup__container,
.general_conditions_popup__container {
  max-width: 483px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: #fff;
  transition: 0.2s ease;
}
.filters_popup .header,
.product_popup .header,
.account_popup .header,
.menu_popup .header,
.general_conditions_popup .header {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4ef;
  display: block;
  order: -2;
}
.filters_popup .intro,
.product_popup .intro,
.account_popup .intro,
.menu_popup .intro,
.general_conditions_popup .intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
.filters_popup .intro + form,
.product_popup .intro + form,
.account_popup .intro + form,
.menu_popup .intro + form,
.general_conditions_popup .intro + form {
  margin-top: 45px;
  gap: 25px;
  justify-content: center;
}
.filters_popup .close_x,
.product_popup .close_x,
.account_popup .close_x,
.menu_popup .close_x,
.general_conditions_popup .close_x {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}
.filters_popup__list,
.product_popup__list,
.account_popup__list,
.menu_popup__list,
.general_conditions_popup__list {
  display: flex;
  flex-direction: column;
}
.filters_popup__list .filter:not(:last-child),
.product_popup__list .filter:not(:last-child),
.account_popup__list .filter:not(:last-child),
.menu_popup__list .filter:not(:last-child),
.general_conditions_popup__list .filter:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4ef;
}
.filters_popup__list .filter__title,
.product_popup__list .filter__title,
.account_popup__list .filter__title,
.menu_popup__list .filter__title,
.general_conditions_popup__list .filter__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.filters_popup__list .filter ul,
.product_popup__list .filter ul,
.account_popup__list .filter ul,
.menu_popup__list .filter ul,
.general_conditions_popup__list .filter ul {
  columns: 2;
}
.filters_popup__list .filter ul li,
.product_popup__list .filter ul li,
.account_popup__list .filter ul li,
.menu_popup__list .filter ul li,
.general_conditions_popup__list .filter ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.filters_popup__list .filter ul li label,
.product_popup__list .filter ul li label,
.account_popup__list .filter ul li label,
.menu_popup__list .filter ul li label,
.general_conditions_popup__list .filter ul li label {
  cursor: pointer;
}
.filters_popup__list .filter ul li input[type="checkbox"],
.product_popup__list .filter ul li input[type="checkbox"],
.account_popup__list .filter ul li input[type="checkbox"],
.menu_popup__list .filter ul li input[type="checkbox"],
.general_conditions_popup__list .filter ul li input[type="checkbox"] {
  display: none;
}
.filters_popup__list .filter ul li input[type="checkbox"]:checked + span::after,
.product_popup__list .filter ul li input[type="checkbox"]:checked + span::after,
.account_popup__list .filter ul li input[type="checkbox"]:checked + span::after,
.menu_popup__list .filter ul li input[type="checkbox"]:checked + span::after,
.general_conditions_popup__list
  .filter
  ul
  li
  input[type="checkbox"]:checked
  + span::after {
  transform: scale(1);
  transition: 0.2s ease;
}
.filters_popup__list .filter ul li input[type="checkbox"] + span,
.product_popup__list .filter ul li input[type="checkbox"] + span,
.account_popup__list .filter ul li input[type="checkbox"] + span,
.menu_popup__list .filter ul li input[type="checkbox"] + span,
.general_conditions_popup__list .filter ul li input[type="checkbox"] + span {
  position: relative;
  display: flex;
}
.filters_popup__list .filter ul li input[type="checkbox"] + span::before,
.product_popup__list .filter ul li input[type="checkbox"] + span::before,
.account_popup__list .filter ul li input[type="checkbox"] + span::before,
.menu_popup__list .filter ul li input[type="checkbox"] + span::before,
.general_conditions_popup__list
  .filter
  ul
  li
  input[type="checkbox"]
  + span::before {
  content: "";
  display: flex;
  width: 22px;
  height: 22px;
  background-color: #f4f4ef;
  position: relative;
  margin-right: 10px;
}
.filters_popup__list .filter ul li input[type="checkbox"] + span::after,
.product_popup__list .filter ul li input[type="checkbox"] + span::after,
.account_popup__list .filter ul li input[type="checkbox"] + span::after,
.menu_popup__list .filter ul li input[type="checkbox"] + span::after,
.general_conditions_popup__list
  .filter
  ul
  li
  input[type="checkbox"]
  + span::after {
  content: "✓";
  display: flex;
  font-weight: 700;
  width: 22px;
  height: 22px;
  background-color: #f4f4ef;
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  transform: scale(0);
  transition: 0.2s ease;
}
.filters_popup .buttons,
.product_popup .buttons,
.account_popup .buttons,
.menu_popup .buttons,
.general_conditions_popup .buttons {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.filters_popup .buttons .btn,
.product_popup .buttons .btn,
.account_popup .buttons .btn,
.menu_popup .buttons .btn,
.general_conditions_popup .buttons .btn {
  max-width: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .filters_popup .intro + form,
  .product_popup .intro + form,
  .account_popup .intro + form,
  .menu_popup .intro + form,
  .general_conditions_popup .intro + form {
    margin-top: 30px;
  }
  .filters_popup .header,
  .product_popup .header,
  .account_popup .header,
  .menu_popup .header,
  .general_conditions_popup .header {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .filters_popup .buttons,
  .product_popup .buttons,
  .account_popup .buttons,
  .menu_popup .buttons,
  .general_conditions_popup .buttons {
    margin-top: 30px;
  }
}
.gradient_tag {
  max-width: fit-content;
  white-space: nowrap;
  border-radius: 345px;
  padding: 2px 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  background-color: #1e1e1e;
  color: #fff;
}
.gradient_tag.orange {
  color: #1e1e1e;
  background: #ffdb8699;
}
.gradient_tag.turquoise {
  color: #1e1e1e;
  background: #a4f4c9;
}
.gradient_tag.purple {
  color: #1e1e1e;
  background: #edc6f799;
}
.iceberg:not(.shop_listing .iceberg, .filters_popup .iceberg) {
  border-bottom: 1px solid #1e1e1e;
}
.iceberg.ingredients .iceberg__body {
  text-transform: uppercase;
}
.iceberg.opened .arrow {
  transform: scale(1);
  transition: 0.2s ease;
}
.iceberg__head {
  cursor: pointer;
  gap: 10px;
  align-items: center;
  padding: 19px 0;
  font-size: 20px;
  color: rgba(30, 30, 30, 0.5);
  font-weight: 700;
  text-transform: uppercase;
}
.iceberg__head .title {
  display: flex;
  line-height: 1.4;
}
.iceberg__head .arrow {
  opacity: 0.5;
  transform: scale(-1);
  transition: 0.2s ease;
}
.iceberg__body {
  padding-bottom: 43px;
  display: none;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.iceberg__body > * {
  display: block;
  max-width: 773px;
}
.iceberg__body p + strong {
  margin-top: 10px;
}
.iceberg__body strong {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .iceberg__head {
    font-size: 18px;
  }
}
.testimony {
  border-radius: 8px;
  position: relative;
  background-color: #f4f4ef;
  min-height: 435px;
  display: flex;
  flex-direction: column;
}
.testimony__logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimony__logo img {
  position: relative;
  width: 90%;
  height: 59%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.testimony__text {
  padding: 86px 30px 40px;
  line-height: 1.25;
  text-align: center;
  font-weight: 400;
  flex-grow: 1;
}
.testimony__bottom {
  display: flex;
  gap: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 6px;
}
.testimony__bottom .img {
  flex: 0 0 45%;
  position: relative;
}
.testimony__bottom .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.testimony__bottom .details {
  padding: 45px 0;
  font-weight: 400;
}
.testimony__bottom .details .name {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.testimony__bottom .details .detail {
  font-size: 10px;
  line-height: 1.2;
  display: flex;
}
.testimony__left {
  position: relative;
  flex: 0 0 40%;
}
.testimony__left img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 7px 0 0 7px;
}
.testimony__right {
  position: relative;
}
.testimony__right .testimony__text {
  padding: 113px 72px 121px;
  line-height: 1.4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonies.horizontal .header {
  margin-bottom: 30px;
}
.testimonies.horizontal .testimony {
  min-height: 0;
  flex-direction: row;
}
.testimonies.horizontal .testimony__text {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .testimonies.horizontal .header {
    margin-bottom: 70px;
  }
  .testimonies.horizontal .testimony {
    flex-direction: column-reverse;
  }
  .testimonies.horizontal .testimony__left {
    padding-bottom: 20%;
    min-height: 300px;
  }
  .testimonies.horizontal .testimony__text {
    font-size: 18px;
    padding: 86px 30px 40px;
  }
}
.backdrop_filter_wrapper {
  position: relative;
}
@supports (-webkit-overflow-scrolling: touch) {
  .backdrop_filter_wrapper {
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
  }
}
@supports not (-webkit-overflow-scrolling: touch) {
  .gradient {
    filter: blur(100px);
  }
}
form {
  margin-top: 22px;
  display: flex;
  column-gap: 19px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}
.infoletters form {
  align-items: flex-end;
}
form .flex--end {
  margin-left: auto;
  max-width: fit-content;
}
form .wrapper {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
form .label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
form input,
form textarea {
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #1e1e1e;
  z-index: 2;
  caret-color: #fff;
  padding: 16px;
  color: #fff;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  resize: none;
}
form input:focus,
form textarea:focus {
  outline: none;
  border: 1px solid #fff;
}
form input:focus::placeholder,
form textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
form input {
  height: 48px;
}
form .btn--primary,
form.white_form input[type="submit"] {
  height: unset;
}
form .btn--primary.flex--full,
form.white_form input.flex--full[type="submit"] {
  flex: 0 0 100%;
}
form input[type="submit"]:not(.btn--primary) {
  border: none;
  font-weight: 700;
  cursor: pointer;
  height: unset;
  padding: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  font-size: 16px;
  border-radius: 0;
}
form input[type="submit"]:not(.btn--primary)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
form input[type="submit"]:not(.btn--primary).flex--full {
  flex: 0 0 100%;
}
form .message {
  display: block;
  flex: 0 0 100%;
}
form .message > * {
  margin-top: 12px;
  display: none;
}
form .message .not_valid {
  color: #e34343;
}
form .not-valid-tip {
  color: #e34343;
  font-size: 12px;
  margin-top: -10px;
}
form .submit_wrapper {
  justify-content: center;
  align-items: center;
}
form:not(.product_infos__form) .cuztomized-select .hamak-selector__container {
  width: 100%;
  border: 1px solid #e2e5ea;
}
form:not(.product_infos__form)
  .cuztomized-select
  .hamak-selector__container
  .selected {
  text-align: left;
}
form:not(.product_infos__form) .cuztomized-select .hamak-selector__dropdown {
  border: 1px solid #e2e5ea;
}
form:not(.product_infos__form)
  .cuztomized-select
  .hamak-selector__container
  .arrow {
  width: 14px;
  height: 12px;
  content: url(../../img/icons/triangle_down_grey.svg);
}
form.white_form input:not([type="submit"]),
form.white_form textarea {
  border: 1px solid #e2e5ea;
  border-radius: 3px;
  background-color: #fff;
  z-index: 2;
  caret-color: #1e1e1e;
  padding: 16px;
  color: #1e1e1e;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}
form.white_form input:not([type="submit"])::placeholder,
form.white_form textarea::placeholder {
  color: #ababab;
  transition: 0.2s ease;
}
form.white_form input:not([type="submit"]):focus,
form.white_form textarea:focus {
  outline: none;
}
.input_wrapper {
  flex: 1 1 calc(50% - 20px);
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.input_wrapper.not-valid label {
  color: #e34343;
}
.input_wrapper.not-valid input {
  border: 1px solid #e34343 !important;
  color: #e34343 !important;
}
.input_wrapper.not-valid input::placeholder {
  color: #e34343 !important;
}
.input_wrapper label {
  font-weight: 500;
}
.input_wrapper.flex--third {
  flex: 1 1 calc(33.33% - 13.33px);
}
.input_wrapper.flex--full {
  flex: 0 0 100%;
}
.input_wrapper.checkbox {
  flex: 0 0 100%;
  font-weight: 400;
  margin-top: 20px;
}
.input_wrapper.checkbox.black_checkboxes input + span::after {
  transform: scale(0);
}
.input_wrapper.checkbox.not-valid input + span::before {
  border: 1px solid #e34343;
}
.input_wrapper.checkbox.not-valid .not-valid-tip {
  display: none;
}
.input_wrapper.checkbox input {
  display: none;
}
.input_wrapper.checkbox input:checked + span::before {
  background-color: #1e1e1e;
}
.input_wrapper.checkbox input:checked + span::after {
  transform: scale(1);
}
.input_wrapper.checkbox input + span {
  position: relative;
  display: flex;
  gap: 15px;
  cursor: pointer;
}
.input_wrapper.checkbox input + span::before {
  content: "";
  margin-top: 1px;
  min-width: 20px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #1e1e1e;
}
.input_wrapper.checkbox input + span::after {
  content: url("../../img/icons/checkmark.svg");
  position: absolute;
  left: 0;
  top: 0;
  min-width: 20px;
  height: 20px;
  transform: scale(0);
}
.input_wrapper.radio {
  background: rgba(0, 0, 0, 0);
  padding: 2px;
  border-radius: 4px;
  transition: 0.2s ease;
  flex: 0 0 calc(50% - 20px);
}
.input_wrapper.radio label {
  height: 100%;
  cursor: pointer;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  padding-right: 20px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #e2e5ea;
  background-color: #fff;
  z-index: 1;
}
.input_wrapper.radio .text {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.input_wrapper.radio .text .title {
  margin-bottom: 10px;
}
.input_wrapper.radio .note {
  color: rgba(30, 30, 30, 0.3);
  font-size: 14px;
  line-height: 1.2;
}
.input_wrapper.radio input {
  display: none;
}
.input_wrapper.radio:hover,
.input_wrapper.radio.active {
  background: linear-gradient(
    0deg,
    rgb(255, 219, 134) 0%,
    rgb(255, 117, 63) 100%
  );
  transition: 0.2s ease;
}
.input_wrapper.radio:hover label,
.input_wrapper.radio.active label {
  border: 1px solid rgba(0, 0, 0, 0);
}
.input_wrapper.radio:hover label::before,
.input_wrapper.radio.active label::before {
  opacity: 1;
  transition: 0.2s ease;
}
.input_wrapper.radio.active .radio {
  background: linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
}
.input_wrapper.radio.active .radio::before {
  background: linear-gradient(
    0deg,
    rgb(255, 219, 134) 0%,
    rgb(255, 117, 63) 100%
  );
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.input_wrapper.radio .radio {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #fff;
  transition: 0.2s ease;
  position: relative;
}
.input_wrapper.radio .radio::before {
  content: "";
  content: "";
  background: #e2e5ea;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
}
.input_wrapper.radio .price {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .input_wrapper {
    flex: 0 0 100%;
  }
  .input_wrapper.flex--third {
    flex: 1 1 calc(50% - 9.5px);
  }
}
.qty_wrapper {
  display: flex;
}
.qty_wrapper .plus,
.qty_wrapper .minus {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  height: inherit;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.qty_wrapper .plus:hover span,
.qty_wrapper .minus:hover span {
  transform: scale(1.4);
  transition: 0.2s ease;
}
.qty_wrapper .plus span,
.qty_wrapper .minus span {
  transition: 0.2s ease;
}
.qty_wrapper .minus {
  border-radius: 4px 0 0 4px;
}
.qty_wrapper .plus {
  border-radius: 0 4px 4px 0;
}
.section {
  position: relative;
}
.section:first-child {
  padding-top: calc(144px);
}
@media screen and (max-width: 1250px) {
  .section:first-child {
    padding-top: calc(80px);
  }
}
.hero {
  min-height: var(--100vh);
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    179deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 49%
  );
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero .wysiwyg {
  max-width: 547px;
  margin: 33px 0;
  display: block;
}
.hero__bg {
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.hero__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.hero .wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}
.hero .wrap > * {
  padding: 0 5vw;
}
@media screen and (max-width: 1440px) {
  .hero .wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hero::after {
    display: block;
  }
}
.introduction {
  z-index: 3;
}
.introduction::before {
  content: "";
  position: absolute;
  height: 220px;
  background: linear-gradient(180deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
  width: 100%;
  top: 0;
  display: flex;
  transform: translateY(-100%) scaleY(-1);
}
.introduction__types {
  display: flex;
  gap: 97px;
  padding: 0 5vw;
  align-items: flex-start;
}
.introduction__types .type {
  border-radius: 8px;
  overflow: hidden;
  padding: 36px;
  padding-top: 23%;
  position: relative;
  flex: 1 1 0;
  display: flex;
  align-items: flex-end;
}
.introduction__types .type__img::before {
  content: "";
  z-index: 1;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.introduction__types .type img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.introduction__types .type__content {
  color: #fff;
  position: relative;
  z-index: 2;
}
.introduction__types .type__title {
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 29px;
  position: relative;
  line-height: 1;
}
.introduction__types .type__title::after {
  bottom: 0;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 50px;
  left: 0;
}
.introduction__types .type__title .big {
  font-size: 1.5em;
  display: block;
}
.introduction__types .type .wysiwyg {
  margin: 24px 0 10px;
}
@media screen and (max-width: 1250px) {
  .introduction__types .type__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .introduction__types {
    gap: 30px;
    flex-direction: column;
    align-items: unset;
  }
  .introduction__types .type {
    flex: 0 0 100%;
    padding: 30px;
    padding-top: 35%;
  }
  .introduction__types .type__title {
    font-size: 30px;
  }
  .introduction__types .type:nth-child(2) {
    margin-top: 0;
  }
}
.home_fragrances {
  overflow: hidden;
}
.home_fragrances::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  transform: scaleX(-1);
  top: 0;
  left: 0;
  object-fit: cover;
  background: linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
  background: -moz-linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
  background: -webkit-linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
  background: -o-linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
  background: -ms-linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
  filter: blur(100px);
  opacity: 0.3;
  -webkit-backdrop-filter: blur(100px);
}
.home_fragrances .fragrance_svg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -10%);
}
.home_fragrances .header .wysiwyg {
  max-width: 660px;
  margin-top: 25px;
}
.home_fragrances__carrousel {
  margin: 50px 0;
  z-index: 3;
}
.home_fragrances__carrousel .swiper-wrapper {
  padding-bottom: 20px;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.home_fragrances__carrousel .swiper-wrapper:focus {
  transition: 0ms !important;
}
.home_fragrances__carrousel .swiper-slide {
  width: 207px;
}
.home_fragrances__carrousel .swiper-slide::before {
  z-index: -1;
  content: "";
  top: 10px;
  left: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(235, 228, 222, 0.35);
  filter: blur(5px);
}
.home_fragrances__carrousel .fragrance {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  background-color: #1e1e1e;
  color: #f4f4ef;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 40px;
  padding-top: 75px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: 0.2s ease;
  transform: scale(0.92);
}
.home_fragrances__carrousel .fragrance:hover {
  transform: scale(1);
  transition: 0.2s ease;
}
.home_fragrances__carrousel .fragrance__color {
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.home_fragrances__carrousel .fragrance__color img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.home_fragrances__featured,
.home_fragrances__featured .wrap {
  display: flex;
  column-gap: 20px;
  row-gap: 60px;
  flex-wrap: wrap;
}
.home_fragrances__featured .product {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  padding-top: 27%;
  flex: 0 0 calc(50% - 10px);
  min-height: 450px;
}
.home_fragrances__featured .product > * {
  z-index: 2;
}
.home_fragrances__featured .product.samples,
.home_fragrances__featured .product.highlighted {
  color: #1e1e1e;
}
.home_fragrances__featured .product.samples::before,
.home_fragrances__featured .product.highlighted::before {
  content: "";
  left: 0;
  bottom: 0;
  transform: translate(-34%, 42%);
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(#f19556 10%, rgba(255, 255, 255, 0) 70%);
  z-index: 3;
  opacity: 0.6;
}
.home_fragrances__featured .product.highlighted,
.home_fragrances__featured .product.aromatherapy,
.home_fragrances__featured .product.signature {
  color: #fff;
}
.home_fragrances__featured .product.highlighted {
  flex: 0 0 100%;
  padding-top: 15%;
}
.home_fragrances__featured .product.highlighted::before {
  background: radial-gradient(#42c5b5 10%, rgba(255, 255, 255, 0) 70%);
}
.home_fragrances__featured .product.aromatherapy {
  border-radius: 0;
  flex: 0 0 100%;
  padding-top: 25%;
}
.home_fragrances__featured .product.samples {
  background-color: #f4f4ef;
}
.home_fragrances__featured .product.samples .product__img {
  right: 0;
  left: unset;
  width: 80%;
  height: auto;
  transform: translateY(-17%);
  z-index: 3;
}
.home_fragrances__featured .product.samples .product__img img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.home_fragrances__featured .product__img,
.home_fragrances__featured .product img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.home_fragrances__featured .product__title {
  margin-bottom: 5px;
}
.home_fragrances__featured .product__title,
.home_fragrances__featured .product__text,
.home_fragrances__featured .product .gradient_tag,
.home_fragrances__featured .product .btn {
  z-index: 5;
  position: relative;
}
.home_fragrances__featured .product:not(.highlighted, .aromatherapy) h2 {
  font-size: 20px;
}
.home_fragrances__featured .product .wysiwyg {
  margin-bottom: 20px;
  max-width: 500px;
}
.home_fragrances__featured .product .tag_wrapper {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .home_fragrances .home_fragrances__carrousel .swiper-slide {
    width: 165px;
    text-align: center;
    transform: scale(1);
  }
  .home_fragrances .home_fragrances__carrousel .fragrance {
    padding: 25px 20px;
    padding-top: 40px;
  }
  .home_fragrances .home_fragrances__featured .product {
    padding: 30px;
  }
  .home_fragrances .home_fragrances__featured .product .tag_wrapper {
    flex-grow: 1;
  }
  .home_fragrances .home_fragrances__featured .product.highlighted::before {
    height: 400px;
    opacity: 0;
  }
  .home_fragrances .home_fragrances__featured,
  .home_fragrances .home_fragrances__featured .wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .home_fragrances
    .home_fragrances__featured
    .product.aromatherapy
    .product__img::before {
    opacity: 0.5;
    background: linear-gradient(
      35deg,
      rgba(51, 6, 115, 0.9) 40%,
      rgba(28, 28, 28, 0.15) 100%
    );
  }
  .home_fragrances .padd-60 {
    padding-bottom: 0;
  }
}
.home_boutique__products {
  margin-top: 74px;
}
.home_boutique__products .carrousel {
  width: 100%;
}
.home_boutique__products .product {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f4f4ef;
  padding: 26px;
  padding-top: 78%;
  position: relative;
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.home_boutique__products .product__img {
  position: absolute;
  width: 70%;
  height: 80%;
  top: 20px;
  right: 0;
  transform: translateX(10%);
  object-fit: contain;
}
.home_boutique__products .product__img::before {
  content: "";
  width: 150%;
  padding-bottom: 150%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-76%, -39%);
  position: absolute;
  opacity: 1;
  transition: 0.2s ease;
  background: radial-gradient(#ebe4de 40%, rgba(255, 255, 255, 0) 60%);
}
.home_boutique__products .product__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: top;
}
.home_boutique__products .product__content {
  display: flex;
  flex-direction: column;
}
.home_boutique__products .product__content .btn {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .home_boutique__products {
    margin: 0 calc(3vw * -1);
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .home_boutique__products {
    margin: 0 calc(4.5vw * -1);
    margin-top: 40px;
  }
}
.complementary_products {
  overflow: hidden;
}
.complementary_products__bg .bg::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.complementary_products__bg > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.complementary_products__bg > * .splide__track {
  height: 100%;
}
.complementary_products__bg .wrap {
  position: relative;
  z-index: 3;
}
.complementary_products .swiper-pagination {
  bottom: 50px !important;
  right: 0;
  justify-content: flex-end;
}
.complementary_products img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.complementary_products__content {
  padding: 50px 0;
  padding-top: 25%;
  z-index: 2;
  position: relative;
  color: #fff;
}
.complementary_products__content .btn {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .complementary_products .swiper-pagination {
    margin-top: 0px !important;
    bottom: 20px !important;
  }
  .complementary_products__content {
    padding-top: 80%;
  }
}
.infoletters {
  overflow: hidden;
}
.infoletters__wrapper {
  gap: 64px;
}
.infoletters__img {
  flex: 0 0 calc(50% - 32px);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.infoletters__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.infoletters__left {
  padding: 90px 0;
  flex: 0 0 calc(50% - 32px);
  position: relative;
}
.infoletters__bg {
  position: absolute;
  left: -24%;
  top: 0;
  opacity: 0.15;
}
@media screen and (max-width: 1024px) {
  .infoletters__left {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .infoletters__left {
    padding: 0;
  }
  .infoletters__left br {
    display: none;
  }
  .infoletters__wrapper {
    flex-direction: column;
  }
  .infoletters__img {
    display: none;
  }
  .infoletters__bg {
    left: -10%;
  }
  .infoletters__bg img {
    width: 200px;
  }
}
.img_and_text__wrapper {
  gap: 134px;
}
.img_and_text__left {
  flex: 1 1 0;
  padding: 70px 0;
}
.img_and_text__right {
  position: relative;
  flex: 0 0 45%;
  overflow: hidden;
}
.img_and_text__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media screen and (max-width: 1250px) {
  .img_and_text__wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .img_and_text__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .img_and_text__left {
    padding: 0;
  }
  .img_and_text__right {
    padding-bottom: 56%;
    min-height: 300px;
  }
}
.highlighted_img_text {
  overflow: hidden;
}
.highlighted_img_text h2 {
  margin-bottom: 20px;
}
.highlighted_img_text.thank_you_page .highlighted_img_text__left {
  padding-top: 50px;
  padding-bottom: 50px;
}
.highlighted_img_text__left {
  position: relative;
  flex: 1 1 0;
  padding: 100px 120px;
}
.highlighted_img_text__right {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
.highlighted_img_text__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.highlighted_img_text__logo {
  position: absolute;
  opacity: 0.15;
  top: 0;
  left: -15%;
}
@media screen and (max-width: 1024px) {
  .highlighted_img_text__left {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 768px) {
  .highlighted_img_text.thank_you_page .padd-60 {
    padding-top: 20px;
  }
  .highlighted_img_text.thank_you_page .highlighted_img_text__left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .highlighted_img_text.thank_you_page .highlighted_img_text__right {
    display: none;
  }
  .highlighted_img_text__wrapper {
    flex-direction: column;
    padding: 0 25px;
    gap: 30px;
  }
  .highlighted_img_text__right {
    width: 100%;
    padding-bottom: 40%;
    min-height: 250px;
  }
  .highlighted_img_text__logo {
    left: -20%;
    top: -23px;
  }
  .highlighted_img_text__logo img {
    width: 200px;
  }
  .highlighted_img_text__left {
    padding: 0;
    padding-top: 25px;
  }
}
.text_and_img__left {
  flex: 0 0 42%;
  overflow: hidden;
  position: relative;
}
.text_and_img__left img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.text_and_img__right {
  padding: 100px 134px;
  padding-left: 100px;
  padding-right: 0;
  flex: 1 1 0;
}
@media screen and (max-width: 1250px) {
  .text_and_img__right {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .text_and_img__right {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .text_and_img__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .text_and_img__right {
    padding: 0;
  }
  .text_and_img__left {
    width: 100%;
    padding-bottom: 100%;
  }
}
.advantages {
  padding: 80px 0 100px;
  overflow: hidden;
}
.advantages .header {
  margin-bottom: 63px;
}
.advantages .advantage {
  max-width: 320px;
}
.advantages .wrap::before,
.advantages .wrap::after {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  background-color: #fff;
  height: 50px;
  top: 0;
  left: 0;
  object-fit: cover;
  margin: 0 auto;
}
.advantages .wrap::before {
  margin-bottom: 32px;
}
.advantages .wrap::after {
  margin-top: 50px;
}
.advantages__wrapper {
  gap: 90px;
  flex-wrap: wrap;
  padding: 0 4vw;
  justify-content: center;
}
.advantages__wrapper .advantage {
  flex: 0 0 calc(33.33% - 60px);
}
.advantages__wrapper .advantage__icon {
  width: 77px;
  margin-bottom: 48px;
}
.advantages__wrapper .advantage__header {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  line-height: 1;
  margin-bottom: 30px;
}
.advantages .btn-box {
  margin-top: 88px;
}
.advantages .bg_element_mozaic {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(37%, 31%);
}
@media screen and (max-width: 1250px) {
  .advantages {
    padding: 80px 50px 100px;
  }
  .advantages__wrapper .advantage {
    flex: 0 0 calc(50% - 45px);
  }
}
@media screen and (max-width: 768px) {
  .advantages {
    padding: 80px 20px 100px;
  }
  .advantages__wrapper {
    padding: 0;
    gap: 50px;
  }
  .advantages__wrapper .advantage {
    flex: 0 0 100%;
  }
  .advantages__wrapper .advantage__icon {
    width: 60px;
  }
  .advantages .bg_element_mozaic {
    width: 50%;
    min-width: 300px;
  }
}
.testimonies {
  overflow: hidden;
}
.testimonies .header {
  margin-bottom: 100px;
}
.testimonies__carrousel {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.testimonies__carrousel .swiper-slide {
  padding-top: 50px;
  transition: 0.2s ease;
  margin-top: 0;
}
.testimonies__carrousel .swiper-slide:nth-child(even) {
  margin-top: 70px;
  transition: 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .testimonies .header {
    margin-bottom: 60px;
  }
  .testimonies__carrousel {
    margin: 0 calc(3vw * -1);
  }
  .testimonies__carrousel .splide__track {
    padding: 0 3vw !important;
  }
  .testimonies__carrousel .swiper-slide {
    width: 400px;
  }
  .testimonies__carrousel .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .testimonies .header {
    margin-bottom: 30px;
  }
  .testimonies__carrousel {
    margin: 0 calc(4.5vw * -1);
  }
  .testimonies__carrousel .splide__track {
    padding: 0 4.5vw !important;
  }
  .testimonies__carrousel .splide__slide:nth-child(even) {
    margin-top: 0;
  }
}
.featured_products {
  overflow: hidden;
}
.featured_products .swiper-backface-hidden .swiper-slide,
.featured_products .swiper-slide {
  transform: none !important;
  -webkit-backface-visibility: unset !important;
  backface-visibility: unset !important;
}
.featured_products .header {
  margin-bottom: 40px;
}
.featured_products .swiper-slide {
  height: auto;
}
.featured_products__wrapper {
  width: 100%;
  max-width: 1000px;
}
.featured_products__wrapper .splide {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .featured_products__wrapper {
    width: calc(100% + 3vw * 2);
    margin: 0 calc(3vw * -1);
  }
  .featured_products__wrapper .splide__track {
    padding: 0 3vw !important;
  }
}
@media screen and (max-width: 768px) {
  .featured_products__wrapper {
    width: calc(100% + 4.5vw * 2);
    margin: 0 calc(4.5vw * -1);
  }
  .featured_products__wrapper .splide__track {
    padding: 0 4.5vw !important;
  }
}
.shop_listing {
  padding: 50px 0 110px;
}
.shop_listing__wrapper {
  gap: 60px;
}
.shop_listing__filters {
  width: 240px;
  order: -1;
  flex-shrink: 0;
  position: sticky;
  height: 100%;
  transition: 0.2s ease;
  max-height: calc(var(--100vh) - (80px + 53px + 50px));
  transition: 0.2s ease;
  overflow: auto;
  top: calc(80px + 53px + 20px);
}
.shop_listing__filters::-webkit-scrollbar {
  display: none;
}
.scrolldown .shop_listing__filters {
  top: 20px;
  max-height: calc(var(--100vh) - 50px);
  transition: 0.2s ease;
}
.shop_listing__filters > div:not(:last-child) {
  padding-bottom: 54px;
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 47px;
}
.shop_listing__filters .title {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}
.shop_listing__filters .ambiance .left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.shop_listing__filters .ambiance.anti_odor .ambiance__color {
  background-color: #189384;
}
.shop_listing__filters .ambiance.aromatherapy .ambiance__color {
  background-color: #7e44d0;
}
.shop_listing__filters .ambiance__color {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #ff753f;
}
.shop_listing__filters .icebergs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.shop_listing__filters .icebergs .iceberg.opened .arrow {
  transform: scale(1);
  transition: 0.2s ease;
}
.shop_listing__filters .icebergs .iceberg__head {
  cursor: pointer;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(30, 30, 30, 0.5);
  text-transform: uppercase;
  align-items: center;
  line-height: 1.4;
  padding: 0;
}
.shop_listing__filters .icebergs .iceberg__head .arrow {
  flex-shrink: 0;
  transform: scale(-1);
  transition: 0.2s ease;
}
.shop_listing__filters .icebergs .iceberg__body {
  display: none;
  font-size: 16px;
  padding-bottom: 0;
}
.shop_listing__filters .icebergs .iceberg__body div {
  margin-top: 15px;
}
.shop_listing__filters .icebergs .iceberg__body .product__single,
.shop_listing__filters .icebergs .iceberg__body .ambiance__single {
  cursor: pointer;
  transition: 0.2s ease;
}
.shop_listing__filters .icebergs .iceberg__body .product__single:hover,
.shop_listing__filters .icebergs .iceberg__body .product__single.active,
.shop_listing__filters .icebergs .iceberg__body .ambiance__single:hover,
.shop_listing__filters .icebergs .iceberg__body .ambiance__single.active {
  font-weight: 700;
  transition: 0.2s ease;
}
.shop_listing__filters .icebergs .iceberg__body .product__list,
.shop_listing__filters .icebergs .iceberg__body .ambiance__list {
  display: flex;
  flex-direction: column;
}
.shop_listing__filters .icebergs .iceberg__body .product__list a,
.shop_listing__filters .icebergs .iceberg__body .ambiance__list a {
  color: rgba(30, 30, 30, 0.7);
  font-weight: 400;
}
.shop_listing__header {
  margin-bottom: 40px;
  align-items: center;
}
.shop_listing__header .active_filters {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.shop_listing__header .active_filters .filter {
  display: flex;
  padding: 7px 9px;
  justify-content: center;
  align-items: flex-start;
  gap: 10.5px;
  flex-shrink: 0;
  font-size: 12px;
  gap: 10px;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.shop_listing__header .filter_btn {
  font-size: 12px;
  font-weight: 400;
  padding: 7px 9px;
  border: 1px solid #1e1e1e;
  border-radius: 456px;
  cursor: pointer;
}
.shop_listing__products {
  flex-wrap: wrap;
  gap: 20px;
}
.shop_listing__products .product_preview {
  flex: 0 0 calc(33.33% - 13.33px);
}
.shop_listing__more {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .shop_listing .product_preview {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .shop_listing__filters {
    width: 100%;
    position: relative;
    overflow: unset;
    top: unset !important;
    max-height: unset !important;
    margin-bottom: 60px;
  }
  .shop_listing__filters .icebergs {
    gap: 20px;
  }
  .shop_listing__filters .icebergs .iceberg__head {
    font-size: 18px;
  }
  .shop_listing__filters > div:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 550px) {
  .shop_listing .product_preview {
    flex: 0 0 100%;
  }
}
.filters_popup .create_your_own,
.shop_listing__filters .create_your_own {
  color: rgba(30, 30, 30, 0.7);
  font-weight: 700;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .filters_popup .create_your_own,
  .shop_listing__filters .create_your_own {
    margin-top: 20px;
  }
}
.header_ambiances {
  overflow: hidden;
}
.header_ambiances .subtitle {
  font-weight: 500;
}
.boutique_description__wrapper {
  position: relative;
  padding: 45px 0 40px;
}
.boutique_description__wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  object-fit: cover;
  background: linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
}
.boutique_description__wrapper,
.boutique_description .infos {
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.boutique_description .wysiwyg {
  max-width: 600px;
}
.boutique_description .infos {
  justify-content: flex-end;
}
.boutique_description__info {
  gap: 15px;
  align-items: center;
  font-size: 14px;
  max-width: 200px;
}
.boutique_description__info .title {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.boutique_description__info .img {
  flex-shrink: 0;
}
.boutique_description__info .img img {
  width: 35px;
}
@media screen and (max-width: 1250px) {
  .boutique_description__wrapper {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .boutique_description__wrapper {
    gap: 20px;
  }
  .boutique_description__wrapper .infos {
    gap: 20px;
    flex-direction: column;
  }
}
.boutique_description + .shop_listing {
  padding-top: 78px;
}
@media screen and (max-width: 768px) {
  .boutique_description + .shop_listing {
    padding-top: 50px;
  }
}
.product_infos {
  overflow: hidden;
}
.product_infos__wrapper {
  gap: 50px;
}
.product_infos .title.show_on_tablets {
  margin-top: 10px;
}
.product_infos__right {
  width: calc(60% - 50px);
  height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product_infos__right form {
  flex: 1 1 0;
  justify-content: flex-end;
}
.product_infos__right .h2 {
  margin-bottom: 10px;
  max-width: 460px;
}
.product_infos__right .in_stock {
  text-transform: uppercase;
}
.product_infos__right .in_stock::after {
  width: 100%;
}
.product_infos__right .wysiwyg {
  margin-top: 20px;
  display: block;
  max-width: 628px;
  font-size: 14px;
  font-weight: 400;
}
.product_infos__left {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 40%;
  top: 0;
  height: inherit;
}
.product_infos__type {
  position: absolute;
  top: 12%;
  right: 0;
  width: 70%;
  max-width: 527px;
  height: 0;
  padding-bottom: 70%;
  transform: translateX(57%);
}
.product_infos__type img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.product_infos__attributes {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.product_infos__attributes .attributes {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 11px;
}
.product_infos__attributes .attributes_type {
  flex: 0 0 100%;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 18px;
}
.product_infos__attributes .attributes_type .know_more {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  text-transform: none;
  white-space: nowrap;
}
.product_infos__attributes .attributes_type .optionnal {
  text-transform: none;
}
.product_infos__attributes .attributes .attribute {
  display: inline-flex;
  padding: 10px 35px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #1e1e1e;
  transition: 0.2s ease;
  cursor: pointer;
}
.product_infos__attributes .attributes .attribute:hover,
.product_infos__attributes .attributes .attribute.active {
  background-color: #1e1e1e;
  transition: 0.2s ease;
  color: #fff;
  border-color: #1e1e1e;
}
.product_infos__form {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.product_infos__form .label {
  font-weight: 400;
  text-transform: uppercase;
}
.product_infos__form .price__qty {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.product_infos__form .price__qty .label {
  flex: 0 0 100%;
}
.product_infos__form .price__qty .btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_infos__form .price__qty input[type="number"] {
  caret-color: #1e1e1e;
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-left: none;
  border-right: none;
  color: #1e1e1e;
  border-radius: 0;
  text-align: center;
  max-width: 50px;
  -moz-appearance: textfield;
}
.product_infos__form
  .price__qty
  input[type="number"]::-webkit-outer-spin-button,
.product_infos__form
  .price__qty
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_infos__main {
  background-color: #f4f4ef;
  border-radius: 8px;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.product_infos__main .swiper-wrapper {
  align-items: center;
}
.product_infos__main .splide,
.product_infos__main .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  object-fit: contain;
}
.product_infos__main .splide__track,
.product_infos__main .swiper__track {
  height: 100%;
}
.product_infos__main .splide__list,
.product_infos__main .swiper__list {
  align-items: center;
}
.product_infos__main .splide__slide,
.product_infos__main .swiper-slide {
  position: relative;
}
.product_infos__main .splide__slide::before,
.product_infos__main .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%) scale(-1);
  width: 150%;
  height: 0;
  padding-bottom: 150%;
  border-radius: 50%;
  background: radial-gradient(#ebe4de 40%, rgba(255, 255, 255, 0) 60%);
}
.product_infos__main .splide__slide.cover img,
.product_infos__main .swiper-slide.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_infos__main .splide__slide img,
.product_infos__main .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.product_infos.diffuseur .product_infos__type {
  max-width: 400px;
  transform: translateX(37%);
  opacity: 15%;
}
.product_infos.fragrance .product_infos__wrapper,
.product_infos.aromatherapy .product_infos__wrapper,
.product_infos.anti_odor .product_infos__wrapper {
  row-gap: 16px;
  flex-wrap: wrap;
}
.product_infos.fragrance .product_infos__thumbnails,
.product_infos.aromatherapy .product_infos__thumbnails,
.product_infos.anti_odor .product_infos__thumbnails {
  width: 40%;
}
.product_infos__thumbnails .splide__slide,
.product_infos__thumbnails .swiper-slide {
  background-color: #f4f4ef;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_infos__thumbnails .splide__slide.cover img,
.product_infos__thumbnails .swiper-slide.cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_infos__thumbnails img {
  position: relative;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  min-height: 100px;
}
.product_infos__price {
  margin-top: 30px;
  line-height: 1.4;
}
.product_infos__price.buy .price__purchase {
  font-size: 24px;
}
.product_infos__price.buy .price__note {
  display: block;
}
.product_infos__price.buy .price__monthly {
  font-size: 16px;
}
.product_infos__price.rent .price__purchase {
  font-size: 16px;
}
.product_infos__price.rent .price__note {
  display: none;
}
.product_infos__price.rent .price__monthly {
  font-size: 24px;
}
.product_infos__price .price__purchase {
  font-weight: 500;
  font-size: 24px;
}
.product_infos__price .price__monthly {
  font-weight: 500;
}
.product_infos__price .price__note {
  color: rgba(30, 30, 30, 0.5);
  font-weight: 400;
}
.product_infos .small_note {
  margin-bottom: 30px;
}
.product_infos:not(.diffuseur) {
  overflow: hidden;
}
.product_infos.anti_odor .splide__slide::before {
  /*opacity: 0.4;*/
  background: radial-gradient(#42c5b5 10%, rgba(255, 255, 255, 0) 70%);
}
.product_infos.fragrance .splide__slide::before {
  /*opacity: 0.4;*/
  background: radial-gradient(#f19556 10%, rgba(255, 255, 255, 0) 70%);
}
.product_infos.aromatherapy .splide__slide::before {
  /*opacity: 0.4;*/
  background: radial-gradient(#f19556 10%, rgba(255, 255, 255, 0) 70%);
}
@media screen and (max-width: 1024px) {
  .product_infos {
    overflow: hidden;
  }
  .product_infos__right {
    width: 100%;
  }
  .product_infos__main {
    min-height: unset;
    padding-bottom: 85%;
  }
  .product_infos__main .splide__slide {
    padding-bottom: 0;
    height: 100% !important;
  }
  .product_infos__thumbnails {
    display: none;
  }
  .product_infos__wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  .product_infos__attributes:first-child {
    margin-top: 0;
  }
  .product_infos__attributes:not(:first-child) {
    margin-top: 20px;
  }
  .product_infos__attributes .attributes_type {
    flex-direction: column;
    gap: 0;
  }
  .product_infos__left {
    margin: 0 auto;
    width: 100%;
    position: relative;
    flex: unset;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .product_infos__type {
    top: 20%;
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .product_infos__form .price__qty .btn {
    margin-top: 20px;
  }
}
.more_informations {
  margin-top: 43px;
}
.cart {
  padding-bottom: 40px;
  overflow: hidden;
}
.cart .table_wrapper {
  overflow: auto;
}
.cart .table_wrapper::-webkit-scrollbar {
  display: none;
}
.cart table {
  width: 100%;
  margin-top: 56px;
}
.cart table thead {
  font-weight: 500;
  color: #1e1e1e;
  position: relative;
}
.cart table thead .mobile {
  display: none;
}
.cart table thead td {
  padding-bottom: 10px;
}
.cart table thead td:last-child {
  width: 70px;
}
.cart table tr {
  position: relative;
}
.cart table tr:not(.subheader)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ebe4de;
}
.cart table tr.subheader {
  font-size: 12px;
  font-weight: 500;
}
.cart table tr.subheader td {
  padding-top: 10px;
}
.cart table tr td .flex .col {
  flex: 1 1 0;
  max-width: 117px;
}
.cart table tr td:nth-child(1) {
  padding-right: 80px;
}
.cart table tr td:nth-child(1) .number_wrapper {
  width: 63px;
  margin-bottom: 0;
}
.cart table tr td:nth-child(1) .number_wrapper input {
  width: 100%;
  height: 37px;
  border-radius: 4px;
  border: 1px solid #1e1e1e;
}
.cart table tr td:nth-child(1) .number_wrapper input:focus {
  outline: none;
  border: 1px solid #1e1e1e;
}
.cart table tr td:nth-child(1) .monthly_note {
  font-style: italic;
}
.cart table tr td:nth-child(1) .cart_item__text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cart table tr td:nth-child(1) .cart_item__text .wysiwyg {
  flex: 0 0 100%;
}
.cart table tr td:nth-child(1) .cart_item__bottom {
  display: none;
  flex: 0 0 100%;
  flex-wrap: wrap;
  column-gap: 27px;
  align-items: center;
}
.cart table tr td:nth-child(1) .cart_item__bottom .monthly_note {
  flex: 0 0 100%;
}
.cart table tr td:nth-child(1) .cart_item__action_btns {
  display: flex;
  flex-direction: row !important;
}
.cart table tr td:nth-child(1) .cart_item__action_btns img {
  width: 20px;
}
.cart table tr td:nth-child(2) {
  width: 186px;
}
.cart table tr td:nth-child(2) .number_wrapper {
  position: relative;
}
.cart table tr td:nth-child(2) .number_wrapper:hover .arrows {
  opacity: 1;
  transition: 0.2s ease;
}
.cart table tr td:nth-child(2) .number_wrapper .arrows {
  opacity: 0;
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 8px;
  position: absolute;
  background-color: #ebe4de;
  border-radius: 4px;
  gap: 3px;
}
.cart table tr td:nth-child(2) .number_wrapper .arrows .up,
.cart table tr td:nth-child(2) .number_wrapper .arrows .down {
  padding: 3px;
  cursor: pointer;
}
.cart table tr td:nth-child(2) .number_wrapper .arrows .up {
  padding-bottom: 0;
}
.cart table tr td:nth-child(2) .number_wrapper .arrows .down {
  padding-top: 0px;
}
.cart table tr td:nth-child(2) input {
  width: 83px;
  height: 40px;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  caret-color: #1e1e1e;
  padding: 8px;
  text-align: center;
  -moz-appearance: textfield;
}
.cart table tr td:nth-child(2) input::-webkit-outer-spin-button,
.cart table tr td:nth-child(2) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart table tr td:nth-child(3),
.cart table tr td:nth-child(4) {
  width: 284px;
}
.cart table tfoot {
  font-weight: 500;
  font-size: 20px;
}
.cart table tfoot td {
  padding: 35px 0;
  white-space: nowrap;
}
.cart table tfoot .price {
  display: block;
}
.cart table tfoot .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  display: block;
}
.cart .summary {
  align-items: center;
  justify-content: space-between;
}
.cart .summary__total {
  padding-top: 62px;
  display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
}
.cart .summary__total .note {
  max-width: 227px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}
.cart .summary .btn.white {
  display: flex;
  gap: 5px;
  align-items: center;
}
.cart .summary .btn.white .arrow {
  bottom: 1px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cart table tr td:nth-child(1) {
    width: 30%;
    padding-right: 50px;
  }
  .cart table tr td:nth-child(1) .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cart .cart_item td {
    padding: 20px 0;
  }
  .cart .cart_item .cart_item__img {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cart .subheader {
    display: none;
  }
  .cart table .cart_item:nth-child(2) td {
    padding-top: 20px;
  }
  .cart table tr:not(.subheader)::after {
    background-color: #f1f3f6;
    height: 1px;
  }
  .cart table thead,
  .cart table tfoot .note {
    font-size: 10px;
    color: #1e354e;
    font-weight: 500;
  }
  .cart table thead td {
    display: none;
    width: unset !important;
  }
  .cart table thead td:nth-child(1),
  .cart table thead td:nth-child(2) {
    display: block !important;
  }
  .cart table thead .desktop {
    display: none;
  }
  .cart table thead .mobile {
    display: block;
  }
  .cart table tr {
    display: flex;
    justify-content: space-between;
  }
  .cart table tr td:nth-child(1) {
    width: unset;
    padding-right: 20px;
  }
  .cart table tr td:nth-child(1) .wysiwyg,
  .cart table tr td:nth-child(1) .monthly_note {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  .cart table tr td:nth-child(1) .cart_item__bottom {
    display: flex;
  }
  .cart table tr td:nth-child(1) .flex {
    flex-direction: row;
    gap: 15px;
  }
  .cart table tr td:nth-child(2) {
    width: unset;
    display: none;
  }
  .cart table tr td:nth-child(2) input {
    width: 60px;
  }
  .cart table tr td:nth-child(4) {
    width: unset;
  }
  .cart table tr td:nth-child(5) {
    display: none;
  }
  .cart table tr td:nth-child(5) .cart_item__action_btns {
    display: none !important;
  }
  .cart table tr td:nth-child(3) {
    width: unset;
  }
  .cart table tr td .flex .col:first-child {
    display: none;
  }
  .cart table tfoot tr {
    justify-content: flex-end;
    gap: 40px;
  }
  .cart table tfoot tr td:nth-child(3),
  .cart table tfoot tr td:nth-child(4) {
    display: block;
  }
  .cart table tfoot tr .col {
    display: flex;
    flex-direction: column-reverse;
  }
  .cart .subtotal {
    display: none;
  }
  .cart .summary {
    flex-direction: column;
    margin-top: 12px;
  }
  .cart .summary .white {
    display: none !important;
  }
  .cart .summary__total {
    padding-top: 0;
  }
  .cart .summary__total span:first-child {
    color: #1e354e;
    font-size: 12px;
    font-weight: 500;
  }
  .cart .summary .btn {
    align-self: flex-start;
  }
  .cart .cart_item {
    align-items: center;
  }
  .cart .cart_item.fixed_price td:nth-child(4) {
    display: none;
  }
  .cart .cart_item .number_wrapper {
    display: none;
  }
  .cart .cart_item .cart_item__bottom .number_wrapper {
    display: flex;
  }
  .cart .cart_item .cart_item__img {
    width: 70px;
    padding-bottom: 0;
    height: 100px;
    flex-shrink: 0;
  }
  .cart .cart_item .cart_item__img .gradient {
    width: 100%;
    padding-bottom: 100%;
  }
}
.cart_item td {
  padding: 26px 0;
}
.cart_item:nth-child(2) td {
  padding-top: 0;
}
.cart_item__bottom {
  display: none;
  margin-top: 11px;
}
.cart_item__infos {
  gap: 30px;
}
.cart_item .qty_wrapper .minus,
.cart_item .qty_wrapper .plus {
  display: none;
}
.cart_item__img {
  width: 158px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.cart_item__img .gradient {
  width: 60%;
  padding-bottom: 60%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(4%, -12%) rotate(180deg);
  position: absolute;
  opacity: 0.6;
  transition: 0.2s ease;
}
.cart_item__img .backdrop_filter_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cart_item__img .backdrop_filter_wrapper {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
  }
}
@supports not (-webkit-overflow-scrolling: touch) {
  .cart_item__img .gradient {
    filter: blur(50px);
  }
}
.cart_item__img img {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.cart_item.diffuseur .cart_item__img .gradient {
  opacity: 1;
  background: #ebe4de;
}
.cart_item.fragrance .cart_item__img .gradient {
  background: linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
}
.cart_item.aromatherapy .cart_item__img .gradient {
  background: linear-gradient(270deg, #7e44d0 0%, #edc6f799 100%);
}
.cart_item.anti_odor .cart_item__img .gradient {
  background: linear-gradient(225deg, #189384 0%, #a4f4c9 100%);
}
.cart_item .fixed_price__per_unit,
.cart_item .fixed_price__total,
.cart_item .monthly_price__per_unit,
.cart_item .monthly_price__total {
  font-weight: 500;
  font-size: 20px;
}
.cart_item__text span {
  margin-bottom: 0.5em;
  display: block;
}
.cart_item__text p + p {
  margin-top: 0;
}
.cart_item__action_btns {
  display: flex;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  justify-content: flex-end;
}
.cart_item__action_btns img {
  transition: 0.2s ease;
}
.cart_item__action_btns img:nth-child(2):hover {
  transform: scale(1.3);
}
.cart_item__action_btns img:hover {
  transform: scale(1.2);
  transition: 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .cart_item td {
    padding: 10px 0;
  }
  .cart_item .cart_item__img {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
  }
  .cart_item .cart_item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cart_item__bottom {
    display: block;
  }
}
.cart table tr td:nth-child(1) .qty_wrapper .minus,
.cart table tr td:nth-child(1) .qty_wrapper .plus,
.summary_box .qty_wrapper .minus,
.summary_box .qty_wrapper .plus {
  display: none;
}
@media screen and (max-width: 768px) {
  .cart table tr td:nth-child(1) .qty_wrapper,
  .summary_box .qty_wrapper {
    display: flex;
    width: 80px;
  }
  .cart table tr td:nth-child(1) .qty_wrapper input,
  .summary_box .qty_wrapper input {
    height: 37px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .cart table tr td:nth-child(1) .qty_wrapper .minus,
  .cart table tr td:nth-child(1) .qty_wrapper .plus,
  .summary_box .qty_wrapper .minus,
  .summary_box .qty_wrapper .plus {
    height: 37px;
    padding: 0;
    display: flex;
    width: 50px;
  }
  .cart table tr td:nth-child(1) .qty_wrapper .minus span,
  .cart table tr td:nth-child(1) .qty_wrapper .plus span,
  .summary_box .qty_wrapper .minus span,
  .summary_box .qty_wrapper .plus span {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .cart table tr td:nth-child(1) .qty_wrapper .minus:hover span,
  .cart table tr td:nth-child(1) .qty_wrapper .plus:hover span,
  .summary_box .qty_wrapper .minus:hover span,
  .summary_box .qty_wrapper .plus:hover span {
    transform: none;
  }
}
.thank_you .padd-100 {
  display: flex;
  flex-direction: column;
}
.thank_you .wrap {
  max-width: calc(696px + (3vw * 2));
}
.thank_you h1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 54px;
}
.thank_you h1 .number {
  font-weight: 700;
}
.thank_you .wysiwyg {
  font-size: 16px;
}
.thank_you .wysiwyg .number {
  text-decoration: underline;
}
.thank_you .wysiwyg > * {
  display: block;
}
.thank_you table {
  margin-top: 74px;
  width: 100%;
}
.thank_you table + .btn {
  margin: 0 auto;
  margin-top: 100px;
}
.thank_you table tr {
  position: relative;
}
.thank_you table tr:not(tfoot tr, :last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #1e1e1e;
}
.thank_you table tr td:last-child {
  font-weight: 700;
  text-align: right;
}
.thank_you table tfoot tr:first-child td {
  padding-top: 49px;
}
.thank_you table tfoot tr td {
  padding-bottom: 10px;
}
.thank_you table tfoot tr:last-child {
  font-size: 18px;
  font-weight: 700;
}
.thank_you table tfoot tr:last-child td {
  padding-top: 34px;
}
.thank_you .cart_item:nth-child(2) td {
  padding: 26px 0;
}
.thank_you .cart_item__img::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0;
  left: 0;
  object-fit: cover;
  background: radial-gradient(
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.1)
  );
}
.thank_you h2 {
  text-align: center;
  margin-top: 85px;
}
.thank_you .btn {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .thank_you .padd-100 {
    padding-top: 40px;
  }
  .thank_you h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .thank_you h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .thank_you h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .thank_you .italic {
    font-size: 14px;
  }
  .thank_you .wysiwyg {
    font-size: 12px;
  }
  .thank_you .cart_item__infos {
    gap: 20px;
  }
  .thank_you .cart_item td:nth-child(1) {
    flex: 1 1 0;
  }
  .thank_you .cart_item:nth-child(2) td {
    padding: 10px 0;
  }
  .thank_you table {
    margin-top: 20px;
  }
  .thank_you table tr {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
  }
}
.client_zone {
  padding: 132px 0 105px;
  background-color: #fff1cf;
}
.client_zone::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  background: linear-gradient(
    0deg,
    rgba(255, 241, 207, 0.42) 0%,
    rgba(255, 241, 207, 0.42) 100%
  );
}
.client_zone h2 {
  margin-bottom: 24px;
}
.client_zone img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.client_zone__wrapper {
  display: flex;
  gap: 60px;
}
.client_zone__left {
  max-width: 432px;
  font-weight: 400;
}
.client_zone__right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .client_zone__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .client_zone__right {
    justify-content: flex-start;
  }
}
.header_checkout li {
  font-size: 14px;
}
.checkout {
  z-index: 3;
  padding-bottom: 125px;
}
.cart_open .checkout {
  z-index: 4;
}
.checkout__left {
  padding-right: 100px;
  flex: 1 1 0;
  width: calc(100% - 430px);
}
.checkout__right {
  flex: 1 1 0;
  max-width: 430px;
  margin-top: 30px;
  top: 0;
  height: 100%;
}
.checkout__right .box_wrap {
  padding: 30px;
  padding-top: 18px;
  border-radius: 8px;
  background-color: #ebe4de;
  color: #1e1e1e;
  height: 100%;
}
.checkout__right .box_wrap .summary_title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 10px;
}
.checkout__right .box_wrap .summary_title .close {
  display: none;
  padding: 5px;
  cursor: pointer;
}
.checkout table {
  width: 100%;
}
.checkout table .number_wrapper {
  position: relative;
}
.checkout table .number_wrapper .arrows {
  background-color: #e1dbd5;
  border-radius: 4px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.checkout table .number_wrapper .arrows .up,
.checkout table .number_wrapper .arrows .down {
  cursor: pointer;
}
.checkout table tr:not(tfoot tr) {
  position: relative;
}
.checkout table tr:not(tfoot tr) td {
  padding: 23px 0;
  padding-top: 20px !important;
}
.checkout table tr:not(tfoot tr)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  opacity: 0.3;
  left: 0;
  object-fit: cover;
  background-color: rgba(30, 30, 30, 0.4);
}
.checkout table td .flex {
  align-items: center;
}
.checkout table td input {
  max-width: 60px;
  border: 1px solid #1e1e1e;
  border-radius: 8px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  color: #1e1e1e;
  font-weight: 400;
  caret-color: #fff;
  padding-left: 10px;
}
.checkout table tfoot {
  font-size: 12px;
}
.checkout table tfoot td {
  padding-bottom: 2px;
}
.checkout table tfoot td:nth-child(2) {
  text-align: right;
}
.checkout table tfoot .title {
  font-size: 14px;
  font-weight: 400;
}
.checkout table tfoot .title td {
  padding-top: 25px;
}
.checkout table tfoot tr:nth-last-child(2) td {
  padding-bottom: 24px;
}
.checkout table tfoot tr:last-child {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.checkout table tfoot tr:last-child td {
  padding-top: 15px;
}
.checkout table tfoot tr:last-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  opacity: 0.3;
  left: 0;
  object-fit: cover;
  background-color: rgba(30, 30, 30, 0.4);
}
.checkout .cart_item__text {
  font-size: 12px;
  padding-right: 28px;
}
.checkout .cart_item__text strong {
  font-size: 14px;
}
.checkout .cart_item__action_btns {
  gap: 0px;
  align-items: center;
}
.checkout__progress {
  margin-top: 30px;
  display: flex;
  gap: 18px;
  position: relative;
}
.checkout__progress::after {
  content: "";
  width: 100%;
  background-color: #f1f3f6;
  position: absolute;
  bottom: 1px;
  height: 1px;
}
.checkout__progress .step {
  position: relative;
  opacity: 0.3;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
.checkout__progress .step .phone {
  display: none;
}
.checkout__progress .step.done {
  cursor: pointer;
  opacity: 1;
  transition: 0.2s ease;
}
.checkout__progress .step.active {
  opacity: 1;
  transition: 0.2s ease;
}
.checkout__progress .step.active .title::after {
  width: 100%;
  transition: 0.2s ease;
}
.checkout__progress .step .title {
  padding-bottom: 10px;
  display: flex;
  gap: 18px;
  position: relative;
}
.checkout__progress .step .title::after {
  position: absolute;
  transition: 0.2s ease;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  content: "";
  background: #ffdb8699;
  background: linear-gradient(
    0deg,
    rgb(255, 219, 134) 0%,
    rgb(255, 117, 63) 100%
  );
}
.checkout__progress .step img {
  padding-bottom: 10px;
}
.checkout__account {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0px 0 100px;
}
.checkout__account .btn {
  margin: 30px 0 20px;
  padding: 16px 52px;
}
.checkout__account span:last-child {
  font-weight: 400;
  font-size: 16px;
}
.checkout__account span:last-child .open_session {
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.checkout .form_transform_wrapper {
  overflow: hidden;
  margin-top: 42px;
}
.checkout__form {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  column-gap: 0;
  transition: 0.3s ease;
}
.checkout__form .step {
  padding: 0 6px;
  flex: 0 0 100%;
  opacity: 0;
  transition: 0.4s ease;
}
.checkout__form .step.active {
  display: block;
  opacity: 1;
  transition: 0.4s ease;
}
.checkout__form .step_title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.checkout__form .step_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 22px;
}
.checkout__form .step_wrapper + .step_title {
  margin-top: 62px;
}
.checkout__form .step.step1 .buttons {
  justify-content: flex-end;
}
.checkout__form .step .buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.checkout__form .step .different_address {
  display: none;
  margin-top: 44px;
}
.checkout__form .step .add_payment {
  font-weight: 500;
  gap: 18px;
  align-items: center;
  margin: 55px 0;
  cursor: pointer;
}
.checkout__form .step .add_payment:hover .add_payment__plus {
  background-color: #828d9e;
  color: #fbfcfd;
  transition: 0.2s ease;
}
.checkout__form .step .add_payment__plus {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background-color: #fbfcfd;
  border-radius: 50%;
  color: #828d9e;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout__form .step .added_payment {
  display: none;
  margin-bottom: 20px;
}
.checkout__form .step .secured {
  align-items: center;
  gap: 10px;
  color: #ababab;
}
.checkout__form .step.step4 .input_wrapper .flex {
  align-items: center;
  gap: 24px;
}
.checkout__form .step.step4 .input_wrapper .flex input {
  width: 50%;
}
.checkout__form .step.step4 .input_wrapper .flex .btn--secondary {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.checkout__form .step.step4 .input_wrapper .note {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.checkout .btn--secondary.black {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.checkout .btn--secondary.black:hover .arrow {
  transform: translateX(-5px) scaleX(-1);
  transition: 0.2s ease;
}
.checkout .btn--secondary.black::after {
  display: none;
}
.checkout .btn--secondary.black .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0px) scaleX(-1);
  display: inline-block;
  position: relative;
  transition: 0.2s ease;
}
.checkout .btn--secondary.black .arrow img {
  height: 14px;
}
.checkout input[type="number"] {
  -moz-appearance: textfield;
}
.checkout input[type="number"]::-webkit-outer-spin-button,
.checkout input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout .input_wrapper.checkbox input + span {
  display: inline-block;
  padding-left: 35px;
}
.checkout .input_wrapper.checkbox input + span::before {
  position: absolute;
  left: 0;
}
.checkout .general_conditions_btn {
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  transition: 0.2s ease;
}
.checkout .general_conditions_btn:hover {
  color: rgba(30, 30, 30, 0.7);
  transition: 0.2s ease;
}
@media screen and (max-width: 1440px) {
  .checkout__left {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1250px) {
  .checkout__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .checkout__account {
    padding: 20px 0 70px;
  }
  .checkout__left {
    padding-right: 0;
    flex: unset;
    width: 100%;
  }
  .checkout__right {
    margin-top: 0;
  }
  .checkout .buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .checkout table td input {
    max-width: 31px;
  }
  .checkout .cart_item__action_btns {
    gap: 7px;
  }
  .cart_opened .checkout {
    z-index: 11;
  }
  .cart_opened .checkout .checkout__right {
    background-color: #fff;
  }
  .cart_opened .checkout .box_wrap {
    border-radius: 0;
    max-height: var(--100vh);
    transition: 0.2s ease;
    overflow: auto;
  }
  .cart_opened .checkout .box_wrap::before {
    display: none;
  }
  .cart_opened .checkout .box_wrap .summary_title {
    display: flex;
  }
  .cart_opened .checkout .box_wrap tbody {
    display: table-row-group;
  }
  .cart_opened .checkout .box_wrap tfoot {
    display: table-footer-group;
  }
  .cart_opened .checkout .box_wrap tr,
  .cart_opened .checkout .box_wrap tfoot tr:not(:last-child) {
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: space-between;
  }
  .cart_opened .checkout .box_wrap table tfoot tr:last-child::after {
    display: block;
  }
  .checkout__right {
    position: fixed;
    z-index: 11;
    height: unset;
    bottom: 0;
    top: unset;
    width: 100%;
    max-width: unset;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
    transition: 0.2s ease;
  }
  .checkout__right .box_wrap {
    position: relative;
    height: unset;
    border-radius: 8px 8px 0 0;
    width: 100%;
    pointer-events: auto;
    padding-bottom: 25px;
    padding-top: 25px;
    max-height: 84px;
    transition: 0.2s ease;
  }
  .checkout__right .box_wrap::before {
    content: "+";
    z-index: 2;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkout__right .box_wrap .summary_title,
  .checkout__right .box_wrap tbody,
  .checkout__right .box_wrap tfoot tr:not(:last-child) {
    display: none;
  }
  .checkout__right .box_wrap table tfoot tr:last-child::after {
    display: none;
  }
  .checkout__right .box_wrap table tfoot tr:last-child td {
    padding-top: 0;
  }
  .checkout__right .box_wrap .summary_title .close {
    display: block;
  }
  .checkout__progress {
    gap: 10px;
  }
  .checkout__progress .step {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    gap: 5px;
    white-space: normal;
  }
  .checkout__progress .step .title {
    gap: 5px;
  }
  .checkout__progress .step .title::after {
    bottom: -3px;
  }
  .checkout__progress .step .desktop {
    display: none;
  }
  .checkout__progress .step .phone {
    display: flex;
  }
  .checkout__form .step_wrapper .input_wrapper {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .number_wrapper input {
    text-align: center;
    padding-left: 0 !important;
    caret-color: #1e1e1e !important;
  }
  .number_wrapper .arrows {
    display: none !important;
  }
}
.faq {
  padding: 90px 0 130px;
}
.faq__wrapper {
  display: flex;
  gap: 160px;
}
.faq__menu {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 291px;
}
.faq__content {
  flex: 1 1 0;
}
.faq__content .question {
  padding: 20px 0;
  border-bottom: 2px solid #ebe4de !important;
}
.faq__content .question.opened {
  border-bottom: 2px solid #ebe4de !important;
}
.faq__content .question:first-child {
  padding-top: 0;
}
.faq__content .question__title {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #1e1e1e;
  text-transform: none;
  padding: 0;
}
.faq__content .question__answer {
  display: block;
  padding-bottom: 0;
}
.faq__content .question__answer .text {
  display: none;
}
.faq__content .question__answer ul {
  margin-left: 0.8em;
}
.faq__content .question__answer ul li {
  display: flex;
  align-items: flex-start;
}
.faq__content .question__answer ul li::before {
  display: flex;
  top: 10px;
  flex-shrink: 0;
  content: "";
  margin-right: 0.7em;
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1e1e1e;
}
.faq__category {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.faq__category.active::after,
.faq__category:hover::after {
  width: 60px;
  transition: 0.2s ease;
}
.faq__category.active {
  font-weight: 700;
  transition: 0.2s ease;
}
.faq__category::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1e1e1e;
  transition: 0.2s ease;
}
.faq__mobile_menu {
  display: none;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .faq__wrapper {
    gap: 70px;
  }
  .faq__menu {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 40px 0 70px;
  }
  .faq__mobile_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .faq__wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
  .faq__menu {
    width: 100%;
  }
  .faq__menu .cuztomized-select {
    width: 100%;
  }
  .faq__menu .cuztomized-select .hamak-selector__container {
    width: 100%;
  }
  .faq__menu .cuztomized-select .hamak-selector__container .selected {
    text-align: left;
  }
  .faq__category {
    display: none;
  }
}
.aromatherapy_img_and_text .img_and_text__left {
  padding: 0;
}
.aromatherapy_img_and_text h3 {
  max-width: 550px;
}
.faq_aromatherapy {
  background: linear-gradient(180deg, #ebe4de 0%, rgba(235, 228, 222, 0) 100%);
}
.faq_aromatherapy .icebergs {
  margin-top: 50px;
  max-width: 900px;
}
.faq_aromatherapy .icebergs .iceberg.opened .iceberg__head {
  padding-bottom: 10px;
  transition: 0.2s ease;
}
.faq_aromatherapy .icebergs .iceberg__head {
  font-size: 16px;
  color: #1e1e1e;
  transition: 0.2s ease;
}
.download_guide {
  padding-bottom: 100px;
}
.download_guide__box {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 50px;
}
.download_guide__box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .download_guide {
    padding-bottom: 50px;
  }
  .download_guide__box {
    padding: 200px 50px 50px;
  }
}
.header_expertise.header_general .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header_expertise.header_general .breadcrumb {
  padding-top: 50px;
}
.header_expertise.header_general .header_general__bg {
  width: 60%;
  left: 0;
}
.header_expertise.header_general .header_general__bg::before {
  content: "";
  background: #1e1e1e;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.header_expertise.header_general .header_general__content {
  max-width: unset;
  justify-content: flex-end;
  height: 100%;
  color: #fff;
}
.header_expertise.header_general .header_left {
  flex: 1 1 60%;
  background-color: #1e1e1e;
  margin-left: auto;
  max-width: calc((1500px / 2) + 3vw);
  padding-left: 3vw;
}
.header_expertise.header_general .header_left .wrapper {
  height: 100%;
}
.header_expertise.header_general .header_right {
  z-index: 2;
  flex: 1 1 40%;
  min-width: 646px;
  margin-right: auto;
  max-width: calc((1500px / 2) + 3vw);
  padding-right: 3vw;
}
.header_expertise.header_general .header_right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: translateX(80%);
  background-color: #1e1e1e;
  z-index: 1;
}
.header_expertise.header_general .header_right .wrapper {
  z-index: 2;
}
.header_expertise.header_general .header_right form {
  width: 100%;
  padding: 27px 40px;
  padding-right: 0;
  row-gap: 23px;
}
.header_expertise.header_general .header_right form h2 {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .header_expertise.header_general .header_general__wrap {
    flex-direction: column;
  }
  .header_expertise.header_general .header_general__bg {
    width: 100%;
  }
  .header_expertise.header_general .wrapper {
    width: 100%;
    padding: 0 3vw;
  }
  .header_expertise.header_general .header_left {
    min-width: unset;
    flex: unset;
    width: 100%;
    margin-left: unset;
    max-width: unset;
    position: relative;
  }
  .header_expertise.header_general .header_right {
    margin-right: unset;
    width: 100%;
    flex: unset;
    max-width: unset;
    min-width: unset;
  }
  .header_expertise.header_general .header_right form {
    padding: 50px 0 70px;
    padding-right: 0;
  }
  .header_expertise.header_general .header_right::after {
    display: none;
  }
}
.header_expertise.header_general .btn-box {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_expertise.header_general .btn-box {
    display: flex;
  }
  .header_expertise.header_general .header_right {
    display: none;
  }
}
.expertise_img_and_text .highlighted_text {
  position: absolute;
  left: 0;
  background-color: #1e1e1e;
  padding: 25px;
  border-radius: 8px;
  z-index: 2;
  color: #fff;
  bottom: 30px;
  transform: translateX(-30%);
  max-width: 305px;
  text-transform: uppercase;
  font-weight: 500;
}
.expertise_img_and_text .img_and_text__wrapper {
  gap: 120px;
}
.expertise_img_and_text .img_and_text__right {
  max-width: 660px;
}
.expertise_img_and_text .img_and_text__right {
  overflow: unset;
}
@media screen and (max-width: 1024px) {
  .expertise_img_and_text .img_and_text__wrapper {
    gap: 100px;
  }
  .expertise_img_and_text .highlighted_text {
    transform: translateY(-30%) translateX(-50%);
    bottom: unset;
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .expertise_img_and_text .img_and_text__wrapper {
    gap: 70px;
  }
  .expertise_img_and_text .highlighted_text {
    font-size: 18px;
    width: 80%;
  }
}
.text_on_mandala__wrapper {
  overflow: hidden;
  border-radius: 8px;
  background-color: #1e1e1e;
}
.text_on_mandala__left {
  position: relative;
  flex: 0 0 40%;
  z-index: 2;
}
.text_on_mandala__left img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.text_on_mandala__right {
  flex: 1 1 0;
  position: relative;
  padding: 77px 60px;
}
.text_on_mandala__right img {
  top: 50%;
  left: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 110%;
  height: 110%;
  object-fit: contain;
}
.text_on_mandala__right .wrapper {
  color: #fff;
  z-index: 2;
}
.text_on_mandala__right h3 {
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .text_on_mandala__wrapper {
    flex-direction: column-reverse;
  }
  .text_on_mandala__right {
    padding: 50px 30px;
  }
  .text_on_mandala__left {
    padding-bottom: 70%;
  }
}
.studies h2 {
  margin-bottom: 15px;
}
.studies .wysiwyg {
  font-weight: 400;
}
.studies__wrapper {
  gap: 100px;
  row-gap: 50px;
}
.studies__left {
  flex: 0 0 calc(50% - 50px);
}
.studies__right {
  flex: 0 0 calc(50% - 50px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.studies__right .study {
  display: flex;
  align-items: center;
  gap: 40px;
}
.studies__right .study__img {
  flex-shrink: 0;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .studies__wrapper {
    flex-direction: column;
  }
  .studies__right {
    max-width: 600px;
    margin: 0 auto;
  }
}
.for_hotels h2 {
  margin-bottom: 15px;
}
.for_hotels__box {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f4f4ef;
  padding-right: 75px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.for_hotels__box .backdrop_filter_wrapper {
  align-items: center;
  display: flex;
  z-index: 2;
}
.for_hotels__box .gradient {
  transform: translate(-27%, -9%) rotate(180deg);
  width: 300px;
  height: 230px;
  border-radius: 50%;
  background: linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
  z-index: -1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.for_hotels__right {
  flex: 0 0 30%;
  min-width: 400px;
  position: relative;
}
.for_hotels__right .bg {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.for_hotels__right .img {
  position: relative;
  z-index: 2;
}
.for_hotels__left {
  flex: 1 1 0;
  padding: 75px 60px;
}
@media screen and (max-width: 1024px) {
  .for_hotels__box {
    padding-right: 0;
  }
  .for_hotels__right {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .for_hotels .backdrop_filter_wrapper {
    flex-direction: column;
  }
  .for_hotels__right {
    flex: unset;
    min-width: unset;
    max-width: 400px;
    margin: 20px 0 50px;
  }
  .for_hotels__right .img {
    width: 80%;
    margin: 0 auto;
  }
  .for_hotels__right .bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
  }
  .for_hotels__left {
    padding: 40px 30px;
  }
}
.cherry_on_cake__wrapper {
  display: flex;
  align-items: center;
}
.cherry_on_cake__right {
  padding-left: 130px;
}
.cherry_on_cake__right h2 {
  margin-bottom: 20px;
}
.cherry_on_cake .product_in_box .gradient {
  background: linear-gradient(225deg, #189384 0%, #a4f4c9 100%);
}
.cherry_on_cake .product_in_box,
.unique .product_in_box {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #ebe4de;
}
.cherry_on_cake .product_in_box .gradient,
.unique .product_in_box .gradient {
  top: 0;
  left: 0;
  transform: translate(-30%, -30%) rotate(200deg);
  position: absolute;
  width: 90%;
  height: 0;
  opacity: 0.5;
  padding-bottom: 90%;
  border-radius: 50%;
}
.cherry_on_cake__left,
.unique__left {
  flex: 1 1 0;
  max-width: 546px;
}
.cherry_on_cake__left .backdrop_filter_wrapper,
.unique__left .backdrop_filter_wrapper {
  padding: 50px;
  padding-top: 30px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cherry_on_cake__left .backdrop_filter_wrapper img,
.unique__left .backdrop_filter_wrapper img {
  max-width: 340px;
  max-height: 400px;
  z-index: 2;
}
.cherry_on_cake__right,
.unique__right {
  flex: 1 1 0;
}
@media screen and (max-width: 768px) {
  .cherry_on_cake__wrapper,
  .unique__wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .cherry_on_cake__left,
  .unique__left {
    position: relative;
    width: 100%;
  }
  .cherry_on_cake__left .backdrop_filter_wrapper,
  .unique__left .backdrop_filter_wrapper {
    padding: 30px;
  }
  .cherry_on_cake__right,
  .unique__right {
    padding-left: 0;
  }
}
.unique__wrapper {
  flex-direction: row-reverse;
}
.unique__right {
  padding-right: 80px;
}
.unique__right .reasons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.unique__right .reasons .reason {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 30px;
}
.unique__right .reasons .reason__checkmark {
  width: 24px;
  flex-shrink: 0;
}
.unique .product_in_box .gradient {
  background: linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
}
@media screen and (max-width: 768px) {
  .unique__wrapper {
    flex-direction: column-reverse;
  }
  .unique__right {
    padding-right: 0;
  }
  .unique__right .reasons .reason {
    flex: 0 0 100%;
  }
}
.count_on_us h2 {
  margin-bottom: 15px;
}
.count_on_us__left {
  flex: 0 0 45%;
  padding-right: 100px;
}
.count_on_us__left .wysiwyg {
  margin-bottom: 32px;
}
.count_on_us__right {
  overflow: hidden;
  flex: 0 0 calc(55% + 3vw);
  margin-right: calc(3vw * -1);
  background-color: #f4f4ef;
  position: relative;
}
.count_on_us__right .backdrop_filter_wrapper {
  padding: 50px;
  padding-right: calc(3vw * 2);
  overflow: hidden;
}
.count_on_us__right .possibilities {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.count_on_us__right .gradient {
  top: 0;
  right: 0;
  transform: translate(40%, -20%) rotate(180deg);
  position: absolute;
  width: 50%;
  height: 0;
  opacity: 0.7;
  padding-bottom: 50%;
  border-radius: 50%;
  background: linear-gradient(225deg, #ff753f 0%, #ffdb8699 100%);
}
.count_on_us__right .backdrop_filter_wrapper,
.count_on_us__right h3 {
  position: relative;
  z-index: 2;
}
.count_on_us__right .possibility {
  display: flex;
  gap: 40px;
  align-items: center;
}
.count_on_us__right .possibility__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  position: relative;
}
.count_on_us__right .possibility__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .count_on_us__wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .count_on_us__left {
    padding-right: 0;
  }
  .count_on_us__right {
    margin-right: unset;
  }
  .count_on_us__right .backdrop_filter_wrapper {
    padding-right: 0;
    padding: 30px;
  }
  .count_on_us__right .possibility {
    gap: 30px;
  }
}
.free_evaluation h2 {
  margin-bottom: 15px;
}
.free_evaluation__box {
  border-radius: 8px;
  overflow: hidden;
}
.free_evaluation__left {
  flex: 0 0 50%;
  padding: 70px 60px;
  background-color: #000;
}
.free_evaluation__right {
  flex: 0 0 50%;
  position: relative;
}
.free_evaluation__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.free_evaluation .btn-box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .free_evaluation__box {
    flex-direction: column;
  }
  .free_evaluation__left {
    padding: 50px 30px;
  }
  .free_evaluation__right {
    padding-bottom: 50%;
    min-height: 250px;
  }
}
.mobile_contact {
  margin-bottom: -1px;
  display: none;
  padding: 50px 0 50px;
}
.mobile_contact form {
  margin-top: 0;
  gap: 20px;
}
.mobile_contact form h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mobile_contact {
    display: flex;
    flex-direction: column;
  }
}
.half_form {
  padding-bottom: 128px;
}
.half_form__wrapper {
  column-gap: 130px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.half_form .intro {
  margin-bottom: 40px;
  flex: 0 0 100%;
}
.half_form .intro h3 {
  width: 50%;
}
.half_form__left {
  flex: 1 1 0;
}
.half_form__left form {
  row-gap: 22px;
  margin-top: 0;
}
.half_form__left form .input_wrapper {
  gap: 5px;
}
.half_form__left form .input_wrapper.checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 27px;
  align-items: center;
}
.half_form__left form label:not(.checkbox label) {
  font-size: 14px;
}
.half_form__left form textarea {
  height: 255px;
}
.half_form__left form .cuztomized-select .hamak-selector__container {
  border: 1px solid rgba(30, 30, 30, 0.3);
}
.half_form__left form .cuztomized-select .hamak-selector__dropdown {
  border: 1px solid rgba(30, 30, 30, 0.3);
}
.half_form__left form .btn[type="submit"] {
  margin-top: 20px;
}
.half_form__left form.white_form input:not([type="submit"]),
.half_form__left form.white_form textarea {
  width: 100%;
  border-color: rgba(30, 30, 30, 0.3);
}
.half_form__left form.white_form input:not([type="submit"])::placeholder,
.half_form__left form.white_form textarea::placeholder {
  color: rgba(30, 30, 30, 0.2);
}
.half_form__right {
  flex: 1 1 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 35px;
}
.half_form__right a {
  color: #fff;
}
.half_form__right .phone {
  white-space: nowrap;
}
.half_form__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 60%;
}
.half_form__right .address,
.half_form__right .text {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 100px 60px;
}
.half_form__right .text {
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .half_form__wrapper {
    column-gap: 90px;
  }
}
@media screen and (max-width: 1250px) {
  .half_form__wrapper {
    column-gap: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .half_form {
    padding-bottom: 70px;
  }
  .half_form__wrapper {
    flex-direction: column;
  }
  .half_form .intro {
    margin-bottom: 0;
  }
  .half_form .intro h3 {
    width: 100%;
    font-size: 18px;
  }
  .half_form__right {
    flex: unset;
    margin-top: 0;
  }
  .half_form__right .address {
    padding: 100px 40px;
  }
  .half_form__right .text {
    padding: 50px 40px;
    font-size: 18px;
  }
}
.half-form .btn[type="submit"],
.half-form .account_back,
.connexion_form .btn[type="submit"],
.connexion_form .account_back,
.forgotten_password_form .btn[type="submit"],
.forgotten_password_form .account_back {
  font-weight: 400;
}
.account_header,
.account_connexion {
  background-color: #ebe4de;
}
.account_header .wrap {
  padding-top: 90px;
}
.account_header .text {
  max-width: 515px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .account_header .wrap {
    padding-top: 40px;
  }
}
.initials {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.initials .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-top: 144px;
  padding-top: 90px;
}
.initials img {
  opacity: 0.2;
  width: 400px;
  transform: translateX(30%);
}
@media screen and (max-width: 768px) {
  .initials .wrap {
    margin-top: 0;
    align-items: flex-end;
  }
  .initials img {
    width: 120px;
  }
}
.account_connexion {
  padding-bottom: 86px;
}
.account_connexion .wrap {
  z-index: 3;
}
.account_connexion__left {
  flex: 0 0 50%;
}
.account_connexion__right {
  flex: 0 0 50%;
  position: relative;
}
.account_connexion__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: contain;
  right: 0;
  object-position: right;
  opacity: 0.3;
}
.account_connexion form {
  max-width: 320px;
  row-gap: 25px;
}
.account_connexion form .input_wrapper {
  flex: 0 0 100%;
}
.account_connexion form .input_wrapper input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(30, 30, 30, 0.3);
}
.account_connexion form .buttons {
  display: flex;
  gap: 16px;
}
.account_connexion .forgotten_password {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
  margin-top: -15px;
  color: #1e1e1e;
  position: relative;
}
.account_connexion .forgotten_password::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: 0.2s ease;
  background-color: #1e1e1e;
}
.account_connexion .forgotten_password:hover::after {
  width: 100%;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .account_connexion__left {
    flex: 0 0 100%;
  }
  .account_connexion form {
    max-width: unset;
    width: 100%;
  }
} /*# sourceMappingURL=style.min.css.map */
