@charset "UTF-8";
/*
@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;
}

#search-overlay {
  display: none; /* скрыт, когда поиск закрыт */
  position: fixed; /* фиксируется на весь экран */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* полупрозрачный чёрный цвет */
  z-index: 998; /* чуть ниже, чем у контейнера поиска (см. ниже) */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* клики «сквозь» (пока скрыт) */
}

/* 2) Когда поиск открыт, делаем его видимым */
#search-overlay.active {
  display: block;
  opacity: 1;
  pointer-events: auto; /* блокируем клики по основному контенту */
}

.aws-search-result {
  width: 100% !important;
  left: 0 !important;
  padding: 32px 16px;
  border: none;
  background: #F9F7F2;
  margin-top: 1px;
}
.aws-search-result .aws-search-heading, .aws-search-result ul {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto !important;
}
.aws-search-result ul {
  padding-right: 324px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .aws-search-result ul {
    padding-right: 0 !important;
  }
}
.aws-search-result .aws-search-heading {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  color: #2A2A2A;
  padding-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .aws-search-result .aws-search-heading {
    font-size: 16px;
  }
}
.aws-search-result ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 16px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .aws-search-result ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.aws-search-result ul li {
  border-bottom: none;
  /*&.aws_result_item:nth-child(n+7):not(.aws_search_more) {
    display: none;
  }*/
}
.aws-search-result ul li.aws_search_more {
  grid-column: 1/-1;
  /*
  display: none;
  */
}
.aws-search-result ul li .aws_result_link {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}
.aws-search-result ul li .aws_result_link .aws_result_image {
  display: flex;
  width: 69px;
  height: 76px;
  padding: 10px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10.868px;
  background: #F3EFE6;
}
.aws-search-result ul li .aws_result_link .aws_result_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aws-search-result ul li .aws_result_link .aws_result_title {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color: #2A2A2A;
}
.aws-search-result ul li .aws_result_link .aws_result_excerpt {
  color: #878787;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.aws-search-result ul li .aws_result_link .aws_result_content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "title price" "excerpt price";
  column-gap: 24px;
  row-gap: 4px;
  align-items: start;
  width: 100%;
  /* Текущая цена */
}
.aws-search-result ul li .aws_result_link .aws_result_content .aws_result_title {
  grid-area: title;
  color: #2A2A2A;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 15.6px */
}
.aws-search-result ul li .aws_result_link .aws_result_content .aws_result_excerpt {
  grid-area: excerpt;
  color: #878787;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.aws-search-result ul li .aws_result_link .aws_result_content .aws_result_price {
  grid-area: price;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  height: 100%;
  gap: 3px;
}
.aws-search-result ul li .aws_result_link .aws_result_content .aws_result_price ins {
  text-decoration: none;
}
.aws-search-result ul li .aws_result_link .aws_result_content .aws_result_price del {
  color: #878787;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 11px */
}
.aws-search-result ul li .aws_result_link .aws_result_content ins .woocommerce-Price-amount.amount {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.aws-search-result ul li .aws_result_link .aws_result_content del .woocommerce-Price-amount.amount {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.aws-search-result ul li .aws_result_sale {
  display: none;
}

.aws-search-result .aws_result_item.hovered, .aws-search-result .aws_result_item:hover, .aws-search-result .aws_search_more a:hover {
  background: none;
}

body {
  padding-top: 138px;
}

header.header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #F9F7F2;
}
header.header#header .header_top {
  background: #F3EFE6;
}
@media (min-width: 320px) and (max-width: 768px) {
  header.header#header .header_top {
    display: none;
  }
}
header.header#header .header_top .wrapper {
  padding: 17px 0;
}
header.header#header .header_top .header_top__slogan {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
}
header.header#header .header_top .header_top__right {
  gap: 32px;
}
header.header#header .header_top .header_top__right .header_top__phone {
  gap: 8px;
}
header.header#header .header_top .header_top__right .header_top__phone span {
  color: #2A2A2A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
}
header.header#header .header_top .header_top__right .lang_switch {
  gap: 10px;
}
header.header#header .header_top .header_top__right .lang_switch a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: rgba(42, 42, 42, 0.2);
}
header.header#header .header_top .header_top__right .lang_switch a.active {
  color: #2A2A2A;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
header.header#header .header_main {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
}
header.header#header .header_main .wrapper {
  padding: 17px 0;
}
header.header#header .header_main .wrapper .block-right {
  gap: 48px;
}
@media (min-width: 320px) and (max-width: 768px) {
  header.header#header .header_main .wrapper .block-right .main_nav {
    display: none;
  }
}
header.header#header .header_main .wrapper .block-right .main_nav .main_nav_ul {
  gap: 32px;
}
header.header#header .header_main .wrapper .block-right .main_nav .main_nav_ul li a {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #2A2A2A;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 768px) {
  header.header#header .header_main .wrapper .block-right .main_nav .main_nav_ul li a {
    font-size: 12px;
  }
}
header.header#header .header_main .wrapper .block-right .header_icons {
  gap: 10px;
}
header.header#header .header_main .wrapper .block-right .header_icons .icon {
  padding: 12px;
  border-radius: 100%;
  background-color: #fff;
  width: 22px;
  height: 22px;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
header.header#header .header_main .wrapper .block-right .header_icons .icon svg {
  width: 22px;
  height: 22px;
}
header.header#header .header_main .wrapper .block-right .header_icons .icon:hover {
  background-color: #f3efe6;
}
@media (min-width: 320px) and (max-width: 768px) {
  header.header#header .header_main .wrapper .block-right .header_icons .icon {
    padding: 9px;
  }
  header.header#header .header_main .wrapper .block-right .header_icons .icon.wishlist-link {
    display: none;
  }
  header.header#header .header_main .wrapper .block-right .header_icons .icon svg {
    width: 22px;
    height: 20px;
    text-align: center;
  }
}
header.header#header .header_main .wrapper .block-right .header_icons .icon .dni {
  position: absolute;
  top: -4px;
  right: -4px;
  color: #fff;
  background-color: #496B50;
  border-radius: 100%;
  padding: 4px;
  font-size: 10px;
  font-weight: 500;
  aspect-ratio: 1/1;
  min-width: 12px;
  display: inline-grid;
  place-items: center;
}
header.header#header .header_main .wrapper .block-right .header_icons .icon .dni:empty {
  display: none;
}
header.header#header .header_main .wrapper .block-right .header_icons .icon .dni.is-zero {
  display: none;
}
header.header#header .header_main .wrapper .block-right .header_icons .search-toggle {
  cursor: pointer;
}
header.header#header .header_main .wrapper .block-right .header_icons .burger {
  display: none;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 768px) {
  header.header#header .header_main .wrapper .block-right .header_icons .burger {
    display: block;
  }
}
header.header#header .header_search_content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: -webkit-fill-available;
  z-index: 1002;
  background: #F9F7F2;
  box-shadow: 0px 1px 10px 0px rgba(42, 42, 42, 0.04);
  opacity: 0;
  transition: opacity 0.2s ease;
}
header.header#header .header_search_content.active {
  display: block;
  opacity: 1;
}
header.header#header .header_search_content .wrapper {
  padding: 20px 0 40px 0;
}
header.header#header .header_search_content .wrapper .aws-container {
  width: 100%;
}
header.header#header .header_search_content .aws-container .aws-search-form {
  border-color: #E4DFD5;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-radius: 12px !important;
  background: #FFF;
}
header.header#header .header_search_content .aws-container .aws-show-clear .aws-search-field {
  padding: 16px 10px 16px 16px;
  border-radius: 12px !important;
  border: none;
  background: #FFF;
}
header.header#header .header_search_content .aws-container .aws-search-form .aws-form-btn {
  border-radius: 0 12px 12px 0 !important;
  border: none;
  background: #FFF;
}
header.header#header .header_search_content .aws-form-active .aws-search-btn.aws-form-btn {
  display: none;
}
header.header#header .header_search_content .aws-container .aws-search-form .aws-search-clear {
  padding: 0;
}
header.header#header .header_search_content .aws-container .aws-search-form .aws-search-btn_icon {
  padding-right: 10px;
}
header.header#header .header_search_content .aws-container .aws-search-field {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 250;
  line-height: 140%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  header.header#header .header_search_content .aws-container .aws-search-field {
    font-size: 16px;
  }
}
header.header#header .burger-popup {
  display: none;
  width: -webkit-fill-available !important;
  background-color: #F9F7F2;
  height: -webkit-fill-available !important;
  overflow-y: auto;
  top: 0;
  right: 0;
  padding-bottom: 16px;
  box-shadow: 0px 1px 10px 0px rgba(42, 42, 42, 0.04);
  position: fixed;
  inset: 0;
  z-index: 9999;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
}
header.header#header .burger-popup.is-open {
  display: block;
}
header.header#header .burger-popup .mobile-menu__head {
  padding-top: 20px;
  padding-bottom: 20px;
}
header.header#header .burger-popup .mobile-menu__head .mobile-menu__back.grey-hiden svg path {
  stroke: #DFDFDF;
}
header.header#header .burger-popup .mobile-menu__head .mobile-menu__title {
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
header.header#header .burger-popup .lang_switch {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #F3EFE6;
}
header.header#header .burger-popup .lang_switch a {
  color: rgba(42, 42, 42, 0.2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
header.header#header .burger-popup .lang_switch .active {
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
header.header#header .burger-popup .popup-screens button.mobile-menu__link {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
}
header.header#header .burger-popup .popup-screens .mobile-menu__item {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
header.header#header .burger-popup .popup-screens .mobile-menu__item:not(:last-child) {
  border-bottom: 1px solid #E4DFD5;
}
header.header#header .burger-popup .mobile-menu__footer {
  margin-top: 28px;
}
header.header#header .burger-popup .mobile-menu__footer a {
  border-radius: 100px;
  background: #EBE2D0;
  padding: 20px;
  gap: 6px;
}

/*mega-menu*/
li.mega-menu {
  display: block;
}
li.mega-menu .mega-menu-wrapper {
  display: none;
  position: absolute;
  left: 0;
  width: 100vw;
  top: 100%;
  right: 0;
  width: -webkit-fill-available;
  z-index: 999;
  padding: 20px 0;
  background: #F9F7F2;
  box-shadow: 0px 1px 10px 0px rgba(42, 42, 42, 0.04);
}
li.mega-menu .mega-menu-wrapper.active {
  display: block;
}
li.mega-menu .mega-menu-wrapper .menu-inert {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  gap: 40px;
}
li.mega-menu .mega-menu-wrapper .menu-inert .mega-left {
  min-width: 280px;
}
li.mega-menu .mega-menu-wrapper .menu-inert .mega-right {
  padding-left: 40px;
  border-left: 2px solid rgba(228, 223, 213, 0.4);
  width: 100%;
}
li.mega-menu .mega-menu-wrapper .menu-inert .mega-right .mega-pane_left h3 a {
  color: #2A2A2A;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120% !important;
  margin-bottom: 24px !important;
}
li.mega-menu .mega-menu-wrapper .menu-inert .mega-right .mega-pane_left h3 a::after {
  content: none;
}
li.mega-menu .mega-menu-wrapper .menu-inert .mega-right .mega-pane_left .subcats {
  column-count: 2;
  column-gap: 100px;
}
li.mega-menu .mega-menu-wrapper .menu-inert .mega-right .mega-pane_left .subcats li.left-item_submenu {
  break-inside: avoid;
  margin-bottom: 20px;
}
li.mega-menu .mega-menu-wrapper .menu-inert .mega-right .mega-banner {
  border-radius: 12px;
  overflow: hidden;
  width: 363px;
  height: 460px;
}
li.mega-menu .mega-menu-wrapper .menu-inert .mega-right .mega-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
li.mega-menu .mega-menu-wrapper .menu-inert li.left-item {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
li.mega-menu .mega-menu-wrapper .menu-inert li.left-item svg path {
  stroke: none;
}
li.mega-menu .mega-menu-wrapper .menu-inert li.left-item_submenu {
  font-size: 16px;
}
li.mega-menu .mega-menu-wrapper .menu-inert li.left-item:hover {
  background: #F3EFE6;
}
li.mega-menu .mega-menu-wrapper .menu-inert li.left-item:hover svg path {
  stroke: rgb(42, 42, 42);
}
li.mega-menu .mega-menu-wrapper .menu-inert li.left-item a::after {
  content: none;
}

.mega-menu-wrapper .mega-right .mega-pane {
  display: none;
}
.mega-menu-wrapper .mega-right .mega-pane.active {
  display: flex;
}

.mega-menu-wrapper.show-right .mega-right {
  display: block;
}

.mobile-menu__item {
  position: relative;
}
.mobile-menu__item .mobile-menu__arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hidden {
  display: none;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.aws_result_item.aws_search_more a {
  color: #496B50;
}

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