/* Core variables */
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap");
@font-face {
  font-family: Nalika;
  src: url("../assets/fonts/Nalika.otf");
}
@font-face {
  font-family: Harelson;
  src: url("../assets/fonts/Harelson.otf");
}
@font-face {
  font-family: Caliburn;
  src: url("../assets/fonts/Caliburn.otf");
}
.perlette-h1 {
  font-family: Viaoda Libre;
  font-style: normal;
  font-weight: normal;
  font-size: 170px;
  line-height: 240px;
}

.perlette-h2, .two-column-text-section h2 {
  font-family: Viaoda Libre;
  font-style: normal;
  font-weight: normal;
  font-size: 110px;
  line-height: 155px;
}

.perlette-h3 {
  font-family: Viaoda Libre;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 85px;
  letter-spacing: 0.08em;
}

.perlette-body, .two-column-text-section__texts p {
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.08em;
}

.perlette-body-bold, .single .wc-pao-addons-container .wc-pao-addon-name, .single.woocommerce form .woocommerce_gc_giftcard_form .form-row label {
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}

.perlette-absolute-title {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 110px;
}
@media only screen and (max-width: 768px) {
  .perlette-absolute-title {
    font-size: 60px;
  }
}

.perlette-leader {
  font-family: Viaoda Libre;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.08em;
}

body {
  background-color: #fbf8f4;
  margin: 0;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-id-10 .header {
  background-color: #dce3eb;
}

.page-id-8 .header,
.page-id-289 .header {
  background-color: #f7e9cd;
}

.page-id-5 .header,
.page-id-264 .header,
.page-id-315 .header,
.page-id-317 .header {
  background-color: #ebd0c8;
}

.menu {
  height: 150px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  position: relative;
}
.menu__logo.open {
  z-index: 4;
  position: fixed;
}
.menu__items ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .menu__items ul {
    display: none;
  }
}
.menu__items ul li div {
  z-index: 3;
  position: relative;
}
.menu__items ul li:first-child {
  font-family: Nalika;
}
.menu__items ul li:first-child a {
  color: #ac5f64;
  font-size: 40px;
}
.menu__items ul li:first-child a::after {
  top: -19px;
}
.menu__items ul li:first-child a::before {
  top: 26px;
}
.menu__items ul li:nth-child(2) {
  font-family: Caliburn;
}
.menu__items ul li:nth-child(2) a {
  color: #cf6e42;
  text-transform: uppercase;
  font-size: 20px;
}
.menu__items ul li:nth-child(2) a::after {
  top: -30px;
}
.menu__items ul li:nth-child(2) a::before {
  height: 15px;
  top: 17px;
}
.menu__items ul li:nth-child(3) {
  font-family: Harelson;
}
.menu__items ul li:nth-child(3) a {
  color: #5f8e80;
  font-size: 30px;
  text-transform: uppercase;
}
.menu__items ul li:nth-child(3) a::after {
  top: -24px;
  right: 90%;
}
.menu__items ul li:nth-child(3) a::before {
  height: 15px;
  top: 21px;
  width: 80px;
}
.menu__items ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.menu__items ul li a::after {
  content: url("./sass/icons/perlette.svg");
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  right: 75%;
}
.page-id-10 .menu__items ul li a::before {
  background-color: #dce3eb;
}
.page-id-8 .menu__items ul li a::before, .page-id-289 .menu__items ul li a::before {
  background-color: #f7e9cd;
}
.page-id-5 .menu__items ul li a::before, .page-id-264 .menu__items ul li a::before, .page-id-315 .menu__items ul li a::before, .page-id-317 .menu__items ul li a::before {
  background-color: #ebd0c8;
}
.menu__items ul li a::before {
  content: "";
  display: block;
  width: 120px;
  height: 10px;
  background-color: #fbf8f4;
  position: absolute;
  top: 1px;
  z-index: 2;
}
.menu__shop {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.menu__shop-button {
  font-family: "Syne";
  font-weight: 600;
  color: #cf6e42;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .menu__shop-button {
    display: none;
  }
}
.menu__shop-button::before {
  content: url("./sass/icons/hand.svg");
  display: block;
  width: 20px;
  position: absolute;
  left: -31px;
}
.menu__cart {
  margin-left: 40px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .menu__cart {
    margin-left: 0;
    margin-right: 45px;
  }
}
.menu__cart-number {
  cursor: pointer;
}
.menu__cart-count {
  font-family: "Syne";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  top: -15px;
}
.menu__fs-toggle {
  width: 55px;
  height: 55px;
  border: 1px solid #b29353;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 15px;
  z-index: 4;
}
.menu__fs-toggle:hover {
  background-color: #b29353;
  border: 1px solid #fbf8f4;
}
.menu__fs-toggle:hover .menu__fs-toggle-bar {
  background-color: #fbf8f4;
}
.menu__fs-toggle.open .menu__fs-toggle-bar {
  top: 26px;
}
.menu__fs-toggle.open .menu__fs-toggle-bar:first-child {
  transform: rotate(45deg);
}
.menu__fs-toggle.open .menu__fs-toggle-bar:last-child {
  transform: rotate(-45deg);
}
.menu__fs-toggle-bar {
  position: absolute;
  background-color: #b29353;
  height: 2px;
  width: 32px;
  display: block;
  left: 11px;
  transition: all 0.3s ease-in-out;
}
.menu__fs-toggle-bar:first-child {
  top: 21px;
}
.menu__fs-toggle-bar:last-child {
  top: 34px;
}

.fs-menu {
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 134px;
  padding-bottom: 82px;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 62px);
  overflow: auto;
  background-color: #fbf8f4;
}
.fs-menu.open {
  display: flex;
}
.fs-menu__header {
  margin-right: 90px;
  margin-left: 90px;
}
.fs-menu__header span {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #fbf8f4;
  border: 3px solid #b29353;
  color: #b29353;
  text-align: center;
  float: right;
  font-size: 3em;
  line-height: 34px;
}
.fs-menu__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  height: 85%;
  text-decoration: none !important;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .fs-menu__container {
    display: flex;
    flex-direction: column;
  }
}
.fs-menu__container .one {
  grid-column: 1;
  display: flex;
  border-right: 1px solid #3c3b3f;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .fs-menu__container .one {
    display: none;
  }
}
.fs-menu__container .bottom {
  font-size: 14px;
  align-self: flex-end;
  font-family: "Syne";
  color: #3c3b3f;
}
.fs-menu__container .bottom__social:first-child {
  margin-left: 52px;
}
.fs-menu__container .bottom__social:nth-child(2) {
  margin-left: 20px;
}
.fs-menu__container .bottom__social:last-child {
  margin-left: 20px;
}
.fs-menu__container .bottom__social:last-child img {
  width: 22px;
  filter: grayscale(1);
}
.fs-menu__container .two {
  font-family: "Viaoda Libre";
  grid-column: 2;
  display: block;
  color: #3c3b3f;
  border-right: 1px solid #3c3b3f;
  padding-left: 40px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .fs-menu__container .two {
    border: none;
    margin-top: 40px;
    flex: 1;
    padding-left: 10px;
  }
}
.fs-menu__container .two__target {
  color: #3c3b3f;
  width: 100%;
  font-size: 50px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .fs-menu__container .two__target {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.fs-menu__container .two__target a {
  color: #3c3b3f;
}
.fs-menu__container .two__target:last-child a {
  color: #b29353;
}
.fs-menu__container .three {
  font-size: 14px;
  font-family: "Syne";
  grid-column: 3;
  color: #b29353;
  padding-left: 44px;
}
@media only screen and (max-width: 768px) {
  .fs-menu__container .three {
    padding-left: 30px;
    margin-top: 12px;
    flex: 1;
  }
  .fs-menu__container .three > p {
    display: none;
  }
}
.fs-menu__container .three__wrapper {
  display: flex;
  flex-direction: column;
}
.fs-menu__container .three__wrapper-boutique {
  width: 195px;
  margin-right: 62px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .fs-menu__container .three__wrapper-boutique {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.fs-menu__container .three__wrapper-boutique .salon img {
  max-width: 90%;
}
.fs-menu__container .three__wrapper-boutique .patisserie {
  font-family: Caliburn;
  text-transform: uppercase;
  color: #cf6e42;
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  .fs-menu__container .three__wrapper-boutique .patisserie {
    font-size: 30px;
  }
}
.fs-menu__container .three__wrapper-boutique .gouter {
  font-family: Harelson;
  text-transform: uppercase;
  color: #5f8e80;
  font-size: 70px;
}
@media only screen and (max-width: 768px) {
  .fs-menu__container .three__wrapper-boutique .gouter {
    font-size: 40px;
  }
}
.fs-menu__container a {
  text-decoration: none;
}

.slider {
  width: 100%;
  max-width: 100vw;
  height: 660px;
  position: relative;
  overflow: hidden;
}
.slider .slide {
  width: 100%;
  max-width: 100vw;
  height: 660px;
  position: absolute;
  transition: all 0.5s;
}
.slider .slide__title {
  position: absolute;
  bottom: 0;
  left: 40px;
  font-size: 120px;
  font-family: "Viaoda Libre";
  color: #fbf8f4;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .slider .slide__title {
    font-size: 50px;
    text-align: center;
    top: 0;
  }
}
.slider .slide__text {
  position: absolute;
  top: 20%;
  right: 10%;
  font-size: 16px;
  font-family: "Syne";
  margin: 0;
  width: 420px;
  color: #fbf8f4;
  line-height: 19px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .slider .slide__text {
    font-size: 15px;
    text-align: center;
    top: 70%;
    left: 15px;
    width: 90%;
  }
}
.slider .slide__button {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  bottom: 10%;
  right: 10%;
  background-color: white;
  opacity: 0.8;
}
.slider .slide__button:hover {
  background-color: #000000;
  color: #ffffff;
}
.slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: absolute;
  width: 100px;
  height: 50px;
  padding: 10px;
  border: none;
  z-index: 10px;
  cursor: pointer;
  font-size: 18px;
}

.btn:active {
  transform: scale(1.1);
}

.btn-prev {
  top: 45%;
  left: 2%;
  background: url("./sass/icons/prev.png") no-repeat center center/contain;
}

.btn-next {
  top: 45%;
  right: 2%;
  background: url("./sass/icons/next.png") no-repeat center center/contain;
}

.universe--gouter .universe-header {
  background-color: #dce3eb;
}
.universe--salon .universe-header {
  background-color: #ebd0c8;
}
.universe--patisserie .universe-header {
  background-color: #f7e9cd;
}
.universe button {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.universe button:hover {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .universe button {
    margin-top: 10px;
  }
}
.universe .header__title h1.salon {
  font-family: Nalika;
  color: #ac5f64;
  font-size: 240px;
}
@media only screen and (max-width: 768px) {
  .universe .header__title h1.salon {
    font-size: 90px;
  }
}
.universe .header__title h1.gouter {
  font-family: Harelson;
  text-transform: uppercase;
  color: #5f8e80;
  font-size: 110px;
}
@media only screen and (max-width: 768px) {
  .universe .header__title h1.gouter {
    font-size: 90px;
  }
}
.universe .header__title h1.patisserie {
  font-family: Caliburn;
  text-transform: uppercase;
  color: #cf6e42;
  font-size: 110px;
}
@media only screen and (max-width: 768px) {
  .universe .header__title h1.patisserie {
    font-size: 55px;
  }
}
.universe .header__title h1.formation {
  font-family: Caliburn;
  text-transform: uppercase;
  color: #cf6e42;
  font-size: 110px;
}
@media only screen and (max-width: 768px) {
  .universe .header__title h1.formation {
    font-size: 55px;
  }
}

.home-description {
  margin: 140px auto;
  background-color: none;
}
.home-description__text {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #3c3b3f;
}

.home-universes {
  margin: 140px auto;
  display: flex;
  padding-left: 38px;
}
@media only screen and (max-width: 768px) {
  .home-universes {
    flex-direction: column;
  }
}
.home-universes a {
  text-decoration: none;
  color: inherit;
}
.home-universes .universe {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .home-universes .universe {
    margin-bottom: 64px;
  }
}
.home-universes .universe__img {
  width: 309px;
  height: 370px;
  object-fit: cover;
  object-position: center;
  max-height: 370px;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.home-universes .universe__img:hover {
  filter: blur(2px) brightness(1.25);
}
.home-universes .universe__title-img {
  margin-bottom: 20px;
  margin-top: 24px;
  height: 75px;
  max-width: 100%;
}
.home-universes .universe__title {
  font-size: 2.8rem;
  margin-bottom: 20px;
  margin-top: 24px;
  height: 75px;
}
.home-universes .universe__title--2 {
  font-family: Caliburn;
  color: #cf6e42;
  text-transform: uppercase;
}
.home-universes .universe__title--3 {
  font-family: Harelson;
  color: #5f8e80;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.home-universes .universe__text {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Syne;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.home-universes .universe__link {
  text-transform: none;
  font-family: Syne;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-weight: 600;
  color: #3c3b3f;
  text-decoration: underline;
}

.page-id-10 .favourites {
  background-color: #dce3eb;
}
.page-id-10 .favourites__title {
  color: #5f8e80;
}

.page-id-8 .favourites {
  background-color: #f7e9cd;
}
.page-id-8 .favourites__title {
  color: #cf6e42;
}

.page-id-5 .favourites {
  background-color: #ebd0c8;
}
.page-id-5 .favourites__title {
  color: #ac5f64;
}

.favourites {
  padding: 140px 100px;
  background-color: #f7e9cd;
}
@media only screen and (max-width: 768px) {
  .favourites {
    padding: 140px 0;
  }
}
.favourites__content {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .favourites__content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.favourites__left {
  width: 40%;
  margin-right: 80px;
}
@media only screen and (max-width: 768px) {
  .favourites__left {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
}
.favourites__title {
  margin-top: 0;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #ac5f64;
}
@media only screen and (max-width: 768px) {
  .favourites__title {
    font-size: 80px;
    line-height: 60pxpx;
  }
}
.favourites__text {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 114px;
}
@media only screen and (max-width: 768px) {
  .favourites__text {
    margin-bottom: 50px;
  }
}
.favourites__button {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.favourites__button:hover {
  background-color: #000000;
  color: #ffffff;
}
.favourites__product {
  margin-right: 19px;
  min-width: 300px !important;
}
@media only screen and (max-width: 768px) {
  .favourites__product {
    min-width: 200px !important;
  }
}
.favourites__product img {
  height: 300px;
  aspect-ratio: 1;
  object-fit: cover;
}
.favourites__description {
  font-family: Syne;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.favourites__name, .favourites__price {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.06em;
}
.favourites__products {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .favourites__products {
    padding-top: 40px;
    width: 100%;
    overflow: scroll;
  }
}
.favourites__link {
  text-transform: none;
  font-family: Syne;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-weight: 600;
  color: #3c3b3f;
  text-decoration: underline;
}

.footer-container {
  background-color: #ebd0c8;
  padding: 60px 0;
}
.footer-container .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Syne";
  gap: 10px;
}
@media (min-width: 768px) {
  .footer-container .footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.footer-container .footer__logo, .footer-container .footer__find-us, .footer-container .footer__social {
  text-align: center;
}
.footer-container .footer__logo {
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .footer-container .footer__logo--salon, .footer-container .footer__logo--patisserie, .footer-container .footer__logo--gouter {
    display: block;
    margin-bottom: 20px;
  }
}
.footer-container .footer__find-us {
  grid-row: 1;
  grid-column: 2/3;
  height: 100%;
}
.footer-container .footer__find-us a {
  text-decoration: none;
  color: black;
}
.footer-container .footer__find-us a:hover {
  color: #cf6e42;
}
.footer-container .footer__social {
  grid-column: 3/4;
  grid-row: 1;
}
.footer-container .footer__social a {
  text-decoration: none;
}
.footer-container .footer__social img {
  padding-right: 15px;
  width: 25px;
}

.legal {
  font-family: "Syne";
  font-style: normal;
  background-color: #3c3b3f;
  text-align: center;
  font-size: 14px;
  padding: 13px;
  color: white;
}
.legal a:link,
.legal a:visited {
  color: white;
  text-decoration: none;
}

.events__header h1 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .events__header h1 {
    font-size: 70px;
    top: -27px;
  }
}
.events__header img {
  position: relative;
  width: 100%;
  height: auto;
  top: -140px;
}
.events__header p {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 54px;
  width: 50%;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .events__header p {
    width: 80%;
    font-size: 25px;
  }
}
.events__items {
  margin-top: 250px;
}
.events__items .event {
  display: flex;
  position: relative;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .events__items .event {
    flex-direction: column;
  }
}
.events__items .event__img {
  flex: 1;
  max-width: 90%;
  margin-bottom: 32px;
}
.events__items .event__description {
  flex: 1;
  display: flex;
  align-items: center;
}
.events__items .event__description span {
  width: 50%;
  margin: 0 auto;
}
.events__items .event__title {
  position: absolute;
  top: -65px;
  left: 40%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .events__items .event__title {
    left: 0%;
  }
}
.events__form {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .events__form {
    flex-direction: column;
  }
}
.events__form .perlette-h3 {
  flex: 1;
  margin-right: 32px;
}
@media only screen and (max-width: 768px) {
  .events__form .perlette-h3 {
    text-align: center;
    margin: 0;
  }
}
.events__form #form {
  flex: 1;
  display: flex;
  flex: 1;
  padding-bottom: 170px;
  height: 425px;
}
.events__form #form input {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.events__form #form input:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .events__form #form {
    flex-direction: column;
    text-align: center;
  }
}
.events__form #first {
  display: flex;
  align-items: baseline;
}
.events__form #first input {
  width: 80%;
  height: 24px;
  padding: 9px 0 9px 15px;
  background-color: transparent;
  border-style: initial;
  border: 1px solid black;
}
@media only screen and (max-width: 768px) {
  .events__form #first {
    flex-direction: column;
  }
}
.events__form #first :first-child {
  flex: 1;
}
.events__form #first :last-child {
  flex: 1;
}
.events__form #second {
  display: flex;
  align-items: baseline;
}
.events__form #second input {
  width: 80%;
  height: 24px;
  padding: 9px 0 9px 15px;
  background-color: transparent;
  border-style: initial;
  border: 1px solid black;
}
@media only screen and (max-width: 768px) {
  .events__form #second {
    flex-direction: column;
  }
}
.events__form #second :first-child {
  flex: 1;
}
.events__form #second :last-child {
  flex: 1;
}
.events__form #third-object {
  flex: 1;
}
.events__form #third-object input {
  width: 80%;
  height: 24px;
  padding: 9px 0 9px 15px;
  background-color: transparent;
  border-style: initial;
  border: 1px solid black;
  width: 90%;
}
.events__form #third {
  flex: 1;
}
.events__form #third textarea {
  width: 90%;
  height: 150px;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  padding: 9px 0 9px 15px;
  background-color: transparent;
}
.events__form #fourth input {
  border: 1px solid #000000;
  padding: 15px;
  background-color: #000000;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  width: 50%;
  height: 50px;
}
.events__form #fourth input:hover {
  background-color: #ffffff;
  color: #000000;
}

.page-id-264, .page-id-315, .page-id-317 {
  background-color: #ebd0c8;
}
.page-id-264 *.salon-menu section h1, .page-id-315 *.salon-menu section h1, .page-id-317 *.salon-menu section h1 {
  margin-top: 0;
  padding-top: 5%;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-id-264 *.salon-menu section h1, .page-id-315 *.salon-menu section h1, .page-id-317 *.salon-menu section h1 {
    font-size: 62px;
    line-height: 85px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-264 *.salon-menu section h1, .page-id-315 *.salon-menu section h1, .page-id-317 *.salon-menu section h1 {
    text-align: center;
    left: 0;
  }
}
.page-id-264 *.salon-menu section img, .page-id-315 *.salon-menu section img, .page-id-317 *.salon-menu section img {
  position: relative;
  height: auto;
  top: -150px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .page-id-264 *.salon-menu section img, .page-id-315 *.salon-menu section img, .page-id-317 *.salon-menu section img {
    width: 100%;
  }
}
.page-id-264 *.salon-menu h3, .page-id-315 *.salon-menu h3, .page-id-317 *.salon-menu h3 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 85px;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .page-id-264 *.salon-menu h3, .page-id-315 *.salon-menu h3, .page-id-317 *.salon-menu h3 {
    margin-top: 25px;
  }
}
.page-id-264 *.salon-menu h2, .page-id-315 *.salon-menu h2, .page-id-317 *.salon-menu h2 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 85px;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-id-264 *.salon-menu h2, .page-id-315 *.salon-menu h2, .page-id-317 *.salon-menu h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page-id-264 *.salon-menu .border, .page-id-315 *.salon-menu .border, .page-id-317 *.salon-menu .border {
  max-width: 1200px;
  width: 98%;
  height: 0px;
  border: 1px solid #000000;
  margin: 0 auto;
  margin-top: 16px;
}
.page-id-264 *.salon-menu .border:last-of-type, .page-id-315 *.salon-menu .border:last-of-type, .page-id-317 *.salon-menu .border:last-of-type {
  display: none;
}
.page-id-264 *.salon-menu p, .page-id-315 *.salon-menu p, .page-id-317 *.salon-menu p {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.page-id-264 *.salon-menu__footer, .page-id-315 *.salon-menu__footer, .page-id-317 *.salon-menu__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 123px;
}
@media only screen and (max-width: 768px) {
  .page-id-264 *.salon-menu__footer, .page-id-315 *.salon-menu__footer, .page-id-317 *.salon-menu__footer {
    justify-content: center;
  }
}
.page-id-264 *.salon-menu__footer img, .page-id-315 *.salon-menu__footer img, .page-id-317 *.salon-menu__footer img {
  width: 30%;
  height: auto;
}
.page-id-264 *.salon-menu__footer div:nth-of-type(1), .page-id-315 *.salon-menu__footer div:nth-of-type(1), .page-id-317 *.salon-menu__footer div:nth-of-type(1) {
  flex: 1;
}
.page-id-264 *.salon-menu__footer div:nth-of-type(2), .page-id-315 *.salon-menu__footer div:nth-of-type(2), .page-id-317 *.salon-menu__footer div:nth-of-type(2) {
  text-align: right;
  flex: 1;
}

.carte {
  background-color: #f7e9cd;
}
.carte__header h1 {
  margin-top: 0;
  padding-top: 5%;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  position: relative;
  z-index: 1;
  font-size: 170px;
}
.carte__header img {
  position: relative;
  width: 100%;
  height: auto;
  top: -190px;
}
.carte__items {
  top: -190px;
  position: relative;
  padding-bottom: 50px;
}
.carte__items h2 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  color: #cf6e42;
}
@media only screen and (max-width: 768px) {
  .carte__items h2 {
    font-size: 62px;
    line-height: 85px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  .carte__items h2 {
    margin-top: 25px;
  }
}
.carte__items h3 {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
  font-size: 60px;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 0.08em;
}
.carte__items p {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 21px;
  color: #000000;
  margin-top: 0;
}
.carte__items :last-child {
  border-bottom: none;
}
.carte__items div {
  border-bottom: solid 1px #000000;
}

.form {
  margin-top: 75px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .form {
    flex-direction: column;
  }
}
.form h1 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  margin: 0 40px;
  flex: 1;
}
.form #text {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 54px;
  text-align: center;
  margin: 0 16%;
  padding-bottom: 6%;
  color: #000000;
  flex: 1;
  margin-right: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .form #text {
    text-align: center;
    margin: 0;
  }
}
.form #form {
  display: flex;
  flex: 1;
  padding-bottom: 170px;
  height: 425px;
}
.form #form input {
  flex: 2;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.form #form input:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .form #form {
    flex-direction: column;
    text-align: center;
  }
}
.form #first {
  display: flex;
  align-items: baseline;
}
.form #first input {
  width: 80%;
  height: 24px;
  padding: 9px 0 9px 15px;
  background-color: transparent;
  border-style: initial;
  border: 1px solid black;
}
@media only screen and (max-width: 768px) {
  .form #first {
    flex-direction: column;
  }
}
.form #first :first-child {
  flex: 1;
}
.form #first :last-child {
  flex: 1;
}
.form #second {
  display: flex;
  align-items: baseline;
}
.form #second input {
  width: 80%;
  height: 24px;
  padding: 9px 0 9px 15px;
  background-color: transparent;
  border-style: initial;
  border: 1px solid black;
}
@media only screen and (max-width: 768px) {
  .form #second {
    flex-direction: column;
  }
}
.form #second :first-child {
  flex: 1;
}
.form #second :last-child {
  flex: 1;
}
.form #third-object {
  flex: 1;
}
.form #third-object input {
  width: 80%;
  height: 24px;
  padding: 9px 0 9px 15px;
  background-color: transparent;
  border-style: initial;
  border: 1px solid black;
  width: 90%;
}
.form #third {
  flex: 1;
}
.form #third textarea {
  width: 90%;
  height: 150px;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  padding: 9px 0 9px 15px;
  background-color: transparent;
}
.form #fourth input {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  width: 50%;
  height: 50px;
}
.form #fourth input:hover {
  background-color: #000000;
  color: #ffffff;
}

.lessons__header section,
.find-us__header section {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .lessons__header section,
.find-us__header section {
    max-height: 200px;
  }
}
.lessons__header h1,
.find-us__header h1 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .lessons__header h1,
.find-us__header h1 {
    font-size: 62px;
    line-height: 85px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  .lessons__header h1,
.find-us__header h1 {
    top: -75px;
  }
}
.lessons__header img,
.find-us__header img {
  position: relative;
  width: 100%;
  height: auto;
  top: -140px;
}

.gift .linktogift {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  margin: 55px auto 60px auto;
  padding: 13px 67px;
}
.gift .linktogift:hover {
  background-color: #000000;
  color: #ffffff;
}
.gift__header section {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .gift__header section {
    max-height: 200px;
  }
}
.gift__header h1 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .gift__header h1 {
    font-size: 62px;
    line-height: 85px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  .gift__header h1 {
    top: -75px;
  }
}
.gift__header img {
  position: relative;
  width: 100%;
  height: auto;
  top: -140px;
}
.gift__header :last-child {
  margin: 0 auto;
}
.gift__header p {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 54px;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .gift__header p {
    width: 80%;
    font-size: 25px;
  }
}
.gift__items {
  margin-top: 120px;
}
.gift__items h2 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 100px;
  margin: 0 0 0 0;
}
.gift__items p {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  margin: 0;
  margin-top: 14;
  text-align: left;
  margin-bottom: 45px;
  color: #3c3b3f;
}
.gift__items span:nth-of-type(1),
.gift__items span:nth-of-type(3) {
  margin-bottom: 80px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .gift__items span:nth-of-type(1),
.gift__items span:nth-of-type(3) {
    flex-direction: column;
  }
}
.gift__items span:nth-of-type(1) div:first-child,
.gift__items span:nth-of-type(3) div:first-child {
  flex: 2;
}
.gift__items span:nth-of-type(1) div:first-child img,
.gift__items span:nth-of-type(3) div:first-child img {
  width: 100%;
  height: auto;
}
.gift__items span:nth-of-type(1) div:last-child,
.gift__items span:nth-of-type(3) div:last-child {
  margin-top: 120px;
  margin-left: 120px;
  flex: 3;
}
@media only screen and (max-width: 768px) {
  .gift__items span:nth-of-type(1) div:last-child,
.gift__items span:nth-of-type(3) div:last-child {
    margin: 45px 0;
    text-align: center;
  }
}
.gift__items span:nth-of-type(1) div:last-child p,
.gift__items span:nth-of-type(3) div:last-child p {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .gift__items span:nth-of-type(1) div:last-child p,
.gift__items span:nth-of-type(3) div:last-child p {
    margin-right: 0;
    text-align: center;
  }
}
.gift__items span:nth-of-type(2) {
  display: flex;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .gift__items span:nth-of-type(2) {
    flex-direction: column;
  }
}
.gift__items span:nth-of-type(2) div:first-child {
  flex: 2;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .gift__items span:nth-of-type(2) div:first-child {
    order: 1;
  }
}
.gift__items span:nth-of-type(2) div:first-child img {
  width: 100%;
  height: auto;
}
.gift__items span:nth-of-type(2) div:last-child {
  flex: 3;
  order: 1;
  margin-top: 120px;
  margin-right: 120px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .gift__items span:nth-of-type(2) div:last-child {
    order: 2;
    margin: 45px 0;
    text-align: center;
  }
}
.gift__items span:nth-of-type(2) div:last-child p,
.gift__items span:nth-of-type(2) div:last-child h2 {
  margin-left: 50px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .gift__items span:nth-of-type(2) div:last-child p,
.gift__items span:nth-of-type(2) div:last-child h2 {
    text-align: center;
    margin-right: 0;
  }
}

#wapo-total-price-table {
  display: none;
}

.wapo-addon-title {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  border: #000000 solid 1px;
  padding: 9px 15px;
  color: #000000;
  margin-right: 35px;
  width: 80%;
  cursor: pointer;
}

.options {
  display: none;
}
.options.open {
  display: flex;
}

.find-us__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .find-us__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.find-us__link {
  text-decoration: none;
  width: 100%;
}
.find-us__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  border: 1px solid #3c3b3f;
  color: #3c3b3f;
}
.find-us__item:hover {
  cursor: pointer;
  background-color: #f7e9cd;
}
.find-us h2 {
  font-family: "Viaoda Libre", serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px 0;
  color: #ac5f64;
}
.find-us p {
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.08em;
}
.find-us:last-child {
  margin-bottom: 60px;
}

.bottom-navigation {
  justify-content: space-between;
  text-align: center;
  display: flex;
  padding-top: 66px;
  border-top: 1px solid black;
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .bottom-navigation {
    flex-direction: column;
    justify-content: center;
  }
}
.bottom-navigation a {
  text-decoration: none;
}
.bottom-navigation img {
  vertical-align: middle;
}
.bottom-navigation img.text {
  margin: 30px;
  max-width: 180px;
}
.bottom-navigation img.back {
  margin: 30px 40px 30px 0;
}
.bottom-navigation img.next {
  margin: 30px 0 30px 40px;
}

.shop .category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
  font-family: "Syne";
}
@media only screen and (max-width: 768px) {
  .shop .category-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop .category-list .category-item {
  text-align: center;
}
.shop .category-list .category-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 300px;
  transition: transform 0.3s ease;
}
.shop .category-list .category-item img:hover {
  transform: scale(1.05);
}
.shop .category-list .category-item h3 {
  margin-top: 0.5em;
}
.shop .category-list .category-item p {
  margin-bottom: 1em;
}
.shop .onsale {
  display: none;
}
.shop .woocommerce-result-count {
  display: none;
}
@media only screen and (max-width: 768px) {
  .shop .woocommerce-breadcrumb {
    display: none;
  }
}
.shop.woocommerce .woocommerce-breadcrumb {
  font-family: "Syne";
  font-style: normal;
  font-weight: bolder;
  font-size: 16px;
  line-height: 17px;
  color: #3c3b3f;
  letter-spacing: 0.08em;
}
.shop.woocommerce .woocommerce-breadcrumb a {
  font-weight: normal;
  text-decoration: none;
  color: #3c3b3f;
}
@media only screen and (max-width: 768px) {
  .shop .woocommerce-ordering {
    margin: 50px 30px 20px 30px !important;
  }
}
.shop .before-shop-loop .woocommerce-ordering {
  float: none;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -39px;
}
.shop .before-shop-loop .woocommerce-ordering .orderby {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 38px 8px 24px;
  letter-spacing: 0.08em;
  color: #000000;
  background-color: #fbf8f4;
}
.shop__header section {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .shop__header section {
    max-height: 200px;
  }
}
.shop__header h1 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .shop__header h1 {
    font-size: 62px;
    line-height: 85px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  .shop__header h1 {
    top: -75px;
  }
}
.shop__header img {
  position: relative;
  width: 100%;
  height: auto;
  top: -140px;
}
.shop__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop__link div {
  display: flex;
  justify-content: center;
}
.shop__link h2 {
  text-align: center;
  width: 38%;
  height: 85px;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 85px;
  color: black;
  margin-left: 156px;
  margin-bottom: none;
  letter-spacing: 0.08em;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
  margin-left: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .shop__link h2 {
    width: 100%;
  }
}
.shop__link #link a {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  padding: 13px 67px;
  margin: 55px auto 60px auto;
}
.shop__link #link a:hover {
  background-color: #000000;
  color: #ffffff;
}
.shop__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin: 30px auto;
}
.shop__menu .menuButton {
  flex: 1 0 calc(20% - 10px);
  margin: 5px 0;
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop__menu .menuButton:hover {
  background-color: #000000;
  color: #ffffff;
}
.shop__menu .menuButton.active {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .shop__menu .menuButton {
    flex: 1 0 calc(33.33% - 10px);
  }
}
.shop__body {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .shop__body {
    flex-direction: column;
  }
}
.shop__body .filters {
  flex: 1;
}
.shop__body .filters input[type=checkbox]:checked::after {
  border: none;
  background-color: #000000;
  left: -1px;
  top: -1px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 2px;
}
.shop__body .filters .perlette-leader {
  margin-top: 0;
}
.shop__body .filters h3 {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #000000;
}
.shop__body .items {
  flex: 3;
}
@media only screen and (max-width: 768px) {
  .shop__body .items {
    display: flex;
    justify-content: center;
  }
}
.shop__body .items .loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-template-rows: repeat(3, 1fr);
  font-family: "Syne";
}
@media only screen and (max-width: 768px) {
  .shop__body .items .loop {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop__body .items .loop .media-content {
  margin: 10px;
}
.shop__body .pagination {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0.08em;
  color: #000000;
  display: flex;
}
.shop__body .pagination .previous,
.shop__body .pagination .next {
  display: flex;
  width: 100%;
}
.shop__body .pagination .previous a,
.shop__body .pagination .next a {
  text-decoration: none;
  color: #000000;
}
.shop__body .pagination .previous {
  justify-content: flex-start;
}
.shop__body .pagination .previous::before {
  content: url(/wp-content/themes/perlette/assets/images/Group40.png);
  margin-right: 20px;
}
.shop__body .pagination .next {
  justify-content: end;
}
.shop__body .pagination .next:after {
  content: url("/wp-content/themes/perlette/assets/images/Group39.png");
  margin-left: 20px;
}
.shop__banner {
  height: 163px;
  background-color: #e4a747;
  display: flex;
  justify-content: space-evenly;
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #000000;
}
.shop__banner div {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1;
  justify-content: center;
}
.shop__banner img {
  max-width: 15%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .media h3.entry-title {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #000000;
}
.woocommerce .media h3.entry-title a {
  text-decoration: none;
  color: inherit;
}
.woocommerce .media #respond input#submit,
.woocommerce .media a.button,
.woocommerce .media button.button,
.woocommerce .media input.button {
  display: none;
}
.woocommerce .media-content {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #3c3b3f;
}
.woocommerce .media-content p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 2Opx;
}
.woocommerce .media-content .linktoproduct {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  text-decoration-line: underline;
  margin-top: 30px;
  color: #000000;
}

.single {
  /* GIFT CARD */
  /* FIELD ADD ON */
}
.single .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.single .single_variation_wrap {
  width: 100%;
}
.single__notice {
  background-color: #f7e9cd;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 12px;
}
.single__notice p.product-notice {
  font-size: 16px;
  color: #3c3b3f;
  font-weight: 500;
}
.single__notice p.product-notice strong {
  font-size: 18px;
}
.single__header {
  margin-top: 80px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .single__header {
    flex-direction: column;
  }
}
.single__header .entry-images {
  flex: 1;
  margin-right: 123px;
  max-width: 500px;
}
.single__header .entry-images figure {
  margin: 0;
}
.single__header .entry-images img {
  height: auto;
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .single__header .entry-images img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single__header .entry-images {
    margin: 0;
  }
}
.single__header .entry-images .flex-control-nav {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}
.single__header .entry-images .flex-control-nav li {
  align-items: center;
}
.single__header .entry-images .flex-control-nav li img {
  height: auto;
  max-width: 157px;
}
.single__header .right {
  display: flex;
  flex-direction: column;
  margin-right: 140px;
  flex: 1;
}
.single__header .right .quantity {
  display: inline-flex;
}
.single__header .right .single-product-details .woovr-variations {
  display: flex;
}
.single__header .right .single-product-details .woovr-variation-active .woovr-variation-name {
  background-color: #b29353;
  color: white;
}
.single__header .right .single-product-details .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
}
.single__header .right .single-product-details .woovr-variation-selector {
  display: none;
}
.single__header .right .single-product-details .woovr-variation-name {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  border: #000000 solid 1px;
  padding: 9px 15px;
  color: #000000;
  margin-right: 35px;
}
.single__header .right .single-product-details .woocommerce-variation-price {
  margin: 40px 0;
}
.single__header .right .input-text {
  height: 46px;
  width: 69px !important;
  background-color: #fbf8f4;
  border: 1px solid #000000;
}
.single__header .right h2 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
  font-size: 40px;
}
.single__header .right p {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .single__header .right {
    margin: 0;
  }
}
.single__header .right .entry-summary h1,
.single__header .right .entry-summary .woocommerce-product-details__short-description,
.single__header .right .entry-summary .product_meta {
  display: none;
}
.single__header .right .entry-summary .price {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: #000000;
}
.single__header .right .entry-summary .cart {
  display: flex;
  flex-wrap: wrap;
}
.single__header .right .entry-summary .cart .single_add_to_cart_button {
  background-color: #b29353;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  margin-left: 20px;
}
.single__header .right .variations_form {
  display: flex;
  flex-direction: column;
}
.single__header .right .variations_form .label {
  display: none;
}
.single__header .right .attributes {
  margin-top: 120px;
}
.single__header .right .attributes .selectors {
  border-bottom: #000000 solid 1px;
  width: 100%;
}
.single__header .right .attributes .selectors button {
  margin: 10px 10px;
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  background: none;
  border: none;
  cursor: pointer;
}
.single__header .right .attributes .attribute {
  margin-top: 20px;
}
.single__recommandations .separation {
  margin-top: 130px;
}
.single__recommandations .items {
  display: flex;
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .single__recommandations .items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
}
.single__recommandations .items .item {
  margin-right: 10px;
  width: calc(25% - 10px);
}
@media only screen and (max-width: 768px) {
  .single__recommandations .items .item {
    width: auto;
  }
}
.single__recommandations .items .item:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .single__recommandations .items .item {
    margin: 20px 10px 20px 10px;
  }
}
.single__recommandations .items .item-gift {
  margin: 10px;
}
.single__recommandations .items .item-gift img {
  width: 100%;
  height: auto;
}
.single__recommandations .perlette-h2, .single__recommandations .two-column-text-section h2, .two-column-text-section .single__recommandations h2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .single__recommandations .perlette-h2, .single__recommandations .two-column-text-section h2, .two-column-text-section .single__recommandations h2 {
    font-size: 62px;
    line-height: 85px;
    font-weight: 300;
  }
}
.single.woocommerce form .woocommerce_gc_giftcard_form {
  width: 100% !important;
}
.single.woocommerce form .woocommerce_gc_giftcard_form .form-row .input-text {
  width: 100% !important;
}
.single .wc-pao-addons-container {
  width: 100%;
}
.single .wc-pao-addons-container .wc-pao-addon {
  padding: 0;
}
.single .wc-pao-addons-container .wc-pao-addon .wc-pao-addon-wrap {
  padding: 0;
  margin: 0 0 24px;
}
.single .wc-pao-addons-container .wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-field {
  width: 100% !important;
}
.single .wc-pao-addons-container #product-addons-total {
  display: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #b29353;
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  background-color: #f7e9cd;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  margin-left: 6px;
  font-size: 14px;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover {
  background-color: #000000;
  color: #ffffff;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #ac5f64 !important;
}

@media only screen and (max-width: 768px) {
  .single__recommandations .perlette-h2, .single__recommandations .two-column-text-section h2, .two-column-text-section .single__recommandations h2 {
    margin: 0;
    text-align: center;
  }
}

.woocommerce-cart .woocommerce-info::before {
  display: none;
}
.woocommerce-cart .cart-empty {
  font-size: 25px !important;
  border: none;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-align: center;
}
.woocommerce-cart .wc-backward {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.woocommerce-cart .wc-backward:hover {
  background-color: #000000;
  color: #ffffff;
}
.woocommerce-cart #content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.woocommerce-cart .article-h1 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
}
.woocommerce-cart table {
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart table tr {
    margin-top: 80px;
  }
}
.woocommerce-cart table td,
.woocommerce-cart table th {
  border-top: none !important;
  border-bottom: 1px solid #000000 !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart table td,
.woocommerce-cart table th {
    border: none !important;
  }
}
.woocommerce-cart table thead {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.woocommerce-cart table thead .product-thumbnail {
  content: "Produit";
  width: 20%;
}
.woocommerce-cart table tbody {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.06em;
}
.woocommerce-cart table tbody .woocommerce-cart-form__cart-item {
  height: 190px;
}
.woocommerce-cart table tbody .product-remove a {
  position: relative;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart table tbody .product-remove a {
    display: none;
  }
}
.woocommerce-cart table tbody .product-remove a:hover {
  color: #000000 !important;
}
.woocommerce-cart table tbody .product-remove a:after {
  content: url(/wp-content/themes/perlette/assets/images/cross.png);
  font-size: 20px;
  font-weight: 600;
  color: black !important;
  visibility: visible;
  position: relative;
  top: -45px;
}
.woocommerce-cart table tbody .product-thumbnail {
  width: 20%;
}
.woocommerce-cart table tbody .product-thumbnail img {
  width: 100% !important;
  height: auto;
}
.woocommerce-cart table tbody .product-name a {
  text-decoration: none;
  color: black;
}
.woocommerce-cart table tbody .product-quantity .quantity .input-text {
  height: 30px;
  width: 52px;
  background-color: #fbf8f4;
  border: 1px solid #000000;
}
.woocommerce-cart table tbody .actions .coupon {
  width: 50%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart table tbody .actions .coupon {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.woocommerce-cart table tbody .actions .coupon input {
  border: 1px solid #000000;
  padding: 15px;
  background-color: #ffffff;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  flex: 4;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart table tbody .actions .coupon input {
    width: 100% !important;
    text-align: center;
  }
}
.woocommerce-cart table tbody .actions .coupon #coupon_code {
  background-color: transparent;
  border-color: #000000;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart table tbody .actions .coupon #coupon_code {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.woocommerce-cart table tbody .actions .coupon #coupon_code::placeholder {
  color: #000000;
  text-transform: none;
}
.woocommerce-cart table tbody .actions .coupon button {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  flex: 5;
  margin-left: 20px;
}
.woocommerce-cart table tbody .actions .coupon button:hover {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart table tbody .actions .coupon button {
    margin: 0;
    width: 100% !important;
  }
}
.woocommerce-cart table tbody .actions button[name=update_cart] {
  border: 1px solid #000000;
  padding: 15px;
  background-color: #000000;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.woocommerce-cart table tbody .actions button[name=update_cart]:disabled {
  background-color: inherit;
}
.woocommerce-cart table tbody .actions button[name=update_cart]:hover {
  background-color: #ffffff;
  color: #000000;
}
.woocommerce-cart .cart_totals h2 {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 100px;
  color: #000000;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  background-color: #b29353;
  margin-top: 40px;
  margin-bottom: 120px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.cart_totals .shop_table tbody tr:nth-child(2),
.cart_totals .shop_table_responsive tbody tr:nth-child(2) {
  display: none;
}

.woocommerce-checkout .content-wrapper .article-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  font-family: "Syne";
  font-style: normal;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout .content-wrapper .article-content .body {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.woocommerce-checkout .content-wrapper .article-content .body .woocommerce-checkout-review-order-table .ui-datepicker-trigger,
.woocommerce-checkout .content-wrapper .article-content .body .woocommerce-checkout-review-order-table .pickup-location-address,
.woocommerce-checkout .content-wrapper .article-content .body .woocommerce-checkout-review-order-table .woocommerce-shipping-contents {
  display: none;
}
.woocommerce-checkout .content-wrapper .article-content .body .woocommerce-checkout-review-order-table #wc-local-pickup-plus-datepicker-0,
.woocommerce-checkout .content-wrapper .article-content .body .woocommerce-checkout-review-order-table .select2-selection {
  border: #000000 1px solid;
  background-color: transparent;
}
.woocommerce-checkout .content-wrapper .article-content .body .woocommerce-checkout-review-order-table #shipping_method li p {
  display: none;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout .content-wrapper .article-content .body #order_review_heading {
    font-size: 45px !important;
    text-align: center;
    line-height: 50px !important;
    margin: 0;
  }
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-form-coupon-toggle .woocommerce-info {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #000000;
  border: none;
}
.woocommerce-checkout .content-wrapper .article-content .col2-set {
  display: flex;
}
.woocommerce-checkout .content-wrapper .article-content .col2-set .col-1 {
  flex: 3;
  margin-top: 280px;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout .content-wrapper .article-content .col2-set .col-1 {
    margin-top: 20px;
  }
}
.woocommerce-checkout .content-wrapper .article-content .col2-set .col-2 {
  flex: 2;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout .content-wrapper .article-content .col2-set .col-2 {
    margin-left: 0;
  }
}
.woocommerce-checkout .content-wrapper .article-content .col2-set .col-2 #order_review_heading {
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 100px;
}
.woocommerce-checkout .content-wrapper .article-content #billing_first_name_field {
  margin-left: 40px;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout .content-wrapper .article-content #billing_first_name_field {
    width: 33%;
  }
}
.woocommerce-checkout .content-wrapper .article-content #billing_last_name_field {
  margin-right: 40px;
  margin-bottom: 40px;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout .content-wrapper .article-content #billing_last_name_field {
    width: 33%;
  }
}
.woocommerce-checkout .content-wrapper .article-content #billing_country_field .select2-container--default .select2-selection--single {
  background-color: #fbf8f4;
  border: 0px;
  outline: 0px;
}
.woocommerce-checkout .content-wrapper .article-content #billing_country_field,
.woocommerce-checkout .content-wrapper .article-content #billing_address_1_field,
.woocommerce-checkout .content-wrapper .article-content #billing_city_field,
.woocommerce-checkout .content-wrapper .article-content #billing_postcode_field,
.woocommerce-checkout .content-wrapper .article-content #billing_phone_field,
.woocommerce-checkout .content-wrapper .article-content #billing_email_field,
.woocommerce-checkout .content-wrapper .article-content #billing_address_2_field {
  margin: 40px;
}
.woocommerce-checkout .content-wrapper .article-content .form-row {
  border-bottom: #000000 1px solid;
}
.woocommerce-checkout .content-wrapper .article-content #order_comments_field {
  border: none;
}
.woocommerce-checkout .content-wrapper .article-content .article-h1 {
  display: none;
}
.woocommerce-checkout .content-wrapper .article-content .required {
  color: black;
}
.woocommerce-checkout .content-wrapper .article-content h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 40px;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-billing-fields,
.woocommerce-checkout .content-wrapper .article-content .woocommerce-additional-fields,
.woocommerce-checkout .content-wrapper .article-content .woocommerce-checkout-review-order-table,
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper {
  border: 1px solid #000000;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper .form-row {
  margin: 40px;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
    width: 33%;
  }
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field {
  margin-right: 0;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
  margin-left: 0;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_company_field,
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_state_field {
  display: none !important;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #shipping_country, .woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper #select2-shipping_country-container, .woocommerce-checkout .content-wrapper .article-content .woocommerce-shipping-fields__field-wrapper .select2-selection--single {
  background-color: #fbf8f4;
  border: 0px;
  outline: 0px;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-additional-fields {
  margin-top: 20px;
  margin-bottom: 190px;
  padding: 0 40px;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-additional-fields h3 {
  margin: 40px 0;
}
.woocommerce-checkout .content-wrapper .article-content label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.06em;
}
.woocommerce-checkout .content-wrapper .article-content input {
  background-color: transparent;
  border: none;
}
.woocommerce-checkout .content-wrapper .article-content #order_comments {
  background-color: transparent;
  border: none;
}
.woocommerce-checkout .content-wrapper .article-content .woocommerce-additional-fields h3 {
  content: "eeeee";
}
.woocommerce-checkout .content-wrapper .article-content #place_order {
  border: 1px solid #000000;
  padding: 15px;
  background-color: #b29353;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.woocommerce-checkout .content-wrapper .article-content #place_order:hover {
  background-color: #ffffff;
}
.woocommerce-checkout #payment {
  background-color: #fbf8f4 !important;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #000000;
}
.woocommerce-checkout #payment .form-row {
  border: none;
}
.woocommerce-checkout #payment .form-row #place_order {
  width: 100%;
}

.mini-cart__left.left_opening {
  display: flex;
  background-color: black;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0.75;
}
@media only screen and (max-width: 768px) {
  .mini-cart__left.left_opening {
    display: none;
  }
}

.mini-cart {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 5;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  overflow: auto;
  background-color: #fbf8f4;
}
@keyframes slide-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-right {
  100% {
    transform: translateX(100%);
  }
  0% {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 768px) {
  .mini-cart {
    width: 100%;
  }
}
.mini-cart.open {
  display: flex;
  animation: slide-left 1000ms forwards, fade-in 500ms forwards;
}
.mini-cart.closing {
  display: flex;
  animation: slide-right 1000ms forwards, fade-in 500ms forwards;
}
.mini-cart__close-bar {
  margin: 60px 0 30px 25px;
  color: #b29353;
}
.mini-cart__title {
  margin: 0 0 20px 25px;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: 0.08em;
  color: #000000;
}
.mini-cart__title h3 {
  margin-top: 0;
}
.mini-cart__items {
  display: flex;
  flex-direction: column;
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
}
.mini-cart__items .item {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #3c3b3f;
  margin: 20px;
}
.mini-cart__items .item .image {
  flex: 1;
  margin-right: 20px;
}
.mini-cart__items .item .image img {
  height: 90px;
  width: auto;
}
.mini-cart__items .item .price {
  flex: 2;
  display: flex;
  flex-direction: column;
}
.mini-cart__links {
  flex-direction: column;
  display: flex;
}
.mini-cart__links a {
  margin: 20px;
  text-align: center;
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.mini-cart__links a:hover {
  background-color: #000000;
  color: #ffffff;
}
.mini-cart__links #link_shop {
  margin-top: 0;
  background-color: #b29353;
}

.default-page {
  font-style: normal;
}
.default-page p {
  font-family: Syne;
  font-weight: 100;
}
.default-page h1 {
  margin: 35px auto 45px auto;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .default-page h1 {
    font-size: 62px;
    line-height: 85px;
    font-weight: 300;
  }
}
.default-page h2 {
  height: 85px;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  color: black;
  margin-bottom: none;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .default-page h2 {
    line-height: 55px;
    font-weight: 300;
  }
}
.default-page h3 {
  font-size: 26px;
  font-style: italic;
  margin: 45px 0 0 0;
  font-family: "Viaoda Libre";
  font-weight: 400;
}
.default-page .title {
  width: 100%;
  text-align: center;
}

.filters .bapf_body ul {
  padding-left: 19px;
}
.filters .bapf_body ul li {
  margin-bottom: 10px !important;
}
.filters .bapf_body ul li label {
  font-family: Syne;
  font-size: 14px;
}
.filters .bapf_body ul li input[type=checkbox] {
  margin-right: 15px !important;
}

.universe-header .header__wrapper {
  text-align: center;
}
.universe-header .header__title h1, .universe-header .header__title img {
  font-weight: 100;
  position: relative;
  padding: 64px 0;
  margin: 0;
}
.universe-header .header__title img {
  max-width: 100%;
  width: 75%;
}

.two-column-section {
  position: relative;
  margin: 194px auto 322px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .two-column-section {
    margin: 100px auto 100px;
  }
}
@media only screen and (max-width: 768px) {
  .two-column-section__text, .two-column-section__image {
    width: 100%;
    text-align: center;
  }
}
.two-column-section__text {
  flex: 2;
}
.two-column-section__text p {
  margin-top: 100px;
  margin-bottom: 34px;
  width: 80%;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #3c3b3f;
}
@media only screen and (max-width: 768px) {
  .two-column-section__text p {
    width: 100%;
    margin-top: auto;
    text-align: left;
  }
}
.two-column-section__image {
  flex: 3;
  position: relative;
}
.two-column-section__image img {
  height: auto;
  width: 100%;
}
.two-column-section__image h2 {
  top: -145px;
  left: -30%;
  position: absolute;
  font-family: "Viaoda Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #000000;
  z-index: 1;
}
.two-column-section__image h2.multiline {
  top: -245px;
}
@media only screen and (max-width: 768px) {
  .two-column-section__image h2 {
    left: 0;
    font-size: 90px;
  }
}
.two-column-section__button {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.two-column-section__button:hover {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .two-column-section__button {
    margin-top: 10px;
  }
}
.two-column-section--inverse .two-column-section__text {
  order: 2;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .two-column-section--inverse .two-column-section__text {
    margin-left: inherit;
  }
}
.two-column-section--inverse .two-column-section__image {
  order: 1;
}
.two-column-section--inverse .two-column-section__image h2 {
  right: 15%;
  text-align: right;
  left: inherit;
}
@media only screen and (max-width: 768px) {
  .two-column-section {
    flex-direction: column;
  }
  .two-column-section__text, .two-column-section__image {
    margin-top: 20px;
  }
  .two-column-section__text {
    order: 2;
  }
  .two-column-section__image {
    order: 1;
    margin-top: 50px;
  }
}

.two-column-text-section h2 {
  text-align: center;
}
.two-column-text-section__texts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 64px;
}
.two-column-text-section__texts p {
  text-align: center;
  width: 47%;
  margin: 0;
}
.two-column-text-section__button {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.two-column-text-section__button a {
  border: 1px solid #000000;
  padding: 15px;
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.two-column-text-section__button a:hover {
  background-color: #000000;
  color: #ffffff;
}

.banner img {
  height: auto;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

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