/*
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
*/
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Thin.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Light.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Regular.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Medium.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-SemiBold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Bold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Black.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 2561px) {
  .wrapper {
    max-width: 1344px;
  }
}

body {
  background: #F9F7F2;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

html, body {
  font-family: "GeologicaCursive", sans-serif;
}

.section {
  padding-left: 16px;
  padding-right: 16px;
}

.section-nr {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section-nr {
    padding-left: 16px;
    padding-right: 0;
  }
}

.borderRadius {
  border-radius: 12px;
}

.subscription__btn a {
  border-radius: 100px;
  border: 1px solid #2A2A2A;
  padding: 12px 20px;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.subscription__btn a:hover {
  color: #FFFFFF;
  background-color: #496B50;
  border-color: #496B50;
}

.dsp-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
}

.interior-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 98px;
  margin-bottom: 98px;
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .interior-block {
    margin-top: 64px;
    margin-bottom: 64px;
    gap: 24px;
  }
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.align-items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items-unset {
  -webkit-align-items: unset;
  align-items: unset;
}

.justify-content-unset {
  -webkit-justify-content: unset;
  justify-content: unset;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-flow-column-wrap {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex-end {
  -webkit-align-items: flex-end;
  align-items: end;
  -webkit-justify-content: flex-end;
  justify-content: end;
}

.center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-hero {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .heading-hero {
    font-size: 40px;
  }
}

.font-heading-hero {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-hero {
    font-size: 40px;
  }
}

.font-heading-promo {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.font-heading-subhero {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subhero {
    font-size: 24px;
  }
}

.font-heading-block-title {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-block-title {
    font-size: 30px;
  }
}

.font-heading-subblock-title {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock-title {
    font-size: 18px;
  }
}

.font-heading-subblock2-title {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock2-title {
    font-size: 16px;
  }
}

.font-product-card-text {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 250;
  line-height: 140%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-card-text {
    font-size: 16px;
  }
}

.font-product-old-price {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #878787;
  text-decoration: line-through;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-old-price {
    font-size: 12px;
  }
}

.font-product-price {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-price {
    font-size: 16px;
  }
}

.font-button-text {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #2A2A2A;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-button-text {
    font-size: 14px;
  }
}
.font-button-text:hover {
  background-color: #496B50;
  color: #FFFFFF;
}

.font-menu-item {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-menu-item {
    font-size: 12px;
  }
}

.font-label-item {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-label-item {
    font-size: 8px;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 24px;
    margin-top: 10px;
  }
}
.breadcrumbs .breadcrumbs_content {
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs .breadcrumbs_content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.breadcrumbs .breadcrumbs_content span:not(:first-child) {
  color: #878787;
}

footer.site-footer {
  background: #EBE7DC;
}
footer.site-footer .footer-top .footer-top__inner {
  gap: 0;
}
footer.site-footer .footer-top .footer-top__inner .footer-about {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%; /* 16.8px */
  padding-bottom: 48px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1019607843);
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-about {
    padding-bottom: 32px;
    padding-top: 32px;
    gap: 20px;
  }
}
footer.site-footer .footer-top .footer-top__inner .footer-about .footer-slogan {
  max-width: 999px;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-about .footer-slogan.footer-slogan-decstop {
    display: none;
  }
}
@media (min-width: 1441px) and (max-width: 2560px) {
  footer.site-footer .footer-top .footer-top__inner .footer-about .footer-slogan.footer-slogan-mobile {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer.site-footer .footer-top .footer-top__inner .footer-about .footer-slogan.footer-slogan-mobile {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  footer.site-footer .footer-top .footer-top__inner .footer-about .footer-slogan.footer-slogan-mobile {
    display: none;
  }
}
@media (min-width: 2561px) {
  footer.site-footer .footer-top .footer-top__inner .footer-about .footer-slogan.footer-slogan-mobile {
    display: none;
  }
}
footer.site-footer .footer-top .footer-top__inner .footer-columns {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1019607843);
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns {
    flex-direction: column;
    padding-top: 8px;
  }
}
footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left {
  gap: 144px;
}
footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col {
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col {
    gap: 0;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col:nth-child(2) {
    border-bottom: 1px solid rgba(42, 42, 42, 0.1019607843);
    border-top: 1px solid rgba(42, 42, 42, 0.1019607843);
  }
}
footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .footer-col__list {
  gap: 16px;
}
footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .footer-col__list li {
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .footer-col__list li {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    gap: 24px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 12px 0;
    cursor: pointer;
  }
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__toggle .accordion__icon {
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__toggle.is-open .accordion__icon {
    transform: rotate(180deg);
  }
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__panel.is-active {
    padding-top: 12px;
    padding-bottom: 12px;
    max-height: 1000px;
  }
}
@media (min-width: 320px) and (max-width: 768px) and (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__panel.is-active {
    padding-top: 4px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    gap: 24px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 12px 0;
    cursor: pointer;
  }
}
@media (min-width: 320px) and (max-width: 768px) and (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__toggle::after {
    content: "";
    transform: translateY(0) rotate(0deg);
    width: 22px;
    height: 22px;
    background-image: url("../image/arrow-square-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.4s ease;
  }
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left .footer-col .accordion__toggle.is-open::after {
    transform: translateY(0) rotate(180deg);
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-left {
    flex-direction: column;
    gap: 0;
  }
}
footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-right .footer-contact {
  gap: 16px;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-right .footer-contact {
    align-items: flex-start !important;
  }
}
footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-right .footer-contact .footer-social {
  padding-top: 16px;
  gap: 12px;
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-top .footer-top__inner .footer-columns .footer-columns-right .footer-contact .footer-social {
    padding-top: 8px;
  }
}
footer.site-footer .footer-bottom {
  padding-bottom: 20px;
  padding-top: 20px;
}
footer.site-footer .footer-bottom .footer-copyright {
  gap: 8px;
}
footer.site-footer .footer-bottom .footer-copyright NOT Working span {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%; /* 16.8px */
}
@media (min-width: 320px) and (max-width: 768px) {
  footer.site-footer .footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  footer.site-footer .footer-bottom__inner a span {
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
  }
}

.menu-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.menu-item a:hover::after, .menu-item a:focus::after {
  transform: scaleX(1);
}

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