* {
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

body {
  padding: 0;
  margin: 0;
  overscroll-behavior-y: none;
}

main {
  padding-top: 71px;
}
@media screen and (min-width: 900px) {
  main {
    padding-top: 106px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

h2,
h3, h4,
h5, h6 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #1a2020;
}

h1, .h1 {
  font-size: 40px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  h1, .h1 {
    font-size: 60px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1400px) {
  h2, .h2 {
    font-size: 60px;
    text-align: center;
    letter-spacing: -0.025em;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  h3, .h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 18px;
}
@media screen and (min-width: 900px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h4, .h4 {
    font-size: 28px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  h5, .h5 {
    font-size: 22px;
  }
}

h6, .h6 {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  h6, .h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  h6, .h6 {
    font-size: 16px;
  }
}

a {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #1a2020;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 18px;
  }
}

p, li {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1a2020;
}
@media screen and (min-width: 900px) {
  p, li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  p, li {
    font-size: 18px;
  }
}

.bold {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.tiny {
  font-size: 14px;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

strong {
  font-family: inherit;
  font-weight: 700;
}

main {
  position: relative;
  z-index: 1;
}
main:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 9;
}
main.menu-open:before {
  visibility: visible;
  opacity: 1;
}

section {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  section {
    max-width: 100%;
  }
}

.c {
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .c {
    max-width: calc(100% - 90px);
  }
}
@media screen and (min-width: 1400px) {
  .c {
    max-width: 1200px;
  }
}

.mw {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.mw:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.mw > img, .mw > video, .mw > iframe, .mw > canvas {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: none;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: auto;
  height: 100%;
}
.mw > img, .mw > video {
  object-fit: cover;
}

.wp-admin h1, .wp-admin h2,
.wp-admin h3, .wp-admin h4,
.wp-admin h5, .wp-admin h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: inherit;
}
.wp-admin h1 {
  font-size: inherit;
}
.wp-admin h2 {
  font-size: inherit;
}
.wp-admin a {
  font-size: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wp-admin p, .wp-admin li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: inherit;
}
.wp-admin .bold {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wp-admin .tiny {
  font-size: inherit;
}
.wp-admin .plugin-icon {
  width: 64px;
  height: 64px;
}
.wp-admin .plugin-card .desc, .wp-admin .plugin-card .name {
  margin-left: 84px;
}
.wp-admin .wp-block {
  max-width: 100%;
}

.acf-block-preview h1, .acf-block-preview h2,
.acf-block-preview h3, .acf-block-preview h4,
.acf-block-preview h5, .acf-block-preview h6 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #1a2020;
}
.acf-block-preview h1 {
  font-size: 60px;
}
.acf-block-preview h2 {
  font-size: 40px;
}
.acf-block-preview a {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.acf-block-preview p, .acf-block-preview li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.acf-block-preview .bold {
  font-family: "Jost", sans-serif;
}
.acf-block-preview .tiny {
  font-size: 14px;
}

html :where(.wp-block) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.9);
}
.pswp__top-bar {
  background: transparent !important;
  opacity: 1 !important;
  font-family: "Jost", sans-serif;
}
.pswp__counter {
  padding: 0 20px !important;
  opacity: 1 !important;
}
.pswp__button {
  opacity: 1 !important;
}
.pswp__button:before {
  background-color: #f4c92f !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 32px;
}
.pswp button.pswp__button--arrow--left::before {
  left: 20px !important;
}
.pswp button.pswp__button--arrow--right::before {
  right: 20px !important;
}

.icon--instagram {
  background: #9100eb;
  background: -moz-linear-gradient(45deg, #ffb900 0%, #9100eb 100%);
  background: -webkit-linear-gradient(45deg, #ffb900 0%, #9100eb 100%);
  background: linear-gradient(45deg, #ffb900 0%, #9100eb 100%);
}

.wm-added {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: #FFF;
  padding: 5px 30px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translate3d(150%, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 16px;
}
.wm-added p {
  font-size: 16px;
  color: #1a2020;
}
.wm-added p a {
  color: #f4c92f;
  font-weight: 600;
}
.wm-added.show-wm {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.btn {
  width: 180px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 60px;
}
@media screen and (min-width: 900px) {
  .btn {
    font-size: 17px;
    width: 240px;
    height: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .btn {
    font-size: 19px;
    width: 260px;
    height: 70px;
  }
}
.btn--primary {
  background-color: #dd141a;
  color: #f4c92f;
}
.btn--primary:hover {
  background-color: #2fac72;
  color: #FFF;
}
.btn--buy {
  background-color: #2fac72;
  color: #FFF;
  height: 50px;
}
.btn--buy:hover {
  background-color: #f4c92f;
}
@media screen and (min-width: 900px) {
  .btn--buy {
    height: 60px;
  }
}
.btn--outline {
  background: transparent;
  color: #2fac72;
  width: auto;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .btn--outline {
    padding: 0 40px;
  }
}
.btn--send {
  background: #2fac72;
  color: #FFF;
  width: 180px;
  height: 50px;
  font-size: 15px;
}

.xoo-wsc-basket {
  display: none !important;
}

.header {
  background: #FFF;
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 3;
  border-bottom: 1px solid rgba(201, 215, 153, 0.25);
}
.header .c {
  max-width: 100%;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .header .c {
    padding: 0 50px;
  }
}
.header__top {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__top {
    width: 100%;
    height: 36px;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(201, 215, 153, 0.25);
  }
}
.header__top .c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top .contact {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__top .contact li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}
.header__top .social {
  display: flex;
  align-items: center;
}
.header__top .social li {
  margin-left: 20px;
}
.header__top .social li a .icon {
  width: auto;
  height: 22px;
  border-radius: 4px;
}
.header__mid {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__mid .logo {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .header__mid .logo {
    order: 2;
    margin-left: 48px;
    width: auto;
  }
}
@media screen and (min-width: 900px) {
  .header__mid .logo {
    max-width: 235px;
  }
}
.header__mid .logo img {
  max-height: 64px;
  width: auto;
}
.header__mid .main-menu {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__mid .main-menu {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header__mid .main-menu li {
    margin: 0 20px;
  }
}
.header__mid .main-menu li a {
  color: #1a2020;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.4s;
}
.header__mid .main-menu li a:hover {
  color: #2fac72;
}
.header__mid .main-menu li a:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background-color: #2fac72;
  pointer-events: none;
  top: 100%;
  transition: width 0.4s;
  right: 0;
  width: 0;
}
.header__mid .main-menu li a:hover:after {
  left: 0;
  width: 100%;
}
.header__mid .main-menu li.menu-item-has-children {
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
}
.header__mid .main-menu li.menu-item-has-children a {
  padding-right: 30px;
}
.header__mid .main-menu li.menu-item-has-children:before {
  content: "";
  width: 8px;
  height: 2px;
  background: #FFF;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: rotate(45deg);
  border-radius: 3px;
  margin-top: -10px;
}
.header__mid .main-menu li.menu-item-has-children:after {
  content: "";
  width: 8px;
  height: 2px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
  border-radius: 3px;
  margin-top: -10px;
}
.header__mid .main-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  background: #FFF;
  width: 240px;
  left: 50%;
  top: 100%;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transform: translate3D(-50%, 10px, 0);
  transition: 0s;
}
.header__mid .main-menu li.menu-item-has-children .sub-menu li {
  margin: 0;
  text-align: center;
  padding: 0;
}
.header__mid .main-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header__mid .main-menu li.menu-item-has-children .sub-menu li a {
  color: #1a2020;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  padding: 15px 0;
}
.header__mid .main-menu li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
.header__mid .main-menu li.menu-item-has-children:hover .sub-menu {
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translate3D(-50%, 0, 0);
}
.header__mid .sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .header__mid .sub {
    order: 3;
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .header__mid .sub {
    min-width: 235px;
  }
}
.header__mid .sub .user {
  cursor: pointer;
  position: relative;
}
.header__mid .sub .user .online {
  width: 6px;
  height: 6px;
  background: #2fac72;
  position: absolute;
  left: -6px;
  top: 0;
  border-radius: 50%;
}
.header__mid .sub .user a {
  display: block;
  pointer-events: none;
}
.header__mid .sub .user a .icon {
  display: block;
  width: auto;
  height: 24px;
  fill: #1a2020;
}
.header__mid .sub .cart li {
  display: flex;
  align-items: center;
}
.header__mid .sub .cart li a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header__mid .sub .cart li a span {
  color: #1a2020;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__mid .sub .cart li a .count {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  color: #1a2020;
  margin: 0 2px 0 0;
  position: relative;
  text-align: center;
  top: -5px;
  left: 15px;
  letter-spacing: -1.2px;
  font-weight: 600;
  background: #FFF;
  border-radius: 50px;
  border: 2px solid #1a2020;
}
.header__mid .sub .cart li a .icon {
  width: auto;
  height: 30px;
  fill: #1a2020;
  display: block;
}
.header__mid .menu-trigger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .header__mid .menu-trigger {
    order: 1;
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .header__mid .menu-trigger {
    display: none;
  }
}
.header__mid .menu-trigger .line {
  max-width: 100%;
  width: 100%;
  height: 2px;
  background: #1a2020;
  transition: 0.2s;
  border-radius: 4px;
}
.header__mid .menu-trigger.menu-open .line-top {
  max-width: 80%;
  top: 8px;
  position: relative;
  transform: rotate(45deg);
}
.header__mid .menu-trigger.menu-open .line-mid {
  max-width: 0;
  transition: 0s;
}
.header__mid .menu-trigger.menu-open .line-bot {
  max-width: 80%;
  top: -10px;
  position: relative;
  transform: rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .header__fixed {
    transform: translate3d(0, -36px, 0);
    transition: transform 0.4s;
  }
}

@media screen and (max-width: 900px) {
  body {
    overflow: unset;
  }

  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .main-menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 71px);
    background: #FFF;
    padding: 30px 0;
    margin: 0;
    top: 71px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.menu-open .main-menu li {
    margin: 0 0 30px;
    text-align: center;
  }
  body.menu-open .main-menu li a {
    font-size: 14px;
    letter-spacing: 0px;
    width: 100%;
    display: block;
    padding-bottom: 30px;
  }
  body.menu-open .header__top {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 20px 0 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  body.menu-open .header__top .social a .icon {
    height: 28px;
  }
  body.menu-open .sub .user {
    opacity: 0;
    pointer-events: none;
  }
}
.acf-block-preview .header {
  position: absolute;
}

.xoo-wsch-basket {
  display: none !important;
}

.xoo-wsch-top {
  justify-content: space-between !important;
}

.xoo-wsc-header {
  background: #f1f5e5;
}

.xoo-wsch-text {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.xoo-wsc-body .xoo-wsc-img-col {
  width: 20%;
}
.xoo-wsc-body a {
  color: #2fac72;
  font-size: 14px !important;
}
.xoo-wsc-body .xoo-wsc-qty-price {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  text-transform: lowercase;
}
.xoo-wsc-body .xoo-wsc-qty-price span {
  font-size: 13px !important;
  text-transform: uppercase;
}
.xoo-wsc-body .xoo-wsc-qty-price > span:last-child {
  display: none;
}
.xoo-wsc-body span.amount {
  font-size: 13px !important;
}

.xoo-wsc-ft-btn-checkout {
  display: none !important;
}

.xoo-wsc-ft-totals .xoo-wsc-ft-amt span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.xoo-wsc-ft-btn-cart {
  width: 100%;
  background: #2fac72 !important;
  height: 50px !important;
  margin-bottom: 10px !important;
  display: flex !important;
  color: #FFF !important;
  border-radius: 50px !important;
}

.xoo-wsc-empty-cart {
  padding: 30px 20px !important;
  align-items: flex-start !important;
}
.xoo-wsc-empty-cart span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.xoo-wsc-empty-cart .btn {
  display: none !important;
}

.mega-menu {
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  padding: 90px 20px 20px;
  z-index: 2;
  opacity: 1;
  visibility: hidden;
  transition: 0s;
}
.mega-menu:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background: #f9f9f9;
  width: 100%;
  z-index: -1;
  transition: 0.3s;
  transform: translate3d(0, -100%, 0);
  transition-delay: 0.2s;
}
.mega-menu__left {
  display: block;
}
.mega-menu__left .categories {
  margin-bottom: 40px;
}
.mega-menu__left .categories li {
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
  transform: translate3d(0, 20px, 0);
}
.mega-menu__left .categories li a {
  display: inline-block;
  color: #f4c92f;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.025em;
  transition: transform 0.3s;
}
@media screen and (min-width: 900px) {
  .mega-menu__left .categories li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .mega-menu__left .categories li a {
    font-size: 18px;
  }
}
.mega-menu__left .categories li a:hover {
  transform: translate3d(10px, 0, 0);
}
.mega-menu__left .submenu li {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -20px, 0);
}
.mega-menu__left .submenu li:not(:last-child) {
  margin-bottom: 15px;
}
.mega-menu__left .submenu li a {
  display: inline-block;
  color: #f4c92f;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.025em;
  transition: transform 0.3s;
}
.mega-menu__left .submenu li a:hover {
  transform: translate3d(10px, 0, 0);
}
.mega-menu.show {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.mega-menu.show:before {
  transform: translate3d(0, 0, 0);
}
.mega-menu.show .mega-menu__left .categories li,
.mega-menu.show .mega-menu__left .submenu li {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: 0.4s;
  transition-delay: 0.5s;
}
.mega-menu.show .mega-menu__left .submenu li {
  transition-delay: 0.6s;
}

.header-fixed .mega-menu:before {
  top: 60px;
  height: calc(100vh - 60px);
  box-shadow: 0 0 0 0 #FFF inset;
}

.user-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s;
}
.user-popup.closed {
  opacity: 0;
  visibility: hidden;
}
.user-popup__close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.user-popup__modal {
  background: #FFF;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 8px;
  position: absolute;
  top: 71px;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  .user-popup__modal {
    width: 400px;
    top: 100px;
    right: 50px;
  }
}
.user-popup__modal:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #f0f4e2;
  top: -2px;
  right: 115px;
  border-radius: 4px;
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
@media screen and (min-width: 500px) {
  .user-popup__modal:before {
    right: 43px;
  }
}
.user-popup__modal h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.user-popup__modal h4 {
  padding: 15px 20px;
  margin: -20px -20px 5px;
  background: #f0f4e2;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.user-popup__modal .user-list {
  width: 100%;
  margin-bottom: 20px;
}
.user-popup__modal .user-list li {
  width: 100%;
}
.user-popup__modal .user-list li a {
  width: 100%;
  font-size: 15px;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.user-popup__modal .user-list li a .icon {
  width: 16px;
  height: auto;
  fill: #1a2020;
  transform: scaleX(-1);
}
.user-popup__modal .user-list li a:hover {
  padding: 15px 5px 15px 10px;
  color: #2fac72;
}
.user-popup__modal .user-list li a:hover .icon {
  fill: #2fac72;
}
.user-popup__modal .note {
  font-size: 15px;
  text-align: center;
  margin: 5px 0 20px;
  padding: 0 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.user-popup__modal .tabs_login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0f4e2;
  margin: -20px -20px 20px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.user-popup__modal .tabs_login li {
  width: 50%;
  text-align: center;
}
.user-popup__modal .tabs_login li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px;
}
.user-popup__modal .tabs_login li a.active {
  font-weight: 600;
}
.user-popup__modal .tabs_login li.active_login {
  background: #fadfb9;
}
.user-popup__modal .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  margin: 0 0 20px;
  padding: 0 10px;
}
.user-popup__modal .field label {
  font-size: 15px;
  min-width: 130px;
}
.user-popup__modal .field input {
  width: 100%;
  font-size: 15px;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.user-popup__modal .remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  margin: 0 0 20px;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.user-popup__modal .remember label {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  cursor: pointer;
}
.user-popup__modal .remember label input {
  margin: 0 10px 0 0;
  padding: 0;
  display: block;
}
.user-popup__modal .remember .forgot {
  font-size: 14px;
  font-weight: 600;
}
.user-popup__modal .login-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #2fac72;
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-transform: upp;
  cursor: pointer;
  border: none;
}
.user-popup__fixed .user-popup__modal {
  top: 64px;
}

.newsletter {
  background: #2fac72;
  width: 100%;
  padding: 25px 0 30px;
}
@media screen and (min-width: 900px) {
  .newsletter {
    height: 150px;
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .newsletter .c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
  }
}
.newsletter h2 {
  color: #FFF;
  text-align: center;
  margin: 0 auto 15px;
}
@media screen and (min-width: 900px) {
  .newsletter h2 {
    text-align: left;
    margin: 0;
  }
}
.newsletter form {
  position: relative;
}
.newsletter form input {
  background: #FFF;
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 50px 0 20px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  border: 1px solid #1a2020;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .newsletter form input {
    width: 400px;
    height: 70px;
    font-size: 18px;
    padding: 0 70px 0 20px;
    border-radius: 16px;
  }
}
.newsletter form button {
  background: transparent;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .newsletter form button {
    width: 70px;
    height: 70px;
  }
}
.newsletter form button .icon {
  width: 16px;
  height: auto;
  transform: rotate(180deg);
  fill: #1a2020;
}
@media screen and (min-width: 900px) {
  .newsletter form button .icon {
    width: 20px;
  }
}

.footer {
  background: rgba(47, 172, 114, 0.1);
  padding: 40px 0 0;
}
@media screen and (min-width: 900px) {
  .footer {
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .footer .c {
    display: flex;
    justify-content: space-between;
  }
}
.footer__left {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .footer__left h2 {
    line-height: 1;
  }
  .footer__left h2 br {
    display: none;
  }
  .footer__left h2 strong {
    margin-left: 7px;
  }
}
@media screen and (min-width: 900px) {
  .footer__left {
    max-width: 50%;
    padding-left: 50px;
    text-align: left;
  }
}
.footer__left h2 {
  text-align: center;
  margin: 0 0 20px;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .footer__left h2 {
    margin: 0 0 50px;
    text-align: left;
  }
}
.footer__left ul li {
  margin-bottom: 20px;
  line-height: 30px;
}
@media screen and (min-width: 900px) {
  .footer__left ul li {
    margin-bottom: 60px;
    line-height: 40px;
  }
}
.footer__left__social {
  display: flex;
}
@media screen and (max-width: 900px) {
  .footer__left__social {
    justify-content: center;
  }
}
.footer__left__social li {
  margin-right: 20px;
}
.footer__left__social li a .icon {
  width: auto;
  height: 36px;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .footer__left__social li a .icon {
    height: 40px;
  }
}
.footer__right {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .footer__right {
    max-width: 50%;
    margin-bottom: 80px;
    padding-right: 50px;
  }
}
.footer__right p {
  font-size: 14px;
  line-height: 1.61;
  margin: 10px 0 20px;
}
@media screen and (max-width: 900px) {
  .footer__right p {
    text-align: center;
  }
  .footer__right p br {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .footer__right p {
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0 50px;
  }
}
.footer__right form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer__right form input {
  background: transparent;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #1a2020;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  border: 1px solid #1a2020;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .footer__right form input {
    height: 70px;
    font-size: 16px;
    border-radius: 16px;
  }
}
.footer__right form textarea {
  background: transparent;
  width: 100%;
  height: 160px;
  padding: 20px;
  margin-bottom: 20px;
  resize: none;
  color: #1a2020;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  border: 1px solid #1a2020;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .footer__right form textarea {
    font-size: 16px;
    border-radius: 16px;
  }
}
.footer__right form button {
  margin-left: auto;
  border: none;
}
@media screen and (max-width: 900px) {
  .footer__right form button {
    margin: 0 auto;
  }
}
.footer .copyrights {
  background: #FFF;
  width: 100%;
  padding: 5px 0 10px;
}
@media screen and (min-width: 900px) {
  .footer .copyrights {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .footer .copyrights .c {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer .copyrights .c p {
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer .copyrights .c p {
    font-size: 16px;
    padding-left: 50px;
    margin: 0;
    text-align: left;
  }
}
.footer .copyrights .c ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .footer .copyrights .c ul {
    padding-right: 50px;
  }
}
.footer .copyrights .c ul li a, .footer .copyrights .c ul li span {
  font-size: 11px;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .footer .copyrights .c ul li a, .footer .copyrights .c ul li span {
    font-size: 16px;
    font-weight: 400;
  }
}
.footer .copyrights .c ul .sep {
  margin: 0 2px;
}
@media screen and (min-width: 900px) {
  .footer .copyrights .c ul .sep {
    margin: 0 20px;
  }
}

.page-id-40 .newsletter {
  display: none;
}
.page-id-40 .footer {
  background: #FFF;
}
.page-id-40 .copyrights {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hero {
  background: #e9f7f1;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  min-height: calc(100vh - 106px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .hero {
    padding-bottom: 65px;
  }
  .hero:after {
    content: "";
    position: absolute;
    right: 0%;
    width: 50%;
    height: 100vh;
    background: #2fac72;
    z-index: 0;
    bottom: 0;
    clip-path: polygon(51% 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  }
  .hero:before {
    content: "";
    position: absolute;
    right: -5%;
    width: 60%;
    height: 100vh;
    background: rgba(47, 172, 114, 0.8);
    z-index: -1;
    bottom: 0;
    clip-path: polygon(45% 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  }
}
.hero .c {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .hero .c {
    flex-direction: row;
  }
}
.hero__left {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .hero__left {
    max-width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .hero__left {
    max-width: 55%;
    text-align: left;
  }
}
.hero__left > div {
  width: 100%;
}
.hero__left h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 20px 0 30px;
}
@media screen and (min-width: 900px) {
  .hero__left h1 {
    font-size: 48px;
    margin: 0 0 30px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .hero__left h1 {
    font-size: 60px;
    margin: 0 0 60px;
    max-width: 100%;
  }
}
.hero__left h1 strong {
  color: #2fac72;
}
.hero__left .icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .hero__left .icons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    grid-gap: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero__left .icons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
    grid-gap: 0;
  }
}
.hero__left .icons li {
  max-width: 100px;
  width: 100%;
  text-align: center;
}
.hero__left .icons li .image-holder {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2fac72;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .hero__left .icons li .image-holder {
    width: 70px;
    height: 70px;
  }
}
.hero__left .icons li .image-holder img {
  max-height: 26px;
  width: auto;
}
@media screen and (min-width: 900px) {
  .hero__left .icons li .image-holder img {
    max-height: 32px;
  }
}
.hero__left .icons li span {
  display: block;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .hero__left .btn--primary {
    width: 280px;
    height: 60px;
    font-size: 16px;
  }
  .hero__left .btn--outline {
    display: none;
  }
}
.hero__right {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .hero__right {
    max-width: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .hero__right {
    max-width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .hero__right img {
    max-width: 80%;
    margin: 40px auto 10px;
  }
}
@media screen and (min-width: 900px) {
  .hero__right img {
    max-width: 40%;
    position: absolute;
    max-height: 90vh;
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate3d(0, -43%, 0);
  }
}
@media screen and (min-width: 1400px) {
  .hero__right img {
    max-width: 45%;
    position: absolute;
    max-height: 90vh;
    width: auto;
    height: auto;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate3d(0, -46%, 0);
  }
}
@media screen and (min-width: 1400px) {
  .hero__right img {
    max-width: calc(50% + 50px);
    left: 55%;
  }
}
.hero .marquee {
  position: absolute;
  height: 45px;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  z-index: 4;
}
@media screen and (min-width: 900px) {
  .hero .marquee {
    bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero .marquee {
    bottom: 20px;
  }
}
.hero .marquee h2 {
  color: #1a2020;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  animation: marqueeInfinite 20s linear infinite;
}
@media screen and (min-width: 900px) {
  .hero .marquee h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .hero .marquee h2 {
    font-size: 34px;
  }
}
.hero .marquee h2 span {
  display: inline;
  width: 8px;
  height: 8px;
  background: #1a2020;
  margin: 0 20px;
  position: relative;
  top: -2px;
  border-radius: 50px;
}
@media screen and (min-width: 900px) {
  .hero .marquee h2 span {
    margin: 0 40px;
  }
}
@keyframes marqueeInfinite {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.recommendation {
  padding: 40px 0 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .recommendation {
    padding: 100px 0;
  }
}
.recommendation h2 {
  margin: 0 0 20px;
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .recommendation h2 {
    margin: 0 0 100px;
  }
}
.recommendation h2 strong {
  color: #2fac72;
}
@media screen and (min-width: 900px) {
  .recommendation .nutritionists {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .recommendation .nutritionists .controls {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .recommendation .nutritionists {
    position: relative;
  }
  .recommendation .nutritionists .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 240px;
    width: 100%;
    padding-left: 20px;
  }
  .recommendation .nutritionists .controls .swiper-arrow {
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 0 0 2px #1a2020 inset;
    border-radius: 50%;
    opacity: 1;
  }
  .recommendation .nutritionists .controls .swiper-arrow.swiper-next {
    transform: scaleX(-1);
  }
  .recommendation .nutritionists .controls .swiper-arrow .icon {
    width: 16px;
    height: auto;
    fill: #1a2020;
  }
}
@media screen and (max-width: 600px) and (min-width: 900px) {
  .recommendation .nutritionists .controls .swiper-arrow .icon {
    width: 20px;
  }
}
.recommendation .nutritionists .nutritionist {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
@media screen and (min-width: 600px) {
  .recommendation .nutritionists .nutritionist {
    flex-shrink: inherit;
  }
}
.recommendation .nutritionists .nutritionist .info {
  max-width: 300px;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .recommendation .nutritionists .nutritionist .info {
    margin: 0 auto;
    max-width: 220px;
  }
}
.recommendation .nutritionists .nutritionist .info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px auto 0;
}
@media screen and (min-width: 900px) {
  .recommendation .nutritionists .nutritionist .info h3 {
    font-size: 24px;
    margin: 40px auto 10px;
  }
}
.recommendation .nutritionists .nutritionist .info span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .recommendation .nutritionists .nutritionist .info span {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.recommendation .nutritionists .nutritionist p {
  max-width: 100%;
  width: 100%;
  font-size: 15px;
  line-height: 1.61;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .recommendation .nutritionists .nutritionist p {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 900px) {
  .recommendation .nutritionists .nutritionist p {
    max-width: 510px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    padding-left: 50px;
    text-align: left;
  }
}
.recommendation .nutritionists .nutritionist:last-child .info {
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .recommendation .nutritionists .nutritionist:last-child p {
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 900px) {
  .recommendation .pyramid {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media screen and (min-width: 900px) {
  .recommendation .pyramid {
    // position: absolute;
	position: relative;
    // top: 260px;
	top: 0;
    left: 50%;
    max-width: 500px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translate3d(-50%, 100px, 0);
  }
}
.recommendation .pyramid img {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .recommendation .pyramid img {
    margin-bottom: 10px;
  }
}
.recommendation .pyramid p {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .recommendation .pyramid p {
    text-align: center;
  }
}

.ingredients {
  padding: 40px 0 1px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .ingredients {
    padding: 100px 0;
  }
}
.ingredients .overlay {
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 3;
  top: 0;
  left: 0;
  position: absolute;
}
.ingredients:after {
  content: "";
  width: calc(100% - (100% - 1200px) / 2 - 100px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e9f7f1;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .ingredients .heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 50px;
  }
}
.ingredients .heading h2 {
  line-height: 1.1;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 900px) {
  .ingredients .heading h2 {
    margin: 0;
    text-align: left;
  }
}
.ingredients .heading p {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .ingredients .heading p {
    max-width: 440px;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
  }
}
.ingredients__items {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .ingredients__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    padding: 0 0 0 50px;
    margin-top: 60px;
  }
}
.ingredients__item {
  max-width: 100%;
  width: 100%;
  padding: 20px;
  background: #f4c92f;
  color: #FFF;
  margin: 0 0 30px;
  border-radius: 32px;
}
@media screen and (min-width: 900px) {
  .ingredients__item {
    min-height: 220px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 20px 30px;
  }
}
@media screen and (max-width: 900px) {
  .ingredients__item__left {
    max-width: 100%;
  }
}
.ingredients__item__left h3 {
  margin: 0 0 10px;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  .ingredients__item__left h3 {
    text-align: center;
    font-size: 20px;
  }
}
.ingredients__item__left p {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .ingredients__item__left p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
  .ingredients__item__left p br {
    display: none;
  }
}
.ingredients__item__right {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin: auto 0;
}
@media screen and (min-width: 900px) {
  .ingredients__item__right {
    max-width: 270px;
  }
}
.ingredients__item__right .swiper-wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}
.ingredients__item__right .swiper-slide {
  width: auto;
}
.ingredients__item__right .swiper-slide span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: center;
  min-height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ingredients__item__right .swiper-slide img {
  width: 80px;
  margin: 10px auto 0;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.ingredients__item__right .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -18px 0 0;
  padding-right: 10px;
}
.ingredients__item__right .controls .swiper-arrow {
  margin-left: 10px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.ingredients__item__right .controls .swiper-arrow.swiper-next {
  transform: scaleX(-1);
}
.ingredients__item__right .controls .swiper-arrow .icon {
  width: 20px;
  height: auto;
  fill: #FFF;
}
.ingredients__item.ingredient-2 {
  background: #761713;
}
.ingredients__item.ingredient-3 {
  background: #dd141a;
}
.ingredients__item.ingredient-4 {
  background: #2fac72;
}

.ingredients-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.ingredients-modal .modal-c {
  background: rgba(255, 255, 255, 0.94);
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .ingredients-modal .modal-c {
    flex-direction: column;
  }
}
.ingredients-modal .modal-c__img {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .ingredients-modal .modal-c__img {
    max-width: 100%;
    height: 210px;
    margin-top: 71px;
  }
}
.ingredients-modal .modal-c__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ingredients-modal .modal-c .ctn {
  background: #FFF;
  max-width: 50%;
  width: 100%;
  padding: 150px 80px 80px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .ingredients-modal .modal-c .ctn {
    max-width: 100%;
    padding: 30px;
  }
}
.ingredients-modal .modal-c .ctn .close {
  position: absolute;
  right: 40px;
  top: 111px;
  width: 50px;
  height: 50px;
  background: #1a2020;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .ingredients-modal .modal-c .ctn .close {
    top: -25px;
    right: 20px;
    box-shadow: 0 0 0 4px #FFF;
  }
}
.ingredients-modal .modal-c .ctn .close .icon {
  width: 24px;
  height: auto;
  fill: #FFF;
}
.ingredients-modal .modal-c .ctn h2 {
  margin: 0 0 20px;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .ingredients-modal .modal-c .ctn h2 {
    margin: 0 0 30px;
  }
}
.ingredients-modal .modal-c .ctn p {
  line-height: 1.61;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.3s;
  transition-delay: 0.1s;
}
.ingredients-modal .modal-c.show-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: auto;
}
.ingredients-modal .modal-c.show-modal .ctn h2, .ingredients-modal .modal-c.show-modal .ctn p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.preparation {
  padding: 40px 0 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .preparation {
    padding: 100px 0;
  }
}
.preparation h2 {
  margin: 0 0 20px;
  opacity: 0;
  text-align: center;
  transform: translate3d(0, -30px, 0);
}
@media screen and (min-width: 900px) {
  .preparation h2 {
    margin: 0 0 100px;
  }
}
.preparation h2 strong {
  color: #2fac72;
}
@media screen and (min-width: 900px) {
  .preparation .steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 40px;
  }
}
.preparation .steps .step {
  max-width: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .preparation .steps .step {
    margin: 0;
  }
}
.preparation .steps .step h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 60px auto 40px;
}
@media screen and (min-width: 900px) {
  .preparation .steps .step h3 {
    font-size: 24px;
    margin: 0 auto 50px;
  }
}
.preparation .steps .step img {
  margin: 0 auto 20px;
  width: auto;
  height: 160px;
}
@media screen and (min-width: 900px) {
  .preparation .steps .step img {
    margin: 0 auto 40px;
  }
}
.preparation .steps .step p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 20px;
}
@media screen and (min-width: 900px) {
  .preparation .steps .step p {
    font-size: 18px;
  }
}
.preparation .steps .step span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .preparation .steps .step span {
    font-size: 16px;
    line-height: 1.5;
  }
}
.preparation .steps .step:nth-child(1) {
  transform: translate3d(-150px, 0, 0);
}
.preparation .steps .step:nth-child(2) {
  transform: translate3d(-100px, 0, 0);
}
.preparation .steps .step:nth-child(3) {
  transform: translate3d(-50px, 0, 0);
}

.packages {
  background: #e9f7f1;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .packages {
    padding: 100px 0;
  }
}
.packages h2 {
  text-align: center;
  margin: 0 0 40px;
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}
@media screen and (min-width: 900px) {
  .packages h2 {
    margin: 0 0 100px;
  }
}
.packages h2 strong {
  color: #2fac72;
}
@media screen and (max-width: 600px) {
  .packages {
    position: relative;
  }
  .packages .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 105px;
    width: 100%;
    padding: 0 10px 0 30px;
  }
  .packages .controls .swiper-arrow {
    background: #f1f5e5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 0 0 2px #1a2020 inset;
    border-radius: 50%;
    opacity: 1;
  }
  .packages .controls .swiper-arrow.swiper-next {
    transform: scaleX(-1);
  }
  .packages .controls .swiper-arrow .icon {
    width: 16px;
    height: auto;
    fill: #1a2020;
  }
}
@media screen and (max-width: 600px) and (min-width: 900px) {
  .packages .controls .swiper-arrow .icon {
    width: 20px;
  }
}
@media screen and (min-width: 600px) {
  .packages .controls {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .packages ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 120px;
  }
}
.packages ul li {
  max-width: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .packages ul li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 900px) {
  .packages ul li:nth-child(1) {
    order: 2;
  }
  .packages ul li:nth-child(2) {
    order: 3;
  }
  .packages ul li:nth-child(3) {
    order: 1;
  }
}
.packages ul li .discount {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
  transform: rotate(170deg) translate3d(0, -100px, 0);
}
@media screen and (min-width: 900px) {
  .packages ul li .discount {
    width: 100px;
    height: 100px;
    right: 0;
  }
}
.packages ul li .discount span {
  color: #1a2020;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 0.8;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .packages ul li .discount span {
    font-size: 26px;
  }
}
.packages ul li .discount img {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.packages ul li .package-img {
  max-width: 85%;
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.2));
  transform: translate3d(0, 100px, 0);
}
@media screen and (min-width: 900px) {
  .packages ul li .package-img {
    max-width: 460px;
    margin: 0 auto 60px;
  }
}
.packages ul li h3 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .packages ul li h3 {
    font-size: 32px;
  }
}

.follow {
  padding: 40px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .follow {
    padding: 100px 0;
  }
}
.follow h2 {
  margin: 0 0 30px;
}
@media screen and (min-width: 900px) {
  .follow h2 {
    margin: 0 0 50px;
  }
}
.follow h2 strong {
  color: #2fac72;
}
.follow .swiper-container {
  position: relative;
}
@media screen and (min-width: 900px) {
  .follow .swiper-container:before {
    content: "";
    width: 100%;
    height: 80px;
    background: #FFF;
    top: -40px;
    left: 0;
    position: absolute;
    z-index: 3;
    clip-path: ellipse(50% 60% at 50% 50%);
  }
  .follow .swiper-container:after {
    content: "";
    width: 100%;
    height: 80px;
    background: #FFF;
    bottom: -40px;
    left: 0;
    position: absolute;
    z-index: 3;
    clip-path: ellipse(50% 25% at 50% 50%);
  }
}
.follow .gallery {
  position: relative;
  height: 260px;
}
@media screen and (min-width: 900px) {
  .follow .gallery {
    height: 320px;
  }
}
.follow .gallery li {
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 260px;
  width: auto;
}
@media screen and (min-width: 900px) {
  .follow .gallery li {
    height: 320px;
  }
}
.follow .gallery li img {
  width: auto;
  height: 260px;
  display: block;
  margin: 0;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .follow .gallery li img {
    height: 320px;
  }
}
.follow__us {
  display: inline-flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .follow__us {
    margin-top: 80px;
  }
}
.follow__us li {
  margin: 0 10px;
}
@media screen and (min-width: 900px) {
  .follow__us li {
    margin: 0 20px;
  }
}
.follow__us li a {
  display: block;
}
.follow__us li a .icon {
  width: 40px;
  height: auto;
  border-radius: 6px;
}
@media screen and (min-width: 900px) {
  .follow__us li a .icon {
    width: 64px;
    border-radius: 12px;
  }
}
.follow .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.testimonials {
  background: #2fac72;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .testimonials {
    padding: 80px 0 120px;
  }
  .testimonials:before {
    content: "";
    width: 100%;
    height: 155px;
    /* background: #FFF; */
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
  }
}
.testimonials .c {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .testimonials__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 50px;
    margin-bottom: 80px;
  }
}
.testimonials__top h2 {
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .testimonials__top h2 {
    text-align: left;
  }
}
.testimonials__top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .testimonials__top ul {
    width: 100%;
    margin: 20px auto 30px;
  }
}
.testimonials__top ul li {
  width: 60px;
  height: 60px;
  background: #2fac72;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #2fac72;
}
@media screen and (min-width: 900px) {
  .testimonials__top ul li {
    width: 90px;
    height: 90px;
    margin-left: 45px;
    box-shadow: 0 0 0 6px #2fac72;
  }
}
@media screen and (min-width: 1400px) {
  .testimonials__top ul li {
    width: 120px;
    height: 120px;
    margin-left: 30px;
    box-shadow: 0 0 0 6px #2fac72;
  }
}
@media screen and (max-width: 900px) {
  .testimonials .quote-icon {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .testimonials .quote-icon {
    padding-left: 50px;
    margin-bottom: -50px;
  }
}
.testimonials .quote-icon .icon {
  width: auto;
  height: 40px;
  fill: #2fac72;
}
@media screen and (min-width: 900px) {
  .testimonials .quote-icon .icon {
    height: 50px;
  }
}
.testimonials .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  border-radius: 12px;
}
@media screen and (max-width: 900px) {
  .testimonials .swiper-container {
    padding: 0 20px 80px;
  }
}
@media screen and (min-width: 900px) {
  .testimonials .swiper-container {
    width: calc(100% - (100% - 1200px) / 2 - 280px);
    border-radius: 32px 0 0 32px;
  }
}
.testimonials .swiper-container .testimonial {
  background: #acdec7;
  border-radius: 12px;
  padding: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .testimonials .swiper-container .testimonial {
    opacity: 0.6;
    padding: 60px 50px;
    border-radius: 32px;
  }
}
.testimonials .swiper-container .testimonial.swiper-slide-active {
  opacity: 1;
}
.testimonials .swiper-container .testimonial blockquote {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 20px;
  color: #1a2020;
}
@media screen and (min-width: 900px) {
  .testimonials .swiper-container .testimonial blockquote {
    font-size: 20px;
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 1400px) {
  .testimonials .swiper-container .testimonial blockquote {
    font-size: 22px;
    margin: 0 0 60px;
  }
}
.testimonials .swiper-container .testimonial__rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials .swiper-container .testimonial__rate cite {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  color: #1a2020;
}
@media screen and (min-width: 900px) {
  .testimonials .swiper-container .testimonial__rate cite {
    font-size: 18px;
  }
}
.testimonials .swiper-container .testimonial__rate ul {
  display: flex;
  align-items: center;
}
.testimonials .swiper-container .testimonial__rate ul li {
  margin-left: 4px;
}
@media screen and (min-width: 900px) {
  .testimonials .swiper-container .testimonial__rate ul li {
    margin-left: 20px;
  }
}
.testimonials .swiper-container .testimonial__rate ul li .icon {
  width: 12px;
  height: auto;
  color: #dd141a;
}
@media screen and (min-width: 900px) {
  .testimonials .swiper-container .testimonial__rate ul li .icon {
    width: 20px;
  }
}
.testimonials .swiper-container .testimonial__rate ul li .icon path {
  fill: #dd141a;
}
.testimonials .controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -60px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .testimonials .controls {
    padding-left: 50px;
    padding-right: 10px;
  }
}
.testimonials .controls .swiper-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: 0 0 0 2px #2fac72 inset;
  border-radius: 50%;
  opacity: 0.6;
}
@media screen and (min-width: 900px) {
  .testimonials .controls .swiper-arrow {
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }
}
.testimonials .controls .swiper-arrow.swiper-next {
  transform: scaleX(-1);
}
.testimonials .controls .swiper-arrow .icon {
  width: 16px;
  height: auto;
  fill: #2fac72;
}
@media screen and (min-width: 900px) {
  .testimonials .controls .swiper-arrow .icon {
    width: 20px;
  }
}
.testimonials .overlay {
  background: #e9f7f1;
  width: calc(100% - (100% - 1200px) / 2 - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.faq {
  margin: 40px 0 80px;
}
.faq h2 {
  text-align: center;
  margin: 0 0 40px;
}
.faq ul {
  max-width: 800px;
  margin: 40px auto;
}
.faq ul li {
  padding: 15px 20px;
  margin: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}
.faq ul li h5 {
  margin: 0;
  font-size: 16px;
  padding: 0;
  transition: 0.4s;
}
.faq ul li p {
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0 5px;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  border-top: 0 solid rgba(0, 0, 0, 0);
  transition: 0.4s;
}
.faq ul li .icon {
  position: absolute;
  width: 20px;
  height: auto;
  z-index: 0;
  top: 16px;
  right: 20px;
  fill: #1a2020;
  transform: rotate(45deg);
  transition: 0.4s;
}
.faq ul li.show h5 {
  padding: 0 5px;
}
.faq ul li.show p {
  margin: 20px 0;
  padding: 0 5px 0;
  opacity: 1;
  max-height: 1000px;
  visibility: visible;
}
.faq ul li.show p:last-child {
  margin-bottom: 0;
}
.faq ul li.show .icon {
  transform: rotate(0deg);
}

.tos {
  margin: 20px 0;
}
@media screen and (min-width: 900px) {
  .tos {
    margin: 80px 0;
  }
}
.tos__ctn {
  max-width: 800px;
  margin: 0 auto;
  color: #1a2020;
}
@media screen and (max-width: 600px) {
  .tos__ctn h1 {
    font-size: 28px;
  }
}
.tos__ctn h1, .tos__ctn h2, .tos__ctn h3 {
  text-align: center;
}
.tos__ctn p, .tos__ctn li, .tos__ctn span, .tos__ctn a {
  font-size: 16px;
  line-height: 1.6;
}
.tos__ctn li {
  margin: 30px 0;
  position: relative;
  text-indent: 30px;
}
.tos__ctn li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 3px inset #1a2020;
  border-radius: 50px;
}

.category__blog .h2 {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .category__blog .h2 {
    margin: 40px 0 0;
  }
}

.articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px 0;
  margin: 20px 0;
}
@media screen and (min-width: 600px) {
  .articles {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 40px 0 80px;
  }
}
@media screen and (min-width: 900px) {
  .articles {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
  }
}
.articles__post small {
  font-size: 12px;
  padding: 0 10px;
  opacity: 0.6;
}
.articles__post .h5 {
  margin: 0 0 15px;
  padding: 0 10px;
  text-align: left;
}
.articles__post .h5 a {
  margin: 0;
  font-size: inherit;
}
.articles__post figure {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .articles__post figure {
    height: 300px;
  }
}
.articles__post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.articles__post p {
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.6;
}
.articles__post p a {
  font-size: inherit;
}
.articles__post .more-link {
  display: none;
}

.article article {
  width: 900px;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  overflow: auto;
  max-width: 100%;
  color: #1a2020;
}
@media screen and (min-width: 900px) {
  .article article {
    margin: 30px auto 60px;
  }
}
.article figure {
  margin: 30px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.article figure img {
  width: auto;
  height: auto;
  border-radius: 6px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.article h1, .article h2, .article h3,
.article p, .article ul {
  padding: 0 10px;
}
@media screen and (min-width: 900px) {
  .article h1, .article h2, .article h3,
.article p, .article ul {
    padding: 0 50px;
  }
}
.article .title {
  font-size: 28px;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (min-width: 900px) {
  .article .title {
    font-size: 44px;
  }
}
.article p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.article p a {
  font-size: 16px;
  font-weight: 700;
}
.article .date {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
  margin: 40px 0 0;
}

.wp-admin #wpbody-content #dashboard-widgets .postbox-container {
  width: 100% !important;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox {
  border: none;
  background: transparent;
  box-shadow: none;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .postbox-header {
  display: none;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .logo {
  background: transparent;
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .logo img {
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .quick-links {
  display: flex;
  justify-content: space-evenly;
  margin: 0 -15px;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .quick-links li {
  background: #FFF;
  width: 100%;
  margin: 0 10px 10px;
  border-radius: 8px;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .quick-links li a {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  color: #1a2020;
  border: 1px solid rgba(26, 32, 32, 0.1);
  border-radius: 8px;
  transition: 0.3s;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .quick-links li a .wp-menu-image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .quick-links li a .wp-menu-image:before {
  color: #1a2020;
  width: 50px;
  height: 40px;
  font-size: 36px;
  opacity: 0.8;
  transition: 0.3s;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .quick-links li a:hover {
  color: #1a2020;
  border: 1px solid rgba(26, 32, 32, 0.2);
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .quick-links li a:hover .wp-menu-image:before {
  opacity: 1;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .copyrights-admin {
  width: 100%;
  height: 80px;
  margin: 30px auto 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.025);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .copyrights-admin li {
  margin-right: 3px;
  font-size: 14px;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .copyrights-admin li span {
  color: #1a2020;
}
.wp-admin #wpbody-content #dashboard-widgets .postbox-container .postbox .copyrights-admin li a {
  color: #1a2020;
  font-weight: 600;
}

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