/*
@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;
}

.text-item {
  display: flex;
  gap: 60px;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #E4DFD5 !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .text-item {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

.text-item:last-child {
  border-bottom: 1px solid transparent;
}

.text-item .title-contents {
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 768px) {
  .text-item .title-contents {
    font-size: 20px;
  }
}

.text-item .text-contents {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 100;
  line-height: 140%;
  gap: 16px;
}

.page-privacy {
  margin-bottom: 48px;
}
.page-privacy .page-title {
  color: #2A2A2A;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
  padding-bottom: 48px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .page-privacy .page-title {
    font-size: 32px;
    padding-bottom: 24px;
  }
}
.page-privacy p {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%; /* 19.6px */
  margin-bottom: 10px;
}
.page-privacy strong {
  color: #496B50;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page-privacy li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.page-privacy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #496B50;
  border-radius: 50%;
}
.page-privacy .border {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #E4DFD5;
}

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